From 9442cd51ea908e9b2e16b63986f4b915a521c70b Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 16 Jun 2025 19:54:54 +0200 Subject: [PATCH] luci-app-cshark: drop LUA app See: https://github.com/openwrt/luci/issues/7310 Signed-off-by: Paul Donald --- applications/luci-app-cshark/Makefile | 17 - .../luasrc/controller/cshark.lua | 137 --------- .../luasrc/model/cbi/admin_network/cshark.lua | 30 -- .../luci-app-cshark/luasrc/view/cshark.htm | 290 ------------------ applications/luci-app-cshark/po/ar/cshark.po | 116 ------- applications/luci-app-cshark/po/bg/cshark.po | 115 ------- .../luci-app-cshark/po/bn_BD/cshark.po | 115 ------- applications/luci-app-cshark/po/ca/cshark.po | 115 ------- applications/luci-app-cshark/po/cs/cshark.po | 115 ------- applications/luci-app-cshark/po/da/cshark.po | 115 ------- applications/luci-app-cshark/po/de/cshark.po | 115 ------- applications/luci-app-cshark/po/el/cshark.po | 115 ------- applications/luci-app-cshark/po/es/cshark.po | 118 ------- applications/luci-app-cshark/po/fi/cshark.po | 115 ------- applications/luci-app-cshark/po/fr/cshark.po | 115 ------- applications/luci-app-cshark/po/ga/cshark.po | 117 ------- applications/luci-app-cshark/po/he/cshark.po | 116 ------- applications/luci-app-cshark/po/hi/cshark.po | 115 ------- applications/luci-app-cshark/po/hu/cshark.po | 115 ------- applications/luci-app-cshark/po/it/cshark.po | 115 ------- applications/luci-app-cshark/po/ja/cshark.po | 115 ------- applications/luci-app-cshark/po/ko/cshark.po | 115 ------- applications/luci-app-cshark/po/lt/cshark.po | 120 -------- applications/luci-app-cshark/po/mr/cshark.po | 115 ------- applications/luci-app-cshark/po/ms/cshark.po | 115 ------- .../luci-app-cshark/po/nb_NO/cshark.po | 116 ------- applications/luci-app-cshark/po/nl/cshark.po | 115 ------- applications/luci-app-cshark/po/pl/cshark.po | 116 ------- applications/luci-app-cshark/po/pt/cshark.po | 115 ------- .../luci-app-cshark/po/pt_BR/cshark.po | 115 ------- applications/luci-app-cshark/po/ro/cshark.po | 116 ------- applications/luci-app-cshark/po/ru/cshark.po | 116 ------- applications/luci-app-cshark/po/sk/cshark.po | 116 ------- applications/luci-app-cshark/po/sv/cshark.po | 115 ------- applications/luci-app-cshark/po/ta/cshark.po | 115 ------- .../luci-app-cshark/po/templates/cshark.pot | 106 ------- applications/luci-app-cshark/po/tr/cshark.po | 115 ------- applications/luci-app-cshark/po/uk/cshark.po | 116 ------- applications/luci-app-cshark/po/vi/cshark.po | 115 ------- applications/luci-app-cshark/po/yua/cshark.po | 115 ------- .../luci-app-cshark/po/zh_Hans/cshark.po | 115 ------- .../luci-app-cshark/po/zh_Hant/cshark.po | 115 ------- .../usr/share/rpcd/acl.d/luci-app-cshark.json | 11 - 43 files changed, 4864 deletions(-) delete mode 100644 applications/luci-app-cshark/Makefile delete mode 100644 applications/luci-app-cshark/luasrc/controller/cshark.lua delete mode 100644 applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua delete mode 100644 applications/luci-app-cshark/luasrc/view/cshark.htm delete mode 100644 applications/luci-app-cshark/po/ar/cshark.po delete mode 100644 applications/luci-app-cshark/po/bg/cshark.po delete mode 100644 applications/luci-app-cshark/po/bn_BD/cshark.po delete mode 100644 applications/luci-app-cshark/po/ca/cshark.po delete mode 100644 applications/luci-app-cshark/po/cs/cshark.po delete mode 100644 applications/luci-app-cshark/po/da/cshark.po delete mode 100644 applications/luci-app-cshark/po/de/cshark.po delete mode 100644 applications/luci-app-cshark/po/el/cshark.po delete mode 100644 applications/luci-app-cshark/po/es/cshark.po delete mode 100644 applications/luci-app-cshark/po/fi/cshark.po delete mode 100644 applications/luci-app-cshark/po/fr/cshark.po delete mode 100644 applications/luci-app-cshark/po/ga/cshark.po delete mode 100644 applications/luci-app-cshark/po/he/cshark.po delete mode 100644 applications/luci-app-cshark/po/hi/cshark.po delete mode 100644 applications/luci-app-cshark/po/hu/cshark.po delete mode 100644 applications/luci-app-cshark/po/it/cshark.po delete mode 100644 applications/luci-app-cshark/po/ja/cshark.po delete mode 100644 applications/luci-app-cshark/po/ko/cshark.po delete mode 100644 applications/luci-app-cshark/po/lt/cshark.po delete mode 100644 applications/luci-app-cshark/po/mr/cshark.po delete mode 100644 applications/luci-app-cshark/po/ms/cshark.po delete mode 100644 applications/luci-app-cshark/po/nb_NO/cshark.po delete mode 100644 applications/luci-app-cshark/po/nl/cshark.po delete mode 100644 applications/luci-app-cshark/po/pl/cshark.po delete mode 100644 applications/luci-app-cshark/po/pt/cshark.po delete mode 100644 applications/luci-app-cshark/po/pt_BR/cshark.po delete mode 100644 applications/luci-app-cshark/po/ro/cshark.po delete mode 100644 applications/luci-app-cshark/po/ru/cshark.po delete mode 100644 applications/luci-app-cshark/po/sk/cshark.po delete mode 100644 applications/luci-app-cshark/po/sv/cshark.po delete mode 100644 applications/luci-app-cshark/po/ta/cshark.po delete mode 100644 applications/luci-app-cshark/po/templates/cshark.pot delete mode 100644 applications/luci-app-cshark/po/tr/cshark.po delete mode 100644 applications/luci-app-cshark/po/uk/cshark.po delete mode 100644 applications/luci-app-cshark/po/vi/cshark.po delete mode 100644 applications/luci-app-cshark/po/yua/cshark.po delete mode 100644 applications/luci-app-cshark/po/zh_Hans/cshark.po delete mode 100644 applications/luci-app-cshark/po/zh_Hant/cshark.po delete mode 100644 applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json diff --git a/applications/luci-app-cshark/Makefile b/applications/luci-app-cshark/Makefile deleted file mode 100644 index 26543fffc2..0000000000 --- a/applications/luci-app-cshark/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (C) 2017 Dan Luedtke -# -# This is free software, licensed under the Apache License, Version 2.0 . -# - -include $(TOPDIR)/rules.mk - -LUCI_TITLE:=Cloudshark capture tool Web UI -LUCI_DEPENDS:=+luci-base +luci-compat +cshark - -PKG_LICENSE:=Apache-2.0 -PKG_MAINTAINER:=Luka Perkov - -include ../../luci.mk - -# call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-cshark/luasrc/controller/cshark.lua b/applications/luci-app-cshark/luasrc/controller/cshark.lua deleted file mode 100644 index a5812a6519..0000000000 --- a/applications/luci-app-cshark/luasrc/controller/cshark.lua +++ /dev/null @@ -1,137 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright (C) 2014, QA Cafe, Inc. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -]]-- - -module("luci.controller.cshark", package.seeall) - -function index() - page = node("admin", "network", "cloudshark") - 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 - -function cshark_iface_dump_start(ifname, value, flag, filter) - if ifname == nil or ifname == '' then - ifname = 'any' - end - if tonumber(value) == nil - then - value = '0' - end - if filter == nil or filter == '' then - filter = '' - end - - if flag == nil or flag == '' then - filter = 'T' - end - - luci.http.prepare_content("text/plain") - - local res = os.execute("(/sbin/cshark -i %s -%s %s -p /tmp/cshark-luci.pid %s > /tmp/cshark-luci.out 2>&1) &" %{ - luci.util.shellquote(ifname), - luci.util.shellquote(flag), - luci.util.shellquote(value), - luci.util.shellquote(filter) - }) - - luci.http.write(tostring(res)) -end - -function cshark_iface_dump_stop() - luci.http.prepare_content("text/plain") - - local f = io.open("/tmp/cshark-luci.pid", "rb") - local pid = f:read("*all") - io.close(f) - - local res = os.execute("kill -TERM " .. pid) - luci.http.write(tostring(res)) -end - -function cshark_check_status() - - local msg = ""; - local status; - local f = io.open("/tmp/cshark-luci.pid","r") - if f ~= nil then - status = 1; - io.close(f) - else - status = 0; - end - - f = io.open("/tmp/cshark-luci.out","r") - if f ~= nil then - msg = f:read("*all") - io.close(f) - if msg ~= '' then - os.remove('/tmp/cshark-luci.out') - end - end - - luci.http.prepare_content("application/json") - - local res = {} - res["status"] = status; - res["msg"] = msg; - - luci.http.write_json(res) -end - -function cshark_link_list_get() - local uci = require("uci").cursor() - - luci.http.prepare_content("application/json") - - luci.http.write("[") - - local t = uci:get("cshark", "cshark", "entry") - if (t ~= nil) then - for i = #t, 1, -1 do - luci.http.write("[\"" .. t[i] .. "\"],") - end - end - - luci.http.write("[]]") -end - -function cshark_link_list_clear() - local uci = require("uci").cursor() - - uci:delete("cshark", "cshark", "entry") - uci:commit("cshark"); - - luci.http.status(200, "OK") -end diff --git a/applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua b/applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua deleted file mode 100644 index 8db95596f8..0000000000 --- a/applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua +++ /dev/null @@ -1,30 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright (C) 2014, QA Cafe, Inc. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id$ -]]-- - -local fs = require "nixio.fs" - -m = Map("cshark", translate("CloudShark")) - -if fs.access("/etc/config/cshark") then - m:section(SimpleSection).template = "cshark" - - s = m:section(TypedSection, "cshark", translate("Options")) - s.anonymous = true - s.addremove = false - - s:option(Value, "url", translate("CloudShark URL")) - s:option(Value, "token", translate("CloudShark API token")) -end - -return m diff --git a/applications/luci-app-cshark/luasrc/view/cshark.htm b/applications/luci-app-cshark/luasrc/view/cshark.htm deleted file mode 100644 index 756d809e92..0000000000 --- a/applications/luci-app-cshark/luasrc/view/cshark.htm +++ /dev/null @@ -1,290 +0,0 @@ -<%# -LuCI - Lua Configuration Interface - -Copyright (C) 2014, QA Cafe, Inc. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id$ - --%> - -
- <%:Start network capture%> -
- - - - - - - - - - - - - -
<%:Interface%><%:seconds, packets, bytes%><%:Filter%><%:Actions%>
- - - - - - - - -
-
-
- -
- -
- -
- -
- <%:Capture links%> -
- - - - - - -
-
- -
- Visit support.cloudshark.org for help. -
- -
- - diff --git a/applications/luci-app-cshark/po/ar/cshark.po b/applications/luci-app-cshark/po/ar/cshark.po deleted file mode 100644 index 7d66a616d1..0000000000 --- a/applications/luci-app-cshark/po/ar/cshark.po +++ /dev/null @@ -1,116 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2024-07-15 18:06+0000\n" -"Last-Translator: Rex_sa \n" -"Language-Team: Arabic \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 5.7-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 deleted file mode 100644 index 0a31333564..0000000000 --- a/applications/luci-app-cshark/po/bg/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2024-01-16 16:28+0000\n" -"Last-Translator: Boyan Alexiev \n" -"Language-Team: Bulgarian \n" -"Language: bg\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" - -#: applications/luci-app-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/bn_BD/cshark.po b/applications/luci-app-cshark/po/bn_BD/cshark.po deleted file mode 100644 index 1e0be953b7..0000000000 --- a/applications/luci-app-cshark/po/bn_BD/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2021-10-08 17:53+0000\n" -"Last-Translator: Rayhan Nabi \n" -"Language-Team: Bengali (Bangladesh) \n" -"Language: bn_BD\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.9-dev\n" - -#: applications/luci-app-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/ca/cshark.po b/applications/luci-app-cshark/po/ca/cshark.po deleted file mode 100644 index 649a7015cf..0000000000 --- a/applications/luci-app-cshark/po/ca/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2020-01-10 12:23+0000\n" -"Last-Translator: Adolfo Jayme Barrientos \n" -"Language-Team: Catalan \n" -"Language: ca\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.1\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Accions" - -#: 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 "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 "Interfície" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "S’està carregant" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Opcions" - -#: 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/cs/cshark.po b/applications/luci-app-cshark/po/cs/cshark.po deleted file mode 100644 index bc3f21456b..0000000000 --- a/applications/luci-app-cshark/po/cs/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2025-05-12 14:57+0000\n" -"Last-Translator: Pavel Borecki \n" -"Language-Team: Czech \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.12-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Akce" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "Zachytit adresu URL" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Zachytit odkazy" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Doba záznamu" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -msgstr "Vyprázdnit seznam" - -#: 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 "Token ke 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 "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 "Udělit luci-app-cshark přístup do UCI nastavování" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 -msgid "Interface" -msgstr "Rozhraní" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Načítání" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Možnosti" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 -msgid "Start capture" -msgstr "Spustit záznam" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Spustit záznam sítě" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Zastavit záznam" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "Čekání na dokončení zachytávání…" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "Čekání na dokončení nahrávání…" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "libovolné" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "bajtů" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "paketů" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "sekundy/sekund" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "sekundy, pakety, bajty" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -msgstr "časový limit, bajty, sekundy" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 -msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "je třeba, aby hodnota pro [sekundy, pakety, bajty] bylo celé číslo" diff --git a/applications/luci-app-cshark/po/da/cshark.po b/applications/luci-app-cshark/po/da/cshark.po deleted file mode 100644 index e1e190ea87..0000000000 --- a/applications/luci-app-cshark/po/da/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2021-11-10 09:10+0000\n" -"Last-Translator: drax red \n" -"Language-Team: Danish \n" -"Language: da\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.9-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Handlinger" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "Indfang URL" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Indfangning af links" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Indfangningstid" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -msgstr "Ryd liste" - -#: 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-token" - -#: 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 "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 "Giv UCI-adgang til luci-app-cshark" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 -msgid "Interface" -msgstr "Interface" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Indlæser" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Indstillinger" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 -msgid "Start capture" -msgstr "Start optagelse" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Start netværksoptagelse" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Stop optagelsen" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "Venter på, at optagelsen er afsluttet..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "Venter på, at upload er færdig..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "enhver" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "pakker" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "sekunder" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "sekunder, pakker, bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -msgstr "timeout, bytes, sekunder" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 -msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "værdien for [sekunder, pakker, bytes] skal være Integer" diff --git a/applications/luci-app-cshark/po/de/cshark.po b/applications/luci-app-cshark/po/de/cshark.po deleted file mode 100644 index c2fd748f96..0000000000 --- a/applications/luci-app-cshark/po/de/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2024-10-19 18:21+0000\n" -"Last-Translator: ssantos \n" -"Language-Team: German \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 5.8-rc\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Aktionen" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "URL aufnehmen" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Links aufnehmen" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Zeit der Aufnahme" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -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 "CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 -msgid "CloudShark API token" -msgstr "CloudShark API-Token" - -#: 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 "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" -msgstr "Schnittstelle" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Lade" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Optionen" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 -msgid "Start capture" -msgstr "Aufnahme starten" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Starte Netzwerk-Aufzeichnung" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Stoppe Netzwerk-Aufzeichnung" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "Warte auf Fertigstellung der Netzwerk-Aufzeichnung..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "Warte auf Fertigstellung des Uploads..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "alle" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "Bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "Pakete" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "Sekunden" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "Sekunden, Pakete, Bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -msgstr "Timeout, Bytes, Sekunden" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 -msgid "value for [seconds, packets, bytes] must be Integer" -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 deleted file mode 100644 index 2288eaa741..0000000000 --- a/applications/luci-app-cshark/po/el/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2022-11-02 08:08+0000\n" -"Last-Translator: TakissX \n" -"Language-Team: Greek \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 4.14.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/es/cshark.po b/applications/luci-app-cshark/po/es/cshark.po deleted file mode 100644 index 97915ca953..0000000000 --- a/applications/luci-app-cshark/po/es/cshark.po +++ /dev/null @@ -1,118 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"POT-Creation-Date: 2019-07-22 17:23-0300\n" -"PO-Revision-Date: 2024-07-20 20:09+0000\n" -"Last-Translator: brodrigueznu \n" -"Language-Team: Spanish \n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.7-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Acciones" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "Capturar URL" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Capturar enlaces" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Capturar hora" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -msgstr "Limpiar 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 "CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 -msgid "CloudShark API token" -msgstr "Token de la API de CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 -msgid "CloudShark URL" -msgstr "URL de CloudShark" - -#: 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 "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" -msgstr "Interfaz" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Cargando" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Opciones" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 -msgid "Start capture" -msgstr "Iniciar captura" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Iniciar captura de red" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Detener captura" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "Esperando a que se complete la captura..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "Esperando a que se complete la carga..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "cualquiera" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "paquetes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "segundos" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "segundos, paquetes, bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -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 un entero" diff --git a/applications/luci-app-cshark/po/fi/cshark.po b/applications/luci-app-cshark/po/fi/cshark.po deleted file mode 100644 index c1079606ec..0000000000 --- a/applications/luci-app-cshark/po/fi/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2025-05-03 17:07+0000\n" -"Last-Translator: Ricky Tigg \n" -"Language-Team: Finnish \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 5.12-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 "Kaappauksen URL-osoite" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Kaappaa linkit" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Kaappauksen aika" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -msgstr "Tyhjennä 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 "CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 -msgid "CloudShark API token" -msgstr "CloudSharkin rajapinnan poletti" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 -msgid "CloudShark URL" -msgstr "CloudSharkin URL-osoite" - -#: 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 "Myönnä UCI-pääsy luci-app-csharkille" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 -msgid "Interface" -msgstr "Liitäntä" - -#: 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 "Aloita kaappaus" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Käynnistä verkon kaappaus" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Pysäytä kaappaus" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "Odotetaan kaappauksen valmistuvan..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "Odotetaan lähetyksen valmistuvan..." - -#: 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 "tavua" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "pakettia" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "sekuntia" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "sekuntia, pakettia, tavua" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -msgstr "aikakatkaisu, tavua, sekuntia" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 -msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "[sekuntien, pakettien, tavujen] arvon on oltava kokonaisluku" diff --git a/applications/luci-app-cshark/po/fr/cshark.po b/applications/luci-app-cshark/po/fr/cshark.po deleted file mode 100644 index 4175f3f2fe..0000000000 --- a/applications/luci-app-cshark/po/fr/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2020-05-10 12:47+0000\n" -"Last-Translator: viking76 \n" -"Language-Team: French \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.1-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Actions" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "Capturer l'URL" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Capturer les liens" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Capturer le temps" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -msgstr "Vider la liste" - -#: 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 "Jeton d'API de CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 -msgid "CloudShark URL" -msgstr "URL de CloudShark" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:23 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:51 -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" -msgstr "Interface" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Chargement" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Options" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 -msgid "Start capture" -msgstr "Démarrer la capture" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Démarrer la capture du réseau" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Arrêter la capture" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "En attente de la fin de la capture…" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "En attente de la fin du téléversement…" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "tous" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "octets" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "paquets" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "secondes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "secondes, paquets, octets" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -msgstr "délai d'attente, octets, secondes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 -msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "les valeurs pour [secondes, paquets, octets] doivent être entières" diff --git a/applications/luci-app-cshark/po/ga/cshark.po b/applications/luci-app-cshark/po/ga/cshark.po deleted file mode 100644 index cecdf5306b..0000000000 --- a/applications/luci-app-cshark/po/ga/cshark.po +++ /dev/null @@ -1,117 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2024-09-04 19:45+0000\n" -"Last-Translator: Aindriú Mac Giolla Eoin \n" -"Language-Team: Irish \n" -"Language: ga\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : (n>2 && n<7) ? 2 :" -"(n>6 && n<11) ? 3 : 4;\n" -"X-Generator: Weblate 5.7.2-rc\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Gníomhartha" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "Gabháil URL" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Gabháil naisc" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Gabháil am" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -msgstr "Glan an liosta" - -#: applications/luci-app-cshark/luasrc/controller/cshark.lua:19 -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:17 -msgid "CloudShark" -msgstr "Siorcanna Scamall" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 -msgid "CloudShark API token" -msgstr "Comhartha API CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 -msgid "CloudShark URL" -msgstr "URL CloudShark" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:23 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:51 -msgid "Filter" -msgstr "Scagaire" - -#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 -msgid "Grant UCI access for luci-app-cshark" -msgstr "Deonaigh rochtain 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 "Comhéadan" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Ag lódáil" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Roghanna" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 -msgid "Start capture" -msgstr "Tosaigh a ghabháil" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Tosaigh ghabháil líonra" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Stop a ghabháil" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "Ag fanacht leis an ngabháil a chríochnú..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "Ag fanacht le huaslódáil a chríochnú..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "aon" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "bearta" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "paicéid" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "soicindí" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "soicindí, paicéid, bearta" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -msgstr "teorainn ama, bearta, soicind" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 -msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "" -"ní mór an luach do [soicindí, paicéid, bearta] a bheith ina Shlánuimhir" diff --git a/applications/luci-app-cshark/po/he/cshark.po b/applications/luci-app-cshark/po/he/cshark.po deleted file mode 100644 index 0a3a4fcab4..0000000000 --- a/applications/luci-app-cshark/po/he/cshark.po +++ /dev/null @@ -1,116 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2024-01-10 20:57+0000\n" -"Last-Translator: Yaron Shahrabani \n" -"Language-Team: Hebrew \n" -"Language: he\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && " -"n % 10 == 0) ? 2 : 3));\n" -"X-Generator: Weblate 5.4-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 "CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 -msgid "CloudShark API token" -msgstr "אסימון API של CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 -msgid "CloudShark URL" -msgstr "כתובת של CloudShark" - -#: 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/hi/cshark.po b/applications/luci-app-cshark/po/hi/cshark.po deleted file mode 100644 index 756aea79a8..0000000000 --- a/applications/luci-app-cshark/po/hi/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-11-19 16:05+0000\n" -"Last-Translator: Avinash H. Duduskar \n" -"Language-Team: Hindi \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 "चाल-चलन" - -#: 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/hu/cshark.po b/applications/luci-app-cshark/po/hu/cshark.po deleted file mode 100644 index ad2677d40d..0000000000 --- a/applications/luci-app-cshark/po/hu/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2025-05-07 12:02+0000\n" -"Last-Translator: hmzs \n" -"Language-Team: Hungarian \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 5.12-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Műveletek" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "URL rögzítése" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Hivatkozások rögzítése" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Idő rögzítése" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -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 "CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 -msgid "CloudShark API token" -msgstr "CloudShark API token" - -#: 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 "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 "UCI hozzáférés engedélyezése a luci-app-cshark alkalmazásnak" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 -msgid "Interface" -msgstr "Csatoló" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Betöltés" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Lehetőségek" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 -msgid "Start capture" -msgstr "Rögzítés indítása" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Hálózati rögzítés indítása" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -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 "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 "Várakozás a feltöltés befejeződésére…" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "bármely" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "bájt" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "csomag" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "másodperc" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "másodperc, csomag, bájt" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -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 "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 deleted file mode 100644 index 75635e1bb2..0000000000 --- a/applications/luci-app-cshark/po/it/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2023-10-16 16:56+0000\n" -"Last-Translator: Frankie McEyes \n" -"Language-Team: Italian \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 5.1\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Azioni" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "Cattura URL" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Link di cattura" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Tempo di cattura" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -msgstr "Pulisci 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 "CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 -msgid "CloudShark API token" -msgstr "Token API CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 -msgid "CloudShark URL" -msgstr "URL CloudShark" - -#: 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 "Garantisci accesso UCI a luci-app-cshark" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 -msgid "Interface" -msgstr "Interfaccia" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Caricamento" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Opzioni" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 -msgid "Start capture" -msgstr "Inizia cattura" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Inizia cattura di rete" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Interrompi cattura" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "In attesa che la cattura finisca..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "In attesa che il caricamento finisca..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "qualsiasi" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "pacchetti" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "secondi" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "secondi, pacchetti, bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -msgstr "timeout, bytes, secondi" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 -msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "valore per [secondi, pacchetti, bytes] deve essere un intero" diff --git a/applications/luci-app-cshark/po/ja/cshark.po b/applications/luci-app-cshark/po/ja/cshark.po deleted file mode 100644 index a99ee7c983..0000000000 --- a/applications/luci-app-cshark/po/ja/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2021-02-11 14:23+0000\n" -"Last-Translator: Satoru Yoshida \n" -"Language-Team: Japanese \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.5-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 "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 "インターフェース" - -#: 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/ko/cshark.po b/applications/luci-app-cshark/po/ko/cshark.po deleted file mode 100644 index 8f8107e389..0000000000 --- a/applications/luci-app-cshark/po/ko/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2022-12-27 13:49+0000\n" -"Last-Translator: somni \n" -"Language-Team: Korean \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.15.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 "" - -#: 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/lt/cshark.po b/applications/luci-app-cshark/po/lt/cshark.po deleted file mode 100644 index 8159d5de3a..0000000000 --- a/applications/luci-app-cshark/po/lt/cshark.po +++ /dev/null @@ -1,120 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2024-09-15 21:45+0000\n" -"Last-Translator: Džiugas Januševičius \n" -"Language-Team: Lithuanian \n" -"Language: lt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " -"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " -"1 : 2);\n" -"X-Generator: Weblate 5.8-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Veiksmai" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "Užfiksuoti „URL“ – saitą" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Užfiksuoti nuorodas" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Užfiksuoti laiką" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -msgstr "Išvalyti sąrašą" - -#: 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“ žetonas" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 -msgid "CloudShark URL" -msgstr "„CloudShark „URL““ – saitas" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:23 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:51 -msgid "Filter" -msgstr "Filtras/Filtruoti" - -#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 -msgid "Grant UCI access for luci-app-cshark" -msgstr "Suteikti „UCI“ prieigą – „luci-app-cshark“" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 -msgid "Interface" -msgstr "Sąsaja ir/arba Sietuvas" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Kraunama" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Parinktys" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 -msgid "Start capture" -msgstr "Pradėti užfiksavimą" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Pradėti tinklo užfiksavimą" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Sustabdyti užfiksavimą" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "Laukiama, kol užfiksavimas bus užbaigtas..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "Laukiama, kol įkėlimas bus užbaigtas..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "bet koks" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "baitai" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "paketai" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "sekundės" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "sekundės, paketai, baitai" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -msgstr "pasibaigės užklausos laikas, baitai, sekundės" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 -msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "" -"reikšmė skirta [sekundės, paketai, baitai] turi būti integriniai skaičiai" diff --git a/applications/luci-app-cshark/po/mr/cshark.po b/applications/luci-app-cshark/po/mr/cshark.po deleted file mode 100644 index 0ff23e74fd..0000000000 --- a/applications/luci-app-cshark/po/mr/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2020-02-12 11:01+0000\n" -"Last-Translator: Prachi Joshi \n" -"Language-Team: Marathi \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 deleted file mode 100644 index 94106f3190..0000000000 --- a/applications/luci-app-cshark/po/ms/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2024-01-22 09:21+0000\n" -"Last-Translator: Abdul Muizz Bin Abdul Jalil \n" -"Language-Team: Malay \n" -"Language: ms\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.4-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Tindakkan" - -#: 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 "Antara muka" - -#: 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/nb_NO/cshark.po b/applications/luci-app-cshark/po/nb_NO/cshark.po deleted file mode 100644 index 3901a27d98..0000000000 --- a/applications/luci-app-cshark/po/nb_NO/cshark.po +++ /dev/null @@ -1,116 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2024-01-03 18:37+0000\n" -"Last-Translator: Allan Nordhøy \n" -"Language-Team: Norwegian Bokmål \n" -"Language: nb_NO\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.4-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Handlinger" - -#: 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 -#, 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" -msgstr "Grensesnitt" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Laster inn" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Alternativer" - -#: 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/nl/cshark.po b/applications/luci-app-cshark/po/nl/cshark.po deleted file mode 100644 index 0234ae151a..0000000000 --- a/applications/luci-app-cshark/po/nl/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2024-12-20 20:38+0000\n" -"Last-Translator: Sander Schutten \n" -"Language-Team: Dutch \n" -"Language: nl\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.10-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Acties" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "URL opname" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Links opname" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Tijd opname" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -msgstr "Lijst wissen" - -#: 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-token" - -#: 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 "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 "Verleen UCI-toegang voor luci-app-cshark" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 -msgid "Interface" -msgstr "Interface" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Laden" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Opties" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 -msgid "Start capture" -msgstr "Start opname" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Start netwerk opname" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Stop opname" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "Wachten tot de opname voltooid is..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "Wachten tot het uploaden is voltooid..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "elke" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "pakketten" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "seconden" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "seconden, pakketten, bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -msgstr "time-out, bytes, seconden" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 -msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "waarde voor [seconden, pakketten, bytes] moet een geheel getal zijn" diff --git a/applications/luci-app-cshark/po/pl/cshark.po b/applications/luci-app-cshark/po/pl/cshark.po deleted file mode 100644 index e4ff2e889f..0000000000 --- a/applications/luci-app-cshark/po/pl/cshark.po +++ /dev/null @@ -1,116 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2023-11-07 22:37+0000\n" -"Last-Translator: Matthaiks \n" -"Language-Team: Polish \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 5.2-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Akcje" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "Przechwycony adres URL" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Przechwytywanie łączy" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Czas przechwycenia" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -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 "CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 -msgid "CloudShark API token" -msgstr "Token API CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 -msgid "CloudShark URL" -msgstr "URL CloudShark" - -#: 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 "Przyznaj luci-app-cshark dostęp do UCI" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 -msgid "Interface" -msgstr "Interfejs" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Ładowanie" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Opcje" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 -msgid "Start capture" -msgstr "Rozpocznij przechwytywanie" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Rozpocznij przechwytywanie sieci" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Zatrzymaj przechwytywanie" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "Oczekiwanie na ukończenie przechwytywania..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "Oczekiwanie na zakończenie przesyłania..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "dowolny" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "bajty" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "pakiety" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "sekundy" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "sekundy, pakiety, bajty" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -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 "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 deleted file mode 100644 index 2ada452b1f..0000000000 --- a/applications/luci-app-cshark/po/pt/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2024-07-20 20:09+0000\n" -"Last-Translator: ssantos \n" -"Language-Team: Portuguese \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 5.7-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Ações" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "Capturar URL" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Capturar ligações" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Capturar tempo" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -msgstr "Limpar 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 "CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 -msgid "CloudShark API token" -msgstr "Token de API do CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 -msgid "CloudShark URL" -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 "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 UCI acesso 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 "Interface" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "A carregar" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -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 "Iniciar a captura" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Iniciar captura de rede" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Parar a captura" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "À espera que a captura termine..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "À espera que o envio termine..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "qualquer" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "pacotes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "segundos" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "segundos, pacotes, bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -msgstr "timeout, bytes, segundos" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 -msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "valor para [segundos, pacotes, bytes] deve ser Inteiro" diff --git a/applications/luci-app-cshark/po/pt_BR/cshark.po b/applications/luci-app-cshark/po/pt_BR/cshark.po deleted file mode 100644 index 5b317904ef..0000000000 --- a/applications/luci-app-cshark/po/pt_BR/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2020-05-02 10:21+0000\n" -"Last-Translator: Wellington Terumi Uemura \n" -"Language-Team: Portuguese (Brazil) \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 "Ações" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "Captura de URL" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Captura de links" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Tempo de captura" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -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 "CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 -msgid "CloudShark API token" -msgstr "Token da API CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 -msgid "CloudShark URL" -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 "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 "Interface" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Carregando" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -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 "Iniciar a captura" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Iniciar a captura da rede" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Parar a captura" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "Aguardando a captura ser concluída ..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "Aguardando a conclusão do upload ..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "qualquer" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "pacotes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "segundos" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "segundos, pacotes, bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -msgstr "tempo limite, bytes, segundos" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 -msgid "value for [seconds, packets, bytes] must be Integer" -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 deleted file mode 100644 index 744dfd7b70..0000000000 --- a/applications/luci-app-cshark/po/ro/cshark.po +++ /dev/null @@ -1,116 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2021-11-17 19:57+0000\n" -"Last-Translator: Simona Iacob \n" -"Language-Team: Romanian \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.9.1-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Acțiuni" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "URL de captură" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Linkuri de captură" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Timp de captură" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -msgstr "Ștergeți 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 "CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 -msgid "CloudShark API token" -msgstr "Token API pentru CloudShark" - -#: 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 "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 "Acordă acces la UCI pentru luci-app-cshark" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 -msgid "Interface" -msgstr "Interfață" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Încărcare" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Opțiuni" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 -msgid "Start capture" -msgstr "Începeți captura" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Începeți capturarea rețelei" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Opriți captura" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "Așteptând ca captura să se finalizeze..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "Așteptând ca încărcarea să se finalizeze..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "oricare" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "octeți" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "pachete" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "secunde" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "secunde, pachete, octeți" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -msgstr "timeout, bytes, secunde" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 -msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "valoarea pentru [seconds, packets, bytes] trebuie să fie Integer" diff --git a/applications/luci-app-cshark/po/ru/cshark.po b/applications/luci-app-cshark/po/ru/cshark.po deleted file mode 100644 index 5dd5f450fa..0000000000 --- a/applications/luci-app-cshark/po/ru/cshark.po +++ /dev/null @@ -1,116 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2023-04-04 06:36+0000\n" -"Last-Translator: AHOHNMYC \n" -"Language-Team: Russian \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 4.17-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 "Токен API CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 -msgid "CloudShark URL" -msgstr "URL-адрес CloudShark" - -#: 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/sk/cshark.po b/applications/luci-app-cshark/po/sk/cshark.po deleted file mode 100644 index 4055587e47..0000000000 --- a/applications/luci-app-cshark/po/sk/cshark.po +++ /dev/null @@ -1,116 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2022-10-30 16:50+0000\n" -"Last-Translator: MaycoH \n" -"Language-Team: Slovak \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.14.2-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Akcie" - -#: 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 "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 "Rozhranie" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -#, fuzzy -msgid "Loading" -msgstr "Načítava sa" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Voľby" - -#: 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/sv/cshark.po b/applications/luci-app-cshark/po/sv/cshark.po deleted file mode 100644 index 4a11b9baed..0000000000 --- a/applications/luci-app-cshark/po/sv/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2025-03-05 19:16+0000\n" -"Last-Translator: Kristoffer Grundström \n" -"Language-Team: Swedish \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.10.3-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Åtgärder" - -#: 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 "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 "Gränssnitt" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Laddar" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Alternativ" - -#: 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 "alla" - -#: 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 "sekunder" - -#: 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/ta/cshark.po b/applications/luci-app-cshark/po/ta/cshark.po deleted file mode 100644 index 8a6ed49aa1..0000000000 --- a/applications/luci-app-cshark/po/ta/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2025-01-25 16:40+0000\n" -"Last-Translator: தமிழ்நேரம் \n" -"Language-Team: Tamil \n" -"Language: ta\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.10-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/templates/cshark.pot b/applications/luci-app-cshark/po/templates/cshark.pot deleted file mode 100644 index d30b259c5f..0000000000 --- a/applications/luci-app-cshark/po/templates/cshark.pot +++ /dev/null @@ -1,106 +0,0 @@ -msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8" - -#: 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/tr/cshark.po b/applications/luci-app-cshark/po/tr/cshark.po deleted file mode 100644 index 0a03e8b4cc..0000000000 --- a/applications/luci-app-cshark/po/tr/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2021-05-11 11:34+0000\n" -"Last-Translator: semih \n" -"Language-Team: Turkish \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 4.7-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Eylemler" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "URL'leri yakala" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Bağlantıları yakala" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Zamanı yakala" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -msgstr "Listeyi temizle" - -#: 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 tokeni" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 -msgid "CloudShark URL" -msgstr "CloudShark URL'si" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:23 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:51 -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 "luci-app-cshark için UCI erişimi verin" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 -msgid "Interface" -msgstr "Arayüz" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Yükleniyor" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Seçenekler" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 -msgid "Start capture" -msgstr "Yakalamayı başlat" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Ağ yakalamasını başlat" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Yakalamayı durdur" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "Yakalamanın tamamlanması bekleniyor..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "Karşıya yüklemenin tamamlanması bekleniyor..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "herhangi" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "bayt" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "paketler" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "saniye" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "saniye, paket, bayt" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -msgstr "zaman aşımı, bayt, saniye" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 -msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "[saniye, paketler, baytlar] değeri tamsayı olmalıdır" diff --git a/applications/luci-app-cshark/po/uk/cshark.po b/applications/luci-app-cshark/po/uk/cshark.po deleted file mode 100644 index d8a425f387..0000000000 --- a/applications/luci-app-cshark/po/uk/cshark.po +++ /dev/null @@ -1,116 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2025-01-14 00:52+0000\n" -"Last-Translator: Максим Горпиніч \n" -"Language-Team: Ukrainian \n" -"Language: uk\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.10-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 "Маркер CloudShark API" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 -msgid "CloudShark URL" -msgstr "URL-адреса CloudShark" - -#: 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/vi/cshark.po b/applications/luci-app-cshark/po/vi/cshark.po deleted file mode 100644 index 0be429e20f..0000000000 --- a/applications/luci-app-cshark/po/vi/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2023-06-20 08:52+0000\n" -"Last-Translator: Quy \n" -"Language-Team: Vietnamese \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-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "hành động" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "Capture URL" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Capture links" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Capture time" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -msgstr "Dọn danh sách" - -#: 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 token" - -#: 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 "Bộ lọc" - -#: applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json:3 -msgid "Grant UCI access for luci-app-cshark" -msgstr "Cấp quyền truy cập UCI cho luci-app-cshark" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:21 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:28 -msgid "Interface" -msgstr "Giao diện" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Đang tải" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Tuỳ chọn" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 -msgid "Start capture" -msgstr "Bắt đầu capture" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Bắt đầu network capture" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Dừng capture" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "Đang đợi quá trình capture hoàn tất..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "Đang chờ quá trình tải lên hoàn tất..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "Bất kì" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "packets" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "Giây" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "giây, packets , byte" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -msgstr "thời gian chờ, byte, giây" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:151 -msgid "value for [seconds, packets, bytes] must be Integer" -msgstr "giá trị cho [giây, gói mạng ,byte] phải là Số nguyên" diff --git a/applications/luci-app-cshark/po/yua/cshark.po b/applications/luci-app-cshark/po/yua/cshark.po deleted file mode 100644 index c8aaf00252..0000000000 --- a/applications/luci-app-cshark/po/yua/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2024-09-24 00:39+0000\n" -"Last-Translator: brodrigueznu \n" -"Language-Team: Yucateco \n" -"Language: yua\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.8-dev\n" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:24 -msgid "Actions" -msgstr "Acciones" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:72 -msgid "Capture URL" -msgstr "Capturar URL" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:68 -msgid "Capture links" -msgstr "Capturar enlaces" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:73 -msgid "Capture time" -msgstr "Capturar hora" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:284 -msgid "Clear list" -msgstr "Limpiar 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 "CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:27 -msgid "CloudShark API token" -msgstr "Token de la API de CloudShark" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 -msgid "CloudShark URL" -msgstr "URL de CloudShark" - -#: 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 "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" -msgstr "Interfaz" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:92 -msgid "Loading" -msgstr "Cargando" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:22 -msgid "Options" -msgstr "Opciones" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:54 -#: applications/luci-app-cshark/luasrc/view/cshark.htm:196 -msgid "Start capture" -msgstr "Iniciar captura" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:17 -msgid "Start network capture" -msgstr "Iniciar captura de red" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:181 -msgid "Stop capture" -msgstr "Detener captura" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for capture to complete..." -msgstr "Esperando a que se complete la captura..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:93 -msgid "Waiting for upload to complete..." -msgstr "Esperando a que se complete la carga..." - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:39 -msgid "any" -msgstr "cualquiera" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:47 -msgid "bytes" -msgstr "bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:46 -msgid "packets" -msgstr "paquetes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:45 -msgid "seconds" -msgstr "segundos" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:22 -msgid "seconds, packets, bytes" -msgstr "segundos, paquetes, bytes" - -#: applications/luci-app-cshark/luasrc/view/cshark.htm:44 -msgid "timeout, bytes, seconds" -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 un entero" diff --git a/applications/luci-app-cshark/po/zh_Hans/cshark.po b/applications/luci-app-cshark/po/zh_Hans/cshark.po deleted file mode 100644 index 1e6ceec56e..0000000000 --- a/applications/luci-app-cshark/po/zh_Hans/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2023-09-10 09:27+0000\n" -"Last-Translator: Eric \n" -"Language-Team: Chinese (Simplified) \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 5.0.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 "云鲨" - -#: 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 "云鲨网址" - -#: 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_Hant/cshark.po b/applications/luci-app-cshark/po/zh_Hant/cshark.po deleted file mode 100644 index 1fcdb211fc..0000000000 --- a/applications/luci-app-cshark/po/zh_Hant/cshark.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2025-06-15 15:48+0000\n" -"Last-Translator: EESF-2 \n" -"Language-Team: Chinese (Traditional Han script) \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 5.12-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 "CloudShark API 權杖" - -#: applications/luci-app-cshark/luasrc/model/cbi/admin_network/cshark.lua:26 -msgid "CloudShark URL" -msgstr "CloudShark網址" - -#: 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 "授予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 "介面" - -#: 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/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 deleted file mode 100644 index 32f5fb6041..0000000000 --- a/applications/luci-app-cshark/root/usr/share/rpcd/acl.d/luci-app-cshark.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "luci-app-cshark": { - "description": "Grant UCI access for luci-app-cshark", - "read": { - "uci": [ "cshark" ] - }, - "write": { - "uci": [ "cshark" ] - } - } -} -- 2.30.2