From 3aec178737c71c560a025b98aeaf23b185601645 Mon Sep 17 00:00:00 2001 From: zhao Date: Wed, 18 Dec 2024 19:00:58 +0000 Subject: [PATCH] Sync luci-app-dockerman from source repository --- Makefile | 17 ++ .../resources/view/status/include/80_upnp.js | 74 ++++++ .../luci-static/resources/view/upnp/upnp.js | 218 ++++++++++++++++ po/ar/upnp.po | 229 +++++++++++++++++ po/bg/upnp.po | 228 +++++++++++++++++ po/bn_BD/upnp.po | 228 +++++++++++++++++ po/ca/upnp.po | 234 +++++++++++++++++ po/cs/upnp.po | 229 +++++++++++++++++ po/da/upnp.po | 232 +++++++++++++++++ po/de/upnp.po | 232 +++++++++++++++++ po/el/upnp.po | 228 +++++++++++++++++ po/en/upnp.po | 236 +++++++++++++++++ po/es/upnp.po | 234 +++++++++++++++++ po/fi/upnp.po | 228 +++++++++++++++++ po/fr/upnp.po | 235 +++++++++++++++++ po/ga/upnp.po | 234 +++++++++++++++++ po/he/upnp.po | 226 ++++++++++++++++ po/hi/upnp.po | 228 +++++++++++++++++ po/hu/upnp.po | 232 +++++++++++++++++ po/it/upnp.po | 233 +++++++++++++++++ po/ja/upnp.po | 232 +++++++++++++++++ po/ko/upnp.po | 228 +++++++++++++++++ po/lt/upnp.po | 235 +++++++++++++++++ po/mr/upnp.po | 228 +++++++++++++++++ po/ms/upnp.po | 226 ++++++++++++++++ po/nb_NO/upnp.po | 229 +++++++++++++++++ po/nl/upnp.po | 226 ++++++++++++++++ po/pl/upnp.po | 234 +++++++++++++++++ po/pt/upnp.po | 233 +++++++++++++++++ po/pt_BR/upnp.po | 232 +++++++++++++++++ po/ro/upnp.po | 230 +++++++++++++++++ po/ru/upnp.po | 234 +++++++++++++++++ po/sk/upnp.po | 226 ++++++++++++++++ po/sv/upnp.po | 230 +++++++++++++++++ po/templates/upnp.pot | 223 ++++++++++++++++ po/tr/upnp.po | 230 +++++++++++++++++ po/uk/upnp.po | 232 +++++++++++++++++ po/vi/upnp.po | 233 +++++++++++++++++ po/yua/upnp.po | 227 +++++++++++++++++ po/zh_Hans/upnp.po | 241 ++++++++++++++++++ po/zh_Hant/upnp.po | 240 +++++++++++++++++ root/etc/uci-defaults/40_luci-miniupnp | 12 + root/usr/share/luci/menu.d/luci-app-upnp.json | 14 + root/usr/share/rpcd/acl.d/luci-app-upnp.json | 18 ++ root/usr/share/rpcd/ucode/luci.upnp | 139 ++++++++++ root/usr/share/ucitrack/luci-app-upnp.json | 4 + 46 files changed, 9271 insertions(+) create mode 100644 Makefile create mode 100644 htdocs/luci-static/resources/view/status/include/80_upnp.js create mode 100644 htdocs/luci-static/resources/view/upnp/upnp.js create mode 100644 po/ar/upnp.po create mode 100644 po/bg/upnp.po create mode 100644 po/bn_BD/upnp.po create mode 100644 po/ca/upnp.po create mode 100644 po/cs/upnp.po create mode 100644 po/da/upnp.po create mode 100644 po/de/upnp.po create mode 100644 po/el/upnp.po create mode 100644 po/en/upnp.po create mode 100644 po/es/upnp.po create mode 100644 po/fi/upnp.po create mode 100644 po/fr/upnp.po create mode 100644 po/ga/upnp.po create mode 100644 po/he/upnp.po create mode 100644 po/hi/upnp.po create mode 100644 po/hu/upnp.po create mode 100644 po/it/upnp.po create mode 100644 po/ja/upnp.po create mode 100644 po/ko/upnp.po create mode 100644 po/lt/upnp.po create mode 100644 po/mr/upnp.po create mode 100644 po/ms/upnp.po create mode 100644 po/nb_NO/upnp.po create mode 100644 po/nl/upnp.po create mode 100644 po/pl/upnp.po create mode 100644 po/pt/upnp.po create mode 100644 po/pt_BR/upnp.po create mode 100644 po/ro/upnp.po create mode 100644 po/ru/upnp.po create mode 100644 po/sk/upnp.po create mode 100644 po/sv/upnp.po create mode 100644 po/templates/upnp.pot create mode 100644 po/tr/upnp.po create mode 100644 po/uk/upnp.po create mode 100644 po/vi/upnp.po create mode 100644 po/yua/upnp.po create mode 100644 po/zh_Hans/upnp.po create mode 100644 po/zh_Hant/upnp.po create mode 100755 root/etc/uci-defaults/40_luci-miniupnp create mode 100644 root/usr/share/luci/menu.d/luci-app-upnp.json create mode 100644 root/usr/share/rpcd/acl.d/luci-app-upnp.json create mode 100644 root/usr/share/rpcd/ucode/luci.upnp create mode 100644 root/usr/share/ucitrack/luci-app-upnp.json diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e569f29 --- /dev/null +++ b/Makefile @@ -0,0 +1,17 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Universal Plug and Play (UPnP IGD) & PCP/NAT-PMP configuration module +LUCI_DEPENDS:=+luci-base +miniupnpd +rpcd-mod-ucode + +PKG_LICENSE:=Apache-2.0 +PKG_MAINTAINER:=Jo-Philipp Wich + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature diff --git a/htdocs/luci-static/resources/view/status/include/80_upnp.js b/htdocs/luci-static/resources/view/status/include/80_upnp.js new file mode 100644 index 0000000..1fbb440 --- /dev/null +++ b/htdocs/luci-static/resources/view/status/include/80_upnp.js @@ -0,0 +1,74 @@ +'use strict'; +'require baseclass'; +'require dom'; +'require rpc'; +'require uci'; + +var callUpnpGetStatus, callUpnpDeleteRule, handleDelRule; + +callUpnpGetStatus = rpc.declare({ + object: 'luci.upnp', + method: 'get_status', + expect: { } +}); + +callUpnpDeleteRule = rpc.declare({ + object: 'luci.upnp', + method: 'delete_rule', + params: [ 'token' ], + expect: { result : "OK" }, +}); + +handleDelRule = function(num, ev) { + dom.parent(ev.currentTarget, '.tr').style.opacity = 0.5; + ev.currentTarget.classList.add('spinning'); + ev.currentTarget.disabled = true; + ev.currentTarget.blur(); + callUpnpDeleteRule(num); +}; + +return baseclass.extend({ + title: _('Active Port Forwards'), + + load: function() { + return Promise.all([ + callUpnpGetStatus(), + ]); + }, + + render: function(data) { + + var table = E('table', { 'class': 'table', 'id': 'upnp_status_table' }, [ + E('tr', { 'class': 'tr table-titles' }, [ + E('th', { 'class': 'th' }, _('Protocol')), + E('th', { 'class': 'th' }, _('External Port')), + E('th', { 'class': 'th' }, _('Client Address')), + E('th', { 'class': 'th' }, _('Host')), + E('th', { 'class': 'th' }, _('Client Port')), + E('th', { 'class': 'th' }, _('Description')), + E('th', { 'class': 'th cbi-section-actions' }, '') + ]) + ]); + + var rules = Array.isArray(data[0].rules) ? data[0].rules : []; + + var rows = rules.map(function(rule) { + return [ + rule.proto, + rule.extport, + rule.intaddr, + rule.host_hint || _('Unknown'), + rule.intport, + rule.descr, + E('button', { + 'class': 'btn cbi-button-remove', + 'click': L.bind(handleDelRule, this, rule.num) + }, [ _('Delete') ]) + ]; + }); + + cbi_update_table(table, rows, E('em', _('There are no active port forwards.'))); + + return table; + } +}); diff --git a/htdocs/luci-static/resources/view/upnp/upnp.js b/htdocs/luci-static/resources/view/upnp/upnp.js new file mode 100644 index 0000000..1053163 --- /dev/null +++ b/htdocs/luci-static/resources/view/upnp/upnp.js @@ -0,0 +1,218 @@ +'use strict'; +'require view'; +'require dom'; +'require poll'; +'require uci'; +'require rpc'; +'require form'; + +var callInitAction, callUpnpGetStatus, callUpnpDeleteRule, handleDelRule; + +callInitAction = rpc.declare({ + object: 'luci', + method: 'setInitAction', + params: [ 'name', 'action' ], + expect: { result: false } +}); + +callUpnpGetStatus = rpc.declare({ + object: 'luci.upnp', + method: 'get_status', + expect: { } +}); + +callUpnpDeleteRule = rpc.declare({ + object: 'luci.upnp', + method: 'delete_rule', + params: [ 'token' ], + expect: { result : "OK" }, +}); + +handleDelRule = function(num, ev) { + dom.parent(ev.currentTarget, '.tr').style.opacity = 0.5; + ev.currentTarget.classList.add('spinning'); + ev.currentTarget.disabled = true; + ev.currentTarget.blur(); + callUpnpDeleteRule(num); +}; + +return view.extend({ + load: function() { + return Promise.all([ + callUpnpGetStatus(), + uci.load('upnpd') + ]); + }, + + poll_status: function(nodes, data) { + + var rules = Array.isArray(data[0].rules) ? data[0].rules : []; + + var rows = rules.map(function(rule) { + return [ + rule.proto, + rule.extport, + rule.intaddr, + rule.host_hint || _('Unknown'), + rule.intport, + rule.descr, + E('button', { + 'class': 'btn cbi-button-remove', + 'click': L.bind(handleDelRule, this, rule.num) + }, [ _('Delete') ]) + ]; + }); + + cbi_update_table(nodes.querySelector('#upnp_status_table'), rows, E('em', _('There are no active port forwards.'))); + + return; + }, + + render: function(data) { + + var m, s, o; + + m = new form.Map('upnpd', [_('UPnP IGD & PCP/NAT-PMP Service')], + _('UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically configure port forwards on the router. Also called Universal Plug and Play.')); + + s = m.section(form.GridSection, '_active_rules'); + + s.render = L.bind(function(view, section_id) { + var table = E('table', { 'class': 'table cbi-section-table', 'id': 'upnp_status_table' }, [ + E('tr', { 'class': 'tr table-titles' }, [ + E('th', { 'class': 'th' }, _('Protocol')), + E('th', { 'class': 'th' }, _('External Port')), + E('th', { 'class': 'th' }, _('Client Address')), + E('th', { 'class': 'th' }, _('Host')), + E('th', { 'class': 'th' }, _('Client Port')), + E('th', { 'class': 'th' }, _('Description')), + E('th', { 'class': 'th cbi-section-actions' }, '') + ]) + ]); + + var rules = Array.isArray(data[0].rules) ? data[0].rules : []; + + var rows = rules.map(function(rule) { + return [ + rule.proto, + rule.extport, + rule.intaddr, + rule.host_hint || _('Unknown'), + rule.intport, + rule.descr, + E('button', { + 'class': 'btn cbi-button-remove', + 'click': L.bind(handleDelRule, this, rule.num) + }, [ _('Delete') ]) + ]; + }); + + cbi_update_table(table, rows, E('em', _('There are no active port forwards.'))); + + return E('div', { 'class': 'cbi-section cbi-tblsection' }, [ + E('h3', _('Active Port Forwards')), table ]); + }, o, this); + + s = m.section(form.NamedSection, 'config', 'upnpd', _('Service Settings')); + s.addremove = false; + s.tab('general', _('General Settings')); + s.tab('advanced', _('Advanced Settings')); + + o = s.taboption('general', form.Flag, 'enabled', _('Start service')); + o.rmempty = false; + + s.taboption('general', form.Flag, 'enable_upnp', _('Enable UPnP IGD protocol')).default = '1' + s.taboption('general', form.Flag, 'enable_natpmp', _('Enable PCP/NAT-PMP protocol')).default = '1' + + s.taboption('general', form.Flag, 'secure_mode', _('Enable secure mode'), + _('Allow adding port forwards only to requesting IP addresses')).default = '1' + + s.taboption('general', form.Flag, 'igdv1', _('Enable UPnP IGDv1 mode'), + _('Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2')).default = '0' + + s.taboption('general', form.Flag, 'log_output', _('Enable additional logging'), + _('Puts extra debugging information into the system log')) + + s.taboption('general', form.Value, 'download', _('Download speed'), + _('Value in KByte/s, informational only')).rmempty = true + + s.taboption('general', form.Value, 'upload', _('Upload speed'), + _('Value in KByte/s, informational only')).rmempty = true + + o = s.taboption('general', form.Value, 'port', _('Port')) + o.datatype = 'port' + o.default = 5000 + + s.taboption('advanced', form.Flag, 'system_uptime', _('Report system instead of service uptime')).default = '1' + + s.taboption('advanced', form.Value, 'uuid', _('Device UUID')) + s.taboption('advanced', form.Value, 'serial_number', _('Announced serial number')) + s.taboption('advanced', form.Value, 'model_number', _('Announced model number')) + + o = s.taboption('advanced', form.Value, 'notify_interval', _('Notify interval')) + o.datatype = 'uinteger' + o.placeholder = 30 + + o = s.taboption('advanced', form.Value, 'clean_ruleset_threshold', _('Clean rules threshold')) + o.datatype = 'uinteger' + o.placeholder = 20 + + o = s.taboption('advanced', form.Value, 'clean_ruleset_interval', _('Clean rules interval')) + o.datatype = 'uinteger' + o.placeholder = 600 + + o = s.taboption('advanced', form.Value, 'presentation_url', _('Presentation URL')) + o.placeholder = 'http://192.168.1.1/' + + o = s.taboption('advanced', form.Value, 'upnp_lease_file', _('Service lease file')) + o.placeholder = '/var/run/miniupnpd.leases' + + s.taboption('advanced', form.Flag, 'use_stun', _('Use STUN')) + + o = s.taboption('advanced', form.Value, 'stun_host', _('STUN Host')) + o.depends('use_stun', '1'); + o.datatype = 'host' + + o = s.taboption('advanced', form.Value, 'stun_port', _('STUN Port')) + o.depends('use_stun', '1'); + o.datatype = 'port' + o.placeholder = '0-65535' + + s.taboption('advanced', form.Flag, 'force_forwarding', _('Force Forwarding'), + _('Force forwarding even there is no public IP (please try STUN first)')) + + s = m.section(form.GridSection, 'perm_rule', _('Service ACLs'), + _('ACLs specify which external ports can be forwarded to which client addresses and ports, IPv6 always allowed.')) + + s.sortable = true + s.anonymous = true + s.addremove = true + + s.option(form.Value, 'comment', _('Comment')) + + o = s.option(form.Value, 'ext_ports', _('External Port')) + o.datatype = 'portrange' + o.placeholder = '0-65535' + + o = s.option(form.Value, 'int_addr', _('Client Address')) + o.datatype = 'ip4addr' + o.placeholder = '0.0.0.0/0' + + o = s.option(form.Value, 'int_ports', _('Client Port')) + o.datatype = 'portrange' + o.placeholder = '0-65535' + + o = s.option(form.ListValue, 'action', _('Action')) + o.value('allow', _('Allow')); + o.value('deny', _('Deny')); + + return m.render().then(L.bind(function(m, nodes) { + poll.add(L.bind(function() { + return Promise.all([ + callUpnpGetStatus() + ]).then(L.bind(this.poll_status, this, nodes)); + }, this), 5); + return nodes; + }, this, m)); + } +}); diff --git a/po/ar/upnp.po b/po/ar/upnp.po new file mode 100644 index 0000000..09b8d46 --- /dev/null +++ b/po/ar/upnp.po @@ -0,0 +1,229 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2024-07-16 16:41+0000\n" +"Last-Translator: Rex_sa \n" +"Language-Team: Arabic \n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" +"X-Generator: Weblate 5.7-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "إجراء" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "إعدادات متقدمة" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "تعليق" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "احدف" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "الوصف" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "الاعدادات العامة" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "ضيف" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "المنفذ" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "البروتوكول" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "مجهول" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/po/bg/upnp.po b/po/bg/upnp.po new file mode 100644 index 0000000..ff837f2 --- /dev/null +++ b/po/bg/upnp.po @@ -0,0 +1,228 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2024-02-28 14:29+0000\n" +"Last-Translator: Boyan Alexiev \n" +"Language-Team: Bulgarian \n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.5-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Действие" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Разширени настройки" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Коментар" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Изтрий" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Описание" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Общи настройки" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Хост" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Порт" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Протокол" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Неизвестно" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/po/bn_BD/upnp.po b/po/bn_BD/upnp.po new file mode 100644 index 0000000..a007c33 --- /dev/null +++ b/po/bn_BD/upnp.po @@ -0,0 +1,228 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2021-10-08 18:54+0000\n" +"Last-Translator: Rayhan Nabi \n" +"Language-Team: Bengali (Bangladesh) \n" +"Language: bn_BD\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.9-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "উন্নত সেটিংস" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "বর্ণনা" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "সাধারণ সেটিংস" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "পোর্ট" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "প্রোটোকল" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "অজানা" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/po/ca/upnp.po b/po/ca/upnp.po new file mode 100644 index 0000000..541097e --- /dev/null +++ b/po/ca/upnp.po @@ -0,0 +1,234 @@ +# upnp.pot +# generated from ./applications/luci-upnp/luasrc/i18n/upnp.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2021-09-17 06:52+0000\n" +"Last-Translator: Roger Pueyo Centelles \n" +"Language-Team: Catalan \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.9-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"Els ACL especifiquen quins ports externs es poden redirigir a quines adreces " +"i ports interns" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Acció" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Redireccions UPnP actives" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Configuració avançada" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "Permet que s'afegeixin redireccions només a les adreces IP peticionant" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Número de model anunciat" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Número de sèrie anunciat" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Interval de neteja de regles" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Llindar de neteja de regles" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Adreça de client" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Port de client" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Commentari" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Suprimeix" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Descripció" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "UUID de dispositiu" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Enllaç de baixada" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Habilita la funcionalitat NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Habilita la funcionalitat UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Habilita el registre addicional" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Habilita mode segur" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Port extern" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Paràmetres generals" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Amfitrió" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Interval de notificació" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protocol" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Posa informació extra de depuració en el registre de sistema" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Reporta el temps actiu del sistema en lloc del del dimoni" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "ACLs de MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Ajusts de MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "Fitxer d'arrendament UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Inicia el servei UPnP i NAP-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "No hi ha redireccions actives." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "UPnP IGD & PCP/NAT-PMP Service" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP permet als clients de la xarxa local configurar automàticament el " +"router." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Desconegut" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Enllaç de pujada" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Valor en KByte/s, només per informació" diff --git a/po/cs/upnp.po b/po/cs/upnp.po new file mode 100644 index 0000000..fcdef8e --- /dev/null +++ b/po/cs/upnp.po @@ -0,0 +1,229 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2024-07-08 22:10+0000\n" +"Last-Translator: Milan \n" +"Language-Team: Czech \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n" +"X-Generator: Weblate 5.7-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"ACL stanovují, které vnější porty by měly být přesměrovány na které vnitřní " +"adresy a porty" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Akce" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Aktivní přesměrování UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Pokročilé možnosti" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Inzerovat jako IGDv1 zařízení místo IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "Povolit přesměrování pouze na dotazující ip adresy" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Oznámené číslo modelu" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Oznámené sériové číslo" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Interval čištění pravidel" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Práh čištění pravidel" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Adresa klienta" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Port klienta" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Komentář" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Odstranit" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Popis" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "UUID zařízení" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Download speed" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Povolit funkčnost NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Povolit funkčnost UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Povolit režim IGDv1" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Povolit přídavné logování" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Povolit bezpečný režim" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Vnější port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Obecná nastavení" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Udělit oprávnění k procedůrám upnp" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Hostitel" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Interval oznamování" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "Prezentační URL" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protokol" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Vypisovat extra ladící informace do systémového záznamu" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Hlásit uptime systému namísto uptime daemonu" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "STUN Hostitel" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "STUN Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "MiniUPnP ACL listy" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Nastavení MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "Soubor UPnP výpůjček" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Spustit službu UPnP a NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Neexistují žádná aktivní přesměrování." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "Univerzální Plug & Play" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP umožňuje klientům v místní síti automaticky nakonfigurovat router." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Neznámé" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Upload speed" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Použít STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Pouze informační hodnoty (v KByte/s)" diff --git a/po/da/upnp.po b/po/da/upnp.po new file mode 100644 index 0000000..a114051 --- /dev/null +++ b/po/da/upnp.po @@ -0,0 +1,232 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2021-11-13 08:12+0000\n" +"Last-Translator: drax red \n" +"Language-Team: Danish \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.9.1-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"ACL'er angiver, hvilke eksterne porte der kan omdirigeres til hvilke interne " +"adresser og porte" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Handling" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Aktive UPnP-omdirigeringer" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Avancerede indstillinger" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Annoncerer som IGDv1-enhed i stedet for IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "Tillad kun at tilføje viderestillinger til ip-adresser, der anmoder om" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Annonceret modelnummer" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Annonceret serienummer" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Interval for rene regler" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Tærskel for rene regler" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Klient adresse" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Klient port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Kommentar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Slet" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Beskrivelse" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "Enhedens UUID" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Download speed" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Aktiver NAT-PMP-funktionalitet" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Aktiver UPnP-funktionalitet" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Aktiver IGDv1-tilstand" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Aktiver yderligere logning" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Aktiver sikker tilstand" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Ekstern port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Generelle indstillinger" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Giv adgang til upnp-procedurer" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Vært" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Underretningsinterval" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "URL til præsentation" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protokol" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Sætter ekstra fejlfindingsoplysninger i systemloggen" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Rapportere system i stedet for dæmonens oppetid" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "STUN vært" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "STUN Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "MiniUPnP ACL'er" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "MiniUPnP-indstillinger" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "UPnP-lease-fil" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Start UPnP- og NAT-PMP-tjenesten" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Der er ingen aktive omdirigeringer." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "Universelt plug &play" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP gør det muligt for klienter i det lokale netværk at konfigurere " +"routeren automatisk." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Ukendt" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Upload speed" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Brug STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Værdi i KByte/s, kun til information" diff --git a/po/de/upnp.po b/po/de/upnp.po new file mode 100644 index 0000000..6f48935 --- /dev/null +++ b/po/de/upnp.po @@ -0,0 +1,232 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 17:57+0200\n" +"PO-Revision-Date: 2024-02-09 17:28+0000\n" +"Last-Translator: ssantos \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.4-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"ACLs definieren, welche externen Ports zu welchen internen Adressen und " +"Ports weitergeleitet werden dürfen" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Aktion" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Aktive UPnP-Weiterleitungen" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Erweiterte Einstellungen" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Als IGDv1-Gerät anstelle von IGDv2 bekanntgeben" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "Erlauben" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "Nur Weiterleitungen zurück zum anfordernden Client zulassen" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Angekündigte Modellnummer" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Angekündigte Seriennummer" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Aufräumintervall für Weiterleitungen" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Aufräumschwellenwert für Weiterleitungen" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Clientadresse" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Clientport" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Kommentar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Löschen" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "Ablehnen" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Beschreibung" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "Geräte-UUID" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Download-Bandbreite" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "NAT-PMP Funktionalität aktivieren" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "UPnP Funktionalität aktivieren" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "IGDv1 Modus aktivieren" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Erweiterte Protokollierung aktivieren" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Sicheren Modus aktivieren" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Externer Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Allgemeine Einstellungen" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Zugriff auf UPNP-Prozeduren gewähren" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Host" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Benachrichtigungsintervall" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "Präsentations-URL" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protokoll" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Schreibt zusätzliche Debug-Informationen in das Systemprotokoll" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Systemlaufzeit statt Prozesslaufzeit melden" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "STUN-Host" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "STUN-Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "ACLs der MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "MiniUPnP-Einstellungen" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "UPnP Lease-Datei" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "UPnP und NAT-PMP Dienst starten" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Es gibt keine aktiven Weiterleitungen." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "UPnP IGD & PCP/NAT-PMP Service" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP erlaubt es Clients im lokalen Netzwerk automatisch Port-Weiterleitungen " +"auf diesem Router einzurichten." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Unbekannt" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Upload speed" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "STUN verwenden" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Wert in Kilobyte/s, nur informativ" diff --git a/po/el/upnp.po b/po/el/upnp.po new file mode 100644 index 0000000..ab41fbb --- /dev/null +++ b/po/el/upnp.po @@ -0,0 +1,228 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-28 02:08+0200\n" +"PO-Revision-Date: 2022-10-03 08:34+0000\n" +"Last-Translator: TakissX \n" +"Language-Team: Greek \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.14.1\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Δράση" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Ρυθμίσεις για προχωρημένους" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Σχόλιο" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Περιγραφή" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Γενικές ρυθμίσεις" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Θύρα" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Πρωτόκολλο" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/po/en/upnp.po b/po/en/upnp.po new file mode 100644 index 0000000..d8f54f0 --- /dev/null +++ b/po/en/upnp.po @@ -0,0 +1,236 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2023-11-30 14:34+0000\n" +"Last-Translator: rygle \n" +"Language-Team: English \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.3-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Force Forwarding" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "Force forwarding even there is no public IP (please try STUN first)" +msgstr "" diff --git a/po/es/upnp.po b/po/es/upnp.po new file mode 100644 index 0000000..5a44871 --- /dev/null +++ b/po/es/upnp.po @@ -0,0 +1,234 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2024-09-05 13:29+0000\n" +"Last-Translator: brodrigueznu \n" +"Language-Team: Spanish \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.8-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"Las Listas de Control de Acceso (ACL) especifican cuáles puertos externos " +"pueden ser reenviados hacía las direcciones IP y puertos del cliente. Las " +"direcciones IPv6 siempre son permitidas." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Acción" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Reenvíos de puertos activos" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Ajustes avanzados" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Anunciar como dispositivo UPnP IGDv1 (sin IPv6) en lugar de IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "Permitir" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "Permitir agregar reenvíos de puertos solo a direcciones IP solicitantes" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Número de modelo anunciado" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Número de serie anunciado" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Intervalo de borrado de reglas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Umbral de borrado de reglas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Dirección del cliente" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Puerto del cliente" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Comentario" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Eliminar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "Denegar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Descripción" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "UUID del dispositivo" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Velocidad de descarga" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Activar protocolo PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Activar protocolo UPnP IGD" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Activar UPnP modo IGDv1" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Activar registro adicional" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Activar modo seguro" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Puerto externo" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Ajustes generales" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Conceder acceso a UPnP IGD y PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Host" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Intervalo de notificación" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Puerto" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "URL de presentación" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protocolo" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Coloca información de depuración adicional en el registro del sistema" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Informar tiempo de actividad del sistema en vez de la del servicio" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "Host STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "Puerto STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "Listas de Control de Acceso (ACLs)" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Ajustes del Servicio" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "Archivo de tiempo de concesión del servicio" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Iniciar servicio" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "No hay reenvíos de puertos vigentes." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD y PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "Servicio UPnP IGD y PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP IGD y PCP/NAT-PMP permiten a los clientes de la red local configurar " +"automáticamente el reenvío de puertos en el enrutador. También llamado Plug " +"and Play universal." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Desconocido" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Velocidad de carga" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Utilizar STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Valor en KBytes/s, sólo informativo" diff --git a/po/fi/upnp.po b/po/fi/upnp.po new file mode 100644 index 0000000..5826d48 --- /dev/null +++ b/po/fi/upnp.po @@ -0,0 +1,228 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2022-04-21 23:00+0000\n" +"Last-Translator: Jiri Grönroos \n" +"Language-Team: Finnish \n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.12-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Toiminta" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Aktiivise UPnP-uudelleenohjaukset" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Lisäasetukset" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Kommentti" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Poista" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Kuvaus" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "Laitteen UUID" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Käytä NAT-PMP-toiminnallisuutta" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Käytä UPnP-toiminnallisuutta" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Käytä IGDv1-tilaa" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Ulkoinen portti" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Yleiset asetukset" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Palvelin" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Ilmoitusväli" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Portti" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protokolla" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "MiniUPnP-asetukset" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "UPnP-lainatiedosto" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Käynnistä UPnP- ja NAT-PMP-palvelu" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Ei aktiivisia uudelleenohjauksia." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Tuntematon" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Lähetysyhteys" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Käytä STUN:ia" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/po/fr/upnp.po b/po/fr/upnp.po new file mode 100644 index 0000000..09b0670 --- /dev/null +++ b/po/fr/upnp.po @@ -0,0 +1,235 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2024-02-01 22:49+0000\n" +"Last-Translator: ButterflyOfFire \n" +"Language-Team: French \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 5.4-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"Les ACLs définissent quels ports externes peuvent être redirigés, vers " +"quelles adresses et ports internes" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Action" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Redirections UPnP actives" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Paramètres avancés" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Annoncer comme dispositif IGDv1 au lieu de IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" +"Permet d'ajouter des redirections seulement vers les adresses IP qui font " +"des demandes" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Numéro de modèle annoncé" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Numéro de série annoncé" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Intervalle des règles de nettoyage" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Niveau des règles de nettoyage" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Adresse du client" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Port du client" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Commentaire" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Effacer" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Description" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "UUID du périphérique" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Liaison descendante" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Activer la fonctionnalité NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Activer la fonctionnalité UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Activer le mode IGDv1" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Activer la journalisation additionnelle" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Activer le mode sécurisé" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Port externe" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Réglages généraux" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Accorder l'accès aux procédures de upnp" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Hôte" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Intervalle de notification" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "URL de présentation" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protocole" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Rajoute des informations de debug dans le journal-système" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" +"Indiquer la durée de fonctionnement du système plutôt que celle du démon UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "Hôte STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "Port STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "ACLs MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Paramètres MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "Fichier des baux UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Démarrer les services UPnP et NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Il n'y a pas de redirections actives." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "Plug & Play universel" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP permet à des clients du réseau local de configurer automatiquement le " +"routeur." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Inconnue" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Liaison montante" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Utiliser STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Valeur en Ko/s, pour information seulement" diff --git a/po/ga/upnp.po b/po/ga/upnp.po new file mode 100644 index 0000000..afcf65d --- /dev/null +++ b/po/ga/upnp.po @@ -0,0 +1,234 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2024-09-06 19:05+0000\n" +"Last-Translator: Aindriú Mac Giolla Eoin \n" +"Language-Team: Irish \n" +"Language: ga\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : (n>2 && n<7) ? 2 :(" +"n>6 && n<11) ? 3 : 4;\n" +"X-Generator: Weblate 5.8-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"Sonraíonn ACLanna cé na calafoirt sheachtracha is féidir a chur ar aghaidh " +"chuig a seoltaí cliant agus calafoirt, IPv6 ceadaithe i gcónaí." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Gníomhaíocht" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Port Gníomhach ar Aghaidh" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Socruithe chun cinn" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Fógairt mar ghléas UPnP IGDv1 (gan IPv6) in ionad IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "Ceadaigh" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "Ceadaigh port a chur ar aghaidh chuig seoltaí IP amháin a iarrtar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Uimhir mhúnla fógartha" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Sraithuimhir fógartha" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Eatramh rialacha glan" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Táirseach rialacha glan" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Seoladh Cliant" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Port Cliant" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Trácht" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Scrios" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "Shéanadh" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Cur síos" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "UUID Gléas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Gá le luas a íoslódáil" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Cumasaigh prótacal PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Cumasaigh prótacal UPnP IGD" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Cumasaigh mód UPnP IGDv1" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Cumasaigh logáil bhreise" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Cumasaigh mód slán" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Port Seachtrach" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Socruithe Ginearálta" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Deonaigh rochtain ar UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Óstach" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Eatramh fógra" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Calafort" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "URL cur i láthair" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Prótacal" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Cuireann sé faisnéis bhreise dífhabhtaithe isteach i loga an chórais" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Córas tuairisce in ionad aga fónaimh seirbhíse" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "STUN Óstach" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "STUN Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "ACLanna seirbhíse" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Socruithe Seirbhíse" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "Comhad léasa seirbhíse" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Tosaigh seirbhís" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Níl aon phort gníomhach ar aghaidh." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "UPnP IGD & Seirbhís PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"Ligeann UPnP IGD & PCP/NAT-PMP do chliaint ar an líonra áitiúil chun port ar " +"aghaidh ar an ródaire a chumrú go huathoibríoch. Tugtar Breiseán Uilíoch " +"agus Súgradh air freisin." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Anaithnid" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Luas uaslódála" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Bain úsáid as STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Luach i KByte/s, eolasach amháin" diff --git a/po/he/upnp.po b/po/he/upnp.po new file mode 100644 index 0000000..4907b2a --- /dev/null +++ b/po/he/upnp.po @@ -0,0 +1,226 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2023-09-07 02:50+0000\n" +"Last-Translator: Oren Bahar \n" +"Language-Team: Hebrew \n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Weblate 5.0.1-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "פעולה" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "הגדרות מתקדמות" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "תגובה" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "תיאור" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "פתחה" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/po/hi/upnp.po b/po/hi/upnp.po new file mode 100644 index 0000000..06651bb --- /dev/null +++ b/po/hi/upnp.po @@ -0,0 +1,228 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2024-07-06 11:32+0000\n" +"Last-Translator: Sathvic \n" +"Language-Team: Hindi \n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 5.7-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "उन्नत सेटिंग्स" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "अज्ञात" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/po/hu/upnp.po b/po/hu/upnp.po new file mode 100644 index 0000000..11a2ee7 --- /dev/null +++ b/po/hu/upnp.po @@ -0,0 +1,232 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2024-08-20 16:40+0000\n" +"Last-Translator: hmzs \n" +"Language-Team: Hungarian \n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.7\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"Az ACL-ek határozzák meg, hogy melyik külső portok melyik belső portokra és " +"címekre kerülhetnek továbbításra" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Művelet" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Aktív UPnP átirányítások" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Haladó beállítások" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Hirdetés IGDv1 eszközként IGDv2 helyett" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" +"Kizárólag a kérést küldő IP címre történő továbbítás hozzáadásának " +"engedélyezése" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Bejelentett modellszám" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Bejelentett sorozatszám" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Szabály törlési időköz" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Szabály törlési küszöbérték" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Megjegyzés" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Törlés" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Leírás" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "Eszköz UUID" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Befelé jövő kapcsolat" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "NAT-PMP funkció engedélyezése" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "UPnP funkció engedélyezése" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "IGDv1 mód engedélyezése" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "További naplózás engedélyezése" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Biztonságos mód engedélyezése" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Külső port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Általános beállítások" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Gép" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Értesítési időköz" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "Bemutató URL" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protokoll" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "További hibakeresési információkat tesz a rendszernaplóba" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "A démon helyett a rendszer működési idejét jeleníti meg" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "MiniUPnP ACL-ek" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "MiniUPnP beállítások" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "UPnP bérlet fájl" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "UPnP és NAT-PMP szolgáltatás elindítása" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Nincsenek aktív átírányítások." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "Univerzális Plug and Play" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"Az UPnP lehetővé teszi a hálózatban lévő ügyfelek számára hogy automatikusan " +"beállítsák a routert." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Ismeretlen" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Kifelé menő kapcsolat" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Érték KByte/s-ban, csak tájékoztató jellegű" diff --git a/po/it/upnp.po b/po/it/upnp.po new file mode 100644 index 0000000..1821802 --- /dev/null +++ b/po/it/upnp.po @@ -0,0 +1,233 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2024-08-02 19:09+0000\n" +"Last-Translator: Random \n" +"Language-Team: Italian \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.7-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"Le ACL specificano quali porte esterne possono essere ridirezionate a quali " +"indirizzi e porte interni, IPv6 sempre consentito." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Azione" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Attiva reindirizzamento UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Impostazioni avanzate" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Pubblicizza come dispositivo IGDv1 anziché IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "Permetti" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "Permetti l'aggiunta della mappatura solo agli indirizzi IP richiedenti" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Numero modello annunciato" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Numero seriale annunciato" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Cancella le regole" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Pulisci le regole degli eventi" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Indirizzo IP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Porta" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Commento" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Elimina" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "Nega" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Descrizione" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "UUID del dispositivo" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Velocità di download" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Abilita il protocollo NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Abilita il protocollo UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Abilita modalità IGDv1" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Abilita log addizionale" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Abilita la modalità sicura" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Porta Esterna" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Impostazioni Generali" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Concedere l'accesso alle procedure UPnP e PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Host" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Intervallo di notifica" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Porta" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "URL di presentazione" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protocollo" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Scrivi nel log di sistema ulteriori informazioni di debug" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Mostra l'uptime del sistema invece del servizio" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "Host STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "Porta STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "Servizi ACL" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Opzioni di MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "File di leasing UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Avvia il servizio UPnP e NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Non ci sono mappature attive." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD e PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "Plug & Play universale" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP permette ai dispositivi nella rete locale di configurare " +"automaticamente l'apertura delle porte del router. Anche conosciuto come " +"Universal Plug and Play." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Sconosciuto" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Velocità di upload" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Usa STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Valori in KByte/s (informativo)" diff --git a/po/ja/upnp.po b/po/ja/upnp.po new file mode 100644 index 0000000..5c17d96 --- /dev/null +++ b/po/ja/upnp.po @@ -0,0 +1,232 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2024-03-28 23:40+0000\n" +"Last-Translator: Ioroi Kouhei \n" +"Language-Team: Japanese \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 5.5-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"アクセス制御リスト(ACL)は、どの外部ポートからどの内部アドレス及びポートへリ" +"ダイレクトするかを設定します。" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "アクション" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "稼働中のUPnPリダイレクト" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "詳細設定" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "IGDv2 ではなく IGDv1 デバイスとしてアドバタイズ" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "許可" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "要求元IPアドレスへの転送のみ、追加を許可します" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "通知するモデル番号" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "通知するシリアル番号" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "ルール消去間隔" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "ルール消去しきい値" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "クライアント・アドレス" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "クライアント・ポート" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "コメント" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "削除" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "拒否" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "説明" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "デバイス UUID" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "ダウンリンク" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "NAT-PMP機能を有効にする" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "UPnP機能を有効にする" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "IGDv1 モードを有効化" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "ログ機能を有効にする" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "セキュアモードを有効にする" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "外部ポート" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "一般設定" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "upnp プロシージャへのアクセスを許可" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "ホスト" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "通知間隔" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "ポート" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "プレゼンテーションURL" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "プロトコル" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "追加のデバッグ情報をシステムログへ挿入する" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "サービスの起動時間の代わりにシステムの起動時間を使用する" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "STUN ホスト" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "STUN ポート" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "MiniUPnPアクセス制御リスト(ACL)" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "MiniUPnP 設定" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "UPnP リースファイル" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "UPnP及びNAT-PMPサービスを開始する" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "有効なリダイレクトはありません。" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGDとPCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "ユニバーサル プラグ & プレイ" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnPを使用することで、ローカルネットワーク内のクライアントが自動的にルータを" +"構成することができます。" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "不明" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "アップリンク" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "STUN を使用" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "クライアントへの情報提供のみに使用される、KByte/sの値です" diff --git a/po/ko/upnp.po b/po/ko/upnp.po new file mode 100644 index 0000000..c9ae42c --- /dev/null +++ b/po/ko/upnp.po @@ -0,0 +1,228 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2023-10-04 03:38+0000\n" +"Last-Translator: Wonchul Kang \n" +"Language-Team: Korean \n" +"Language: ko\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 5.1-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "액션" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "고급 설정" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "메모" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "삭제" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "설명" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "기본 설정" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "호스트" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "포트" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "프로토콜" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/po/lt/upnp.po b/po/lt/upnp.po new file mode 100644 index 0000000..2e5d088 --- /dev/null +++ b/po/lt/upnp.po @@ -0,0 +1,235 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2024-08-07 18:30+0000\n" +"Last-Translator: Džiugas Januševičius \n" +"Language-Team: Lithuanian \n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" +"n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Weblate 5.7-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"„ACL“ (dgs.) nurodo, į kuriuos išorinius prievadus galima persiųsti į " +"nurodytus kliento adresus ir prievadus, IPv6 yra visada leidžiamas." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Veiksmas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Aktyvūs prievadų persiuntimai" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Pažangūs nustatymai" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" +"Reklamuoti/Skelbti kaip – „UPnP IGDv1“ įrenginį (be IPv6), vietoj „IGDv2“" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "Leisti" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" +"Leisti pridėti prievadų persiuntimus tik į užklausų reikalaujančius IP " +"adresus" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Paskelbtas modelio numeris" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Paskelbtas serijos numeris" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Išvalyti taisyklių intervalus" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Išvalyti taisyklių slenksčius" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Kliento adresas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Kliento prievadas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Komentuoti" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Ištrinti" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "Atmesti/Neprileisti" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Aprašas/-ymas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "Įrenginio „UUID“" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Atsisiuntimo greitis" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Įgalinti „NAT-PMP“ funkcionalumą" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Įgalinti „UPnP“ funkcionalumą" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Įjungti „IGDv1“ režimą" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Įjungti papildomą žurnalinimą" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Įjungti „saugųjį režimą“" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Išorinis prievadas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Bendri nustatymai" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Duoti prieigą prie „upnp procedures“" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Skleidėjas/Vedėjas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Pranešimo intervalas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Prievadas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "Pateikties „URL“ – saitas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protokolas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Įdeda papildomą derinimo informaciją į sistemos žurnalą" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Pranešti apie sistemos veikimo laiką, o ne tarnybos" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "„STUN“ skleidėjas/vedėjas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "„STUN“ prievadas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "„Service ACLs“" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Tarnybos („MiniUPnP“) nustatymai" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "Tarnybos nuomos failas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Paleisti „UPnP“ ir „NAT-PMP“ tarnybą" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Nėra aktyvių prievadų persiuntimų." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "„UPnP IGD & PCP/NAT-PMP“" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "„UPnP IGD & PCP/NAT-PMP“ tarnyba" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"„UPnP IGD“ ir „PCP/NAT-PMP“ leidžia vietinio tinklo klientams automatiškai " +"konfigūruoti prievado persiuntimus maršrutizatoriuje. Taip pat vadinamas – „" +"Universal Plug and Play“." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Nežinoma/-s/-i" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Įkėlimo greitis" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Naudoti „STUN“" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Reikšmė kilobaitais per sekundę (KB/s), tik informacinis" diff --git a/po/mr/upnp.po b/po/mr/upnp.po new file mode 100644 index 0000000..33351f3 --- /dev/null +++ b/po/mr/upnp.po @@ -0,0 +1,228 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2020-02-07 09:18+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.11-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "प्रगत सेटिंग्ज" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "टिप्पणी" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "हटवा" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "वर्णन" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "सामान्य सेटिंग्ज" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "पोर्ट" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "प्रोटोकॉल" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "अज्ञात" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "अपलिंक" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/po/ms/upnp.po b/po/ms/upnp.po new file mode 100644 index 0000000..0247ec3 --- /dev/null +++ b/po/ms/upnp.po @@ -0,0 +1,226 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2024-01-22 09:21+0000\n" +"Last-Translator: Abdul Muizz Bin Abdul Jalil \n" +"Language-Team: Malay \n" +"Language: ms\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 5.4-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Tindakan" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Tetapan Lanjutan" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Ulasan" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Keterangan" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Hos" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protokol" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/po/nb_NO/upnp.po b/po/nb_NO/upnp.po new file mode 100644 index 0000000..3653df0 --- /dev/null +++ b/po/nb_NO/upnp.po @@ -0,0 +1,229 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2024-01-01 08:05+0000\n" +"Last-Translator: Allan Nordhøy \n" +"Language-Team: Norwegian Bokmål \n" +"Language: nb_NO\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.4-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"ACL angir hvilke eksterne porter som kan bli viderekoblet, og til hvilke " +"interne adresser og porter." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Handling" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Aktive UPnP Viderekoblinger" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Avanserte innstillinger" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Annonser som IGDv1-enhet istedenfor IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "Tillat videkobling kun til IP adresser som ber om det" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Annonsert modellnummer" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Annonsert serienummer" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Nullstill UPnP Viderekoblinger intervall" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Nullstill UPnP terskel" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Klient adresse" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Klient port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Kommentar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Slett" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Beskrivelse" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "Enhet UUID" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Nedlinje" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Aktiver NAT-PMP funksjonalitet" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Aktiver UPnP funksjonalitet" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Skru på IGDv1-modus" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Aktiver tilleggs logging" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Aktiver sikker modus" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Ekstern port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Generelle innstillinger" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +#, fuzzy +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Innvilg tilgang til UPnP-muligheter" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Vert" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Informasjons intervall" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "Presentasjon URL" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protokoll" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Setter ekstra debugging informasjon i systemloggen" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Rapporter systemets oppetid istedenfor daemon oppetid" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "STUN-vert" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "STUN-port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "MiniUPnP ACL'er" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "MiniUPnP Innstillinger" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "UPnP leie fil" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Start UPnP og NAT-PMP tjenesten" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Det finnes ingen aktive viderekoblinger" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "UPnP IGD & PCP/NAT-PMP Service" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP gjør at klientene i det lokale nettverket automatisk kan konfigurere " +"ruteren." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Ukjent" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Opplinje" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Bruk STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Verdi i KByte/sek, kun for informasjon" diff --git a/po/nl/upnp.po b/po/nl/upnp.po new file mode 100644 index 0000000..43f03bd --- /dev/null +++ b/po/nl/upnp.po @@ -0,0 +1,226 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2024-04-17 08:03+0000\n" +"Last-Translator: Stephan \n" +"Language-Team: Dutch \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.5-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Actie" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "Toestaan" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/po/pl/upnp.po b/po/pl/upnp.po new file mode 100644 index 0000000..990e100 --- /dev/null +++ b/po/pl/upnp.po @@ -0,0 +1,234 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2024-03-10 22:01+0000\n" +"Last-Translator: Matthaiks \n" +"Language-Team: Polish \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Weblate 5.5-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"Listy kontroli dostępu (ACL) określają, które porty zewnętrzne mogą być " +"przekazywane do jakich adresów i portów klientów, przy czym protokół IPv6 " +"jest zawsze dozwolony." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Akcja" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Aktywne przekierowania portów" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Ustawienia zaawansowane" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Rozgłaszaj jako urządzenie UPnP IGDv1 (bez IPv6) zamiast IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "Zezwól" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "Zezwól na dodawanie przekazywań tylko do odpytujących adresów IP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Rozgłaszany numer modelu" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Rozgłaszany numer seryjny" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Interwał czyszczenia reguł" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Próg czyszczenia reguł" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Adres klienta" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Port klienta" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Komentarz" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Usuń" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "Odmów" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Opis" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "UUID urządzenia" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Prędkość pobierania" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Włącz protokół PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Włącz protokół UPnP IGD" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Włącz tryb UPnP IGDv1" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Włącz dodatkowe rejestrowanie" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Włącz tryb bezpieczny" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Port zewnętrzny" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Ustawienia główne" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Udziel dostępu do UPnP IGD i PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Host" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Interwał powiadamiania" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "Adres URL prezentacji" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protokół" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" +"Umieszcza dodatkowe informacje dotyczące debugowania w dzienniku systemowym" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Zgłaszaj czas pracy systemu zamiast czasu pracy usługi" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "Host STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "Port STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "Listy kontroli dostępu (ACL) usługi" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Ustawienia usługi" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "Plik dzierżawy usługi" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Uruchom usługę" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Nie ma aktywnych przekierowań portów." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD i PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "Usługa UPnP IGD i PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP IGD i PCP/NAT-PMP umożliwia klientom w sieci lokalnej automatyczną " +"konfigurację przekierowania portów na routerze. Nazywane także Universal " +"Plug and Play." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Nieznany" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Prędkość wysyłania" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Użyj STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Wartość w KB/s, tylko informacyjna" diff --git a/po/pt/upnp.po b/po/pt/upnp.po new file mode 100644 index 0000000..c4f8c66 --- /dev/null +++ b/po/pt/upnp.po @@ -0,0 +1,233 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-26 19:03+0200\n" +"PO-Revision-Date: 2024-07-20 20:09+0000\n" +"Last-Translator: ssantos \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 5.7-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"Os ACL especificam quais as portas externas que podem ser redirecionadas " +"para que endereços internos e portas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Ação" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Redirecionamentos ativos da UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Configurações avançadas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Anuncie como aparelho IGDv1 em vez de IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "Permitir" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" +"Permitir a adição de encaminhamentos apenas para solicitar endereços IP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Número modelo anunciado" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Número de série anunciado" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Limpar intervalo de regras" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Limpar limiar de regras" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Endereço do Cliente" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Porta do Cliente" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Comentário" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Apagar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "Negar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Descrição" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "UUID do aparelho" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Download speed" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Ativar a funcionalidade NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Ativar a funcionalidade UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Ativar o modo IGDv1" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Ativar log adicional" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Ativar o modo seguro" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Porta externa" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Configurações gerais" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Conceder UCI acesso aos procedimentos upnp" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Host" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Intervalo de Notificação" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Porta" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "URL de apresentação" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protocolo" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Põe informações de depuração extras no log do sistema" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Relata uptime do sistema ao invés da do daemon" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "Host STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "Porta STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "ACLs MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Definições MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "Ficheiro de concessão UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Iniciar serviço UPnP e NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Não há redirecionamentos ativos." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "Plug & Play Universal" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP permite que os clientes da rede local configurem o router " +"automaticamente." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Desconhecido" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Ligação ascendente" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Utilizar STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Valor em KByte/s, apenas informativo" diff --git a/po/pt_BR/upnp.po b/po/pt_BR/upnp.po new file mode 100644 index 0000000..d3b43c4 --- /dev/null +++ b/po/pt_BR/upnp.po @@ -0,0 +1,232 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:41+0200\n" +"PO-Revision-Date: 2024-07-19 19:31+0000\n" +"Last-Translator: Janderson Vieira Santos \n" +"Language-Team: Portuguese (Brazil) \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 5.7-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"As ACLs especificam quais portas externas podem ser encaminhadas para quais " +"endereços e portas de clientes, com IPv6 sempre será permitido." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Ação" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Redirecionamentos UPnP Ativos" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Configurações avançadas" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Anuncie-se como um dispositivo IGDv1 ao invés de um IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "Permitir" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" +"Permite adicionar encaminhamento apenas para o endereço IP requisitante" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Número do modelo anunciado" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Número de série anunciado" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Intervalo de limpeza das regras" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Limiar de limpeza das regras" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Endereço do cliente" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Porta do Cliente" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Comentário" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Apagar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "Negar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Descrição" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "UUID do Dispositivo" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Velocidade de recebimento do enlace (Download speed)" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Habilite a função NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Habilite a função UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Habilitar o modo IGDv1" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Habilite registros adicionais" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Habilite modo seguro" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Porta externa" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Configurações gerais" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Conceda acesso UCI aos procedimentos upnp" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Host" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Intervalo de notificação" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Porta" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "URL de Apresentação" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protocolo" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Envie informações extra de depuração ao registro do sistema" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Informe o tempo de vida do sistema ao invés do tempo do processo" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "Host STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "Porta STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "ACLs do MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Configurações do MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "Arquivo de concessão do UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Dispare os serviços de UPnP e NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Não existe redirecionamentos ativos." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "Plug & Play Universal" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP permite os clientes da rede local configurem automaticamente o roteador." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Desconhecido" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Velocidade de envio do enlace (uplink)" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Use o STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Valores em KByte/s, apenas informativas" diff --git a/po/ro/upnp.po b/po/ro/upnp.po new file mode 100644 index 0000000..da7b399 --- /dev/null +++ b/po/ro/upnp.po @@ -0,0 +1,230 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2022-01-25 22:56+0000\n" +"Last-Translator: CRISTIAN ANDREI \n" +"Language-Team: Romanian \n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" +"X-Generator: Weblate 4.11-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"ACL-urile specifica porturile externe care pot fi redirectate si spre ce " +"adrese si porturi interne" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Acțiune" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Redirecturi active UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Setări avansate" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Publicitate ca dispozitiv IGDv1 în loc de IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "Permite adaugarea forward-urilor doar catre adresele ip solicitante" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Numărul modelului anunțat" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Număr de serie anunțat" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Intervalul de curatare reguli" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Limita de curatare reguli" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Adresa client" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Port client" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Comentariu" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Ștergeți" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Descriere" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "UUID al dispozitivului" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Link în jos" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Activeaza functionalitatea NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Activeaza functionalitatea UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Activează modul IGDv1" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Activeaza log-area aditionala" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Activeaza modul securizat" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Port extern" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Setări generale" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Acordarea accesului la procedurile upnp" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Gazdă" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Interval de notificare" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "Adresa de prezentare" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protocol" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Pune informatii utile suplimentare in log-ul de sistem" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Raporteaza timpul de functionare de sistem in loc de serviciu" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "Gazda STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "Portul STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "Liste de acces mini UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Setari mini UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "Fisierul de conexiuni UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Porniți UPnP și serviciul NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Nu exista redirecturi active." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "Plug & Play universal" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPNP permite clientulor din reteaua locala sa configureze automat routerul." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Necunoscut" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Legătură ascendentă" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Utilizați STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Valorea in KOcteti/s , doar informational" diff --git a/po/ru/upnp.po b/po/ru/upnp.po new file mode 100644 index 0000000..dc0da6b --- /dev/null +++ b/po/ru/upnp.po @@ -0,0 +1,234 @@ +msgid "" +msgstr "" +"Project-Id-Version: LuCI: upnp\n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2024-05-12 08:00+0000\n" +"Last-Translator: Sergey Ponomarev \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Weblate 5.5.4\n" +"Project-Info: Это технический перевод, не дословный. Главное-удобный русский " +"интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"Список доступа задает внешние порты для перенаправления на внутренние адреса " +"и порты, при этом для IPv6 всегда разрешено." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Действие" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Активные UPnP-переадресации" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Дополнительные настройки" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Объявить как IGDv1 устройство вместо IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "Разрешить" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "Разрешить перенаправление только для запрашивающих IP-адресов" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Объявить номер модели" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Объявить серийный номер" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Интервал очистки правил" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Порог очистки правил" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Адрес клиента" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Порт клиента" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Комментарий" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Удалить" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "Отказать" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Описание" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "UUID устройства" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Внутреннее соединение" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Включить NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Включить UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "IGDv1 режим" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Дополнительное журналирование" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Защищённый режим" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Внешний порт" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Основные настройки" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Предоставить доступ к процедурам UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Устройство" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Интервал уведомления" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Порт" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "Задать URL-адрес" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Протокол" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Добавлять дополнительную отладочную информацию в системный журнал" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Сообщать время работы системы вместо службы" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "Хост STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "Порт STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "Список доступа MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Настройки MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "Файл аренды UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Запустить службы
UPnP и NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Активные переадресации отсутствуют." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD и PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "Сервис UPnP IGD и PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP позволяет клиентам в локальной сети автоматически настраивать " +"маршрутизатор." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Неизвестный" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Внешнее соединение" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Используйте STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Значение в КБ/с, только для информации" diff --git a/po/sk/upnp.po b/po/sk/upnp.po new file mode 100644 index 0000000..8e1b772 --- /dev/null +++ b/po/sk/upnp.po @@ -0,0 +1,226 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2020-04-04 17:34+0000\n" +"Last-Translator: Dušan Kazik \n" +"Language-Team: Slovak \n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Weblate 4.0-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Akcia" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Aktívne presmerovania UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Pokročilé nastavenia" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "Umožniť pridanie preposielaní iba požadovaným adresám IP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Ohlásené číslo modelu" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Ohlásené sériové číslo" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Vymazať interval pravidiel" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Vymazať prah pravidiel" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Adresa klienta" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Port klienta" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Komentár" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Odstrániť" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Popis" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "UUID zariadenia" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Povoliť funkcionalitu NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Povoliť funkcionalitu UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Povoliť režim IGDv1" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Povoliť dodatočné zaznamenávanie" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Povoliť zabezpečený režim" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Externý port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Všeobecné nastavenia" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Hostiteľ" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Interval upozornení" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "Prezentačná URL" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protokol" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Nastavenia MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Spustiť službu UPnP a NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Neexistujú žiadne aktívne presmerovania." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "UPnP umožňuje klientom v miestnej sieti automaticky nastaviť smerovač." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Neznáme" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Hodnota v KBajtoch za sekundu, iba informatívne" diff --git a/po/sv/upnp.po b/po/sv/upnp.po new file mode 100644 index 0000000..9dc7a71 --- /dev/null +++ b/po/sv/upnp.po @@ -0,0 +1,230 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2024-05-12 20:34+0000\n" +"Last-Translator: Daniel Nilsson \n" +"Language-Team: Swedish \n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.5.4\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"ACL:er anger vilka externa portar som ska omdirigeras till vilka interna " +"adresser och portar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Åtgärd" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Aktivera UPnP-omdirigeringar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Avancerade inställningar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Annonsera som UPnP IGDv1-enhet (ingen IPv6) istället för IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "Tillåt" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Aviserat modellnummer" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Aviserat serienummer" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Klient-adress" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Klient-port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Kommentar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Ta bort" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "Neka" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Beskrivning" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "Enhetens UUID" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Nerlänk" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Aktivera NAT-PMP-funktionalitet" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Aktivera UPnP-funktionalitet" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Aktivera UPnP IGDv1-läge" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Aktivera ytterligare loggning" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Aktivera säkert läge" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Extern port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Generella inställningar" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Tillåt åtkomst till UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Värd" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Intervall för avisering" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "Presentationens URL" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protokoll" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Lägger extra felsökningsinformation till system-loggen" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Rapportera systemet iställer för demonens upptid" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "STUN-värd" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "STUN-port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "ACL:er för MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Inställningar för MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "Hyr-fil för UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Starta UPnP och NAT-PMP-tjänsten" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Det finns inga aktiva omdirigeringar." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "Universiell Plug & Play" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP tillåter klienter i det lokala nätverket att automatiskt ställa in " +"routern." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Okänd" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Upplänk" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Använd STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Värde i KByte/s, endast informell" diff --git a/po/templates/upnp.pot b/po/templates/upnp.pot new file mode 100644 index 0000000..e40ca5b --- /dev/null +++ b/po/templates/upnp.pot @@ -0,0 +1,223 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Force Forwarding" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "Force forwarding even there is no public IP (please try STUN first)" +msgstr "" diff --git a/po/tr/upnp.po b/po/tr/upnp.po new file mode 100644 index 0000000..a754354 --- /dev/null +++ b/po/tr/upnp.po @@ -0,0 +1,230 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2024-03-10 22:01+0000\n" +"Last-Translator: Oğuz Ersen \n" +"Language-Team: Turkish \n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 5.5-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"ACL'ler, hangi harici bağlantı noktalarının hangi dahili adreslere ve " +"bağlantı noktalarına yeniden yönlendirilebileceğini belirtir." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Eylem" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Aktif UPnP Yönlendirmeleri" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Gelişmiş Ayarlar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "IGDv2 yerine IGDv1 cihazı olarak duyuru yap" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "İzin ver" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "Yalnızca istekte bulunan ip adreslerine yönlendirme eklemeye izin ver" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Açıklanan model numarası" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Açıklanan seri numarası" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Temiz kurallar aralığı" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Temiz kural eşiği" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "İstemci Adresi" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "İstemci Bağlantı Noktası" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Yorum" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Sil" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "Reddet" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Açıklama" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "Cihaz UUID'si" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "İndirme hızı" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "NAT-PMP işlevselliğini etkinleştirin" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "UPnP işlevselliğini etkinleştirin" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "IGDv1 modunu etkinleştir" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Ek günlük kaydını etkinleştir" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Güvenli modu etkinleştir" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Harici Bağlantı Noktası" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Genel Ayarlar" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Upnp prosedürlerine erişim izni verin" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Ana bilgisayar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Bildirme aralığı" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Bağlantı noktası" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "Sunum URL'si" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Protokol" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Sistem günlüğüne fazladan hata ayıklama bilgisi koyar" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Arka plan programı çalışma süresi yerine sistemi rapor et" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "STUN Ana Bilgisayarı" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "STUN Bağlantı Noktası" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "MiniUPnP ACL'leri" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "MiniUPnP ayarları" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "UPnP kira dosyası" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "UPnP ve NAT-PMP hizmetini başlatın" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Etkin yönlendirme yok." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD ve PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "Evrensel Tak ve Çalıştır" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP, yerel ağdaki istemcilerin yönlendiriciyi otomatik olarak " +"yapılandırmasına izin verir." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Bilinmiyor" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Yükleme hızı" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "STUN kullan" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "KBayt/sn cinsinden değer, yalnızca bilgi amaçlı" diff --git a/po/uk/upnp.po b/po/uk/upnp.po new file mode 100644 index 0000000..3049e8c --- /dev/null +++ b/po/uk/upnp.po @@ -0,0 +1,232 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"PO-Revision-Date: 2024-04-01 18:18+0000\n" +"Last-Translator: Ievgen Ievgen \n" +"Language-Team: Ukrainian \n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Weblate 5.5-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"Списки контролю доступу (ACL) визначають, які зовнішні порти можуть бути " +"переспрямовані на які внутрішні адреси й порти" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Дія" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Активні переспрямування UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Розширені налаштування" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Оголошувати як пристрій IGDv1 замість IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "Дозволити" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" +"Дозволити додавання переспрямування тільки для IP-адрес, що надсилають запити" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Оголошуваний номер моделі" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Оголошуваний серійний номер" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Інтервал очищення правил" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Поріг очищення правил" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Адреса клієнта" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Порт клієнта" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Примітка" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Видалити" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Опис" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "UUID пристрою" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Низхідне з'єднання" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Увімкнути функцію NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Увімкнути функцію UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Увімкнути режим IGDv1" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Увімкнути додаткове журналювання" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Увімкнути захищений режим" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Зовнішній порт" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Загальні налаштування" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Надати доступ до процедур upnp" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Вузол" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Інтервал сповіщення" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Порт" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "URL презентації" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Протокол" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Включати додаткові відомості для налагодження до системного журналу" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Повідомляти час безвідмовної роботи системи, а не сервісу" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "Хост STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "Порт STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "Список контролю доступу MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Настройки MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "Файл оренд UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "Запускати служби UPnP та NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Немає активних переспрямувань." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "UPnP IGD & PCP/NAT-PMP Service" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP надає клієнтам у локальній мережі змогу автоматично настроювати " +"маршрутизатор." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Невідомо" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Висхідне з'єднання" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Використовувати STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Значення (КБ/с), тільки для інформації" diff --git a/po/vi/upnp.po b/po/vi/upnp.po new file mode 100644 index 0000000..a25ce3b --- /dev/null +++ b/po/vi/upnp.po @@ -0,0 +1,233 @@ +# upnp.pot +# generated from ./applications/luci-upnp/luasrc/i18n/upnp.en.lua +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-16 06:59+0200\n" +"PO-Revision-Date: 2024-01-26 16:51+0000\n" +"Last-Translator: Hứa Đức Quân \n" +"Language-Team: Vietnamese \n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 5.4-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"ACLs chỉ định cổng bên ngoài nào có thể được chuyển hướng đến địa chỉ và " +"cổng nội bộ nào" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "Hành động" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "Chuyển hướng UPnP đang hoạt động" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "Cài đặt Nâng cao" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "Quảng cáo dưới dạng thiết bị IGDv1 thay vì IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "Chỉ cho phép thêm chuyển tiếp để yêu cầu địa chỉ IP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "Announced model number" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "Announced serial number" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "Khoảng thời gian quy tắc sạch" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "Clean rules threshold" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "Client Address" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "Client Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "Bình luận" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "Xoá" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "Mô tả" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "Device UUID" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "Download speed" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "Bật chức năng NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "Bật chức năng UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "Kích hoạt chế độ IGDv1" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "Bật ghi nhật ký bổ sung" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "Kích hoạt chế độ an toàn" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "Cổng bên ngoài" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "Các cài đặt chung" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "Cấp quyền truy cập vào thủ tục upnp" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "Host" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "Vòng lặp thông báo" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "Cổng" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "Presentation URL" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "Giao thức" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "Đưa thông tin sửa lỗi bổ sung vào nhật ký hệ thống" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "Hệ thống báo cáo thay vì thời gian hoạt động của daemon" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "STUN Host" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "STUN Port" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "Service ACLs" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "Cài đặt MiniUPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "Tệp cho thuê UPnP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "The report system instead of daemon time active" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "Không có chuyển hướng đang hoạt động." + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "UPnP IGD & PCP/NAT-PMP Service" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP cho phép các máy khách trong mạng cục bộ tự động cấu hình bộ định tuyến." + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "Không xác định" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "Tuyến lên" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "Sử dụng STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "Giá trị tính bằng KByte/s, chỉ mang tính thông tin" diff --git a/po/yua/upnp.po b/po/yua/upnp.po new file mode 100644 index 0000000..6c353f6 --- /dev/null +++ b/po/yua/upnp.po @@ -0,0 +1,227 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:36+0200\n" +"PO-Revision-Date: 2023-11-30 14:34+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: yua\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.3-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "" diff --git a/po/zh_Hans/upnp.po b/po/zh_Hans/upnp.po new file mode 100644 index 0000000..9daf6b0 --- /dev/null +++ b/po/zh_Hans/upnp.po @@ -0,0 +1,241 @@ +# +# Yangfl , 2018. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-10 03:40+0200\n" +"PO-Revision-Date: 2024-07-25 14:37+0000\n" +"Last-Translator: 大王叫我来巡山 \n" +"Language-Team: Chinese (Simplified) \n" +"Language: zh_Hans\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 5.7-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "访问控制列表指定哪些外部端口可以被重定向至哪些内部地址及端口,支持使用 IPv6。" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "操作" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "活跃的端口转发" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "高级设置" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "广播为 IGDv1 设备(无 IPv6),而不是 IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "允许" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "仅允许添加对请求 IP 地址自己的端口转发" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "通告的设备型号" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "通告的设备序列号" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "定时清除规则" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "清除规则阈值" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "客户端地址" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "客户端端口" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "注释" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "删除" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "拒绝" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "描述" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "设备 UUID" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "下载速度" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "启用 PCP/NAT-PMP 协议" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "启用 UPnP IGD 协议" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "启用 UPnP IGDv1 模式" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "启用额外的日志" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "启用安全模式" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "外部端口" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "常规设置" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "授予访问 UPnP IGD 及 PCP/NAT-PMP 的权限" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "主机" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "通知的时间间隔" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "端口" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "服务网址" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "协议" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "将额外的调试信息输出到系统日志中" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "用系统运行时间代替进程运行时间" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "STUN 主机" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "STUN 端口" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "服务访问控制列表" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "服务设置" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "服务租约文件" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "启动服务" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "没有活跃的端口转发。" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD 和 PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "UPnP IGD 和 PCP/NAT-PMP 服务" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "UPnP IGD 和 PCP/NAT-PMP " +"允许局域网内客户端自动设置路由器上的端口转发。也被称作通用即插即用。" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "未知" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "上传速度" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "使用 STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "单位为 KByte/s,仅供参考" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Force Forwarding" +msgstr "强制转发" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "Force forwarding even there is no public IP (please try STUN first)" +msgstr "即使没有公网 IP 也进行转发(请先尝试 STUN)" diff --git a/po/zh_Hant/upnp.po b/po/zh_Hant/upnp.po new file mode 100644 index 0000000..cb7952b --- /dev/null +++ b/po/zh_Hant/upnp.po @@ -0,0 +1,240 @@ +# +# Yangfl , 2018. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2024-03-12 11:01+0000\n" +"Last-Translator: Yuan Law \n" +"Language-Team: Chinese (Traditional) \n" +"Language: zh_Hant\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 5.5-dev\n" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "" +"ACLs specify which external ports can be forwarded to which client addresses " +"and ports, IPv6 always allowed." +msgstr "" +"您可以使用 ACL(存取控制串列)來規定哪些「外部埠」可被重新導向到哪些「內部位" +"址」和「內部埠」" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:202 +msgid "Action" +msgstr "操作" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:31 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:113 +msgid "Active Port Forwards" +msgstr "動態 UPnP 重新導向" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:119 +msgid "Advanced Settings" +msgstr "進階設定" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:131 +msgid "Advertise as UPnP IGDv1 device (no IPv6) instead of IGDv2" +msgstr "宣傳為 IGDv1 裝置,而非 IGDv2" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:203 +msgid "Allow" +msgstr "允許" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:128 +msgid "Allow adding port forwards only to requesting IP addresses" +msgstr "只容許向請求的IP位址新增轉發" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:150 +msgid "Announced model number" +msgstr "發布的型號" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:149 +msgid "Announced serial number" +msgstr "發布的序列號" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:160 +msgid "Clean rules interval" +msgstr "清除規則間隔" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:156 +msgid "Clean rules threshold" +msgstr "清除規則門檻值" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:45 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:85 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:194 +msgid "Client Address" +msgstr "客戶端位址" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:47 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:87 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:198 +msgid "Client Port" +msgstr "客戶端埠" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:188 +msgid "Comment" +msgstr "註解" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:62 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:106 +msgid "Delete" +msgstr "刪除" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:204 +msgid "Deny" +msgstr "拒絕" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:48 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:88 +msgid "Description" +msgstr "描述" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:148 +msgid "Device UUID" +msgstr "裝置 UUID" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:136 +msgid "Download speed" +msgstr "下行鏈路" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:125 +msgid "Enable PCP/NAT-PMP protocol" +msgstr "啓用 NAT-PMP 功能" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:124 +msgid "Enable UPnP IGD protocol" +msgstr "啓用 UPnP 功能" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:130 +msgid "Enable UPnP IGDv1 mode" +msgstr "啟用 IGDv1 模式" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:133 +msgid "Enable additional logging" +msgstr "啓用附加日誌" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:127 +msgid "Enable secure mode" +msgstr "啓用安全模式" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:44 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:84 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:190 +msgid "External Port" +msgstr "外部埠" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:118 +msgid "General Settings" +msgstr "一般設定" + +#: applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json:3 +msgid "Grant access to UPnP IGD & PCP/NAT-PMP" +msgstr "授予存取 UPnP 程序的權限" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:46 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:86 +msgid "Host" +msgstr "主機" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:152 +msgid "Notify interval" +msgstr "通知時間間隔" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:142 +msgid "Port" +msgstr "連接埠" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:164 +msgid "Presentation URL" +msgstr "存在 URL" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:43 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:83 +msgid "Protocol" +msgstr "協定" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:134 +msgid "Puts extra debugging information into the system log" +msgstr "將額外的除錯資訊寫入系統日誌" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:146 +msgid "Report system instead of service uptime" +msgstr "報告使用系統上線時間,而非程序上線時間" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:172 +msgid "STUN Host" +msgstr "STUN 主機" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:176 +msgid "STUN Port" +msgstr "STUN 埠" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Service ACLs" +msgstr "MiniUPnP ACL" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:116 +msgid "Service Settings" +msgstr "MiniUPnP 設定" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:167 +msgid "Service lease file" +msgstr "UPnP 租約檔" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:121 +msgid "Start service" +msgstr "啟動服務" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:70 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:66 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:110 +msgid "There are no active port forwards." +msgstr "沒有活躍的重新導向。" + +#: applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json:3 +msgid "UPnP IGD & PCP/NAT-PMP" +msgstr "UPnP IGD & PCP/NAT-PMP" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:75 +msgid "UPnP IGD & PCP/NAT-PMP Service" +msgstr "通用隨插即用 (UPnP)" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:76 +msgid "" +"UPnP IGD & PCP/NAT-PMP allows clients on the local network to automatically " +"configure port forwards on the router. Also called Universal Plug and Play." +msgstr "" +"UPnP(通用隨插即用)允許本地網絡中的客戶端配置路由器,自動設定埠的重新導向。" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/status/include/80_upnp.js:60 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:56 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:100 +msgid "Unknown" +msgstr "未知" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:139 +msgid "Upload speed" +msgstr "上行鏈路" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:170 +msgid "Use STUN" +msgstr "使用 STUN" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:137 +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:140 +msgid "Value in KByte/s, informational only" +msgstr "值 (KByte/s) 僅供參考" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:181 +msgid "Force Forwarding" +msgstr "強制轉發" + +#: applications/luci-app-upnp/htdocs/luci-static/resources/view/upnp/upnp.js:182 +msgid "Force forwarding even there is no public IP (please try STUN first)" +msgstr "即使沒有公網 IP 也進行轉發(請先嘗試 STUN)" diff --git a/root/etc/uci-defaults/40_luci-miniupnp b/root/etc/uci-defaults/40_luci-miniupnp new file mode 100755 index 0000000..915fce3 --- /dev/null +++ b/root/etc/uci-defaults/40_luci-miniupnp @@ -0,0 +1,12 @@ +#!/bin/sh + +[ -f "/etc/config/ucitrack" ] && { +uci -q batch <<-EOF >/dev/null + delete ucitrack.@upnpd[-1] + add ucitrack upnpd + set ucitrack.@upnpd[-1].init=miniupnpd + commit ucitrack +EOF +} + +exit 0 diff --git a/root/usr/share/luci/menu.d/luci-app-upnp.json b/root/usr/share/luci/menu.d/luci-app-upnp.json new file mode 100644 index 0000000..c8249bc --- /dev/null +++ b/root/usr/share/luci/menu.d/luci-app-upnp.json @@ -0,0 +1,14 @@ +{ + "admin/network/upnp": { + "title": "UPnP", + "order": 62, + "action": { + "type": "view", + "path": "upnp/upnp" + }, + "depends": { + "acl": [ "luci-app-upnp" ], + "uci": { "upnpd": true } + } + } +} diff --git a/root/usr/share/rpcd/acl.d/luci-app-upnp.json b/root/usr/share/rpcd/acl.d/luci-app-upnp.json new file mode 100644 index 0000000..4611f50 --- /dev/null +++ b/root/usr/share/rpcd/acl.d/luci-app-upnp.json @@ -0,0 +1,18 @@ +{ + "luci-app-upnp": { + "description": "Grant access to UPnP IGD & PCP/NAT-PMP", + "read": { + "ubus": { + "luci.upnp": [ "get_status" ], + "luci": [ "setInitAction" ] + }, + "uci": [ "upnpd" ] + }, + "write": { + "ubus": { + "luci.upnp": [ "delete_rule" ] + }, + "uci": [ "upnpd" ] + } + } +} diff --git a/root/usr/share/rpcd/ucode/luci.upnp b/root/usr/share/rpcd/ucode/luci.upnp new file mode 100644 index 0000000..9ee47f2 --- /dev/null +++ b/root/usr/share/rpcd/ucode/luci.upnp @@ -0,0 +1,139 @@ +// Copyright 2022 Jo-Philipp Wich +// Licensed to the public under the Apache License 2.0. + +'use strict'; + +import { access, open, popen } from 'fs'; +import { connect } from 'ubus'; +import { cursor } from 'uci'; + +// Establish ubus connection persistently outside of the call handler scope to +// prevent premature GC'ing. Can be moved into `get_status` callback once +// https://github.com/jow-/ucode/commit/a58fe4709f661b5f28e26701ea8638efccf5aeb6 +// is merged. +const ubus = connect(); + +const methods = { + get_status: { + call: function(req) { + const uci = cursor(); + + const rules = []; + const leases = []; + + const leasefile = open(uci.get('upnpd', 'config', 'upnp_lease_file'), 'r'); + + if (leasefile) { + for (let line = leasefile.read('line'); length(line); line = leasefile.read('line')) { + const record = split(line, ':', 6); + + if (length(record) == 6) { + push(leases, { + proto: uc(record[0]), + extport: +record[1], + intaddr: arrtoip(iptoarr(record[2])), + intport: +record[3], + expiry: +record[4], + description: trim(record[5]) + }); + } + } + + leasefile.close(); + } + + const ipt = popen('iptables --line-numbers -t nat -xnvL MINIUPNPD 2>/dev/null'); + + if (ipt) { + for (let line = ipt.read('line'); length(line); line = ipt.read('line')) { + let m = match(line, /^([0-9]+)\s+([a-z]+).+dpt:([0-9]+) to:(\S+):([0-9]+)/); + + if (m) { + push(rules, { + num: m[1], + proto: uc(m[2]), + extport: +m[3], + intaddr: arrtoip(iptoarr(m[4])), + intport: +m[5], + descr: '' + }); + } + } + + ipt.close(); + } + + const nft = popen('nft --handle list chain inet fw4 upnp_prerouting 2>/dev/null'); + + if (nft) { + for (let line = nft.read('line'), num = 1; length(line); line = nft.read('line')) { + let m = match(line, /^\t\tiif ".+" @nh,72,8 (0x6|0x11) th dport ([0-9]+) dnat ip to ([0-9.]+):([0-9]+)/); + + if (m) { + push(rules, { + num: `${num}`, + proto: (m[1] == '0x6') ? 'TCP' : 'UDP', + extport: +m[2], + intaddr: arrtoip(iptoarr(m[3])), + intport: +m[4], + descr: '' + }); + + num++; + } + } + + nft.close(); + } + + return ubus.defer('luci-rpc', 'getHostHints', {}, function(rc, host_hints) { + for (let rule in rules) { + for (let lease in leases) { + if (lease.proto == rule.proto && + lease.intaddr == rule.intaddr && + lease.intport == rule.intport && + lease.extport == rule.extport) + { + rule.descr = lease.description; + break; + } + } + + for (let mac, hint in host_hints) { + if (rule.intaddr in hint.ipaddrs) { + rule.host_hint = hint.name; + break; + } + } + } + + req.reply({ rules }); + }); + } + }, + + delete_rule: { + args: { token: 'token' }, + call: function(req) { + const idx = +req.args?.token; + + if (idx > 0) { + const uci = cursor(); + const leasefile = uci.get('upnpd', 'config', 'upnp_lease_file'); + + if (access(leasefile)) { + system(['sed', '-i', '-e', `${idx}d`, leasefile]); + system(['/etc/init.d/miniupnpd', 'restart']); + } + + return { result: 'OK' }; + } + + return { result: 'Bad request' }; + } + } +}; + +return { 'luci.upnp': methods }; + + diff --git a/root/usr/share/ucitrack/luci-app-upnp.json b/root/usr/share/ucitrack/luci-app-upnp.json new file mode 100644 index 0000000..a9e1902 --- /dev/null +++ b/root/usr/share/ucitrack/luci-app-upnp.json @@ -0,0 +1,4 @@ +{ + "config": "upnpd", + "init": "miniupnpd" +}