diff options
Diffstat (limited to 'applications/luci-app-natmap')
-rw-r--r-- | applications/luci-app-natmap/Makefile | 2 | ||||
-rw-r--r-- | applications/luci-app-natmap/po/cs/natmap.po | 46 | ||||
-rw-r--r-- | applications/luci-app-natmap/po/fr/natmap.po | 92 | ||||
-rw-r--r-- | applications/luci-app-natmap/po/it/natmap.po | 8 | ||||
-rw-r--r-- | applications/luci-app-natmap/po/lt/natmap.po | 94 | ||||
-rw-r--r-- | applications/luci-app-natmap/po/pt/natmap.po | 92 | ||||
-rw-r--r-- | applications/luci-app-natmap/po/sv/natmap.po | 42 | ||||
-rw-r--r-- | applications/luci-app-natmap/po/tr/natmap.po | 46 | ||||
-rw-r--r-- | applications/luci-app-natmap/po/vi/natmap.po | 92 | ||||
-rw-r--r-- | applications/luci-app-natmap/po/zh_Hans/natmap.po | 8 |
10 files changed, 455 insertions, 67 deletions
diff --git a/applications/luci-app-natmap/Makefile b/applications/luci-app-natmap/Makefile index 0d02dcac51..7238f0da38 100644 --- a/applications/luci-app-natmap/Makefile +++ b/applications/luci-app-natmap/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for natmap -LUCI_DEPENDS:=+natmap +LUCI_DEPENDS:=+luci-base +natmap PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com> diff --git a/applications/luci-app-natmap/po/cs/natmap.po b/applications/luci-app-natmap/po/cs/natmap.po index 535e73ce62..66550dbc39 100644 --- a/applications/luci-app-natmap/po/cs/natmap.po +++ b/applications/luci-app-natmap/po/cs/natmap.po @@ -1,86 +1,92 @@ msgid "" msgstr "" +"PO-Revision-Date: 2023-09-27 19:02+0000\n" +"Last-Translator: David Rapaň <david@rapan.cz>\n" +"Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsnatmap/cs/>\n" "Language: cs\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.1-dev\n" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:93 msgid "Bind port" -msgstr "" +msgstr "Bind port" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:55 msgid "Enable" -msgstr "" +msgstr "Povolit" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:119 msgid "External IP" -msgstr "" +msgstr "Externí IP" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:126 msgid "External Port" -msgstr "" +msgstr "Externí port" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:88 msgid "For TCP mode" -msgstr "" +msgstr "Pro režim TCP" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:97 msgid "Forward mode" -msgstr "" +msgstr "Režim přeposílání" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:105 msgid "Forward target" -msgstr "" +msgstr "Cíl přeposílání" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:110 msgid "Forward target port" -msgstr "" +msgstr "Cílový port přeposílání" #: applications/luci-app-natmap/root/usr/share/rpcd/acl.d/luci-app-natmap.json:3 msgid "Grant access to LuCI app natmap" -msgstr "" +msgstr "Udělit oprávnění k LuCI aplikaci natmap" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:88 msgid "HTTP server" -msgstr "" +msgstr "HTTP server" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:71 msgid "IPv4 and IPv6" -msgstr "" +msgstr "IPv4 a IPv6" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:72 msgid "IPv4 only" -msgstr "" +msgstr "Pouze IPv4" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:73 msgid "IPv6 only" -msgstr "" +msgstr "Pouze IPv6" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:75 msgid "Interface" -msgstr "" +msgstr "Rozhraní" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:78 msgid "Keep-alive interval" -msgstr "" +msgstr "Keep-alive interval" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:50 #: applications/luci-app-natmap/root/usr/share/luci/menu.d/luci-app-natmap.json:3 msgid "NATMap" -msgstr "" +msgstr "NATMap" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:115 msgid "Notify script" -msgstr "" +msgstr "Notifikační skript" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:59 msgid "Protocol" -msgstr "" +msgstr "Protokol" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:69 msgid "Restrict to address family" -msgstr "" +msgstr "Omezit na rodinu adres" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:82 msgid "STUN server" -msgstr "" +msgstr "STUN server" diff --git a/applications/luci-app-natmap/po/fr/natmap.po b/applications/luci-app-natmap/po/fr/natmap.po new file mode 100644 index 0000000000..221540e827 --- /dev/null +++ b/applications/luci-app-natmap/po/fr/natmap.po @@ -0,0 +1,92 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2023-06-12 20:53+0000\n" +"Last-Translator: viking76 <liaudetgael@gmail.com>\n" +"Language-Team: French <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsnatmap/fr/>\n" +"Language: fr\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.18-dev\n" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:93 +msgid "Bind port" +msgstr "Port de liaison" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:55 +msgid "Enable" +msgstr "Active" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:119 +msgid "External IP" +msgstr "IP externe" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:126 +msgid "External Port" +msgstr "Port externe" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:88 +msgid "For TCP mode" +msgstr "Pour mode TCP" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:97 +msgid "Forward mode" +msgstr "Transmission mode" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:105 +msgid "Forward target" +msgstr "Transfert Cible" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:110 +msgid "Forward target port" +msgstr "Transférer le port cible" + +#: applications/luci-app-natmap/root/usr/share/rpcd/acl.d/luci-app-natmap.json:3 +msgid "Grant access to LuCI app natmap" +msgstr "Accorder l’accès à l’application LuCI natmap" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:88 +msgid "HTTP server" +msgstr "Serveur HTTP" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:71 +msgid "IPv4 and IPv6" +msgstr "IPv4 et IPv6" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:72 +msgid "IPv4 only" +msgstr "IPv4 uniquement" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:73 +msgid "IPv6 only" +msgstr "IPv6 uniquement" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:75 +msgid "Interface" +msgstr "Interface" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:78 +msgid "Keep-alive interval" +msgstr "Intervalle Keep-alive" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:50 +#: applications/luci-app-natmap/root/usr/share/luci/menu.d/luci-app-natmap.json:3 +msgid "NATMap" +msgstr "Carte NAT" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:115 +msgid "Notify script" +msgstr "Script de notification" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:59 +msgid "Protocol" +msgstr "Protocole" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:69 +msgid "Restrict to address family" +msgstr "Restreindre à la famille d’adresses" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:82 +msgid "STUN server" +msgstr "Serveur STUN" diff --git a/applications/luci-app-natmap/po/it/natmap.po b/applications/luci-app-natmap/po/it/natmap.po index 2da353c5bc..870351457c 100644 --- a/applications/luci-app-natmap/po/it/natmap.po +++ b/applications/luci-app-natmap/po/it/natmap.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2023-01-29 11:24+0000\n" -"Last-Translator: Dex94 <Dasvaresu@dr.com>\n" +"PO-Revision-Date: 2023-07-09 09:41+0000\n" +"Last-Translator: random r <epsilin@yopmail.com>\n" "Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsnatmap/it/>\n" "Language: it\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.16-dev\n" +"X-Generator: Weblate 5.0-dev\n" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:93 msgid "Bind port" @@ -16,7 +16,7 @@ msgstr "collega porta" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:55 msgid "Enable" -msgstr "Abilita" +msgstr "Attiva" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:119 msgid "External IP" diff --git a/applications/luci-app-natmap/po/lt/natmap.po b/applications/luci-app-natmap/po/lt/natmap.po new file mode 100644 index 0000000000..cea77b1d72 --- /dev/null +++ b/applications/luci-app-natmap/po/lt/natmap.po @@ -0,0 +1,94 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2023-08-28 01:55+0000\n" +"Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n" +"Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsnatmap/lt/>\n" +"Language: lt\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 || n % 100 > " +"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " +"1 : 2);\n" +"X-Generator: Weblate 5.0.1-dev\n" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:93 +msgid "Bind port" +msgstr "Priskirti prievadą" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:55 +msgid "Enable" +msgstr "Įjungti" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:119 +msgid "External IP" +msgstr "Išorinis „IP“" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:126 +msgid "External Port" +msgstr "Išorinis prievadas" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:88 +msgid "For TCP mode" +msgstr "Dėl „TCP“ režimo" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:97 +msgid "Forward mode" +msgstr "Pravedimo režimas" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:105 +msgid "Forward target" +msgstr "Pravedimo numatymas (taikinys)" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:110 +msgid "Forward target port" +msgstr "Pravedimo numatymo (taikinio) prievadas" + +#: applications/luci-app-natmap/root/usr/share/rpcd/acl.d/luci-app-natmap.json:3 +msgid "Grant access to LuCI app natmap" +msgstr "Duoti prieigą „LuCI app natmap“" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:88 +msgid "HTTP server" +msgstr "„HTTP“ serveris" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:71 +msgid "IPv4 and IPv6" +msgstr "„IPv4“ ir „IPv6“" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:72 +msgid "IPv4 only" +msgstr "Tik „IPv4“" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:73 +msgid "IPv6 only" +msgstr "Tik „IPv6“" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:75 +msgid "Interface" +msgstr "Sąsaja ir Sietuvas" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:78 +msgid "Keep-alive interval" +msgstr "„Laikyti-gyvą“ intervalas" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:50 +#: applications/luci-app-natmap/root/usr/share/luci/menu.d/luci-app-natmap.json:3 +msgid "NATMap" +msgstr "„NATMap“" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:115 +msgid "Notify script" +msgstr "Įspėti skriptą" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:59 +msgid "Protocol" +msgstr "Protokolas" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:69 +msgid "Restrict to address family" +msgstr "Riboti tik adresų šeimai" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:82 +msgid "STUN server" +msgstr "„STUN“ serveris" diff --git a/applications/luci-app-natmap/po/pt/natmap.po b/applications/luci-app-natmap/po/pt/natmap.po new file mode 100644 index 0000000000..dee2543121 --- /dev/null +++ b/applications/luci-app-natmap/po/pt/natmap.po @@ -0,0 +1,92 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2023-06-27 20:51+0000\n" +"Last-Translator: ssantos <ssantos@web.de>\n" +"Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsnatmap/pt/>\n" +"Language: pt\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.18.1\n" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:93 +msgid "Bind port" +msgstr "Porta do bind" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:55 +msgid "Enable" +msgstr "Ativar" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:119 +msgid "External IP" +msgstr "IP externo" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:126 +msgid "External Port" +msgstr "Porta externa" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:88 +msgid "For TCP mode" +msgstr "Para o modo TCP" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:97 +msgid "Forward mode" +msgstr "Modo de encaminhamento" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:105 +msgid "Forward target" +msgstr "Alvo de encaminhamento" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:110 +msgid "Forward target port" +msgstr "Porta de destino do encaminhamento" + +#: applications/luci-app-natmap/root/usr/share/rpcd/acl.d/luci-app-natmap.json:3 +msgid "Grant access to LuCI app natmap" +msgstr "Conceda acesso LuCi à app natmap" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:88 +msgid "HTTP server" +msgstr "Servidor HTTP" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:71 +msgid "IPv4 and IPv6" +msgstr "IPv4 e IPv6" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:72 +msgid "IPv4 only" +msgstr "Apenas IPv4" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:73 +msgid "IPv6 only" +msgstr "Apenas IPv6" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:75 +msgid "Interface" +msgstr "Interface" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:78 +msgid "Keep-alive interval" +msgstr "Intervalo do keep-alive interno" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:50 +#: applications/luci-app-natmap/root/usr/share/luci/menu.d/luci-app-natmap.json:3 +msgid "NATMap" +msgstr "NATMap" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:115 +msgid "Notify script" +msgstr "Script de notificação" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:59 +msgid "Protocol" +msgstr "Protocolo" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:69 +msgid "Restrict to address family" +msgstr "Restringe à uma família de endereços" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:82 +msgid "STUN server" +msgstr "Servidor STUN" diff --git a/applications/luci-app-natmap/po/sv/natmap.po b/applications/luci-app-natmap/po/sv/natmap.po index 692d5cb172..9e5e6a9eb4 100644 --- a/applications/luci-app-natmap/po/sv/natmap.po +++ b/applications/luci-app-natmap/po/sv/natmap.po @@ -1,12 +1,18 @@ msgid "" msgstr "" +"PO-Revision-Date: 2023-09-16 14:40+0000\n" +"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n" +"Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsnatmap/sv/>\n" "Language: sv\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.2\n" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:93 msgid "Bind port" -msgstr "" +msgstr "Bind port" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:55 msgid "Enable" @@ -14,68 +20,68 @@ msgstr "" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:119 msgid "External IP" -msgstr "" +msgstr "Extern IP" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:126 msgid "External Port" -msgstr "" +msgstr "Extern port" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:88 msgid "For TCP mode" -msgstr "" +msgstr "För TCP-läge" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:97 msgid "Forward mode" -msgstr "" +msgstr "Vidarebefordringsläge för port" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:105 msgid "Forward target" -msgstr "" +msgstr "Vidarebefordra mål" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:110 msgid "Forward target port" -msgstr "" +msgstr "Vidarebefordra målets port" #: applications/luci-app-natmap/root/usr/share/rpcd/acl.d/luci-app-natmap.json:3 msgid "Grant access to LuCI app natmap" -msgstr "" +msgstr "Godkänn åtkomst till LuCi-appen natmap" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:88 msgid "HTTP server" -msgstr "" +msgstr "HTTP-server" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:71 msgid "IPv4 and IPv6" -msgstr "" +msgstr "IPv4 och IPv6" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:72 msgid "IPv4 only" -msgstr "" +msgstr "Endast IPv4" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:73 msgid "IPv6 only" -msgstr "" +msgstr "Endast IPv6" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:75 msgid "Interface" -msgstr "" +msgstr "Gränssnitt" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:78 msgid "Keep-alive interval" -msgstr "" +msgstr "Intervall för att hålla igång" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:50 #: applications/luci-app-natmap/root/usr/share/luci/menu.d/luci-app-natmap.json:3 msgid "NATMap" -msgstr "" +msgstr "NATMap" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:115 msgid "Notify script" -msgstr "" +msgstr "Aviseringsskript" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:59 msgid "Protocol" -msgstr "" +msgstr "Protokoll" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:69 msgid "Restrict to address family" @@ -83,4 +89,4 @@ msgstr "" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:82 msgid "STUN server" -msgstr "" +msgstr "STUN-server" diff --git a/applications/luci-app-natmap/po/tr/natmap.po b/applications/luci-app-natmap/po/tr/natmap.po index 9c713dd2ef..d4147b9c5d 100644 --- a/applications/luci-app-natmap/po/tr/natmap.po +++ b/applications/luci-app-natmap/po/tr/natmap.po @@ -1,86 +1,92 @@ msgid "" msgstr "" +"PO-Revision-Date: 2023-10-29 19:41+0000\n" +"Last-Translator: semih <semiht@gmail.com>\n" +"Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsnatmap/tr/>\n" "Language: tr\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.2-dev\n" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:93 msgid "Bind port" -msgstr "" +msgstr "Porta bağla" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:55 msgid "Enable" -msgstr "" +msgstr "Etkinleştir" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:119 msgid "External IP" -msgstr "" +msgstr "Harici IP" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:126 msgid "External Port" -msgstr "" +msgstr "Harici Bağlantı Noktası" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:88 msgid "For TCP mode" -msgstr "" +msgstr "TCP modu için" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:97 msgid "Forward mode" -msgstr "" +msgstr "İletme modu" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:105 msgid "Forward target" -msgstr "" +msgstr "İletilen hedef" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:110 msgid "Forward target port" -msgstr "" +msgstr "Hedef bağlantı noktasını ilet" #: applications/luci-app-natmap/root/usr/share/rpcd/acl.d/luci-app-natmap.json:3 msgid "Grant access to LuCI app natmap" -msgstr "" +msgstr "LuCI uygulaması natmap'e erişim izni ver" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:88 msgid "HTTP server" -msgstr "" +msgstr "HTTP sunucusu" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:71 msgid "IPv4 and IPv6" -msgstr "" +msgstr "IPv4 ve IPv6" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:72 msgid "IPv4 only" -msgstr "" +msgstr "Yalnızca IPv4" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:73 msgid "IPv6 only" -msgstr "" +msgstr "Yalnızca IPv6" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:75 msgid "Interface" -msgstr "" +msgstr "Arayüz" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:78 msgid "Keep-alive interval" -msgstr "" +msgstr "Canlı tutma aralığı" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:50 #: applications/luci-app-natmap/root/usr/share/luci/menu.d/luci-app-natmap.json:3 msgid "NATMap" -msgstr "" +msgstr "NATMap" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:115 msgid "Notify script" -msgstr "" +msgstr "Bildirim komut dosyası" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:59 msgid "Protocol" -msgstr "" +msgstr "Protokol" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:69 msgid "Restrict to address family" -msgstr "" +msgstr "Aileye hitap etmekle sınırlandır" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:82 msgid "STUN server" -msgstr "" +msgstr "STUN sunucusu" diff --git a/applications/luci-app-natmap/po/vi/natmap.po b/applications/luci-app-natmap/po/vi/natmap.po new file mode 100644 index 0000000000..5cc5886603 --- /dev/null +++ b/applications/luci-app-natmap/po/vi/natmap.po @@ -0,0 +1,92 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2023-06-20 05:55+0000\n" +"Last-Translator: Mashiro <michio.haiyaku@gmail.com>\n" +"Language-Team: Vietnamese <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsnatmap/vi/>\n" +"Language: vi\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 4.18.1\n" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:93 +msgid "Bind port" +msgstr "Cổng Bind" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:55 +msgid "Enable" +msgstr "Bật lên" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:119 +msgid "External IP" +msgstr "IP bên ngoài" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:126 +msgid "External Port" +msgstr "Cổng bên ngoài" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:88 +msgid "For TCP mode" +msgstr "Cho chế độ TCP" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:97 +msgid "Forward mode" +msgstr "Chế độ Forward" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:105 +msgid "Forward target" +msgstr "Điểm đến Forward" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:110 +msgid "Forward target port" +msgstr "Cổng Forward target" + +#: applications/luci-app-natmap/root/usr/share/rpcd/acl.d/luci-app-natmap.json:3 +msgid "Grant access to LuCI app natmap" +msgstr "Cấp quyền truy cập vào natmap LuCI" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:88 +msgid "HTTP server" +msgstr "HTTP server" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:71 +msgid "IPv4 and IPv6" +msgstr "IPv4 và IPv6" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:72 +msgid "IPv4 only" +msgstr "Chỉ IPv4" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:73 +msgid "IPv6 only" +msgstr "Chỉ IPv6" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:75 +msgid "Interface" +msgstr "Giao diện" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:78 +msgid "Keep-alive interval" +msgstr "Vòng lặp keep-alive" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:50 +#: applications/luci-app-natmap/root/usr/share/luci/menu.d/luci-app-natmap.json:3 +msgid "NATMap" +msgstr "NATmap" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:115 +msgid "Notify script" +msgstr "Đoạn mã thông báo" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:59 +msgid "Protocol" +msgstr "Giao thức" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:69 +msgid "Restrict to address family" +msgstr "Giới hạn địa chỉ gia đình" + +#: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:82 +msgid "STUN server" +msgstr "Máy chủ STUN" diff --git a/applications/luci-app-natmap/po/zh_Hans/natmap.po b/applications/luci-app-natmap/po/zh_Hans/natmap.po index b4854188ea..91e6e729ea 100644 --- a/applications/luci-app-natmap/po/zh_Hans/natmap.po +++ b/applications/luci-app-natmap/po/zh_Hans/natmap.po @@ -1,18 +1,18 @@ msgid "" msgstr "" -"PO-Revision-Date: 2023-05-08 14:25+0000\n" -"Last-Translator: Keen <keen_kwuo@msn.com>\n" +"PO-Revision-Date: 2023-12-01 13:07+0000\n" +"Last-Translator: MkQtS <MkQtS@users.noreply.hosted.weblate.org>\n" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsnatmap/zh_Hans/>\n" "Language: zh_Hans\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.18-dev\n" +"X-Generator: Weblate 5.3-dev\n" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:93 msgid "Bind port" -msgstr "绑定端口fff" +msgstr "绑定端口" #: applications/luci-app-natmap/htdocs/luci-static/resources/view/natmap.js:55 msgid "Enable" |