From bd39c6394583c23d1529b10e9bd86c076862fa68 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 14 Jan 2025 02:54:45 +0100 Subject: [PATCH] luci-app-firewall: i18n fix Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/firewall/ipsets.js | 2 +- applications/luci-app-firewall/po/ar/firewall.po | 4 ---- applications/luci-app-firewall/po/bg/firewall.po | 4 ---- applications/luci-app-firewall/po/bn_BD/firewall.po | 4 ---- applications/luci-app-firewall/po/ca/firewall.po | 4 ---- applications/luci-app-firewall/po/cs/firewall.po | 4 ---- applications/luci-app-firewall/po/da/firewall.po | 7 +++---- applications/luci-app-firewall/po/de/firewall.po | 7 +++---- applications/luci-app-firewall/po/el/firewall.po | 4 ---- applications/luci-app-firewall/po/es/firewall.po | 7 +++---- applications/luci-app-firewall/po/fa/firewall.po | 7 +++---- applications/luci-app-firewall/po/fi/firewall.po | 7 +++---- applications/luci-app-firewall/po/fr/firewall.po | 7 +++---- applications/luci-app-firewall/po/ga/firewall.po | 7 +++---- applications/luci-app-firewall/po/he/firewall.po | 4 ---- applications/luci-app-firewall/po/hi/firewall.po | 4 ---- applications/luci-app-firewall/po/hu/firewall.po | 7 +++---- applications/luci-app-firewall/po/id/firewall.po | 4 ---- applications/luci-app-firewall/po/it/firewall.po | 7 +++---- applications/luci-app-firewall/po/ja/firewall.po | 4 ---- applications/luci-app-firewall/po/ka/firewall.po | 7 +++---- applications/luci-app-firewall/po/ko/firewall.po | 4 ---- applications/luci-app-firewall/po/lt/firewall.po | 7 +++---- applications/luci-app-firewall/po/mr/firewall.po | 4 ---- applications/luci-app-firewall/po/ms/firewall.po | 4 ---- applications/luci-app-firewall/po/nb_NO/firewall.po | 4 ---- applications/luci-app-firewall/po/nl/firewall.po | 7 +++---- applications/luci-app-firewall/po/pl/firewall.po | 7 +++---- applications/luci-app-firewall/po/pt/firewall.po | 7 +++---- applications/luci-app-firewall/po/pt_BR/firewall.po | 7 +++---- applications/luci-app-firewall/po/ro/firewall.po | 7 +++---- applications/luci-app-firewall/po/ru/firewall.po | 7 +++---- applications/luci-app-firewall/po/si/firewall.po | 4 ---- applications/luci-app-firewall/po/sk/firewall.po | 4 ---- applications/luci-app-firewall/po/sr/firewall.po | 4 ---- applications/luci-app-firewall/po/sv/firewall.po | 4 ---- applications/luci-app-firewall/po/templates/firewall.pot | 4 ---- applications/luci-app-firewall/po/tr/firewall.po | 7 +++---- applications/luci-app-firewall/po/uk/firewall.po | 7 +++---- applications/luci-app-firewall/po/ur/firewall.po | 4 ---- applications/luci-app-firewall/po/vi/firewall.po | 7 +++---- applications/luci-app-firewall/po/yua/firewall.po | 4 ---- applications/luci-app-firewall/po/zh_Hans/firewall.po | 7 +++---- applications/luci-app-firewall/po/zh_Hant/firewall.po | 7 +++---- 44 files changed, 67 insertions(+), 173 deletions(-) diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js index cf3b8818de..0b767d1576 100644 --- a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js +++ b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js @@ -67,7 +67,7 @@ return view.extend({ o = s.option(form.ListValue, 'family', _('Family')); o.value('ipv4', _('IPv4')); o.value('ipv6', _('IPv6')); - o.default = _('ipv4'); + o.default = 'ipv4'; /* Direction src, dst; (Data)Types: ip, port, mac, net or set diff --git a/applications/luci-app-firewall/po/ar/firewall.po b/applications/luci-app-firewall/po/ar/firewall.po index 05ac5b06d3..1446dae952 100644 --- a/applications/luci-app-firewall/po/ar/firewall.po +++ b/applications/luci-app-firewall/po/ar/firewall.po @@ -1450,10 +1450,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/bg/firewall.po b/applications/luci-app-firewall/po/bg/firewall.po index a57a1431db..3f758b5aca 100644 --- a/applications/luci-app-firewall/po/bg/firewall.po +++ b/applications/luci-app-firewall/po/bg/firewall.po @@ -1346,10 +1346,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/bn_BD/firewall.po b/applications/luci-app-firewall/po/bn_BD/firewall.po index 859d26c560..e6c3055b2c 100644 --- a/applications/luci-app-firewall/po/bn_BD/firewall.po +++ b/applications/luci-app-firewall/po/bn_BD/firewall.po @@ -1332,10 +1332,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/ca/firewall.po b/applications/luci-app-firewall/po/ca/firewall.po index 2eaa3aee1a..affa892be4 100644 --- a/applications/luci-app-firewall/po/ca/firewall.po +++ b/applications/luci-app-firewall/po/ca/firewall.po @@ -1362,10 +1362,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/cs/firewall.po b/applications/luci-app-firewall/po/cs/firewall.po index bee9672307..847b9c6f8e 100644 --- a/applications/luci-app-firewall/po/cs/firewall.po +++ b/applications/luci-app-firewall/po/cs/firewall.po @@ -1389,10 +1389,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/da/firewall.po b/applications/luci-app-firewall/po/da/firewall.po index 8c78c8febb..ae331d59b0 100644 --- a/applications/luci-app-firewall/po/da/firewall.po +++ b/applications/luci-app-firewall/po/da/firewall.po @@ -1506,10 +1506,6 @@ msgstr "ip[/cidr]
" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "ip[/cidr]
Til brug med Match-datatyper: *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "liste" @@ -1604,6 +1600,9 @@ msgstr "op til 65536 poster." msgid "valid firewall mark" msgstr "gyldigt firewallmærke" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Softwarebaseret offloading til routing/NAT" diff --git a/applications/luci-app-firewall/po/de/firewall.po b/applications/luci-app-firewall/po/de/firewall.po index b08d2dde00..036719b546 100644 --- a/applications/luci-app-firewall/po/de/firewall.po +++ b/applications/luci-app-firewall/po/de/firewall.po @@ -1533,10 +1533,6 @@ msgstr "" "ip[/cidr]
Zur Verwendung mit Übereinstimmungs-Datentypen: *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "Liste" @@ -1631,6 +1627,9 @@ msgstr "bis zu 65536 Einträgen." msgid "valid firewall mark" msgstr "gültige Firewall-Markierung" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Softwarebasierte Auslagerung von Routing/NAT" diff --git a/applications/luci-app-firewall/po/el/firewall.po b/applications/luci-app-firewall/po/el/firewall.po index 656ed85b61..990e2a632a 100644 --- a/applications/luci-app-firewall/po/el/firewall.po +++ b/applications/luci-app-firewall/po/el/firewall.po @@ -1345,10 +1345,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/es/firewall.po b/applications/luci-app-firewall/po/es/firewall.po index d4b1d08384..d2b78e1516 100644 --- a/applications/luci-app-firewall/po/es/firewall.po +++ b/applications/luci-app-firewall/po/es/firewall.po @@ -1531,10 +1531,6 @@ msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" "ip[/cidr]
Para usar con los tipos de datos de iguales:*_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "lista" @@ -1629,6 +1625,9 @@ msgstr "hasta 65536 entradas." msgid "valid firewall mark" msgstr "marca de cortafuegos válida" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Descarga basada en software para enrutamiento/NAT" diff --git a/applications/luci-app-firewall/po/fa/firewall.po b/applications/luci-app-firewall/po/fa/firewall.po index 24d2aea365..1bd769323a 100644 --- a/applications/luci-app-firewall/po/fa/firewall.po +++ b/applications/luci-app-firewall/po/fa/firewall.po @@ -1495,10 +1495,6 @@ msgstr "ip[/cidr]
" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "ip[/cidr]
برای استفاده با انواع داده Match: *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "آی پی نسخه ۴" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "لیست" @@ -1593,6 +1589,9 @@ msgstr "تا ۶۵۵۳۶ ورودی." msgid "valid firewall mark" msgstr "علامت فایروال معتبر" +#~ msgid "ipv4" +#~ msgstr "آی پی نسخه ۴" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "تخیله کردن مبتنی بر نرم افزار برای مسیریابی/NAT" diff --git a/applications/luci-app-firewall/po/fi/firewall.po b/applications/luci-app-firewall/po/fi/firewall.po index c785d5e68a..f98e057702 100644 --- a/applications/luci-app-firewall/po/fi/firewall.po +++ b/applications/luci-app-firewall/po/fi/firewall.po @@ -1472,10 +1472,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" @@ -1570,6 +1566,9 @@ msgstr "" msgid "valid firewall mark" msgstr "kelvollinen palomuurimerkintä" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Ohjelmistopohjainen reititys/NAT" diff --git a/applications/luci-app-firewall/po/fr/firewall.po b/applications/luci-app-firewall/po/fr/firewall.po index 5c24953c80..8575ffe755 100644 --- a/applications/luci-app-firewall/po/fr/firewall.po +++ b/applications/luci-app-firewall/po/fr/firewall.po @@ -1538,10 +1538,6 @@ msgstr "" "ip[/cidr]
A utiliser avec les types de données Match : *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "liste" @@ -1636,6 +1632,9 @@ msgstr "jusqu'à 65536 entrées." msgid "valid firewall mark" msgstr "marque de pare-feu valide" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Déchargement basé sur logiciel pour le routage/NAT" diff --git a/applications/luci-app-firewall/po/ga/firewall.po b/applications/luci-app-firewall/po/ga/firewall.po index 2f92e35d66..915541b9e2 100644 --- a/applications/luci-app-firewall/po/ga/firewall.po +++ b/applications/luci-app-firewall/po/ga/firewall.po @@ -1521,10 +1521,6 @@ msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" "ip[/cidr]
Le húsáid le cineálacha sonraí Match: *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "liosta" @@ -1619,5 +1615,8 @@ msgstr "suas go dtí 65536 iontráil." msgid "valid firewall mark" msgstr "marc balla dóiteáin bailí" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Díluchtú bunaithe ar bhogearraí le haghaidh Routa/NAT" diff --git a/applications/luci-app-firewall/po/he/firewall.po b/applications/luci-app-firewall/po/he/firewall.po index 674b14d881..80d206ad20 100644 --- a/applications/luci-app-firewall/po/he/firewall.po +++ b/applications/luci-app-firewall/po/he/firewall.po @@ -1330,10 +1330,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/hi/firewall.po b/applications/luci-app-firewall/po/hi/firewall.po index 2ee501d8df..57c8c908e0 100644 --- a/applications/luci-app-firewall/po/hi/firewall.po +++ b/applications/luci-app-firewall/po/hi/firewall.po @@ -1332,10 +1332,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/hu/firewall.po b/applications/luci-app-firewall/po/hu/firewall.po index 396e69130a..a9172c78ba 100644 --- a/applications/luci-app-firewall/po/hu/firewall.po +++ b/applications/luci-app-firewall/po/hu/firewall.po @@ -1538,10 +1538,6 @@ msgstr "ip[/cidr]
" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "ip[/cidr]
Használja az egyező adattípusokhoz: *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "lista" @@ -1636,6 +1632,9 @@ msgstr "65 536 bejegyzésig." msgid "valid firewall mark" msgstr "érvényes tűzfaljelölő" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "" #~ "Szoftver alapú kiürítés az útválasztásnál vagy For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/it/firewall.po b/applications/luci-app-firewall/po/it/firewall.po index ac51a7bdeb..37be7af203 100644 --- a/applications/luci-app-firewall/po/it/firewall.po +++ b/applications/luci-app-firewall/po/it/firewall.po @@ -1530,10 +1530,6 @@ msgstr "ip[/cidr]
" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "ip[/cidr]
Da usare per i tipi di dati Match: *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "lista" @@ -1628,5 +1624,8 @@ msgstr "fino a 65536 voci." msgid "valid firewall mark" msgstr "contrassegno firewall valido" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Scarico basato sul software per instradamento/NAT" diff --git a/applications/luci-app-firewall/po/ja/firewall.po b/applications/luci-app-firewall/po/ja/firewall.po index 66fc3c2266..89e024ce0b 100644 --- a/applications/luci-app-firewall/po/ja/firewall.po +++ b/applications/luci-app-firewall/po/ja/firewall.po @@ -1473,10 +1473,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/ka/firewall.po b/applications/luci-app-firewall/po/ka/firewall.po index d5ea60a866..90e7f93ebc 100644 --- a/applications/luci-app-firewall/po/ka/firewall.po +++ b/applications/luci-app-firewall/po/ka/firewall.po @@ -1358,10 +1358,6 @@ msgstr "ip[/cidr]
" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "სია" @@ -1456,5 +1452,8 @@ msgstr "65536 ჩანაწერამდე." msgid "valid firewall mark" msgstr "" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "პროგრამული სახით განიტვირთება დამისამართება/NAT" diff --git a/applications/luci-app-firewall/po/ko/firewall.po b/applications/luci-app-firewall/po/ko/firewall.po index 61ffb03b38..f6bfb5829f 100644 --- a/applications/luci-app-firewall/po/ko/firewall.po +++ b/applications/luci-app-firewall/po/ko/firewall.po @@ -1353,10 +1353,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/lt/firewall.po b/applications/luci-app-firewall/po/lt/firewall.po index 43b1ac60d6..1ef91e9985 100644 --- a/applications/luci-app-firewall/po/lt/firewall.po +++ b/applications/luci-app-firewall/po/lt/firewall.po @@ -1525,10 +1525,6 @@ msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" "„ip[/cidr]“
Naudoti su atitikties duomenų tipais: „*_ip“." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "sąrašas" @@ -1623,6 +1619,9 @@ msgstr "iki 65536 įrašų." msgid "valid firewall mark" msgstr "tinkamą užkardos žymę" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "" #~ "Taikomosios įrangos pagrįsta kelvada ir (arba) „NAT“ iškrovos perkėlimas" diff --git a/applications/luci-app-firewall/po/mr/firewall.po b/applications/luci-app-firewall/po/mr/firewall.po index 2bccb0721f..1f56d3cc2d 100644 --- a/applications/luci-app-firewall/po/mr/firewall.po +++ b/applications/luci-app-firewall/po/mr/firewall.po @@ -1332,10 +1332,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/ms/firewall.po b/applications/luci-app-firewall/po/ms/firewall.po index 38eeadfd3c..17a3d91784 100644 --- a/applications/luci-app-firewall/po/ms/firewall.po +++ b/applications/luci-app-firewall/po/ms/firewall.po @@ -1330,10 +1330,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/nb_NO/firewall.po b/applications/luci-app-firewall/po/nb_NO/firewall.po index c5976eb91e..608ac6fc26 100644 --- a/applications/luci-app-firewall/po/nb_NO/firewall.po +++ b/applications/luci-app-firewall/po/nb_NO/firewall.po @@ -1357,10 +1357,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/nl/firewall.po b/applications/luci-app-firewall/po/nl/firewall.po index befd6f422b..a82416599e 100644 --- a/applications/luci-app-firewall/po/nl/firewall.po +++ b/applications/luci-app-firewall/po/nl/firewall.po @@ -1527,10 +1527,6 @@ msgstr "ip[/cidr]
" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "ip[/cidr]
Voor gebruik met Match datatypes: *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "lijst" @@ -1625,5 +1621,8 @@ msgstr "tot 65536 vermeldingen." msgid "valid firewall mark" msgstr "geldige firewallmarkering" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Op software gebaseerde offloading voor routing/NAT" diff --git a/applications/luci-app-firewall/po/pl/firewall.po b/applications/luci-app-firewall/po/pl/firewall.po index 4389307ef5..04e3c85df0 100644 --- a/applications/luci-app-firewall/po/pl/firewall.po +++ b/applications/luci-app-firewall/po/pl/firewall.po @@ -1516,10 +1516,6 @@ msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" "ip[/cidr]
Do użytku z dopasowanymi typami danych: *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "list" @@ -1614,6 +1610,9 @@ msgstr "do 65536 wpisów." msgid "valid firewall mark" msgstr "prawidłowy znacznik zapory" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Offloading oparty na oprogramowaniu dla trasowania/NAT" diff --git a/applications/luci-app-firewall/po/pt/firewall.po b/applications/luci-app-firewall/po/pt/firewall.po index 6b2f437d6f..4bafc1afea 100644 --- a/applications/luci-app-firewall/po/pt/firewall.po +++ b/applications/luci-app-firewall/po/pt/firewall.po @@ -1534,10 +1534,6 @@ msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" "ip[/cidr]
Para uso com tipos de dados que coincidam: *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "lista" @@ -1632,6 +1628,9 @@ msgstr "até 65536 entradas." msgid "valid firewall mark" msgstr "marca de firewall válida" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Descarga baseada em software para roteamento/NAT" diff --git a/applications/luci-app-firewall/po/pt_BR/firewall.po b/applications/luci-app-firewall/po/pt_BR/firewall.po index 6eb5a0e8bd..3d6d873cff 100644 --- a/applications/luci-app-firewall/po/pt_BR/firewall.po +++ b/applications/luci-app-firewall/po/pt_BR/firewall.po @@ -1529,10 +1529,6 @@ msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" "ip[/cidr]
Para uso com tipos de dados que coincidam: *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "lista" @@ -1627,6 +1623,9 @@ msgstr "até 65536 entradas." msgid "valid firewall mark" msgstr "marca de firewall válida" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Aceleração do roteamento/NAT via software" diff --git a/applications/luci-app-firewall/po/ro/firewall.po b/applications/luci-app-firewall/po/ro/firewall.po index 48f5f93fb2..ca26edd71b 100644 --- a/applications/luci-app-firewall/po/ro/firewall.po +++ b/applications/luci-app-firewall/po/ro/firewall.po @@ -1527,10 +1527,6 @@ msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" "ip[/cidr]
Pentru utilizare cu tipurile de date Match: *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "listă" @@ -1625,6 +1621,9 @@ msgstr "până la 65536 intrări." msgid "valid firewall mark" msgstr "marca de firewall validă" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Descărcarea bazată pe software pentru rutare/NAT" diff --git a/applications/luci-app-firewall/po/ru/firewall.po b/applications/luci-app-firewall/po/ru/firewall.po index 4c35364a37..3762c203fc 100644 --- a/applications/luci-app-firewall/po/ru/firewall.po +++ b/applications/luci-app-firewall/po/ru/firewall.po @@ -1533,10 +1533,6 @@ msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" "ip[/cidr]
Для использования с типами данных Match: *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "список" @@ -1631,6 +1627,9 @@ msgstr "до 65536 записей." msgid "valid firewall mark" msgstr "верная метка брандмауэра" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Программная реализация offloading для маршрутизации/NAT" diff --git a/applications/luci-app-firewall/po/si/firewall.po b/applications/luci-app-firewall/po/si/firewall.po index 04b9280995..5e5af0575b 100644 --- a/applications/luci-app-firewall/po/si/firewall.po +++ b/applications/luci-app-firewall/po/si/firewall.po @@ -1332,10 +1332,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/sk/firewall.po b/applications/luci-app-firewall/po/sk/firewall.po index d1ed481431..990878b976 100644 --- a/applications/luci-app-firewall/po/sk/firewall.po +++ b/applications/luci-app-firewall/po/sk/firewall.po @@ -1370,10 +1370,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/sr/firewall.po b/applications/luci-app-firewall/po/sr/firewall.po index 8d481699b6..c62b66e0a0 100644 --- a/applications/luci-app-firewall/po/sr/firewall.po +++ b/applications/luci-app-firewall/po/sr/firewall.po @@ -1332,10 +1332,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/sv/firewall.po b/applications/luci-app-firewall/po/sv/firewall.po index 7c855ee07d..6d31a1f71d 100644 --- a/applications/luci-app-firewall/po/sv/firewall.po +++ b/applications/luci-app-firewall/po/sv/firewall.po @@ -1375,10 +1375,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/templates/firewall.pot b/applications/luci-app-firewall/po/templates/firewall.pot index 12c97c709b..1500290bc9 100644 --- a/applications/luci-app-firewall/po/templates/firewall.pot +++ b/applications/luci-app-firewall/po/templates/firewall.pot @@ -1319,10 +1319,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/tr/firewall.po b/applications/luci-app-firewall/po/tr/firewall.po index 1b2d13df45..e361f7e86b 100644 --- a/applications/luci-app-firewall/po/tr/firewall.po +++ b/applications/luci-app-firewall/po/tr/firewall.po @@ -1515,10 +1515,6 @@ msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" "ip[/cidr]
Eşleştirme veri türleriyle kullanım için: *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "liste" @@ -1613,6 +1609,9 @@ msgstr "65536 girişe kadar." msgid "valid firewall mark" msgstr "geçerli güvenlik duvarı işareti" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Yazılım tabanlı boşaltma, yönlendirme/NAT için" diff --git a/applications/luci-app-firewall/po/uk/firewall.po b/applications/luci-app-firewall/po/uk/firewall.po index ca935d7813..e0586d9f2f 100644 --- a/applications/luci-app-firewall/po/uk/firewall.po +++ b/applications/luci-app-firewall/po/uk/firewall.po @@ -1534,10 +1534,6 @@ msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" "ip[/cidr]
Для використання з типами даних Match: *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "список" @@ -1632,6 +1628,9 @@ msgstr "до 65536 записів." msgid "valid firewall mark" msgstr "дійсна позначка брандмауера" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Програмне розвантаження для маршрутизації/NAT" diff --git a/applications/luci-app-firewall/po/ur/firewall.po b/applications/luci-app-firewall/po/ur/firewall.po index e665fa44a7..78e51cb0ea 100644 --- a/applications/luci-app-firewall/po/ur/firewall.po +++ b/applications/luci-app-firewall/po/ur/firewall.po @@ -1331,10 +1331,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/vi/firewall.po b/applications/luci-app-firewall/po/vi/firewall.po index a8bcd39882..d2e70fbd27 100644 --- a/applications/luci-app-firewall/po/vi/firewall.po +++ b/applications/luci-app-firewall/po/vi/firewall.po @@ -1492,10 +1492,6 @@ msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" "ip[/cidr]
Để sử dụng với các kiểu dữ liệu Khớp: *_ip." -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "danh sách" @@ -1590,5 +1586,8 @@ msgstr "lên đến 65536 mục." msgid "valid firewall mark" msgstr "dấu tường lửa hợp lệ" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "Bật tính năng Offloading dựa trên phần mềm cho định tuyến/NAT" diff --git a/applications/luci-app-firewall/po/yua/firewall.po b/applications/luci-app-firewall/po/yua/firewall.po index d2ea05ca7d..bf5430eada 100644 --- a/applications/luci-app-firewall/po/yua/firewall.po +++ b/applications/luci-app-firewall/po/yua/firewall.po @@ -1331,10 +1331,6 @@ msgstr "" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "" diff --git a/applications/luci-app-firewall/po/zh_Hans/firewall.po b/applications/luci-app-firewall/po/zh_Hans/firewall.po index d75abc03bd..327f0a30b9 100644 --- a/applications/luci-app-firewall/po/zh_Hans/firewall.po +++ b/applications/luci-app-firewall/po/zh_Hans/firewall.po @@ -1438,10 +1438,6 @@ msgstr "ip[/cidr]
" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "ip[/cidr]
用于 Match 数据类型: *_ip。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "列表" @@ -1536,6 +1532,9 @@ msgstr "最多 65536 个条目。" msgid "valid firewall mark" msgstr "有效的防火墙标记" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Software based offloading for routing/NAT" #~ msgstr "基于软件的 路由/NAT 分载" diff --git a/applications/luci-app-firewall/po/zh_Hant/firewall.po b/applications/luci-app-firewall/po/zh_Hant/firewall.po index a1986a1ed8..0b24819590 100644 --- a/applications/luci-app-firewall/po/zh_Hant/firewall.po +++ b/applications/luci-app-firewall/po/zh_Hant/firewall.po @@ -1446,10 +1446,6 @@ msgstr "ip[/cidr]
" msgid "ip[/cidr]
For use with Match datatypes: *_ip." msgstr "ip[/cidr]
用於匹配資料類型:*_ip。" -#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:70 -msgid "ipv4" -msgstr "ipv4" - #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:133 msgid "list" msgstr "清單" @@ -1544,6 +1540,9 @@ msgstr "最多 65536 個條目。" msgid "valid firewall mark" msgstr "有效正確的防火牆標記" +#~ msgid "ipv4" +#~ msgstr "ipv4" + #~ msgid "Experimental feature. Not fully compatible with QoS/SQM." #~ msgstr "實驗性功能。與QoS/SQM不完全相容。" -- 2.30.2