From 7944b0a90bbb0f0f5d1da5eaf5d9906ac546c44b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 19 Jan 2020 16:08:47 +0100 Subject: [PATCH] luci-app-firewall: rework rule descriptions, deduplicate code Use a simple custom format string DSL to assemble the rule description texts in the overview page. Also move common code for shared, complex cbi options to the firewall tool class. Signed-off-by: Jo-Philipp Wich --- .../luci-static/resources/tools/firewall.js | 564 ++++++---- .../resources/view/firewall/forwards.js | 237 ++--- .../resources/view/firewall/rules.js | 289 +++--- .../resources/view/firewall/snats.js | 258 ++--- .../luci-app-firewall/po/bg/firewall.po | 764 +++++++------- .../luci-app-firewall/po/ca/firewall.po | 840 +++++++-------- .../luci-app-firewall/po/cs/firewall.po | 845 +++++++-------- .../luci-app-firewall/po/de/firewall.po | 971 +++++++++-------- .../luci-app-firewall/po/el/firewall.po | 783 +++++++------- .../luci-app-firewall/po/en/firewall.po | 758 +++++++------- .../luci-app-firewall/po/es/firewall.po | 972 ++++++++++-------- .../luci-app-firewall/po/fr/firewall.po | 822 +++++++-------- .../luci-app-firewall/po/he/firewall.po | 758 +++++++------- .../luci-app-firewall/po/hi/firewall.po | 764 +++++++------- .../luci-app-firewall/po/hu/firewall.po | 944 +++++++++-------- .../luci-app-firewall/po/it/firewall.po | 856 +++++++-------- .../luci-app-firewall/po/ja/firewall.po | 924 +++++++++-------- .../luci-app-firewall/po/ko/firewall.po | 772 +++++++------- .../luci-app-firewall/po/mr/firewall.po | 764 +++++++------- .../luci-app-firewall/po/ms/firewall.po | 764 +++++++------- .../luci-app-firewall/po/no/firewall.po | 845 +++++++-------- .../luci-app-firewall/po/pl/firewall.po | 970 +++++++++-------- .../luci-app-firewall/po/pt-br/firewall.po | 930 +++++++++-------- .../luci-app-firewall/po/pt/firewall.po | 943 +++++++++-------- .../luci-app-firewall/po/ro/firewall.po | 791 +++++++------- .../luci-app-firewall/po/ru/firewall.po | 972 ++++++++++-------- .../luci-app-firewall/po/sk/firewall.po | 764 +++++++------- .../luci-app-firewall/po/sv/firewall.po | 851 +++++++-------- .../po/templates/firewall.pot | 758 +++++++------- .../luci-app-firewall/po/tr/firewall.po | 764 +++++++------- .../luci-app-firewall/po/uk/firewall.po | 925 +++++++++-------- .../luci-app-firewall/po/vi/firewall.po | 764 +++++++------- .../luci-app-firewall/po/zh-cn/firewall.po | 930 +++++++++-------- .../luci-app-firewall/po/zh-tw/firewall.po | 927 +++++++++-------- .../luci-app-openvpn/po/bg/openvpn.po | 5 +- .../luci-app-openvpn/po/ca/openvpn.po | 5 +- .../luci-app-openvpn/po/cs/openvpn.po | 5 +- .../luci-app-openvpn/po/de/openvpn.po | 5 +- .../luci-app-openvpn/po/el/openvpn.po | 5 +- .../luci-app-openvpn/po/en/openvpn.po | 5 +- .../luci-app-openvpn/po/es/openvpn.po | 8 +- .../luci-app-openvpn/po/fr/openvpn.po | 5 +- .../luci-app-openvpn/po/he/openvpn.po | 5 +- .../luci-app-openvpn/po/hi/openvpn.po | 5 +- .../luci-app-openvpn/po/hu/openvpn.po | 5 +- .../luci-app-openvpn/po/it/openvpn.po | 5 +- .../luci-app-openvpn/po/ja/openvpn.po | 5 +- .../luci-app-openvpn/po/ko/openvpn.po | 5 +- .../luci-app-openvpn/po/mr/openvpn.po | 5 +- .../luci-app-openvpn/po/ms/openvpn.po | 5 +- .../luci-app-openvpn/po/no/openvpn.po | 5 +- .../luci-app-openvpn/po/pl/openvpn.po | 8 +- .../luci-app-openvpn/po/pt-br/openvpn.po | 5 +- .../luci-app-openvpn/po/pt/openvpn.po | 8 +- .../luci-app-openvpn/po/ro/openvpn.po | 5 +- .../luci-app-openvpn/po/ru/openvpn.po | 5 +- .../luci-app-openvpn/po/sk/openvpn.po | 5 +- .../luci-app-openvpn/po/sv/openvpn.po | 5 +- .../luci-app-openvpn/po/tr/openvpn.po | 5 +- .../luci-app-openvpn/po/uk/openvpn.po | 5 +- .../luci-app-openvpn/po/vi/openvpn.po | 5 +- .../luci-app-openvpn/po/zh-cn/openvpn.po | 5 +- .../luci-app-openvpn/po/zh-tw/openvpn.po | 5 +- modules/luci-base/po/bg/base.po | 178 ++-- modules/luci-base/po/ca/base.po | 178 ++-- modules/luci-base/po/cs/base.po | 178 ++-- modules/luci-base/po/de/base.po | 178 ++-- modules/luci-base/po/el/base.po | 178 ++-- modules/luci-base/po/en/base.po | 178 ++-- modules/luci-base/po/es/base.po | 194 ++-- modules/luci-base/po/fr/base.po | 178 ++-- modules/luci-base/po/he/base.po | 178 ++-- modules/luci-base/po/hi/base.po | 178 ++-- modules/luci-base/po/hu/base.po | 178 ++-- modules/luci-base/po/it/base.po | 178 ++-- modules/luci-base/po/ja/base.po | 178 ++-- modules/luci-base/po/ko/base.po | 178 ++-- modules/luci-base/po/mr/base.po | 178 ++-- modules/luci-base/po/ms/base.po | 178 ++-- modules/luci-base/po/no/base.po | 178 ++-- modules/luci-base/po/pl/base.po | 194 ++-- modules/luci-base/po/pt-br/base.po | 178 ++-- modules/luci-base/po/pt/base.po | 200 ++-- modules/luci-base/po/ro/base.po | 178 ++-- modules/luci-base/po/ru/base.po | 186 ++-- modules/luci-base/po/sk/base.po | 178 ++-- modules/luci-base/po/sv/base.po | 178 ++-- modules/luci-base/po/templates/base.pot | 178 ++-- modules/luci-base/po/tr/base.po | 178 ++-- modules/luci-base/po/uk/base.po | 178 ++-- modules/luci-base/po/vi/base.po | 178 ++-- modules/luci-base/po/zh-cn/base.po | 178 ++-- modules/luci-base/po/zh-tw/base.po | 178 ++-- 93 files changed, 16627 insertions(+), 15712 deletions(-) diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js b/applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js index e983035b3d..c60bfd028c 100644 --- a/applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js +++ b/applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js @@ -36,10 +36,12 @@ var protocols = [ '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', 'CPHB', + 'rspf', 73, 'RSPF', + 'rspf', 73, 'CPHB', 'vmtp', 81, 'VMTP', 'eigrp', 88, 'EIGRP', 'ospf', 89, 'OSPFIGP', @@ -54,6 +56,8 @@ var protocols = [ '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', @@ -72,243 +76,184 @@ function lookupProto(x) { for (var i = 0; i < protocols.length; i += 3) if (s == protocols[i] || s == protocols[i+1]) - return [ protocols[i+1], protocols[i+2] ]; + return [ protocols[i+1], protocols[i+2], protocols[i] ]; - return [ -1, x ]; + return [ -1, x, x ]; } - return L.Class.extend({ - fmt_neg: function(x) { - var rv = E([]), - v = (typeof(x) == 'string') ? x.replace(/^ *! */, '') : ''; - - L.dom.append(rv, (v != '' && v != x) ? [ _('not') + ' ', v ] : [ '', x ]); - return rv; - }, - - fmt_mac: function(x) { - var rv = E([]), l = L.toArray(x); - - if (l.length == 0) - return null; - - L.dom.append(rv, [ _('MAC') + ' ' ]); - - for (var i = 0; i < l.length; i++) { - var n = this.fmt_neg(l[i]); - L.dom.append(rv, (i > 0) ? [ ', ', n ] : n); + fmt: function(fmtstr, args, values) { + var repl = [], + wrap = false, + tokens = []; + + if (values == null) { + values = []; + wrap = true; } - if (rv.childNodes.length > 2) - rv.firstChild.data = _('MACs') + ' '; + var get = function(args, key) { + var names = key.trim().split(/\./), + obj = args, + ctx = obj; - return rv; - }, - - fmt_port: function(x, d) { - var rv = E([]), l = L.toArray(x); + for (var i = 0; i < names.length; i++) { + if (!L.isObject(obj)) + return null; - if (l.length == 0) { - if (d) { - L.dom.append(rv, E('var', {}, d)); - return rv; + ctx = obj; + obj = obj[names[i]]; } - return null; - } - - L.dom.append(rv, [ _('port') + ' ' ]); + if (typeof(obj) == 'function') + return obj.call(ctx); - for (var i = 0; i < l.length; i++) { - var n = this.fmt_neg(l[i]), - m = n.lastChild.data.match(/^(\d+)\D+(\d+)$/); + return obj; + }; - if (i > 0) - L.dom.append(rv, [ ', ' ]); + var isset = function(val) { + if (L.isObject(val) && !L.dom.elem(val)) { + for (var k in val) + if (val.hasOwnProperty(k)) + return true; - if (m) { - rv.firstChild.data = _('ports') + ' '; - L.dom.append(rv, E('var', [ n.firstChild, m[1], '-', m[2] ])); + return false; + } + else if (Array.isArray(val)) { + return (val.length > 0); } else { - L.dom.append(rv, E('var', {}, n)); + return (val !== null && val !== undefined && val !== '' && val !== false); } - } - - if (rv.childNodes.length > 2) - rv.firstChild.data = _('ports') + ' '; - - return rv; - }, - - fmt_ip: function(x, d) { - var rv = E([]), l = L.toArray(x); + }; - if (l.length == 0) { - if (d) { - L.dom.append(rv, E('var', {}, d)); - return rv; + var parse = function(tokens, text) { + if (L.dom.elem(text)) { + tokens.push(''.format(values.length)); + values.push(text); } + else { + tokens.push(String(text).replace(/\\(.)/g, '$1')); + } + }; - return null; + 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)); + } } - L.dom.append(rv, [ _('IP') + ' ' ]); - - for (var i = 0; i < l.length; i++) { - var n = this.fmt_neg(l[i]), - m = n.lastChild.data.match(/^(\S+)\/(\d+\.\S+)$/); + if (wrap) { + var node = E('span', {}, tokens.join('')), + repl = node.querySelectorAll('span[data-fmt-placeholder]'); - if (i > 0) - L.dom.append(rv, [ ', ' ]); + for (var i = 0; i < repl.length; i++) + repl[i].parentNode.replaceChild(values[repl[i].getAttribute('data-fmt-placeholder')], repl[i]); - if (m) - rv.firstChild.data = _('IP range') + ' '; - else if (n.lastChild.data.match(/^[a-zA-Z0-9_]+$/)) - rv.firstChild.data = _('Network') + ' '; - - L.dom.append(rv, E('var', {}, n)); + return node; } - - if (rv.childNodes.length > 2) - rv.firstChild.data = _('IPs') + ' '; - - return rv; - }, - - fmt_zone: function(x, d) { - if (x == '*') - return E('var', _('any zone')); - else if (x != null && x != '') - return E('var', {}, [ x ]); - else if (d != null && d != '') - return E('var', {}, d); - else - return null; - }, - - fmt_icmp_type: function(x) { - var rv = E([]), l = L.toArray(x); - - if (l.length == 0) - return null; - - L.dom.append(rv, [ _('type') + ' ' ]); - - for (var i = 0; i < l.length; i++) { - var n = this.fmt_neg(l[i]); - - if (i > 0) - L.dom.append(rv, [ ', ' ]); - - L.dom.append(rv, E('var', {}, n)); + else { + return tokens; } - - if (rv.childNodes.length > 2) - rv.firstChild.data = _('types') + ' '; - - return rv; - }, - - fmt_family: function(family) { - if (family == 'ipv4') - return _('IPv4'); - else if (family == 'ipv6') - return _('IPv6'); - else - return _('IPv4 and IPv6'); }, - fmt_proto: function(x, icmp_types) { - var rv = E([]), l = L.toArray(x); - - if (l.length == 0) - return null; - - var t = this.fmt_icmp_type(icmp_types); + map_invert: function(v, fn) { + return L.toArray(v).map(function(v) { + v = String(v); - for (var i = 0; i < l.length; i++) { - var n = this.fmt_neg(l[i]), - p = lookupProto(n.lastChild.data); - - if (n.lastChild.data == 'all') - continue; - - if (i > 0) - L.dom.append(rv, [ ', ' ]); - - if (t && (p[0] == 1 || p[0] == 58)) - L.dom.append(rv, [ _('%s%s with %s').format(n.firstChild.data, p[1], ''), t ]); - else - L.dom.append(rv, [ n.firstChild.data, p[1] ]); - } - - return rv; - }, + if (fn != null && typeof(v[fn]) == 'function') + v = v[fn].call(v); - fmt_limit: function(limit, burst) { - if (limit == null || limit == '') - return null; - - var m = String(limit).match(/^(\d+)\/(\w+)$/), - u = m[2] || 'second', - l = +(m[1] || limit), - b = +burst; - - if (!isNaN(l)) { - if (u.match(/^s/)) - u = _('second'); - else if (u.match(/^m/)) - u = _('minute'); - else if (u.match(/^h/)) - u = _('hour'); - else if (u.match(/^d/)) - u = _('day'); - - if (!isNaN(b) && b > 0) - return E('' + - _('%d pkts. per %s, burst %d pkts.').format(l, u, b) + - ''); - else - return E('' + - _('%d pkts. per %s').format(l, u) + - ''); - } + return { + ival: v, + inv: v.charAt(0) == '!', + val: v.replace(/^!\s*/, '') + }; + }); }, - fmt_target: function(x, src, dest) { - if (src == null || src == '') { - if (x == 'ACCEPT') - return _('Accept output'); - else if (x == 'REJECT') - return _('Refuse output'); - else if (x == 'NOTRACK') - return _('Do not track output'); - else /* if (x == 'DROP') */ - return _('Discard output'); - } - else if (dest != null && dest != '') { - if (x == 'ACCEPT') - return _('Accept forward'); - else if (x == 'REJECT') - return _('Refuse forward'); - else if (x == 'NOTRACK') - return _('Do not track forward'); - else /* if (x == 'DROP') */ - return _('Discard forward'); - } - else { - if (x == 'ACCEPT') - return _('Accept input'); - else if (x == 'REJECT' ) - return _('Refuse input'); - else if (x == 'NOTRACK') - return _('Do not track input'); - else /* if (x == 'DROP') */ - return _('Discard input'); - } - }, + lookupProto: lookupProto, addDSCPOption: function(s, is_target) { var o = s.taboption(is_target ? 'general' : 'advanced', form.Value, is_target ? 'set_dscp' : 'dscp', @@ -442,5 +387,208 @@ return L.Class.extend({ 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(); + } + }) }); diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js index 500e68fb17..096124fcca 100644 --- a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js +++ b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js @@ -3,73 +3,85 @@ 'require rpc'; 'require uci'; 'require form'; +'require firewall as fwmodel'; 'require tools.firewall as fwtool'; 'require tools.widgets as widgets'; -function fmt(fmt /*, ...*/) { - var repl = [], wrap = false; - - for (var i = 1; i < arguments.length; i++) { - if (L.dom.elem(arguments[i])) { - switch (arguments[i].nodeType) { - case 1: - repl.push(arguments[i].outerHTML); - wrap = true; - break; - - case 3: - repl.push(arguments[i].data); - break; - - case 11: - var span = E('span'); - span.appendChild(arguments[i]); - repl.push(span.innerHTML); - wrap = true; - break; - - default: - repl.push(''); - } - } - else { - repl.push(arguments[i]); - } - } +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 + }); +} - var rv = fmt.format.apply(fmt, repl); - return wrap ? E('span', rv) : rv; +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 forward_proto_txt(s) { - return fmt('%s-%s', - fwtool.fmt_family('ipv4'), - fwtool.fmt_proto(uci.get('firewall', s, 'proto'), - uci.get('firewall', s, 'icmp_type')) || 'TCP+UDP'); +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 forward_src_txt(s) { - var z = fwtool.fmt_zone(uci.get('firewall', s, 'src'), _('any zone')), - a = fwtool.fmt_ip(uci.get('firewall', s, 'src_ip'), _('any host')), - p = fwtool.fmt_port(uci.get('firewall', s, 'src_port')), - m = fwtool.fmt_mac(uci.get('firewall', s, 'src_mac')); - - if (p && m) - return fmt(_('From %s in %s with source %s and %s'), a, z, p, m); - else if (p || m) - return fmt(_('From %s in %s with source %s'), a, z, p || m); - else - return fmt(_('From %s in %s'), a, z); +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 forward_via_txt(s) { - var a = fwtool.fmt_ip(uci.get('firewall', s, 'src_dip'), _('any router IP')), - p = fwtool.fmt_port(uci.get('firewall', s, 'src_dport')); +function rule_target_txt(s) { + var z = uci.get('firewall', s, 'dest'); - if (p) - return fmt(_('Via %s at %s'), a, p); - else - return fmt(_('Via %s'), a); + 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 L.view.extend({ @@ -85,16 +97,24 @@ return L.view.extend({ expect: { result: [] } }), + callNetworkDevices: rpc.declare({ + object: 'luci-rpc', + method: 'getNetworkDevices', + expect: { '': {} } + }), + load: function() { return Promise.all([ this.callHostHints(), - this.callConntrackHelpers() + this.callConntrackHelpers(), + this.callNetworkDevices() ]); }, render: function(data) { var hosts = data[0], ctHelpers = data[1], + devs = data[2], m, s, o; m = new form.Map('firewall', _('Firewall - Port Forwards'), @@ -134,24 +154,19 @@ return L.view.extend({ o.modalonly = false; o.textvalue = function(s) { return E('small', [ - forward_proto_txt(s), E('br'), - forward_src_txt(s), E('br'), - forward_via_txt(s) + 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', _('Forward to')); + o = s.option(form.ListValue, '_dest', _('Action')); o.modalonly = false; o.textvalue = function(s) { - var z = fwtool.fmt_zone(uci.get('firewall', s, 'dest'), _('any zone')), - a = fwtool.fmt_ip(uci.get('firewall', s, 'dest_ip'), _('any host')), - p = fwtool.fmt_port(uci.get('firewall', s, 'dest_port')) || - fwtool.fmt_port(uci.get('firewall', s, 'src_dport')); - - if (p) - return fmt(_('%s, %s in %s'), a, p, z); - else - return fmt(_('%s in %s'), a, z); + return E('small', [ + rule_target_txt(s) + ]); }; o = s.option(form.Flag, 'enabled', _('Enable')); @@ -159,18 +174,9 @@ return L.view.extend({ o.default = o.enabled; o.editable = true; - o = s.taboption('general', form.Value, 'proto', _('Protocol')); + o = s.taboption('general', fwtool.CBIProtocolSelect, 'proto', _('Protocol')); o.modalonly = true; o.default = 'tcp udp'; - o.value('tcp udp', 'TCP+UDP'); - o.value('tcp', 'TCP'); - o.value('udp', 'UDP'); - o.value('icmp', 'ICMP'); - - o.cfgvalue = function(/* ... */) { - var v = this.super('cfgvalue', arguments); - return (v == 'tcpudp') ? 'tcp udp' : v; - }; o = s.taboption('general', widgets.ZoneSelect, 'src', _('Source zone')); o.modalonly = true; @@ -178,31 +184,15 @@ return L.view.extend({ o.nocreate = true; o.default = 'wan'; - o = s.taboption('advanced', form.Value, 'src_mac', _('Source MAC address'), - _('Only match incoming traffic from these MACs.')); - o.modalonly = true; + o = fwtool.addMACOption(s, 'advanced', 'src_mac', _('Source MAC address'), + _('Only match incoming traffic from these MACs.'), hosts); o.rmempty = true; - o.datatype = 'neg(macaddr)'; - o.placeholder = E('em', _('any')); - L.sortedKeys(hosts).forEach(function(mac) { - o.value(mac, '%s (%s)'.format( - mac, - hosts[mac].name || hosts[mac].ipv4 || hosts[mac].ipv6 || '?' - )); - }); - - o = s.taboption('advanced', form.Value, 'src_ip', _('Source IP address'), - _('Only match incoming traffic from this IP or range.')); - o.modalonly = 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.placeholder = E('em', _('any')); - L.sortedKeys(hosts, 'ipv4', 'addr').forEach(function(mac) { - o.value(hosts[mac].ipv4, '%s (%s)'.format( - hosts[mac].ipv4, - hosts[mac].name || mac - )); - }); 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')); @@ -210,33 +200,21 @@ return L.view.extend({ o.rmempty = true; o.datatype = 'neg(portrange)'; o.placeholder = _('any'); - o.depends('proto', 'tcp'); - o.depends('proto', 'udp'); - o.depends('proto', 'tcp udp'); - o.depends('proto', 'tcpudp'); + o.depends({ proto: 'tcp', '!contains': true }); + o.depends({ proto: 'udp', '!contains': true }); - o = s.taboption('advanced', form.Value, 'src_dip', _('External IP address'), - _('Only match incoming traffic directed at the given IP address.')); - o.modalonly = true; - o.rmempty = 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.placeholder = E('em', _('any')); - L.sortedKeys(hosts, 'ipv4', 'addr').forEach(function(mac) { - o.value(hosts[mac].ipv4, '%s (%s)'.format( - hosts[mac].ipv4, - hosts[mac].name || mac - )); - }); + 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'); - o.depends('proto', 'udp'); - o.depends('proto', 'tcp udp'); - o.depends('proto', 'tcpudp'); + o.depends({ proto: 'tcp', '!contains': true }); + o.depends({ proto: 'udp', '!contains': true }); o = s.taboption('general', widgets.ZoneSelect, 'dest', _('Internal zone')); o.modalonly = true; @@ -244,17 +222,10 @@ return L.view.extend({ o.nocreate = true; o.default = 'lan'; - o = s.taboption('general', form.Value, 'dest_ip', _('Internal IP address'), - _('Redirect matched incoming traffic to the specified internal host')); - o.modalonly = true; + 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'; - L.sortedKeys(hosts, 'ipv4', 'addr').forEach(function(mac) { - o.value(hosts[mac].ipv4, '%s (%s)'.format( - hosts[mac].ipv4, - hosts[mac].name || mac - )); - }); o = s.taboption('general', form.Value, 'dest_port', _('Internal port'), _('Redirect matched incoming traffic to the given port on the internal host')); @@ -262,10 +233,8 @@ return L.view.extend({ o.rmempty = true; o.placeholder = _('any'); o.datatype = 'portrange'; - o.depends('proto', 'tcp'); - o.depends('proto', 'udp'); - o.depends('proto', 'tcp udp'); - o.depends('proto', 'tcpudp'); + 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; diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js index 6c6efc805f..cc85e66769 100644 --- a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js +++ b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js @@ -3,142 +3,137 @@ 'require rpc'; 'require uci'; 'require form'; +'require firewall as fwmodel'; 'require tools.firewall as fwtool'; 'require tools.widgets as widgets'; -function fmt(fmt /*, ...*/) { - var repl = [], wrap = false; - - for (var i = 1; i < arguments.length; i++) { - if (L.dom.elem(arguments[i])) { - switch (arguments[i].nodeType) { - case 1: - repl.push(arguments[i].outerHTML); - wrap = true; - break; - - case 3: - repl.push(arguments[i].data); - break; - - case 11: - var span = E('span'); - span.appendChild(arguments[i]); - repl.push(span.innerHTML); - wrap = true; - break; - - default: - repl.push(''); - } - } - else { - repl.push(arguments[i]); - } - } - - var rv = fmt.format.apply(fmt, repl); - return wrap ? E('span', rv) : rv; +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 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; + + 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: f, + dscp: d + }); } -function forward_proto_txt(s) { - return fmt('%s-%s', - fwtool.fmt_family(uci.get('firewall', s, 'family')), - fwtool.fmt_proto(uci.get('firewall', s, 'proto'), - uci.get('firewall', s, 'icmp_type')) || 'TCP+UDP'); +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_src_txt(s) { - var z = fwtool.fmt_zone(uci.get('firewall', s, 'src')), - p = fwtool.fmt_port(uci.get('firewall', s, 'src_port')), - m = fwtool.fmt_mac(uci.get('firewall', s, 'src_mac')); - - // Forward/Input - if (z) { - var a = fwtool.fmt_ip(uci.get('firewall', s, 'src_ip'), _('any host')); - if (p && m) - return fmt(_('From %s in %s with source %s and %s'), a, z, p, m); - else if (p || m) - return fmt(_('From %s in %s with source %s'), a, z, p || m); - else - return fmt(_('From %s in %s'), a, z); - } - - // Output - else { - var a = fwtool.fmt_ip(uci.get('firewall', s, 'src_ip'), _('any router IP')); - if (p && m) - return fmt(_('From %s on this device with source %s and %s'), a, p, m); - else if (p || m) - return fmt(_('From %s on this device with source %s'), a, p || m); - else - return fmt(_('From %s on this device'), a); - } +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_dest_txt(s) { - var z = fwtool.fmt_zone(uci.get('firewall', s, 'dest')), - p = fwtool.fmt_port(uci.get('firewall', s, 'dest_port')); - - // Forward - if (z) { - var a = fwtool.fmt_ip(uci.get('firewall', s, 'dest_ip'), _('any host')); - if (p) - return fmt(_('To %s, %s in %s'), a, p, z); - else - return fmt(_('To %s in %s'), a, z); - } +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; - // Input - else { - var a = fwtool.fmt_ip(uci.get('firewall', s, 'dest_ip'), _('any router IP')); - if (p) - return fmt(_('To %s at %s on this device'), a, p); - else - return fmt(_('To %s on this device'), a); - } + 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 = fwtool.fmt_target(uci.get('firewall', s, 'target'), uci.get('firewall', s, 'src'), uci.get('firewall', s, 'dest')), - l = fwtool.fmt_limit(uci.get('firewall', s, 'limit'), uci.get('firewall', s, 'limit_burst')); +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 + }; - if (l) - return fmt(_('%s and limit to %s'), t, l); - else - return fmt('%s', t); -} + switch (t) { + case 'DROP': + return fwtool.fmt(_('Drop %{src?%{dest?forward:input}:output}'), s); -function update_ip_hints(map, section_id, family, hosts) { - var elem_src_ip = map.lookupOption('src_ip', section_id)[0].getUIElement(section_id), - elem_dst_ip = map.lookupOption('dest_ip', section_id)[0].getUIElement(section_id), - choice_values = [], choice_labels = {}; + case 'ACCEPT': + return fwtool.fmt(_('Accept %{src?%{dest?forward:input}:output}'), s); - elem_src_ip.clearChoices(); - elem_dst_ip.clearChoices(); + case 'REJECT': + return fwtool.fmt(_('Reject %{src?%{dest?forward:input}:output}'), s); - if (!family || family == 'ipv4') { - L.sortedKeys(hosts, 'ipv4', 'addr').forEach(function(mac) { - var val = hosts[mac].ipv4, - txt = '%s (%s)'.format(val, hosts[mac].name || mac); + case 'NOTRACK': + return fwtool.fmt(_('Do not track %{src?%{dest?forward:input}:output}'), s); - choice_values.push(val); - choice_labels[val] = txt; - }); - } + case 'HELPER': + return fwtool.fmt(_('Assign conntrack helper %{set_helper}'), s); - if (!family || family == 'ipv6') { - L.sortedKeys(hosts, 'ipv6', 'addr').forEach(function(mac) { - var val = hosts[mac].ipv6, - txt = '%s (%s)'.format(val, hosts[mac].name || mac); + case 'MARK': + return fwtool.fmt(_('%{set_mark?Assign:XOR} firewall mark %{set_mark?:%{set_xmark}}'), s); - choice_values.push(val); - choice_labels[val] = txt; - }); - } + case 'DSCP': + return fwtool.fmt(_('Assign DSCP classification %{set_dscp}'), s); - elem_src_ip.addChoices(choice_values, choice_labels); - elem_dst_ip.addChoices(choice_values, choice_labels); + default: + return t; + } } return L.view.extend({ @@ -215,16 +210,17 @@ return L.view.extend({ o.modalonly = false; o.textvalue = function(s) { return E('small', [ - forward_proto_txt(s), E('br'), - rule_src_txt(s), E('br'), - rule_dest_txt(s) + 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); + return rule_target_txt(s, ctHelpers); }; o = s.option(form.Flag, 'enabled', _('Enable')); @@ -268,22 +264,14 @@ return L.view.extend({ o.value('ipv4', _('IPv4 only')); o.value('ipv6', _('IPv6 only')); o.validate = function(section_id, value) { - update_ip_hints(this.map, section_id, value, hosts); + 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', form.Value, 'proto', _('Protocol')); + o = s.taboption('general', fwtool.CBIProtocolSelect, 'proto', _('Protocol')); o.modalonly = true; o.default = 'tcp udp'; - o.value('all', _('Any')); - o.value('tcp udp', 'TCP+UDP'); - o.value('tcp', 'TCP'); - o.value('udp', 'UDP'); - o.value('icmp', 'ICMP'); - o.cfgvalue = function(/* ... */) { - var v = this.super('cfgvalue', arguments); - return (v == 'tcpudp') ? 'tcp udp' : v; - }; o = s.taboption('advanced', form.MultiValue, 'icmp_type', _('Match ICMP type')); o.modalonly = true; @@ -330,7 +318,8 @@ return L.view.extend({ o.value('TOS-network-unreachable'); o.value('ttl-zero-during-reassembly'); o.value('ttl-zero-during-transit'); - o.depends('proto', 'icmp'); + o.depends({ proto: 'icmp', '!contains': true }); + o.depends({ proto: 'icmpv6', '!contains': true }); o = s.taboption('general', widgets.ZoneSelect, 'src', _('Source zone')); o.modalonly = true; @@ -338,31 +327,15 @@ return L.view.extend({ o.allowany = true; o.allowlocal = 'src'; - o = s.taboption('advanced', form.Value, 'src_mac', _('Source MAC address')); - o.modalonly = true; - o.datatype = 'list(macaddr)'; - o.placeholder = _('any'); - L.sortedKeys(hosts).forEach(function(mac) { - o.value(mac, '%s (%s)'.format( - mac, - hosts[mac].name || hosts[mac].ipv4 || hosts[mac].ipv6 || '?' - )); - }); - - o = s.taboption('general', form.Value, 'src_ip', _('Source address')); - o.modalonly = true; - o.datatype = 'list(neg(ipmask))'; - o.placeholder = _('any'); - o.transformChoices = function() { return {} }; /* force combobox rendering */ + 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'); - o.depends('proto', 'udp'); - o.depends('proto', 'tcp udp'); - o.depends('proto', 'tcpudp'); + o.depends({ proto: 'tcp', '!contains': true }); + o.depends({ proto: 'udp', '!contains': true }); o = s.taboption('general', widgets.ZoneSelect, 'dest', _('Destination zone')); o.modalonly = true; @@ -370,20 +343,14 @@ return L.view.extend({ o.allowany = true; o.allowlocal = true; - o = s.taboption('general', form.Value, 'dest_ip', _('Destination address')); - o.modalonly = true; - o.datatype = 'list(neg(ipmask))'; - o.placeholder = _('any'); - o.transformChoices = function() { return {} }; /* force combobox rendering */ + 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'); - o.depends('proto', 'udp'); - o.depends('proto', 'tcp udp'); - o.depends('proto', 'tcpudp'); + o.depends({ proto: 'tcp', '!contains': true }); + o.depends({ proto: 'udp', '!contains': true }); o = s.taboption('general', form.ListValue, 'target', _('Action')); o.modalonly = true; diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js index 919a418fe6..2db02d9444 100644 --- a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js +++ b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js @@ -3,126 +3,90 @@ 'require rpc'; 'require uci'; 'require form'; +'require firewall as fwmodel'; 'require tools.firewall as fwtool'; 'require tools.widgets as widgets'; -function fmt(fmtstr, args) { - var repl = [], wrap = false; - var tokens = []; - - for (var i = 0, last = 0; i <= fmtstr.length; i++) { - if (fmtstr.charAt(i) == '%' && fmtstr.charAt(i + 1) == '{') { - if (i > last) - tokens.push(fmtstr.substring(last, i)); - - var j = i + 1, nest = 0; - - var subexpr = []; - - for (var off = j + 1, esc = false; j <= fmtstr.length; j++) { - if (esc) { - esc = false; - } - else if (fmtstr.charAt(j) == '\\') { - esc = true; - } - else if (fmtstr.charAt(j) == '{') { - nest++; - } - else if (fmtstr.charAt(j) == '}') { - if (--nest == 0) { - subexpr.push(fmtstr.substring(off, j)); - break; - } - } - else if (fmtstr.charAt(j) == '?' || fmtstr.charAt(j) == ':') { - if (nest == 1) { - subexpr.push(fmtstr.substring(off, j)); - subexpr.push(fmtstr.charAt(j)); - 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 == '' || op1 != '?' || op2 != ':') - return fmtstr; - - if (subexpr.length == 1) - tokens.push(args[varname] != null ? args[varname] : ''); - else if (args[varname] != null) - tokens.push(fmt(if_set.replace(/\\(.)/g, '$1'), args)); - else - tokens.push(fmt(if_unset.replace(/\\(.)/g, '$1'), args)); - - last = j + 1; - i = last; - } - else if (i >= fmtstr.length) { - if (i > last) - tokens.push(fmtstr.substring(last, i)); - } - } - - for (var i = 0; i < tokens.length; i++) - if (typeof(tokens[i]) == 'object') - return E('span', {}, tokens); +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] + }; + }); - return tokens.join(''); + 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 snat_proto_txt(s) { - var m = uci.get('firewall', s, 'mark'), - p = uci.get('firewall', s, 'proto'); +function rule_src_txt(s, hosts) { + var z = uci.get('firewall', s, 'src'); - return fmt(_('Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?with firewall mark %{mark}} %{limit?limited to %{limit}}'), { - protocol: (p && p != 'all' && p != 'any' && p != '*') ? fwtool.fmt_proto(uci.get('firewall', s, 'proto')) : null, - family: fwtool.fmt_family('ipv4'), - mark: m ? E('var', {}, fwtool.fmt_neg(m)) : null, - limit: fwtool.fmt_limit(uci.get('firewall', s, 'limit'), uci.get('firewall', s, 'limit_burst')) + 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 snat_src_txt(s) { - return fmt(_('From %{ipaddr?:any host} %{port?with source %{port}}'), { - ipaddr: fwtool.fmt_ip(uci.get('firewall', s, 'src_ip')), - port: fwtool.fmt_port(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 snat_dest_txt(s) { - var z = uci.get('firewall', s, 'src'), - d = 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; - return fmt(_('To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} %{device?egress device %{device}}'), { - port: fwtool.fmt_port(uci.get('firewall', s, 'dest_port')), - ipaddr: fwtool.fmt_ip(uci.get('firewall', s, 'dest_ip')), - zone: (z != '*') ? fwtool.fmt_zone(z) : null, - device: d ? E('var', {}, [d]) : null - }); + if (!l) + return ''; + + return fwtool.fmt(_('Limit matching to %{limit.num} packets per %{limit.unit}%{limit.burst? burst %{limit.burst}}'), { limit: l }); } -function snat_rewrite_txt(s) { +function rule_target_txt(s) { var t = uci.get('firewall', s, 'target'), - l = fwtool.fmt_limit(uci.get('firewall', s, 'limit'), uci.get('firewall', s, 'limit_burst')); + s = { + target: t, + snat_ip: uci.get('firewall', s, 'snat_ip'), + snat_port: uci.get('firewall', s, 'snat_port') + }; - if (t == 'SNAT') { - return fmt(_('Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}'), { - ipaddr: fwtool.fmt_ip(uci.get('firewall', s, 'snat_ip')), - port: fwtool.fmt_port(uci.get('firewall', s, 'snat_port')) - }); - } - else if (t == 'MASQUERADE') { - return _('Rewrite to outbound device IP'); - } - else if (t == 'ACCEPT') { - return _('Do not rewrite'); + 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; } } @@ -175,16 +139,17 @@ return L.view.extend({ o.modalonly = false; o.textvalue = function(s) { return E('small', [ - snat_proto_txt(s), E('br'), - snat_src_txt(s), E('br'), - snat_dest_txt(s) + 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, '_dest', _('Rewrite to')); + o = s.option(form.ListValue, '_target', _('Action')); o.modalonly = false; o.textvalue = function(s) { - return snat_rewrite_txt(s); + return rule_target_txt(s); }; o = s.option(form.Flag, 'enabled', _('Enable')); @@ -192,17 +157,9 @@ return L.view.extend({ o.default = o.enabled; o.editable = true; - o = s.taboption('general', form.Value, 'proto', _('Protocol')); + o = s.taboption('general', fwtool.CBIProtocolSelect, 'proto', _('Protocol')); o.modalonly = true; o.default = 'all'; - o.value('all', _('Any')); - o.value('tcp udp', 'TCP+UDP'); - o.value('tcp', 'TCP'); - o.value('udp', 'UDP'); - o.cfgvalue = function(/* ... */) { - var v = this.super('cfgvalue', arguments); - return (v == 'tcpudp') ? 'tcp udp' : v; - }; o = s.taboption('general', widgets.ZoneSelect, 'src', _('Outbound zone')); o.modalonly = true; @@ -211,18 +168,10 @@ return L.view.extend({ o.allowany = true; o.default = 'lan'; - o = s.taboption('general', form.Value, 'src_ip', _('Source IP address'), - _('Match forwarded traffic from this IP or range.')); - o.modalonly = true; + 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.placeholder = E('em', _('any')); - L.sortedKeys(hosts, 'ipv4', 'addr').forEach(function(mac) { - o.value(hosts[mac].ipv4, '%s (%s)'.format( - hosts[mac].ipv4, - hosts[mac].name || mac - )); - }); o = s.taboption('general', form.Value, 'src_port', _('Source port'), _('Match forwarded traffic originating from the given source port or port range.')); @@ -230,23 +179,13 @@ return L.view.extend({ o.rmempty = true; o.datatype = 'neg(portrange)'; o.placeholder = _('any'); - o.depends('proto', 'tcp'); - o.depends('proto', 'udp'); - o.depends('proto', 'tcp udp'); - o.depends('proto', 'tcpudp'); + o.depends({ proto: 'tcp', '!contains': true }); + o.depends({ proto: 'udp', '!contains': true }); - o = s.taboption('general', form.Value, 'dest_ip', _('Destination IP address'), - _('Match forwarded traffic directed at the given IP address.')); - o.modalonly = 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.placeholder = E('em', _('any')); - L.sortedKeys(hosts, 'ipv4', 'addr').forEach(function(mac) { - o.value(hosts[mac].ipv4, '%s (%s)'.format( - hosts[mac].ipv4, - hosts[mac].name || mac - )); - }); o = s.taboption('general', form.Value, 'dest_port', _('Destination port'), _('Match forwarded traffic directed at the given destination port or port range.')); @@ -254,10 +193,8 @@ return L.view.extend({ o.rmempty = true; o.placeholder = _('any'); o.datatype = 'neg(portrange)'; - o.depends('proto', 'tcp'); - o.depends('proto', 'udp'); - o.depends('proto', 'tcp udp'); - o.depends('proto', 'tcpudp'); + o.depends({ proto: 'tcp', '!contains': true }); + o.depends({ proto: 'udp', '!contains': true }); o = s.taboption('general', form.ListValue, 'target', _('Action')); o.modalonly = true; @@ -266,35 +203,20 @@ return L.view.extend({ o.value('MASQUERADE', _('MASQUERADE - Automatically rewrite to outbound interface IP')); o.value('ACCEPT', _('ACCEPT - Disable address rewriting')); - o = s.taboption('general', form.Value, 'snat_ip', _('Rewrite IP address'), - _('Rewrite matched traffic to the specified source IP address.')); - o.modalonly = true; - o.rmempty = true; - o.placeholder = _('do not rewrite'); - o.datatype = 'ip4addr("nomask")'; + 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 ((value == null || value == '') && (p == null || p == '')) + if ((a == null || a == '') && (p == null || p == '')) return _('A rewrite IP must be specified!'); return true; }; - o.depends('target', 'SNAT'); - L.sortedKeys(devs, 'name').forEach(function(dev) { - var ip4addrs = devs[dev].ipaddrs; - - if (!L.isObject(devs[dev].flags) || !Array.isArray(ip4addrs) || devs[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, '%s (%s)'.format(ip4addrs[i].address, dev)); - } - }); o = s.taboption('general', form.Value, 'snat_port', _('Rewrite port'), _('Rewrite matched traffic to the specified source port or port range.')); @@ -302,10 +224,8 @@ return L.view.extend({ o.rmempty = true; o.placeholder = _('do not rewrite'); o.datatype = 'portrange'; - o.depends({ target: 'SNAT', proto: 'tcp' }); - o.depends({ target: 'SNAT', proto: 'udp' }); - o.depends({ target: 'SNAT', proto: 'tcp udp' }); - o.depends({ target: 'SNAT', proto: 'tcpudp' }); + 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.')); diff --git a/applications/luci-app-firewall/po/bg/firewall.po b/applications/luci-app-firewall/po/bg/firewall.po index 6498e6f6f8..8b793653a3 100644 --- a/applications/luci-app-firewall/po/bg/firewall.po +++ b/applications/luci-app-firewall/po/bg/firewall.po @@ -14,53 +14,103 @@ msgstr "" "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/forwards.js:154 -msgid "%s in %s" +#: 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:242 -msgid "%s%s with %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: 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/tools/firewall.js:283 -msgid "Accept output" +#: 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:216 +msgid "A rewrite IP must be specified!" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "" @@ -77,9 +127,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "" @@ -96,30 +146,29 @@ msgstr "" msgid "Allow forward to destination zones:" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -167,84 +216,53 @@ msgid "" "each firewall restart, right after the default ruleset has been loaded." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "" @@ -256,7 +274,7 @@ msgstr "" msgid "Enable logging on this zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -268,17 +286,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "" @@ -306,15 +324,15 @@ msgstr "" msgid "Firewall - Custom Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "" @@ -327,49 +345,54 @@ msgstr "" msgid "Forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -380,72 +403,64 @@ msgstr "" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -453,27 +468,27 @@ msgstr "" msgid "Limit log messages" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." +#: 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/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -485,142 +500,132 @@ msgstr "" msgid "Masquerading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -629,9 +634,9 @@ msgstr "" msgid "Output" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" @@ -644,44 +649,32 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -694,57 +687,45 @@ msgstr "" msgid "Restrict Masquerading to given source subnets" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -788,65 +769,65 @@ msgstr "" # msgid "Protocol" # msgstr "" # -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "" @@ -876,61 +857,65 @@ msgid "" "networks specifies which available networks are members of this zone." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" +#: 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/rules.js:87 -msgid "To %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "" @@ -938,23 +923,23 @@ msgstr "" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -962,11 +947,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -982,33 +971,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1020,133 +1001,118 @@ msgstr "" msgid "Zones" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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/applications/luci-app-firewall/po/ca/firewall.po b/applications/luci-app-firewall/po/ca/firewall.po index f6341cf093..72339c2bf3 100644 --- a/applications/luci-app-firewall/po/ca/firewall.po +++ b/applications/luci-app-firewall/po/ca/firewall.po @@ -16,53 +16,103 @@ msgstr "" "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/forwards.js:154 -msgid "%s in %s" -msgstr "%s en %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s amb %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s en %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d paquets al %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" -msgstr "%s i limita a %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: 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/tools/firewall.js:283 -msgid "Accept output" +#: 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:216 +msgid "A rewrite IP must be specified!" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Acció" @@ -79,9 +129,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Ajusts avançats" @@ -98,30 +148,29 @@ msgstr "Permet el reenviament des dels zones d'origen:" msgid "Allow forward to destination zones:" msgstr "Permet el reenviament als zones de destí:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -173,84 +222,53 @@ msgstr "" "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:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "Adreça IP de destí" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Adreça de destí" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Port de destí" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Zona de destí" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "No reescriguis" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" msgstr "Descarta els paquets invàlids" -#: 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Activa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "" @@ -262,7 +280,7 @@ msgstr "Habilita protecció contra la inundació SYN" msgid "Enable logging on this zone" msgstr "Habilita el registre d'aquesta zona" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -274,17 +292,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Adreça IP extern" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Port extern" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "Paràmetres extres" @@ -308,15 +326,15 @@ msgstr "Tallafocs" msgid "Firewall - Custom Rules" msgstr "Tallafocs - Regles personalitzades" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Tallafocs - Reenviaments de port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Tallafocs - Regles de tràfic" @@ -329,49 +347,54 @@ msgstr "Tallafocs - Ajusts de zona" msgid "Forward" msgstr "Reenvia" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -msgstr "Reenvia a" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "Divendres" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "Des de %s en %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "Des de %s en %s amb origen %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "Des de %s en %s amb orígens %s i %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -382,72 +405,64 @@ msgstr "Ajusts generals" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 i IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "Només IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "Només IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Entrada" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Adreça IP interna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Port intern" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Zona interna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -455,27 +470,27 @@ msgstr "" msgid "Limit log messages" msgstr "Limita els missatges de registre" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." +#: 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/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -487,54 +502,48 @@ msgstr "Fixació MSS" msgid "Masquerading" msgstr "Mascarada" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "Coincideix" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "Coincideix amb el tipus ICMP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -542,78 +551,74 @@ 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "Dilluns" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Nom" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 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:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 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:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 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:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 msgid "" "Only match incoming traffic originating from the given source port or port " "range on the client host" @@ -621,12 +626,12 @@ 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -635,9 +640,9 @@ msgstr "" msgid "Output" msgstr "Sortida" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "Passa paràmetres addicionals al iptables. Utilitzeu-ho amb cura!" @@ -650,12 +655,12 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -663,33 +668,21 @@ 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Protocol" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 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/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -702,57 +695,45 @@ msgstr "Restringeix la mascarada a les subxarxes de destí donades" 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:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 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:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "Dissabte" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -766,65 +747,65 @@ msgstr "" msgid "Software flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "Adreça IP d'origen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "Adreça MAC d'origen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Adreça d'origen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Port d'origen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "Zona d'origen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "Diumenge" @@ -869,53 +850,57 @@ msgstr "" "Xarxes cobertes especifica quines xarxes disponibles són membres " "d'aquesta zona." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "Dijous" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "A %s a %s en aquest dispositiu" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "A %s en %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "A %s en aquest dispositiu" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "A %s, %s en %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -925,8 +910,8 @@ msgstr "" "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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "Dimarts" @@ -934,23 +919,23 @@ msgstr "Dimarts" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -958,11 +943,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -978,33 +967,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "Via %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "Via %s a %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "Dimecres" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1016,137 +997,182 @@ msgstr "Zona ⇒ Reenviaments" msgid "Zones" msgstr "Zones" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "accepta" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "qualsevol" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "qualsevol host" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "qualsevol IP d'encaminador" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "no rastregis" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "descarta" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "rebutja" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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ó" diff --git a/applications/luci-app-firewall/po/cs/firewall.po b/applications/luci-app-firewall/po/cs/firewall.po index 437ff82d2d..cb3fad4e61 100644 --- a/applications/luci-app-firewall/po/cs/firewall.po +++ b/applications/luci-app-firewall/po/cs/firewall.po @@ -12,53 +12,103 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" -msgstr "%s v %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s s %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s v %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d paketů za %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." -msgstr "%d paketů za %s, burst %d paketů." +#: 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/rules.js:107 -msgid "%s and limit to %s" -msgstr "%s a omezit na %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: 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/tools/firewall.js:283 -msgid "Accept output" +#: 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:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: 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:216 +msgid "A rewrite IP must be specified!" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Akce" @@ -75,9 +125,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Pokročilé nastavení" @@ -94,30 +144,29 @@ msgstr "Povolit přesměrování ze zdrojových oblastí:" msgid "Allow forward to destination zones:" msgstr "Povolit přesměrování do zdrojových oblastí:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -168,84 +217,53 @@ msgstr "" "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:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "Cílová IP adresa" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Cílová adresa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Cílový port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Cílová zóna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "Nepřepisovat" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" msgstr "Zahazovat neplatné pakety" -#: 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Povolit" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "Povolit NAT Loopback" @@ -257,7 +275,7 @@ msgstr "Povolit ochranu proti SYN-flood" 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:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -269,17 +287,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Vnější IP adresa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Vnější port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "Další argumenty volání" @@ -303,15 +321,15 @@ msgstr "Firewall" msgid "Firewall - Custom Rules" msgstr "Firewall - Vlastní pravidla" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Firewall - Přesměrování portů" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Firewall - Pravidla síťového provozu" @@ -324,49 +342,54 @@ msgstr "Firewall - Nastavení zón" msgid "Forward" msgstr "Přesměrování" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -msgstr "Přesměrovat na" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "Pátek" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "Z %s v %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "Z %s v %s se zdrojovou %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "Z %s v %s se zdrojovou %s a %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -377,72 +400,64 @@ msgstr "Obecné nastavení" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 a IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "pouze IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "pouze IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Vstup" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Vnitřní IP adresa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Vnitřní port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Vnitřní zóna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -450,27 +465,27 @@ msgstr "" msgid "Limit log messages" msgstr "Omezit logovací zprávy" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." +#: 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/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -482,54 +497,48 @@ msgstr "MSS clamping" msgid "Masquerading" msgstr "Maškárádování" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "Shoda" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "Odpovídá ICMP typu" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -537,78 +546,74 @@ 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "Pondělí" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "Dny v měsíci" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Název" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "Síť" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 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:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 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:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 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:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 msgid "" "Only match incoming traffic originating from the given source port or port " "range on the client host" @@ -616,12 +621,12 @@ 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -630,9 +635,9 @@ msgstr "" msgid "Output" msgstr "Výstup" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "Předává další argumenty iptables. Používat opatrně!" @@ -645,12 +650,12 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -659,34 +664,22 @@ msgstr "" "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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Protokol" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 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/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -699,57 +692,45 @@ msgstr "Omezit maškarádování na uvedené cílové podsítě" 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:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "Omezit na rodinu adres" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "Sobota" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -763,65 +744,65 @@ msgstr "" msgid "Software flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "Zdrojová IP adresa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "Zdrojová MAC adresa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Zdrojová adresa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Zdrojový port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "Zdrojová zóna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "Neděle" @@ -864,53 +845,57 @@ msgstr "" "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:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "Čtvrtek" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "Časová omezení" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "Čas v UTC" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "Na %s v %s na tomto zařízení" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "Na %s v %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "Na %s na tomto zařízení" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "Na %s, %s v %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -920,8 +905,8 @@ msgstr "" "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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "Úterý" @@ -929,23 +914,23 @@ msgstr "Úterý" msgid "Unable to save contents: %s" msgstr "Nelze uložit obsah: %s" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "Nepojmenované pravidlo" @@ -953,11 +938,15 @@ msgstr "Nepojmenované pravidlo" msgid "Unnamed zone" msgstr "Nepojmenovaná zóna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -973,33 +962,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "Prostřednictvím %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "Středa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1011,137 +992,185 @@ msgstr "Zóna ⇒ Přesměrování" msgid "Zones" msgstr "Zóny" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "přijmout" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "libovolný" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "libovolný hostitel" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "libovolná IP routeru" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "nesledovat" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "zahodit" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "odmítnout" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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í" diff --git a/applications/luci-app-firewall/po/de/firewall.po b/applications/luci-app-firewall/po/de/firewall.po index f87f51bae7..39d7d0c20c 100644 --- a/applications/luci-app-firewall/po/de/firewall.po +++ b/applications/luci-app-firewall/po/de/firewall.po @@ -14,53 +14,103 @@ msgstr "" "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/forwards.js:154 -msgid "%s in %s" -msgstr "%s in %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s mit %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s in %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d Pkte. pro %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." -msgstr "%d Pkte. pro %s, Häufung %d Pkte." +#: 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/rules.js:107 -msgid "%s and limit to %s" -msgstr "%s und limitieren auf %s" +#: 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/snats.js:280 +#: 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:216 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:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 msgid "ACCEPT - Disable address rewriting" msgstr "ACCEPT - Umschreiben von IP-Adressen deaktivieren" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:293 -msgid "Accept forward" -msgstr "Erlaubte Weiterleitung" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:303 -msgid "Accept input" -msgstr "Eingang akzeptieren" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" -msgstr "Ausgang akzeptieren" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Aktion" @@ -83,9 +133,9 @@ msgstr "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" @@ -102,30 +152,29 @@ msgstr "Erlaube Weiterleitung von Quellzone:" msgid "Allow forward to destination zones:" msgstr "Erlaube Weiterleitung zu Zielzone:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "Beliebig" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -179,51 +228,36 @@ msgstr "" "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:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "Ziel IP-Adresse" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Zieladresse" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Zielport" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Ziel-Zone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "Weiterleiten verwerfen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "Eingang verwerfen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "Ausgang verwerfen" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 msgid "" "Do not install extra rules to reject forwarded traffic with conntrack state " @@ -233,33 +267,17 @@ msgstr "" "Conntrack-Status invalid abzulehnen. Dies kann bei komplexen " "asymmetrischen Routen erforderlich sein." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:125 -msgid "Do not rewrite" -msgstr "Nicht umschreiben" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "Weiterleitung nicht verfolgen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "Eingang nicht verfolgen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "Ausgang nicht verfolgen" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" msgstr "Ungültige Pakete verwerfen" -#: 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Aktivieren" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "NAT-Loopback aktivieren" @@ -271,7 +289,7 @@ msgstr "Schutz vor SYN-flood-Attacken" msgid "Enable logging on this zone" msgstr "Protokollierung innerhalb der Zone aktivieren" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "Erwarte: %s" @@ -284,17 +302,17 @@ 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:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Externe IP-Adresse" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Externer Port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "Zusätzliche Argumente" @@ -318,15 +336,15 @@ msgstr "Firewall" msgid "Firewall - Custom Rules" msgstr "Firewall - Benutzerdefinierte Regeln" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "Firewall - NAT Regeln" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Firewall - Portweiterleitungen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Firewall - Traffic-Regeln" @@ -339,49 +357,54 @@ msgstr "Firewall - Zoneneinstellungen" msgid "Forward" msgstr "Weitergeleitet" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -msgstr "Weiterleiten an" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "Freitag" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "Von %s in %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "Von %s in %s mit Quell-%s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "Von %s in %s mit Quell-%s und %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "Von %s auf dieses Gerät" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" -msgstr "Von %s auf diesem Gerät mit Quelle %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:71 -msgid "From %s on this device with source %s and %s" -msgstr "Von %s auf dieses Gerät mit Quelle %s und %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" -msgstr "Von %{ipaddr?:beliebigen Hosts} %{port?mit Quell-%{port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: 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:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -392,72 +415,64 @@ msgstr "Allgemeine Einstellungen" msgid "Hardware flow offloading" msgstr "Hardwarebeschleunigte Flusskontrolle" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "IP-Bereich" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "IPs" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 und IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "nur IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "nur IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Eingehend" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Interne IP-Adresse" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Interner Port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Interne Zone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -465,27 +480,27 @@ msgstr "" msgid "Limit log messages" msgstr "Protokollnachrichten limitieren" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 +#: 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" -msgstr "MACs" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" "MASQUERADE - Automatisch auf IP-Adresse der ausgehenden Schnittstelle " @@ -499,60 +514,52 @@ msgstr "MSS Korrektur" msgid "Masquerading" msgstr "NAT aktivieren" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "Filter" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -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}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "Nach ICMP-Typ filtern" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 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:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 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:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -560,53 +567,53 @@ 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 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:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "Montag" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "Monatstage" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 msgid "" "NAT rules allow fine grained control over the source IP to use for outbound " "or forwarded traffic." @@ -614,30 +621,26 @@ 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Name" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "Netzwerk" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 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:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 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:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 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:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 msgid "" "Only match incoming traffic originating from the given source port or port " "range on the client host" @@ -645,12 +648,12 @@ 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "Ausgehende Schnittstelle" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "Ausgehende Zone" @@ -659,9 +662,9 @@ msgstr "Ausgehende Zone" msgid "Output" msgstr "Ausgehend" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" "Gibt zusätzliche Kommandozeilenargumente an iptables weiter. Mit Vorsicht " @@ -682,12 +685,12 @@ msgstr "" "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:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -695,35 +698,23 @@ 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Protokoll" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 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/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "Weiterleiten ablehnen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "Eingang ablehnen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "Ausgang ablehnen" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -737,59 +728,47 @@ msgstr "NAT auf die angegebenen Ziel-Subnetze beschränken" 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:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "Beschränke auf Adressfamilie" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "IP-Adresse umschreiben" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 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:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "Port umschreiben" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "Umschreiben auf…" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "Umschreiben auf %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "Umschreiben auf ausgehende Schnittstellen-IP" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "Routing/NAT-Beschleunigung" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 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:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "Samstag" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -803,65 +782,65 @@ msgstr "Softwarebasierte Auslagerung von Routing/NAT" msgid "Software flow offloading" msgstr "Beschleunigte Flusskontrolle" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "Quell-IP-Adresse" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "Quell-MAC-Adresse" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Quelladresse" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Quellport" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "Quell-Zone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "Startdatum (JJJJ-MM-TT)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "Startzeit (hh.mm.ss)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "Enddatum (JJJJ-MM-TT)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "Stoppzeit (hh.mm.ss)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "Sonntag" @@ -907,55 +886,57 @@ msgstr "" "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:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "Donnerstag" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "Zeitbeschränkungen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "Zeit ist UTC" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "Zu %s an %s auf diesem Gerät" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "Zu %s in %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "Zu %s auf diesem Gerät" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "Zu %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" msgstr "" -"Zu %{ipaddr?:beliebigem Host} %{port?an %{port}} %{zone?über Zone %{zone}} " -"%{device?ausgehende Schnittstelle %{device}}" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -965,8 +946,8 @@ msgstr "" "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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "Dienstag" @@ -974,23 +955,23 @@ msgstr "Dienstag" 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:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "Unbenannte NAT-Regel" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "Unbenannte Portweiterleitung" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "Unbennante Regel" @@ -998,11 +979,15 @@ msgstr "Unbennante Regel" msgid "Unnamed zone" msgstr "Unbenannte Zone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -1022,33 +1007,25 @@ 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:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "Über %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "Über %s an %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "Mittwoch" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "Wochentage" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1062,137 +1039,287 @@ 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:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "zulassen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "beliebig" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "beliebiger Rechner" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "beliebige Router-IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "nicht umschreiben" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "nicht verfolgen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "verwerfen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "nicht" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "Port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "Ports" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "zurückweisen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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 "" + #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "diese neue Zone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "Typ" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "Typen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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" diff --git a/applications/luci-app-firewall/po/el/firewall.po b/applications/luci-app-firewall/po/el/firewall.po index 8f27b6f9cb..d36ab4cc8d 100644 --- a/applications/luci-app-firewall/po/el/firewall.po +++ b/applications/luci-app-firewall/po/el/firewall.po @@ -14,53 +14,103 @@ msgstr "" "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/forwards.js:154 -msgid "%s in %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s με %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d πκτ. ανά %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:216 +msgid "A rewrite IP must be specified!" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Ενέργεια" @@ -77,9 +127,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Ρυθμίσεις για προχωρημένους" @@ -96,30 +146,29 @@ msgstr "" msgid "Allow forward to destination zones:" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -167,84 +216,53 @@ msgid "" "each firewall restart, right after the default ruleset has been loaded." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "Διεύθυνση IP προορισμού" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Διεύθυνση προορισμού" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Θύρα προορισμού" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Ζώνη προορισμού" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Ενεργοποίηση" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "" @@ -257,7 +275,7 @@ msgstr "Προστασία SYN-flood" msgid "Enable logging on this zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -269,17 +287,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Εξωτερική διεύθυνση IP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Εξωτερική θύρα" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "Επιπλέον παράμετροι" @@ -303,15 +321,15 @@ msgstr "Τείχος προστασίας" msgid "Firewall - Custom Rules" msgstr "Τείχος προστασίας - Προσαρμοσμένοι Κανόνες" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Τείχος προστασίας - Προώθηση Θυρών" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Τείχος προστασίας - Κανόνες Κίνησεις" @@ -324,49 +342,54 @@ msgstr "Τείχος προστασίας - Ρυθμίσεις Ζώνης" msgid "Forward" msgstr "Προώθηση" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "Απο %s στο %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -377,74 +400,66 @@ msgstr "Γενικές Ρυθμίσεις" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 και IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "Μόνο IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "Μόνο IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Είσοδος" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 #, fuzzy msgid "Internal IP address" msgstr "Εσωτερική διεύθυνση" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 #, fuzzy msgid "Internal port" msgstr "Εξωτερική θύρα" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Εσωτερική ζώνη" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -452,27 +467,27 @@ msgstr "" msgid "Limit log messages" msgstr "Περιορισμός καταγραφών συστήματος" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." +#: 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/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -485,142 +500,132 @@ msgstr "Περιορισμός MSS" msgid "Masquerading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Όνομα" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -629,9 +634,9 @@ msgstr "" msgid "Output" msgstr "Έξοδος" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" @@ -644,44 +649,32 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Πρωτόκολλο" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -694,57 +687,45 @@ msgstr "" msgid "Restrict Masquerading to given source subnets" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -758,68 +739,68 @@ msgstr "" msgid "Software flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 #, fuzzy msgid "Source IP address" msgstr "Διεύθυνση MAC πηγής" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 #, fuzzy msgid "Source address" msgstr "Διεύθυνση MAC πηγής" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Θύρα πηγής" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 #, fuzzy msgid "Source zone" msgstr "Θύρα πηγής" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "" @@ -851,61 +832,65 @@ msgid "" "networks specifies which available networks are members of this zone." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" +#: 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/rules.js:87 -msgid "To %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "" @@ -913,23 +898,23 @@ msgstr "" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -937,11 +922,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -957,33 +946,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -995,137 +976,137 @@ msgstr "" msgid "Zones" msgstr "Ζώνες" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "αποδοχή" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "αγνόηση" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "απόρριψη" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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 "Επιβολή παρακολούθησης σύνδεσης" diff --git a/applications/luci-app-firewall/po/en/firewall.po b/applications/luci-app-firewall/po/en/firewall.po index 680a925028..9443710423 100644 --- a/applications/luci-app-firewall/po/en/firewall.po +++ b/applications/luci-app-firewall/po/en/firewall.po @@ -11,53 +11,103 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" +#: 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:242 -msgid "%s%s with %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: 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/tools/firewall.js:283 -msgid "Accept output" +#: 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:216 +msgid "A rewrite IP must be specified!" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Action" @@ -74,9 +124,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "" @@ -93,30 +143,29 @@ msgstr "" msgid "Allow forward to destination zones:" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -164,84 +213,53 @@ msgid "" "each firewall restart, right after the default ruleset has been loaded." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Destination address" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Destination port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Destination zone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" msgstr "Drop invalid packets" -#: 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "" @@ -253,7 +271,7 @@ msgstr "Enable SYN-flood protection" msgid "Enable logging on this zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -265,17 +283,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "External port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "" @@ -303,15 +321,15 @@ msgstr "Firewall" msgid "Firewall - Custom Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "" @@ -324,49 +342,54 @@ msgstr "" msgid "Forward" msgstr "Forward" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -377,72 +400,64 @@ msgstr "" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Input" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Internal IP address" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Internal port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -450,27 +465,27 @@ msgstr "" msgid "Limit log messages" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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:96 -msgid "MAC" +#: 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/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -482,54 +497,48 @@ msgstr "MSS clamping" msgid "Masquerading" msgstr "Masquerading" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -537,89 +546,85 @@ 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Name" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -628,9 +633,9 @@ msgstr "" msgid "Output" msgstr "Output" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" @@ -643,45 +648,33 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Protocol" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 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/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -694,57 +687,45 @@ msgstr "" msgid "Restrict Masquerading to given source subnets" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -788,65 +769,65 @@ msgstr "" # msgid "Protocol" # msgstr "" # -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "Source IP address" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Source address" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Source port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "Source zone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "" @@ -878,61 +859,65 @@ msgid "" "networks specifies which available networks are members of this zone." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" +#: 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/rules.js:87 -msgid "To %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "" @@ -940,23 +925,23 @@ msgstr "" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -964,11 +949,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -984,33 +973,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1022,133 +1003,112 @@ msgstr "" msgid "Zones" msgstr "Zones" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "accept" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "any" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "drop" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "reject" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "valid firewall mark" msgstr "" diff --git a/applications/luci-app-firewall/po/es/firewall.po b/applications/luci-app-firewall/po/es/firewall.po index dd1f6aaa34..948120cdb6 100644 --- a/applications/luci-app-firewall/po/es/firewall.po +++ b/applications/luci-app-firewall/po/es/firewall.po @@ -14,54 +14,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10.2-dev\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" -msgstr "%s en %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s con %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s en %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d paquetes por %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 +msgid "Prevent source rewrite" msgstr "" -"%d paquetes por %s, máximo %d paquetes." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:107 -msgid "%s and limit to %s" -msgstr "%s y limitar a %s" +#: 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/snats.js:280 +#: 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:216 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:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 msgid "ACCEPT - Disable address rewriting" msgstr "ACEPTAR - Desactivar reescritura de direcciones" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:293 -msgid "Accept forward" -msgstr "Aceptar reenvío" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:303 -msgid "Accept input" -msgstr "Aceptar entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" -msgstr "Aceptar salida" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Acción" @@ -84,9 +133,9 @@ msgstr "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Configuración avanzada" @@ -103,19 +152,18 @@ msgstr "Permitir reenvío desde zonas de origen:" msgid "Allow forward to destination zones:" msgstr "Permitir reenvío a zonas de destino:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "Cualquier día" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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 " @@ -125,11 +173,11 @@ msgstr "" "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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" "Asigne el asistente de seguimiento de conexión especificado al tráfico " @@ -185,51 +233,36 @@ msgstr "" "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:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "Clasificación DSCP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "Dirección IP destino" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Dirección de destino" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Puerto de destino" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Zona de destino" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "Nombre del dispositivo" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "Descartar reenvío" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "Descartar entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "Descartar salida" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 msgid "" "Do not install extra rules to reject forwarded traffic with conntrack state " @@ -239,33 +272,17 @@ msgstr "" "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/snats.js:125 -msgid "Do not rewrite" -msgstr "No reescribir" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "No seguir reenvío" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "No seguir entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "No seguir salida" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" msgstr "Descartar paquetes inválidos" -#: 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Activar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "Activar bucle NAT" @@ -277,7 +294,7 @@ msgstr "Activar protección contra inundaciones SYN" msgid "Enable logging on this zone" msgstr "Activar registro en esta zona" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "Esperando: %s" @@ -291,17 +308,17 @@ 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:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Dirección IP externa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Puerto externo" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "Argumentos extra" @@ -325,15 +342,15 @@ msgstr "Firewall" msgid "Firewall - Custom Rules" msgstr "Firewall - Reglas personalizadas" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "Firewall - Reglas de NAT" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Firewall - Reenvío de puertos" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Firewall - Reglas de tráfico" @@ -346,49 +363,54 @@ msgstr "Firewall - Configuración de la zona" msgid "Forward" msgstr "Reenviar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -msgstr "Reenviar a" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "Viernes" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "Desde %s en %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "Desde %s en %s con origen %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "Desde %s en %s con origen %s y %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "Desde %s en este dispositivo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" -msgstr "Desde %s en este dispositivo con la fuente %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:71 -msgid "From %s on this device with source %s and %s" -msgstr "De %s en este dispositivo con la fuente %s y %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" -msgstr "Desde %{ipaddr?:cualquier host} %{puerto?con origen %{puerto}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: 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:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -399,72 +421,64 @@ msgstr "Configuración general" msgid "Hardware flow offloading" msgstr "Descarga de flujo por hardware" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "Rango de IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 e IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "Sólo IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "Sólo IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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 "" + #: 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:115 msgid "Input" msgstr "Entrada" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Dirección IP interna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Puerto interno" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Zona interna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "Límite de ráfaga" @@ -472,27 +486,27 @@ msgstr "Límite de ráfaga" msgid "Limit log messages" msgstr "Limitar registro de mensajes" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: 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/tools/firewall.js:402 +#: 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 el tráfico que coincide con la velocidad especificada." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "Loopback source IP" msgstr "IP de origen de bucle invertido" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "MASQUERADE - Reescribe automáticamente a la interfaz IP saliente" @@ -504,60 +518,52 @@ msgstr "Fijado de MSS" msgid "Masquerading" msgstr "Enmascaramiento" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "Coincidir" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -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}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "Coincidir con tipo ICMP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "Dispositivo de coincidencia" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 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:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 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:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "Ayudante de partido" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -565,34 +571,34 @@ 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 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:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 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:316 +#: 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:436 +#: 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." @@ -601,22 +607,22 @@ msgstr "" "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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "Lunes" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "Días del mes" -#: 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:121 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:43 msgid "NAT Rules" msgstr "Reglas NAT" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 msgid "" "NAT rules allow fine grained control over the source IP to use for outbound " "or forwarded traffic." @@ -624,30 +630,26 @@ 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Nombre" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "Red" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 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:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 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:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 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:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 msgid "" "Only match incoming traffic originating from the given source port or port " "range on the client host" @@ -655,12 +657,12 @@ 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "Dispositivo saliente" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "Zona de salida" @@ -669,9 +671,9 @@ msgstr "Zona de salida" msgid "Output" msgstr "Salida" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "Ingrese argumentos adicionales a iptables. ¡Utilícelo con cuidado!" @@ -690,12 +692,12 @@ msgstr "" "conjunto de reglas del firewall se rompa, exponiendo completamente todos los " "servicios." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -703,36 +705,24 @@ 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Protocolo" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 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/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "Rechazar reenvío" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "Rechazar entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "Rechazar salida" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -746,61 +736,48 @@ msgstr "Restringir enmascaramiento a las subredes destino" 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:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "Restringir a la familia de direcciones" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "Reescribir dirección IP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 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:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "Reescribir puerto" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "Reescribe a" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" -"Reescribe a %{ipaddr?%{puerto?%{ipaddr}, %{puerto}:%{ipaddr}}:%{puerto}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "Reescribir a la IP del dispositivo saliente" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "Enrutamiento/NAT Offloading" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 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:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "Sábado" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -817,32 +794,32 @@ msgstr "Descarga basada en software para enrutamiento/NAT" msgid "Software flow offloading" msgstr "Descarga de flujo por software" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "Dirección IP de origen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "Dirección MAC de origen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Dirección de origen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Puerto de origen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "Zona de origen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 msgid "" "Specifies whether to tie this traffic rule to a specific inbound or outbound " "network device." @@ -850,7 +827,7 @@ 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "" "Specifies whether to use the external or the internal IP address for " "reflected traffic." @@ -858,28 +835,28 @@ 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "Fecha de inicio (aaaa-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 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:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "Fecha de finalización (aaaa-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 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:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "Domingo" @@ -924,55 +901,57 @@ msgstr "" "Redes cubiertas especifican qué redes disponibles son miembros de " "esta zona." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "Jueves" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "Restricciones de tiempo" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "Tiempo en UTC" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "A %s en %s por este dispositivo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "A %s en %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "A %s por este dispositivo" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "A %s, %s en %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" msgstr "" -"A %{ipaddr?:cualquier destino} %{puerto?a %{puerto}} %{zona?via zona " -"%{zona}} %{dispositivo?dispositivo de salida %{dispositivo}}" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "Ayudante de seguimiento" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -982,8 +961,8 @@ msgstr "" "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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "Martes" @@ -991,23 +970,23 @@ msgstr "Martes" 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:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 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:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "NAT sin nombre" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "Reenvío sin nombre" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "Regla sin nombre" @@ -1015,11 +994,15 @@ msgstr "Regla sin nombre" msgid "Unnamed zone" msgstr "Zona sin nombre" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "Usar dirección IP externa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "Usar dirección IP interna" @@ -1039,33 +1022,25 @@ 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:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "Vía %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "Vía %s a %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "Miércoles" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "Días de la semana" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "Marca de firewall XOR" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "Marca XOR" @@ -1077,137 +1052,288 @@ msgstr "Zona ⇒ Reenvíos" msgid "Zones" msgstr "Zonas" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "Aceptar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "cualquiera" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "cualquier host" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "cualquier router IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "aplicar marca de firewall" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "asignar ayudante de Conntrack" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "no reescribir" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "No seguir" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "Descartar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "No" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "puerto" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "puertos" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "Rechazar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "Esta nueva zona" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "Tipo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "Tipos" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "sin especificar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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" diff --git a/applications/luci-app-firewall/po/fr/firewall.po b/applications/luci-app-firewall/po/fr/firewall.po index ca2494b414..53c816f867 100644 --- a/applications/luci-app-firewall/po/fr/firewall.po +++ b/applications/luci-app-firewall/po/fr/firewall.po @@ -14,53 +14,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.10.1\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" -msgstr "%s dans %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s avec %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s dans %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" -msgstr "Accepter l'entrée" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:216 +msgid "A rewrite IP must be specified!" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Action" @@ -77,9 +127,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Paramètres avancés" @@ -96,30 +146,29 @@ msgstr "Permettre la transmission des zones source :" msgid "Allow forward to destination zones:" msgstr "Permettre la transmission vers les zones destination :" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "N'importe quel jour" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -173,84 +222,53 @@ msgstr "" "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:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "Adresse IP de destination" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Adresse de destination" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Port de destination" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Zone de destination" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" msgstr "Supprimer les paquets invalides" -#: 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Activer" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "Activer le NAT sur la boucle-locale" @@ -262,7 +280,7 @@ msgstr "Activer la protection contre le SYN-flood" 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:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -274,17 +292,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Adresse IP externe" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Port externe" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "Arguments supplémentaires" @@ -312,15 +330,15 @@ msgstr "Pare-feu" msgid "Firewall - Custom Rules" msgstr "Pare-feu - Règles personnalisées" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Pare-feu - Redirections de ports" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Pare-feu - Règles de trafic" @@ -333,49 +351,54 @@ msgstr "Pare-feu - Configuration des zones" msgid "Forward" msgstr "Transférer" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -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 "" -#: 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:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "Vendredi" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -386,72 +409,64 @@ msgstr "Paramètres généraux" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "Plage IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "IPs" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 et IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "IPv4 seulement" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "IPv6 seulement" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Entrée" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Adresse IP interne" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Port interne" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Zone interne" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -459,27 +474,27 @@ msgstr "" msgid "Limit log messages" msgstr "Limiter les messages de journalisation" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 +#: 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" -msgstr "MACs" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -491,54 +506,48 @@ msgstr "Contrainte du MSS" msgid "Masquerading" msgstr "Masquage" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "Type ICMP correspondant" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -546,89 +555,85 @@ 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "Lundi" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Nom" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "Réseau" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 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:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -637,9 +642,9 @@ msgstr "" msgid "Output" msgstr "Sortie" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" "Passe des arguments supplémentaires aux tables d'adresses IP. A utiliser " @@ -654,12 +659,12 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -667,35 +672,23 @@ 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Protocole" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 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/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -712,57 +705,45 @@ msgstr "" "Restreindre la substitution d'adresses (Masquerade) à ces sous-réseaux " "sources" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "Restreindre à cette famille d'adresses" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "Samedi" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -806,65 +787,65 @@ msgstr "" # msgid "Protocol" # msgstr "" # -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "Adresse IP source" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "Adresse MAC source" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Adresse source" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Port source" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "Zone source" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "Dimanche" @@ -910,53 +891,57 @@ msgstr "" "cette zone. Les réseaux couverts indiquent quels réseaux " "disponibles sont membre de cette zone." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "Jeudi" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "Heure en UTC" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" +#: 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/rules.js:87 -msgid "To %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -966,8 +951,8 @@ msgstr "" "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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "Mardi" @@ -975,23 +960,23 @@ msgstr "Mardi" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -999,11 +984,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -1021,33 +1010,25 @@ 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:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "Mercredi" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1059,137 +1040,170 @@ msgstr "Zone ⇒ Transmissions" msgid "Zones" msgstr "Zones" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "accepter" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "tous" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "n'importe quel hôte" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "ignorer" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "ne pas" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "rejeter" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "type" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "valid firewall mark" msgstr "" +#~ 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" diff --git a/applications/luci-app-firewall/po/he/firewall.po b/applications/luci-app-firewall/po/he/firewall.po index aad6172eae..92c8446831 100644 --- a/applications/luci-app-firewall/po/he/firewall.po +++ b/applications/luci-app-firewall/po/he/firewall.po @@ -8,53 +8,103 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" +#: 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:242 -msgid "%s%s with %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: 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/tools/firewall.js:283 -msgid "Accept output" +#: 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:216 +msgid "A rewrite IP must be specified!" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "" @@ -71,9 +121,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "" @@ -90,30 +140,29 @@ msgstr "" msgid "Allow forward to destination zones:" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -161,84 +210,53 @@ msgid "" "each firewall restart, right after the default ruleset has been loaded." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "" @@ -250,7 +268,7 @@ msgstr "" msgid "Enable logging on this zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -262,17 +280,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "" @@ -296,15 +314,15 @@ msgstr "" msgid "Firewall - Custom Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "" @@ -317,49 +335,54 @@ msgstr "" msgid "Forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -370,72 +393,64 @@ msgstr "" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -443,27 +458,27 @@ msgstr "" msgid "Limit log messages" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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:96 -msgid "MAC" +#: 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/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -475,142 +490,132 @@ msgstr "" msgid "Masquerading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -619,9 +624,9 @@ msgstr "" msgid "Output" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" @@ -634,44 +639,32 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -684,57 +677,45 @@ msgstr "" msgid "Restrict Masquerading to given source subnets" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -748,65 +729,65 @@ msgstr "" msgid "Software flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "" @@ -836,61 +817,65 @@ msgid "" "networks specifies which available networks are members of this zone." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" +#: 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/rules.js:87 -msgid "To %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "" @@ -898,23 +883,23 @@ msgstr "" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -922,11 +907,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -942,33 +931,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -980,133 +961,112 @@ msgstr "" msgid "Zones" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "valid firewall mark" msgstr "" diff --git a/applications/luci-app-firewall/po/hi/firewall.po b/applications/luci-app-firewall/po/hi/firewall.po index 89570e9d74..1e2b057ad9 100644 --- a/applications/luci-app-firewall/po/hi/firewall.po +++ b/applications/luci-app-firewall/po/hi/firewall.po @@ -14,53 +14,103 @@ msgstr "" "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/forwards.js:154 -msgid "%s in %s" +#: 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:242 -msgid "%s%s with %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: 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/tools/firewall.js:283 -msgid "Accept output" +#: 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:216 +msgid "A rewrite IP must be specified!" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "" @@ -77,9 +127,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "" @@ -96,30 +146,29 @@ msgstr "" msgid "Allow forward to destination zones:" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -167,84 +216,53 @@ msgid "" "each firewall restart, right after the default ruleset has been loaded." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "" @@ -256,7 +274,7 @@ msgstr "" msgid "Enable logging on this zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -268,17 +286,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "" @@ -306,15 +324,15 @@ msgstr "" msgid "Firewall - Custom Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "" @@ -327,49 +345,54 @@ msgstr "" msgid "Forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -380,72 +403,64 @@ msgstr "" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -453,27 +468,27 @@ msgstr "" msgid "Limit log messages" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." +#: 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/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -485,142 +500,132 @@ msgstr "" msgid "Masquerading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -629,9 +634,9 @@ msgstr "" msgid "Output" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" @@ -644,44 +649,32 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -694,57 +687,45 @@ msgstr "" msgid "Restrict Masquerading to given source subnets" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -788,65 +769,65 @@ msgstr "" # msgid "Protocol" # msgstr "" # -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "" @@ -876,61 +857,65 @@ msgid "" "networks specifies which available networks are members of this zone." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" +#: 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/rules.js:87 -msgid "To %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "" @@ -938,23 +923,23 @@ msgstr "" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -962,11 +947,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -982,33 +971,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1020,133 +1001,118 @@ msgstr "" msgid "Zones" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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/applications/luci-app-firewall/po/hu/firewall.po b/applications/luci-app-firewall/po/hu/firewall.po index 1a67ebe725..c010cb57d3 100644 --- a/applications/luci-app-firewall/po/hu/firewall.po +++ b/applications/luci-app-firewall/po/hu/firewall.po @@ -12,53 +12,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10.2\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" -msgstr "%s ebben: %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s ezzel: %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s ebben: %s" +#: 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/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d csomag / %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." -msgstr "%d csomag / %s, löket %d csomag" +#: 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:107 -msgid "%s and limit to %s" -msgstr "%s és korlátozás erre: %s" +#: 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/snats.js:280 +#: 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:216 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:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 msgid "ACCEPT - Disable address rewriting" msgstr "ELFOGADÁS – címátírás letiltása" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:293 -msgid "Accept forward" -msgstr "Továbbítás elfogadása" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:303 -msgid "Accept input" -msgstr "Bemenet elfogadása" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" -msgstr "Kimenet elfogadása" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Művelet" @@ -81,9 +131,9 @@ msgstr "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Speciális beállítások" @@ -100,35 +150,34 @@ msgstr "Továbbítás engedélyezése a forrászónákból:" 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/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "Bármely nap" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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." +"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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" "A megadott kapcsolatkövető segítőjének hozzárendelése az illesztett " @@ -184,51 +233,36 @@ msgstr "" "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:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "DSCP osztályozás" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "Cél IP-cím" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Célcím" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Célport" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Célzóna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "Eszköz neve" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "Továbbítás elvetése" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "Bemenet elvetése" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "Kimenet elvetése" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 msgid "" "Do not install extra rules to reject forwarded traffic with conntrack state " @@ -237,33 +271,17 @@ 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/snats.js:125 -msgid "Do not rewrite" -msgstr "Ne írja felül" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "Ne kövesse a továbbítást" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "Ne kövesse a bemenetet" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "Ne kövesse a kimenetet" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" msgstr "Érvénytelen csomagok eldobása" -#: 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Engedélyezés" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "NAT visszacsatolás engedélyezése" @@ -275,7 +293,7 @@ msgstr "SYN-elárasztás elleni védelem engedélyezése" 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:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "Elvárás: %s" @@ -289,17 +307,17 @@ 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:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Külső IP-cím" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Külső port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "További argumentumok" @@ -323,15 +341,15 @@ msgstr "Tűzfal" msgid "Firewall - Custom Rules" msgstr "Tűzfal – egyéni szabályok" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "Tűzfal – NAT szabályok" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Tűzfal – porttovábbítások" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Tűzfal – forgalmi szabályok" @@ -344,50 +362,54 @@ msgstr "Tűzfal – Zóna beállításai" msgid "Forward" msgstr "Továbbítás" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -msgstr "Továbbítás ide" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "Péntek" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "Innen: %s, ebben: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "Innen: %s, ebben: %s, ezzel a forrással: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "Innen: %s, ebben: %s, ezekkel a forrásokkal: %s és %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "Ettől: %s, ezen az eszközön" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" -msgstr "Ettől: %s, ezen az eszközön, ezzel a forrással: %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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 "" -"Ettől: %s, ezen az eszközön, ezekkel a forrásokkal: %s és %s" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -398,72 +420,64 @@ msgstr "Általános beállítások" msgid "Hardware flow offloading" msgstr "Hardveres áramláskiürítés" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "IP-tartomány" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "IP-k" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 és IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "Csak IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "Csak IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Bemenet" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Belső IP-cím" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Belső port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Belső zóna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "Löket korlátozása" @@ -471,27 +485,27 @@ msgstr "Löket korlátozása" msgid "Limit log messages" msgstr "Naplóüzenetek korlátozása" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: 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/tools/firewall.js:402 +#: 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "Loopback source IP" msgstr "Visszacsatolás forrás IP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" -msgstr "MAC-ek" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "ÁLCÁZÁS – átírás automatikusan a kimenő csatoló IP-jére" @@ -503,58 +517,52 @@ msgstr "MSS összefogás" msgid "Masquerading" msgstr "Álcázás" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "Illesztés" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "ICMP-típus illesztése" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "Eszköz illesztése" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 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:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 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:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "Illesztési segítő" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -562,31 +570,31 @@ 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 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:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 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:316 +#: 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:436 +#: 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." @@ -595,22 +603,22 @@ msgstr "" "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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "Hétfő" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "Hónap napjai" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 msgid "" "NAT rules allow fine grained control over the source IP to use for outbound " "or forwarded traffic." @@ -618,31 +626,27 @@ 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Név" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "Hálózat" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 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:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 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:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 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:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 msgid "" "Only match incoming traffic originating from the given source port or port " "range on the client host" @@ -650,12 +654,12 @@ 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "Kimeneti eszköz" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "Kimenő zóna" @@ -664,9 +668,9 @@ msgstr "Kimenő zóna" msgid "Output" msgstr "Kimenet" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" "Átadja a további argumentumokat az iptables részére. Használja " @@ -687,12 +691,12 @@ msgstr "" "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:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -701,33 +705,21 @@ msgstr "" "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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Protokoll" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 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/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "Továbbítás visszautasítása" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "Bemenet visszautasítása" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "Kimenet visszautasítása" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 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" @@ -740,58 +732,46 @@ msgstr "Álcázás korlátozása a megadott célalhálózatokra" 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:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "Korlátozás címcsaládra" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "IP-cím átírása" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 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:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "Port átírása" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "Átírás erre:" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "Átírás a kimenő eszköz IP-jére" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 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:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 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:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "Szombat" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -808,32 +788,32 @@ msgstr "Szoftver alapú kiürítés az útválasztásnál vagy NAT-nál" msgid "Software flow offloading" msgstr "Szoftveres áramláskiürítés" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "Forrás IP-cím" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "Forrás MAC-cím" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Forráscím" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Forrásport" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "Forrászóna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 msgid "" "Specifies whether to tie this traffic rule to a specific inbound or outbound " "network device." @@ -841,7 +821,7 @@ 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "" "Specifies whether to use the external or the internal IP address for " "reflected traffic." @@ -849,28 +829,28 @@ 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "Kezdés dátuma (ÉÉÉÉ-HH-NN)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "Kezdés ideje (ÓÓ.PP.MM)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 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:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 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:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "Vasárnap" @@ -915,53 +895,57 @@ msgstr "" "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:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "Csütörtök" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "Időkorlátozások" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "Idő UTC szerint" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "Ide: %s, ekkor: %s, ezen az eszközön" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "Ide: %s, ebben: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "Ide: %s, ezen az eszközön" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "Erre: %s, %s ebben: %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "Követési segítő" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -971,8 +955,8 @@ msgstr "" "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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "Kedd" @@ -980,23 +964,23 @@ msgstr "Kedd" 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:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 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:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "Névtelen NAT" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "Névtelen továbbítás" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "Névtelen szabály" @@ -1004,11 +988,15 @@ msgstr "Névtelen szabály" msgid "Unnamed zone" msgstr "Névtelen zóna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 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:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "Belső IP-cím használata" @@ -1028,33 +1016,25 @@ 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:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "Ezen keresztül: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "Ezen keresztül: %s, itt: %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "Szerda" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "Hétköznapok" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "kizáró vagy tűzfaljelölés" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "kizáró vagy jelölés" @@ -1066,137 +1046,267 @@ msgstr "Zóna ⇒ Továbbítások" msgid "Zones" msgstr "Zónák" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "elfogadás" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "bármely" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "bármely gép" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "bármely útválasztó IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "tűzfaljelölés alkalmazása" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "kapcsolatkövető segítő hozzárendelése" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "ne írja át" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "ne kövessen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "eldobás" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "nem" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "portok" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "visszautasítás" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "ez az új zóna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "típus" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "típusok" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "nincs meghatározva" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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" diff --git a/applications/luci-app-firewall/po/it/firewall.po b/applications/luci-app-firewall/po/it/firewall.po index 96cec2922b..503cb7b52b 100644 --- a/applications/luci-app-firewall/po/it/firewall.po +++ b/applications/luci-app-firewall/po/it/firewall.po @@ -14,53 +14,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10.1\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s con %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" -msgstr "%s e limita a %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" -msgstr "Accetta input" +#: 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:216 +msgid "A rewrite IP must be specified!" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" -msgstr "Accetta output" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Azione" @@ -77,9 +127,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Opzioni Avanzate" @@ -96,30 +146,29 @@ msgstr "Permetti routing da zone di origine:" msgid "Allow forward to destination zones:" msgstr "Permetti rounting a zone di destinazione:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "Qualsiasi giorno" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -171,84 +220,53 @@ msgstr "" "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:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "Indirizzo IP destinazione" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Indirizzo di destinazione" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Porta di destinazione" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Zona di destinazione" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "Non riscrivere" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" msgstr "Scarta pacchetti invalidi" -#: 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Attiva" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "Attiva NAT Loopback" @@ -260,7 +278,7 @@ msgstr "Attiva protezione SYN-flood" msgid "Enable logging on this zone" msgstr "Attiva registro su questa zona" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -272,17 +290,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Indirizzo IP Esterno" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Porta Esterna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "Comandi extra" @@ -306,15 +324,15 @@ msgstr "Firewall" msgid "Firewall - Custom Rules" msgstr "Firewall - Regole Personalizzate" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Firewall - Inoltro Porte" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Firewall - Regole Traffico" @@ -327,49 +345,54 @@ msgstr "Firewall - Opzioni delle Zone" msgid "Forward" msgstr "Inoltra" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -msgstr "Inoltra a" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "Venerdì" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "Da %s a %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "Da %s a %s con sorgente %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "Da %s a %s con sorgente %s e %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -380,72 +403,64 @@ msgstr "Opzioni Generali" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "Intervallo IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "IPs" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 e IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "Solo IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "Solo IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Ingresso" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Indirizzo IP interno" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Porta interna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Zona Interna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -453,27 +468,27 @@ msgstr "" msgid "Limit log messages" msgstr "Limita messaggi del registro" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 +#: 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" -msgstr "MACs" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -485,54 +500,48 @@ msgstr "" msgid "Masquerading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "Corrispondenza" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "Corrispondenza tipo ICMP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -540,78 +549,74 @@ 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "Lunedì" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "Giorni del Mese" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Nome" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "Rete" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 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:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 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:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 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:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 msgid "" "Only match incoming traffic originating from the given source port or port " "range on the client host" @@ -619,12 +624,12 @@ 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -633,9 +638,9 @@ msgstr "" msgid "Output" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "Passa comandi addizionali a iptables. Usare con cura!" @@ -648,12 +653,12 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -661,33 +666,21 @@ 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Protocollo" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 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/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -700,57 +693,45 @@ msgstr "Limita il Masquerading alle subnet di destinazione date" 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:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "Limita agli indirizzi famiglia" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "Sabato" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -785,65 +766,65 @@ msgstr "" # msgstr "" # msgid "Protocol" # msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "Indirizzo IP di origine" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "Indirizzo MAC di origine" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Indirizzo di origine" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Porta di origine" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "Zona di origine" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "Data di Inizio (yyyy-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "Data di Stop (yyyy-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "Domenica" @@ -888,53 +869,57 @@ msgstr "" "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:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "Giovedì" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "Orario in UTC" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "Verso %s a %s su questo dispositivo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "Verso %s in %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "Verso %s su questo dispositivo" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "Verso %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -944,8 +929,8 @@ msgstr "" "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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "Martedì" @@ -953,23 +938,23 @@ msgstr "Martedì" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "Regola senza nome" @@ -977,11 +962,15 @@ msgstr "Regola senza nome" msgid "Unnamed zone" msgstr "Zona senza nome" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -997,33 +986,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "Via %s a %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "Mercoledì" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "Giorni della Settimana" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1035,137 +1016,200 @@ msgstr "Zona ⇒ Inoltri" msgid "Zones" msgstr "Zone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "accetta" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "qualsiasi" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "qualsiasi host" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "qualsiasi router IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "non tracciare" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "scarta" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "non" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "porti" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "rifiuta" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "questa nuova zona" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "tipi" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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" diff --git a/applications/luci-app-firewall/po/ja/firewall.po b/applications/luci-app-firewall/po/ja/firewall.po index be98d30e70..f2d4b07374 100644 --- a/applications/luci-app-firewall/po/ja/firewall.po +++ b/applications/luci-app-firewall/po/ja/firewall.po @@ -14,54 +14,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" -msgstr "%s (%s)" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s ,%s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s (%s)" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d パケット / %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 +msgid "Prevent source rewrite" msgstr "" -"%d パケット / %s, バースト %d パケット" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:107 -msgid "%s and limit to %s" -msgstr "%s, %s を上限に設定" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" -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/tools/firewall.js:303 -msgid "Accept input" -msgstr "入力を許可" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:216 +msgid "A rewrite IP must be specified!" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" -msgstr "出力を許可" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "動作" @@ -84,9 +133,9 @@ msgstr "" "em> 引数です。(例: HTTPS 受信トラフィックのみにマッチさせる -p tcp --" "sport 443)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "詳細設定" @@ -103,30 +152,29 @@ msgstr "送信元ゾーンからの転送を許可する:" msgid "Allow forward to destination zones:" msgstr "宛先ゾーンへの転送を許可する:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "全日" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -180,51 +228,36 @@ msgstr "" "ドは、ファイアウォール機能の起動ごとに、標準のルールが読み込まれた後に実行さ" "れます。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "宛先アドレス" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "宛先ポート" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "宛先ゾーン" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "転送を破棄" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "入力を破棄" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "出力を破棄" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 msgid "" "Do not install extra rules to reject forwarded traffic with conntrack state " @@ -234,33 +267,17 @@ msgstr "" "追加ルールをインストールしません。これは、複雑で非対称なルートのセットアップ" "に必要となることがあります。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:125 -msgid "Do not rewrite" -msgstr "リライトしない" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "転送を追跡しない" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "入力を追跡しない" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "出力を追跡しない" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "有効" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "NATループバックを有効にする" @@ -272,7 +289,7 @@ msgstr "SYN-Floodプロテクションを有効にする" msgid "Enable logging on this zone" msgstr "このゾーンのログ記録を有効にする" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -284,17 +301,17 @@ msgstr "実験的な機能です。 QoS/SQM との完全な互換性はありま msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "ゾーン トラフィックのコネクション追跡ヘルパーを明示的に選択します。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "外部IPアドレス" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "外部ポート" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "追加の引数" @@ -318,15 +335,15 @@ msgstr "ファイアウォール" msgid "Firewall - Custom Rules" msgstr "ファイアウォール - 手動設定ルール" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "ファイアウォール - ポートフォワーディング" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "ファイアウォール - トラフィック・ルール" @@ -339,49 +356,54 @@ msgstr "ファイアウォール - ゾーン設定" msgid "Forward" msgstr "転送" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "金曜日" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "送信元 %s (%s)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "送信元 %s (%s) , %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "送信元 %s (%s) , %s, %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "送信元 %s (デバイス)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" -msgstr "送信元 %s, %s (デバイス)" +#: 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:71 -msgid "From %s on this device with source %s and %s" -msgstr "送信元 %s, %s, %s (デバイス)" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -392,72 +414,64 @@ msgstr "一般設定" msgid "Hardware flow offloading" msgstr "ハードウェア フローオフロード" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "IP の範囲" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4及びIPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "IPv4のみ" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "IPv6のみ" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "受信" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "内部IPアドレス" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "内部ポート" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "内部ゾーン" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -465,27 +479,27 @@ msgstr "" msgid "Limit log messages" msgstr "ログメッセージを制限" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 +#: 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -497,54 +511,48 @@ msgstr "MSSクランプ" msgid "Masquerading" msgstr "マスカレード" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "対象" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "ICMPタイプの一致" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -552,80 +560,76 @@ msgstr "" "設定された宛先ポート(またはポート範囲)に一致した受信トラフィックが対象になり" "ます" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "月曜日" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "月間" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "名前" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "ネットワーク" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 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:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." 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/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" "設定されたIPアドレス (または範囲) と一致した受信したトラフィックが対象になり" "ます。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 msgid "" "Only match incoming traffic originating from the given source port or port " "range on the client host" @@ -633,12 +637,12 @@ msgstr "" "設定されたクライアントホストの送信元ポート(またはポート範囲)からの受信トラ" "フィックと一致したトラフィックのみを対象にします。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -647,9 +651,9 @@ msgstr "" msgid "Output" msgstr "送信" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" "iptablesにパススルーする追加の引数を設定してください。ただし、注意して設定し" @@ -669,12 +673,12 @@ msgstr "" "し、全サービスを外部に晒す恐れがあることに、特段の注意を払い使用されなければ" "なりません。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -683,34 +687,22 @@ msgstr "" "ベートなネットワーク上の、特定のコンピュータやサービスへのアクセスを可能にし" "ます。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "プロトコル" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "ルールに一致した受信トラフィックを、設定された内部ホストへ転送します" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "転送を拒否" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "入力を拒否" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "出力を拒否" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -724,57 +716,45 @@ msgstr "設定された宛先サブネットへのマスカレードを制限す msgid "Restrict Masquerading to given source subnets" msgstr "設定された送信元サブネットへのマスカレードを制限する" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "アドレスファミリの制限" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "ルーティング/NAT オフロード" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "土曜日" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -788,65 +768,65 @@ msgstr "ルーティング/NAT のための、ソフトウェアベースのオ msgid "Software flow offloading" msgstr "ソフトウェア フローオフロード" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "送信元IPアドレス" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "送信元MACアドレス" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "送信元アドレス" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "送信元ポート" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "送信元ゾーン" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "開始日 (yyyy-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "開始時刻 (hh.mm.ss)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "停止日 (yyyy-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "停止時刻 (hh.mm.ss)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "日曜日" @@ -889,53 +869,57 @@ msgstr "" "準のポリシーになります。対象ネットワークは、どのネットワーク設定がこ" "のゾーンに属するかを設定します。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "木曜日" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "時間制限" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "UTC時刻を使用" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "宛先 %s, %s (デバイス)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "宛先 %s (%s)" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "宛先 %s (デバイス)" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "宛先 %s, %s (%s)" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -945,8 +929,8 @@ msgstr "" "します。例えば、特定のホスト間や、ルーターのWANポートへのトラフィックの拒否を" "設定することができます。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "火曜日" @@ -954,23 +938,23 @@ msgstr "火曜日" msgid "Unable to save contents: %s" msgstr "内容を保存できません: %s" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "名称未設定の転送" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "名称未設定のルール" @@ -978,11 +962,15 @@ msgstr "名称未設定のルール" msgid "Unnamed zone" msgstr "名称未設定のゾーン" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -1002,33 +990,25 @@ msgstr "" "ネットワークまたはデバイスに代わり、アクセス元またはアクセス先サブネットによ" "るゾーン トラフィックの区分にこのオプションを使用します。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "経由 %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "経由 %s , %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "水曜日" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "曜日" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1040,137 +1020,255 @@ msgstr "ゾーン ⇒ 転送" msgid "Zones" msgstr "ゾーン" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "許可" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "全て" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "全てのホスト" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "全てのルーターIP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "コネクション追跡を行わない" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "破棄" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "ポート" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "ポート" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "拒否" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "この新しいゾーン" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "タイプ" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "タイプ" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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 "強制的にコネクション追跡を行う" diff --git a/applications/luci-app-firewall/po/ko/firewall.po b/applications/luci-app-firewall/po/ko/firewall.po index 00eb4d1261..f62824f614 100644 --- a/applications/luci-app-firewall/po/ko/firewall.po +++ b/applications/luci-app-firewall/po/ko/firewall.po @@ -14,53 +14,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s ,%s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: 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:216 +msgid "A rewrite IP must be specified!" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "" @@ -77,9 +127,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "" @@ -96,30 +146,29 @@ msgstr "Source zone 로부터의 forward 허용:" msgid "Allow forward to destination zones:" msgstr "Destination zone 으로 forward 허용:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -170,84 +219,53 @@ msgstr "" "수 있도록 합니다. 입력된 명령어들은 매 방화벽 재시작시 실행되는데 default " "ruleset 이 load 된 후 시점입니다." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "Destination IP 주소" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Destination 주소" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "활성화" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "NAT Loopback 활성화" @@ -259,7 +277,7 @@ msgstr "SYN-flood protection 활성화" msgid "Enable logging on this zone" msgstr "zone 의 logging 활성화" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -271,17 +289,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "외부 IP 주소" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "외부 port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "추가 argument" @@ -305,15 +323,15 @@ msgstr "방화벽" msgid "Firewall - Custom Rules" msgstr "방화벽 - Custom Rules" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "방화벽 - Port Forwards" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "방화벽 - Traffic Rules" @@ -326,49 +344,54 @@ msgstr "방화벽 - Zone 설정" msgid "Forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "금요일" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -379,72 +402,64 @@ msgstr "" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "내부 IP 주소" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "내부 port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "내부 zone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -452,27 +467,27 @@ msgstr "" msgid "Limit log messages" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." +#: 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/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -484,142 +499,132 @@ msgstr "" msgid "Masquerading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "월요일" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "이름" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -628,9 +633,9 @@ msgstr "" msgid "Output" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "iptables 명령에 추가 인자들을 더합니다. 조심해 사용하세요!" @@ -643,12 +648,12 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -656,33 +661,21 @@ msgstr "" "Port forwarding 기능은 인터넷 상의 원격 컴퓨터가 내부 LAN 에 속한 특정 컴퓨터" "나 서비스에 접속할 수 있도록 합니다." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -695,57 +688,45 @@ msgstr "주어진 destination subnet 으로 Masquerading 제한" msgid "Restrict Masquerading to given source subnets" msgstr "주어진 source subnet 으로 Masquerading 제한" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "Address family 제한" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "토요일" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -759,65 +740,65 @@ msgstr "" msgid "Software flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "Source IP 주소" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "Source MAC 주소" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Source 주소" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "시작 날짜 (yyyy-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "종료 날짜 (yyyy-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "일요일" @@ -861,53 +842,57 @@ msgstr "" "를 오가는 forward traffic 에 대한 정책을 뜻합니다. Covered networks " "에서는 zone 의 영향을 받을 네트워크들을 지정할 수 있습니다." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "목요일" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "UTC 기준시" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" +#: 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/rules.js:87 -msgid "To %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -917,8 +902,8 @@ msgstr "" "다. 예를 들어 특정 host 들 사이의 트래픽을 차단하거나 공유기의 WAN port 를 " "open 할때 사용됩니다." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "화요일" @@ -926,23 +911,23 @@ msgstr "화요일" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -950,11 +935,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -970,33 +959,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "수요일" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "주일" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1008,137 +989,128 @@ msgstr "" msgid "Zones" msgstr "Zone 내역" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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 "추가 후 수정..." diff --git a/applications/luci-app-firewall/po/mr/firewall.po b/applications/luci-app-firewall/po/mr/firewall.po index 9b71e137fb..e0026896a4 100644 --- a/applications/luci-app-firewall/po/mr/firewall.po +++ b/applications/luci-app-firewall/po/mr/firewall.po @@ -14,53 +14,103 @@ msgstr "" "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/forwards.js:154 -msgid "%s in %s" +#: 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:242 -msgid "%s%s with %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: 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/tools/firewall.js:283 -msgid "Accept output" +#: 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:216 +msgid "A rewrite IP must be specified!" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "" @@ -77,9 +127,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "प्रगत सेटिंग्ज" @@ -96,30 +146,29 @@ msgstr "" msgid "Allow forward to destination zones:" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -167,84 +216,53 @@ msgid "" "each firewall restart, right after the default ruleset has been loaded." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "सक्षम करा" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "" @@ -256,7 +274,7 @@ msgstr "" msgid "Enable logging on this zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -268,17 +286,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "" @@ -306,15 +324,15 @@ msgstr "" msgid "Firewall - Custom Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "" @@ -327,49 +345,54 @@ msgstr "" msgid "Forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -380,72 +403,64 @@ msgstr "सामान्य सेटिंग्ज" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 आणि IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "केवळ IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "केवळ IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -453,27 +468,27 @@ msgstr "" msgid "Limit log messages" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." +#: 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/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -485,142 +500,132 @@ msgstr "" msgid "Masquerading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "नाव" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -629,9 +634,9 @@ msgstr "" msgid "Output" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" @@ -644,44 +649,32 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "प्रोटोकॉल" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -694,57 +687,45 @@ msgstr "" msgid "Restrict Masquerading to given source subnets" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -788,65 +769,65 @@ msgstr "" # msgid "Protocol" # msgstr "" # -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "" @@ -876,61 +857,65 @@ msgid "" "networks specifies which available networks are members of this zone." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" +#: 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/rules.js:87 -msgid "To %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "" @@ -938,23 +923,23 @@ msgstr "" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -962,11 +947,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -982,33 +971,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1020,133 +1001,118 @@ msgstr "" msgid "Zones" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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/applications/luci-app-firewall/po/ms/firewall.po b/applications/luci-app-firewall/po/ms/firewall.po index 0e3856e1a7..910e3ffdbb 100644 --- a/applications/luci-app-firewall/po/ms/firewall.po +++ b/applications/luci-app-firewall/po/ms/firewall.po @@ -12,53 +12,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" +#: 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:242 -msgid "%s%s with %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: 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/tools/firewall.js:283 -msgid "Accept output" +#: 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:216 +msgid "A rewrite IP must be specified!" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Tindakan" @@ -75,9 +125,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "" @@ -94,30 +144,29 @@ msgstr "" msgid "Allow forward to destination zones:" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -165,84 +214,53 @@ msgid "" "each firewall restart, right after the default ruleset has been loaded." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "" @@ -254,7 +272,7 @@ msgstr "" msgid "Enable logging on this zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -266,17 +284,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "" @@ -300,15 +318,15 @@ msgstr "" msgid "Firewall - Custom Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "" @@ -321,49 +339,54 @@ msgstr "" msgid "Forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -374,72 +397,64 @@ msgstr "" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -447,27 +462,27 @@ msgstr "" msgid "Limit log messages" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." +#: 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/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -479,142 +494,132 @@ msgstr "" msgid "Masquerading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -623,9 +628,9 @@ msgstr "" msgid "Output" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" @@ -638,44 +643,32 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -688,57 +681,45 @@ msgstr "" msgid "Restrict Masquerading to given source subnets" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -752,65 +733,65 @@ msgstr "" msgid "Software flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "" @@ -840,61 +821,65 @@ msgid "" "networks specifies which available networks are members of this zone." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" +#: 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/rules.js:87 -msgid "To %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "" @@ -902,23 +887,23 @@ msgstr "" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -926,11 +911,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -946,33 +935,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -984,133 +965,118 @@ msgstr "" msgid "Zones" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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/applications/luci-app-firewall/po/no/firewall.po b/applications/luci-app-firewall/po/no/firewall.po index 11e2df5f60..2cb1beca1d 100644 --- a/applications/luci-app-firewall/po/no/firewall.po +++ b/applications/luci-app-firewall/po/no/firewall.po @@ -10,53 +10,103 @@ msgstr "" "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/forwards.js:154 -msgid "%s in %s" -msgstr "%s i %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s med %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s i %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d pakker per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." -msgstr "%d pakker per %s, burst %dpakker." +#: 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/rules.js:107 -msgid "%s and limit to %s" -msgstr "%s og begrens til %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: 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/tools/firewall.js:283 -msgid "Accept output" +#: 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:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: 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:216 +msgid "A rewrite IP must be specified!" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Handling" @@ -73,9 +123,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Avanserte Innstillinger" @@ -92,30 +142,29 @@ msgstr "Tillat videresending fra kilde soner:" msgid "Allow forward to destination zones:" msgstr "Tillat videresending til destinasjon soner:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -166,84 +215,53 @@ msgstr "" "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:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "Destinasjon IP adresse" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Destinasjon adresse" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Destinasjon port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Destinasjon sone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "Ikke omskriv" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" msgstr "Forkast ugyldige pakker" -#: 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Aktiver" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "Aktiver NAT Tilbakekobling" @@ -255,7 +273,7 @@ msgstr "Aktiver SYN-flood beskyttelse" msgid "Enable logging on this zone" msgstr "Aktiver logging av denne sonen" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -267,17 +285,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Ekstern IP adressse" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Ekstern port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "Ekstra argumenter" @@ -301,15 +319,15 @@ msgstr "Brannmur" msgid "Firewall - Custom Rules" msgstr "Brannmur - Egendefinerte Regler" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Brannmur - Port Videresending" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Brannmur - Trafikk Regler" @@ -322,49 +340,54 @@ msgstr "Brannmur - Sone Innstillinger" msgid "Forward" msgstr "Videresend" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -msgstr "Videresend til" - -#: 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:335 -msgid "Friday" +#: 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/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "Fra %s i %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "Fra %s i %s med kilde %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "Fra %s i %s med kilde %s og %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +msgid "Friday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -375,72 +398,64 @@ msgstr "Generelle Innstillinger" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 og IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "Kun IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "Kun IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Inndata" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Intern IP adresse" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Intern port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Intern sone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -448,27 +463,27 @@ msgstr "" msgid "Limit log messages" msgstr "Begrens logging" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." +#: 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/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -480,54 +495,48 @@ msgstr "MSS Kontroll (Clamping)" msgid "Masquerading" msgstr "Masquerading" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "Match" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "Match ICMP type" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -535,78 +544,74 @@ 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Navn" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 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:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 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:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 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:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 msgid "" "Only match incoming traffic originating from the given source port or port " "range on the client host" @@ -614,12 +619,12 @@ 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -628,9 +633,9 @@ msgstr "" msgid "Output" msgstr "Utdata" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "Sender flere argumenter til iptables. Bruk med forsiktighet!" @@ -643,12 +648,12 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -656,35 +661,23 @@ 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Protokoll" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 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/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -697,57 +690,45 @@ msgstr "Begrens Masquerading til oppgitt destinasjons subnett" 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:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "Begrens til adresse familie" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -761,65 +742,65 @@ msgstr "" msgid "Software flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "Kilde IP adresse" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "Kilde MAC adresse" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Kilde adresse" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Kilde port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "Kilde sone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "" @@ -864,53 +845,57 @@ msgstr "" "spesifiserer hvilken av de tilgjengelige nettverk som er medlem av denne " "sone." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "Til %s på %s på denne enheten" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "Til %s i %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "Til %s på denne enheten" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "Til %s, %s i %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -920,8 +905,8 @@ msgstr "" "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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "" @@ -929,23 +914,23 @@ msgstr "" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -953,11 +938,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -973,33 +962,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "Via %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "Via %s på %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1011,137 +992,185 @@ msgstr "Sone = Videresendinger" msgid "Zones" msgstr "Soner" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "godta" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "enhver" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "enhver vert" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "enhver ruter IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "ikke track" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "forkast" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "avslå" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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" diff --git a/applications/luci-app-firewall/po/pl/firewall.po b/applications/luci-app-firewall/po/pl/firewall.po index d29fa79c5f..8ec6278948 100644 --- a/applications/luci-app-firewall/po/pl/firewall.po +++ b/applications/luci-app-firewall/po/pl/firewall.po @@ -15,54 +15,103 @@ msgstr "" "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.10.2-dev\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" -msgstr "%s w %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s z %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s w %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d pakietów na %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:86 +msgid "Prevent source rewrite" msgstr "" -"%d pakietów na %s, popsutych %d pakietów." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:107 -msgid "%s and limit to %s" -msgstr "%s i limit do %s" +#: 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/snats.js:280 +#: 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:216 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:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 msgid "ACCEPT - Disable address rewriting" msgstr "AKCEPTUJ - Wyłącz przepisywanie adresów" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:293 -msgid "Accept forward" -msgstr "Zaakceptuj przekazywanie" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:303 -msgid "Accept input" -msgstr "Zaakceptuj wejście" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" -msgstr "Zaakceptuj wyjście" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Akcja" @@ -85,9 +134,9 @@ msgstr "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Ustawienia zaawansowane" @@ -104,19 +153,18 @@ msgstr "Zezwól na przekazywanie z strefy źródłowej:" msgid "Allow forward to destination zones:" msgstr "Zezwól na przekazywanie do strefy docelowej:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "Każdy dzień" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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 " @@ -126,11 +174,11 @@ msgstr "" "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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" "Przypisz określonego pomocnika śledzenia połączeń do dopasowanego ruchu." @@ -184,51 +232,36 @@ msgstr "" "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:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "Klasyfikacja DSCP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "Docelowy adres IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Adres docelowy" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Port docelowy" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Strefa docelowa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "Nazwa urządzenia" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "Odrzuć przekazywanie" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "Odrzuć wejście" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "Odrzuć wyjście" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 msgid "" "Do not install extra rules to reject forwarded traffic with conntrack state " @@ -238,33 +271,17 @@ msgstr "" "state invalid. Może to być wymagane w przypadku skomplikowanych " "asymetrycznych ustawień trasy." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:125 -msgid "Do not rewrite" -msgstr "Nie przepisuj" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "Nie śledź przekazywania" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "Nie śledź wejścia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "Nie śledź wyjścia" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" msgstr "Porzuć wadliwe pakiety" -#: 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Włącz" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "Włącz NAT Loopback" @@ -276,7 +293,7 @@ msgstr "Włącz ochronę SYN-flood" msgid "Enable logging on this zone" msgstr "Włącz logowanie tej strefy" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "Zaleca się użyć: %s" @@ -289,17 +306,17 @@ 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:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Zewnętrzne adresy IP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Port zewnętrzny" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "Dodatkowe argumenty" @@ -326,15 +343,15 @@ msgstr "Zapora sieciowa" msgid "Firewall - Custom Rules" msgstr "Zapora sieciowa - Własne reguły" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "Zapora sieciowa - Zasady NAT" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Zapora sieciowa - Przekazywane porty" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Zapora sieciowa - Reguły ruchu" @@ -347,49 +364,54 @@ msgstr "Zapora sieciowa - Ustawienia strefy" msgid "Forward" msgstr "Przekazuj" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -msgstr "Przekazuj do" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "Piątek" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "Z %s w %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "Z %s w %s ze źródłem %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "Z %s w %s ze źródłem %s i %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "Z %s na to urządzenie" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" -msgstr "Z %s na to urządzenie ze źródłem %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:71 -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" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" -msgstr "Z %{ipaddr?:any host} %{port?with source %{port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: 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:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -400,72 +422,64 @@ msgstr "Ustawienia główne" msgid "Hardware flow offloading" msgstr "Sprzętowy flow offloading" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "Zakres IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "IPs" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 i IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "Tylko IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "Tylko IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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 "" + #: 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:115 msgid "Input" msgstr "Ruch przychodzący" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Wewnętrzny adres IP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Port wewnętrzny" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Strefa wewnętrzna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "Naruszenie limitu" @@ -473,27 +487,27 @@ msgstr "Naruszenie limitu" msgid "Limit log messages" msgstr "Ograniczenie logowania" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: 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/tools/firewall.js:402 +#: 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 "Ogranicza ruch zgodny z określoną stawką." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "Loopback source IP" msgstr "Źródło pętli zwrotnej IP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" -msgstr "MACs" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "MASQUERADE - Automatyczne przepisywanie na interfejs wyjściowy IP" @@ -505,59 +519,51 @@ msgstr "Dostosuj MSS" msgid "Masquerading" msgstr "Maskarada" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "Dopasuj" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -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}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "Dopasuj typ ICMP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "Dopasuj urządzenie" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 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:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 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:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "Dopasuj pomocnika" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -565,30 +571,30 @@ 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 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:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 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:316 +#: 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:436 +#: 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." @@ -597,22 +603,22 @@ msgstr "" "ł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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "Poniedziałek" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "Dni miesiąca" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 msgid "" "NAT rules allow fine grained control over the source IP to use for outbound " "or forwarded traffic." @@ -620,30 +626,26 @@ 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Nazwa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "Sieć" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 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:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 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:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 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:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 msgid "" "Only match incoming traffic originating from the given source port or port " "range on the client host" @@ -651,12 +653,12 @@ 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "Urządzenie wychodzące" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "Strefa wychodząca" @@ -665,9 +667,9 @@ msgstr "Strefa wychodząca" msgid "Output" msgstr "Ruch wychodzący" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" "Przekazuje dodatkowe argumenty do iptables. Zachowaj szczególną ostrożność!" @@ -687,12 +689,12 @@ msgstr "" "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:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -700,35 +702,23 @@ 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Protokół" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 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/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "Odmowa przekazania" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "Odmowa wejścia" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "Odmowa wyjścia" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "Wymaga sprzętowej obsługi NAT. Wdrożono dla co najmniej mt7621" @@ -743,58 +733,46 @@ 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:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "Ogranicz do rodziny adresów" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "Przepisz adres IP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 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:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "Przepisz port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "Przepisz do" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "Przepisz do %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "Przepisz do adresu IP urządzenia wychodzącego" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "Routing/NAT Offloading" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 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:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "Sobota" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -811,32 +789,32 @@ msgstr "Oprogramowanie oparte na offloading dla routingu/NAT" msgid "Software flow offloading" msgstr "Programowy flow offloading" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "Źródłowy adres IP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "Źródłowy adres MAC" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Adres źródłowy" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Port źródłowy" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "Strefa źródłowa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 msgid "" "Specifies whether to tie this traffic rule to a specific inbound or outbound " "network device." @@ -844,7 +822,7 @@ 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "" "Specifies whether to use the external or the internal IP address for " "reflected traffic." @@ -852,28 +830,28 @@ 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "Data rozpoczęcia (rrrr-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 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:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "Data zakończenia (yyyyy-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "Czas zatrzymania (yyyyy-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "Niedziela" @@ -916,55 +894,57 @@ msgstr "" "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:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "Czwartek" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "Ograniczenia czasowe" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "Czas w UTC" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "Do %s w %s na tym urządzeniu" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "Do %s w %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "Do %s na tym urządzeniu" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "Do %s, %s w %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" msgstr "" -"Do %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "Pomocnik śledzenia" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -974,8 +954,8 @@ msgstr "" "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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "Wtorek" @@ -983,23 +963,23 @@ msgstr "Wtorek" 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:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 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:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "Nienazwany NAT" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "Przekazywanie bez nazwy" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "Nieznana zasada" @@ -1007,11 +987,15 @@ msgstr "Nieznana zasada" msgid "Unnamed zone" msgstr "Strefa bez nazwy" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "Użyj zewnętrznego adresu IP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "Użyj wewnętrznego adresu IP" @@ -1031,33 +1015,25 @@ 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:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "Przez %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "Przez %s w %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "Środa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "Dni tygodnia" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "Znacznik zapory XOR" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "Znacznik XOR" @@ -1069,137 +1045,287 @@ msgstr "Strefa ⇒ Przekazywanie" msgid "Zones" msgstr "Strefy" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "akceptuj" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "dowolny" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "dowolny host" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "dowolne IP routera" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "Zastosuj znacznik zapory" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "przypisz pomocnika conntrack" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "Nie przepisuj" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "nie śledź" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "porzuć" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "Nie" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "porty" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "odrzucaj" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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 "" + #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "ta nowa strefa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "typ" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "typy" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "nieokreślone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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ń" diff --git a/applications/luci-app-firewall/po/pt-br/firewall.po b/applications/luci-app-firewall/po/pt-br/firewall.po index 2ee9b06f58..e889170e4a 100644 --- a/applications/luci-app-firewall/po/pt-br/firewall.po +++ b/applications/luci-app-firewall/po/pt-br/firewall.po @@ -14,53 +14,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" -msgstr "%s in %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s com %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s em %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d pcts. por %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." -msgstr "%d pcts. por %s, pico %d pcts." +#: 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/rules.js:107 -msgid "%s and limit to %s" -msgstr "%s e limite a %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" -msgstr "Aceitar encaminhamento" +#: 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/tools/firewall.js:303 -msgid "Accept input" -msgstr "Aceitar entrada" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:216 +msgid "A rewrite IP must be specified!" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" -msgstr "Aceitar saída" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Ação" @@ -83,9 +133,9 @@ msgstr "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Configurações Avançadas" @@ -102,30 +152,29 @@ msgstr "Permite o encaminhamento da zona de origem:" msgid "Allow forward to destination zones:" msgstr "Permite o encaminhamento para a zona de destino:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "Qualquer dia" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -178,51 +227,36 @@ msgstr "" "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:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "Endereço IP de destino" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Endereço de destino" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Porta de destino" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Zona de destino" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "Descartar o encaminhamento" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "Descartar a entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "Descartar a saída" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 msgid "" "Do not install extra rules to reject forwarded traffic with conntrack state " @@ -232,33 +266,17 @@ msgstr "" "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/snats.js:125 -msgid "Do not rewrite" -msgstr "Não sobrescreva" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "Não rastrear o encaminhamento" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "Não rastrear a entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "Não rastrear a saída" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" msgstr "Descartar pacotes inválidos" -#: 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Ativar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "Habilite o Loopback do NAT" @@ -270,7 +288,7 @@ msgstr "Habilite proteção contra SYN-flood" msgid "Enable logging on this zone" msgstr "Habilite o registro nesta zona" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -285,17 +303,17 @@ 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:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Endereço IP externo" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Porta Externa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "Argumentos extras" @@ -319,15 +337,15 @@ msgstr "Firewall" msgid "Firewall - Custom Rules" msgstr "Firewall - Regras personalizadas" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Firewall - Encaminhamento de Portas" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Firewall - Regras de Tráfego" @@ -340,49 +358,54 @@ msgstr "Firewall - Configurações de Zona" msgid "Forward" msgstr "Encaminhar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -msgstr "Encaminhar para" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "Sexta-feira" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "Vindo de %s em %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "Vindo de %s em %s com origem %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "Vindo de %s em %s com origem %s e %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "De %s neste dispositivo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" -msgstr "De %s neste dispositivo com origem %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" -msgstr "De %s neste dispositivo com origem %s e %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -393,72 +416,64 @@ msgstr "Configurações Gerais" msgid "Hardware flow offloading" msgstr "Aceleração de fluxo de dados via Hardware" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "Faixa IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "IPs" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 e IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "Somente IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "Somente IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Entrada" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Endereço IP interno" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Porta Interna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Zona interna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -466,27 +481,27 @@ msgstr "" msgid "Limit log messages" msgstr "Limita as mensagens de registro" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 +#: 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" -msgstr "MACs" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -498,54 +513,48 @@ msgstr "Ajuste do MSS" msgid "Masquerading" msgstr "Mascaramento" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "Casa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "Casa com ICMP tipo" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -553,79 +562,75 @@ 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "Segunda-Feira" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "Dias do mês" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Nome" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "Rede" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 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:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 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:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 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:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 msgid "" "Only match incoming traffic originating from the given source port or port " "range on the client host" @@ -633,12 +638,12 @@ 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -647,9 +652,9 @@ msgstr "" msgid "Output" msgstr "Saída" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "Passa argumentos adicionais para o iptables. Use com cuidado!" @@ -667,12 +672,12 @@ msgstr "" "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:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -680,34 +685,22 @@ 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Protocolo" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 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/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "Recusar encaminhamento" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "Recusar entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "Recusar saída" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "Requer suporte de NAT em hardware. Implementado ao menos para mt7621" @@ -720,57 +713,45 @@ msgstr "Restringe o mascaramento para uma subrede de destino específica" 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:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 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:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "Aceleração de Roteamento/NAT" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "Sábado" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -784,65 +765,65 @@ msgstr "Aceleração de roteamento/NAT baseada em Software" 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:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "Endereço IP de origem" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "Endereço MAC de origem" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Endereço de origem" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Porta de origem" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "Zona de origem" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "Dia inicial (aaaa-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 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:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "Dia final (aaaa-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 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:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "Domingo" @@ -886,53 +867,57 @@ msgstr "" "Redes Cobertas especificam que redes disponíveis são membros desta " "zona." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "Quita-feira" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "Restrições de tempo" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "Hora em UTC" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "Para %s em %s neste dispositivo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "Para %s em %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "Para %s neste dispositivo" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "Para %s, %s em %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -942,8 +927,8 @@ msgstr "" "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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "Terça-feira" @@ -951,23 +936,23 @@ msgstr "Terça-feira" 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:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "Encaminhamento sem nome" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "Regra sem nome" @@ -975,11 +960,15 @@ msgstr "Regra sem nome" msgid "Unnamed zone" msgstr "Zona sem nome" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -999,33 +988,25 @@ 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:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "Via %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "Através do %s na %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "Quarta-feira" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "Dias da semana" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1037,137 +1018,260 @@ msgstr "Zona ⇒ Encaminhamentos" msgid "Zones" msgstr "Zonas" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "aceitar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "qualquer" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "qualquer equipamento" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "qualquer endereço IP do roteador" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "não rastrear" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "descartar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "não" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "porta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "portas" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "rejeitar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "esta nova zona" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "tipo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "tipos" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "valid firewall mark" msgstr "" +#~ 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" diff --git a/applications/luci-app-firewall/po/pt/firewall.po b/applications/luci-app-firewall/po/pt/firewall.po index 77bc6cbc5e..afb87a4d31 100644 --- a/applications/luci-app-firewall/po/pt/firewall.po +++ b/applications/luci-app-firewall/po/pt/firewall.po @@ -14,53 +14,103 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10.2\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" -msgstr "%s em %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s with %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s em %s" +#: 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/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d pkts. por %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." -msgstr "%d pcts. por %s, burst %d pcts." +#: 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:107 -msgid "%s and limit to %s" -msgstr "%s e limite a %s" +#: 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/snats.js:280 +#: 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:216 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:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 msgid "ACCEPT - Disable address rewriting" msgstr "ACCEPT - Deactivate reescrever endereços" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:293 -msgid "Accept forward" -msgstr "Aceitar o encaminhamento" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:303 -msgid "Accept input" -msgstr "Aceitar a entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" -msgstr "Aceitar a saída" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Ação" @@ -83,9 +133,9 @@ msgstr "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Definições Avançadas" @@ -102,19 +152,18 @@ msgstr "Permitir encaminhamento de zonas de origem:" msgid "Allow forward to destination zones:" msgstr "Permitir encaminhamento para zonas de destino:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "Qualquer dia" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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 " @@ -124,11 +173,11 @@ msgstr "" "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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" "Atribua o ajudante de rastreamento de conexão especificado para o tráfego " @@ -184,51 +233,36 @@ msgstr "" "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:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "Classificação de DSCP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "Endereço IP de destino" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Endereço de destino" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Porta de destino" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Zona de destino" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "Nome do aparelho" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "Descartar o encaminhamento" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "Descartar a entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "Descartar a saída" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 msgid "" "Do not install extra rules to reject forwarded traffic with conntrack state " @@ -238,33 +272,17 @@ msgstr "" "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/snats.js:125 -msgid "Do not rewrite" -msgstr "Não re-escrever" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "Não rastrear o encaminhamento" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "Não rastrear a entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "Não rastrear a saída" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" msgstr "Cancelar pacotes inválidos" -#: 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Ativar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "Ativar NAT Loopback" @@ -276,7 +294,7 @@ msgstr "Ativar a Proteção SYN-flood" msgid "Enable logging on this zone" msgstr "Ativar registo nesta zona" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "À espera de: %s" @@ -290,17 +308,17 @@ 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:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Endereço IP externo" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Porta externa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "Argumentos adicionais" @@ -324,15 +342,15 @@ msgstr "Firewall" msgid "Firewall - Custom Rules" msgstr "Firewall - Regras Personalizadas" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "Firewall - Regras de NAT" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Firewall - Encaminhamento de Portas" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Firewall - Regras de Tráfego" @@ -345,49 +363,54 @@ msgstr "Firewall - Definições de Zona" msgid "Forward" msgstr "Encaminhar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -msgstr "Encaminhar para" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "Sexta-feira" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "De %s em %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "De %s em %s com origem %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "De %s em %s com origem %s e %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "De %s neste aparelho" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" -msgstr "De %s neste aparelho com a fonte %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:71 -msgid "From %s on this device with source %s and %s" -msgstr "De %s neste aparelho com as fontes %s e %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" -msgstr "De %{ipaddr?:qualquer host} %{port?com fonte %{port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: 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:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -398,72 +421,64 @@ msgstr "Configurações Gerais" msgid "Hardware flow offloading" msgstr "Descarga de fluxo em hardware" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "Intervalo de IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "IPs" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 e IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "Só IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "Só IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Entrada" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Endereço IP interno" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Porta interna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Zona Interna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "Limite de burst" @@ -471,27 +486,27 @@ msgstr "Limite de burst" msgid "Limit log messages" msgstr "Limitar registo de mensagens" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: 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/tools/firewall.js:402 +#: 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "Loopback source IP" msgstr "IP fonte de loopback" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" -msgstr "MACs" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -503,54 +518,48 @@ msgstr "Fixação de MSS" msgid "Masquerading" msgstr "Mascaramento" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "Corresponder" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "Correspondência do tipo de ICMP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -558,78 +567,74 @@ 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "Segunda-feira" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "Dias do mês" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Nome" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "Rede" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 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:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 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:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 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:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 msgid "" "Only match incoming traffic originating from the given source port or port " "range on the client host" @@ -637,12 +642,12 @@ 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -651,9 +656,9 @@ msgstr "" msgid "Output" msgstr "Saída" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "Passa argumentos adicionais para o iptables. Usar com cuidado!" @@ -671,12 +676,12 @@ msgstr "" "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:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -684,35 +689,23 @@ 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Protocolo" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 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/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "Recusar encaminhamento" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "Recusar entrada" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "Recusar saída" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -726,57 +719,45 @@ msgstr "Restringir o Mascaramento às sub-redes de destino dadas" 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:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 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:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "Descargar Roteamento/NAT" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "Sábado" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -790,65 +771,65 @@ msgstr "Descarga baseada em software para roteamento/NAT" msgid "Software flow offloading" msgstr "Descarga de fluxo de software" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "Endereço IP de origem" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "Endereço MAC de origem" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Endereço de origem" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Porta de origem" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "Zona de origem" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "Data de Início (aaaaa-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 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:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "Data de Paragem (aaaaa-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 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:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "Domingo" @@ -893,53 +874,57 @@ msgstr "" "abrangidas especifica quais das redes disponíveis são membros desta " "zona." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "Quinta-feira" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "Restrições de Tempo" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "Tempo em UTC" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "Para %s no %s em este dispositivo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "Para %s em %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "Para %s em este dispositivo" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "Para %s, %s em %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -949,8 +934,8 @@ msgstr "" "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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "Terça-feira" @@ -958,23 +943,23 @@ msgstr "Terça-feira" 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:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "Encaminhamento sem nome" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "Regra sem nome" @@ -982,11 +967,15 @@ msgstr "Regra sem nome" msgid "Unnamed zone" msgstr "Zona sem nome" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -1006,33 +995,25 @@ 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:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "Via %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "Via %s no %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "Quarta-feira" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "Dias úteis" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1044,137 +1025,263 @@ msgstr "Zona ⇒ Encaminhamentos" msgid "Zones" msgstr "Zonas" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "aceitar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "qualquer" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "qualquer host" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "qualquer IP do router" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "não seguir" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "descartar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "não" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "porta" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "portas" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "rejeitar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "esta nova zona" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "tipo" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "tipos" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "não especificado" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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" diff --git a/applications/luci-app-firewall/po/ro/firewall.po b/applications/luci-app-firewall/po/ro/firewall.po index cabf779ac5..597b1e04af 100644 --- a/applications/luci-app-firewall/po/ro/firewall.po +++ b/applications/luci-app-firewall/po/ro/firewall.po @@ -13,53 +13,103 @@ msgstr "" "20)) ? 1 : 2;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" -msgstr "%s în %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s cu %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s în %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: 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/tools/firewall.js:283 -msgid "Accept output" +#: 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:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: 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:216 +msgid "A rewrite IP must be specified!" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Actiune" @@ -76,9 +126,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Setări avansate" @@ -95,30 +145,29 @@ msgstr "Permite trecerea din zonele sursa." msgid "Allow forward to destination zones:" msgstr "Permite trecerea catre zonele sursa." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "Orice zi" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -166,84 +215,53 @@ msgid "" "each firewall restart, right after the default ruleset has been loaded." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "Destinaţie adresă IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Destinaţie adresă" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Portul destinatie" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Zonă de destinație" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "Nu rescrie" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" msgstr "Descarcă pachetele invalide" -#: 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Activează" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "Activează loopback NAT" @@ -255,7 +273,7 @@ msgstr "Activează protecţia SYN-flood" msgid "Enable logging on this zone" msgstr "Activeaza log in aceasta zona" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -267,17 +285,17 @@ msgstr "Funcție experimentală. Nu este complet compatibiă cu QoS/SQM." msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Adresă IP externă" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Port extern" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "" @@ -301,15 +319,15 @@ msgstr "Firewall" msgid "Firewall - Custom Rules" msgstr "Firewall - Reguli particularizate" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Firewall - Port-uri forwardate" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Firewall - Reguli ale traficului" @@ -322,49 +340,54 @@ msgstr "Setari zona la firewall" msgid "Forward" msgstr "Forward" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "Vineri" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -375,72 +398,64 @@ msgstr "Setări principale" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 şi IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "doar IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "doar IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Intrare" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Adresa IP interna" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Port intern" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Zonă internă" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -448,27 +463,27 @@ msgstr "" msgid "Limit log messages" msgstr "Limitează mesaje în log" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." +#: 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/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -480,142 +495,132 @@ msgstr "Ajustare MSS" msgid "Masquerading" msgstr "Translatare" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "Potrivire" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "Potriveste pe tipul de ICMP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "Luni" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Nume" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -624,9 +629,9 @@ msgstr "" msgid "Output" msgstr "Ieşire" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" @@ -639,44 +644,32 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Protocol" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -689,57 +682,45 @@ msgstr "" msgid "Restrict Masquerading to given source subnets" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "Sâmbătă" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -753,65 +734,65 @@ msgstr "" msgid "Software flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "Sursă adresă IP" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "Sursă adresă MAC" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Adresa sursa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Port sursa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "Zona sursa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "Duminică" @@ -841,61 +822,65 @@ msgid "" "networks specifies which available networks are members of this zone." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "Joi" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "Restricţii de timp" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" +#: 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/rules.js:87 -msgid "To %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "Marţi" @@ -903,23 +888,23 @@ msgstr "Marţi" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -927,11 +912,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -947,33 +936,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "Miercuri" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -985,137 +966,143 @@ msgstr "" msgid "Zones" msgstr "Zone" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "accept" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "oricare" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "tip" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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" diff --git a/applications/luci-app-firewall/po/ru/firewall.po b/applications/luci-app-firewall/po/ru/firewall.po index 116b351969..9ea36a630b 100644 --- a/applications/luci-app-firewall/po/ru/firewall.po +++ b/applications/luci-app-firewall/po/ru/firewall.po @@ -16,53 +16,103 @@ msgstr "" "Project-Info: Это технический перевод, не дословный. Главное-удобный русский " "интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" -msgstr "%s в %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s с %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s в %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d пакетов за %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." -msgstr "%d пакетов за %s, подряд %d пакетов" +#: 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/rules.js:107 -msgid "%s and limit to %s" -msgstr "%s с пределом в %s" +#: 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/snats.js:280 +#: 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:216 msgid "A rewrite IP must be specified!" msgstr "IP-адрес для перезаписи должен быть указан!" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 msgid "ACCEPT - Disable address rewriting" msgstr "ACCEPT — отключить перезапись адреса" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:293 -msgid "Accept forward" -msgstr "Принимать перенаправляемый трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:303 -msgid "Accept input" -msgstr "Принимать входящий трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" -msgstr "Принимать исходящий трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Действие" @@ -85,9 +135,9 @@ msgstr "" "источника, например -p tcp --sport 443 для соответствия только " "входящему HTTPS трафику." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Дополнительные настройки" @@ -104,30 +154,29 @@ msgstr "Разрешить перенаправление из 'зон ис msgid "Allow forward to destination zones:" msgstr "Разрешить перенаправление в 'зоны назначения':" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "Любой день" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" "Назначить указанного помощника отслеживания соединений для соответствующего " @@ -183,51 +232,36 @@ msgstr "" "каждой перезагрузки межсетевого экрана, сразу после загрузки набора правил " "по умолчанию." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "IP-адрес назначения" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Адрес назначения" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Порт назначения" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Зона назначения" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "Имя устройства" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "Отклонять перенаправляемый трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "Отклонять входящий трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "Отклонять исходящий трафик" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 msgid "" "Do not install extra rules to reject forwarded traffic with conntrack state " @@ -237,33 +271,17 @@ msgstr "" "трафика с состоянием недействительный (invalid). Это может " "потребоваться для сложных настроек асимметричной маршрутизации." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:125 -msgid "Do not rewrite" -msgstr "Не перезаписывать" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "Не отслеживать перенаправляемый трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "Не отслеживать входящий трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "Не отслеживать исходящий трафик" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Включить" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "Включить NAT Loopback" @@ -275,7 +293,7 @@ msgstr "Включить защиту от SYN-flood атак" msgid "Enable logging on this zone" msgstr "Включить журналирование в этой зоне" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "Ожидается: %s" @@ -289,17 +307,17 @@ msgstr "" "Явно определяет допустимые варианты помощников (helpers) отслеживания " "соединений (connection tracking) трафика в зоне" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Внешний IP-адрес" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Внешний порт" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "Дополнительные аргументы" @@ -323,15 +341,15 @@ msgstr "Межсетевой экран" msgid "Firewall - Custom Rules" msgstr "Межсетевой экран - Пользовательские правила" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "Межсетевой экран - Правила NAT" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Межсетевой экран - Перенаправление портов" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Межсетевой экран - Правила для трафика" @@ -344,49 +362,54 @@ msgstr "Межсетевой экран - Настройка зон" msgid "Forward" msgstr "Перенаправление" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "Пятница" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "Из %s в %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "Из %s в %s с источником %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "Из %s в %s с источниками %s и %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "Из %s в это устройство" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" -msgstr "Из %s в это устройство с источником %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:71 -msgid "From %s on this device with source %s and %s" -msgstr "Из %s в это устройство с источниками %s and %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" -msgstr "Из %{ipaddr?:любой хост} %{port?с источником %{port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: 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:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -397,72 +420,64 @@ msgstr "Основные настройки" msgid "Hardware flow offloading" msgstr "Аппаратный flow offloading" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "IP-адрес" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "Диапазон IP-адресов" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "IP-адреса" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 и IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "Только IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "Только IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Входящий трафик" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Внутренний IP-адрес" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Внутренний порт" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Внутренняя зона" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -470,27 +485,27 @@ msgstr "" msgid "Limit log messages" msgstr "Ограничить журнал сообщений" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 +#: 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "Loopback source IP" msgstr "IP-адрес источника петли (Loopback)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" -msgstr "MAC-адреса" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" "MASQUERADE — автоматически переписывать на IP-адрес исходящего интерфейса" @@ -503,62 +518,54 @@ msgstr "Ограничение MSS" msgid "Masquerading" msgstr "Маскарадинг" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "Входящий трафик" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -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}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "Соответствовать ICMP типу" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "Соответствие устройству" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" "Соответствие перенаправляемого трафика, направленного на заданный IP-адрес." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" "Соответствие перенаправляемого трафика от данного IP-адреса или диапазона." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "Соответствие помощнику" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -566,53 +573,53 @@ msgstr "" "Порт или диапазон портов, входящие подключения на который будут " "перенаправляться на внутренний порт внутреннего IP-адреса (см. ниже)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" "Сопоставление трафика с помощью указанного помощника отслеживания соединений." -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" "Соответствие перенаправляемого трафика, использующего указанное исходящее " "сетевое устройство." -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "Понедельник" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "Дни месяца" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 msgid "" "NAT rules allow fine grained control over the source IP to use for outbound " "or forwarded traffic." @@ -620,33 +627,29 @@ msgstr "" "Правила NAT позволяют точно контролировать IP-адрес источника в исходящем " "или перенаправляемом трафике." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Имя" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "Сеть" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 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:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." 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/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" "Применять правило только для входящего трафика от этого IP-адреса или " "диапазона адресов." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 msgid "" "Only match incoming traffic originating from the given source port or port " "range on the client host" @@ -654,12 +657,12 @@ msgstr "" "Применять правило только для входящего трафика от указанного порта или " "диапазона портов клиентского хоста" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "Исходящее устройство" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "Исходящая зона" @@ -668,9 +671,9 @@ msgstr "Исходящая зона" msgid "Output" msgstr "Исходящий трафик" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" "Передаёт дополнительные аргументы таблице iptables. Используйте с " @@ -690,12 +693,12 @@ msgstr "" "осторожностью, так как неверные значения могут привести к нарушению работы " "правил межсетевого экрана, полностью открывая доступ ко всем службам системы." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -703,35 +706,23 @@ msgstr "" "Перенаправленные портов позволяет удалённым компьютерам из Интернета " "соединяться с компьютером или службой внутри частной локальной сети." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Протокол" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "Перенаправлять трафик на указанный IP-адрес" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "Сбрасывать перенаправляемый трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "Сбрасывать входящий трафик" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "Сбрасывать исходящий трафик" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -745,59 +736,47 @@ msgstr "Использовать маскарадинг только для ук msgid "Restrict Masquerading to given source subnets" msgstr "Использовать маскарадинг только для указанных подсетей-отправителей" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "Использовать протокол" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "IP-адрес для перезаписи" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "Перезаписать соответствующий трафик на указанный IP-адрес источника." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "Порт для перезаписи" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "Перезаписать" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "Перезаписать на %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "Перезаписать на IP-адрес исходящего устройства" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "Маршрутизация/NAT offloading" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "SNAT — перезаписать на указанный IP-адрес источника или порт" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "Суббота" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -811,32 +790,32 @@ msgstr "Программная реализация offloading для маршр msgid "Software flow offloading" msgstr "Программный flow offloading" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "IP-адрес источника" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "MAC-адрес источника" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Адрес источника" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Порт источника" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "Зона источника" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 msgid "" "Specifies whether to tie this traffic rule to a specific inbound or outbound " "network device." @@ -844,7 +823,7 @@ msgstr "" "Определяет, привязывать ли это правило трафика к конкретному входящему или " "исходящему сетевому устройству." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "" "Specifies whether to use the external or the internal IP address for " "reflected traffic." @@ -852,28 +831,28 @@ msgstr "" "Определяет, использовать внешний или внутренний IP-адрес для отраженного " "трафика." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "Дата начала (год-мес-день)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "Время начала (чч.мм.сс)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "Дата окончания (год-мес-день)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "Время окончания (чч.мм.сс)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "Воскресенье" @@ -916,55 +895,57 @@ msgstr "" "различными сетями внутри зоны. 'Использовать сети' указывает, какие " "доступные сети являются членами этой зоны." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "Четверг" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "Временные ограничения" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "Время UTC" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "К %s, %s на этом устройстве" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "К %s в %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "К %s на этом устройстве" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "К %s, %s в %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }%{item.ival}}}%{dest_port?, port %{dest_port#%{next?, }%{item.ival}}}" msgstr "" -"На %{ipaddr?:любой адрес назначения} %{port?порт %{port}} %{zone?через зону " -"%{zone}} %{device?исходящее устройство %{device}}" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "Помощник отслеживания" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -974,8 +955,8 @@ msgstr "" "зонами, например, запрет трафика между некоторыми хостами или открытие WAN-" "портов маршрутизатора." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "Вторник" @@ -983,23 +964,23 @@ msgstr "Вторник" msgid "Unable to save contents: %s" msgstr "Невозможно сохранить содержимое: %s" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "Неизвестный или не установленный помощник «‎%s»" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "NAT без имени" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "Перенаправление без имени" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "Правило без имени" @@ -1007,11 +988,15 @@ msgstr "Правило без имени" msgid "Unnamed zone" msgstr "Зона без имени" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "Использовать внешний IP-адрес" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "Использовать внутренний IP-адрес" @@ -1031,33 +1016,25 @@ msgstr "" "Используйте эту опцию для классификации трафика зоны по источнику или " "подсети назначения вместо сети или устройств." -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "Через %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "Через %s, %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "Среда" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "Дни недели" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1069,137 +1046,288 @@ msgstr "Зона ⇒ Перенаправления" msgid "Zones" msgstr "Зоны" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "принимать" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "любой" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "любого хоста" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "любой IP-адрес маршрутизатора" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "назначить помощника отслеживания соединений" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "не перезаписывать" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "не отслеживать" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "не обрабатывать" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "нет" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "порт" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "порты" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "отвергать" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "эта новая зона" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "тип" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "типы" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "не определено" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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 "Принудительно включать отслеживание соединений" diff --git a/applications/luci-app-firewall/po/sk/firewall.po b/applications/luci-app-firewall/po/sk/firewall.po index d7f2664659..009fa9a322 100644 --- a/applications/luci-app-firewall/po/sk/firewall.po +++ b/applications/luci-app-firewall/po/sk/firewall.po @@ -12,53 +12,103 @@ msgstr "" "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/forwards.js:154 -msgid "%s in %s" +#: 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:242 -msgid "%s%s with %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: 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/tools/firewall.js:283 -msgid "Accept output" +#: 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:216 +msgid "A rewrite IP must be specified!" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Akcia" @@ -75,9 +125,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "" @@ -94,30 +144,29 @@ msgstr "" msgid "Allow forward to destination zones:" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -165,84 +214,53 @@ msgid "" "each firewall restart, right after the default ruleset has been loaded." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "" @@ -254,7 +272,7 @@ msgstr "" msgid "Enable logging on this zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -266,17 +284,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "" @@ -300,15 +318,15 @@ msgstr "" msgid "Firewall - Custom Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "" @@ -321,49 +339,54 @@ msgstr "" msgid "Forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -374,72 +397,64 @@ msgstr "" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -447,27 +462,27 @@ msgstr "" msgid "Limit log messages" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." +#: 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/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -479,142 +494,132 @@ msgstr "" msgid "Masquerading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -623,9 +628,9 @@ msgstr "" msgid "Output" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" @@ -638,44 +643,32 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -688,57 +681,45 @@ msgstr "" msgid "Restrict Masquerading to given source subnets" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -752,65 +733,65 @@ msgstr "" msgid "Software flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "" @@ -840,61 +821,65 @@ msgid "" "networks specifies which available networks are members of this zone." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" +#: 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/rules.js:87 -msgid "To %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "" @@ -902,23 +887,23 @@ msgstr "" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -926,11 +911,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -946,33 +935,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -984,133 +965,118 @@ msgstr "" msgid "Zones" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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/applications/luci-app-firewall/po/sv/firewall.po b/applications/luci-app-firewall/po/sv/firewall.po index 1319bdfafe..8a96c4b05f 100644 --- a/applications/luci-app-firewall/po/sv/firewall.po +++ b/applications/luci-app-firewall/po/sv/firewall.po @@ -12,53 +12,103 @@ msgstr "" "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/forwards.js:154 -msgid "%s in %s" -msgstr "%s i %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s med %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%2, %s i %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d pkt. per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." -msgstr "%d pkt. per %s, brustna %d pkt." +#: 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/rules.js:107 -msgid "%s and limit to %s" -msgstr "%s och gränsen till %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:216 +msgid "A rewrite IP must be specified!" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Åtgärd" @@ -75,9 +125,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Avancerade inställningar" @@ -94,30 +144,29 @@ msgstr "Tillåt vidarebefordring från källzonerna:" msgid "Allow forward to destination zones:" msgstr "Till vidarebefordring till destinationszonerna::" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -165,84 +214,53 @@ msgid "" "each firewall restart, right after the default ruleset has been loaded." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "Destinationens IP-adress" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Destinationens adress" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Destinationsport" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Destinationens zon" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "Skriv inte om igen" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" msgstr "Släpp ogiltiga paket" -#: 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Aktivera" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "" @@ -254,7 +272,7 @@ msgstr "" 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:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -266,17 +284,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Extern IP-adress" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Extern port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "Extra argument" @@ -300,15 +318,15 @@ msgstr "Brandvägg" msgid "Firewall - Custom Rules" msgstr "Brandvägg - Anpassade regler" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Brandvägg - Vidarebefordring av port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Brandvägg - Trafikregler" @@ -321,49 +339,54 @@ msgstr "Brandvägg - Zoninställningar" msgid "Forward" msgstr "Vidarebefordra" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -msgstr "Vidarebefordra till" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "Fredag" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "Från %s i %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "Från %s i %s med källa %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "Från %s i %s med källa %s och %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -374,72 +397,64 @@ msgstr "Generella inställningar" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 och IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "Endast IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "Endast IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Inmatning" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Intern IP-adress" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Intern port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Intern zon" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -447,27 +462,27 @@ msgstr "" msgid "Limit log messages" msgstr "Begränsa loggmeddelanden" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." +#: 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/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -479,54 +494,48 @@ msgstr "" msgid "Masquerading" msgstr "Maskering" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "Matcha" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "Matchar ICMP-typ" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -534,90 +543,86 @@ 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "Måndag" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "Dagar i månaden" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Namn" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "Nätverk" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 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:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -626,9 +631,9 @@ msgstr "" msgid "Output" msgstr "Utmatning" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" @@ -641,44 +646,32 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Protokoll" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -691,57 +684,45 @@ msgstr "" msgid "Restrict Masquerading to given source subnets" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "Begränsa till adressfamilj" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "Lördag" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -755,65 +736,65 @@ msgstr "" msgid "Software flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "IP-adress för källa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "MAC-adress för källa" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Adress för källkod" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "Startdatum (åååå-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "Stopptid (åååå-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "Söndag" @@ -843,61 +824,65 @@ msgid "" "networks specifies which available networks are members of this zone." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "Torsdag" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "Tid enligt UTC" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "Till %s vid %s på den här enheten" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "Till %s i %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "Till %s på den här enheten" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "Till %s, %s i %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "Tisdag" @@ -905,23 +890,23 @@ msgstr "Tisdag" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -929,11 +914,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -949,33 +938,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "Via %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "Onsdag" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "Veckodagar" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -987,137 +968,191 @@ msgstr "" msgid "Zones" msgstr "Zoner" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "acceptera" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "något" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "alla värdar" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "spåra inte" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "släpp" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "port" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "portar" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "neka" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "typ" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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" diff --git a/applications/luci-app-firewall/po/templates/firewall.pot b/applications/luci-app-firewall/po/templates/firewall.pot index f11d72686e..4b25a2cd4e 100644 --- a/applications/luci-app-firewall/po/templates/firewall.pot +++ b/applications/luci-app-firewall/po/templates/firewall.pot @@ -1,53 +1,103 @@ msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" +#: 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:242 -msgid "%s%s with %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: 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/tools/firewall.js:283 -msgid "Accept output" +#: 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:216 +msgid "A rewrite IP must be specified!" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "" @@ -64,9 +114,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "" @@ -83,30 +133,29 @@ msgstr "" msgid "Allow forward to destination zones:" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -154,84 +203,53 @@ msgid "" "each firewall restart, right after the default ruleset has been loaded." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "" @@ -243,7 +261,7 @@ msgstr "" msgid "Enable logging on this zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -255,17 +273,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "" @@ -289,15 +307,15 @@ msgstr "" msgid "Firewall - Custom Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "" @@ -310,49 +328,54 @@ msgstr "" msgid "Forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -363,72 +386,64 @@ msgstr "" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -436,27 +451,27 @@ msgstr "" msgid "Limit log messages" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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:96 -msgid "MAC" +#: 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/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -468,142 +483,132 @@ msgstr "" msgid "Masquerading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -612,9 +617,9 @@ msgstr "" msgid "Output" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" @@ -627,44 +632,32 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -677,57 +670,45 @@ msgstr "" msgid "Restrict Masquerading to given source subnets" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -741,65 +722,65 @@ msgstr "" msgid "Software flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "" @@ -829,61 +810,65 @@ msgid "" "networks specifies which available networks are members of this zone." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" +#: 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/rules.js:87 -msgid "To %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "" @@ -891,23 +876,23 @@ msgstr "" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -915,11 +900,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -935,33 +924,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -973,133 +954,112 @@ msgstr "" msgid "Zones" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "valid firewall mark" msgstr "" diff --git a/applications/luci-app-firewall/po/tr/firewall.po b/applications/luci-app-firewall/po/tr/firewall.po index 71604217cb..c0a220507b 100644 --- a/applications/luci-app-firewall/po/tr/firewall.po +++ b/applications/luci-app-firewall/po/tr/firewall.po @@ -12,53 +12,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" +#: 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:242 -msgid "%s%s with %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: 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/tools/firewall.js:283 -msgid "Accept output" +#: 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:216 +msgid "A rewrite IP must be specified!" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Eylem" @@ -75,9 +125,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "" @@ -94,30 +144,29 @@ msgstr "" msgid "Allow forward to destination zones:" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -165,84 +214,53 @@ msgid "" "each firewall restart, right after the default ruleset has been loaded." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "" @@ -254,7 +272,7 @@ msgstr "" msgid "Enable logging on this zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -266,17 +284,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "" @@ -300,15 +318,15 @@ msgstr "" msgid "Firewall - Custom Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "" @@ -321,49 +339,54 @@ msgstr "" msgid "Forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -374,72 +397,64 @@ msgstr "" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -447,27 +462,27 @@ msgstr "" msgid "Limit log messages" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." +#: 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/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -479,142 +494,132 @@ msgstr "" msgid "Masquerading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -623,9 +628,9 @@ msgstr "" msgid "Output" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" @@ -638,44 +643,32 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -688,57 +681,45 @@ msgstr "" msgid "Restrict Masquerading to given source subnets" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -752,65 +733,65 @@ msgstr "" msgid "Software flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "" @@ -840,61 +821,65 @@ msgid "" "networks specifies which available networks are members of this zone." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" +#: 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/rules.js:87 -msgid "To %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "" @@ -902,23 +887,23 @@ msgstr "" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -926,11 +911,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -946,33 +935,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -984,133 +965,118 @@ msgstr "" msgid "Zones" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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/applications/luci-app-firewall/po/uk/firewall.po b/applications/luci-app-firewall/po/uk/firewall.po index 209bfbfabc..890654d6a2 100644 --- a/applications/luci-app-firewall/po/uk/firewall.po +++ b/applications/luci-app-firewall/po/uk/firewall.po @@ -13,53 +13,103 @@ msgstr "" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" -msgstr "%s у %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s із %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s у %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d пакетів за %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." -msgstr "%d пакетів за %s, підряд %d пакетів" +#: 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/rules.js:107 -msgid "%s and limit to %s" -msgstr "%s з лімітом %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" -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/tools/firewall.js:303 -msgid "Accept input" -msgstr "Приймати вхідний" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:216 +msgid "A rewrite IP must be specified!" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" -msgstr "Приймати вихідний" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Дія" @@ -82,9 +132,9 @@ msgstr "" "зони, наприклад, -p tcp --sport 443, щоб зіставляти лише " "вхідний трафік HTTPS." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "Додаткові параметри" @@ -101,30 +151,29 @@ msgstr "Дозволити переспрямовування від зон msgid "Allow forward to destination zones:" msgstr "Дозволити переспрямовування до зон призначення:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "Будь-який день" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -183,51 +232,36 @@ msgstr "" "виконуються після кожного перезавантаження брандмауера, відразу після " "завантаження типового набору правил." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Адреса призначення" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Порт призначення" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "Зона призначення" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "Відкидати переспрямовування" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "Відкидати вхідний" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "Відкидати вихідний" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 msgid "" "Do not install extra rules to reject forwarded traffic with conntrack state " @@ -237,33 +271,17 @@ msgstr "" "зі станом відслідковування з'єднань invalid. Це може знадобитися " "для складних налаштувань асиметричного маршруту." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:125 -msgid "Do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "Не відслідковувати переспрямовування" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "Не відслідковувати вхідний" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "Не відслідковувати вихідний" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Увімкнути" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "Увімкнути NAT Loopback" @@ -275,7 +293,7 @@ msgstr "Увімкнути захист від SYN-flood" msgid "Enable logging on this zone" msgstr "Увімкнути реєстрування у цій зоні" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -289,17 +307,17 @@ msgstr "" "В явному вигляді дозволені помічники відслідковування з'єднань для трафіку " "зони" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "Зовнішня IP-адреса" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "Зовнішній порт" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "Додаткові аргументи" @@ -323,15 +341,15 @@ msgstr "Брандмауер" msgid "Firewall - Custom Rules" msgstr "Брандмауер — Настроювані правила" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "Брандмауер — Переспрямовування портів" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "Брандмауер — Правила трафіка" @@ -344,49 +362,54 @@ msgstr "Брандмауер — Параметри зон" msgid "Forward" msgstr "Переспрямовування" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "П'ятниця" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "%s у %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "%s у %s з джерелом %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "%s у %s з джерелом %s та %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "Від %s на цьому пристрої" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" -msgstr "Від %s на цьому пристрої з джерелом %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" -msgstr "Від %s на цьому пристрої з джерелом %s та %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -397,72 +420,64 @@ msgstr "Загальні параметри" msgid "Hardware flow offloading" msgstr "Апаратні засоби розвантаження потоку" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "IP-адреса" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "Діапазон IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "IP-адреси" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 та IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "Лише IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "Лише IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Вхідний" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "Внутрішня IP-адреса" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "Внутрішній порт" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "Внутрішня зона" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -470,27 +485,27 @@ msgstr "" msgid "Limit log messages" msgstr "Обмеження повідомлень журналу" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 +#: 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC-адреса" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" -msgstr "MAC-адреси" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -502,54 +517,48 @@ msgstr "Затискання MSS" msgid "Masquerading" msgstr "Підміна" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "Зіставляти" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "Зіставляти ICMP типу" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 msgid "" "Match incoming traffic directed at the given destination port or port range " "on this host" @@ -557,78 +566,74 @@ msgstr "" "Зіставляти вхідний трафік, спрямований на заданий порт призначення або " "діапазон портів цього вузла" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "Понеділок" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "Дні місяця" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "Ім'я" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "Мережа" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 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:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." 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/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "Зіставляти тільки вхідний трафік від цього IP чи діапазону." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 msgid "" "Only match incoming traffic originating from the given source port or port " "range on the client host" @@ -636,12 +641,12 @@ msgstr "" "Зіставляти тільки вхідний трафік, що виникає на заданому порту джерела або " "діапазоні портів вузла клієнта" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -650,9 +655,9 @@ msgstr "" msgid "Output" msgstr "Вихідний" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" "Передача додаткових аргументів для IPTables. Використовуйте з обережністю!" @@ -671,12 +676,12 @@ msgstr "" "особливою обережністю, оскільки невірні значення можуть призвести до " "порушення набору правил брандмауера, повністю відкриваючи всі служби." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 msgid "" "Port forwarding allows remote computers on the Internet to connect to a " "specific computer or service within the private LAN." @@ -684,34 +689,22 @@ msgstr "" "Переспрямовування портів дозволяє віддаленим комп'ютерам з Інтернету " "підключатися до певного комп'ютера або служби у приватній мережі." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Протокол" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "Переспрямувати відповідний вхідний трафік на заданий внутрішній вузол" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "Відхиляти переспрямовування" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "Відхиляти вхідний" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "Відхиляти вихідний" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "Необхідна апаратна підтримка NAT. Упроваджено принаймні для mt7621" @@ -724,57 +717,45 @@ msgstr "Обмежити підміну заданими підмережами msgid "Restrict Masquerading to given source subnets" msgstr "Обмежити підміну заданими підмережами джерела" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "Обмежити сімейство протоколів" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "Розвантаження маршрутизації/NAT" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "Субота" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -788,65 +769,65 @@ msgstr "Програмне розвантаження для маршрутиз msgid "Software flow offloading" msgstr "Програмне розвантаження потоку" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "IP-адреса джерела" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "MAC-адреса джерела" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "Адреса джерела" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Порт джерела" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "Зона джерела" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "Дата початку (рррр-мм-дд)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "Час початку (гг:хх:сс)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "Дата зупинки (рррр-мм-дд)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "Час зупинки (гг:хх:сс)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "Неділя" @@ -890,53 +871,57 @@ msgstr "" "спрямовування трафіку між різними мережами в межах зони. Пункт Покриті " "мережі визначає, які доступні мережі є членами цієї зони." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "Четвер" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "Часові обмеження" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "Час в UTC" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "%s на %s цього пристрою" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "%s у %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "%s на цього пристрою" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "%s, %s у %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -946,8 +931,8 @@ msgstr "" "різними зонами, наприклад, відхиляти трафік між певними вузлами або відкрити " "порти WAN на маршрутизаторі." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "Вівторок" @@ -955,23 +940,23 @@ msgstr "Вівторок" msgid "Unable to save contents: %s" msgstr "Не вдалося зберегти вміст: %s" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "Переспрямовування без назви" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "Правило без назви" @@ -979,11 +964,15 @@ msgstr "Правило без назви" msgid "Unnamed zone" msgstr "Зона без назви" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -1003,33 +992,25 @@ msgstr "" "Використовуйте цей параметр для класифікації трафіку зон за підмережею " "джерела чи призначення замість мереж або пристроїв." -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "Через %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "Через %s на %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "Середа" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "Дні тижня" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1041,137 +1022,255 @@ msgstr "Зона ⇒ Переспрямовування" msgid "Zones" msgstr "Зони" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "приймати" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "будь-який" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "будь-який вузол" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "будь-який IP роутера" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "не відстеж." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "опускати" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "не" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "порт" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "порти" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "відкидати" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "ця нова зона" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "типом" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "типами" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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 "Примусове відслідковування з'єднань" diff --git a/applications/luci-app-firewall/po/vi/firewall.po b/applications/luci-app-firewall/po/vi/firewall.po index 39a6ce0874..709292054b 100644 --- a/applications/luci-app-firewall/po/vi/firewall.po +++ b/applications/luci-app-firewall/po/vi/firewall.po @@ -16,53 +16,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.11-dev\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" +#: 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:242 -msgid "%s%s with %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." +#: 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/rules.js:107 -msgid "%s and limit to %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" +#: 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/tools/firewall.js:303 -msgid "Accept input" +#: 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/tools/firewall.js:283 -msgid "Accept output" +#: 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:216 +msgid "A rewrite IP must be specified!" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "Hành động" @@ -79,9 +129,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "" @@ -98,30 +148,29 @@ msgstr "" msgid "Allow forward to destination zones:" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -169,85 +218,54 @@ msgid "" "each firewall restart, right after the default ruleset has been loaded." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "Địa chỉ điểm đến" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "Cổng điểm đến" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 #, fuzzy msgid "Destination zone" msgstr "Điểm đến" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 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:157 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "Kích hoạt" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "" @@ -260,7 +278,7 @@ msgstr "SYN-flood bảo vệ " msgid "Enable logging on this zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -272,17 +290,17 @@ msgstr "" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "External port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "" @@ -306,15 +324,15 @@ msgstr "Firewall" msgid "Firewall - Custom Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "" @@ -327,49 +345,54 @@ msgstr "" msgid "Forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" +#: 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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -380,74 +403,66 @@ msgstr "" msgid "Hardware flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "Input" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 #, fuzzy msgid "Internal IP address" msgstr "Internal address" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 #, fuzzy msgid "Internal port" msgstr "External port" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -455,27 +470,27 @@ msgstr "" msgid "Limit log messages" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 -msgid "Limits traffic matching to the specified rate." +#: 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/view/firewall/forwards.js:275 -msgid "Loopback source IP" +#: 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/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 +msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -488,142 +503,132 @@ msgstr "MSS Clamping" msgid "Masquerading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 msgid "Only match incoming traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:193 msgid "Only match incoming traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -632,9 +637,9 @@ msgstr "" msgid "Output" msgstr "Output" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "" @@ -647,44 +652,32 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "Giao thức" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "" @@ -697,57 +690,45 @@ msgstr "" msgid "Restrict Masquerading to given source subnets" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -761,68 +742,68 @@ msgstr "" msgid "Software flow offloading" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 #, fuzzy msgid "Source IP address" msgstr "Đỉa chỉ MAC nguồn" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 #, fuzzy msgid "Source address" msgstr "Đỉa chỉ MAC nguồn" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "Cổng nguồn" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 #, fuzzy msgid "Source zone" msgstr "Cổng nguồn" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "" @@ -854,61 +835,65 @@ msgid "" "networks specifies which available networks are members of this zone." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" +#: 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/rules.js:87 -msgid "To %s, %s in %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "" @@ -916,23 +901,23 @@ msgstr "" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "" @@ -940,11 +925,15 @@ msgstr "" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -960,33 +949,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -998,133 +979,118 @@ msgstr "" msgid "Zones" msgstr "Zones" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "chấp nhận" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "drop" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "Không chấp nhận" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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/applications/luci-app-firewall/po/zh-cn/firewall.po b/applications/luci-app-firewall/po/zh-cn/firewall.po index 9270c8f660..a28d8a02e4 100644 --- a/applications/luci-app-firewall/po/zh-cn/firewall.po +++ b/applications/luci-app-firewall/po/zh-cn/firewall.po @@ -16,53 +16,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" -msgstr "%s 位于 %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s 和 %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s 位于 %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d 数据包/%s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." -msgstr "%d 数据包/%s,突发 %d 数据包。" +#: 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/rules.js:107 -msgid "%s and limit to %s" -msgstr "%s 并限制到 %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" -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/tools/firewall.js:303 -msgid "Accept input" -msgstr "接受入站" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:216 +msgid "A rewrite IP must be specified!" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" -msgstr "接受出站" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "动作" @@ -83,9 +133,9 @@ msgstr "" "附加 iptables 参数对区域入流量分类。如:-p tcp --sport 443 仅匹配入站 HTTPS 流量。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "高级设置" @@ -102,30 +152,29 @@ msgstr "允许来自源区域的转发:" msgid "Allow forward to destination zones:" msgstr "允许转发到目标区域:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "每天" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -175,51 +224,36 @@ msgstr "" "自定义规则允许您执行不属于防火墙框架的任意 iptables 命令。每次重启防火墙时," "在默认的规则运行后这些命令将立即执行。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "目标 IP 地址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "目标地址" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "目标端口" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "目标区域" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "丢弃转发" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "丢弃入站" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "丢弃出站" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 msgid "" "Do not install extra rules to reject forwarded traffic with conntrack state " @@ -228,33 +262,17 @@ msgstr "" "不安装额外的规则以拒绝 conntrack 状态为无效的转发流量。对复杂的非对" "称路由这可能是必需的设置。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:125 -msgid "Do not rewrite" -msgstr "不重写" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "不跟踪转发" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "不跟踪入站" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "不跟踪出站" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "启用" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "启用 NAT 环回" @@ -266,7 +284,7 @@ msgstr "启用 SYN-flood 防御" msgid "Enable logging on this zone" msgstr "启用此区域的日志记录" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -278,17 +296,17 @@ msgstr "实验特性。与 QoS/SQM 不完全兼容。" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "为区域流量明确选择允许的连接跟踪助手" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "外部 IP 地址" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "外部端口" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "额外参数" @@ -312,15 +330,15 @@ msgstr "防火墙" msgid "Firewall - Custom Rules" msgstr "防火墙 - 自定义规则" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "防火墙 - 端口转发" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "防火墙 - 通信规则" @@ -333,49 +351,54 @@ msgstr "防火墙 - 区域设置" msgid "Forward" msgstr "转发" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "星期五" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "来自 %s 位于 %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "来自 %s 位于 %s 源于 %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "来自 %s 位于 %s 源端口 %s 源 MAC %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "来自 %s 位于本设备" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" -msgstr "来自 %s 位于本设备源于 %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" -msgstr "来自 %s 位于本设备源端口 %s 源 MAC %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -386,72 +409,64 @@ msgstr "基本设置" msgid "Hardware flow offloading" msgstr "硬件流量分载" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "IP 范围" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 和 IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "仅 IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "仅 IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "入站数据" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "内部 IP 地址" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "内部端口" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "内部区域" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -459,27 +474,27 @@ msgstr "" msgid "Limit log messages" msgstr "限制日志信息" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 +#: 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -491,142 +506,132 @@ msgstr "MSS 钳制" msgid "Masquerading" msgstr "IP 动态伪装" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "匹配规则" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "匹配 ICMP 类型" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "星期一" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "日期" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "名称" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "网络" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 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:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." 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/forwards.js:193 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:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -635,9 +640,9 @@ msgstr "" msgid "Output" msgstr "出站数据" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "传递到 iptables 的额外参数。小心使用!" @@ -653,45 +658,33 @@ msgstr "" "他条件来匹配数据包。使用这些选项应格外小心,因为无效值可能会破坏防火墙规则集" "而对外暴露所有服务。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "协议" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "重定向匹配的入站流量到指定的内部主机" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "拒绝转发" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "拒绝入站" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "拒绝出站" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "需要硬件 NAT 支持。目前 mt7621 已实现" @@ -704,57 +697,45 @@ msgstr "要限制 IP 动态伪装的目标子网" msgid "Restrict Masquerading to given source subnets" msgstr "要限制 IP 动态伪装的源子网" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "限制地址" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "Routing/NAT 分载" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "星期六" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -768,65 +749,65 @@ msgstr "基于软件的 Routing/NAT 分载" msgid "Software flow offloading" msgstr "软件流量分载" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "源 IP 地址" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "源 MAC 地址" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "源地址" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "源端口" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "源区域" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "开始日期(yyyy-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "开始时间(hh.mm.ss)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "停止日期(yyyy-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "停止时间(hh.mm.ss)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "星期日" @@ -863,53 +844,57 @@ msgstr "" "域入站和出站流量的默认策略,转发选项描述该区域内不同网络之间的流量转" "发策略。涵盖的网络指定从属于这个区域的网络。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "星期四" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "时间限制" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "UTC 时间" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "到 %s 在 %s 位于本设备" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "到 %s 位于 %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "到 %s 位于本设备" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "到 %s, %s 位于 %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -918,8 +903,8 @@ msgstr "" "通信规则定义了不同区域间的数据包传输策略,例如:拒绝一些主机之间的通信,开放" "路由器 WAN 上的端口。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "星期二" @@ -927,23 +912,23 @@ msgstr "星期二" msgid "Unable to save contents: %s" msgstr "无法保存内容:%s" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "未命名转发" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "未命名规则" @@ -951,11 +936,15 @@ msgstr "未命名规则" msgid "Unnamed zone" msgstr "未命名区域" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -971,33 +960,25 @@ msgid "" "instead of networks or devices." msgstr "此选项可对源或目标子网而非网络或设备进行区域流量分类。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "通过 %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "通过 %s 在 %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "星期三" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "星期" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -1009,137 +990,260 @@ msgstr "区域 ⇒ 转发" msgid "Zones" msgstr "区域" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "接受" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "任意" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "所有主机" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "所有路由 IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "不跟踪" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "丢弃" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "非" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "端口" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "端口" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "拒绝" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "此新区域" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "类型" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "类型" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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 "强制连接追踪" diff --git a/applications/luci-app-firewall/po/zh-tw/firewall.po b/applications/luci-app-firewall/po/zh-tw/firewall.po index 9d35ee5ebf..3233f9c91f 100644 --- a/applications/luci-app-firewall/po/zh-tw/firewall.po +++ b/applications/luci-app-firewall/po/zh-tw/firewall.po @@ -13,53 +13,103 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:154 -msgid "%s in %s" -msgstr "%s 位於 %s" +#: 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:242 -msgid "%s%s with %s" -msgstr "%s%s 和 %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:431 +msgid "-- add IP --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152 -msgid "%s, %s in %s" -msgstr "%s, %s 位於 %s" +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:479 +msgid "-- add MAC --" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:275 -msgid "%d pkts. per %s" -msgstr "%d 資料包/%s" +#: 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/tools/firewall.js:271 -msgid "%d pkts. per %s, burst %d pkts." -msgstr "%d 資料包/%s,突發 %d 資料包。" +#: 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/rules.js:107 -msgid "%s and limit to %s" -msgstr "%s 並限制到 %s" +#: 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/snats.js:280 -msgid "A rewrite IP must be specified!" +#: 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/snats.js:267 -msgid "ACCEPT - Disable address rewriting" +#: 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/tools/firewall.js:293 -msgid "Accept forward" -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/tools/firewall.js:303 -msgid "Accept input" -msgstr "接受入站" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:216 +msgid "A rewrite IP must be specified!" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:283 -msgid "Accept output" -msgstr "接受出站" +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:204 +msgid "ACCEPT - Disable address rewriting" +msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:220 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:355 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:199 msgid "Action" msgstr "行動" @@ -76,9 +126,9 @@ msgid "" "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:109 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:178 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:163 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:129 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:127 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:78 msgid "Advanced Settings" msgstr "高階設定" @@ -95,30 +145,29 @@ msgstr "允許從源區域轉發:" msgid "Allow forward to destination zones:" msgstr "允許轉發到目標區域:" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:278 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:198 +#: 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:454 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:470 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:329 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:345 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:421 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 msgid "Any day" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:369 +#: 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:316 +#: 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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Assign the specified connection tracking helper to matched traffic." msgstr "" @@ -168,84 +217,53 @@ msgstr "" "自訂規則允許您執行不屬於防火牆框架的任意 iptables 指令。每次重啟防火牆時,在" "預設的規則執行後這些指令將立即執行。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:365 msgid "DSCP classification" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:349 +#: 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/snats.js:238 -msgid "Destination IP address" -msgstr "目標 IP 位址" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:373 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:346 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185 msgid "Destination address" msgstr "目標位址" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:379 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:348 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 msgid "Destination port" msgstr "目標埠" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:367 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:340 msgid "Destination zone" msgstr "目標區域" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:256 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252 msgid "Device name" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:299 -msgid "Discard forward" -msgstr "丟棄轉發" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:309 -msgid "Discard input" -msgstr "丟棄入站" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:289 -msgid "Discard output" -msgstr "丟棄出站" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:211 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/snats.js:125 -msgid "Do not rewrite" -msgstr "不重寫" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:297 -msgid "Do not track forward" -msgstr "不跟蹤轉發" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:307 -msgid "Do not track input" -msgstr "不跟蹤入站" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:287 -msgid "Do not track output" -msgstr "不跟蹤出站" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:36 msgid "Drop invalid packets" 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:230 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:190 +#: 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:226 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:155 msgid "Enable" msgstr "啟用" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239 msgid "Enable NAT Loopback" msgstr "啟用 NAT 環回" @@ -257,7 +275,7 @@ msgstr "啟用 SYN-flood 防禦" msgid "Enable logging on this zone" msgstr "啟用此區域的日誌記錄" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:336 msgid "Expecting: %s" msgstr "" @@ -269,17 +287,17 @@ msgstr "實驗特性。與 QoS/SQM 不完全相容。" msgid "Explicitly choses allowed connection tracking helpers for zone traffic" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:218 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:206 msgid "External IP address" msgstr "外部 IP 位址" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211 msgid "External port" msgstr "外部埠" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:306 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:446 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:320 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:240 msgid "Extra arguments" msgstr "附加引數" @@ -303,15 +321,15 @@ msgstr "防火牆" msgid "Firewall - Custom Rules" msgstr "防火牆 - 自訂規則" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:154 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:118 msgid "Firewall - NAT Rules" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:100 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:120 msgid "Firewall - Port Forwards" msgstr "防火牆 - 埠轉發" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:169 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:164 msgid "Firewall - Traffic Rules" msgstr "防火牆 - 通訊規則" @@ -324,49 +342,54 @@ msgstr "防火牆 - 區域設定" msgid "Forward" msgstr "轉發" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:143 -msgid "Forward to" -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:460 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:427 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 msgid "Friday" msgstr "星期五" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64 -msgid "From %s in %s" -msgstr "來自 %s 位於 %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:60 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:62 -msgid "From %s in %s with source %s" -msgstr "來自 %s 位於 %s 源於 %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:60 -msgid "From %s in %s with source %s and %s" -msgstr "來自 %s 位於 %s 源埠 %s 源 MAC %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:75 -msgid "From %s on this device" -msgstr "來自 %s 位於本裝置" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:73 -msgid "From %s on this device with source %s" -msgstr "來自 %s 位於本裝置源於 %s" +#: 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:71 -msgid "From %s on this device with source %s and %s" -msgstr "來自 %s 位於本裝置源埠 %s 源 MAC %s" +#: 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/snats.js:93 -msgid "From %{ipaddr?:any host} %{port?with source %{port}}" +#: 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:108 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:177 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:162 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:128 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:126 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:31 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77 #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:16 @@ -377,72 +400,64 @@ msgstr "基本設定" msgid "Hardware flow offloading" msgstr "硬體流量分載" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:157 -msgid "IP" -msgstr "IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:167 -msgid "IP range" -msgstr "IP 範圍" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:175 -msgid "IPs" -msgstr "IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:216 -msgid "IPv4" -msgstr "IPv4" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:220 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:267 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:263 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:192 msgid "IPv4 and IPv6" msgstr "IPv4 和 IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:193 msgid "IPv4 only" msgstr "僅 IPv4" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:218 -msgid "IPv6" -msgstr "IPv6" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:265 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:194 msgid "IPv6 only" msgstr "僅 IPv6" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:235 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:39 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:115 msgid "Input" msgstr "入站資料" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:225 msgid "Internal IP address" msgstr "內部 IP 位址" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:259 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:230 msgid "Internal port" msgstr "內部埠" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:241 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 msgid "Internal zone" msgstr "內部區域" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:357 +#: 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:425 +#: 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:435 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:380 msgid "Limit burst" msgstr "" @@ -450,27 +465,27 @@ msgstr "" msgid "Limit log messages" msgstr "限制日誌資訊" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:401 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:346 msgid "Limit matching" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:402 +#: 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 msgid "Loopback source IP" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:96 -msgid "MAC" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:104 -msgid "MACs" -msgstr "MAC" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203 msgid "MASQUERADE - Automatically rewrite to outbound interface IP" msgstr "" @@ -482,142 +497,132 @@ msgstr "MSS 鉗制" msgid "Masquerading" msgstr "IP 動態偽裝" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:133 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:214 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:138 msgid "Match" msgstr "匹配規則" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:84 -msgid "" -"Match %{protocol?%{family} %{protocol} traffic:any %{family} traffic} %{mark?" -"with firewall mark %{mark}} %{limit?limited to %{limit}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315 +#: 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:288 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276 msgid "Match ICMP type" msgstr "匹配 ICMP 型別" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:232 msgid "Match device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:239 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:186 msgid "Match forwarded traffic directed at the given IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:191 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:215 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172 msgid "Match forwarded traffic from this IP or range." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:228 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:177 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:232 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 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:368 +#: 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:284 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:253 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:390 msgid "Match traffic using the specified connection tracking helper." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:371 +#: 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:311 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:231 msgid "Matches forwarded traffic using the specified outbound network device." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316 +#: 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:436 +#: 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:456 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:423 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:251 msgid "Monday" msgstr "星期一" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:341 +#: 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 "Month Days" msgstr "日期" -#: 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:121 #: 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:155 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:119 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:129 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:149 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:205 +#: 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:93 msgid "Name" msgstr "名字" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:169 -msgid "Network" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:219 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 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:182 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:188 msgid "Only match incoming traffic from these MACs." 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/forwards.js:193 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:208 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:198 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:240 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:310 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:236 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:230 msgid "Outbound device" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 msgid "Outbound zone" msgstr "" @@ -626,9 +631,9 @@ msgstr "" msgid "Output" msgstr "出站資料" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:447 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:321 +#: 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:414 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:241 msgid "Passes additional arguments to iptables. Use with care!" msgstr "傳遞到 iptables 的額外引數。小心使用!" @@ -641,44 +646,32 @@ msgid "" "all services." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:123 #: 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:101 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:121 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:162 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:275 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:195 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:177 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:272 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:160 msgid "Protocol" msgstr "協議" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:260 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:231 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:248 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:226 msgid "Redirect matched incoming traffic to the specified internal host" msgstr "重定向匹配的入站流量到指定的內部主機" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:295 -msgid "Refuse forward" -msgstr "拒絕轉發" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:305 -msgid "Refuse input" -msgstr "拒絕入站" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:285 -msgid "Refuse output" -msgstr "拒絕出站" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:66 msgid "Requires hardware NAT support. Implemented at least for mt7621" msgstr "需要硬體 NAT 支援。目前 mt7621 已實現" @@ -691,57 +684,45 @@ msgstr "要限制 IP 動態偽裝的目標子網" msgid "Restrict Masquerading to given source subnets" msgstr "要限制 IP 動態偽裝的源子網" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:264 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:260 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:191 msgid "Restrict to address family" msgstr "限制位址" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:269 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:206 msgid "Rewrite IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:270 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:207 msgid "Rewrite matched traffic to the specified source IP address." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:300 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:222 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:299 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:221 msgid "Rewrite port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:184 -msgid "Rewrite to" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:116 -msgid "Rewrite to %{ipaddr?%{port?%{ipaddr}, %{port}:%{ipaddr}}:%{port}}" -msgstr "" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:122 -msgid "Rewrite to outbound device IP" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:53 msgid "Routing/NAT Offloading" msgstr "Routing/NAT 分載" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:265 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:202 msgid "SNAT - Rewrite to specific source IP or port" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:461 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:428 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:256 msgid "Saturday" msgstr "星期六" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: 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:370 +#: 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." @@ -755,65 +736,65 @@ msgstr "基於軟體的 Routing/NAT 分載" msgid "Software flow offloading" msgstr "軟體流量分載" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:194 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:214 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192 msgid "Source IP address" msgstr "源 IP 位址" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:341 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:330 msgid "Source MAC address" msgstr "源 MAC 位址" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:331 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 msgid "Source address" msgstr "源位址" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:207 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:227 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:197 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:333 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:176 msgid "Source port" msgstr "源埠" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:175 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:335 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:324 msgid "Source zone" msgstr "源區域" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:257 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:253 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:275 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:244 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:485 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360 +#: 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 Date (yyyy-mm-dd)" msgstr "開始日期(yyyy-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:272 msgid "Start Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:489 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364 +#: 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 Date (yyyy-mm-dd)" msgstr "停止日期(yyyy-mm-dd)" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:356 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:448 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:276 msgid "Stop Time (hh.mm.ss)" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:455 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:330 +#: 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:250 msgid "Sunday" msgstr "星期日" @@ -850,53 +831,57 @@ msgstr "" "域入站和出站流量的預設策略,轉發選項描述該區域內不同網路之間的流量轉" "發策略。覆蓋網路指定從屬於這個區域的網路。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:459 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:334 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:426 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:254 msgid "Thursday" msgstr "星期四" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:179 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:164 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:128 msgid "Time Restrictions" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:493 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:368 +#: 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 "Time in UTC" msgstr "UTC 時間" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96 -msgid "To %s at %s on this device" -msgstr "到 %s 在 %s 位於本裝置" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89 -msgid "To %s in %s" -msgstr "到 %s 位於 %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:98 -msgid "To %s on this device" -msgstr "到 %s 位於本裝置" +#: 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/rules.js:87 -msgid "To %s, %s in %s" -msgstr "到 %s, %s 位於 %s" +#: 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/snats.js:103 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:56 msgid "" -"To %{ipaddr?:any destination} %{port?at %{port}} %{zone?via zone %{zone}} " -"%{device?egress device %{device}}" +"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:416 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383 msgid "Tracking helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:172 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:167 #: 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:170 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:165 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 " @@ -905,8 +890,8 @@ msgstr "" "通訊規則定義了不同區域間的資料包傳輸策略,例如:拒絕一些主機之間的通訊,開放" "路由器 WAN 上的埠。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:457 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:332 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:424 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:252 msgid "Tuesday" msgstr "星期二" @@ -914,23 +899,23 @@ msgstr "星期二" msgid "Unable to save contents: %s" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:299 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:438 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:405 msgid "Unknown or not installed conntrack helper \"%s\"" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:167 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:171 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:131 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135 msgid "Unnamed NAT" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:116 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:130 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:136 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:150 msgid "Unnamed forward" msgstr "未命名轉發" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:211 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:206 msgid "Unnamed rule" msgstr "未命名規則" @@ -938,11 +923,15 @@ msgstr "未命名規則" msgid "Unnamed zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:279 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:548 +msgid "Unrecognized protocol" +msgstr "" + +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:248 msgid "Use external IP address" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:278 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:247 msgid "Use internal IP address" msgstr "" @@ -958,33 +947,25 @@ msgid "" "instead of networks or devices." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383 +#: 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/forwards.js:72 -msgid "Via %s" -msgstr "通過 %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:70 -msgid "Via %s at %s" -msgstr "通過 %s 在 %s" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:458 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:333 +#: 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 "Wednesday" msgstr "星期三" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:450 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:325 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:245 msgid "Week Days" msgstr "星期" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:397 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:364 msgid "XOR firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:368 +#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:313 msgid "XOR mark" msgstr "" @@ -996,137 +977,257 @@ msgstr "區域 ⇒ 轉發" msgid "Zones" msgstr "區域" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:359 #: 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:123 msgid "accept" msgstr "接受" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:320 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:186 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:199 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:212 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:223 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:263 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:286 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:293 -#: 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:355 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:376 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:418 -#: 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:219 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:232 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:243 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:255 +#: 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:202 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:234 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:255 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:336 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:351 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:194 msgid "any" msgstr "所有" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:147 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:58 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:85 -msgid "any host" -msgstr "所有主機" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:66 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:69 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:94 -msgid "any router IP" -msgstr "所有路由 IP" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:182 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:146 +#: 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:396 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:363 msgid "apply firewall mark" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:395 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:362 msgid "assign conntrack helper" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267 +#: 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:273 -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:303 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:225 msgid "do not rewrite" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:394 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:361 msgid "don't track" msgstr "不跟蹤" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:391 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:358 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:46 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:122 msgid "drop" msgstr "丟棄" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:265 +#: 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/tools/firewall.js:263 +#: 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/tools/firewall.js:86 -msgid "not" -msgstr "非" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:121 -msgid "port" -msgstr "埠" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:131 -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:140 -msgid "ports" -msgstr "埠" - -#: 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:360 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:121 msgid "reject" msgstr "拒絕" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:261 +#: 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:88 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:176 #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:265 msgid "this new zone" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:197 -msgid "type" -msgstr "型別" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:209 -msgid "types" -msgstr "型別" - -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:406 +#: 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:238 +#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:234 msgid "unspecified" msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:391 +#: 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 "強制連線追蹤" diff --git a/applications/luci-app-openvpn/po/bg/openvpn.po b/applications/luci-app-openvpn/po/bg/openvpn.po index 6bd74e7e23..a312759d57 100644 --- a/applications/luci-app-openvpn/po/bg/openvpn.po +++ b/applications/luci-app-openvpn/po/bg/openvpn.po @@ -489,14 +489,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "" diff --git a/applications/luci-app-openvpn/po/ca/openvpn.po b/applications/luci-app-openvpn/po/ca/openvpn.po index 10963a04b0..ac3ed1060f 100644 --- a/applications/luci-app-openvpn/po/ca/openvpn.po +++ b/applications/luci-app-openvpn/po/ca/openvpn.po @@ -492,14 +492,11 @@ msgstr "Refusa la connexió si no hi ha configuració de client personalitzada" msgid "Remap SIGUSR1 signals" msgstr "Remapeja senyals SIGUSR1" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "Nom de màquina remot o adreça IP" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "Temps d'espera màxim de ping remot" diff --git a/applications/luci-app-openvpn/po/cs/openvpn.po b/applications/luci-app-openvpn/po/cs/openvpn.po index d32928f639..8574d47547 100644 --- a/applications/luci-app-openvpn/po/cs/openvpn.po +++ b/applications/luci-app-openvpn/po/cs/openvpn.po @@ -498,14 +498,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "Přemapovat signály SIGUSR1" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "Název vzdáleného hostitele nebo adresa IP" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "Časový limit pingu protistrany" diff --git a/applications/luci-app-openvpn/po/de/openvpn.po b/applications/luci-app-openvpn/po/de/openvpn.po index e600a1f74f..148e555120 100644 --- a/applications/luci-app-openvpn/po/de/openvpn.po +++ b/applications/luci-app-openvpn/po/de/openvpn.po @@ -500,14 +500,11 @@ msgstr "Teilnehmer-Verbindung verweigern wenn Teilnehmer-Konfiguration fehlt" msgid "Remap SIGUSR1 signals" msgstr "\"USR1\" Systemsignal umleiten" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "Entfernter Rechnername oder IP-Adresse" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "Ping-Timeout für Gegenstellen" diff --git a/applications/luci-app-openvpn/po/el/openvpn.po b/applications/luci-app-openvpn/po/el/openvpn.po index 3e82797ec4..1ae5fa2b1d 100644 --- a/applications/luci-app-openvpn/po/el/openvpn.po +++ b/applications/luci-app-openvpn/po/el/openvpn.po @@ -491,14 +491,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "Όνομα απομακρυσμένου μηχανήματος ή διεύθυνση IP" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "" diff --git a/applications/luci-app-openvpn/po/en/openvpn.po b/applications/luci-app-openvpn/po/en/openvpn.po index 2ce6521b85..0dcb31b44c 100644 --- a/applications/luci-app-openvpn/po/en/openvpn.po +++ b/applications/luci-app-openvpn/po/en/openvpn.po @@ -489,14 +489,11 @@ msgstr "Refuse connection if no custom client config" msgid "Remap SIGUSR1 signals" msgstr "Remap SIGUSR1 signals" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "Remote host name or IP address" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "Remote ping timeout" diff --git a/applications/luci-app-openvpn/po/es/openvpn.po b/applications/luci-app-openvpn/po/es/openvpn.po index 48919afa36..7627f30cd9 100644 --- a/applications/luci-app-openvpn/po/es/openvpn.po +++ b/applications/luci-app-openvpn/po/es/openvpn.po @@ -499,14 +499,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "Redirigir señales SIGUSR1" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "Nombre de máquina remota o dirección IP" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "Nombre de host remoto o dirección IP" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "Tiempo de espera de ping remoto" @@ -849,5 +846,8 @@ msgstr "Espera de inactividad tun/tap" msgid "yes (%i)" msgstr "sí (%i)" +#~ msgid "Remote host name or ip address" +#~ msgstr "Nombre de host remoto o dirección IP" + #~ msgid "Invalid" #~ msgstr "No válido" diff --git a/applications/luci-app-openvpn/po/fr/openvpn.po b/applications/luci-app-openvpn/po/fr/openvpn.po index 1c6a5958bc..6e65364942 100644 --- a/applications/luci-app-openvpn/po/fr/openvpn.po +++ b/applications/luci-app-openvpn/po/fr/openvpn.po @@ -512,14 +512,11 @@ msgstr "Refuser la connexion en l'absence de config client spécifique" msgid "Remap SIGUSR1 signals" msgstr "Rediriger les signaux SIGUSR1" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "Nom ou adresse IP de l'hôte distant" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "Délai de ping du distant" diff --git a/applications/luci-app-openvpn/po/he/openvpn.po b/applications/luci-app-openvpn/po/he/openvpn.po index d8987eae66..989fe1971c 100644 --- a/applications/luci-app-openvpn/po/he/openvpn.po +++ b/applications/luci-app-openvpn/po/he/openvpn.po @@ -484,14 +484,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "" diff --git a/applications/luci-app-openvpn/po/hi/openvpn.po b/applications/luci-app-openvpn/po/hi/openvpn.po index 24569feda2..81f083a4b4 100644 --- a/applications/luci-app-openvpn/po/hi/openvpn.po +++ b/applications/luci-app-openvpn/po/hi/openvpn.po @@ -489,14 +489,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "" diff --git a/applications/luci-app-openvpn/po/hu/openvpn.po b/applications/luci-app-openvpn/po/hu/openvpn.po index b0a6abcc63..c6c823e35e 100644 --- a/applications/luci-app-openvpn/po/hu/openvpn.po +++ b/applications/luci-app-openvpn/po/hu/openvpn.po @@ -501,14 +501,11 @@ msgstr "Kapcsolat visszautasítása, ha nincs egyéni ügyfélbeállítás" msgid "Remap SIGUSR1 signals" msgstr "SIGUSR1 szignálok újraleképezése" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "Távoli gépnév vagy IP-cím" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "Távoli ping időkorlátja" diff --git a/applications/luci-app-openvpn/po/it/openvpn.po b/applications/luci-app-openvpn/po/it/openvpn.po index 996aa09539..fe6e1fcacc 100644 --- a/applications/luci-app-openvpn/po/it/openvpn.po +++ b/applications/luci-app-openvpn/po/it/openvpn.po @@ -491,14 +491,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "" diff --git a/applications/luci-app-openvpn/po/ja/openvpn.po b/applications/luci-app-openvpn/po/ja/openvpn.po index 3c2cf13a5e..1fd6581320 100644 --- a/applications/luci-app-openvpn/po/ja/openvpn.po +++ b/applications/luci-app-openvpn/po/ja/openvpn.po @@ -488,14 +488,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "" diff --git a/applications/luci-app-openvpn/po/ko/openvpn.po b/applications/luci-app-openvpn/po/ko/openvpn.po index 9a5abedf0b..c40bedd5b1 100644 --- a/applications/luci-app-openvpn/po/ko/openvpn.po +++ b/applications/luci-app-openvpn/po/ko/openvpn.po @@ -489,14 +489,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "" diff --git a/applications/luci-app-openvpn/po/mr/openvpn.po b/applications/luci-app-openvpn/po/mr/openvpn.po index 78efd23b18..522f646789 100644 --- a/applications/luci-app-openvpn/po/mr/openvpn.po +++ b/applications/luci-app-openvpn/po/mr/openvpn.po @@ -489,14 +489,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "" diff --git a/applications/luci-app-openvpn/po/ms/openvpn.po b/applications/luci-app-openvpn/po/ms/openvpn.po index 9b1ae7e5b7..6fb05b158a 100644 --- a/applications/luci-app-openvpn/po/ms/openvpn.po +++ b/applications/luci-app-openvpn/po/ms/openvpn.po @@ -487,14 +487,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "" diff --git a/applications/luci-app-openvpn/po/no/openvpn.po b/applications/luci-app-openvpn/po/no/openvpn.po index eb428abe3c..1caccaccc6 100644 --- a/applications/luci-app-openvpn/po/no/openvpn.po +++ b/applications/luci-app-openvpn/po/no/openvpn.po @@ -487,14 +487,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "" diff --git a/applications/luci-app-openvpn/po/pl/openvpn.po b/applications/luci-app-openvpn/po/pl/openvpn.po index 055727a9ce..82957cefa2 100644 --- a/applications/luci-app-openvpn/po/pl/openvpn.po +++ b/applications/luci-app-openvpn/po/pl/openvpn.po @@ -499,14 +499,11 @@ msgstr "Odmów połączenie gdy nie standardowy klient konfiguracja" msgid "Remap SIGUSR1 signals" msgstr "Przemapuj SIGUSR1" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "Nazwa lub IP zdalnego hosta" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "Zdalna nazwa hosta lub adres IP" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "Limit czasu zdalnego pingowania" @@ -849,5 +846,8 @@ msgstr "czas bezczynności tun/tap" msgid "yes (%i)" msgstr "tak (%i)" +#~ msgid "Remote host name or ip address" +#~ msgstr "Zdalna nazwa hosta lub adres IP" + #~ msgid "Invalid" #~ msgstr "Nieprawidłowe" diff --git a/applications/luci-app-openvpn/po/pt-br/openvpn.po b/applications/luci-app-openvpn/po/pt-br/openvpn.po index 0ee8159680..0135395aa3 100644 --- a/applications/luci-app-openvpn/po/pt-br/openvpn.po +++ b/applications/luci-app-openvpn/po/pt-br/openvpn.po @@ -497,14 +497,11 @@ msgstr "Recusar conexões de clientes que não tenham configuração personaliza msgid "Remap SIGUSR1 signals" msgstr "Remapear os sinais SIGUSR1" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "Nome do equipamento ou endereço IP remoto" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "Tempo limite do ping remoto" diff --git a/applications/luci-app-openvpn/po/pt/openvpn.po b/applications/luci-app-openvpn/po/pt/openvpn.po index a539f90d2f..cecced396a 100644 --- a/applications/luci-app-openvpn/po/pt/openvpn.po +++ b/applications/luci-app-openvpn/po/pt/openvpn.po @@ -501,14 +501,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "Mapear os sinais SIGUSR1" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "Hostname ou endereço IP remoto" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "Hostname ou endereço IP remoto" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "Timeout do ping remoto" @@ -850,5 +847,8 @@ msgstr "Timeout de inactividade tun/tap" msgid "yes (%i)" msgstr "sim (%i)" +#~ msgid "Remote host name or ip address" +#~ msgstr "Hostname ou endereço IP remoto" + #~ msgid "Invalid" #~ msgstr "Inválido" diff --git a/applications/luci-app-openvpn/po/ro/openvpn.po b/applications/luci-app-openvpn/po/ro/openvpn.po index 909524b1d7..cf965089e4 100644 --- a/applications/luci-app-openvpn/po/ro/openvpn.po +++ b/applications/luci-app-openvpn/po/ro/openvpn.po @@ -488,14 +488,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "" diff --git a/applications/luci-app-openvpn/po/ru/openvpn.po b/applications/luci-app-openvpn/po/ru/openvpn.po index cd0c7b50bd..17301631b9 100644 --- a/applications/luci-app-openvpn/po/ru/openvpn.po +++ b/applications/luci-app-openvpn/po/ru/openvpn.po @@ -547,14 +547,11 @@ msgstr "" "Управление внутренними или внешними сигналами генерируемыми 'SIGUSR1' и " "переназначаемыми 'SIGHUP'" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "Имя удалённого хоста или IP-адрес" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "Время ожидания удаленного пинг-запроса" diff --git a/applications/luci-app-openvpn/po/sk/openvpn.po b/applications/luci-app-openvpn/po/sk/openvpn.po index b01a9ce7ba..11c5d3cad9 100644 --- a/applications/luci-app-openvpn/po/sk/openvpn.po +++ b/applications/luci-app-openvpn/po/sk/openvpn.po @@ -487,14 +487,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "" diff --git a/applications/luci-app-openvpn/po/sv/openvpn.po b/applications/luci-app-openvpn/po/sv/openvpn.po index 830ef7bba9..ef2995dedb 100644 --- a/applications/luci-app-openvpn/po/sv/openvpn.po +++ b/applications/luci-app-openvpn/po/sv/openvpn.po @@ -487,14 +487,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "" diff --git a/applications/luci-app-openvpn/po/tr/openvpn.po b/applications/luci-app-openvpn/po/tr/openvpn.po index 44c4c522af..0ef8aae192 100644 --- a/applications/luci-app-openvpn/po/tr/openvpn.po +++ b/applications/luci-app-openvpn/po/tr/openvpn.po @@ -487,14 +487,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "" diff --git a/applications/luci-app-openvpn/po/uk/openvpn.po b/applications/luci-app-openvpn/po/uk/openvpn.po index 22a36087ea..ca6fc71c99 100644 --- a/applications/luci-app-openvpn/po/uk/openvpn.po +++ b/applications/luci-app-openvpn/po/uk/openvpn.po @@ -488,14 +488,11 @@ msgstr "" msgid "Remap SIGUSR1 signals" msgstr "" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "" diff --git a/applications/luci-app-openvpn/po/vi/openvpn.po b/applications/luci-app-openvpn/po/vi/openvpn.po index 367edf79a6..a256895911 100644 --- a/applications/luci-app-openvpn/po/vi/openvpn.po +++ b/applications/luci-app-openvpn/po/vi/openvpn.po @@ -491,14 +491,11 @@ msgstr "Từ chối kết nối nêu không có config đối tượng tùy ch msgid "Remap SIGUSR1 signals" msgstr "Remap tín hiệu SIGUSR1" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "Tên host ngoài vùng và địa chỉ IP" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "PING timeout từ xa" diff --git a/applications/luci-app-openvpn/po/zh-cn/openvpn.po b/applications/luci-app-openvpn/po/zh-cn/openvpn.po index bd0aa22837..0e62074e81 100644 --- a/applications/luci-app-openvpn/po/zh-cn/openvpn.po +++ b/applications/luci-app-openvpn/po/zh-cn/openvpn.po @@ -493,14 +493,11 @@ msgstr "拒接没有自定义客户端配置的连接" msgid "Remap SIGUSR1 signals" msgstr "重映射 SIGUSR1 信号" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "远程主机名或 IP 地址" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "远程 ping 超时" diff --git a/applications/luci-app-openvpn/po/zh-tw/openvpn.po b/applications/luci-app-openvpn/po/zh-tw/openvpn.po index 39585f32af..0fea9ec928 100644 --- a/applications/luci-app-openvpn/po/zh-tw/openvpn.po +++ b/applications/luci-app-openvpn/po/zh-tw/openvpn.po @@ -492,14 +492,11 @@ msgstr "拒接沒有自訂客戶端配置的連線" msgid "Remap SIGUSR1 signals" msgstr "重對映 SIGUSR1 訊號" +#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-basic.lua:61 msgid "Remote host name or IP address" msgstr "遠端主機名或 IP 位址" -#: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:500 -msgid "Remote host name or ip address" -msgstr "" - #: applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua:315 msgid "Remote ping timeout" msgstr "遠端 ping 超時" diff --git a/modules/luci-base/po/bg/base.po b/modules/luci-base/po/bg/base.po index 5614290ac4..7d96fbc6eb 100644 --- a/modules/luci-base/po/bg/base.po +++ b/modules/luci-base/po/bg/base.po @@ -19,7 +19,7 @@ msgstr "" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "" @@ -55,11 +55,11 @@ msgid "-- Additional Field --" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -67,7 +67,7 @@ msgstr "" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "" @@ -229,7 +229,7 @@ msgid "" "was empty before editing." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "" @@ -350,11 +350,11 @@ msgstr "" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -632,16 +632,16 @@ msgstr "" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -861,8 +861,8 @@ msgstr "" msgid "Bring up on boot" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -893,8 +893,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -960,11 +960,11 @@ msgstr "" msgid "Chain" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "" @@ -1102,16 +1102,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1158,7 +1158,7 @@ msgstr "" msgid "Continue" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1366,11 +1366,11 @@ msgid "" "servers to clients." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1382,7 +1382,7 @@ msgstr "" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1399,7 +1399,7 @@ msgstr "" msgid "Description" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1444,7 +1444,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "" @@ -1461,7 +1461,7 @@ msgstr "" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "" @@ -1526,10 +1526,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1563,7 +1563,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1575,7 +1575,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1613,7 +1613,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1654,9 +1654,9 @@ msgstr "" msgid "EAP-Method" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1928,7 +1928,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1936,15 +1936,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "" @@ -2182,8 +2182,8 @@ msgstr "" msgid "Go to password configuration..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2876,7 +2876,7 @@ msgstr "" msgid "Leave empty to use the current WAN address" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "" @@ -2973,7 +2973,7 @@ msgstr "" msgid "Load Average" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3297,7 +3297,7 @@ msgstr "" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3386,8 +3386,8 @@ msgstr "" msgid "NTP server candidates" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3435,7 +3435,7 @@ msgstr "" msgid "Next »" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "" @@ -3456,7 +3456,7 @@ msgstr "" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3657,11 +3657,11 @@ msgstr "" msgid "Operating frequency" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "" @@ -3800,7 +3800,7 @@ msgstr "" msgid "Overview" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4043,7 +4043,7 @@ msgstr "" msgid "Please enter your username and password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4476,19 +4476,19 @@ msgstr "" msgid "Reveal/hide password" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4590,7 +4590,7 @@ msgstr "SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4601,7 +4601,7 @@ msgid "Save" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "" @@ -4623,11 +4623,11 @@ msgstr "" msgid "Scheduled Tasks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "" @@ -4642,9 +4642,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4758,7 +4758,7 @@ msgstr "" msgid "Signal:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "" @@ -4871,7 +4871,7 @@ msgstr "" msgid "Start priority" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -4992,7 +4992,7 @@ msgstr "" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5097,7 +5097,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5257,7 +5257,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5351,8 +5351,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5571,7 +5571,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "" @@ -5597,7 +5597,7 @@ msgstr "" msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5612,21 +5612,21 @@ msgstr "" msgid "Upload archive..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -5987,7 +5987,7 @@ msgstr "" msgid "Write system log to file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "" @@ -6201,7 +6201,7 @@ msgstr "" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "" @@ -6309,7 +6309,7 @@ msgstr "" msgid "unlimited" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/ca/base.po b/modules/luci-base/po/ca/base.po index 1d155fba43..2721228c1f 100644 --- a/modules/luci-base/po/ca/base.po +++ b/modules/luci-base/po/ca/base.po @@ -23,7 +23,7 @@ msgstr "%.1f dB" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "" @@ -59,11 +59,11 @@ msgid "-- Additional Field --" msgstr "-- Camp addicional --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -71,7 +71,7 @@ msgstr "-- Escolliu, si us plau --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- personalitzat --" @@ -243,7 +243,7 @@ msgstr "" "Avís: cal reiniciar manualment el servei cron si el fitxer crontab estava " "buit abans d'editar-lo." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "" @@ -367,11 +367,11 @@ msgstr "Arrendaments DHCPv6 actius" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -654,16 +654,16 @@ msgstr "Qualsevol zona" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -886,8 +886,8 @@ msgstr "Número d'unitat de pont" msgid "Bring up on boot" msgstr "Aixecar a l'engegada" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -918,8 +918,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -985,11 +985,11 @@ msgstr "" msgid "Chain" msgstr "Cadena" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Canvis" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "" @@ -1135,16 +1135,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Configuració" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1191,7 +1191,7 @@ msgstr "" msgid "Continue" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1401,11 +1401,11 @@ msgid "" "servers to clients." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1417,7 +1417,7 @@ msgstr "Suprimeix" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1434,7 +1434,7 @@ msgstr "" msgid "Description" msgstr "Descripció" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1479,7 +1479,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "" @@ -1496,7 +1496,7 @@ msgstr "Diagnòstics" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Directori" @@ -1563,10 +1563,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1604,7 +1604,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1616,7 +1616,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1656,7 +1656,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1700,9 +1700,9 @@ msgstr "" msgid "EAP-Method" msgstr "Mètode EAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1974,7 +1974,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1982,15 +1982,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Fitxer" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "No hi ha accés al fitxer" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "Nom de fitxer" @@ -2230,8 +2230,8 @@ msgstr "" msgid "Go to password configuration..." msgstr "Vés a la configuració de contrasenya" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2936,7 +2936,7 @@ msgstr "Deixeu-ho en blanc per autodetectar" msgid "Leave empty to use the current WAN address" msgstr "Deixeu-ho en blanc per utilitzar l'adreça WAN actual" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "Llegenda:" @@ -3035,7 +3035,7 @@ msgstr "Càrrega" msgid "Load Average" msgstr "Càrrega mitjana" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3359,7 +3359,7 @@ msgstr "Monitor" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3450,8 +3450,8 @@ msgstr "" msgid "NTP server candidates" msgstr "Candidats de servidor NTP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3499,7 +3499,7 @@ msgstr "" msgid "Next »" msgstr "Següent" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "No" @@ -3520,7 +3520,7 @@ msgstr "" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3721,11 +3721,11 @@ msgstr "" msgid "Operating frequency" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Opció canviada" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Opció treta" @@ -3864,7 +3864,7 @@ msgstr "" msgid "Overview" msgstr "Visió de conjunt" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4107,7 +4107,7 @@ msgstr "Paquets" msgid "Please enter your username and password." msgstr "Si us plau entra el teu nom d'usuari i contrasenya." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4542,19 +4542,19 @@ msgstr "Restaura còpia de seguretat" msgid "Reveal/hide password" msgstr "Mostra/amaga la contrasenya" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Reverteix" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4658,7 +4658,7 @@ msgstr "SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4669,7 +4669,7 @@ msgid "Save" msgstr "Desa" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Desa i aplica" @@ -4691,11 +4691,11 @@ msgstr "Escaneja" msgid "Scheduled Tasks" msgstr "Tasques programades" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Secció afegida" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Secció treta" @@ -4710,9 +4710,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4826,7 +4826,7 @@ msgstr "" msgid "Signal:" msgstr "Senyal:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Mida" @@ -4939,7 +4939,7 @@ msgstr "Inici" msgid "Start priority" msgstr "Prioritat d'inici" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -5060,7 +5060,7 @@ msgstr "Protocol de commutador" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5167,7 +5167,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5340,7 +5340,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5445,8 +5445,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5669,7 +5669,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Canvis sense desar" @@ -5695,7 +5695,7 @@ msgstr "Tipus de protocol no suportat." msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5710,21 +5710,21 @@ msgstr "" msgid "Upload archive..." msgstr "Puja un arxiu..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -6087,7 +6087,7 @@ msgstr "Escriure les peticions DNS rebudes al registre del sistema" msgid "Write system log to file" msgstr "Escriure el registre del sistema al fitxer" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "Sí" @@ -6310,7 +6310,7 @@ msgstr "cap enllaç" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "cap" @@ -6418,7 +6418,7 @@ msgstr "desconegut" msgid "unlimited" msgstr "il·limitat" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/cs/base.po b/modules/luci-base/po/cs/base.po index 94c7a110f3..716b49c6ec 100644 --- a/modules/luci-base/po/cs/base.po +++ b/modules/luci-base/po/cs/base.po @@ -20,7 +20,7 @@ msgstr "%.1f dB" msgid "%d Bit" msgstr "%d bitů" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d neplatné/á pole" @@ -56,11 +56,11 @@ msgid "-- Additional Field --" msgstr "-- Doplňující pole --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -68,7 +68,7 @@ msgstr "-- Prosím vyberte --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- vlastní --" @@ -241,7 +241,7 @@ msgstr "" "
Poznámka: Pokud byl soubor crontab před úpravami prázdný, je nutné " "službu cron restartovat ručně." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "Adresář se stejným názvem již existuje." @@ -369,11 +369,11 @@ msgstr "Aktivní propůjčené DHCPv6 adresy (leases)" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -659,16 +659,16 @@ msgstr "Libovolná zóna" msgid "Apply backup?" msgstr "Aplikovat zálohu?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "Provádění požadavku selhalo se stavem %h" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "Přesto aplikovat" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "Aplikuji změny nastavení… %ds" @@ -899,8 +899,8 @@ msgstr "Číslo síťového mostu" msgid "Bring up on boot" msgstr "Zapnout po startu" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "Procházet…" @@ -932,8 +932,8 @@ msgstr "Mezipaměť" msgid "Call failed" msgstr "Volání selhalo" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -999,11 +999,11 @@ msgstr "" msgid "Chain" msgstr "Řetěz" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Změny" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "Změny byly vráceny zpět." @@ -1159,16 +1159,16 @@ msgstr "" "robustnosti při vyjednávání klíče, obzvláště v prostředích s velkým síťovým " "provozem." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Nastavení" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "Změny nastavení byly provedeny." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "Změny nastavení byly vráceny zpět!" @@ -1215,7 +1215,7 @@ msgstr "Obsah byl uložen." msgid "Continue" msgstr "Pokračovat" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1432,11 +1432,11 @@ msgstr "" "Další možnosti DHCP, například \"6,192.168.2.1,192.168.2.2\", " "které odkazuje na různé DNS servery pro klienty." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1448,7 +1448,7 @@ msgstr "Odstranit" msgid "Delete key" msgstr "Smazat klíč" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "Odstranění se nezdařilo: %s" @@ -1465,7 +1465,7 @@ msgstr "Interval zprávy Delivery Traffic Indication" msgid "Description" msgstr "Popis" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "Odznačit" @@ -1510,7 +1510,7 @@ msgstr "Zařízení není aktivní" msgid "Device is restarting…" msgstr "Zařízení se restartuje…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "Zařízení není dostupné!" @@ -1527,7 +1527,7 @@ msgstr "Diagnostika" msgid "Dial number" msgstr "Vytáčené číslo" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Adresář" @@ -1594,10 +1594,10 @@ msgstr "Odpojit" msgid "Disconnection attempt failed" msgstr "Odpojení selhalo" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1637,7 +1637,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "Nepřeposílat reverzní dotazy na místní sítě" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "Opravdu chcete smazat \"%s\"?" @@ -1649,7 +1649,7 @@ msgstr "Opravdu chcete smazat následující SSH klíč?" msgid "Do you really want to erase all settings?" msgstr "Opravdu chcete smazat veškeré nastavení?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "Opravdu chcete rekurzivně smazat adresář \"%s\"?" @@ -1689,7 +1689,7 @@ msgstr "Stáhnout mtdblock" msgid "Downstream SNR offset" msgstr "Downstream SNR offset" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "Přetažením změníte pořadí" @@ -1735,9 +1735,9 @@ msgstr "EA bitová délka" msgid "EAP-Method" msgstr "Metoda EAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -2017,7 +2017,7 @@ msgstr "Fast Transition protokol" msgid "Failed to change the system password." msgstr "Nepodařilo se změnit systémové heslo." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 #, fuzzy msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -2028,15 +2028,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "Nepodařilo se vykonat \"/etc/init.d/%s %s\" akce: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Soubor" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "Soubor není přístupný" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "Název souboru" @@ -2279,8 +2279,8 @@ msgstr "Globální možnosti sítě" msgid "Go to password configuration..." msgstr "Přejít na nastavení hesla..." -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2988,7 +2988,7 @@ msgstr "Ponechte prázdné pro automatickou detekci" msgid "Leave empty to use the current WAN address" msgstr "Ponecháte-li prázdné, použije stávající WAN adresu" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "Legenda:" @@ -3104,7 +3104,7 @@ msgstr "Zátěž" msgid "Load Average" msgstr "Průměrná zátěž" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "Načítání obsahu adresáře…" @@ -3437,7 +3437,7 @@ msgstr "Sledování" msgid "More Characters" msgstr "Více znaků" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "Více…" @@ -3529,8 +3529,8 @@ msgstr "NT doména" msgid "NTP server candidates" msgstr "Kandidáti NTP serveru" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3578,7 +3578,7 @@ msgstr "Nový název rozhraní…" msgid "Next »" msgstr "Další »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "Ne" @@ -3599,7 +3599,7 @@ msgstr "Žádné NAT-T" msgid "No data received" msgstr "Nebyla přijata žádná data" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "V tomto adresáři nejsou žádné položky" @@ -3801,11 +3801,11 @@ msgstr "OpenConnect (CISCO AnyConnect)" msgid "Operating frequency" msgstr "Provozní frekvence" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Volba změněna" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Volba odstraněna" @@ -3960,7 +3960,7 @@ msgstr "Přepsat tabulku, používanou pro vnitřní cesty" msgid "Overview" msgstr "Přehled" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "Přepsat existující soubor \"%s\"?" @@ -4203,7 +4203,7 @@ msgstr "paketů" msgid "Please enter your username and password." msgstr "Prosím vložte vaše uživatelské jméno a heslo." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "Vyberte soubor, který chcete nahrát." @@ -4657,19 +4657,19 @@ msgstr "Obnovit ze zálohy" msgid "Reveal/hide password" msgstr "Odhalit/skrýt heslo" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Vrátit zpět" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "Vrátit změny" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "Požadavek na vrácení se nezdařil se stavem %h" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "Vracení konfigurace…" @@ -4772,7 +4772,7 @@ msgstr "SSID" msgid "SWAP" msgstr "Odkládací soubor/oddíl" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4783,7 +4783,7 @@ msgid "Save" msgstr "Uložit" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Uložit & použít" @@ -4805,11 +4805,11 @@ msgstr "Skenovat" msgid "Scheduled Tasks" msgstr "Naplánované úlohy" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Přidána sekce" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Sekce odebrána" @@ -4827,9 +4827,9 @@ msgstr "" "kontrola formátu firmware. Použijte, pouze pokud jste si jisti, že firmware " "je správný a určený pro vaše zařízení!" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "Vybrat soubor…" @@ -4947,7 +4947,7 @@ msgstr "Útlum signálu (SATN)" msgid "Signal:" msgstr "Signál:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Velikost" @@ -5072,7 +5072,7 @@ msgstr "Start" msgid "Start priority" msgstr "Priorita spouštění" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "Provádění konfiguračních změn…" @@ -5199,7 +5199,7 @@ msgstr "Směrovací protokol" msgid "Switch to CIDR list notation" msgstr "Přepnout na notaci seznamu CIDR" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "Symbolický odkaz" @@ -5308,7 +5308,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "Konfigurační soubor nelze načíst z důvodu následující chyby:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5503,7 +5503,7 @@ msgstr "" msgid "There are no active leases" msgstr "Žádné aktivní zápůjčky" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "Žádné změny k provedení" @@ -5623,8 +5623,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5846,7 +5846,7 @@ msgstr "Odpojit" msgid "Unnamed key" msgstr "Nepojmenovaný klíč" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Neuložené změny" @@ -5872,7 +5872,7 @@ msgstr "Nepodporovaný typ protokolu." msgid "Up" msgstr "Nahoru" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "Nahrát" @@ -5889,21 +5889,21 @@ msgstr "" msgid "Upload archive..." msgstr "Nahrát archiv..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "Nahrát soubor" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "Nahrát soubor…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "Požadavek na nahrání selhal: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "Nahrávání souboru…" @@ -6280,7 +6280,7 @@ msgstr "Zapisovat přijaté požadavky DNS do systemového logu" msgid "Write system log to file" msgstr "Zapisovat systémový protokol do souboru" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "Ano" @@ -6502,7 +6502,7 @@ msgstr "žádné spojení" msgid "non-empty value" msgstr "neprázdná hodnota" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "žádný" @@ -6610,7 +6610,7 @@ msgstr "neznámý" msgid "unlimited" msgstr "neomezený" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/de/base.po b/modules/luci-base/po/de/base.po index 0372635743..3d4f54b94f 100644 --- a/modules/luci-base/po/de/base.po +++ b/modules/luci-base/po/de/base.po @@ -23,7 +23,7 @@ msgstr "%.1f dB" msgid "%d Bit" msgstr "%d Bit" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d ungültige Felder" @@ -59,11 +59,11 @@ msgid "-- Additional Field --" msgstr "-- Zusätzliches Feld --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -71,7 +71,7 @@ msgstr "-- Bitte auswählen --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- benutzerdefiniert --" @@ -247,7 +247,7 @@ msgstr "" "
Hinweis: Der Cron-Dienst muss manuell neu gestartet werden wenn die " "Crontab-Datei vor der Bearbeitung leer war." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "Es existiert bereits ein Verzeichnis mit dem gleichen Namen." @@ -372,11 +372,11 @@ msgstr "Aktive DHCPv6-Leases" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -668,18 +668,18 @@ msgstr "Beliebige Zone" msgid "Apply backup?" msgstr "Backup anwenden?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" "Anforderung zur Anwendung der Änderungen mit Status %h " "fehlgeschlagen" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "Ungeprüft übernehmen" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "Warte auf das Anwenden der Konfiguration… %ds" @@ -910,8 +910,8 @@ msgstr "Geräteindex der Brücke" msgid "Bring up on boot" msgstr "Während des Bootvorgangs starten" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "Durchsuchen…" @@ -944,8 +944,8 @@ msgstr "Im Cache" msgid "Call failed" msgstr "Anruf fehlgeschlagen" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -1011,11 +1011,11 @@ msgstr "" msgid "Chain" msgstr "Kette (Chain)" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Änderungen" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "Änderungen wurden verworfen." @@ -1171,16 +1171,16 @@ msgstr "" "Kompatibilitätsprobleme verursachen und die Zuverlässigkeit von " "Schlüsselerneuerungen in ausgelasteten Umgebungen verringern." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Konfiguration" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "Die Konfiguration wurde angewendet." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "Die Konfiguration wurde zurückgerollt!" @@ -1227,7 +1227,7 @@ msgstr "Inhalte wurden gespeichert." msgid "Continue" msgstr "Fortfahren" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1446,11 +1446,11 @@ msgstr "" "Definiert zusätzliche DHCP-Optionen, z.B. \"6,192.168.2.1,192.168.2.2\" um einen anderen DNS-Server an Clients zu verteilen." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1462,7 +1462,7 @@ msgstr "Löschen" msgid "Delete key" msgstr "Schlüssel löschen" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "Löschauftrag fehlgeschlagen: %s" @@ -1479,7 +1479,7 @@ msgstr "DTIM (Delivery Traffic Indication) Nachrichtenintervall" msgid "Description" msgstr "Beschreibung" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "Abwählen" @@ -1524,7 +1524,7 @@ msgstr "Netzwerkadapter ist nicht aktiv" msgid "Device is restarting…" msgstr "Netzwerkadapter startet neu…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "Das Gerät ist nicht erreichbar!" @@ -1541,7 +1541,7 @@ msgstr "Diagnosen" msgid "Dial number" msgstr "Einwahlnummer" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Verzeichnis" @@ -1608,10 +1608,10 @@ msgstr "Trennen" msgid "Disconnection attempt failed" msgstr "Verbindungstrennung fehlgeschlagen" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1654,7 +1654,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "Keine Rückwärtsauflösungen für lokale Netzwerke weiterleiten" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "Soll \"%s\" wirklich gelöscht werden?" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "Möchten Sie wirklich alle Einstellungen löschen?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "Soll das Verzeichnis \"%s\" wirklich rekursiv gelöscht werden?" @@ -1707,7 +1707,7 @@ msgstr "Mtdblock-Datei herunterladen" msgid "Downstream SNR offset" msgstr "Downstream SNR-Offset" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "Ziehen zum Umsortieren" @@ -1754,9 +1754,9 @@ msgstr "EA-Bitlänge" msgid "EAP-Method" msgstr "EAP-Methode" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -2036,7 +2036,7 @@ msgstr "FT Protokoll" msgid "Failed to change the system password." msgstr "Das Systempasswort konnte nicht geändert werden." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" "Konnte nicht innerhalb von %d Sekunden bestätigen, warte auf Zurückrollen " @@ -2046,15 +2046,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "Fehler beim Ausführen der Aktion \"/etc/init.d/%s %s\": %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Datei" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "Datei nicht verfügbar" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "Dateiname" @@ -2300,8 +2300,8 @@ msgstr "Globale Netzwerkeinstellungen" msgid "Go to password configuration..." msgstr "Zur Passwortkonfiguration..." -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -3012,7 +3012,7 @@ msgstr "Zur automatischen Erkennung leer lassen" msgid "Leave empty to use the current WAN address" msgstr "Leer lassen um die aktuelle WAN-Adresse zu verwenden" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "Legende:" @@ -3127,7 +3127,7 @@ msgstr "Last" msgid "Load Average" msgstr "Durchschnittslast" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "Lade Verzeichniseinträge…" @@ -3458,7 +3458,7 @@ msgstr "Monitor" msgid "More Characters" msgstr "Mehr Zeichen" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "Mehr…" @@ -3549,8 +3549,8 @@ msgstr "NT-Domäne" msgid "NTP server candidates" msgstr "NTP Server Kandidaten" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3598,7 +3598,7 @@ msgstr "Name der neuen Schnittstelle…" msgid "Next »" msgstr "Weiter »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "Nein" @@ -3619,7 +3619,7 @@ msgstr "Kein NAT-T" msgid "No data received" msgstr "Keine Daten empfangen" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "Keine Einträge in diesem Verzeichnis" @@ -3822,11 +3822,11 @@ msgstr "OpenConnect (CISCO AnyConnect)" msgid "Operating frequency" msgstr "Betriebsfrequenz" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Option geändert" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Option entfernt" @@ -3981,7 +3981,7 @@ msgstr "Überschreibt die benutzte Tabelle für interne Routen" msgid "Overview" msgstr "Übersicht" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "Existierende Datei \"%s\" überschreiben?" @@ -4224,7 +4224,7 @@ msgstr "Pkte." msgid "Please enter your username and password." msgstr "Bitte Benutzernamen und Passwort eingeben." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "Bitte wählen Sie die hochzuladende Datei aus." @@ -4683,19 +4683,19 @@ msgstr "Sicherung wiederherstellen" msgid "Reveal/hide password" msgstr "Passwort zeigen/verstecken" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Verwerfen" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "Änderungen verwerfen" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "Anforderung zum Verwerfen mit Status %h fehlgeschlagen" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "Verwerfe Konfigurationsänderungen…" @@ -4799,7 +4799,7 @@ msgstr "SSID" msgid "SWAP" msgstr "SWAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4810,7 +4810,7 @@ msgid "Save" msgstr "Speichern" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Speichern & Anwenden" @@ -4832,11 +4832,11 @@ msgstr "Suche" msgid "Scheduled Tasks" msgstr "Geplante Aufgaben" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Sektion hinzugefügt" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Sektion entfernt" @@ -4854,9 +4854,9 @@ msgstr "" "wenn die Formatüberprüfung fehlschlägt. Diese Option nur benutzen wenn das " "Abbild korrekt und für dieses Gerät bestimmt ist!" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "Datei auswählen…" @@ -4975,7 +4975,7 @@ msgstr "Signaldämpfung (SATN)" msgid "Signal:" msgstr "Signal:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Größe" @@ -5103,7 +5103,7 @@ msgstr "Start" msgid "Start priority" msgstr "Startpriorität" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "Starte Anwendung der Konfigurationsänderungen…" @@ -5231,7 +5231,7 @@ msgstr "Wechsle Protokoll" msgid "Switch to CIDR list notation" msgstr "Auf CIDR-Listen-Notation wechseln" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "Symbolischer Link" @@ -5346,7 +5346,7 @@ msgstr "" "Die Konfigurationsdatei konnte aufgrund der folgenden Fehler nicht geladen " "werden:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5553,7 +5553,7 @@ msgstr "" msgid "There are no active leases" msgstr "Es gibt keine aktiven Leases" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "Es gibt keine anzuwendenden Änderungen" @@ -5674,8 +5674,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5899,7 +5899,7 @@ msgstr "Aushängen" msgid "Unnamed key" msgstr "Unbenannter Schlüssel" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Ungespeicherte Änderungen" @@ -5925,7 +5925,7 @@ msgstr "Nicht unterstützter Protokolltyp." msgid "Up" msgstr "Hoch" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "Hochladen" @@ -5942,21 +5942,21 @@ msgstr "" msgid "Upload archive..." msgstr "Backup wiederherstellen..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "Datei hochladen" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "Datei hochladen…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "Upload-Anfrage fehlgeschlagen: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "Datei wird hochgeladen…" @@ -6335,7 +6335,7 @@ msgstr "Empfangene DNS-Anfragen in das Systemprotokoll schreiben" msgid "Write system log to file" msgstr "Systemprotokoll in Datei schreiben" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "Ja" @@ -6559,7 +6559,7 @@ msgstr "nicht verbunden" msgid "non-empty value" msgstr "nicht-leeren Wert" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "keine" @@ -6667,7 +6667,7 @@ msgstr "unbekannt" msgid "unlimited" msgstr "unbegrenzt" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/el/base.po b/modules/luci-base/po/el/base.po index 0df886b313..fa3524655d 100644 --- a/modules/luci-base/po/el/base.po +++ b/modules/luci-base/po/el/base.po @@ -22,7 +22,7 @@ msgstr "%.1f dB" msgid "%d Bit" msgstr "%d Bit" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d μη έγκυρο/α πεδίο/α" @@ -58,11 +58,11 @@ msgid "-- Additional Field --" msgstr "-- Επιπλέον Πεδίο --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -70,7 +70,7 @@ msgstr "-- Παρακαλώ επιλέξτε --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- προσαρμοσμένο --" @@ -240,7 +240,7 @@ msgid "" "was empty before editing." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "Ένας φάκελος με το ίδιο όνομα υπάρχει ήδη." @@ -366,11 +366,11 @@ msgstr "" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -656,16 +656,16 @@ msgstr "Οιαδήποτε ζώνη" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -889,8 +889,8 @@ msgstr "Αριθμός μονάδας γέφυρας" msgid "Bring up on boot" msgstr "Ανέβασμα κατά την εκκίνηση" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -921,8 +921,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -988,11 +988,11 @@ msgstr "" msgid "Chain" msgstr "Αλυσίδα" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Αλλαγές" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "" @@ -1139,16 +1139,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Διαμόρφωση" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1195,7 +1195,7 @@ msgstr "" msgid "Continue" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1407,11 +1407,11 @@ msgstr "" "Ορίστε επιπλέον επιλογές DHCP, που διαφημίζουν διαφορετικούς εξυπηρετητές " "DNS στους πελάτες, για παράδειγμα \"6,192.168.2.1,192.168.2.2\"." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1423,7 +1423,7 @@ msgstr "Διαγραφή" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1440,7 +1440,7 @@ msgstr "" msgid "Description" msgstr "Περιγραφή" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1485,7 +1485,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "" @@ -1502,7 +1502,7 @@ msgstr "Διαγνωστικά" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Φάκελος" @@ -1569,10 +1569,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1614,7 +1614,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1626,7 +1626,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1666,7 +1666,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1713,9 +1713,9 @@ msgstr "" msgid "EAP-Method" msgstr "Μέθοδος EAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1990,7 +1990,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1998,15 +1998,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Αρχείο" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "" @@ -2246,8 +2246,8 @@ msgstr "" msgid "Go to password configuration..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2956,7 +2956,7 @@ msgstr "Αφήστε το κενό για να γίνει αυτόματη αν msgid "Leave empty to use the current WAN address" msgstr "Αφήστε το κενό για να γίνει χρήση της τρέχουσας διεύθυνσης WAN" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "Υπόμνημα:" @@ -3053,7 +3053,7 @@ msgstr "Φόρτος" msgid "Load Average" msgstr "Μέσος όρος φόρτου" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3378,7 +3378,7 @@ msgstr "Παρακολούθηση" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3469,8 +3469,8 @@ msgstr "" msgid "NTP server candidates" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3518,7 +3518,7 @@ msgstr "" msgid "Next »" msgstr "Επόμενο »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "" @@ -3539,7 +3539,7 @@ msgstr "" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3740,11 +3740,11 @@ msgstr "" msgid "Operating frequency" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Η επιλογή άλλαξε" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Η επιλογή αφαιρέθηκε" @@ -3883,7 +3883,7 @@ msgstr "" msgid "Overview" msgstr "Επισκόπηση" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4126,7 +4126,7 @@ msgstr "Πκτ." msgid "Please enter your username and password." msgstr "Παρακαλώ εισάγετε όνομα χρήστη και κωδικό πρόσβασης." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4562,19 +4562,19 @@ msgstr "Επαναφορά αντιγράφου ασφαλείας" msgid "Reveal/hide password" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Αναίρεση" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4679,7 +4679,7 @@ msgstr "SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4690,7 +4690,7 @@ msgid "Save" msgstr "Αποθήκευση" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Αποθήκευση & Εφαρμογή" @@ -4712,11 +4712,11 @@ msgstr "Σάρωση" msgid "Scheduled Tasks" msgstr "Προγραμματισμένες Εργασίες" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "" @@ -4731,9 +4731,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4847,7 +4847,7 @@ msgstr "" msgid "Signal:" msgstr "Σήμα:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Μέγεθος" @@ -4960,7 +4960,7 @@ msgstr "Αρχή" msgid "Start priority" msgstr "Προτεραιότητα εκκίνησης" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -5081,7 +5081,7 @@ msgstr "" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5188,7 +5188,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5357,7 +5357,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5457,8 +5457,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5681,7 +5681,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Μη-αποθηκευμένες Αλλαγές" @@ -5707,7 +5707,7 @@ msgstr "" msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5722,21 +5722,21 @@ msgstr "" msgid "Upload archive..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -6097,7 +6097,7 @@ msgstr "Καταγραφή των ληφθέντων DNS αιτήσεων στο msgid "Write system log to file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "" @@ -6319,7 +6319,7 @@ msgstr "" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "κανένα" @@ -6427,7 +6427,7 @@ msgstr "" msgid "unlimited" msgstr "απεριόριστα" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/en/base.po b/modules/luci-base/po/en/base.po index 4741c088ab..5a8b0fb076 100644 --- a/modules/luci-base/po/en/base.po +++ b/modules/luci-base/po/en/base.po @@ -22,7 +22,7 @@ msgstr "" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "" @@ -58,11 +58,11 @@ msgid "-- Additional Field --" msgstr "-- Additional Field --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -70,7 +70,7 @@ msgstr "-- Please choose --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- custom --" @@ -240,7 +240,7 @@ msgid "" "was empty before editing." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "" @@ -364,11 +364,11 @@ msgstr "" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -647,16 +647,16 @@ msgstr "Any zone" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -879,8 +879,8 @@ msgstr "Bridge unit number" msgid "Bring up on boot" msgstr "Bring up on boot" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -911,8 +911,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -978,11 +978,11 @@ msgstr "" msgid "Chain" msgstr "Chain" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Changes" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "" @@ -1128,16 +1128,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Configuration" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1184,7 +1184,7 @@ msgstr "" msgid "Continue" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1397,11 +1397,11 @@ msgstr "" "\"6,192.168.2.1,192.168.2.2\" which advertises different DNS " "servers to clients." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1413,7 +1413,7 @@ msgstr "Delete" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1430,7 +1430,7 @@ msgstr "" msgid "Description" msgstr "Description" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1475,7 +1475,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "Diagnostics" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Directory" @@ -1557,10 +1557,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1598,7 +1598,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1610,7 +1610,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1650,7 +1650,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1694,9 +1694,9 @@ msgstr "" msgid "EAP-Method" msgstr "EAP-Method" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1968,7 +1968,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1976,15 +1976,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "" @@ -2222,8 +2222,8 @@ msgstr "" msgid "Go to password configuration..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2926,7 +2926,7 @@ msgstr "" msgid "Leave empty to use the current WAN address" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "" @@ -3023,7 +3023,7 @@ msgstr "Load" msgid "Load Average" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3347,7 +3347,7 @@ msgstr "Monitor" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3438,8 +3438,8 @@ msgstr "" msgid "NTP server candidates" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3487,7 +3487,7 @@ msgstr "" msgid "Next »" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "" @@ -3508,7 +3508,7 @@ msgstr "" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3709,11 +3709,11 @@ msgstr "" msgid "Operating frequency" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "" @@ -3852,7 +3852,7 @@ msgstr "" msgid "Overview" msgstr "Overview" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4095,7 +4095,7 @@ msgstr "Pkts." msgid "Please enter your username and password." msgstr "Please enter your username and password." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4530,19 +4530,19 @@ msgstr "Restore backup" msgid "Reveal/hide password" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Revert" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4646,7 +4646,7 @@ msgstr "SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4657,7 +4657,7 @@ msgid "Save" msgstr "Save" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Save & Apply" @@ -4679,11 +4679,11 @@ msgstr "Scan" msgid "Scheduled Tasks" msgstr "Scheduled Tasks" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "" @@ -4698,9 +4698,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4814,7 +4814,7 @@ msgstr "" msgid "Signal:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Size" @@ -4927,7 +4927,7 @@ msgstr "Start" msgid "Start priority" msgstr "Start priority" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -5048,7 +5048,7 @@ msgstr "" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5153,7 +5153,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5322,7 +5322,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5420,8 +5420,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5643,7 +5643,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Unsaved Changes" @@ -5669,7 +5669,7 @@ msgstr "" msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5684,21 +5684,21 @@ msgstr "" msgid "Upload archive..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -6061,7 +6061,7 @@ msgstr "" msgid "Write system log to file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "" @@ -6280,7 +6280,7 @@ msgstr "" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "none" @@ -6388,7 +6388,7 @@ msgstr "" msgid "unlimited" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/es/base.po b/modules/luci-base/po/es/base.po index 37ef1d12ff..03d791c5d4 100644 --- a/modules/luci-base/po/es/base.po +++ b/modules/luci-base/po/es/base.po @@ -23,7 +23,7 @@ msgstr "%.1f dB" msgid "%d Bit" msgstr "%d Bit" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d campo(s) inválido(s)" @@ -59,11 +59,11 @@ msgid "-- Additional Field --" msgstr "-- Campo adicional --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -71,7 +71,7 @@ msgstr "-- Por favor elija --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- Personalizado --" @@ -246,7 +246,7 @@ msgstr "" "
Nota: debe reiniciar manualmente el servicio cron si el archivo crontab " "estaba vacío antes de editar." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "Ya existe un directorio con el mismo nombre." @@ -372,11 +372,11 @@ msgstr "Clientes DHCPv6 activos" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -668,16 +668,16 @@ msgstr "Cualquier zona" msgid "Apply backup?" msgstr "¿Aplicar respaldo?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "Solicitud de aplicar fallida con estado %h" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "Aplicar sin restricción" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "Esperando a que se aplique la configuración… %ds" @@ -911,8 +911,8 @@ msgstr "Número de unidad del puente" msgid "Bring up on boot" msgstr "Iniciar en el arranque" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "Explorar…" @@ -944,8 +944,8 @@ msgstr "En caché" msgid "Call failed" msgstr "Llamada fallida" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -983,8 +983,8 @@ msgid "" "Certificate constraint substring - e.g. /CN=wifi.mycompany.com
See " "`logread -f` during handshake for actual values" msgstr "" -"Subcadena de restricción de certificado, p. Ej. /CN=wifi.mycompany.com
" -"Consulte `logread -f` durante el protocolo de enlace para conocer los " +"Subcadena de restricción de certificado, p. Ej. /CN=wifi.mycompany.com
Consulte `logread -f` durante el protocolo de enlace para conocer los " "valores reales" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1464 @@ -993,8 +993,8 @@ msgid "" "Certificate constraint(s) against DNS SAN values (if available)
or " "Subject CN (exact match)" msgstr "" -"Restricción(es) de certificado contra valores DNS SAN (si están disponibles)<" -"br />o Asunto CN (coincidencia exacta)" +"Restricción(es) de certificado contra valores DNS SAN (si están " +"disponibles)
o Asunto CN (coincidencia exacta)" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1470 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1566 @@ -1002,8 +1002,8 @@ msgid "" "Certificate constraint(s) against DNS SAN values (if available)
or " "Subject CN (suffix match)" msgstr "" -"Restricción(es) de certificado contra valores DNS SAN (si están disponibles)<" -"br />o Asunto CN (coincidencia de sufijo)" +"Restricción(es) de certificado contra valores DNS SAN (si están " +"disponibles)
o Asunto CN (coincidencia de sufijo)" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1458 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1554 @@ -1012,8 +1012,8 @@ msgid "" "attributes: EMAIL, DNS, URI) - e.g. DNS:wifi.mycompany.com" msgstr "" "Restricción(es) de certificado a través de valores de Nombre alternativo de " -"sujeto
(atributos admitidos: EMAIL, DNS, URI) - p. DNS: " -"wifi.miempresa.com" +"sujeto
(atributos admitidos: EMAIL, DNS, URI) - p. DNS: wifi.miempresa." +"com" #: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:51 #: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:54 @@ -1021,11 +1021,11 @@ msgstr "" msgid "Chain" msgstr "Cadena" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Cambios" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "Se revirtieron los cambios." @@ -1180,16 +1180,16 @@ msgstr "" "interoperabilidad y reducir la robustez de la negociación de claves, " "especialmente en entornos con una gran carga de tráfico." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Configuración" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "Se ha aplicado la configuración." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "¡La configuración ha sido revertida!" @@ -1236,7 +1236,7 @@ msgstr "Los contenidos han sido guardados." msgid "Continue" msgstr "Continuar" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1455,11 +1455,11 @@ msgstr "" "\"6,192.168.2.1,192.168.2.2\" que publica diferentes servidores " "DNS a los clientes." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1471,7 +1471,7 @@ msgstr "Eliminar" msgid "Delete key" msgstr "Eliminar clave" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "Error al eliminar la solicitud: %s" @@ -1488,7 +1488,7 @@ msgstr "Intervalo de mensaje de indicación de tráfico de entrega" msgid "Description" msgstr "Descripción" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "Deseleccionar" @@ -1533,7 +1533,7 @@ msgstr "El dispositivo no está activo" msgid "Device is restarting…" msgstr "El dispositivo se está reiniciando…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "Dispositivo inalcanzable!" @@ -1550,7 +1550,7 @@ msgstr "Diagnósticos" msgid "Dial number" msgstr "Marcar el número" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Directorio" @@ -1617,10 +1617,10 @@ msgstr "Desconectar" msgid "Disconnection attempt failed" msgstr "Intento de desconexión fallido" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1660,7 +1660,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "No reenviar búsquedas inversas para redes locales" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "¿Realmente quieres eliminar \"%s\" ?" @@ -1672,7 +1672,7 @@ msgstr "¿Realmente quiere eliminar la siguiente clave SSH?" msgid "Do you really want to erase all settings?" msgstr "¿Realmente quieres borrar todos las configuraciones?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "¿Realmente desea eliminar recursivamente el directorio \"%s\" ?" @@ -1712,7 +1712,7 @@ msgstr "Descargar mtdblock" msgid "Downstream SNR offset" msgstr "Desplazamiento SNR en sentido descendente" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "Arrastrar para reordenar" @@ -1758,9 +1758,9 @@ msgstr "Longitud de bits EA" msgid "EAP-Method" msgstr "Método EAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -2041,7 +2041,7 @@ msgstr "Protocolo FT" msgid "Failed to change the system password." msgstr "Error al cambiar la contraseña del sistema." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" "Error al confirmar aplicar dentro de %ds. Esperando a que se reviertan los " @@ -2051,15 +2051,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "Error al ejecutar la acción \"/etc/init.d/%s%s\": %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Archivo" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "Archivo no accesible" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "Nombre del archivo" @@ -2304,8 +2304,8 @@ msgstr "Opciones globales de red" msgid "Go to password configuration..." msgstr "Ir a la configuración de la contraseña..." -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -3016,7 +3016,7 @@ msgstr "Deje vacío para autodetectar" msgid "Leave empty to use the current WAN address" msgstr "Deje vacío para usar la dirección WAN actual" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "Registro de cambios:" @@ -3128,7 +3128,7 @@ msgstr "Cargar" msgid "Load Average" msgstr "Carga media" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "Cargando el contenido del directorio…" @@ -3460,7 +3460,7 @@ msgstr "Monitor" msgid "More Characters" msgstr "Más caracteres" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "Más…" @@ -3551,8 +3551,8 @@ msgstr "Dominio NT" msgid "NTP server candidates" msgstr "Servidores NTP a consultar" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3600,7 +3600,7 @@ msgstr "Nuevo nombre de interfaz…" msgid "Next »" msgstr "Siguiente »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "No" @@ -3621,7 +3621,7 @@ msgstr "Sin NAT-T" msgid "No data received" msgstr "Sin datos recibidos" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "No hay entradas en este directorio" @@ -3824,11 +3824,11 @@ msgstr "OpenConnect (CISCO AnyConnect)" msgid "Operating frequency" msgstr "Frecuencia de operación" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Opción cambiada" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Opción removida" @@ -3982,7 +3982,7 @@ msgstr "Anular la tabla utilizada para rutas internas" msgid "Overview" msgstr "Vista general" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "Sobrescribir archivo \"%s\" existente?" @@ -4225,7 +4225,7 @@ msgstr "Paq." msgid "Please enter your username and password." msgstr "Por favor, introduzca su nombre de usuario y contraseña." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "Por favor, seleccione el archivo que desea cargar." @@ -4680,19 +4680,19 @@ msgstr "Restaurar copia de seguridad" msgid "Reveal/hide password" msgstr "Mostrar/ocultar contraseña" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Revertir" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "Revertir cambios" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "Error al revertir la solicitud con el estado %h" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "Revirtiendo configuración…" @@ -4796,7 +4796,7 @@ msgstr "SSID" msgid "SWAP" msgstr "SWAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4807,7 +4807,7 @@ msgid "Save" msgstr "Guardar" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Guardar y aplicar" @@ -4829,11 +4829,11 @@ msgstr "Escanear" msgid "Scheduled Tasks" msgstr "Tareas programadas" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Sección añadida" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Sección removida" @@ -4851,9 +4851,9 @@ msgstr "" "la verificación del formato de la imagen. ¡Úselo solo si está seguro de que " "el firmware es correcto y está diseñado para su dispositivo!" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "Seleccionar archivo…" @@ -4972,7 +4972,7 @@ msgstr "Atenuación de señal (SATN)" msgid "Signal:" msgstr "Señal:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Tamaño" @@ -5099,7 +5099,7 @@ msgstr "Iniciar" msgid "Start priority" msgstr "Prioridad de inicio" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "Iniciando aplicar configuración…" @@ -5226,7 +5226,7 @@ msgstr "Intercambiar protocolo" msgid "Switch to CIDR list notation" msgstr "Cambiar a la notación de lista CIDR" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "Enlace simbólico" @@ -5340,7 +5340,7 @@ msgid "The configuration file could not be loaded due to the following error:" msgstr "" "El archivo de configuración no se pudo cargar debido al siguiente error:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5538,7 +5538,7 @@ msgstr "" msgid "There are no active leases" msgstr "No hay direcciones activas" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "No hay cambios para aplicar" @@ -5654,8 +5654,8 @@ msgid "" msgstr "" "Esta opción no se puede usar porque el paquete ca-bundle no está instalado." -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5878,7 +5878,7 @@ msgstr "Desmontar" msgid "Unnamed key" msgstr "Clave sin nombre" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Cambios sin aplicar" @@ -5904,7 +5904,7 @@ msgstr "Tipo de protocolo no soportado." msgid "Up" msgstr "Arriba" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "Subida" @@ -5921,21 +5921,21 @@ msgstr "" msgid "Upload archive..." msgstr "Subir archivo..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "Subir archivo" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "Subir archivo…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "Error al cargar la solicitud: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "Cargando archivo…" @@ -6312,7 +6312,7 @@ msgstr "Escribe las peticiones de DNS recibidas en el registro del sistema" msgid "Write system log to file" msgstr "Escribe el registro del sistema al archivo" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "Si" @@ -6535,7 +6535,7 @@ msgstr "Sin enlace" msgid "non-empty value" msgstr "valor no vacío" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "ninguno" @@ -6643,7 +6643,7 @@ msgstr "Desconocido" msgid "unlimited" msgstr "ilimitado" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/fr/base.po b/modules/luci-base/po/fr/base.po index 923115d952..b3b1c09403 100644 --- a/modules/luci-base/po/fr/base.po +++ b/modules/luci-base/po/fr/base.po @@ -23,7 +23,7 @@ msgstr "%.1f dB" msgid "%d Bit" msgstr "%d Bit" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d champs invalides" @@ -59,11 +59,11 @@ msgid "-- Additional Field --" msgstr "-- Champ Supplémentaire --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -71,7 +71,7 @@ msgstr "-- Choisir --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- personnalisé --" @@ -253,7 +253,7 @@ msgstr "" "
Note : il est nécessaire de redémarrer le service cron si le fichier " "crontab était vide au moment de l'éditer." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "Un dossier avec le même nom existe déjà." @@ -382,11 +382,11 @@ msgstr "Bails DHCPv6 actifs" msgid "Ad-Hoc" msgstr "Ad-hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -672,16 +672,16 @@ msgstr "N'importe quelle zone" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "Appliquer sans vérification" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -904,8 +904,8 @@ msgstr "Numéro d'unité du pont" msgid "Bring up on boot" msgstr "L'activer au démarrage" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "Feuilleter…" @@ -936,8 +936,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -1003,11 +1003,11 @@ msgstr "" msgid "Chain" msgstr "Chaîne" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Changements" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "Les modifications ont été annulées." @@ -1156,16 +1156,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Configuration" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1212,7 +1212,7 @@ msgstr "Le contenu a été enregistré." msgid "Continue" msgstr "Continuer" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1425,11 +1425,11 @@ msgstr "" "\"6,192.168.2.1,192.168.2.2\" qui publie différents serveurs " "DNS à ses clients." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1441,7 +1441,7 @@ msgstr "Effacer" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1458,7 +1458,7 @@ msgstr "" msgid "Description" msgstr "Description" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "Désélectionner" @@ -1503,7 +1503,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "" @@ -1520,7 +1520,7 @@ msgstr "Diagnostics" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Répertoire" @@ -1587,10 +1587,10 @@ msgstr "Déconnecter" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1633,7 +1633,7 @@ msgid "Do not forward reverse lookups for local networks" msgstr "" "Ne pas transmettre les requêtes de recherche inverse pour les réseaux locaux" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1645,7 +1645,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1685,7 +1685,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1731,9 +1731,9 @@ msgstr "" msgid "EAP-Method" msgstr "Méthode EAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -2011,7 +2011,7 @@ msgstr "Protocole FT" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -2019,15 +2019,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Fichier" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "Fichier non accessible" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "Nom de fichier" @@ -2267,8 +2267,8 @@ msgstr "Options de réseau mondial" msgid "Go to password configuration..." msgstr "Aller à la configuration du mot de passe…" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2976,7 +2976,7 @@ msgstr "Laisser vide pour l'auto-détection" msgid "Leave empty to use the current WAN address" msgstr "Laisser vide pour utiliser l'adresse WAN actuelle" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "Légende :" @@ -3076,7 +3076,7 @@ msgstr "Charge" msgid "Load Average" msgstr "Charge moyenne" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3408,7 +3408,7 @@ msgstr "Monitor" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "Plus…" @@ -3499,8 +3499,8 @@ msgstr "" msgid "NTP server candidates" msgstr "Serveurs NTP candidats" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3548,7 +3548,7 @@ msgstr "" msgid "Next »" msgstr "Prochain »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "Non" @@ -3569,7 +3569,7 @@ msgstr "Pas de NAT-T" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3770,11 +3770,11 @@ msgstr "" msgid "Operating frequency" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Option modifiée" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Option retirée" @@ -3915,7 +3915,7 @@ msgstr "Modifier la table utilisée pour les routes internes" msgid "Overview" msgstr "Vue d\\'ensemble" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4158,7 +4158,7 @@ msgstr "Pqts." msgid "Please enter your username and password." msgstr "Saisissez votre nom d'utilisateur et mot de passe." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4593,19 +4593,19 @@ msgstr "Restaurer une sauvegarde" msgid "Reveal/hide password" msgstr "Montrer/cacher le mot de passe" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Annuler les modifications" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "Annuler les modifications" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "La demande d'annulation a échoué, statut %h" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "Annulation de la configuration…" @@ -4710,7 +4710,7 @@ msgstr "SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4721,7 +4721,7 @@ msgid "Save" msgstr "Enregistrer" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Sauvegarder et Appliquer" @@ -4743,11 +4743,11 @@ msgstr "Scan" msgid "Scheduled Tasks" msgstr "Tâches Régulières" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Section ajoutée" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Section retirée" @@ -4762,9 +4762,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4880,7 +4880,7 @@ msgstr "" msgid "Signal:" msgstr "Signal :" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Taille" @@ -4999,7 +4999,7 @@ msgstr "Démarrer" msgid "Start priority" msgstr "Priorité de démarrage" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -5124,7 +5124,7 @@ msgstr "Changer de protocole" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5234,7 +5234,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5424,7 +5424,7 @@ msgstr "" msgid "There are no active leases" msgstr "Aucun bail actif" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "Il n'y a aucun changement à appliquer" @@ -5538,8 +5538,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5762,7 +5762,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Changements non appliqués" @@ -5788,7 +5788,7 @@ msgstr "Type de protocole non pris en charge." msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5803,21 +5803,21 @@ msgstr "" msgid "Upload archive..." msgstr "Envoi de l'archive…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -6188,7 +6188,7 @@ msgstr "Écrire les requêtes DNS reçues dans syslog" msgid "Write system log to file" msgstr "Écrire les log systèmes dans un fichier" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "Oui" @@ -6410,7 +6410,7 @@ msgstr "pas de lien" msgid "non-empty value" msgstr "valeur non vide" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "Aucun" @@ -6518,7 +6518,7 @@ msgstr "inconnu" msgid "unlimited" msgstr "non limité" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/he/base.po b/modules/luci-base/po/he/base.po index aefa565917..8add8636f0 100644 --- a/modules/luci-base/po/he/base.po +++ b/modules/luci-base/po/he/base.po @@ -21,7 +21,7 @@ msgstr "" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "" @@ -57,11 +57,11 @@ msgid "-- Additional Field --" msgstr "-- שדה נוסף --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -69,7 +69,7 @@ msgstr "-- נא לבחור --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- מותאם אישית --" @@ -232,7 +232,7 @@ msgid "" "was empty before editing." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "" @@ -360,11 +360,11 @@ msgstr "הרשאות DHCPv6 פעילות" msgid "Ad-Hoc" msgstr "אד-הוק" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -649,16 +649,16 @@ msgstr "כל תחום" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -882,8 +882,8 @@ msgstr "מס' יח' גשר" msgid "Bring up on boot" msgstr "הבא באיתחול" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -914,8 +914,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -981,11 +981,11 @@ msgstr "" msgid "Chain" msgstr "שרשרת" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "שינויים" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "" @@ -1123,16 +1123,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "הגדרות" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1179,7 +1179,7 @@ msgstr "" msgid "Continue" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1391,11 +1391,11 @@ msgstr "" "הגדר אפשרויות DHCP נוספות, למשל \"6,192.168.2.1,192.168.2.2\" " "אשר מציגות שרתי DNS שונים ללקוח" -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1407,7 +1407,7 @@ msgstr "למחוק" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1424,7 +1424,7 @@ msgstr "" msgid "Description" msgstr "תיאור" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1469,7 +1469,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "" @@ -1486,7 +1486,7 @@ msgstr "אבחון" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "" @@ -1551,10 +1551,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1588,7 +1588,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1600,7 +1600,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1638,7 +1638,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1681,9 +1681,9 @@ msgstr "" msgid "EAP-Method" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1955,7 +1955,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1963,15 +1963,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "" @@ -2209,8 +2209,8 @@ msgstr "" msgid "Go to password configuration..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2903,7 +2903,7 @@ msgstr "" msgid "Leave empty to use the current WAN address" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "" @@ -3000,7 +3000,7 @@ msgstr "עומס" msgid "Load Average" msgstr "עומס ממוצע" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3324,7 +3324,7 @@ msgstr "" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3413,8 +3413,8 @@ msgstr "" msgid "NTP server candidates" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3462,7 +3462,7 @@ msgstr "" msgid "Next »" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "" @@ -3483,7 +3483,7 @@ msgstr "" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3684,11 +3684,11 @@ msgstr "" msgid "Operating frequency" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "" @@ -3827,7 +3827,7 @@ msgstr "" msgid "Overview" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4070,7 +4070,7 @@ msgstr "" msgid "Please enter your username and password." msgstr "אנא הזן את שם המשתמש והסיסמה שלך:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4503,19 +4503,19 @@ msgstr "" msgid "Reveal/hide password" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4617,7 +4617,7 @@ msgstr "" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4628,7 +4628,7 @@ msgid "Save" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "" @@ -4650,11 +4650,11 @@ msgstr "" msgid "Scheduled Tasks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "" @@ -4669,9 +4669,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4785,7 +4785,7 @@ msgstr "" msgid "Signal:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "" @@ -4900,7 +4900,7 @@ msgstr "" msgid "Start priority" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -5024,7 +5024,7 @@ msgstr "" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5129,7 +5129,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5289,7 +5289,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5383,8 +5383,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5604,7 +5604,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "" @@ -5630,7 +5630,7 @@ msgstr "" msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5645,21 +5645,21 @@ msgstr "" msgid "Upload archive..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -6020,7 +6020,7 @@ msgstr "" msgid "Write system log to file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "" @@ -6234,7 +6234,7 @@ msgstr "" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "ללא" @@ -6342,7 +6342,7 @@ msgstr "" msgid "unlimited" msgstr "ללא הגבלה" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/hi/base.po b/modules/luci-base/po/hi/base.po index eca9865b31..8bdd65d7c8 100644 --- a/modules/luci-base/po/hi/base.po +++ b/modules/luci-base/po/hi/base.po @@ -18,7 +18,7 @@ msgstr "" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d अमान्य क्षेत्र" @@ -54,11 +54,11 @@ msgid "-- Additional Field --" msgstr "अतिरिक्त अनुभाग" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -66,7 +66,7 @@ msgstr "कृपया चुने" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "--अमानक--" @@ -228,7 +228,7 @@ msgid "" "was empty before editing." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "समान नाम वाली एक निर्देशिका पहले से मौजूद है।" @@ -352,11 +352,11 @@ msgstr "सक्रिय DHCPv6 पट्टों" msgid "Ad-Hoc" msgstr "तदर्थ" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -634,16 +634,16 @@ msgstr "" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -863,8 +863,8 @@ msgstr "" msgid "Bring up on boot" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -895,8 +895,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -962,11 +962,11 @@ msgstr "" msgid "Chain" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "" @@ -1104,16 +1104,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1160,7 +1160,7 @@ msgstr "" msgid "Continue" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1368,11 +1368,11 @@ msgid "" "servers to clients." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1384,7 +1384,7 @@ msgstr "" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1401,7 +1401,7 @@ msgstr "" msgid "Description" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1446,7 +1446,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "" @@ -1463,7 +1463,7 @@ msgstr "" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "" @@ -1528,10 +1528,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1565,7 +1565,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1577,7 +1577,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1615,7 +1615,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1656,9 +1656,9 @@ msgstr "" msgid "EAP-Method" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1930,7 +1930,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1938,15 +1938,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "" @@ -2184,8 +2184,8 @@ msgstr "" msgid "Go to password configuration..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2878,7 +2878,7 @@ msgstr "" msgid "Leave empty to use the current WAN address" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "" @@ -2975,7 +2975,7 @@ msgstr "" msgid "Load Average" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3299,7 +3299,7 @@ msgstr "" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3388,8 +3388,8 @@ msgstr "" msgid "NTP server candidates" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3437,7 +3437,7 @@ msgstr "" msgid "Next »" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "" @@ -3458,7 +3458,7 @@ msgstr "" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3659,11 +3659,11 @@ msgstr "" msgid "Operating frequency" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "" @@ -3802,7 +3802,7 @@ msgstr "" msgid "Overview" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4045,7 +4045,7 @@ msgstr "" msgid "Please enter your username and password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4478,19 +4478,19 @@ msgstr "" msgid "Reveal/hide password" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4592,7 +4592,7 @@ msgstr "SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4603,7 +4603,7 @@ msgid "Save" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "" @@ -4625,11 +4625,11 @@ msgstr "" msgid "Scheduled Tasks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "" @@ -4644,9 +4644,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4760,7 +4760,7 @@ msgstr "" msgid "Signal:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "" @@ -4873,7 +4873,7 @@ msgstr "" msgid "Start priority" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -4994,7 +4994,7 @@ msgstr "" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5099,7 +5099,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5259,7 +5259,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5353,8 +5353,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5573,7 +5573,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "" @@ -5599,7 +5599,7 @@ msgstr "" msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5614,21 +5614,21 @@ msgstr "" msgid "Upload archive..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -5989,7 +5989,7 @@ msgstr "" msgid "Write system log to file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "" @@ -6203,7 +6203,7 @@ msgstr "" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "" @@ -6311,7 +6311,7 @@ msgstr "" msgid "unlimited" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/hu/base.po b/modules/luci-base/po/hu/base.po index 6995126ca0..247a27f7d0 100644 --- a/modules/luci-base/po/hu/base.po +++ b/modules/luci-base/po/hu/base.po @@ -21,7 +21,7 @@ msgstr "%.1f dB" msgid "%d Bit" msgstr "%d bit" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d érvénytelen mező" @@ -57,11 +57,11 @@ msgid "-- Additional Field --" msgstr "-- További mező --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -69,7 +69,7 @@ msgstr "-- Kérem válasszon --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- egyéni --" @@ -244,7 +244,7 @@ msgstr "" "
Megjegyzés: újra kell indítania kézzel a cron szolgáltatást, ha a " "crontab fájl üres volt a szerkesztés előtt." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "Már létezik egy ilyen nevű könyvtár." @@ -370,11 +370,11 @@ msgstr "Aktív DHCPv6 bérletek" msgid "Ad-Hoc" msgstr "Eseti" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -665,16 +665,16 @@ msgstr "Bármely zóna" msgid "Apply backup?" msgstr "Alkalmazza a biztonsági mentést?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "A kérés alkalmazása meghiúsult %h állapotkóddal" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "Kijelöletlenek alkalmazása" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "A beállítások változtatásainak alkalmazása… %d mp" @@ -906,8 +906,8 @@ msgstr "Hídegység száma" msgid "Bring up on boot" msgstr "Felhozás rendszerindításkor" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "Tallózás…" @@ -940,8 +940,8 @@ msgstr "Gyorsítótárazott" msgid "Call failed" msgstr "Hívás sikertelen" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -1007,11 +1007,11 @@ msgstr "" msgid "Chain" msgstr "Lánc" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Változtatások" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "A változtatások visszavonva." @@ -1169,16 +1169,16 @@ msgstr "" "a kulcsegyeztetés robusztusságának csökkentését okozhatja, különösen az erős " "forgalomterheléssel rendelkező környezetekben." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Beállítás" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "A beállítás változtatásai alkalmazva." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "A beállítás változtatásai vissza lettek állítva!" @@ -1225,7 +1225,7 @@ msgstr "A tartalom mentésre került." msgid "Continue" msgstr "Folytatás" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1444,11 +1444,11 @@ msgstr "" "„6,192.168.2.1,192.168.2.2”, amely különböző DNS-kiszolgálókat " "hirdet az ügyfelek részére." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1460,7 +1460,7 @@ msgstr "Törlés" msgid "Delete key" msgstr "Kulcs törlése" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "Törlési kérés sikertelen: %s" @@ -1477,7 +1477,7 @@ msgstr "Kézbesítési forgalom jelző üzenet időköze" msgid "Description" msgstr "Leírás" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "Kijelölés megszüntetése" @@ -1522,7 +1522,7 @@ msgstr "Az eszköz nem aktív" msgid "Device is restarting…" msgstr "Az eszköz újraindul…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "Az eszköz elérhetetlen!" @@ -1539,7 +1539,7 @@ msgstr "Diagnosztika" msgid "Dial number" msgstr "Szám tárcsázása" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Könyvtár" @@ -1606,10 +1606,10 @@ msgstr "Leválasztás" msgid "Disconnection attempt failed" msgstr "Leválasztási kísérlet sikertelen" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1650,7 +1650,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "Ne továbbítson fordított keresési kéréseket a helyi hálózathoz" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "Valóban törölni szeretné ezt: „%s”?" @@ -1662,7 +1662,7 @@ msgstr "Valóban törölni szeretné a következő SSH-kulcsot?" msgid "Do you really want to erase all settings?" msgstr "Valóban törölni szeretné az összes beállítást?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "Valóban törölni szeretné rekurzívan a(z) „%s” könyvtárat?" @@ -1702,7 +1702,7 @@ msgstr "Az mtdblock letöltése" msgid "Downstream SNR offset" msgstr "Belső SNR eltolás" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "Húzza az átrendezéshez" @@ -1749,9 +1749,9 @@ msgstr "EA-bitek hossza" msgid "EAP-Method" msgstr "EAP módszer" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -2029,7 +2029,7 @@ msgstr "FT protokoll" msgid "Failed to change the system password." msgstr "Nem sikerült megváltoztatni a rendszer jelszavát." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" "Nem sikerült megerősíteni az alkalmazást %d másodpercen belül, várakozás a " @@ -2039,15 +2039,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "Nem sikerült végrehajtani az „/etc/init.d/%s %s” műveletet: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Fájl" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "A fájl nem érhető el" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "Fájlnév" @@ -2292,8 +2292,8 @@ msgstr "Globális hálózati beállítások" msgid "Go to password configuration..." msgstr "Ugrás a jelszóbeállításhoz…" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -3010,7 +3010,7 @@ msgstr "Automatikus felismeréshez hagyja üresen" msgid "Leave empty to use the current WAN address" msgstr "Hagyja üresen a jelenlegi WAN-cím használatához" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "Jelmagyarázat:" @@ -3122,7 +3122,7 @@ msgstr "Terhelés" msgid "Load Average" msgstr "Átlagos terhelés" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "Könyvtártartalmak betöltése…" @@ -3454,7 +3454,7 @@ msgstr "Megfigyelés" msgid "More Characters" msgstr "Több karakter" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "Több…" @@ -3545,8 +3545,8 @@ msgstr "NT-tartomány" msgid "NTP server candidates" msgstr "NTP-kiszolgáló jelöltek" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3594,7 +3594,7 @@ msgstr "Új csatolónév…" msgid "Next »" msgstr "Következő »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "Nem" @@ -3615,7 +3615,7 @@ msgstr "Nincs NAT-T" msgid "No data received" msgstr "Nem érkezett adat" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "Nincsenek bejegyzések ebben a könyvtárban" @@ -3818,11 +3818,11 @@ msgstr "OpenConnect (CISCO AnyConnect)" msgid "Operating frequency" msgstr "Működési gyakoriság" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Beállítás megváltoztatva" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Beállítás eltávolítva" @@ -3977,7 +3977,7 @@ msgstr "A belső útvonalakhoz használt tábla felülbírálása" msgid "Overview" msgstr "Áttekintő" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "Felülírja a meglévő „%s” fájlt?" @@ -4220,7 +4220,7 @@ msgstr "csom." msgid "Please enter your username and password." msgstr "Adja meg a felhasználónevét és a jelszavát." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "Válassza ki a feltöltendő fájlt." @@ -4677,19 +4677,19 @@ msgstr "Biztonsági mentés visszaállítása" msgid "Reveal/hide password" msgstr "Jelszó felfedése/elrejtése" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Visszavonás" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "Változtatások visszavonása" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "A kérés visszavonása meghiúsult %h állapotkóddal" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "Beállítás visszaállítása…" @@ -4793,7 +4793,7 @@ msgstr "SSID" msgid "SWAP" msgstr "SWAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4804,7 +4804,7 @@ msgid "Save" msgstr "Mentés" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Mentés és alkalmazás" @@ -4826,11 +4826,11 @@ msgstr "Keresés" msgid "Scheduled Tasks" msgstr "Ütemezett feladatok" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Szakasz hozzáadva" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Szakasz eltávolítva" @@ -4848,9 +4848,9 @@ msgstr "" "akkor is ha a lemezképformátum ellenőrzése sikertelen. Csak akkor használja, " "ha biztos abban, hogy a firmware helyes és az Ön eszközéhez készült!" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "Fájl kiválasztása…" @@ -4969,7 +4969,7 @@ msgstr "Jel csillapítása (SATN)" msgid "Signal:" msgstr "Jel:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Méret" @@ -5097,7 +5097,7 @@ msgstr "Indítás" msgid "Start priority" msgstr "Indítási prioritás" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "Beállítások alkalmazásának indítása…" @@ -5224,7 +5224,7 @@ msgstr "Protokoll váltása" msgid "Switch to CIDR list notation" msgstr "Váltás CIDR lista jelölésre" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "Szimbolikus hivatkozás" @@ -5335,7 +5335,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "A beállítófájlt nem sikerült betölteni a következő hiba miatt:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5536,7 +5536,7 @@ msgstr "" msgid "There are no active leases" msgstr "Nincsenek aktív bérletek" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "Nincsenek alkalmazandó változtatások" @@ -5654,8 +5654,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5878,7 +5878,7 @@ msgstr "Leválasztás" msgid "Unnamed key" msgstr "Névtelen kulcs" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Mentetlen változtatások" @@ -5904,7 +5904,7 @@ msgstr "Nem támogatott protokolltípus." msgid "Up" msgstr "Fel" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "Feltöltés" @@ -5921,21 +5921,21 @@ msgstr "" msgid "Upload archive..." msgstr "Archívum feltöltése…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "Fájl feltöltése" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "Fájl feltöltése…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "Feltöltési kérés sikertelen: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "Fájl feltöltése…" @@ -6314,7 +6314,7 @@ msgstr "Fogadott DNS-kérések írása a rendszernaplóba" msgid "Write system log to file" msgstr "Rendszernapló írása fájlba" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "Igen" @@ -6539,7 +6539,7 @@ msgstr "nincs kapcsolat" msgid "non-empty value" msgstr "nem üres érték" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "nincs" @@ -6647,7 +6647,7 @@ msgstr "ismeretlen" msgid "unlimited" msgstr "korlátlan" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/it/base.po b/modules/luci-base/po/it/base.po index aeec6d83fd..43170e4993 100644 --- a/modules/luci-base/po/it/base.po +++ b/modules/luci-base/po/it/base.po @@ -23,7 +23,7 @@ msgstr "" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "" @@ -59,11 +59,11 @@ msgid "-- Additional Field --" msgstr "-- Campo aggiuntivo --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -71,7 +71,7 @@ msgstr "-- Per favore scegli --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- personalizzato --" @@ -246,7 +246,7 @@ msgstr "" "
Nota: devi riavviare manualmente il servizio cron se il file crontab " "era vuoto prima delle modifiche." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "" @@ -374,11 +374,11 @@ msgstr "Contratti attivi DHCPv6" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -662,16 +662,16 @@ msgstr "Qualsiasi Zona" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -894,8 +894,8 @@ msgstr "Numero Unità Ponte" msgid "Bring up on boot" msgstr "Attivare all'avvio" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -926,8 +926,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -993,11 +993,11 @@ msgstr "" msgid "Chain" msgstr "Catena" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Modifiche" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "" @@ -1145,16 +1145,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Configurazione" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1201,7 +1201,7 @@ msgstr "" msgid "Continue" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1414,11 +1414,11 @@ msgstr "" "\"6,192.168.2.1,192.168.2.2\" fornisce differenti server DNS ai " "client." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1430,7 +1430,7 @@ msgstr "Elimina" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1447,7 +1447,7 @@ msgstr "" msgid "Description" msgstr "Descrizione" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "Dispositivo irraggiungibile" @@ -1509,7 +1509,7 @@ msgstr "Diagnostica" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Cartella" @@ -1576,10 +1576,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1618,7 +1618,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "Non proseguire con le ricerche inverse per le reti locali." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1630,7 +1630,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1670,7 +1670,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1716,9 +1716,9 @@ msgstr "" msgid "EAP-Method" msgstr "Metodo EAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1992,7 +1992,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -2000,15 +2000,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "File" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "" @@ -2248,8 +2248,8 @@ msgstr "Opzioni rete globale" msgid "Go to password configuration..." msgstr "Vai alla configurazione della password..." -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2959,7 +2959,7 @@ msgstr "Lasciare vuoto per l'autorilevamento" msgid "Leave empty to use the current WAN address" msgstr "Lasciare vuoto per usare l'indirizzo WAN attuale" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "Legenda:" @@ -3058,7 +3058,7 @@ msgstr "Carico" msgid "Load Average" msgstr "Carico Medio" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3388,7 +3388,7 @@ msgstr "Monitor" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3479,8 +3479,8 @@ msgstr "" msgid "NTP server candidates" msgstr "Candidati server NTP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3528,7 +3528,7 @@ msgstr "" msgid "Next »" msgstr "Prossimo »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "" @@ -3549,7 +3549,7 @@ msgstr "" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3750,11 +3750,11 @@ msgstr "" msgid "Operating frequency" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Opzione cambiata" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Opzione cancellata" @@ -3895,7 +3895,7 @@ msgstr "Sovrascrivi la tabella usata per le route interne" msgid "Overview" msgstr "Riassunto" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4138,7 +4138,7 @@ msgstr "" msgid "Please enter your username and password." msgstr "Per favore inserisci il tuo username e la password." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4573,19 +4573,19 @@ msgstr "Ripristina backup" msgid "Reveal/hide password" msgstr "Rivela/nascondi password" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Ripristina" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4689,7 +4689,7 @@ msgstr "SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4700,7 +4700,7 @@ msgid "Save" msgstr "Salva" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Salva & applica" @@ -4722,11 +4722,11 @@ msgstr "Scan" msgid "Scheduled Tasks" msgstr "Operazioni programmate" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Sezione aggiunta" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Sezione rimossa" @@ -4741,9 +4741,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4857,7 +4857,7 @@ msgstr "" msgid "Signal:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Dimensione" @@ -4978,7 +4978,7 @@ msgstr "Inizio" msgid "Start priority" msgstr "Priorità di avvio" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -5103,7 +5103,7 @@ msgstr "Cambia protocollo" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5210,7 +5210,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5379,7 +5379,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5479,8 +5479,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5702,7 +5702,7 @@ msgstr "Smonta" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Modifiche non salvate" @@ -5728,7 +5728,7 @@ msgstr "Tipo protocollo non supportato." msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5743,21 +5743,21 @@ msgstr "" msgid "Upload archive..." msgstr "Carica archivio..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -6126,7 +6126,7 @@ msgstr "Scrittura delle richiesta DNS ricevute nel syslog" msgid "Write system log to file" msgstr "Scrivi registro di sistema su file" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "" @@ -6349,7 +6349,7 @@ msgstr "Nessun collegamento" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "nessuna" @@ -6457,7 +6457,7 @@ msgstr "sconosciuto" msgid "unlimited" msgstr "illimitato" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/ja/base.po b/modules/luci-base/po/ja/base.po index 8448251e71..d87d9ab1ab 100644 --- a/modules/luci-base/po/ja/base.po +++ b/modules/luci-base/po/ja/base.po @@ -23,7 +23,7 @@ msgstr "%.1f dB" msgid "%d Bit" msgstr "%d ビット" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "無効な入力欄: %d 個" @@ -59,11 +59,11 @@ msgid "-- Additional Field --" msgstr "-- 追加項目 --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -71,7 +71,7 @@ msgstr "-- 選択してください --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- 手動設定 --" @@ -244,7 +244,7 @@ msgstr "" "
注意: 編集前の crontab ファイルが空の場合、手動で cron サービスの再起動" "を行う必要があります。" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "同名のディレクトリが既に存在します。" @@ -367,11 +367,11 @@ msgstr "アクティブなDHCPv6リース" msgid "Ad-Hoc" msgstr "アドホック" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -659,16 +659,16 @@ msgstr "全てのゾーン" msgid "Apply backup?" msgstr "バックアップの適用" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "適用リクエストはステータス %h で失敗しました" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "チェック無しの適用" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "設定を適用中です… %d 秒" @@ -898,8 +898,8 @@ msgstr "ブリッジ ユニット番号" msgid "Bring up on boot" msgstr "デフォルトで起動する" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "参照..." @@ -930,8 +930,8 @@ msgstr "キャッシュ済" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -997,11 +997,11 @@ msgstr "" msgid "Chain" msgstr "チェイン" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "変更" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "変更は取り消されました。" @@ -1156,16 +1156,16 @@ msgstr "" "この回避策は、相互運用性の問題や、特に高負荷のトラフィック環境下におけるキー " "ネゴシエーションの信頼性低下の原因となることがあります。" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "設定" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "設定が適用されました。" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "設定はロールバックされました!" @@ -1212,7 +1212,7 @@ msgstr "内容が保存されました。" msgid "Continue" msgstr "続行" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1429,11 +1429,11 @@ msgstr "" "追加のDHCPオプションを設定します。(例:\"6,192.168.2.1,192.168.2.2\" と設定することで、クライアントに指定のDNSサーバーを通知します。)" -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1445,7 +1445,7 @@ msgstr "削除" msgid "Delete key" msgstr "公開鍵を削除" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "削除リクエスト失敗: %s" @@ -1462,7 +1462,7 @@ msgstr "Delivery Traffic Indication Message インターバル" msgid "Description" msgstr "説明" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1507,7 +1507,7 @@ msgstr "デバイスがアクティブではありません" msgid "Device is restarting…" msgstr "デバイスを再起動中..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "デバイスに到達できません" @@ -1524,7 +1524,7 @@ msgstr "診断機能" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "ディレクトリ" @@ -1591,10 +1591,10 @@ msgstr "切断" msgid "Disconnection attempt failed" msgstr "切断の試行が失敗しました" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1633,7 +1633,7 @@ msgstr "パブリック DNSサーバーが返答できなかったリクエス msgid "Do not forward reverse lookups for local networks" msgstr "ローカル ネットワークへの逆引きを転送しません" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "本当に \"%s\" を削除しますか?" @@ -1645,7 +1645,7 @@ msgstr "本当に以下の SSH 公開鍵を削除しますか?" msgid "Do you really want to erase all settings?" msgstr "本当に全ての設定を消去しますか?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "本当にディレクトリ \"%s\" を再帰的に削除しますか?" @@ -1685,7 +1685,7 @@ msgstr "mtdblock のダウンロード" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "ドラッグして並び替え" @@ -1731,9 +1731,9 @@ msgstr "EA ビット長" msgid "EAP-Method" msgstr "EAP メソッド" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -2013,7 +2013,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "システム パスワードの変更に失敗しました。" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "%d 秒以内の適用を確認できませんでした。ロールバック中です..." @@ -2021,15 +2021,15 @@ msgstr "%d 秒以内の適用を確認できませんでした。ロールバッ msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "\"/etc/init.d/%s %s\" の実行に失敗しました: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "ファイル" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "ファイル名" @@ -2272,8 +2272,8 @@ msgstr "グローバル ネットワークオプション" msgid "Go to password configuration..." msgstr "パスワード設定へ移動..." -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2982,7 +2982,7 @@ msgstr "空欄の場合、自動検知を行います" msgid "Leave empty to use the current WAN address" msgstr "空欄の場合、現在のWANアドレスを使用します" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "凡例:" @@ -3085,7 +3085,7 @@ msgstr "負荷" msgid "Load Average" msgstr "システム平均負荷" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "ディレクトリ内を読み込み中..." @@ -3417,7 +3417,7 @@ msgstr "モニター" msgid "More Characters" msgstr "文字数不足" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "さらに表示…" @@ -3508,8 +3508,8 @@ msgstr "NT ドメイン" msgid "NTP server candidates" msgstr "NTPサーバー候補" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3557,7 +3557,7 @@ msgstr "新規インターフェース名" msgid "Next »" msgstr "次 »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "いいえ" @@ -3578,7 +3578,7 @@ msgstr "NAT-Tを使用しない" msgid "No data received" msgstr "受信データ無し" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "ディレクトリ内にエントリーがありません" @@ -3781,11 +3781,11 @@ msgstr "OpenConnect (CISCO AnyConnect)" msgid "Operating frequency" msgstr "動作周波数" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "変更されるオプション" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "削除されるオプション" @@ -3934,7 +3934,7 @@ msgstr "内部ルートに使用されるテーブルを上書きします。" msgid "Overview" msgstr "概要" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "既存のファイル \"%s\" を上書きしますか?" @@ -4177,7 +4177,7 @@ msgstr "パケット" msgid "Please enter your username and password." msgstr "ユーザー名とパスワードを入力してください。" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "アップロードするファイルを選択してください。" @@ -4626,19 +4626,19 @@ msgstr "バックアップから復元する" msgid "Reveal/hide password" msgstr "パスワードを表示する/隠す" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "元に戻す" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "変更の取り消し" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "取り消しのリクエストはステータス %h で失敗しました" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "設定を元に戻しています..." @@ -4742,7 +4742,7 @@ msgstr "SSID" msgid "SWAP" msgstr "スワップ" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4753,7 +4753,7 @@ msgid "Save" msgstr "保存" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "保存 & 適用" @@ -4775,11 +4775,11 @@ msgstr "スキャン" msgid "Scheduled Tasks" msgstr "スケジュールタスク" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "追加されるセクション" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "削除されるセクション" @@ -4797,9 +4797,9 @@ msgstr "" "を選択してください。ファームウェアが正しいこと、デバイスに適していることを確" "認できている場合にのみ使用してください!" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "ファイルを選択..." @@ -4916,7 +4916,7 @@ msgstr "" msgid "Signal:" msgstr "信号:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "サイズ" @@ -5039,7 +5039,7 @@ msgstr "開始" msgid "Start priority" msgstr "優先順位" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "設定の適用を開始しています..." @@ -5165,7 +5165,7 @@ msgstr "プロトコルの切り替え" msgid "Switch to CIDR list notation" msgstr "CIDR リスト表記へ切替" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "シンボリックリンク" @@ -5274,7 +5274,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "設定ファイルは以下のエラーにより読み込めませんでした:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5466,7 +5466,7 @@ msgstr "" msgid "There are no active leases" msgstr "アクティブなリースはありません" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "適用する変更はありません" @@ -5578,8 +5578,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5801,7 +5801,7 @@ msgstr "アンマウント" msgid "Unnamed key" msgstr "名称未設定の公開鍵" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "保存されていない変更" @@ -5827,7 +5827,7 @@ msgstr "サポートされていないプロトコルタイプ" msgid "Up" msgstr "上へ" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "アップロード" @@ -5844,21 +5844,21 @@ msgstr "" msgid "Upload archive..." msgstr "アーカイブをアップロード..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "ファイルのアップロード" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "ファイルをアップロード…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "アップロード リクエスト失敗: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "ファイルのアップロード..." @@ -6231,7 +6231,7 @@ msgstr "受信したDNSリクエストをsyslogへ記録します" msgid "Write system log to file" msgstr "システムログをファイルに書き込む" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "はい" @@ -6453,7 +6453,7 @@ msgstr "リンクなし" msgid "non-empty value" msgstr "空ではない値" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "なし" @@ -6561,7 +6561,7 @@ msgstr "不明" msgid "unlimited" msgstr "無期限" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/ko/base.po b/modules/luci-base/po/ko/base.po index 093b9753cf..1328c8a609 100644 --- a/modules/luci-base/po/ko/base.po +++ b/modules/luci-base/po/ko/base.po @@ -23,7 +23,7 @@ msgstr "" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "" @@ -59,11 +59,11 @@ msgid "-- Additional Field --" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -71,7 +71,7 @@ msgstr "" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "" @@ -237,7 +237,7 @@ msgid "" "was empty before editing." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "" @@ -360,11 +360,11 @@ msgstr "Active DHCPv6 임대 목록" msgid "Ad-Hoc" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -642,16 +642,16 @@ msgstr "" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -874,8 +874,8 @@ msgstr "" msgid "Bring up on boot" msgstr "부팅시 활성화" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -906,8 +906,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -973,11 +973,11 @@ msgstr "" msgid "Chain" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "변경 사항" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "" @@ -1123,16 +1123,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "설정" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1179,7 +1179,7 @@ msgstr "" msgid "Continue" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1392,11 +1392,11 @@ msgstr "" "\"6,192.168.2.1,192.168.2.2\" 는 client 에게 다른 DNS 서버를 세" "팅하도록 권고할 수 있습니다." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1408,7 +1408,7 @@ msgstr "삭제" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1425,7 +1425,7 @@ msgstr "" msgid "Description" msgstr "설명" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1470,7 +1470,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "" @@ -1487,7 +1487,7 @@ msgstr "진단" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "" @@ -1554,10 +1554,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1594,7 +1594,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1606,7 +1606,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1644,7 +1644,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1689,9 +1689,9 @@ msgstr "" msgid "EAP-Method" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1963,7 +1963,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1971,15 +1971,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "" @@ -2217,8 +2217,8 @@ msgstr "" msgid "Go to password configuration..." msgstr "암호 설정 하기" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2912,7 +2912,7 @@ msgstr "" msgid "Leave empty to use the current WAN address" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "" @@ -3011,7 +3011,7 @@ msgstr "부하" msgid "Load Average" msgstr "부하 평균" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3335,7 +3335,7 @@ msgstr "" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3424,8 +3424,8 @@ msgstr "" msgid "NTP server candidates" msgstr "NTP 서버 목록" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3473,7 +3473,7 @@ msgstr "" msgid "Next »" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "" @@ -3494,7 +3494,7 @@ msgstr "" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3695,11 +3695,11 @@ msgstr "" msgid "Operating frequency" msgstr "동작 주파수" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "변경된 option" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "삭제된 option" @@ -3840,7 +3840,7 @@ msgstr "" msgid "Overview" msgstr "개요" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4083,7 +4083,7 @@ msgstr "Pkts." msgid "Please enter your username and password." msgstr "사용자이름과 암호를 입력해 주세요." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4518,19 +4518,19 @@ msgstr "백업 복구" msgid "Reveal/hide password" msgstr "암호 보이기/숨기기" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "변경 취소" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4634,7 +4634,7 @@ msgstr "SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4645,7 +4645,7 @@ msgid "Save" msgstr "저장" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "저장 & 적용" @@ -4667,11 +4667,11 @@ msgstr "Scan 하기" msgid "Scheduled Tasks" msgstr "작업 관리" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "추가된 section" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "삭제된 section" @@ -4686,9 +4686,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4802,7 +4802,7 @@ msgstr "" msgid "Signal:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Size" @@ -4915,7 +4915,7 @@ msgstr "시작" msgid "Start priority" msgstr "시작 우선순위" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -5039,7 +5039,7 @@ msgstr "프로토콜 변경" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5144,7 +5144,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5309,7 +5309,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5411,8 +5411,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5634,7 +5634,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "적용 안된 변경 사항" @@ -5660,7 +5660,7 @@ msgstr "" msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5675,21 +5675,21 @@ msgstr "" msgid "Upload archive..." msgstr "아카이브 업로드..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -6055,7 +6055,7 @@ msgstr "받은 DNS 요청 내용을 systlog 에 기록합니다" msgid "Write system log to file" msgstr "System log 출력 파일 경로" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "" @@ -6275,7 +6275,7 @@ msgstr "link 없음" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "" @@ -6383,7 +6383,7 @@ msgstr "" msgid "unlimited" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/mr/base.po b/modules/luci-base/po/mr/base.po index 23786b3c72..cb821c9641 100644 --- a/modules/luci-base/po/mr/base.po +++ b/modules/luci-base/po/mr/base.po @@ -19,7 +19,7 @@ msgstr "" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "" @@ -55,11 +55,11 @@ msgid "-- Additional Field --" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -67,7 +67,7 @@ msgstr "" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "" @@ -229,7 +229,7 @@ msgid "" "was empty before editing." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "" @@ -350,11 +350,11 @@ msgstr "" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -632,16 +632,16 @@ msgstr "" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -861,8 +861,8 @@ msgstr "" msgid "Bring up on boot" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -893,8 +893,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -960,11 +960,11 @@ msgstr "" msgid "Chain" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "" @@ -1102,16 +1102,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "कॉन्फिगरेशन" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1158,7 +1158,7 @@ msgstr "" msgid "Continue" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1366,11 +1366,11 @@ msgid "" "servers to clients." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1382,7 +1382,7 @@ msgstr "" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1399,7 +1399,7 @@ msgstr "" msgid "Description" msgstr "वर्णन" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1444,7 +1444,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "" @@ -1461,7 +1461,7 @@ msgstr "" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "" @@ -1526,10 +1526,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1563,7 +1563,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1575,7 +1575,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1613,7 +1613,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1654,9 +1654,9 @@ msgstr "" msgid "EAP-Method" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1928,7 +1928,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1936,15 +1936,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "" @@ -2182,8 +2182,8 @@ msgstr "" msgid "Go to password configuration..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2876,7 +2876,7 @@ msgstr "" msgid "Leave empty to use the current WAN address" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "" @@ -2973,7 +2973,7 @@ msgstr "" msgid "Load Average" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3297,7 +3297,7 @@ msgstr "" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3386,8 +3386,8 @@ msgstr "" msgid "NTP server candidates" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3435,7 +3435,7 @@ msgstr "" msgid "Next »" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "नाही" @@ -3456,7 +3456,7 @@ msgstr "" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3657,11 +3657,11 @@ msgstr "" msgid "Operating frequency" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "" @@ -3800,7 +3800,7 @@ msgstr "" msgid "Overview" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4043,7 +4043,7 @@ msgstr "" msgid "Please enter your username and password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4476,19 +4476,19 @@ msgstr "" msgid "Reveal/hide password" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4590,7 +4590,7 @@ msgstr "SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4601,7 +4601,7 @@ msgid "Save" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "" @@ -4623,11 +4623,11 @@ msgstr "" msgid "Scheduled Tasks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "" @@ -4642,9 +4642,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4758,7 +4758,7 @@ msgstr "" msgid "Signal:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "" @@ -4871,7 +4871,7 @@ msgstr "" msgid "Start priority" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -4992,7 +4992,7 @@ msgstr "" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5097,7 +5097,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5257,7 +5257,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5351,8 +5351,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5571,7 +5571,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "" @@ -5597,7 +5597,7 @@ msgstr "" msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5612,21 +5612,21 @@ msgstr "" msgid "Upload archive..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -5987,7 +5987,7 @@ msgstr "" msgid "Write system log to file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "होय" @@ -6201,7 +6201,7 @@ msgstr "" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "" @@ -6309,7 +6309,7 @@ msgstr "" msgid "unlimited" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/ms/base.po b/modules/luci-base/po/ms/base.po index d01ae22b35..0fc6278dde 100644 --- a/modules/luci-base/po/ms/base.po +++ b/modules/luci-base/po/ms/base.po @@ -22,7 +22,7 @@ msgstr "" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "" @@ -58,11 +58,11 @@ msgid "-- Additional Field --" msgstr "-- Gelanggang Tambahan --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -70,7 +70,7 @@ msgstr "-- Sila pilih --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- memperibadi --" @@ -233,7 +233,7 @@ msgid "" "was empty before editing." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "" @@ -354,11 +354,11 @@ msgstr "" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -636,16 +636,16 @@ msgstr "" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -865,8 +865,8 @@ msgstr "" msgid "Bring up on boot" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -897,8 +897,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -964,11 +964,11 @@ msgstr "" msgid "Chain" msgstr "Rantai" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Laman" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "" @@ -1106,16 +1106,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Konfigurasi" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1162,7 +1162,7 @@ msgstr "" msgid "Continue" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1370,11 +1370,11 @@ msgid "" "servers to clients." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1386,7 +1386,7 @@ msgstr "Padam" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1403,7 +1403,7 @@ msgstr "" msgid "Description" msgstr "Keterangan" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1448,7 +1448,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "" @@ -1465,7 +1465,7 @@ msgstr "" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "" @@ -1530,10 +1530,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1572,7 +1572,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1584,7 +1584,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1622,7 +1622,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1664,9 +1664,9 @@ msgstr "" msgid "EAP-Method" msgstr "EAP-Kaedah" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1938,7 +1938,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1946,15 +1946,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "" @@ -2192,8 +2192,8 @@ msgstr "" msgid "Go to password configuration..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2897,7 +2897,7 @@ msgstr "" msgid "Leave empty to use the current WAN address" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "" @@ -2994,7 +2994,7 @@ msgstr "Load" msgid "Load Average" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3318,7 +3318,7 @@ msgstr "Monitor" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3409,8 +3409,8 @@ msgstr "" msgid "NTP server candidates" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3458,7 +3458,7 @@ msgstr "" msgid "Next »" msgstr "Kemudian »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "" @@ -3479,7 +3479,7 @@ msgstr "" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3680,11 +3680,11 @@ msgstr "" msgid "Operating frequency" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "" @@ -3823,7 +3823,7 @@ msgstr "" msgid "Overview" msgstr "Keseluruhan" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4066,7 +4066,7 @@ msgstr "Pkts." msgid "Please enter your username and password." msgstr "Sila masukkan username dan kata laluan anda." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4500,19 +4500,19 @@ msgstr "Kembalikan sandaran" msgid "Reveal/hide password" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Kembali" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4616,7 +4616,7 @@ msgstr "SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4627,7 +4627,7 @@ msgid "Save" msgstr "Simpan" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Simpan & Melaksanakan" @@ -4649,11 +4649,11 @@ msgstr "Scan" msgid "Scheduled Tasks" msgstr "Tugas Jadual" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "" @@ -4668,9 +4668,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4784,7 +4784,7 @@ msgstr "" msgid "Signal:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Saiz" @@ -4897,7 +4897,7 @@ msgstr "Mula" msgid "Start priority" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -5018,7 +5018,7 @@ msgstr "" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5126,7 +5126,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5293,7 +5293,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5391,8 +5391,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5611,7 +5611,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Perubahan yang belum disimpan" @@ -5637,7 +5637,7 @@ msgstr "" msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5652,21 +5652,21 @@ msgstr "" msgid "Upload archive..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -6029,7 +6029,7 @@ msgstr "" msgid "Write system log to file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "" @@ -6243,7 +6243,7 @@ msgstr "" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "tidak ada" @@ -6351,7 +6351,7 @@ msgstr "" msgid "unlimited" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/no/base.po b/modules/luci-base/po/no/base.po index 3e8357ba8f..13f801300d 100644 --- a/modules/luci-base/po/no/base.po +++ b/modules/luci-base/po/no/base.po @@ -19,7 +19,7 @@ msgstr "" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "" @@ -55,11 +55,11 @@ msgid "-- Additional Field --" msgstr "-- Tilleggs Felt --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -67,7 +67,7 @@ msgstr "-- Vennligst velg --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- egendefinert --" @@ -237,7 +237,7 @@ msgid "" "was empty before editing." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "" @@ -365,11 +365,11 @@ msgstr "Aktive DHCPv6 Leier" msgid "Ad-Hoc" msgstr "Ad-Hoc (Uavhengig)" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -647,16 +647,16 @@ msgstr "Alle soner" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -879,8 +879,8 @@ msgstr "Bro enhetsnummer" msgid "Bring up on boot" msgstr "Slå på ved oppstart" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -911,8 +911,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -978,11 +978,11 @@ msgstr "" msgid "Chain" msgstr "Lenke" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Endringer" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "" @@ -1130,16 +1130,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Konfigurasjon" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1186,7 +1186,7 @@ msgstr "" msgid "Continue" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1398,11 +1398,11 @@ msgstr "" "Definer flere DHCP valg, f.eks \"192.168.2.1,192.168.2.2\" som " "annonserer forskjellige DNS servere til klientene." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1414,7 +1414,7 @@ msgstr "Fjern" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1431,7 +1431,7 @@ msgstr "" msgid "Description" msgstr "Beskrivelse" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1476,7 +1476,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "" @@ -1493,7 +1493,7 @@ msgstr "Nettverksdiagnostikk" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Katalog" @@ -1560,10 +1560,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1603,7 +1603,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "Ikke videresend reverserte oppslag for lokale nettverk" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1615,7 +1615,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1655,7 +1655,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1701,9 +1701,9 @@ msgstr "" msgid "EAP-Method" msgstr "EAP-metode" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1976,7 +1976,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1984,15 +1984,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Fil" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "" @@ -2231,8 +2231,8 @@ msgstr "" msgid "Go to password configuration..." msgstr "Gå til passord konfigurasjon..." -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2935,7 +2935,7 @@ msgstr "La stå tomt for automatisk oppdagelse" msgid "Leave empty to use the current WAN address" msgstr "La stå tomt for å bruke gjeldene WAN adresse" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "Forklaring:" @@ -3035,7 +3035,7 @@ msgstr "Belastning" msgid "Load Average" msgstr "Belastning Gjennomsnitt" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3364,7 +3364,7 @@ msgstr "Monitor" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3455,8 +3455,8 @@ msgstr "" msgid "NTP server candidates" msgstr "NTP server kandidater" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3504,7 +3504,7 @@ msgstr "" msgid "Next »" msgstr "Neste »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "" @@ -3525,7 +3525,7 @@ msgstr "" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3726,11 +3726,11 @@ msgstr "" msgid "Operating frequency" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Innstilling endret" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Innstilling fjernet" @@ -3871,7 +3871,7 @@ msgstr "Overstyr tabellen som brukes for interne ruter" msgid "Overview" msgstr "Oversikt" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4114,7 +4114,7 @@ msgstr "Pakker." msgid "Please enter your username and password." msgstr "Skriv inn ditt brukernavn og passord." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4551,19 +4551,19 @@ msgstr "Gjenopprett sikkerhetskopi" msgid "Reveal/hide password" msgstr "Vis/Skjul passord" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Tilbakestill" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4667,7 +4667,7 @@ msgstr "SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4678,7 +4678,7 @@ msgid "Save" msgstr "Lagre" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Lagre & Aktiver" @@ -4700,11 +4700,11 @@ msgstr "Skann" msgid "Scheduled Tasks" msgstr "Planlagte Oppgaver" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Seksjon lagt til" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Seksjon fjernet" @@ -4719,9 +4719,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4837,7 +4837,7 @@ msgstr "" msgid "Signal:" msgstr "Signal:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Størrelse" @@ -4954,7 +4954,7 @@ msgstr "Start" msgid "Start priority" msgstr "Start prioritet" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -5078,7 +5078,7 @@ msgstr "Svitsj protokoll" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5186,7 +5186,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5362,7 +5362,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5468,8 +5468,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5692,7 +5692,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Ulagrede Endringer" @@ -5718,7 +5718,7 @@ msgstr "Protokoll type er ikke støttet." msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5733,21 +5733,21 @@ msgstr "" msgid "Upload archive..." msgstr "Last opp arkiv..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -6117,7 +6117,7 @@ msgstr "Skriv mottatte DNS forespørsler til syslog" msgid "Write system log to file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "" @@ -6339,7 +6339,7 @@ msgstr "ingen forbindelse" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "ingen" @@ -6447,7 +6447,7 @@ msgstr "ukjent" msgid "unlimited" msgstr "ubegrenset" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/pl/base.po b/modules/luci-base/po/pl/base.po index da457b9256..4194c62b23 100644 --- a/modules/luci-base/po/pl/base.po +++ b/modules/luci-base/po/pl/base.po @@ -24,7 +24,7 @@ msgstr "%.1f dB" msgid "%d Bit" msgstr "%d Bit" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d nieprawidłowe pole(pola)" @@ -60,11 +60,11 @@ msgid "-- Additional Field --" msgstr "-- Dodatkowe pole --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -72,7 +72,7 @@ msgstr "-- Proszę wybrać --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- własne --" @@ -243,7 +243,7 @@ msgstr "" "
Uwaga: musisz ręcznie zrestartować usługę cron, jeśli plik crontab był " "pusty przed edycją." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "Katalog o tej samej nazwie już istnieje." @@ -374,11 +374,11 @@ msgstr "Aktywne dzierżawy DHCPv6" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -666,16 +666,16 @@ msgstr "Dowolna strefa" msgid "Apply backup?" msgstr "Czy zastosować kopię zapasową?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "Żądanie zatwierdzenia nie powiodło się ze statusem %h" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "Zastosuj Zmiany" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "Wprowadzanie zmian w konfiguracji… %ds" @@ -906,8 +906,8 @@ msgstr "Numer mostu (urządzenia)" msgid "Bring up on boot" msgstr "Podnieś przy stracie" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "Przeglądaj…" @@ -939,8 +939,8 @@ msgstr "Podręczna" msgid "Call failed" msgstr "Połączenie nieudane" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -978,8 +978,8 @@ msgid "" "Certificate constraint substring - e.g. /CN=wifi.mycompany.com
See " "`logread -f` during handshake for actual values" msgstr "" -"Certyfikat ograniczenia podciągów - np. /CN=wifi.mycompany.com
Zobacz `" -"logread -f` podczas uzgadniania wartości rzeczywistych" +"Certyfikat ograniczenia podciągów - np. /CN=wifi.mycompany.com
Zobacz " +"`logread -f` podczas uzgadniania wartości rzeczywistych" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1464 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1560 @@ -987,8 +987,8 @@ msgid "" "Certificate constraint(s) against DNS SAN values (if available)
or " "Subject CN (exact match)" msgstr "" -"Ograniczenie(-a) certyfikatu w stosunku do wartości DNS SAN (jeśli dostępne)<" -"br />lub Subject CN (dokładne dopasowanie)" +"Ograniczenie(-a) certyfikatu w stosunku do wartości DNS SAN (jeśli " +"dostępne)
lub Subject CN (dokładne dopasowanie)" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1470 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1566 @@ -1005,8 +1005,8 @@ msgid "" "Certificate constraint(s) via Subject Alternate Name values
(supported " "attributes: EMAIL, DNS, URI) - e.g. DNS:wifi.mycompany.com" msgstr "" -"Ograniczenie(-a) certyfikatu przez Subject Alternate Name values
(" -"obsługiwane atrybuty: EMAIL, DNS, URI) - np. DNS:wifi.mycompany.com" +"Ograniczenie(-a) certyfikatu przez Subject Alternate Name values
(obsługiwane atrybuty: EMAIL, DNS, URI) - np. DNS:wifi.mycompany.com" #: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:51 #: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:54 @@ -1014,11 +1014,11 @@ msgstr "" msgid "Chain" msgstr "Łańcuch" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Zmiany" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "Zmiany zostały cofnięte." @@ -1173,16 +1173,16 @@ msgstr "" "odporność kluczowych negocjacji, szczególnie w środowiskach o dużym " "natężeniu ruchu." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Konfiguracja" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "Konfiguracja została zastosowana." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "Konfiguracja została wycofana!" @@ -1229,7 +1229,7 @@ msgstr "Zawartość została zapisana." msgid "Continue" msgstr "Kontynuuj" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1447,11 +1447,11 @@ msgstr "" "Zdefiniuj dodatkowe opcje DHCP, np. \"6,192.168.2.1,192.168.2.2" "\" rozgłasza domyślne serwery DNS klientom DHCP." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1463,7 +1463,7 @@ msgstr "Usuń" msgid "Delete key" msgstr "Usuń klucz" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "Zalecane kasowanie nieudane: %s" @@ -1480,7 +1480,7 @@ msgstr "Interwał komunikatu o wskazaniu dostawy ruchu" msgid "Description" msgstr "Opis" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "Odznacz" @@ -1525,7 +1525,7 @@ msgstr "Urządzenie nieaktywne" msgid "Device is restarting…" msgstr "Urządzenie jest restartowane…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "Urządzenie nieosiągalne!" @@ -1542,7 +1542,7 @@ msgstr "Diagnostyka" msgid "Dial number" msgstr "Numer do wybrania" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Katalog" @@ -1609,10 +1609,10 @@ msgstr "Rozłącz" msgid "Disconnection attempt failed" msgstr "Próba rozłączenia nie powiodła się" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1652,7 +1652,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "Nie przekazuj wyszukiwań wstecznych (lookups) do sieci lokalnych" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "Czy jesteś pewien, że chcesz usunąć \"%s\" ?" @@ -1664,7 +1664,7 @@ msgstr "Czy na pewno chcesz usunąć następujący klucz SSH?" msgid "Do you really want to erase all settings?" msgstr "Czy jesteś pewny, że naprawdę chcesz skasować wszystkie ustawienia?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" "Czy jesteś pewien, że chcesz skasować katalog \"%s\" ze wszystkimi jego " @@ -1706,7 +1706,7 @@ msgstr "Pobierz mtdblock" msgid "Downstream SNR offset" msgstr "Kompensacja transmisji SNR" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "Przeciągnij, aby zmienić kolejność" @@ -1753,9 +1753,9 @@ msgstr "Długość EA-bits" msgid "EAP-Method" msgstr "Metoda protokołu rozszerzonego uwierzytelniania (EAP)" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -2036,7 +2036,7 @@ msgstr "Protokół FT" msgid "Failed to change the system password." msgstr "Zmiana hasła systemowego nieudana." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "Nie udało się zatwierdzić w ciągu %ds, czekam na wycofanie…" @@ -2044,15 +2044,15 @@ msgstr "Nie udało się zatwierdzić w ciągu %ds, czekam na wycofanie…" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "Nie można wykonać \"/etc/init.d/%s %s\" akcja: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Plik" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "Plik niedostępny" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "Nazwa pliku" @@ -2295,8 +2295,8 @@ msgstr "Globalne opcje sieciowe" msgid "Go to password configuration..." msgstr "Przejdź do konfiguracji hasła..." -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -3008,7 +3008,7 @@ msgstr "Pozostaw puste, aby automatycznie wykryć" msgid "Leave empty to use the current WAN address" msgstr "Pozostaw puste, aby użyć bieżącego adresu WAN" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "Legenda:" @@ -3119,7 +3119,7 @@ msgstr "Obciążenie" msgid "Load Average" msgstr "Średnie obciążenie" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "Ładowanie zawartości katalogu.…" @@ -3450,7 +3450,7 @@ msgstr "Monitor" msgid "More Characters" msgstr "Użyj więcej znaków" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "Więcej…" @@ -3541,8 +3541,8 @@ msgstr "Domena NT" msgid "NTP server candidates" msgstr "Lista serwerów NTP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3590,7 +3590,7 @@ msgstr "Nazwa nowego interfejsu…" msgid "Next »" msgstr "Następna »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "Nie" @@ -3611,7 +3611,7 @@ msgstr "Bez NAT-T" msgid "No data received" msgstr "Nie otrzymano danych" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "Brak wpisów w tym katalogu" @@ -3814,11 +3814,11 @@ msgstr "OpenConnect (CISCO AnyConnect)" msgid "Operating frequency" msgstr "Częstotliwość" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Wartość zmieniona" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Usunięto wartość" @@ -3971,7 +3971,7 @@ msgstr "Nadpisz tablicę routingu używaną dla wewnętrznych tras routowania" msgid "Overview" msgstr "Przegląd" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "Nadpisać istniejący plik \"%s\" ?" @@ -4214,7 +4214,7 @@ msgstr "Pktw." msgid "Please enter your username and password." msgstr "Proszę wprowadź swój login i hasło." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "Wybierz plik do przesłania." @@ -4667,19 +4667,19 @@ msgstr "Przywróć kopię zapasową" msgid "Reveal/hide password" msgstr "Pokaż/Ukryj hasło" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Przywróć" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "Przywróć zmiany" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "Żądanie powrotu nie powiodło się ze statusem %h" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "Przywracanie konfiguracji…" @@ -4784,7 +4784,7 @@ msgstr "SSID" msgid "SWAP" msgstr "SWAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4795,7 +4795,7 @@ msgid "Save" msgstr "Zapisz" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Zapisz i Zastosuj" @@ -4817,11 +4817,11 @@ msgstr "Skanuj" msgid "Scheduled Tasks" msgstr "Zaplanowane zadania" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Dodano sekcję" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Usunięto sekcję" @@ -4839,9 +4839,9 @@ msgstr "" "formatu obrazu nie powiodło się. Używaj tylko wtedy, gdy masz pewność że " "oprogramowanie jest poprawne i jest przeznaczone dla twojego urządzenia!" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "Wybierz plik…" @@ -4959,7 +4959,7 @@ msgstr "Tłumienie sygnału (SATN)" msgid "Signal:" msgstr "Sygnał:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Rozmiar" @@ -5085,7 +5085,7 @@ msgstr "Uruchom" msgid "Start priority" msgstr "Priorytet uruchamiania" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "Zatwierdzanie konfiguracji…" @@ -5211,7 +5211,7 @@ msgstr "Protokół przełącznika" msgid "Switch to CIDR list notation" msgstr "Przejdź do notacji listy CIDR" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "Dowiązanie symboliczne" @@ -5324,7 +5324,7 @@ msgid "The configuration file could not be loaded due to the following error:" msgstr "" "Plik konfiguracyjny nie mógł zostać załadowany z powodu następującego błędu:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5519,7 +5519,7 @@ msgstr "" msgid "There are no active leases" msgstr "Nie ma aktywnych dzierżaw" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "Nie ma żadnych zmian do zastosowania" @@ -5638,8 +5638,8 @@ msgid "" msgstr "" "Nie można użyć tej opcji, ponieważ pakiet ca-bundle nie jest zainstalowany." -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5861,7 +5861,7 @@ msgstr "Odmontuj" msgid "Unnamed key" msgstr "Klucz beznazwy" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Niezapisane zmiany" @@ -5887,7 +5887,7 @@ msgstr "Nieobsługiwany typ protokołu." msgid "Up" msgstr "Góra" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "Wyślij" @@ -5902,21 +5902,21 @@ msgstr "Prześlij obraz zgodny z sysupgrade, aby zastąpić obecny firmware." msgid "Upload archive..." msgstr "Załaduj archiwum..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "Prześlij plik" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "Prześlij plik…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "Przesyłanie nie powiodło się: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "Przesyłanie pliku…" @@ -6149,8 +6149,8 @@ msgid "" "Validate server certificate using built-in system CA bundle,
requires " "the \"ca-bundle\" package" msgstr "" -"Weryfikacja certyfikatu serwera za pomocą wbudowanego systemu CA bundle,
wymaga pakietu \"ca-bundle\"" +"Weryfikacja certyfikatu serwera za pomocą wbudowanego systemu CA bundle,
wymaga pakietu \"ca-bundle\"" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:73 msgid "Vendor" @@ -6298,7 +6298,7 @@ msgstr "Zapisz otrzymane żądania DNS do dziennika systemowego" msgid "Write system log to file" msgstr "Zapisz dziennik systemowy do pliku" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "Tak" @@ -6523,7 +6523,7 @@ msgstr "niepowiązane" msgid "non-empty value" msgstr "niepustą wartość" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "brak" @@ -6631,7 +6631,7 @@ msgstr "nieznane" msgid "unlimited" msgstr "nielimitowane" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/pt-br/base.po b/modules/luci-base/po/pt-br/base.po index 6322628e07..3570c3df9d 100644 --- a/modules/luci-base/po/pt-br/base.po +++ b/modules/luci-base/po/pt-br/base.po @@ -23,7 +23,7 @@ msgstr "%.1f dB" msgid "%d Bit" msgstr "%d Bit" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d campo(s) inválido(s)" @@ -59,11 +59,11 @@ msgid "-- Additional Field --" msgstr "-- Campo Adicional --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -71,7 +71,7 @@ msgstr "-- Por favor, escolha --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- personalizado --" @@ -254,7 +254,7 @@ msgstr "" "
Nota: se antes da edição o crontab estava vazio, é necessário reiniciar " "manualmente o serviço cron." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "Um diretório com o mesmo nome já existe." @@ -388,11 +388,11 @@ msgstr "Alocações DHCPv6 ativas" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -684,16 +684,16 @@ msgstr "Qualquer zona" msgid "Apply backup?" msgstr "Aplicar cópia de segurança?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "Pedido para aplicar falhou com o estado %h" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "Aplicar sem verificação" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "Aplicando as mudanças de configuração... %ds" @@ -927,8 +927,8 @@ msgstr "Número da ponte" msgid "Bring up on boot" msgstr "Levantar na iniciação" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "Explorar…" @@ -960,8 +960,8 @@ msgstr "Em cache" msgid "Call failed" msgstr "A chamada falhou" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -1027,11 +1027,11 @@ msgstr "" msgid "Chain" msgstr "Corrente" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Alterações" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "As mudanças foram revertidas." @@ -1188,16 +1188,16 @@ msgstr "" "compatibilidade e reduzir a robustez da negociação de chaves, especialmente " "em ambientes com muito tráfego." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Configuração" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "A configuração foi aplicada." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "A configuração foi revertida!" @@ -1244,7 +1244,7 @@ msgstr "O conteúdo foi salvo." msgid "Continue" msgstr "Continuar" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1465,11 +1465,11 @@ msgstr "" "\"6,192.168.2.1,192.168.2.2\" que anuncia diferentes servidores " "DNS para os clientes." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1481,7 +1481,7 @@ msgstr "Apagar" msgid "Delete key" msgstr "Apagar chave" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "Solicitação para apagar falhou: %s" @@ -1498,7 +1498,7 @@ msgstr "Intervalo da Mensagem Indicativa de Envio de Tráfego" msgid "Description" msgstr "Descrição" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "Remover seleção" @@ -1543,7 +1543,7 @@ msgstr "O dispositivo não está ativo" msgid "Device is restarting…" msgstr "O dispositivo está reiniciando…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "Dispositivo não alcançável!" @@ -1561,7 +1561,7 @@ msgstr "Diagnóstico" msgid "Dial number" msgstr "Número de discagem" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Diretório" @@ -1629,10 +1629,10 @@ msgstr "Desconectar" msgid "Disconnection attempt failed" msgstr "A tentativa de desconexão falhou" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1674,7 +1674,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "Não encaminhe buscas por endereço reverso das redes local" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "Você realmente deseja apagar \"%s\" ?" @@ -1686,7 +1686,7 @@ msgstr "Você realmente deseja apagar a seguinte chave SSH?" msgid "Do you really want to erase all settings?" msgstr "Você realmente deseja apagar todas as configurações?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "Você realmente deseja apagar recursivamente o diretório \"%s\" ?" @@ -1729,7 +1729,7 @@ msgstr "" "Deslocamento SNR do sinal recebido" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "Arrastar para reordenar" @@ -1777,9 +1777,9 @@ msgstr "Comprimento dos bits EA" msgid "EAP-Method" msgstr "Método EAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -2067,7 +2067,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "Falha ao alterar a senha do sistema." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" "A confirmação das mudanças na configuração não foram confirmadas em %d " @@ -2077,15 +2077,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "Falha ao executar a ação \"/etc/init.d/%s %s\": %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Arquivo" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "Arquivo não associado" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "Nome de arquivo" @@ -2332,8 +2332,8 @@ msgstr "Opção global de rede" msgid "Go to password configuration..." msgstr "Ir para a configuração de senha..." -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -3058,7 +3058,7 @@ msgstr "Deixe vazio para detectar automaticamente" msgid "Leave empty to use the current WAN address" msgstr "Deixe vazio para usar o endereço WAN atual" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "Legenda:" @@ -3174,7 +3174,7 @@ msgstr "Carga" msgid "Load Average" msgstr "Carga Média" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "Carregando conteúdo do diretório…" @@ -3511,7 +3511,7 @@ msgstr "Monitor" msgid "More Characters" msgstr "Mais Caracteres" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "Mais…" @@ -3602,8 +3602,8 @@ msgstr "Domínio NT" msgid "NTP server candidates" msgstr "Candidatos a servidor NTP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3651,7 +3651,7 @@ msgstr "Nome de nova interface…" msgid "Next »" msgstr "Próximo »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "Não" @@ -3672,7 +3672,7 @@ msgstr "Sem NAT-T" msgid "No data received" msgstr "Nenhum dado recebido" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "Nenhuma entrada neste diretório" @@ -3878,11 +3878,11 @@ msgstr "OpenConnect (CISCO AnyConnect)" msgid "Operating frequency" msgstr "Frequência de Operação" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Opção alterada" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Opção removida" @@ -4039,7 +4039,7 @@ msgstr "Sobrescrever a tabela usada para as rotas internas" msgid "Overview" msgstr "Visão Geral" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "Sobrescrever o arquivo existente \"%s\" ?" @@ -4282,7 +4282,7 @@ msgstr "Pcts." msgid "Please enter your username and password." msgstr "Entre com o seu usuário e senha." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "Por favor, selecione o arquivo para enviar." @@ -4738,20 +4738,20 @@ msgstr "Restaurar cópia de segurança" msgid "Reveal/hide password" msgstr "Relevar/esconder senha" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Reverter" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "Reverter as mudanças" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" "O pedido para reverter as configurações falhou com o estado %h" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "Revertendo configurações…" @@ -4856,7 +4856,7 @@ msgstr "SSID" msgid "SWAP" msgstr "SWAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4867,7 +4867,7 @@ msgid "Save" msgstr "Salvar" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Salvar & Aplicar" @@ -4889,11 +4889,11 @@ msgstr "Procurar" msgid "Scheduled Tasks" msgstr "Tarefas Agendadas" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Seção adicionada" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Seção removida" @@ -4911,9 +4911,9 @@ msgstr "" "do formato da imagem falhe. Use somente caso tenha certeza que o firmware " "está correto e é compatível com o seu dispositivo!" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "Selecione o arquivo…" @@ -5036,7 +5036,7 @@ msgstr "Atenuação do Sinal (SATN)" msgid "Signal:" msgstr "Sinal:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Tamanho" @@ -5163,7 +5163,7 @@ msgstr "Iniciar" msgid "Start priority" msgstr "Prioridade de iniciação" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "Iniciando a aplicação da configuração…" @@ -5290,7 +5290,7 @@ msgstr "Trocar o protocolo" msgid "Switch to CIDR list notation" msgstr "Alternar para a notação da lista CIDR" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "Link simbólico" @@ -5401,7 +5401,7 @@ msgid "The configuration file could not be loaded due to the following error:" msgstr "" "O arquivo de configuração não pode ser carregado devido ao seguinte erro:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5599,7 +5599,7 @@ msgstr "" msgid "There are no active leases" msgstr "Não há concessões de IP ativas no momento" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "Não há alterações a serem aplicadas" @@ -5716,8 +5716,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5942,7 +5942,7 @@ msgstr "Desmontar" msgid "Unnamed key" msgstr "Chave sem nome" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Alterações Não Salvas" @@ -5970,7 +5970,7 @@ msgstr "Tipo de protocolo não suportado." msgid "Up" msgstr "Acima" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "Envio" @@ -5987,21 +5987,21 @@ msgstr "" msgid "Upload archive..." msgstr "Enviar arquivo..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "Enviar arquivo" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "Enviar arquivo…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "A Solicitação de envio falhou: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "Enviando o arquivo…" @@ -6380,7 +6380,7 @@ msgstr "Escreva as requisições DNS para o servidor de registro (syslog)" msgid "Write system log to file" msgstr "Escrever registro do sistema (log) no arquivo" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "Sim" @@ -6607,7 +6607,7 @@ msgstr "sem link" msgid "non-empty value" msgstr "valor não vazio" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "nenhum" @@ -6715,7 +6715,7 @@ msgstr "desconhecido" msgid "unlimited" msgstr "ilimitado" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/pt/base.po b/modules/luci-base/po/pt/base.po index 1afb0898b1..9d9ad0ad31 100644 --- a/modules/luci-base/po/pt/base.po +++ b/modules/luci-base/po/pt/base.po @@ -23,7 +23,7 @@ msgstr "%.1f dB" msgid "%d Bit" msgstr "%d Bit" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d campo(s) inválido(s)" @@ -59,11 +59,11 @@ msgid "-- Additional Field --" msgstr "-- Campo Adicional --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -71,7 +71,7 @@ msgstr "-- Por favor escolha --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- personalizado --" @@ -251,7 +251,7 @@ msgstr "" "
Nota: você precisa reiniciar manualmente o serviço da cron se o " "ficheiro crontab estava vazio antes da edição." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "Já existe um diretório com o mesmo nome." @@ -377,11 +377,11 @@ msgstr "Concessões DHCPv6 Ativas" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -672,16 +672,16 @@ msgstr "Qualquer zona" msgid "Apply backup?" msgstr "Aplicar backup?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "Pedido para aplicar falhou com o estado %h" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "Aplicar desmarcado" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "Aplicando alterações de configuração... %ds" @@ -914,8 +914,8 @@ msgstr "Número de unidade da bridge" msgid "Bring up on boot" msgstr "Ativar com o arranque" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "Navegar…" @@ -947,8 +947,8 @@ msgstr "Em cache" msgid "Call failed" msgstr "A chamada falhou" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -986,9 +986,8 @@ msgid "" "Certificate constraint substring - e.g. /CN=wifi.mycompany.com
See " "`logread -f` during handshake for actual values" msgstr "" -"Subcadeia de restrição de certificado - por exemplo, " -"/CN=wifi.minhaempresa.pt
Veja `logread -f` durante o handshake para " -"valores reais" +"Subcadeia de restrição de certificado - por exemplo, /CN=wifi.minhaempresa." +"pt
Veja `logread -f` durante o handshake para valores reais" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1464 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1560 @@ -996,8 +995,8 @@ msgid "" "Certificate constraint(s) against DNS SAN values (if available)
or " "Subject CN (exact match)" msgstr "" -"Restrição/ões do certificado contra os valores SAN de DNS (se disponível)
ou Assunto CN (correspondência exacta)" +"Restrição/ões do certificado contra os valores SAN de DNS (se " +"disponível)
ou Assunto CN (correspondência exacta)" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1470 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1566 @@ -1005,8 +1004,8 @@ msgid "" "Certificate constraint(s) against DNS SAN values (if available)
or " "Subject CN (suffix match)" msgstr "" -"Restrição/ões do certificado contra os valores SAN de DNS (se disponível)
ou Assunto CN (correspondência de sufixos)" +"Restrição/ões do certificado contra os valores SAN de DNS (se " +"disponível)
ou Assunto CN (correspondência de sufixos)" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1458 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1554 @@ -1014,8 +1013,9 @@ msgid "" "Certificate constraint(s) via Subject Alternate Name values
(supported " "attributes: EMAIL, DNS, URI) - e.g. DNS:wifi.mycompany.com" msgstr "" -"Restrição/ões de certificado por valores de Subject Alternate Name
(" -"atributos suportados: EMAIL, DNS, URI) - por exemplo DNS:wifi.minhaempresa.pt" +"Restrição/ões de certificado por valores de Subject Alternate Name
(atributos suportados: EMAIL, DNS, URI) - por exemplo DNS:wifi.minhaempresa." +"pt" #: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:51 #: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:54 @@ -1023,11 +1023,11 @@ msgstr "" msgid "Chain" msgstr "Cadeia" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Alterações" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "As alterações foram revertidas." @@ -1182,16 +1182,16 @@ msgstr "" "a robustez da negociação de chaves, especialmente em ambientes com muito " "tráfego." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Configuração" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "A configuração foi aplicada." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "A configuração foi revertida!" @@ -1238,7 +1238,7 @@ msgstr "Os conteúdos foram gravados." msgid "Continue" msgstr "Continuar" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1457,11 +1457,11 @@ msgstr "" "\"6,192.168.2.1,192.168.2.2\" informa os clientes de diferentes " "servidores DNS." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1473,7 +1473,7 @@ msgstr "Apagar" msgid "Delete key" msgstr "Apagar chave" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "Pedido de apagar falhou: %s" @@ -1490,7 +1490,7 @@ msgstr "Intervalo da Mensagem Indicativa de Envio de Tráfego (DTIM)" msgid "Description" msgstr "Descrição" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "Desmarcar" @@ -1535,7 +1535,7 @@ msgstr "O aparelho não está ativo" msgid "Device is restarting…" msgstr "O aparelho está a reiniciar…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "Aparelho não alcançável!" @@ -1552,7 +1552,7 @@ msgstr "Diagnósticos" msgid "Dial number" msgstr "Número de discagem" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Diretório" @@ -1619,10 +1619,10 @@ msgstr "Desconectar" msgid "Disconnection attempt failed" msgstr "A tentativa de desconexão falhou" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1662,7 +1662,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "Não encaminhar lookups reversos para as redes locais" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "Quer mesmo apagar \"%s\"?" @@ -1674,7 +1674,7 @@ msgstr "Deseja mesmo apagar a seguinte chave SSH?" msgid "Do you really want to erase all settings?" msgstr "Quer mesmo apagar todas as configurações?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "Deseja mesmo apagar recursivamente o diretório \"%s\"?" @@ -1716,7 +1716,7 @@ msgstr "" "Deslocamento SNR do sinal " "recebido" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "Arraste para reordenar" @@ -1762,9 +1762,9 @@ msgstr "Comprimento dos bits EA" msgid "EAP-Method" msgstr "Método EAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -2045,7 +2045,7 @@ msgstr "Protocolo FT" msgid "Failed to change the system password." msgstr "Falha ao alterar a palavra-passe do sistema." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" "Não foi possível confirmar a aplicação das configurações dentro de %ds, " @@ -2055,15 +2055,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "Falha ao executar \"/etc/init.d/%s %s\" ação: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Ficheiro" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "Ficheiro não acessível" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "Nome do ficheiro" @@ -2308,8 +2308,8 @@ msgstr "Opções de rede globais" msgid "Go to password configuration..." msgstr "Ir para a configuração da palavra-passe…" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -3023,7 +3023,7 @@ msgstr "Deixar em branco para auto-detecção" msgid "Leave empty to use the current WAN address" msgstr "Deixar em branco para usar o endereço WAN actual" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "Legenda:" @@ -3137,7 +3137,7 @@ msgstr "Carregar" msgid "Load Average" msgstr "Carga Média" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "Carregando o conteúdo do diretório…" @@ -3475,7 +3475,7 @@ msgstr "Monitor" msgid "More Characters" msgstr "Mais Caracteres" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "Mais…" @@ -3566,8 +3566,8 @@ msgstr "Domínio NT" msgid "NTP server candidates" msgstr "Candidatos a servidor NTP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3615,7 +3615,7 @@ msgstr "Novo nome de interface…" msgid "Next »" msgstr "Seguinte »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "Não" @@ -3636,7 +3636,7 @@ msgstr "Sem NAT-T" msgid "No data received" msgstr "Nenhuns dados recebidos" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "Não há entradas neste diretório" @@ -3842,11 +3842,11 @@ msgstr "OpenConnect (CISCO AnyConnect)" msgid "Operating frequency" msgstr "Frequência de Operação" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Opção alterada" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Opção removida" @@ -4003,7 +4003,7 @@ msgstr "Sobrescrever a tabela usada para as rotas internas" msgid "Overview" msgstr "Visão Geral" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "Sustituir o ficheiro existente \"%s\" ?" @@ -4246,7 +4246,7 @@ msgstr "Pcts." msgid "Please enter your username and password." msgstr "Insira o seu username e password." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "Por favor selecione o ficheiro para upload." @@ -4700,20 +4700,20 @@ msgstr "Restaurar backup" msgid "Reveal/hide password" msgstr "Revelar/esconder password" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Reverter" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "Reverter as mudanças" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" "O pedido para reverter as configurações falhou com o estado %h" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "Revertendo configurações…" @@ -4818,7 +4818,7 @@ msgstr "SSID" msgid "SWAP" msgstr "SWAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4829,7 +4829,7 @@ msgid "Save" msgstr "Guardar" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Gravar & Aplicar" @@ -4851,11 +4851,11 @@ msgstr "Procurar" msgid "Scheduled Tasks" msgstr "Tarefas Agendadas" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Secção adicionada" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Secção removida" @@ -4873,9 +4873,9 @@ msgstr "" "do formato da imagem falhar. Use somente se você estiver confiante que a " "firmware está correta e é destinada para seu aparelho!" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "Selecione o ficheiro.…" @@ -4998,7 +4998,7 @@ msgstr "Atenuação do Sinal (SATN)" msgid "Signal:" msgstr "Sinal:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Tamanho" @@ -5125,7 +5125,7 @@ msgstr "Iniciar" msgid "Start priority" msgstr "Prioridade de inicialização" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "Iniciando a aplicação da configuração…" @@ -5252,7 +5252,7 @@ msgstr "Trocar o protocolo" msgid "Switch to CIDR list notation" msgstr "Mudar para a notação CIDR de listas" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "Ligação simbólica" @@ -5364,7 +5364,7 @@ msgid "The configuration file could not be loaded due to the following error:" msgstr "" "O ficheiros de configuração não pode ser carregado devido ao seguinte erro:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5561,7 +5561,7 @@ msgstr "" msgid "There are no active leases" msgstr "Não há arrendamentos ativos" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "Não há alterações a serem aplicadas" @@ -5678,8 +5678,8 @@ msgid "" msgstr "" "Esta opção não pode ser usada porque o pacote ca-bundle não está instalado." -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5903,7 +5903,7 @@ msgstr "Desmontar" msgid "Unnamed key" msgstr "Chave sem nome" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Alterações não Guardadas" @@ -5931,7 +5931,7 @@ msgstr "Tipo de protocolo não suportado." msgid "Up" msgstr "Acima" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "Enviar" @@ -5948,21 +5948,21 @@ msgstr "" msgid "Upload archive..." msgstr "Enviar arquivo..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "Enviar ficheiro" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "Enviar ficheiro…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "Pedido de envio falhou: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "Enviando o ficheiro…" @@ -6196,8 +6196,8 @@ msgid "" "Validate server certificate using built-in system CA bundle,
requires " "the \"ca-bundle\" package" msgstr "" -"Validar o certificado do servidor usando o pacote AC do sistema incorporado,<" -"br /> requer o pacote \"ca-bundle\"" +"Validar o certificado do servidor usando o pacote AC do sistema incorporado," +"
requer o pacote \"ca-bundle\"" #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:73 msgid "Vendor" @@ -6344,7 +6344,7 @@ msgstr "Escrever os pedidos de DNS para o syslog" msgid "Write system log to file" msgstr "Escrever registro do sistema (log) no ficheiro" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "Sim" @@ -6570,7 +6570,7 @@ msgstr "sem link" msgid "non-empty value" msgstr "valor não vazio" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "nenhum" @@ -6678,7 +6678,7 @@ msgstr "desconhecido" msgid "unlimited" msgstr "ilimitado" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/ro/base.po b/modules/luci-base/po/ro/base.po index 57e247719f..ea3c7597c5 100644 --- a/modules/luci-base/po/ro/base.po +++ b/modules/luci-base/po/ro/base.po @@ -22,7 +22,7 @@ msgstr "" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "" @@ -58,11 +58,11 @@ msgid "-- Additional Field --" msgstr "-- Camp suplimentar --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -70,7 +70,7 @@ msgstr "-- Te rog sa alegi --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- particularizat --" @@ -237,7 +237,7 @@ msgid "" "was empty before editing." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "Un director cu acelaşi nume există deja." @@ -362,11 +362,11 @@ msgstr "Lease-uri DHCPv6 active" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -646,16 +646,16 @@ msgstr "Orice Zona" msgid "Apply backup?" msgstr "Aplică backup-ul?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "Se aplică schimbările configurării… %ds" @@ -875,8 +875,8 @@ msgstr "Numarul unitatii in punte" msgid "Bring up on boot" msgstr "Activeaza la pornire" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -907,8 +907,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -974,11 +974,11 @@ msgstr "" msgid "Chain" msgstr "Lant" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Modificari" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "" @@ -1125,16 +1125,16 @@ msgstr "" "autentificare mai puțin robuste, în special în mediile cu încărcare a " "traficului mare." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Configurație" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "Noua configurație aplicată." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "Schimbările asupra configurării au fost anulate!" @@ -1181,7 +1181,7 @@ msgstr "Conţinutul a fost salvat." msgid "Continue" msgstr "Continuă" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1392,11 +1392,11 @@ msgid "" "servers to clients." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1408,7 +1408,7 @@ msgstr "Sterge" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1425,7 +1425,7 @@ msgstr "" msgid "Description" msgstr "Descriere" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1470,7 +1470,7 @@ msgstr "" msgid "Device is restarting…" msgstr "Dispozitivul repornește…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "" @@ -1487,7 +1487,7 @@ msgstr "Diagnosticuri" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Director" @@ -1554,10 +1554,10 @@ msgstr "Deconectează" msgid "Disconnection attempt failed" msgstr "Încercarea deconectării a eșuat" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1591,7 +1591,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "Sigur doriți să ștergeți \"%s\" ?" @@ -1603,7 +1603,7 @@ msgstr "Sigur doriți să ștergeți această cheie SSH?" msgid "Do you really want to erase all settings?" msgstr "Sigur doriți să ștergeți toate setările?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1641,7 +1641,7 @@ msgstr "Descarcă mtdblock-ul" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1682,9 +1682,9 @@ msgstr "" msgid "EAP-Method" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1956,7 +1956,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1964,15 +1964,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Fișier" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "Fișierul nu este accesibil" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "" @@ -2211,8 +2211,8 @@ msgstr "" msgid "Go to password configuration..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2910,7 +2910,7 @@ msgstr "" msgid "Leave empty to use the current WAN address" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "Legenda:" @@ -3007,7 +3007,7 @@ msgstr "Incărcare" msgid "Load Average" msgstr "Incărcarea medie" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3331,7 +3331,7 @@ msgstr "" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "Mai mult…" @@ -3420,8 +3420,8 @@ msgstr "" msgid "NTP server candidates" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3469,7 +3469,7 @@ msgstr "Nume nou interfață…" msgid "Next »" msgstr "Mai departe »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "Nu" @@ -3490,7 +3490,7 @@ msgstr "" msgid "No data received" msgstr "Nu sunt date recepționate" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3691,11 +3691,11 @@ msgstr "" msgid "Operating frequency" msgstr "Frecvență de operare" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Optiunea schimbata" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Optiunea eliminata" @@ -3834,7 +3834,7 @@ msgstr "" msgid "Overview" msgstr "Prezentare generală" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4077,7 +4077,7 @@ msgstr "Packete." msgid "Please enter your username and password." msgstr "Introdu utilizatorul si parola." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4512,19 +4512,19 @@ msgstr "Reface backup-ul" msgid "Reveal/hide password" msgstr "Arata / ascunde parola" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "Restabileste schimbările anterioare" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4626,7 +4626,7 @@ msgstr "SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4637,7 +4637,7 @@ msgid "Save" msgstr "Salvează" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Salveaza si aplica" @@ -4659,11 +4659,11 @@ msgstr "Scanează" msgid "Scheduled Tasks" msgstr "Operatiuni programate" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Sectiune adaugata" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Sectiune eliminata" @@ -4678,9 +4678,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "Selectează fișier…" @@ -4794,7 +4794,7 @@ msgstr "" msgid "Signal:" msgstr "Semnal:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Marime" @@ -4907,7 +4907,7 @@ msgstr "Pornește" msgid "Start priority" msgstr "Prioritatea pornirii" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -5028,7 +5028,7 @@ msgstr "Schimbă protocolul" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5133,7 +5133,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5293,7 +5293,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5389,8 +5389,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5609,7 +5609,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Modificari nesalvate" @@ -5635,7 +5635,7 @@ msgstr "Tipul de protocol neacceptat." msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5650,21 +5650,21 @@ msgstr "" msgid "Upload archive..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -6027,7 +6027,7 @@ msgstr "Scrie cererile DNS primite in syslog" msgid "Write system log to file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "Da" @@ -6241,7 +6241,7 @@ msgstr "" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "" @@ -6349,7 +6349,7 @@ msgstr "necunoscut" msgid "unlimited" msgstr "nelimitat" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/ru/base.po b/modules/luci-base/po/ru/base.po index 86dd34fa7d..71b1d59aa7 100644 --- a/modules/luci-base/po/ru/base.po +++ b/modules/luci-base/po/ru/base.po @@ -25,7 +25,7 @@ msgstr "%.1f дБ" msgid "%d Bit" msgstr "%d бит" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d неверных полей" @@ -61,11 +61,11 @@ msgid "-- Additional Field --" msgstr "-- Дополнительно --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -73,7 +73,7 @@ msgstr "-- Сделайте выбор --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- пользовательский --" @@ -247,7 +247,7 @@ msgstr "" "
Внимание: вы должны вручную перезапустить службу cron, если этот файл " "был пустым перед внесением ваших изменений." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "Директория с таким же именем уже существует." @@ -373,11 +373,11 @@ msgstr "Активные DHCPv6 аренды" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -670,16 +670,16 @@ msgstr "Любая зона" msgid "Apply backup?" msgstr "Восстановить резервную копию?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "Ошибка %h запроса на применение" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "Применить без проверки" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "Ожидание применения конфигурации... %d сек" @@ -915,8 +915,8 @@ msgstr "Номер моста" msgid "Bring up on boot" msgstr "Запустить при загрузке" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "Обзор…" @@ -948,8 +948,8 @@ msgstr "Кешировано" msgid "Call failed" msgstr "Ошибка вызова" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -987,8 +987,8 @@ msgid "" "Certificate constraint substring - e.g. /CN=wifi.mycompany.com
See " "`logread -f` during handshake for actual values" msgstr "" -"Подстрока ограничения сертификата (например, /CN=wifi.mycompany.com).
" -"См. вывод `logread -f` при рукопожатии (handshake) для получения актуальных " +"Подстрока ограничения сертификата (например, /CN=wifi.mycompany.com).
См. вывод `logread -f` при рукопожатии (handshake) для получения актуальных " "значений" #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1464 @@ -1015,8 +1015,8 @@ msgid "" "Certificate constraint(s) via Subject Alternate Name values
(supported " "attributes: EMAIL, DNS, URI) - e.g. DNS:wifi.mycompany.com" msgstr "" -"Ограничение(я) сертификата по значениям SAN (Subject Alternate Names),
" -"например, DNS:wifi.mycompany.com (поддерживаемые атрибуты EMAIL, DNS, URI)" +"Ограничение(я) сертификата по значениям SAN (Subject Alternate Names),
например, DNS:wifi.mycompany.com (поддерживаемые атрибуты EMAIL, DNS, URI)" #: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:51 #: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:54 @@ -1024,11 +1024,11 @@ msgstr "" msgid "Chain" msgstr "Цепочка" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Изменения" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "Изменения были возвращены назад." @@ -1185,16 +1185,16 @@ msgstr "" "Может вызвать проблемы совместимости и снижение надежности согласования " "нового ключа, при наличии большого трафика." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Конфигурация" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "Конфигурация применена." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "Конфигурация возвращена назад!" @@ -1241,7 +1241,7 @@ msgstr "Содержимое сохранено." msgid "Continue" msgstr "Продолжить" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1459,11 +1459,11 @@ msgstr "" "\"6,192.168.2.1,192.168.2.2\", чтобы известить клиентов о DNS-" "серверах." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1475,7 +1475,7 @@ msgstr "Удалить" msgid "Delete key" msgstr "Удалить ключ" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "Ошибка запроса на удаление: %s" @@ -1492,7 +1492,7 @@ msgstr "Интервал сообщений, регламентирующий д msgid "Description" msgstr "Описание" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "Отменить выбор" @@ -1537,7 +1537,7 @@ msgstr "Устройство не активно" msgid "Device is restarting…" msgstr "Устройство перезапускается…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "Устройство недоступно!" @@ -1554,7 +1554,7 @@ msgstr "Диагностика" msgid "Dial number" msgstr "Dial номер" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Папка" @@ -1621,10 +1621,10 @@ msgstr "Отключить" msgid "Disconnection attempt failed" msgstr "Ошибка попытки отключения" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1664,7 +1664,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "Не перенаправлять обратные DNS-запросы для локальных сетей" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "Вы действительно хотите удалить «%s»?" @@ -1676,7 +1676,7 @@ msgstr "Вы действительно хотите удалить следую msgid "Do you really want to erase all settings?" msgstr "Вы действительно хотите стереть все настройки?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "Вы действительно хотите рекурсивно удалить директорию «%s»?" @@ -1716,7 +1716,7 @@ msgstr "Скачать MTD раздел" msgid "Downstream SNR offset" msgstr "SNR offset внутренней сети" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "Перетащите, чтобы изменить порядок" @@ -1762,9 +1762,9 @@ msgstr "EA-bits длина" msgid "EAP-Method" msgstr "Метод EAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -2044,7 +2044,7 @@ msgstr "FT протокол" msgid "Failed to change the system password." msgstr "Не удалось изменить системный пароль." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "Не удалось подтвердить применение в течении %d сек., ожидание отката…" @@ -2052,15 +2052,15 @@ msgstr "Не удалось подтвердить применение в те msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "Не удалось выполнить действие «/etc/init.d/%s %s»: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Файл" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "Файл не доступен" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "Имя файла" @@ -2303,8 +2303,8 @@ msgstr "Основные настройки сети" msgid "Go to password configuration..." msgstr "Перейти к настройке пароля..." -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -3016,7 +3016,7 @@ msgstr "Оставьте поле пустым для автоопределен msgid "Leave empty to use the current WAN address" msgstr "Оставьте пустым для использования текущего адреса WAN" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "События:" @@ -3127,7 +3127,7 @@ msgstr "Загрузка" msgid "Load Average" msgstr "Средняя загрузка" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "Загрузка содержимого директории…" @@ -3460,7 +3460,7 @@ msgstr "Монитор" msgid "More Characters" msgstr "Слишком мало символов" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "Больше…" @@ -3551,8 +3551,8 @@ msgstr "NT домен" msgid "NTP server candidates" msgstr "Список NTP-серверов" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3600,7 +3600,7 @@ msgstr "Новое имя интерфейса…" msgid "Next »" msgstr "Следующий »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "Нет" @@ -3621,7 +3621,7 @@ msgstr "Без NAT-T" msgid "No data received" msgstr "Данные не получены" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "Нет элементов в этом каталоге" @@ -3824,11 +3824,11 @@ msgstr "OpenConnect (CISCO AnyConnect)" msgid "Operating frequency" msgstr "Настройка частоты" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Опция изменена" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Опция удалена" @@ -3983,7 +3983,7 @@ msgstr "Назначить таблицу внутренних маршруто msgid "Overview" msgstr "Обзор" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "Перезаписать существующий файл «%s»?" @@ -4226,7 +4226,7 @@ msgstr "пакетов" msgid "Please enter your username and password." msgstr "Введите логин и пароль." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "Пожалуйста, выберите файл для загрузки." @@ -4681,19 +4681,19 @@ msgstr "Восстановить резервную копию" msgid "Reveal/hide password" msgstr "Показать/скрыть пароль" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Вернуть" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "Вернуть изменения" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "Ошибка %h отмены конфигурации" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "Отмена конфигурации…" @@ -4797,7 +4797,7 @@ msgstr "SSID" msgid "SWAP" msgstr "Разделы подкачки (swap)" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4808,7 +4808,7 @@ msgid "Save" msgstr "Сохранить" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Сохранить и применить" @@ -4830,11 +4830,11 @@ msgstr "Поиск" msgid "Scheduled Tasks" msgstr "Запланированные задания" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Строки добавлены" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Строки удалены" @@ -4852,9 +4852,9 @@ msgstr "" "формата завершается с ошибкой. Используйте эту опцию только если уверены, " "что файл образа корректный и предназначен именно для данного устройства!" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "Выбрать файл…" @@ -4971,7 +4971,7 @@ msgstr "Затухание сигнала (SATN)" msgid "Signal:" msgstr "Сигнал:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Размер" @@ -5098,7 +5098,7 @@ msgstr "Запустить" msgid "Start priority" msgstr "Приоритет" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "Применение конфигурации…" @@ -5224,7 +5224,7 @@ msgstr "Изменить протокол" msgid "Switch to CIDR list notation" msgstr "Переключить в формат CIDR" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "Символическая ссылка" @@ -5334,7 +5334,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "Не удалось загрузить config файл из-за следующей ошибки:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5527,7 +5527,7 @@ msgstr "" msgid "There are no active leases" msgstr "Нет активных арендованных адресов" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "Нет изменений для применения" @@ -5642,8 +5642,8 @@ msgid "" msgstr "" "Эта опция не может быть использована, так как пакет ca-bundle не установлен." -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5866,7 +5866,7 @@ msgstr "Отмонтировать" msgid "Unnamed key" msgstr "Ключ без имени" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Не принятые изменения" @@ -5892,7 +5892,7 @@ msgstr "Не поддерживаемый тип протокола." msgid "Up" msgstr "Вверх" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "Загрузить" @@ -5908,21 +5908,21 @@ msgstr "" msgid "Upload archive..." msgstr "Загрузка архива..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "Загрузка файла" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "Загрузка файла…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "Ошибка запроса на загрузку: %d %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "Загрузка файла…" @@ -6305,7 +6305,7 @@ msgstr "Записывать полученные DNS-запросы в сист msgid "Write system log to file" msgstr "Записывать системные события в файл" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "Да" @@ -6529,7 +6529,7 @@ msgstr "нет соединения" msgid "non-empty value" msgstr "не пустое значение" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "ничего" @@ -6637,7 +6637,7 @@ msgstr "неизвестный" msgid "unlimited" msgstr "неограниченный" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/sk/base.po b/modules/luci-base/po/sk/base.po index 90689a4198..a7a7397de4 100644 --- a/modules/luci-base/po/sk/base.po +++ b/modules/luci-base/po/sk/base.po @@ -21,7 +21,7 @@ msgstr "%.1f dB" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d neplatných políčok" @@ -57,11 +57,11 @@ msgid "-- Additional Field --" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -69,7 +69,7 @@ msgstr "" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "" @@ -231,7 +231,7 @@ msgid "" "was empty before editing." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "" @@ -352,11 +352,11 @@ msgstr "" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -634,16 +634,16 @@ msgstr "" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -863,8 +863,8 @@ msgstr "" msgid "Bring up on boot" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -895,8 +895,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -962,11 +962,11 @@ msgstr "" msgid "Chain" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "" @@ -1104,16 +1104,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1160,7 +1160,7 @@ msgstr "" msgid "Continue" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1368,11 +1368,11 @@ msgid "" "servers to clients." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1384,7 +1384,7 @@ msgstr "" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1401,7 +1401,7 @@ msgstr "" msgid "Description" msgstr "Popis" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1446,7 +1446,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "" @@ -1463,7 +1463,7 @@ msgstr "" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "" @@ -1528,10 +1528,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1565,7 +1565,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1577,7 +1577,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1615,7 +1615,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1656,9 +1656,9 @@ msgstr "" msgid "EAP-Method" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1930,7 +1930,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1938,15 +1938,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "" @@ -2184,8 +2184,8 @@ msgstr "" msgid "Go to password configuration..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2878,7 +2878,7 @@ msgstr "" msgid "Leave empty to use the current WAN address" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "" @@ -2975,7 +2975,7 @@ msgstr "" msgid "Load Average" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3299,7 +3299,7 @@ msgstr "" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3388,8 +3388,8 @@ msgstr "" msgid "NTP server candidates" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3437,7 +3437,7 @@ msgstr "" msgid "Next »" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "" @@ -3458,7 +3458,7 @@ msgstr "" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3659,11 +3659,11 @@ msgstr "" msgid "Operating frequency" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "" @@ -3802,7 +3802,7 @@ msgstr "" msgid "Overview" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4045,7 +4045,7 @@ msgstr "" msgid "Please enter your username and password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4478,19 +4478,19 @@ msgstr "" msgid "Reveal/hide password" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4592,7 +4592,7 @@ msgstr "SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4603,7 +4603,7 @@ msgid "Save" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "" @@ -4625,11 +4625,11 @@ msgstr "" msgid "Scheduled Tasks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "" @@ -4644,9 +4644,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4760,7 +4760,7 @@ msgstr "" msgid "Signal:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "" @@ -4873,7 +4873,7 @@ msgstr "" msgid "Start priority" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -4994,7 +4994,7 @@ msgstr "" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5099,7 +5099,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5259,7 +5259,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5353,8 +5353,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5573,7 +5573,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "" @@ -5599,7 +5599,7 @@ msgstr "" msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5614,21 +5614,21 @@ msgstr "" msgid "Upload archive..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -5989,7 +5989,7 @@ msgstr "" msgid "Write system log to file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "" @@ -6203,7 +6203,7 @@ msgstr "" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "" @@ -6311,7 +6311,7 @@ msgstr "" msgid "unlimited" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/sv/base.po b/modules/luci-base/po/sv/base.po index aec46be94e..a0c01d96e4 100644 --- a/modules/luci-base/po/sv/base.po +++ b/modules/luci-base/po/sv/base.po @@ -21,7 +21,7 @@ msgstr "" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "" @@ -57,11 +57,11 @@ msgid "-- Additional Field --" msgstr "-- Ytterligare fält --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -69,7 +69,7 @@ msgstr "-- Vänligen välj --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- anpassad --" @@ -236,7 +236,7 @@ msgstr "" "
Notera att: du måste starta om cron-tjänsten om crontab-filen var tom " "innan den ändrades." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "" @@ -357,11 +357,11 @@ msgstr "Aktiva DHCPv6-kontrakt" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -642,16 +642,16 @@ msgstr "Någon zon" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -871,8 +871,8 @@ msgstr "" msgid "Bring up on boot" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "Bläddra…" @@ -904,8 +904,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -971,11 +971,11 @@ msgstr "" msgid "Chain" msgstr "Kedja" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Ändringar" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "Ändringar har återställts." @@ -1115,16 +1115,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Konfiguration" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1171,7 +1171,7 @@ msgstr "Innehåll har sparats." msgid "Continue" msgstr "Fortsätt" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1379,11 +1379,11 @@ msgid "" "servers to clients." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1395,7 +1395,7 @@ msgstr "Radera" msgid "Delete key" msgstr "Radera nyckel" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1412,7 +1412,7 @@ msgstr "" msgid "Description" msgstr "Beskrivning" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1457,7 +1457,7 @@ msgstr "Enheten är ej aktiv" msgid "Device is restarting…" msgstr "Enheten startas om…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "Enheten kan inte nås!" @@ -1474,7 +1474,7 @@ msgstr "Diagnostik" msgid "Dial number" msgstr "Slå nummer" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Mapp" @@ -1541,10 +1541,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1580,7 +1580,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "Vill du verkligen radera \"%s\" ?" @@ -1592,7 +1592,7 @@ msgstr "Vill du verkligen ta bort följande SSH-nyckel?" msgid "Do you really want to erase all settings?" msgstr "Vill du verkligen radera alla inställningar?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1632,7 +1632,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1674,9 +1674,9 @@ msgstr "" msgid "EAP-Method" msgstr "EAP-metod" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1948,7 +1948,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "Byte av systemlösenord misslyckades." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1956,15 +1956,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Fil" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "Filnamn" @@ -2202,8 +2202,8 @@ msgstr "Globala nätverksalternativ" msgid "Go to password configuration..." msgstr "Gå till lösenordskonfiguration..." -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2896,7 +2896,7 @@ msgstr "Lämna tom för att upptäcka automatiskt" msgid "Leave empty to use the current WAN address" msgstr "Lämna tom för att använda den nuvarande WAN-adressen" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "" @@ -2994,7 +2994,7 @@ msgstr "Belastning" msgid "Load Average" msgstr "Snitt-belastning" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3318,7 +3318,7 @@ msgstr "Övervaka" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3407,8 +3407,8 @@ msgstr "NT-domän" msgid "NTP server candidates" msgstr "NTP-serverkandidater" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3456,7 +3456,7 @@ msgstr "" msgid "Next »" msgstr "Nästa »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "Nej" @@ -3477,7 +3477,7 @@ msgstr "Ingen NAT-T" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3678,11 +3678,11 @@ msgstr "OpenConnect (CISCO AnyConnect)" msgid "Operating frequency" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Alternativet ändrades" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Alternativet togs bort" @@ -3821,7 +3821,7 @@ msgstr "" msgid "Overview" msgstr "Översikt" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4064,7 +4064,7 @@ msgstr "Pkt." msgid "Please enter your username and password." msgstr "Vänligen ange ditt användarnamn och lösenord." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4499,19 +4499,19 @@ msgstr "Återställ säkerhetskopian" msgid "Reveal/hide password" msgstr "Visa/göm lösenord" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Återgå" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4613,7 +4613,7 @@ msgstr "SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4624,7 +4624,7 @@ msgid "Save" msgstr "Spara" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Spara och Verkställ" @@ -4646,11 +4646,11 @@ msgstr "Skanna" msgid "Scheduled Tasks" msgstr "Schemalagda uppgifter" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Sektionen lades till" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Sektionen togs bort" @@ -4665,9 +4665,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4781,7 +4781,7 @@ msgstr "" msgid "Signal:" msgstr "Signal:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Storlek" @@ -4894,7 +4894,7 @@ msgstr "Starta" msgid "Start priority" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -5015,7 +5015,7 @@ msgstr "Byt protokoll" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5120,7 +5120,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5280,7 +5280,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5376,8 +5376,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5598,7 +5598,7 @@ msgstr "Avmontera" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Osparade ändringar" @@ -5624,7 +5624,7 @@ msgstr "Protokolltypen stöds inte." msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5639,21 +5639,21 @@ msgstr "" msgid "Upload archive..." msgstr "Ladda upp arkiv..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -6015,7 +6015,7 @@ msgstr "Skriv mottagna DNS-förfrågningar till syslogg" msgid "Write system log to file" msgstr "Skriv systemlogg till fil" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "Ja" @@ -6231,7 +6231,7 @@ msgstr "ingen länk" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "ingen" @@ -6339,7 +6339,7 @@ msgstr "okänd" msgid "unlimited" msgstr "obegränsat" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/templates/base.pot b/modules/luci-base/po/templates/base.pot index 8bd2694b30..49676c0ed5 100644 --- a/modules/luci-base/po/templates/base.pot +++ b/modules/luci-base/po/templates/base.pot @@ -10,7 +10,7 @@ msgstr "" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "" @@ -46,11 +46,11 @@ msgid "-- Additional Field --" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -58,7 +58,7 @@ msgstr "" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "" @@ -220,7 +220,7 @@ msgid "" "was empty before editing." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "" @@ -341,11 +341,11 @@ msgstr "" msgid "Ad-Hoc" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -623,16 +623,16 @@ msgstr "" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -852,8 +852,8 @@ msgstr "" msgid "Bring up on boot" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -884,8 +884,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -951,11 +951,11 @@ msgstr "" msgid "Chain" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "" @@ -1093,16 +1093,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1149,7 +1149,7 @@ msgstr "" msgid "Continue" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1357,11 +1357,11 @@ msgid "" "servers to clients." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1373,7 +1373,7 @@ msgstr "" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1390,7 +1390,7 @@ msgstr "" msgid "Description" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1435,7 +1435,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "" @@ -1452,7 +1452,7 @@ msgstr "" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "" @@ -1517,10 +1517,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1554,7 +1554,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1566,7 +1566,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1604,7 +1604,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1645,9 +1645,9 @@ msgstr "" msgid "EAP-Method" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1919,7 +1919,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1927,15 +1927,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "" @@ -2173,8 +2173,8 @@ msgstr "" msgid "Go to password configuration..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2867,7 +2867,7 @@ msgstr "" msgid "Leave empty to use the current WAN address" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "" @@ -2964,7 +2964,7 @@ msgstr "" msgid "Load Average" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3288,7 +3288,7 @@ msgstr "" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3377,8 +3377,8 @@ msgstr "" msgid "NTP server candidates" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3426,7 +3426,7 @@ msgstr "" msgid "Next »" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "" @@ -3447,7 +3447,7 @@ msgstr "" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3648,11 +3648,11 @@ msgstr "" msgid "Operating frequency" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "" @@ -3791,7 +3791,7 @@ msgstr "" msgid "Overview" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4034,7 +4034,7 @@ msgstr "" msgid "Please enter your username and password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4467,19 +4467,19 @@ msgstr "" msgid "Reveal/hide password" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4581,7 +4581,7 @@ msgstr "" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4592,7 +4592,7 @@ msgid "Save" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "" @@ -4614,11 +4614,11 @@ msgstr "" msgid "Scheduled Tasks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "" @@ -4633,9 +4633,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4749,7 +4749,7 @@ msgstr "" msgid "Signal:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "" @@ -4862,7 +4862,7 @@ msgstr "" msgid "Start priority" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -4983,7 +4983,7 @@ msgstr "" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5088,7 +5088,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5248,7 +5248,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5342,8 +5342,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5562,7 +5562,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "" @@ -5588,7 +5588,7 @@ msgstr "" msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5603,21 +5603,21 @@ msgstr "" msgid "Upload archive..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -5978,7 +5978,7 @@ msgstr "" msgid "Write system log to file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "" @@ -6192,7 +6192,7 @@ msgstr "" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "" @@ -6300,7 +6300,7 @@ msgstr "" msgid "unlimited" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/tr/base.po b/modules/luci-base/po/tr/base.po index 674ef6ff9d..a74dd2651f 100644 --- a/modules/luci-base/po/tr/base.po +++ b/modules/luci-base/po/tr/base.po @@ -24,7 +24,7 @@ msgstr "%.1f dB" msgid "%d Bit" msgstr "%d Bit" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d geçersiz alan(lar)" @@ -60,11 +60,11 @@ msgid "-- Additional Field --" msgstr "-- Ek Alan--" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -72,7 +72,7 @@ msgstr "-- Lütfen seçiniz --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- özel --" @@ -241,7 +241,7 @@ msgid "" "was empty before editing." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "" @@ -366,11 +366,11 @@ msgstr "Aktif DHCPv6 Kiraları" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -653,16 +653,16 @@ msgstr "" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -882,8 +882,8 @@ msgstr "" msgid "Bring up on boot" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -914,8 +914,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -981,11 +981,11 @@ msgstr "" msgid "Chain" msgstr "Zincir" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Değişiklikler" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "" @@ -1125,16 +1125,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "" @@ -1181,7 +1181,7 @@ msgstr "" msgid "Continue" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1389,11 +1389,11 @@ msgid "" "servers to clients." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1405,7 +1405,7 @@ msgstr "Sil" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1422,7 +1422,7 @@ msgstr "" msgid "Description" msgstr "Açıklama" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1467,7 +1467,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "Cihaz ulaşılamaz!" @@ -1484,7 +1484,7 @@ msgstr "Tanı" msgid "Dial number" msgstr "Arama numarası" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Dizin" @@ -1551,10 +1551,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "Bağlantı kesme girişimi başarısız oldu" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1588,7 +1588,7 @@ msgstr "" msgid "Do not forward reverse lookups for local networks" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1600,7 +1600,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1638,7 +1638,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1679,9 +1679,9 @@ msgstr "" msgid "EAP-Method" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1953,7 +1953,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1961,15 +1961,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "" @@ -2207,8 +2207,8 @@ msgstr "" msgid "Go to password configuration..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2901,7 +2901,7 @@ msgstr "" msgid "Leave empty to use the current WAN address" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "" @@ -2998,7 +2998,7 @@ msgstr "" msgid "Load Average" msgstr "Ortalama Yük" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3322,7 +3322,7 @@ msgstr "" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3411,8 +3411,8 @@ msgstr "" msgid "NTP server candidates" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3460,7 +3460,7 @@ msgstr "" msgid "Next »" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "" @@ -3481,7 +3481,7 @@ msgstr "" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3682,11 +3682,11 @@ msgstr "" msgid "Operating frequency" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "" @@ -3825,7 +3825,7 @@ msgstr "" msgid "Overview" msgstr "Genel Bakış" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4068,7 +4068,7 @@ msgstr "" msgid "Please enter your username and password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4501,19 +4501,19 @@ msgstr "Yedeklemeyi geri yükle" msgid "Reveal/hide password" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Dönmek" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "Değişiklikleri geri al" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "" @@ -4616,7 +4616,7 @@ msgstr "SSID" msgid "SWAP" msgstr "TAKAS" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4627,7 +4627,7 @@ msgid "Save" msgstr "Kaydet" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Kaydet & Uygula" @@ -4649,11 +4649,11 @@ msgstr "Tara" msgid "Scheduled Tasks" msgstr "Zamanlanmış Görevler" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Bölüm eklendi" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Bölüm kaldırıldı" @@ -4668,9 +4668,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4784,7 +4784,7 @@ msgstr "Sinyal Zayıflama (SATN)" msgid "Signal:" msgstr "Sinyal:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Boyut" @@ -4897,7 +4897,7 @@ msgstr "Başlat" msgid "Start priority" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "" @@ -5018,7 +5018,7 @@ msgstr "" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5123,7 +5123,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5283,7 +5283,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5377,8 +5377,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5597,7 +5597,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "" @@ -5623,7 +5623,7 @@ msgstr "" msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5638,21 +5638,21 @@ msgstr "" msgid "Upload archive..." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -6013,7 +6013,7 @@ msgstr "" msgid "Write system log to file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "" @@ -6229,7 +6229,7 @@ msgstr "bağlantı yok" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "hiçbiri" @@ -6337,7 +6337,7 @@ msgstr "bilinmeyen" msgid "unlimited" msgstr "sınırsız" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po index ba700df2a0..d946d9810a 100644 --- a/modules/luci-base/po/uk/base.po +++ b/modules/luci-base/po/uk/base.po @@ -22,7 +22,7 @@ msgstr "%.1f дБ" msgid "%d Bit" msgstr "%d біт" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d неприпустимі поля" @@ -58,11 +58,11 @@ msgid "-- Additional Field --" msgstr "-- Додаткові поля --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -70,7 +70,7 @@ msgstr "-- Оберіть --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- нетипово --" @@ -256,7 +256,7 @@ msgstr "" "
Примітка: якщо перед редагуванням, файл crontab був порожній, вам " "потрібно вручну перезапустити служби cron." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "Каталог з такою ж назвою вже існує." @@ -388,11 +388,11 @@ msgstr "Активні оренди DHCPv6" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -684,16 +684,16 @@ msgstr "Будь-яка зона" msgid "Apply backup?" msgstr "Застосувати резервну копію?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "Сталася помилка запиту на застосування зі статусом %h" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "Застосувати без перевірки" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "Очікування на застосування конфігурації… %d c" @@ -924,8 +924,8 @@ msgstr "Номер моста" msgid "Bring up on boot" msgstr "Піднімати при завантаженні" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "Огляд…" @@ -957,8 +957,8 @@ msgstr "Кешовано" msgid "Call failed" msgstr "Не вдалося здійснити виклик" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -1024,11 +1024,11 @@ msgstr "" msgid "Chain" msgstr "Ланцюжок" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Зміни" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "Зміни було скасовано." @@ -1182,16 +1182,16 @@ msgstr "" "Може викликати проблеми сумісності та зниження стійкості узгодження ключа, " "особливо в середовищах з великою завантаженістю трафіку." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Конфігурація" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "Зміни конфігурації застосовано." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "Зміни конфігурації було скасовано!" @@ -1238,7 +1238,7 @@ msgstr "Вміст збережено." msgid "Continue" msgstr "Продовжити" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1460,11 +1460,11 @@ msgstr "" "\"6,192.168.2.1,192.168.2.2\", щоб оголошувати різні DNS-" "сервери для клієнтів." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1476,7 +1476,7 @@ msgstr "Видалити" msgid "Delete key" msgstr "Видалити ключ" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "Помилка запиту на видалення: %s" @@ -1493,7 +1493,7 @@ msgstr "Інтервал повідомлень індикації доправ msgid "Description" msgstr "Опис" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "Скасувати вибір" @@ -1538,7 +1538,7 @@ msgstr "Пристрій не є активним" msgid "Device is restarting…" msgstr "Пристрій перезавантажується…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "Пристрій недосяжний!" @@ -1555,7 +1555,7 @@ msgstr "Діагностика" msgid "Dial number" msgstr "Набір номера" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Каталог" @@ -1622,10 +1622,10 @@ msgstr "Від’єднати" msgid "Disconnection attempt failed" msgstr "Спроба від'єднання не вдалася" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1668,7 +1668,7 @@ msgstr "" "Не переспрямовувати зворотні DNS-запити для локальних мереж" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "Справді видалити \"%s\"?" @@ -1680,7 +1680,7 @@ msgstr "Справді видалити такий SSH ключ?" msgid "Do you really want to erase all settings?" msgstr "Справді стерти всі налаштування?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "Справді рекурсивно видалити каталог \"%s\"?" @@ -1721,7 +1721,7 @@ msgstr "Завантажити mtdblock" msgid "Downstream SNR offset" msgstr "Низхідний зсув SNR" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "Перетягніть, щоб змінити порядок" @@ -1768,9 +1768,9 @@ msgstr "Довжина EA-бітів" msgid "EAP-Method" msgstr "Метод EAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -2049,7 +2049,7 @@ msgstr "Протокол FT" msgid "Failed to change the system password." msgstr "Не вдалося змінити системний пароль." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "Не вдалося підтвердити застосування на протязі %d с, очікуємо відкату…" @@ -2057,15 +2057,15 @@ msgstr "Не вдалося підтвердити застосування на msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "Не вдалося виконати дію \"/etc/init.d/%s %s\": %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Файл" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "Файл недоступний" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "Ім'я файлу" @@ -2307,8 +2307,8 @@ msgstr "Глобальні параметри мережі" msgid "Go to password configuration..." msgstr "Перейти до конфігурації пароля..." -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -3027,7 +3027,7 @@ msgstr "Залиште поле порожнім для автовизначен msgid "Leave empty to use the current WAN address" msgstr "Залиште порожнім, щоб використовувати поточну адресу WAN" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "Легенда:" @@ -3146,7 +3146,7 @@ msgstr "Навантаження" msgid "Load Average" msgstr "Середнє навантаження" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "Завантаження вмісту каталогу…" @@ -3481,7 +3481,7 @@ msgstr "Диспетчер" msgid "More Characters" msgstr "Більше символів" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "Докладніше…" @@ -3572,8 +3572,8 @@ msgstr "Домен NT" msgid "NTP server candidates" msgstr "Сервери NTP – кандидати для синхронізації" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3621,7 +3621,7 @@ msgstr "Нова назва інтерфейсу…" msgid "Next »" msgstr "Наступний »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "Немає" @@ -3642,7 +3642,7 @@ msgstr "Немає NAT-T" msgid "No data received" msgstr "Жодних даних не отримано" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "У цьому каталозі немає записів" @@ -3843,11 +3843,11 @@ msgstr "OpenConnect (CISCO AnyConnect)" msgid "Operating frequency" msgstr "Робоча частота" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Опція змінена" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Опція видалена" @@ -4004,7 +4004,7 @@ msgstr "" msgid "Overview" msgstr "Огляд" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "Перезаписати існуючий файл \"%s\"?" @@ -4249,7 +4249,7 @@ msgstr "пакетів" msgid "Please enter your username and password." msgstr "Введіть ім'я користувача і пароль." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "Виберіть файл для відвантаження." @@ -4702,19 +4702,19 @@ msgstr "Відновити з резервної копії" msgid "Reveal/hide password" msgstr "Показати/приховати пароль" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Скасувати" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "Скасувати зміни" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "Помилка запиту на скасування зі статусом %h" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "Відкат конфігурації…" @@ -4818,7 +4818,7 @@ msgstr "SSID" msgid "SWAP" msgstr "SWAP" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4829,7 +4829,7 @@ msgid "Save" msgstr "Зберегти" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Зберегти і застосувати" @@ -4851,11 +4851,11 @@ msgstr "Сканувати" msgid "Scheduled Tasks" msgstr "Заплановані завдання" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Секцію додано" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Секцію видалено" @@ -4873,9 +4873,9 @@ msgstr "" "виберіть \"Примусове оновлення\". Використовуйте тільки якщо ви впевнені, що " "мікропрограма є правильною і призначена для вашого пристрою!" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "Виберіть файл…" @@ -4995,7 +4995,7 @@ msgstr "Затухання сигналу (SATN)" msgid "Signal:" msgstr "Сигнал:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Розмір" @@ -5122,7 +5122,7 @@ msgstr "Запустити" msgid "Start priority" msgstr "Стартовий пріоритет" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "Розпочато застосування конфігурації…" @@ -5249,7 +5249,7 @@ msgstr "Протокол комутатора" msgid "Switch to CIDR list notation" msgstr "Перейти до позначення списку CIDR" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "Символічне посилання" @@ -5360,7 +5360,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "Файл конфігурації не вдалося завантажити через таку помилку:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5556,7 +5556,7 @@ msgstr "" msgid "There are no active leases" msgstr "Немає жодних активних оренд" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "Немає жодних змін до застосування" @@ -5672,8 +5672,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5896,7 +5896,7 @@ msgstr "Демонтувати" msgid "Unnamed key" msgstr "Безіменний ключ" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Незбережені зміни" @@ -5922,7 +5922,7 @@ msgstr "Непідтримуваний тип протоколу." msgid "Up" msgstr "Вгору" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "Відвантажити" @@ -5939,21 +5939,21 @@ msgstr "" msgid "Upload archive..." msgstr "Відвантажити архів…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "Відвантажити файл" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "Відвантажити файл…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "Не вдалося виконати запит на відвантаження: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "Відвантаження файлу…" @@ -6333,7 +6333,7 @@ msgstr "Записувати отримані DNS-запити до систем msgid "Write system log to file" msgstr "Записувати cистемний журнал до файлу" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "Так" @@ -6559,7 +6559,7 @@ msgstr "нема з'єднання" msgid "non-empty value" msgstr "непусте значення" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "нема нічого" @@ -6667,7 +6667,7 @@ msgstr "невідомий" msgid "unlimited" msgstr "необмежений" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/vi/base.po b/modules/luci-base/po/vi/base.po index f6235b6d24..abff10f409 100644 --- a/modules/luci-base/po/vi/base.po +++ b/modules/luci-base/po/vi/base.po @@ -23,7 +23,7 @@ msgstr "" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d trường không hợp lệ" @@ -59,11 +59,11 @@ msgid "-- Additional Field --" msgstr "---Mục bổ sung---" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -71,7 +71,7 @@ msgstr "--Hãy chọn--" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "--tùy chỉnh--" @@ -245,7 +245,7 @@ msgstr "" "
Note: bạn cần tự khởi động lại dich vụ cron nếu file crontab rỗng trước " "khi được chỉnh sửa." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "thư mục có tên này đã tồn tại" @@ -373,11 +373,11 @@ msgstr "Khởi động xin id từ DHCPv6" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -659,16 +659,16 @@ msgstr "" msgid "Apply backup?" msgstr "Chấp nhận sao lưu?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "Áp dụng yêu cầu không thành công với trạng thái %h" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "Áp dụng không kiểm tra" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "Đợi cấu hình được áp dụng... %ds" @@ -898,8 +898,8 @@ msgstr "Số cầu nối" msgid "Bring up on boot" msgstr "Áp dụng khi khởi động" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "Duyệt..." @@ -930,8 +930,8 @@ msgstr "" msgid "Call failed" msgstr "Liên lạc thất bại" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -997,11 +997,11 @@ msgstr "" msgid "Chain" msgstr "chuỗi" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "Thay đổi" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "Những thay đổi đã được phục hồi" @@ -1149,16 +1149,16 @@ msgstr "" "khóa. Cách khắc phục này có thể gây ra các vấn đề về khả năng tương tác và " "giảm độ mạnh của khóa, đặc biệt là trong các môi trường có lưu lượng tải lớn." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "Cấu hình" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "Cấu hình đã được áp dụng" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "Cấu hình đã được hoàn lại!" @@ -1205,7 +1205,7 @@ msgstr "Nội dung đã được lưu" msgid "Continue" msgstr "Tiếp tục" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1420,11 +1420,11 @@ msgid "" "servers to clients." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1436,7 +1436,7 @@ msgstr "Xóa" msgid "Delete key" msgstr "Xóa chìa khóa" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "Yêu cầu xóa thất bại: %s" @@ -1453,7 +1453,7 @@ msgstr "Chu kỳ thông báo chỉ thị lưu thông" msgid "Description" msgstr "Mô tả" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "Bỏ chọn" @@ -1498,7 +1498,7 @@ msgstr "thiết bị chưa được kích hoạt" msgid "Device is restarting…" msgstr "Khởi động lại thiết bị ..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "Thiết bị không thể truy cập! " @@ -1515,7 +1515,7 @@ msgstr "Phân tích" msgid "Dial number" msgstr "Quay số" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "Danh mục" @@ -1582,10 +1582,10 @@ msgstr "Ngắt kết nối" msgid "Disconnection attempt failed" msgstr "Kết nối thất bại" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1624,7 +1624,7 @@ msgstr "Không chuyển tiếp yêu cầu mà máy chủ tên công cộng khôn msgid "Do not forward reverse lookups for local networks" msgstr "Không chuyển tiếp tra cứu ngược cho các mạng cục bộ" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "Bạn thật sự muốn xóa \"%s\" ?" @@ -1636,7 +1636,7 @@ msgstr "Bạn thật sự muốn xóa khóa SSH này?" msgid "Do you really want to erase all settings?" msgstr "Bạn có thật sự muốn xóa tất cả cài đặt này?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "Bạn thật sự muốn xóa toàn bộ thư mục \"%s\" ?" @@ -1676,7 +1676,7 @@ msgstr "Tải xuống mtdblock" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "Kéo để tổ chức lại" @@ -1722,9 +1722,9 @@ msgstr "Độ dài EA-bits" msgid "EAP-Method" msgstr "EAP-Method" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -2001,7 +2001,7 @@ msgstr "Giao thức FT" msgid "Failed to change the system password." msgstr "Đổi mật khẩu hệ thống thất bại" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "Thất bại khi xác thực áp dụng %ds, đợi làm lại..." @@ -2009,15 +2009,15 @@ msgstr "Thất bại khi xác thực áp dụng %ds, đợi làm lại..." msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "Thất bại khi thực thi \"/etc/init.d/%s %s\" hành động: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "Tệp tin" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "Tệp tin không thể truy cập" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "Tên tệp" @@ -2260,8 +2260,8 @@ msgstr "Tùy chọn mạng toàn cầu" msgid "Go to password configuration..." msgstr "Tới trang cài đặt mật khẩu..." -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2972,7 +2972,7 @@ msgstr "Để trống để tự động phát hiện" msgid "Leave empty to use the current WAN address" msgstr "Để trống để sử dụng địa chỉ WAN hiện tại" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "" @@ -3081,7 +3081,7 @@ msgstr "Tải " msgid "Load Average" msgstr "Tải trung bình" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "Đang tải nội dung thư mục..." @@ -3410,7 +3410,7 @@ msgstr "Monitor" msgid "More Characters" msgstr "Thêm đặc điểm" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "thêm ..." @@ -3501,8 +3501,8 @@ msgstr "" msgid "NTP server candidates" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3550,7 +3550,7 @@ msgstr "Tên giao diện mạng mới..." msgid "Next »" msgstr "Tiếp »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "Không" @@ -3571,7 +3571,7 @@ msgstr "Không NAT-T" msgid "No data received" msgstr "Không có data nhận được" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "Không có gì trong đường dẫn này" @@ -3774,11 +3774,11 @@ msgstr "" msgid "Operating frequency" msgstr "Tần số hoạt động" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "Thay đổi tùy chỉnh" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "Xóa tùy chỉnh" @@ -3932,7 +3932,7 @@ msgstr "Ghi đè bảng được sử dụng cho định tuyến nội bộ" msgid "Overview" msgstr "Tổng quan" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "Ghi đè tệp đã tồn tại \"%s\" ?" @@ -4175,7 +4175,7 @@ msgstr "" msgid "Please enter your username and password." msgstr "Nhập tên và mật mã" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4630,19 +4630,19 @@ msgstr "Phục hồi backup" msgid "Reveal/hide password" msgstr "Hiển thị/ẩn mật khẩu" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "Hoàn nguyên" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "Hoàn nguyên thay đổi" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "Yêu cầu hoàn nguyên không thành công với trạng thái %h" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "Đang hoàn nguyên cấu hình .." @@ -4746,7 +4746,7 @@ msgstr "SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4757,7 +4757,7 @@ msgid "Save" msgstr "Lưu" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "Lưu & áp dụng " @@ -4779,11 +4779,11 @@ msgstr "quét" msgid "Scheduled Tasks" msgstr "Nhiệm vụ theo lịch trình" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "Thêm mục" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "Xóa mục" @@ -4801,9 +4801,9 @@ msgstr "" "phần mềm không thành công. Chỉ chọn nếu bạn có thể chắc chắc rằng phần mềm " "này tương thích với thiết bị của bạn" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "Chọn tệp" @@ -4920,7 +4920,7 @@ msgstr "Độ suy hao tín hiệu (SATN)" msgid "Signal:" msgstr "Tín hiệu:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "Dung lượng " @@ -5043,7 +5043,7 @@ msgstr "Bắt đầu " msgid "Start priority" msgstr "Bắt đầu ưu tiên" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "Đang áp dụng cáu hình ..." @@ -5170,7 +5170,7 @@ msgstr "Đổi giao thức" msgid "Switch to CIDR list notation" msgstr "Chuyển sang ký hiệu danh sách CIDR" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "Đường dẫn tham chiếu" @@ -5277,7 +5277,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5466,7 +5466,7 @@ msgstr "" msgid "There are no active leases" msgstr "Không có máy được cấp IP nào hoạt động" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "Không có thay đổi nào để áp dụng" @@ -5578,8 +5578,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5802,7 +5802,7 @@ msgstr "Hủy gắn kết" msgid "Unnamed key" msgstr "Khóa không tên" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "Thay đổi không lưu" @@ -5828,7 +5828,7 @@ msgstr "Giao thức này không được hỗ trợ" msgid "Up" msgstr "Lên" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "Tải lên" @@ -5845,21 +5845,21 @@ msgstr "" msgid "Upload archive..." msgstr "Tải dữ liệu lên ..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "Tải tập tin lên" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "Đang tải tin lên ..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "Yêu cầu tải thất bại: %s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "Đang tải tin lên ..." @@ -6234,7 +6234,7 @@ msgstr "Viết yêu cầu DNS nhận được vào nhật ký hệ thống" msgid "Write system log to file" msgstr "Viết nhật ký hệ thống vào một tệp" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "Có" @@ -6459,7 +6459,7 @@ msgstr "Không có liên kết" msgid "non-empty value" msgstr "Giá trị không rỗng" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "không" @@ -6567,7 +6567,7 @@ msgstr "Không xác định" msgid "unlimited" msgstr "Không giới hạn" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/zh-cn/base.po b/modules/luci-base/po/zh-cn/base.po index f7d74ec09e..daf1776ee9 100644 --- a/modules/luci-base/po/zh-cn/base.po +++ b/modules/luci-base/po/zh-cn/base.po @@ -23,7 +23,7 @@ msgstr "%.1f dB" msgid "%d Bit" msgstr "%d Bit" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "%d 个无效字段" @@ -59,11 +59,11 @@ msgid "-- Additional Field --" msgstr "-- 更多选项 --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -71,7 +71,7 @@ msgstr "-- 请选择 --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- 自定义 --" @@ -242,7 +242,7 @@ msgid "" msgstr "" "
注意:如果 crontab 文件在编辑前为空,则需要手动重新启动 cron 服务。" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "已存在同名的目录。" @@ -365,11 +365,11 @@ msgstr "已分配的 DHCPv6 租约" msgid "Ad-Hoc" msgstr "点对点 Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -648,16 +648,16 @@ msgstr "任意区域" msgid "Apply backup?" msgstr "应用备份?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "应用请求失败,状态 %h" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "强制应用" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "正在等待配置被应用… %ds" @@ -879,8 +879,8 @@ msgstr "桥接号" msgid "Bring up on boot" msgstr "开机自动运行" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "浏览…" @@ -911,8 +911,8 @@ msgstr "已缓存" msgid "Call failed" msgstr "调用失败" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -978,11 +978,11 @@ msgstr "" msgid "Chain" msgstr "链" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "更改数" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "更改已恢复。" @@ -1127,16 +1127,16 @@ msgstr "" "杂度。此解决方法可能会导致互操作性问题,并降低密钥协商的可靠性,特别是在流量" "负载较重的环境中。" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "配置" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "配置已应用。" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "配置已回滚!" @@ -1183,7 +1183,7 @@ msgstr "内容已保存。" msgid "Continue" msgstr "继续" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1396,11 +1396,11 @@ msgstr "" "设置 DHCP 的附加选项,例如设定 \"6,192.168.2.1,192.168.2.2\" 表" "示通告不同的 DNS 服务器给客户端。" -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1412,7 +1412,7 @@ msgstr "删除" msgid "Delete key" msgstr "删除密钥" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "删除请求失败:%s" @@ -1429,7 +1429,7 @@ msgstr "发送流量指示消息间隔" msgid "Description" msgstr "描述" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "取消" @@ -1474,7 +1474,7 @@ msgstr "设备未激活" msgid "Device is restarting…" msgstr "设备正在重启…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "无法连接到设备!" @@ -1491,7 +1491,7 @@ msgstr "网络诊断" msgid "Dial number" msgstr "拨号号码" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "目录" @@ -1558,10 +1558,10 @@ msgstr "断开连接" msgid "Disconnection attempt failed" msgstr "尝试断开连接失败" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1598,7 +1598,7 @@ msgstr "不转发公共域名服务器无法回应的请求" msgid "Do not forward reverse lookups for local networks" msgstr "不转发本地网络的反向查询" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "您真的要删除“%s”吗?" @@ -1610,7 +1610,7 @@ msgstr "您真的要删除以下 SSH 密钥吗?" msgid "Do you really want to erase all settings?" msgstr "您真的要清除所有设置吗?" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "您真的要删除目录“%s”吗?" @@ -1649,7 +1649,7 @@ msgstr "下载 mtdblock" msgid "Downstream SNR offset" msgstr "下游 SNR 偏移" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "拖动以重排" @@ -1693,9 +1693,9 @@ msgstr "EA-位长" msgid "EAP-Method" msgstr "EAP 类型" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1968,7 +1968,7 @@ msgstr "FT 协议" msgid "Failed to change the system password." msgstr "更改系统密码失败。" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "在 %d 秒内确认应用失败,等待回滚…" @@ -1976,15 +1976,15 @@ msgstr "在 %d 秒内确认应用失败,等待回滚…" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "执行“/etc/init.d/%s %s”失败:%s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "文件" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "文件无法访问" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "文件名" @@ -2224,8 +2224,8 @@ msgstr "全局网络选项" msgid "Go to password configuration..." msgstr "跳转到密码配置页…" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2924,7 +2924,7 @@ msgstr "留空则自动探测" msgid "Leave empty to use the current WAN address" msgstr "留空则使用当前 WAN 地址" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "图例:" @@ -3029,7 +3029,7 @@ msgstr "负载" msgid "Load Average" msgstr "平均负载" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "正在载入目录内容…" @@ -3353,7 +3353,7 @@ msgstr "监听" msgid "More Characters" msgstr "需要更多字符" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "更多…" @@ -3442,8 +3442,8 @@ msgstr "NT 域" msgid "NTP server candidates" msgstr "候选 NTP 服务器" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3491,7 +3491,7 @@ msgstr "新接口名称…" msgid "Next »" msgstr "前进 »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "否" @@ -3512,7 +3512,7 @@ msgstr "无 NAT-T" msgid "No data received" msgstr "没有接收到数据" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "此目录中没有内容" @@ -3713,11 +3713,11 @@ msgstr "OpenConnect (CISCO AnyConnect)" msgid "Operating frequency" msgstr "工作频率" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "选项已更改" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "选项已移除" @@ -3862,7 +3862,7 @@ msgstr "重设内部路由表" msgid "Overview" msgstr "概览" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "覆盖已存在的文件“%s”吗?" @@ -4105,7 +4105,7 @@ msgstr "数据包" msgid "Please enter your username and password." msgstr "请输入用户名和密码。" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "请选择要上传的文件。" @@ -4547,19 +4547,19 @@ msgstr "恢复配置" msgid "Reveal/hide password" msgstr "显示/隐藏 密码" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "恢复" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "恢复更改" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "恢复请求失败,状态 %h" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "正在恢复配置…" @@ -4661,7 +4661,7 @@ msgstr "SSID" msgid "SWAP" msgstr "交换分区" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4672,7 +4672,7 @@ msgid "Save" msgstr "保存" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "保存并应用" @@ -4694,11 +4694,11 @@ msgstr "扫描" msgid "Scheduled Tasks" msgstr "计划任务" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "添加的节点" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "移除的节点" @@ -4715,9 +4715,9 @@ msgstr "" "即使映像文件检查失败,也“强制升级”以烧录映像。仅在您确定固件正确且适用于您的" "设备时使用!" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "选择文件…" @@ -4833,7 +4833,7 @@ msgstr "信号衰减(SATN)" msgid "Signal:" msgstr "信号:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "大小" @@ -4950,7 +4950,7 @@ msgstr "启动" msgid "Start priority" msgstr "启动优先级" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "开始应用配置…" @@ -5073,7 +5073,7 @@ msgstr "切换协议" msgid "Switch to CIDR list notation" msgstr "切换到 CIDR 列表记法" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "符号链接" @@ -5180,7 +5180,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "由于以下错误,配置文件无法被加载:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5357,7 +5357,7 @@ msgstr "不支持所上传的映像文件格式,请选择适合当前平台的 msgid "There are no active leases" msgstr "没有已分配的租约" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "没有待应用的更改" @@ -5459,8 +5459,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5681,7 +5681,7 @@ msgstr "卸载分区" msgid "Unnamed key" msgstr "未命名的密钥" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "未保存的配置" @@ -5707,7 +5707,7 @@ msgstr "不支持的协议类型。" msgid "Up" msgstr "上移" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "上传" @@ -5722,21 +5722,21 @@ msgstr "从这里上传一个 sysupgrade 兼容镜像以更新正在运行的固 msgid "Upload archive..." msgstr "上传备份…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "上传文件" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "上传文件…" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "上传请求失败:%s" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "正在上传文件…" @@ -6109,7 +6109,7 @@ msgstr "将收到的 DNS 请求写入系统日志" msgid "Write system log to file" msgstr "将系统日志写入文件" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "是" @@ -6327,7 +6327,7 @@ msgstr "未连接" msgid "non-empty value" msgstr "非空值" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "无" @@ -6435,7 +6435,7 @@ msgstr "未知" msgid "unlimited" msgstr "无限制" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 diff --git a/modules/luci-base/po/zh-tw/base.po b/modules/luci-base/po/zh-tw/base.po index 2764bb9616..6eaa738093 100644 --- a/modules/luci-base/po/zh-tw/base.po +++ b/modules/luci-base/po/zh-tw/base.po @@ -21,7 +21,7 @@ msgstr "" msgid "%d Bit" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2287 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2321 msgid "%d invalid field(s)" msgstr "" @@ -57,11 +57,11 @@ msgid "-- Additional Field --" msgstr "-- 更多選項 --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:258 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1811 #: modules/luci-base/htdocs/luci-static/resources/ui.js:315 #: modules/luci-base/htdocs/luci-static/resources/ui.js:415 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1243 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1249 #: modules/luci-compat/luasrc/view/cbi/header.htm:5 #: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:88 msgid "-- Please choose --" @@ -69,7 +69,7 @@ msgstr "-- 請選擇 --" #: modules/luci-base/htdocs/luci-static/resources/cbi.js:259 #: modules/luci-base/htdocs/luci-static/resources/ui.js:416 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1250 #: modules/luci-compat/luasrc/view/cbi/header.htm:6 msgid "-- custom --" msgstr "-- 自訂 --" @@ -236,7 +236,7 @@ msgid "" "was empty before editing." msgstr "注意: 如果這個檔案在編輯之前是空的,您將需要重新啟動cron服務" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1695 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 msgid "A directory with the same name already exists." msgstr "" @@ -359,11 +359,11 @@ msgstr "已分配的DHCPv6租用" msgid "Ad-Hoc" msgstr "Ad-Hoc" -#: modules/luci-base/htdocs/luci-static/resources/form.js:909 -#: modules/luci-base/htdocs/luci-static/resources/form.js:911 -#: modules/luci-base/htdocs/luci-static/resources/form.js:924 -#: modules/luci-base/htdocs/luci-static/resources/form.js:925 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1548 +#: modules/luci-base/htdocs/luci-static/resources/form.js:931 +#: modules/luci-base/htdocs/luci-static/resources/form.js:933 +#: modules/luci-base/htdocs/luci-static/resources/form.js:946 +#: modules/luci-base/htdocs/luci-static/resources/form.js:947 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1570 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:25 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:189 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:197 @@ -641,16 +641,16 @@ msgstr "任意區域" msgid "Apply backup?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2756 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2790 msgid "Apply request failed with status %h" msgstr "" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2927 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2643 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2677 msgid "Apply unchecked" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2715 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2749 msgid "Applying configuration changes… %ds" msgstr "" @@ -872,8 +872,8 @@ msgstr "橋接單位號碼" msgid "Bring up on boot" msgstr "開機自動執行" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1783 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2368 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1817 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2402 msgid "Browse…" msgstr "" @@ -904,8 +904,8 @@ msgstr "" msgid "Call failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1875 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2377 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1909 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2411 #: modules/luci-compat/luasrc/view/cbi/delegator.htm:14 #: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:182 @@ -971,11 +971,11 @@ msgstr "" msgid "Chain" msgstr "鏈" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 msgid "Changes" msgstr "待修改" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2779 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2813 msgid "Changes have been reverted." msgstr "設定值已還原." @@ -1117,16 +1117,16 @@ msgid "" "negotiation especially in environments with heavy traffic load." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2531 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2565 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:416 msgid "Configuration" msgstr "設定" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2690 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2724 msgid "Configuration changes applied." msgstr "設定值已套用" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2629 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2663 msgid "Configuration changes have been rolled back!" msgstr "設定值已復原" @@ -1173,7 +1173,7 @@ msgstr "" msgid "Continue" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2665 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2699 msgid "" "Could not regain access to the device after applying the configuration " "changes. You might need to reconnect if you modified network related " @@ -1387,11 +1387,11 @@ msgstr "" "定義額外的DHCP選項,例如\"6,192.168.2.1,192.168.2.2\"將會通告不同" "的DNS伺服器到客戶端." -#: modules/luci-base/htdocs/luci-static/resources/form.js:973 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1533 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1844 +#: modules/luci-base/htdocs/luci-static/resources/form.js:995 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1244 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1247 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1555 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1878 #: modules/luci-compat/luasrc/view/cbi/nsection.htm:11 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:162 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:16 @@ -1403,7 +1403,7 @@ msgstr "刪除" msgid "Delete key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1743 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1777 msgid "Delete request failed: %s" msgstr "" @@ -1420,7 +1420,7 @@ msgstr "" msgid "Description" msgstr "說明" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1840 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1874 msgid "Deselect" msgstr "" @@ -1465,7 +1465,7 @@ msgstr "" msgid "Device is restarting…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2698 msgid "Device unreachable!" msgstr "無法連線到設備!" @@ -1482,7 +1482,7 @@ msgstr "診斷" msgid "Dial number" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1644 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1678 msgid "Directory" msgstr "目錄" @@ -1548,10 +1548,10 @@ msgstr "" msgid "Disconnection attempt failed" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1384 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2081 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2548 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2635 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1406 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2115 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2582 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2669 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1749 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:326 msgid "Dismiss" @@ -1588,7 +1588,7 @@ msgstr "對不被公用名稱伺服器回應的請求不轉發" msgid "Do not forward reverse lookups for local networks" msgstr "對本地網域不轉發反解析鎖定" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1729 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1763 msgid "Do you really want to delete \"%s\" ?" msgstr "" @@ -1600,7 +1600,7 @@ msgstr "" msgid "Do you really want to erase all settings?" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1727 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1761 msgid "Do you really want to recursively delete the directory \"%s\" ?" msgstr "" @@ -1640,7 +1640,7 @@ msgstr "" msgid "Downstream SNR offset" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1181 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 msgid "Drag to reorder" msgstr "" @@ -1683,9 +1683,9 @@ msgstr "" msgid "EAP-Method" msgstr "EAP協定驗證方式" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1200 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1203 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1459 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1222 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1225 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1481 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:154 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:160 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:334 @@ -1958,7 +1958,7 @@ msgstr "" msgid "Failed to change the system password." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2623 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2657 msgid "Failed to confirm apply within %ds, waiting for rollback…" msgstr "" @@ -1966,15 +1966,15 @@ msgstr "" msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1651 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1685 msgid "File" msgstr "檔案" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1604 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1638 msgid "File not accessible" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1784 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1818 msgid "Filename" msgstr "" @@ -2212,8 +2212,8 @@ msgstr "全域網路設定" msgid "Go to password configuration..." msgstr "前往密碼設定頁" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1124 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1626 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1146 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1648 #: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58 msgid "Go to relevant configuration page" @@ -2911,7 +2911,7 @@ msgstr "保持空白以便自動偵測" msgid "Leave empty to use the current WAN address" msgstr "保持空白以便採用現今的寬頻位址" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2533 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2567 msgid "Legend:" msgstr "圖例:" @@ -3008,7 +3008,7 @@ msgstr "掛載" msgid "Load Average" msgstr "平均掛載" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1905 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1939 msgid "Loading directory contents…" msgstr "" @@ -3333,7 +3333,7 @@ msgstr "監視" msgid "More Characters" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1067 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1089 msgid "More…" msgstr "" @@ -3422,8 +3422,8 @@ msgstr "" msgid "NTP server candidates" msgstr "NTP伺服器備選" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1104 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2354 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1126 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2388 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:596 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:705 @@ -3471,7 +3471,7 @@ msgstr "" msgid "Next »" msgstr "下一個 »" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:108 msgid "No" msgstr "" @@ -3492,7 +3492,7 @@ msgstr "" msgid "No data received" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1850 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1884 msgid "No entries in this directory" msgstr "" @@ -3693,11 +3693,11 @@ msgstr "" msgid "Operating frequency" msgstr "操作頻率" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2540 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2574 msgid "Option changed" msgstr "選項已變更" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2542 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2576 msgid "Option removed" msgstr "選項已移除" @@ -3836,7 +3836,7 @@ msgstr "覆蓋之前內部使用的路由表" msgid "Overview" msgstr "預覽" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1696 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1730 msgid "Overwrite existing file \"%s\" ?" msgstr "" @@ -4079,7 +4079,7 @@ msgstr "封包數." msgid "Please enter your username and password." msgstr "請輸入您的用戶名稱和密碼" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2337 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2371 msgid "Please select the file to upload." msgstr "" @@ -4514,19 +4514,19 @@ msgstr "還原之前備份設定" msgid "Reveal/hide password" msgstr "明示/隱藏 密碼" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2556 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2590 msgid "Revert" msgstr "回溯" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2639 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2673 msgid "Revert changes" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2788 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2822 msgid "Revert request failed with status %h" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2768 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2802 msgid "Reverting configuration…" msgstr "正在還原設定值..." @@ -4628,7 +4628,7 @@ msgstr "基地台服務設定識別碼SSID" msgid "SWAP" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1388 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1410 #: modules/luci-base/htdocs/luci-static/resources/luci.js:2942 #: modules/luci-compat/luasrc/view/cbi/error.htm:17 #: modules/luci-compat/luasrc/view/cbi/footer.htm:26 @@ -4639,7 +4639,7 @@ msgid "Save" msgstr "保存" #: modules/luci-base/htdocs/luci-static/resources/luci.js:2926 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2552 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2586 #: modules/luci-compat/luasrc/view/cbi/footer.htm:22 msgid "Save & Apply" msgstr "保存並啟用" @@ -4661,11 +4661,11 @@ msgstr "掃描" msgid "Scheduled Tasks" msgstr "排程任務" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2536 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2570 msgid "Section added" msgstr "新增的區段" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2538 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2572 msgid "Section removed" msgstr "區段移除" @@ -4680,9 +4680,9 @@ msgid "" "your device!" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1606 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1736 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1895 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1640 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1770 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1929 msgid "Select file…" msgstr "" @@ -4796,7 +4796,7 @@ msgstr "" msgid "Signal:" msgstr "信號:" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2355 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2389 #: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:213 msgid "Size" msgstr "大小" @@ -4911,7 +4911,7 @@ msgstr "啟用" msgid "Start priority" msgstr "啟用優先權順序" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2733 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2767 msgid "Starting configuration apply…" msgstr "開始套用設定值..." @@ -5034,7 +5034,7 @@ msgstr "切換協定" msgid "Switch to CIDR list notation" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1637 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1671 msgid "Symbolic link" msgstr "" @@ -5141,7 +5141,7 @@ msgstr "" msgid "The configuration file could not be loaded due to the following error:" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2630 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2664 msgid "" "The device could not be reached within %d seconds after applying the pending " "changes, which caused the configuration to be rolled back for safety " @@ -5311,7 +5311,7 @@ msgstr "" msgid "There are no active leases" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2748 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2782 msgid "There are no changes to apply" msgstr "" @@ -5411,8 +5411,8 @@ msgid "" "This option cannot be used because the ca-bundle package is not installed." msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:943 -#: modules/luci-base/htdocs/luci-static/resources/form.js:1074 +#: modules/luci-base/htdocs/luci-static/resources/form.js:965 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1096 #: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172 #: modules/luci-compat/luasrc/view/cbi/tsection.htm:32 msgid "This section contains no values yet" @@ -5633,7 +5633,7 @@ msgstr "" msgid "Unnamed key" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2495 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2529 msgid "Unsaved Changes" msgstr "尚未存檔的修改" @@ -5659,7 +5659,7 @@ msgstr "不支援的協定型態" msgid "Up" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2429 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2463 msgid "Upload" msgstr "" @@ -5674,21 +5674,21 @@ msgstr "" msgid "Upload archive..." msgstr "上傳壓縮檔..." -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1789 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1823 msgid "Upload file" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1764 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1798 msgid "Upload file…" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:1713 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2417 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:1747 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2451 msgid "Upload request failed: %s" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2336 -#: modules/luci-base/htdocs/luci-static/resources/ui.js:2390 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2370 +#: modules/luci-base/htdocs/luci-static/resources/ui.js:2424 msgid "Uploading file…" msgstr "" @@ -6054,7 +6054,7 @@ msgstr "寫入已接收的DNS請求到系統日誌中" msgid "Write system log to file" msgstr "將系統日誌寫入檔案" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1763 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1785 #: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:109 msgid "Yes" msgstr "" @@ -6272,7 +6272,7 @@ msgstr "無連線" msgid "non-empty value" msgstr "" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1455 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1477 msgid "none" msgstr "無" @@ -6380,7 +6380,7 @@ msgstr "未知" msgid "unlimited" msgstr "無限" -#: modules/luci-base/htdocs/luci-static/resources/form.js:1658 +#: modules/luci-base/htdocs/luci-static/resources/form.js:1680 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:76 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:137 #: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:368 -- 2.30.2