diff options
Diffstat (limited to 'applications/luci-app-cshark')
35 files changed, 871 insertions, 191 deletions
diff --git a/applications/luci-app-cshark/luasrc/controller/cshark.lua b/applications/luci-app-cshark/luasrc/controller/cshark.lua index 43410a0045..a5812a6519 100644 --- a/applications/luci-app-cshark/luasrc/controller/cshark.lua +++ b/applications/luci-app-cshark/luasrc/controller/cshark.lua @@ -18,20 +18,26 @@ function index() page.target = cbi("admin_network/cshark") page.title = _("CloudShark") page.order = 70 + page.acl_depends = { "luci-app-cshark" } page = entry({"admin", "network", "cshark_iface_dump_start"}, call("cshark_iface_dump_start"), nil) + page.acl_depends = { "luci-app-cshark" } page.leaf = true page = entry({"admin", "network", "cshark_iface_dump_stop"}, call("cshark_iface_dump_stop"), nil) + page.acl_depends = { "luci-app-cshark" } page.leaf = true page = entry({"admin", "network", "cshark_check_status"}, call("cshark_check_status"), nil) + page.acl_depends = { "luci-app-cshark" } page.leaf = true page = entry({"admin", "network", "cshark_link_list_get"}, call("cshark_link_list_get"), nil) + page.acl_depends = { "luci-app-cshark" } page.leaf = true page = entry({"admin", "network", "cshark_link_list_clear"}, call("cshark_link_list_clear"), nil) + page.acl_depends = { "luci-app-cshark" } page.leaf = true end diff --git a/applications/luci-app-cshark/po/ar/cshark.po b/applications/luci-app-cshark/po/ar/cshark.po new file mode 100644 index 0000000000..93c2d1e876 --- /dev/null +++ b/applications/luci-app-cshark/po/ar/cshark.po @@ -0,0 +1,116 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2020-07-10 10:41+0000\n" +"Last-Translator: Mohammed Abu Hassan <medo94125@gmail.com>\n" +"Language-Team: Arabic <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/ar/>\n" +"Language: ar\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 4.2-dev\n" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 +msgid "Actions" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 +msgid "Capture URL" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 +msgid "Capture links" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 +msgid "Capture time" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 +msgid "Clear list" +msgstr "" + +#: applications/luci-app-cshark/luasrc/controller/cshark.lua:19 +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:17 +msgid "CloudShark" +msgstr "" + +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 +msgid "CloudShark API token" +msgstr "" + +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 +msgid "CloudShark URL" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:23 +#: applications/luci-app-cshark/luasrc/view/cshark.htm:51 +msgid "Filter" +msgstr "" + +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 +#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 +msgid "Interface" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 +msgid "Loading" +msgstr "جار التحميل" + +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 +msgid "Options" +msgstr "خيارات" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 +#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 +msgid "Start capture" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 +msgid "Start network capture" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 +msgid "Stop capture" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 +msgid "Waiting for capture to complete..." +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 +msgid "Waiting for upload to complete..." +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 +msgid "any" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 +msgid "bytes" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 +msgid "packets" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 +msgid "seconds" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 +msgid "seconds, packets, bytes" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 +msgid "timeout, bytes, seconds" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 +msgid "value for [seconds, packets, bytes] must be Integer" +msgstr "" diff --git a/applications/luci-app-cshark/po/bg/cshark.po b/applications/luci-app-cshark/po/bg/cshark.po index ad846db361..040880c020 100644 --- a/applications/luci-app-cshark/po/bg/cshark.po +++ b/applications/luci-app-cshark/po/bg/cshark.po @@ -42,6 +42,10 @@ msgstr "" msgid "Filter" msgstr "" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" diff --git a/applications/luci-app-cshark/po/zh-tw/cshark.po b/applications/luci-app-cshark/po/bn_BD/cshark.po index 3095fdc746..6f1139204e 100644 --- a/applications/luci-app-cshark/po/zh-tw/cshark.po +++ b/applications/luci-app-cshark/po/bn_BD/cshark.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Language: zh_Hant\n" +"Language: bn_BD\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -42,6 +42,10 @@ msgstr "" msgid "Filter" msgstr "" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" diff --git a/applications/luci-app-cshark/po/ca/cshark.po b/applications/luci-app-cshark/po/ca/cshark.po index 38eb92d483..649a7015cf 100644 --- a/applications/luci-app-cshark/po/ca/cshark.po +++ b/applications/luci-app-cshark/po/ca/cshark.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-10-20 13:08+0000\n" +"PO-Revision-Date: 2020-01-10 12:23+0000\n" "Last-Translator: Adolfo Jayme Barrientos <fitojb@ubuntu.com>\n" "Language-Team: Catalan <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscshark/ca/>\n" @@ -8,7 +8,7 @@ msgstr "" "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.9.1-dev\n" +"X-Generator: Weblate 3.10.1\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" @@ -48,10 +48,14 @@ msgstr "" msgid "Filter" msgstr "Filtre" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" -msgstr "" +msgstr "Interfície" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" diff --git a/applications/luci-app-cshark/po/cs/cshark.po b/applications/luci-app-cshark/po/cs/cshark.po index aef208f936..c8ee667e33 100644 --- a/applications/luci-app-cshark/po/cs/cshark.po +++ b/applications/luci-app-cshark/po/cs/cshark.po @@ -1,12 +1,18 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-02 16:09+0000\n" +"Last-Translator: Jiri Tersel <jiri.tersel@seznam.cz>\n" +"Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/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 3.10-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" -msgstr "" +msgstr "Akce" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" @@ -40,20 +46,24 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:23 #: applications/luci-app-cshark/luasrc/view/cshark.htm:51 msgid "Filter" +msgstr "Filtr" + +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" -msgstr "" +msgstr "Rozhraní" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" -msgstr "" +msgstr "Načítání" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 msgid "Options" -msgstr "" +msgstr "Možnosti" #: applications/luci-app-cshark/luasrc/view/cshark.htm:54 #: applications/luci-app-cshark/luasrc/view/cshark.htm:196 @@ -78,7 +88,7 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:39 msgid "any" -msgstr "" +msgstr "libovolný" #: applications/luci-app-cshark/luasrc/view/cshark.htm:47 msgid "bytes" @@ -90,7 +100,7 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:45 msgid "seconds" -msgstr "" +msgstr "sekundy/sekund" #: applications/luci-app-cshark/luasrc/view/cshark.htm:22 msgid "seconds, packets, bytes" diff --git a/applications/luci-app-cshark/po/de/cshark.po b/applications/luci-app-cshark/po/de/cshark.po index e1fe2d4ef6..bff2e87702 100644 --- a/applications/luci-app-cshark/po/de/cshark.po +++ b/applications/luci-app-cshark/po/de/cshark.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-10-20 01:49+0000\n" -"Last-Translator: Paul Spooren <mail@aparcar.org>\n" +"PO-Revision-Date: 2020-07-11 21:29+0000\n" +"Last-Translator: ssantos <ssantos@web.de>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscshark/de/>\n" "Language: de\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.9.1-dev\n" +"X-Generator: Weblate 4.2-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" @@ -16,38 +16,42 @@ msgstr "Aktionen" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" -msgstr "" +msgstr "URL aufnehmen" #: applications/luci-app-cshark/luasrc/view/cshark.htm:68 msgid "Capture links" -msgstr "" +msgstr "Links aufnehmen" #: applications/luci-app-cshark/luasrc/view/cshark.htm:73 msgid "Capture time" -msgstr "" +msgstr "Zeit der Aufnahme" #: applications/luci-app-cshark/luasrc/view/cshark.htm:284 msgid "Clear list" -msgstr "" +msgstr "Liste leeren" #: applications/luci-app-cshark/luasrc/controller/cshark.lua:19 #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:17 msgid "CloudShark" -msgstr "" +msgstr "CloudShark" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 msgid "CloudShark API token" -msgstr "" +msgstr "CloudShark API-Token" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 msgid "CloudShark URL" -msgstr "" +msgstr "CloudShark-URL" #: applications/luci-app-cshark/luasrc/view/cshark.htm:23 #: applications/luci-app-cshark/luasrc/view/cshark.htm:51 msgid "Filter" msgstr "Filter" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "Gewähre UCI Zugriff auf luci-app-cshark" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" @@ -64,23 +68,23 @@ msgstr "Optionen" #: applications/luci-app-cshark/luasrc/view/cshark.htm:54 #: applications/luci-app-cshark/luasrc/view/cshark.htm:196 msgid "Start capture" -msgstr "" +msgstr "Aufnahme starten" #: applications/luci-app-cshark/luasrc/view/cshark.htm:17 msgid "Start network capture" -msgstr "" +msgstr "Starte Netzwerk-Aufzeichnung" #: applications/luci-app-cshark/luasrc/view/cshark.htm:181 msgid "Stop capture" -msgstr "" +msgstr "Stoppe Netzwerk-Aufzeichnung" #: applications/luci-app-cshark/luasrc/view/cshark.htm:93 msgid "Waiting for capture to complete..." -msgstr "" +msgstr "Warte auf Fertigstellung der Netzwerk-Aufzeichnung..." #: applications/luci-app-cshark/luasrc/view/cshark.htm:93 msgid "Waiting for upload to complete..." -msgstr "" +msgstr "Warte auf Fertigstellung des Uploads..." #: applications/luci-app-cshark/luasrc/view/cshark.htm:39 msgid "any" @@ -88,24 +92,24 @@ msgstr "beliebig" #: applications/luci-app-cshark/luasrc/view/cshark.htm:47 msgid "bytes" -msgstr "" +msgstr "Bytes" #: applications/luci-app-cshark/luasrc/view/cshark.htm:46 msgid "packets" -msgstr "" +msgstr "Pakete" #: applications/luci-app-cshark/luasrc/view/cshark.htm:45 msgid "seconds" -msgstr "" +msgstr "Sekunden" #: applications/luci-app-cshark/luasrc/view/cshark.htm:22 msgid "seconds, packets, bytes" -msgstr "" +msgstr "Sekunden, Pakete, Bytes" #: applications/luci-app-cshark/luasrc/view/cshark.htm:44 msgid "timeout, bytes, seconds" -msgstr "" +msgstr "Timeout, Bytes, Sekunden" #: applications/luci-app-cshark/luasrc/view/cshark.htm:151 msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "" +msgstr "Wert für [Sekunden, Pakete, Bytes] muss ganzzahlig sein" diff --git a/applications/luci-app-cshark/po/el/cshark.po b/applications/luci-app-cshark/po/el/cshark.po index 6dc9b64b3f..fc62981752 100644 --- a/applications/luci-app-cshark/po/el/cshark.po +++ b/applications/luci-app-cshark/po/el/cshark.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-03 08:25+0000\n" +"Last-Translator: Tavaninja <metalcorpe@gmail.com>\n" +"Language-Team: Greek <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/el/>\n" "Language: el\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.10-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" @@ -42,14 +48,18 @@ msgstr "" msgid "Filter" msgstr "" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" -msgstr "" +msgstr "Διεπαφή" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" -msgstr "" +msgstr "Φόρτωση" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 msgid "Options" diff --git a/applications/luci-app-cshark/po/en/cshark.po b/applications/luci-app-cshark/po/en/cshark.po index c552089b50..9041088f6d 100644 --- a/applications/luci-app-cshark/po/en/cshark.po +++ b/applications/luci-app-cshark/po/en/cshark.po @@ -1,12 +1,18 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-07 10:45+0000\n" +"Last-Translator: Guillaume D. <2a3b@protonmail.com>\n" +"Language-Team: English <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/en/>\n" "Language: en\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.10-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" -msgstr "" +msgstr "Actions" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" @@ -42,6 +48,10 @@ msgstr "" msgid "Filter" msgstr "" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" diff --git a/applications/luci-app-cshark/po/es/cshark.po b/applications/luci-app-cshark/po/es/cshark.po index 143c2aae62..8e8bf938ef 100644 --- a/applications/luci-app-cshark/po/es/cshark.po +++ b/applications/luci-app-cshark/po/es/cshark.po @@ -1,16 +1,17 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: \n" "POT-Creation-Date: 2019-07-22 17:23-0300\n" -"PO-Revision-Date: 2019-08-01 22:00-0300\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2.3\n" +"PO-Revision-Date: 2020-06-16 16:09+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/es/>\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 4.1.1-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" @@ -39,7 +40,7 @@ msgstr "CloudShark" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 msgid "CloudShark API token" -msgstr "Token API de CloudShark" +msgstr "Token de la API de CloudShark" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 msgid "CloudShark URL" @@ -50,6 +51,10 @@ msgstr "URL de CloudShark" msgid "Filter" msgstr "Filtrar" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "Conceder acceso UCI para luci-app-cshark" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" @@ -86,7 +91,7 @@ msgstr "Esperando a que se complete la carga..." #: applications/luci-app-cshark/luasrc/view/cshark.htm:39 msgid "any" -msgstr "ninguno" +msgstr "cualquiera" #: applications/luci-app-cshark/luasrc/view/cshark.htm:47 msgid "bytes" @@ -98,7 +103,7 @@ msgstr "paquetes" #: applications/luci-app-cshark/luasrc/view/cshark.htm:45 msgid "seconds" -msgstr "segundos" +msgstr "Segundos" #: applications/luci-app-cshark/luasrc/view/cshark.htm:22 msgid "seconds, packets, bytes" @@ -110,4 +115,4 @@ msgstr "tiempo de espera, bytes, segundos" #: applications/luci-app-cshark/luasrc/view/cshark.htm:151 msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "el valor para [segundos, paquetes, bytes] debe ser entero" +msgstr "el valor para [segundos, paquetes, bytes] debe ser un entero" diff --git a/applications/luci-app-cshark/po/fi/cshark.po b/applications/luci-app-cshark/po/fi/cshark.po new file mode 100644 index 0000000000..8d5c6e4f84 --- /dev/null +++ b/applications/luci-app-cshark/po/fi/cshark.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2020-06-23 07:41+0000\n" +"Last-Translator: Petri Asikainen <uniluodossa@gmail.com>\n" +"Language-Team: Finnish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/fi/>\n" +"Language: fi\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.2-dev\n" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 +msgid "Actions" +msgstr "Toiminnot" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 +msgid "Capture URL" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 +msgid "Capture links" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 +msgid "Capture time" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 +msgid "Clear list" +msgstr "" + +#: applications/luci-app-cshark/luasrc/controller/cshark.lua:19 +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:17 +msgid "CloudShark" +msgstr "" + +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 +msgid "CloudShark API token" +msgstr "" + +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 +msgid "CloudShark URL" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:23 +#: applications/luci-app-cshark/luasrc/view/cshark.htm:51 +msgid "Filter" +msgstr "Suodatin" + +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 +#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 +msgid "Interface" +msgstr "Sovitin" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 +msgid "Loading" +msgstr "Ladataan" + +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 +msgid "Options" +msgstr "Valinnat" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 +#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 +msgid "Start capture" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 +msgid "Start network capture" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 +msgid "Stop capture" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 +msgid "Waiting for capture to complete..." +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 +msgid "Waiting for upload to complete..." +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 +msgid "any" +msgstr "mikä tahansa" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 +msgid "bytes" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 +msgid "packets" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 +msgid "seconds" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 +msgid "seconds, packets, bytes" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 +msgid "timeout, bytes, seconds" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 +msgid "value for [seconds, packets, bytes] must be Integer" +msgstr "" diff --git a/applications/luci-app-cshark/po/fr/cshark.po b/applications/luci-app-cshark/po/fr/cshark.po index f82c94577e..4175f3f2fe 100644 --- a/applications/luci-app-cshark/po/fr/cshark.po +++ b/applications/luci-app-cshark/po/fr/cshark.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-10-24 13:54+0000\n" -"Last-Translator: Nathan <bonnemainsnathan@gmail.com>\n" +"PO-Revision-Date: 2020-05-10 12:47+0000\n" +"Last-Translator: viking76 <liaudetgael@gmail.com>\n" "Language-Team: French <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscshark/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 3.9.1-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" @@ -48,6 +48,10 @@ msgstr "URL de CloudShark" msgid "Filter" msgstr "Filtrer" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "Accorder tout accès UCI pour luci-app-cshark" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" diff --git a/applications/luci-app-cshark/po/he/cshark.po b/applications/luci-app-cshark/po/he/cshark.po index f1a9a5a8a5..0bf1138576 100644 --- a/applications/luci-app-cshark/po/he/cshark.po +++ b/applications/luci-app-cshark/po/he/cshark.po @@ -42,6 +42,10 @@ msgstr "" msgid "Filter" msgstr "" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" diff --git a/applications/luci-app-cshark/po/hi/cshark.po b/applications/luci-app-cshark/po/hi/cshark.po index 597b5f7aa7..756aea79a8 100644 --- a/applications/luci-app-cshark/po/hi/cshark.po +++ b/applications/luci-app-cshark/po/hi/cshark.po @@ -1,12 +1,18 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-11-19 16:05+0000\n" +"Last-Translator: Avinash H. Duduskar <strykar@hotmail.com>\n" +"Language-Team: Hindi <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/hi/>\n" "Language: hi\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.10-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" -msgstr "" +msgstr "चाल-चलन" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" @@ -42,6 +48,10 @@ msgstr "" msgid "Filter" msgstr "" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" diff --git a/applications/luci-app-cshark/po/hu/cshark.po b/applications/luci-app-cshark/po/hu/cshark.po index 6507e65780..85f20a3f73 100644 --- a/applications/luci-app-cshark/po/hu/cshark.po +++ b/applications/luci-app-cshark/po/hu/cshark.po @@ -1,105 +1,115 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-16 23:24+0000\n" +"Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" +"Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/hu/>\n" "Language: hu\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.10-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" -msgstr "" +msgstr "Műveletek" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" -msgstr "" +msgstr "URL rögzítése" #: applications/luci-app-cshark/luasrc/view/cshark.htm:68 msgid "Capture links" -msgstr "" +msgstr "Hivatkozások rögzítése" #: applications/luci-app-cshark/luasrc/view/cshark.htm:73 msgid "Capture time" -msgstr "" +msgstr "Idő rögzítése" #: applications/luci-app-cshark/luasrc/view/cshark.htm:284 msgid "Clear list" -msgstr "" +msgstr "Lista törlése" #: applications/luci-app-cshark/luasrc/controller/cshark.lua:19 #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:17 msgid "CloudShark" -msgstr "" +msgstr "CloudShark" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 msgid "CloudShark API token" -msgstr "" +msgstr "CloudShark API token" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 msgid "CloudShark URL" -msgstr "" +msgstr "CloudShark URL" #: applications/luci-app-cshark/luasrc/view/cshark.htm:23 #: applications/luci-app-cshark/luasrc/view/cshark.htm:51 msgid "Filter" +msgstr "Szűrő" + +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" -msgstr "" +msgstr "Csatoló" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" -msgstr "" +msgstr "Betöltés" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 msgid "Options" -msgstr "" +msgstr "Beállítások" #: applications/luci-app-cshark/luasrc/view/cshark.htm:54 #: applications/luci-app-cshark/luasrc/view/cshark.htm:196 msgid "Start capture" -msgstr "" +msgstr "Rögzítés indítása" #: applications/luci-app-cshark/luasrc/view/cshark.htm:17 msgid "Start network capture" -msgstr "" +msgstr "Hálózati rögzítés indítása" #: applications/luci-app-cshark/luasrc/view/cshark.htm:181 msgid "Stop capture" -msgstr "" +msgstr "Rögzítés leállítása" #: applications/luci-app-cshark/luasrc/view/cshark.htm:93 msgid "Waiting for capture to complete..." -msgstr "" +msgstr "Várakozás a rögzítés befejeződésére…" #: applications/luci-app-cshark/luasrc/view/cshark.htm:93 msgid "Waiting for upload to complete..." -msgstr "" +msgstr "Várakozás a feltöltés befejeződésére…" #: applications/luci-app-cshark/luasrc/view/cshark.htm:39 msgid "any" -msgstr "" +msgstr "bármely" #: applications/luci-app-cshark/luasrc/view/cshark.htm:47 msgid "bytes" -msgstr "" +msgstr "bájt" #: applications/luci-app-cshark/luasrc/view/cshark.htm:46 msgid "packets" -msgstr "" +msgstr "csomag" #: applications/luci-app-cshark/luasrc/view/cshark.htm:45 msgid "seconds" -msgstr "" +msgstr "másodperc" #: applications/luci-app-cshark/luasrc/view/cshark.htm:22 msgid "seconds, packets, bytes" -msgstr "" +msgstr "másodperc, csomag, bájt" #: applications/luci-app-cshark/luasrc/view/cshark.htm:44 msgid "timeout, bytes, seconds" -msgstr "" +msgstr "időkorlát, bájt, másodperc" #: applications/luci-app-cshark/luasrc/view/cshark.htm:151 msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "" +msgstr "a [másodperc, csomag, bájt] értékének egész számnak kell lennie" diff --git a/applications/luci-app-cshark/po/it/cshark.po b/applications/luci-app-cshark/po/it/cshark.po index c261657d39..ef98d08c5b 100644 --- a/applications/luci-app-cshark/po/it/cshark.po +++ b/applications/luci-app-cshark/po/it/cshark.po @@ -1,12 +1,18 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-03-07 12:33+0000\n" +"Last-Translator: Giuseppe Valitutto <valituttogiuseppe@gmail.com>\n" +"Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/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.0-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" -msgstr "" +msgstr "Azioni" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" @@ -40,16 +46,20 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:23 #: applications/luci-app-cshark/luasrc/view/cshark.htm:51 msgid "Filter" +msgstr "Filtro" + +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" -msgstr "" +msgstr "Interfaccia" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" -msgstr "" +msgstr "Caricamento" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 msgid "Options" diff --git a/applications/luci-app-cshark/po/ja/cshark.po b/applications/luci-app-cshark/po/ja/cshark.po index bd30829690..e7520acc37 100644 --- a/applications/luci-app-cshark/po/ja/cshark.po +++ b/applications/luci-app-cshark/po/ja/cshark.po @@ -1,12 +1,18 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-07-22 02:42+0000\n" +"Last-Translator: Satoru Yoshida <ramat@ram.ne.jp>\n" +"Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/ja/>\n" "Language: ja\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.2-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" -msgstr "" +msgstr "操作" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" @@ -22,7 +28,7 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:284 msgid "Clear list" -msgstr "" +msgstr "一覧をクリア" #: applications/luci-app-cshark/luasrc/controller/cshark.lua:19 #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:17 @@ -40,20 +46,24 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:23 #: applications/luci-app-cshark/luasrc/view/cshark.htm:51 msgid "Filter" -msgstr "" +msgstr "フィルタ" + +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "luci-app-cshark に UCI アクセスを許可" #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" -msgstr "" +msgstr "インターフェース" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" -msgstr "" +msgstr "読み込み中" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 msgid "Options" -msgstr "" +msgstr "オプション" #: applications/luci-app-cshark/luasrc/view/cshark.htm:54 #: applications/luci-app-cshark/luasrc/view/cshark.htm:196 @@ -78,19 +88,19 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:39 msgid "any" -msgstr "" +msgstr "全て" #: applications/luci-app-cshark/luasrc/view/cshark.htm:47 msgid "bytes" -msgstr "" +msgstr "バイト" #: applications/luci-app-cshark/luasrc/view/cshark.htm:46 msgid "packets" -msgstr "" +msgstr "パケット" #: applications/luci-app-cshark/luasrc/view/cshark.htm:45 msgid "seconds" -msgstr "" +msgstr "秒" #: applications/luci-app-cshark/luasrc/view/cshark.htm:22 msgid "seconds, packets, bytes" diff --git a/applications/luci-app-cshark/po/ko/cshark.po b/applications/luci-app-cshark/po/ko/cshark.po index ca3fdface1..5397981e98 100644 --- a/applications/luci-app-cshark/po/ko/cshark.po +++ b/applications/luci-app-cshark/po/ko/cshark.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-07-28 17:55+0000\n" +"Last-Translator: TheNoFace <fprhqkrtk303@naver.com>\n" +"Language-Team: Korean <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/ko/>\n" "Language: ko\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.2-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" @@ -42,14 +48,18 @@ msgstr "" msgid "Filter" msgstr "" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" -msgstr "" +msgstr "인터페이스" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" -msgstr "" +msgstr "로드 중" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 msgid "Options" diff --git a/applications/luci-app-cshark/po/mr/cshark.po b/applications/luci-app-cshark/po/mr/cshark.po new file mode 100644 index 0000000000..0ff23e74fd --- /dev/null +++ b/applications/luci-app-cshark/po/mr/cshark.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2020-02-12 11:01+0000\n" +"Last-Translator: Prachi Joshi <josprachi@yahoo.com>\n" +"Language-Team: Marathi <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/mr/>\n" +"Language: mr\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-cshark/luasrc/view/cshark.htm:24 +msgid "Actions" +msgstr "क्रिया" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 +msgid "Capture URL" +msgstr "URL कॅप्चर करा" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 +msgid "Capture links" +msgstr "दुवे कॅप्चर करा" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 +msgid "Capture time" +msgstr "वेळ कॅप्चर करा" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 +msgid "Clear list" +msgstr "यादी साफ करा" + +#: applications/luci-app-cshark/luasrc/controller/cshark.lua:19 +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:17 +msgid "CloudShark" +msgstr "क्लाउडशार्क" + +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 +msgid "CloudShark API token" +msgstr "क्लाउडशार्क एपीआय टोकन" + +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 +msgid "CloudShark URL" +msgstr "क्लाउडशार्क URL" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:23 +#: applications/luci-app-cshark/luasrc/view/cshark.htm:51 +msgid "Filter" +msgstr "फिल्टर करा" + +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 +#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 +msgid "Interface" +msgstr "इंटरफेस" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 +msgid "Loading" +msgstr "लोड करीत आहे" + +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 +msgid "Options" +msgstr "पर्याय" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 +#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 +msgid "Start capture" +msgstr "कॅप्चर प्रारंभ करा" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 +msgid "Start network capture" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 +msgid "Stop capture" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 +msgid "Waiting for capture to complete..." +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 +msgid "Waiting for upload to complete..." +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 +msgid "any" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 +msgid "bytes" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 +msgid "packets" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 +msgid "seconds" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 +msgid "seconds, packets, bytes" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 +msgid "timeout, bytes, seconds" +msgstr "" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 +msgid "value for [seconds, packets, bytes] must be Integer" +msgstr "" diff --git a/applications/luci-app-cshark/po/ms/cshark.po b/applications/luci-app-cshark/po/ms/cshark.po index 6ec458aad3..38813adfcd 100644 --- a/applications/luci-app-cshark/po/ms/cshark.po +++ b/applications/luci-app-cshark/po/ms/cshark.po @@ -42,6 +42,10 @@ msgstr "" msgid "Filter" msgstr "" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" diff --git a/applications/luci-app-cshark/po/nb_NO/cshark.po b/applications/luci-app-cshark/po/nb_NO/cshark.po index 71ff8d5e49..7bdadf582e 100644 --- a/applications/luci-app-cshark/po/nb_NO/cshark.po +++ b/applications/luci-app-cshark/po/nb_NO/cshark.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-10-30 03:21+0000\n" -"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n" +"PO-Revision-Date: 2019-11-20 17:06+0000\n" +"Last-Translator: Ole Solbakken <oinnselset@gmail.com>\n" "Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscshark/nb_NO/>\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 3.9.1\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" @@ -45,10 +45,13 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:23 #: applications/luci-app-cshark/luasrc/view/cshark.htm:51 -#, fuzzy msgid "Filter" msgstr "Filter" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" diff --git a/applications/luci-app-cshark/po/pl/cshark.po b/applications/luci-app-cshark/po/pl/cshark.po index 52f15a791c..2a4b7fc884 100644 --- a/applications/luci-app-cshark/po/pl/cshark.po +++ b/applications/luci-app-cshark/po/pl/cshark.po @@ -1,105 +1,116 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-05-02 15:56+0000\n" +"Last-Translator: Marcin Net <marcin.net@linux.pl>\n" +"Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/pl/>\n" "Language: pl\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 4.1-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" -msgstr "" +msgstr "Akcje" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" -msgstr "" +msgstr "Przechwycony adres URL" #: applications/luci-app-cshark/luasrc/view/cshark.htm:68 msgid "Capture links" -msgstr "" +msgstr "Przechwytywanie łączy" #: applications/luci-app-cshark/luasrc/view/cshark.htm:73 msgid "Capture time" -msgstr "" +msgstr "Czas przechwycenia" #: applications/luci-app-cshark/luasrc/view/cshark.htm:284 msgid "Clear list" -msgstr "" +msgstr "Wyczyść listę" #: applications/luci-app-cshark/luasrc/controller/cshark.lua:19 #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:17 msgid "CloudShark" -msgstr "" +msgstr "CloudShark" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 msgid "CloudShark API token" -msgstr "" +msgstr "Token API CloudShark" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 msgid "CloudShark URL" -msgstr "" +msgstr "URL CloudShark" #: applications/luci-app-cshark/luasrc/view/cshark.htm:23 #: applications/luci-app-cshark/luasrc/view/cshark.htm:51 msgid "Filter" -msgstr "" +msgstr "Filtr" + +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "Udziel dostępu UCI do luci-app-cshark" #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" -msgstr "" +msgstr "Interfejs" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" -msgstr "" +msgstr "Ładowanie" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 msgid "Options" -msgstr "" +msgstr "Opcje" #: applications/luci-app-cshark/luasrc/view/cshark.htm:54 #: applications/luci-app-cshark/luasrc/view/cshark.htm:196 msgid "Start capture" -msgstr "" +msgstr "Rozpocznij przechwytywanie" #: applications/luci-app-cshark/luasrc/view/cshark.htm:17 msgid "Start network capture" -msgstr "" +msgstr "Rozpocznij przechwytywanie sieci" #: applications/luci-app-cshark/luasrc/view/cshark.htm:181 msgid "Stop capture" -msgstr "" +msgstr "Zatrzymaj przechwytywanie" #: applications/luci-app-cshark/luasrc/view/cshark.htm:93 msgid "Waiting for capture to complete..." -msgstr "" +msgstr "Oczekiwanie na ukończenie przechwytywania..." #: applications/luci-app-cshark/luasrc/view/cshark.htm:93 msgid "Waiting for upload to complete..." -msgstr "" +msgstr "Oczekiwanie na zakończenie przesyłania..." #: applications/luci-app-cshark/luasrc/view/cshark.htm:39 msgid "any" -msgstr "" +msgstr "dowolny" #: applications/luci-app-cshark/luasrc/view/cshark.htm:47 msgid "bytes" -msgstr "" +msgstr "bajty" #: applications/luci-app-cshark/luasrc/view/cshark.htm:46 msgid "packets" -msgstr "" +msgstr "pakiety" #: applications/luci-app-cshark/luasrc/view/cshark.htm:45 msgid "seconds" -msgstr "" +msgstr "sekundy" #: applications/luci-app-cshark/luasrc/view/cshark.htm:22 msgid "seconds, packets, bytes" -msgstr "" +msgstr "sekundy, pakiety, bajty" #: applications/luci-app-cshark/luasrc/view/cshark.htm:44 msgid "timeout, bytes, seconds" -msgstr "" +msgstr "limit czasu, bajtów, sekund" #: applications/luci-app-cshark/luasrc/view/cshark.htm:151 msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "" +msgstr "wartość dla [sekund, pakietów, bajtów] musi być liczbą całkowitą" diff --git a/applications/luci-app-cshark/po/pt/cshark.po b/applications/luci-app-cshark/po/pt/cshark.po index ef8cfc544d..f2cf06e151 100644 --- a/applications/luci-app-cshark/po/pt/cshark.po +++ b/applications/luci-app-cshark/po/pt/cshark.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-02 16:05+0000\n" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" "Last-Translator: ssantos <ssantos@web.de>\n" "Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscshark/pt/>\n" @@ -8,7 +8,7 @@ msgstr "" "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.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" @@ -48,6 +48,10 @@ msgstr "URL do CloudShark" msgid "Filter" msgstr "Filtro" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "Conceder acesso UCI ao luci-app-cshark" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" diff --git a/applications/luci-app-cshark/po/pt_BR/cshark.po b/applications/luci-app-cshark/po/pt_BR/cshark.po index 0c04798e08..5b317904ef 100644 --- a/applications/luci-app-cshark/po/pt_BR/cshark.po +++ b/applications/luci-app-cshark/po/pt_BR/cshark.po @@ -1,105 +1,115 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" +"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" +"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/" +"openwrt/luciapplicationscshark/pt_BR/>\n" "Language: pt_BR\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.1-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" -msgstr "" +msgstr "Ações" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" -msgstr "" +msgstr "Captura de URL" #: applications/luci-app-cshark/luasrc/view/cshark.htm:68 msgid "Capture links" -msgstr "" +msgstr "Captura de links" #: applications/luci-app-cshark/luasrc/view/cshark.htm:73 msgid "Capture time" -msgstr "" +msgstr "Tempo de captura" #: applications/luci-app-cshark/luasrc/view/cshark.htm:284 msgid "Clear list" -msgstr "" +msgstr "Limpara a lista" #: applications/luci-app-cshark/luasrc/controller/cshark.lua:19 #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:17 msgid "CloudShark" -msgstr "" +msgstr "CloudShark" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 msgid "CloudShark API token" -msgstr "" +msgstr "Token da API CloudShark" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 msgid "CloudShark URL" -msgstr "" +msgstr "URL do CloudShark" #: applications/luci-app-cshark/luasrc/view/cshark.htm:23 #: applications/luci-app-cshark/luasrc/view/cshark.htm:51 msgid "Filter" -msgstr "" +msgstr "Filtro" + +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "Conceda acesso UCI ao luci-app-cshark" #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" -msgstr "" +msgstr "Interface" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" -msgstr "" +msgstr "Carregando" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 msgid "Options" -msgstr "" +msgstr "Opções" #: applications/luci-app-cshark/luasrc/view/cshark.htm:54 #: applications/luci-app-cshark/luasrc/view/cshark.htm:196 msgid "Start capture" -msgstr "" +msgstr "Iniciar a captura" #: applications/luci-app-cshark/luasrc/view/cshark.htm:17 msgid "Start network capture" -msgstr "" +msgstr "Iniciar a captura da rede" #: applications/luci-app-cshark/luasrc/view/cshark.htm:181 msgid "Stop capture" -msgstr "" +msgstr "Parar a captura" #: applications/luci-app-cshark/luasrc/view/cshark.htm:93 msgid "Waiting for capture to complete..." -msgstr "" +msgstr "Aguardando a captura ser concluída ..." #: applications/luci-app-cshark/luasrc/view/cshark.htm:93 msgid "Waiting for upload to complete..." -msgstr "" +msgstr "Aguardando a conclusão do upload ..." #: applications/luci-app-cshark/luasrc/view/cshark.htm:39 msgid "any" -msgstr "" +msgstr "qualquer" #: applications/luci-app-cshark/luasrc/view/cshark.htm:47 msgid "bytes" -msgstr "" +msgstr "bytes" #: applications/luci-app-cshark/luasrc/view/cshark.htm:46 msgid "packets" -msgstr "" +msgstr "pacotes" #: applications/luci-app-cshark/luasrc/view/cshark.htm:45 msgid "seconds" -msgstr "" +msgstr "segundos" #: applications/luci-app-cshark/luasrc/view/cshark.htm:22 msgid "seconds, packets, bytes" -msgstr "" +msgstr "segundos, pacotes, bytes" #: applications/luci-app-cshark/luasrc/view/cshark.htm:44 msgid "timeout, bytes, seconds" -msgstr "" +msgstr "tempo limite, bytes, segundos" #: applications/luci-app-cshark/luasrc/view/cshark.htm:151 msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "" +msgstr "o valor para [segundos, pacotes, bytes] deve ser Inteiro" diff --git a/applications/luci-app-cshark/po/ro/cshark.po b/applications/luci-app-cshark/po/ro/cshark.po index eb2333d2a1..6b4f2ecc0a 100644 --- a/applications/luci-app-cshark/po/ro/cshark.po +++ b/applications/luci-app-cshark/po/ro/cshark.po @@ -1,8 +1,15 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-03-29 21:22+0000\n" +"Last-Translator: Cristian Ionescu <joker_op@yahoo.com>\n" +"Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/ro/>\n" "Language: ro\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" @@ -40,16 +47,20 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:23 #: applications/luci-app-cshark/luasrc/view/cshark.htm:51 msgid "Filter" +msgstr "Filtru" + +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" -msgstr "" +msgstr "Interfață" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" -msgstr "" +msgstr "Încărcare" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 msgid "Options" diff --git a/applications/luci-app-cshark/po/ru/cshark.po b/applications/luci-app-cshark/po/ru/cshark.po index f77375adf6..741792e6fb 100644 --- a/applications/luci-app-cshark/po/ru/cshark.po +++ b/applications/luci-app-cshark/po/ru/cshark.po @@ -1,15 +1,15 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-10-19 18:25+0000\n" -"Last-Translator: Anton Kikin <a.a.kikin@gmail.com>\n" +"PO-Revision-Date: 2020-06-07 15:48+0000\n" +"Last-Translator: Artem <KovalevArtem.ru@gmail.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscshark/ru/>\n" "Language: ru\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.9.1-dev\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 4.1-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" @@ -17,24 +17,24 @@ msgstr "Действия" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" -msgstr "" +msgstr "Захват URL-адреса" #: applications/luci-app-cshark/luasrc/view/cshark.htm:68 msgid "Capture links" -msgstr "" +msgstr "Захват ссылок" #: applications/luci-app-cshark/luasrc/view/cshark.htm:73 msgid "Capture time" -msgstr "" +msgstr "Захват времени" #: applications/luci-app-cshark/luasrc/view/cshark.htm:284 msgid "Clear list" -msgstr "" +msgstr "Очистить список" #: applications/luci-app-cshark/luasrc/controller/cshark.lua:19 #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:17 msgid "CloudShark" -msgstr "" +msgstr "CloudShark" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 msgid "CloudShark API token" @@ -42,66 +42,70 @@ msgstr "" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 msgid "CloudShark URL" -msgstr "" +msgstr "URL-адрес CloudShark" #: applications/luci-app-cshark/luasrc/view/cshark.htm:23 #: applications/luci-app-cshark/luasrc/view/cshark.htm:51 msgid "Filter" -msgstr "" +msgstr "Фильтр" + +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "Предоставить UCI доступ для luci-app-cshark" #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" -msgstr "" +msgstr "Интерфейс" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" -msgstr "" +msgstr "Загрузка" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 msgid "Options" -msgstr "" +msgstr "Опции" #: applications/luci-app-cshark/luasrc/view/cshark.htm:54 #: applications/luci-app-cshark/luasrc/view/cshark.htm:196 msgid "Start capture" -msgstr "" +msgstr "Начать захват" #: applications/luci-app-cshark/luasrc/view/cshark.htm:17 msgid "Start network capture" -msgstr "" +msgstr "Начать захвата сети" #: applications/luci-app-cshark/luasrc/view/cshark.htm:181 msgid "Stop capture" -msgstr "" +msgstr "Остановить захват" #: applications/luci-app-cshark/luasrc/view/cshark.htm:93 msgid "Waiting for capture to complete..." -msgstr "" +msgstr "Ожидание завершения захвата..." #: applications/luci-app-cshark/luasrc/view/cshark.htm:93 msgid "Waiting for upload to complete..." -msgstr "" +msgstr "Ожидание завершения отправки..." #: applications/luci-app-cshark/luasrc/view/cshark.htm:39 msgid "any" -msgstr "" +msgstr "любой" #: applications/luci-app-cshark/luasrc/view/cshark.htm:47 msgid "bytes" -msgstr "" +msgstr "байт" #: applications/luci-app-cshark/luasrc/view/cshark.htm:46 msgid "packets" -msgstr "" +msgstr "пакетов" #: applications/luci-app-cshark/luasrc/view/cshark.htm:45 msgid "seconds" -msgstr "" +msgstr "секунд(ы)" #: applications/luci-app-cshark/luasrc/view/cshark.htm:22 msgid "seconds, packets, bytes" -msgstr "" +msgstr "секунды, пакеты, байты" #: applications/luci-app-cshark/luasrc/view/cshark.htm:44 msgid "timeout, bytes, seconds" diff --git a/applications/luci-app-cshark/po/sk/cshark.po b/applications/luci-app-cshark/po/sk/cshark.po index 1ece00b9ea..566fec2d30 100644 --- a/applications/luci-app-cshark/po/sk/cshark.po +++ b/applications/luci-app-cshark/po/sk/cshark.po @@ -1,12 +1,18 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-04-04 17:35+0000\n" +"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n" +"Language-Team: Slovak <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/sk/>\n" "Language: sk\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-cshark/luasrc/view/cshark.htm:24 msgid "Actions" -msgstr "" +msgstr "Akcie" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" @@ -40,12 +46,16 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:23 #: applications/luci-app-cshark/luasrc/view/cshark.htm:51 msgid "Filter" +msgstr "Filter" + +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" -msgstr "" +msgstr "Rozhranie" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" @@ -53,7 +63,7 @@ msgstr "" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 msgid "Options" -msgstr "" +msgstr "Voľby" #: applications/luci-app-cshark/luasrc/view/cshark.htm:54 #: applications/luci-app-cshark/luasrc/view/cshark.htm:196 diff --git a/applications/luci-app-cshark/po/sv/cshark.po b/applications/luci-app-cshark/po/sv/cshark.po index caa49b79b7..3d013293ab 100644 --- a/applications/luci-app-cshark/po/sv/cshark.po +++ b/applications/luci-app-cshark/po/sv/cshark.po @@ -48,6 +48,10 @@ msgstr "" msgid "Filter" msgstr "Filtrera" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" diff --git a/applications/luci-app-cshark/po/templates/cshark.pot b/applications/luci-app-cshark/po/templates/cshark.pot index 51212d3b62..d30b259c5f 100644 --- a/applications/luci-app-cshark/po/templates/cshark.pot +++ b/applications/luci-app-cshark/po/templates/cshark.pot @@ -39,6 +39,10 @@ msgstr "" msgid "Filter" msgstr "" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" diff --git a/applications/luci-app-cshark/po/tr/cshark.po b/applications/luci-app-cshark/po/tr/cshark.po index 8e0460d9c3..2a8957792f 100644 --- a/applications/luci-app-cshark/po/tr/cshark.po +++ b/applications/luci-app-cshark/po/tr/cshark.po @@ -1,12 +1,18 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-12-09 20:03+0000\n" +"Last-Translator: İsmail Karslı <ismail541236@gmail.com>\n" +"Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/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 3.10-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" -msgstr "" +msgstr "Eylemler" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" @@ -42,6 +48,10 @@ msgstr "" msgid "Filter" msgstr "" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" @@ -49,7 +59,7 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" -msgstr "" +msgstr "Yükleniyor" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 msgid "Options" diff --git a/applications/luci-app-cshark/po/uk/cshark.po b/applications/luci-app-cshark/po/uk/cshark.po index 5a799702ba..c84264c2ce 100644 --- a/applications/luci-app-cshark/po/uk/cshark.po +++ b/applications/luci-app-cshark/po/uk/cshark.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-10-27 22:31+0000\n" -"Last-Translator: Yurii Petrashko <yuripet@gmail.com>\n" +"PO-Revision-Date: 2020-03-11 01:51+0000\n" +"Last-Translator: Olexandr Nesterenko <olexn@ukr.net>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationscshark/uk/>\n" "Language: uk\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.9.1-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" @@ -49,6 +49,10 @@ msgstr "" msgid "Filter" msgstr "Фільтр" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" @@ -89,19 +93,19 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:47 msgid "bytes" -msgstr "" +msgstr "байти" #: applications/luci-app-cshark/luasrc/view/cshark.htm:46 msgid "packets" -msgstr "" +msgstr "пакети" #: applications/luci-app-cshark/luasrc/view/cshark.htm:45 msgid "seconds" -msgstr "" +msgstr "секунди" #: applications/luci-app-cshark/luasrc/view/cshark.htm:22 msgid "seconds, packets, bytes" -msgstr "" +msgstr "секунди, пакети, байти" #: applications/luci-app-cshark/luasrc/view/cshark.htm:44 msgid "timeout, bytes, seconds" @@ -109,4 +113,4 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:151 msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "" +msgstr "значення для [секунд, пакетів, байтів] має бути цілим числом" diff --git a/applications/luci-app-cshark/po/vi/cshark.po b/applications/luci-app-cshark/po/vi/cshark.po index 8adf02110a..fc68d93a2c 100644 --- a/applications/luci-app-cshark/po/vi/cshark.po +++ b/applications/luci-app-cshark/po/vi/cshark.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2019-11-13 13:06+0000\n" +"Last-Translator: Le Van Uoc <kunkun3012@gmail.com>\n" +"Language-Team: Vietnamese <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationscshark/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 3.10-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" @@ -42,6 +48,10 @@ msgstr "" msgid "Filter" msgstr "" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" @@ -49,7 +59,7 @@ msgstr "" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" -msgstr "" +msgstr "Đang tải" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 msgid "Options" diff --git a/applications/luci-app-cshark/po/zh_Hans/cshark.po b/applications/luci-app-cshark/po/zh_Hans/cshark.po new file mode 100644 index 0000000000..18b3b63d8e --- /dev/null +++ b/applications/luci-app-cshark/po/zh_Hans/cshark.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2020-05-10 12:47+0000\n" +"Last-Translator: gw826943555 <gw826943555@qq.com>\n" +"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" +"openwrt/luciapplicationscshark/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.1-dev\n" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 +msgid "Actions" +msgstr "动作" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 +msgid "Capture URL" +msgstr "捕获 URL" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 +msgid "Capture links" +msgstr "捕获链接" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 +msgid "Capture time" +msgstr "捕获时间" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 +msgid "Clear list" +msgstr "清空列表" + +#: applications/luci-app-cshark/luasrc/controller/cshark.lua:19 +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:17 +msgid "CloudShark" +msgstr "CloudShark" + +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 +msgid "CloudShark API token" +msgstr "CloudShark API 令牌" + +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 +msgid "CloudShark URL" +msgstr "CloudShark URL" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:23 +#: applications/luci-app-cshark/luasrc/view/cshark.htm:51 +msgid "Filter" +msgstr "过滤器" + +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "授予UCI访问luci-app-cshark的权限" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 +#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 +msgid "Interface" +msgstr "接口" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 +msgid "Loading" +msgstr "加载中" + +#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 +msgid "Options" +msgstr "选项" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 +#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 +msgid "Start capture" +msgstr "开始捕获" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 +msgid "Start network capture" +msgstr "开始网络捕获" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 +msgid "Stop capture" +msgstr "停止捕获" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 +msgid "Waiting for capture to complete..." +msgstr "正等待捕获完成…" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 +msgid "Waiting for upload to complete..." +msgstr "正等待上传完成…" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 +msgid "any" +msgstr "任意" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 +msgid "bytes" +msgstr "字节" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 +msgid "packets" +msgstr "数据包" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 +msgid "seconds" +msgstr "秒" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 +msgid "seconds, packets, bytes" +msgstr "秒,数据包,字节" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 +msgid "timeout, bytes, seconds" +msgstr "超时,字节,秒" + +#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 +msgid "value for [seconds, packets, bytes] must be Integer" +msgstr "[秒,数据包,字节] 的值必需为整形" diff --git a/applications/luci-app-cshark/po/zh-cn/cshark.po b/applications/luci-app-cshark/po/zh_Hant/cshark.po index b535466cdf..8c1027be49 100644 --- a/applications/luci-app-cshark/po/zh-cn/cshark.po +++ b/applications/luci-app-cshark/po/zh_Hant/cshark.po @@ -1,18 +1,18 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-05 01:56+0000\n" -"Last-Translator: Richard Yu <yurichard3839@gmail.com>\n" -"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" -"openwrt/luciapplicationscshark/zh_Hans/>\n" -"Language: zh-cn\n" +"PO-Revision-Date: 2020-04-22 15:42+0000\n" +"Last-Translator: pesder <j_h_liau@yahoo.com.tw>\n" +"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/" +"openwrt/luciapplicationscshark/zh_Hant/>\n" +"Language: zh_Hant\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.0.2-dev\n" #: applications/luci-app-cshark/luasrc/view/cshark.htm:24 msgid "Actions" -msgstr "动作" +msgstr "動作" #: applications/luci-app-cshark/luasrc/view/cshark.htm:72 msgid "Capture URL" @@ -48,14 +48,18 @@ msgstr "" msgid "Filter" msgstr "" +#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 +msgid "Grant UCI access for luci-app-cshark" +msgstr "" + #: applications/luci-app-cshark/luasrc/view/cshark.htm:21 #: applications/luci-app-cshark/luasrc/view/cshark.htm:28 msgid "Interface" -msgstr "接口" +msgstr "介面" #: applications/luci-app-cshark/luasrc/view/cshark.htm:92 msgid "Loading" -msgstr "加载中" +msgstr "載入中" #: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 msgid "Options" diff --git a/applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json b/applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json new file mode 100644 index 0000000000..32f5fb6041 --- /dev/null +++ b/applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json @@ -0,0 +1,11 @@ +{ + "luci-app-cshark": { + "description": "Grant UCI access for luci-app-cshark", + "read": { + "uci": [ "cshark" ] + }, + "write": { + "uci": [ "cshark" ] + } + } +} |