diff options
Diffstat (limited to 'applications')
21 files changed, 181 insertions, 112 deletions
diff --git a/applications/luci-app-aria2/po/uk/aria2.po b/applications/luci-app-aria2/po/uk/aria2.po index f239a584a2..d293395e4f 100644 --- a/applications/luci-app-aria2/po/uk/aria2.po +++ b/applications/luci-app-aria2/po/uk/aria2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-10-27 21:30+0000\n" -"Last-Translator: Yurii Petrashko <yuripet@gmail.com>\n" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" +"Last-Translator: Сергій Йовенко <s.yovenko@gmail.com>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsaria2/uk/>\n" "Language: uk\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:296 msgid "<abbr title=\"Local Peer Discovery\">LPD</abbr> enabled" @@ -85,7 +85,7 @@ msgstr "Збирання даних..." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:73 msgid "Config file directory" -msgstr "" +msgstr "Каталог файлів конфігурації" #: applications/luci-app-aria2/luasrc/controller/aria2.lua:21 msgid "Configuration" @@ -93,15 +93,15 @@ msgstr "Конфігурація" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:230 msgid "Connect timeout" -msgstr "" +msgstr "Час очікування з'єднання" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:19 msgid "Content of config file: <code>%s</code>" -msgstr "" +msgstr "Вміст файлу конфігурації: <code>% s </code>" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:29 msgid "Content of session file: <code>%s</code>" -msgstr "" +msgstr "Вміст файлу сеансу: <code>% s </code>" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:341 msgid "DHT Listen port" @@ -109,17 +109,19 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:87 msgid "Debug" -msgstr "Зневаджування" +msgstr "Відлагодження" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:422 msgid "" "Disable IPv6. This is useful if you have to use broken DNS and want to avoid " "terribly slow AAAA record lookup." msgstr "" +"Вимкнути IPv6. Це корисно, якщо вам доведеться використовувати зламаний DNS " +"і хочете уникнути надзвичайно повільного пошуку записів AAAA." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:440 msgid "Disk cache" -msgstr "" +msgstr "Дисковий кеш" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:259 msgid "Don't split less than 2*SIZE byte range. Possible values: 1M-1024M." @@ -127,20 +129,20 @@ msgstr "" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:254 msgid "Download a file using N connections." -msgstr "" +msgstr "Завантажте файл за допомогою N з'єднань." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:69 msgid "Download directory" -msgstr "" +msgstr "Каталог завантажень" #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:26 #: applications/luci-app-aria2/luasrc/model/cbi/aria2/files.lua:36 msgid "Empty file." -msgstr "" +msgstr "Порожній файл." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:280 msgid "Enable IPv4 DHT functionality. It also enables UDP tracker support." -msgstr "" +msgstr "Увімкнути функцію IPv4 DHT. Вона також активує підтримку UDP-трекера." #: applications/luci-app-aria2/luasrc/model/cbi/aria2/config.lua:290 msgid "Enable IPv6 DHT functionality." diff --git a/applications/luci-app-ddns/po/hu/ddns.po b/applications/luci-app-ddns/po/hu/ddns.po index cd6a3b3498..0be30df995 100644 --- a/applications/luci-app-ddns/po/hu/ddns.po +++ b/applications/luci-app-ddns/po/hu/ddns.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-ddns 2.4.0-1\n" "POT-Creation-Date: 2016-01-30 11:07+0100\n" -"PO-Revision-Date: 2019-12-10 23:14+0000\n" +"PO-Revision-Date: 2019-12-13 23:06+0000\n" "Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" "Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsddns/hu/>\n" @@ -515,7 +515,7 @@ msgstr "Jelszó" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:588 msgid "Path to CA-Certificate" -msgstr "" +msgstr "Útvonal a CA-tanúsítványhoz" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:203 msgid "" diff --git a/applications/luci-app-firewall/luasrc/controller/firewall.lua b/applications/luci-app-firewall/luasrc/controller/firewall.lua deleted file mode 100644 index 5f8cb6ef31..0000000000 --- a/applications/luci-app-firewall/luasrc/controller/firewall.lua +++ /dev/null @@ -1,19 +0,0 @@ -module("luci.controller.firewall", package.seeall) - -function index() - entry({"admin", "network", "firewall"}, - alias("admin", "network", "firewall", "zones"), - _("Firewall"), 60) - - entry({"admin", "network", "firewall", "zones"}, - view("firewall/zones"), _("General Settings"), 10) - - entry({"admin", "network", "firewall", "forwards"}, - view("firewall/forwards"), _("Port Forwards"), 20) - - entry({"admin", "network", "firewall", "rules"}, - view("firewall/rules"), _("Traffic Rules"), 30) - - entry({"admin", "network", "firewall", "custom"}, - view("firewall/custom"), _("Custom Rules"), 40).leaf = true -end diff --git a/applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json b/applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json new file mode 100644 index 0000000000..c414f36910 --- /dev/null +++ b/applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json @@ -0,0 +1,50 @@ +{ + "admin/network/firewall": { + "title": "Firewall", + "order": 60, + "action": { + "type": "alias", + "path": "admin/network/firewall/zones" + }, + "depends": { + "fs": { "/sbin/fw3": "executable" }, + "uci": { "firewall": true } + } + }, + + "admin/network/firewall/zones": { + "title": "General Settings", + "order": 10, + "action": { + "type": "view", + "path": "firewall/zones" + } + }, + + "admin/network/firewall/forwards": { + "title": "Port Forwards", + "order": 20, + "action": { + "type": "view", + "path": "firewall/forwards" + } + }, + + "admin/network/firewall/rules": { + "title": "Traffic Rules", + "order": 30, + "action": { + "type": "view", + "path": "firewall/rules" + } + }, + + "admin/network/firewall/custom": { + "title": "Custom Rules", + "order": 40, + "action": { + "type": "view", + "path": "firewall/custom" + } + } +} diff --git a/applications/luci-app-https_dns_proxy/po/pl/https_dns_proxy.po b/applications/luci-app-https_dns_proxy/po/pl/https_dns_proxy.po index d37c10fd7b..1b2edc9898 100644 --- a/applications/luci-app-https_dns_proxy/po/pl/https_dns_proxy.po +++ b/applications/luci-app-https_dns_proxy/po/pl/https_dns_proxy.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-04 12:06+0000\n" -"Last-Translator: Marcin Net <marcin.net@linux.pl>\n" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" +"Last-Translator: Michal L <michalrmsmi@wp.pl>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationshttps_dns_proxy/pl/>\n" "Language: pl\n" @@ -13,27 +13,27 @@ msgstr "" #: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua:11 msgid "AdGuard (Family Protection)" -msgstr "" +msgstr "AdGuard (Ochrona rodziny)" #: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua:11 msgid "AdGuard (Standard)" -msgstr "" +msgstr "AdGuard (Standardowy)" #: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua:11 msgid "CleanBrowsing (Adult Filter)" -msgstr "" +msgstr "CleanBrowsing (Filtr treści dla dorosłych)" #: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua:11 msgid "CleanBrowsing (Family Filter)" -msgstr "" +msgstr "CleanBrowsing (Filtr rodzinny)" #: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua:11 msgid "CleanBrowsing (Security Filter)" -msgstr "" +msgstr "CleanBrowsing (Filtr bezpieczeństwa)" #: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua:3 msgid "Cloudflare" -msgstr "" +msgstr "Cloudflare" #: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:85 msgid "DHCP and DNS" @@ -41,19 +41,19 @@ msgstr "DHCP i DNS" #: applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua:4 msgid "DNS over HTTPS Proxy" -msgstr "" +msgstr "Proxy DNS over HTTPS" #: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:64 msgid "DNS over HTTPS Proxy Settings" -msgstr "" +msgstr "Ustawiania proxy DNS over HTTPS" #: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua:3 msgid "DNS.SB" -msgstr "" +msgstr "DNS.SB" #: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" -msgstr "" +msgstr "Digitale Gesellschaft" #: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:53 msgid "Disable" @@ -61,7 +61,7 @@ msgstr "Wyłącz" #: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 msgid "DoH" -msgstr "" +msgstr "DoH" #: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:51 msgid "Enable" @@ -81,7 +81,7 @@ msgstr "Więcej informacji na temat wyboru różnych opcji" #: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua:3 msgid "Google" -msgstr "" +msgstr "Google" #: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 msgid "Instances" @@ -101,7 +101,7 @@ msgstr "Ładowanie" #: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua:3 msgid "ODVR (nic.cz)" -msgstr "" +msgstr "ODVR (nic.cz)" #: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:91 msgid "Provider" @@ -113,19 +113,19 @@ msgstr "Serwer Proxy" #: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua:11 msgid "Quad 9 (Recommended)" -msgstr "" +msgstr "Quad 9 (Zalecane)" #: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua:11 msgid "Quad 9 (Secured with ECS Support)" -msgstr "" +msgstr "Quad 9 (Zabezpieczony z obsługą ECS)" #: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua:11 msgid "Quad 9 (Secured)" -msgstr "" +msgstr "Quad 9 (Zabezpieczony)" #: applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua:11 msgid "Quad 9 (Unsecured)" -msgstr "" +msgstr "Quad 9 (Niezabezpieczony)" #: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:43 msgid "Reload" @@ -133,12 +133,12 @@ msgstr "Przeładuj" #: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 msgid "Running" -msgstr "" +msgstr "Uruchomione" #: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:66 #: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:68 msgid "Service Status" -msgstr "" +msgstr "Status usługi" #: applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm:41 msgid "Start" @@ -158,7 +158,7 @@ msgstr "Adres podsieci" #: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:22 msgid "Uknown Provider" -msgstr "" +msgstr "Nieznany dostawca" #: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:83 msgid "" @@ -182,11 +182,11 @@ msgstr "i" #: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:56 msgid "at" -msgstr "" +msgstr "na" #: applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua:32 msgid "is not installed or not found" -msgstr "" +msgstr "nie jest zainstalowany lub nie został znaleziony" #~ msgid "HTTPS DNS Proxy" #~ msgstr "HTTPS DNS Proxy" diff --git a/applications/luci-app-mwan3/po/hu/mwan3.po b/applications/luci-app-mwan3/po/hu/mwan3.po index 24efe6e546..99a027d9b9 100644 --- a/applications/luci-app-mwan3/po/hu/mwan3.po +++ b/applications/luci-app-mwan3/po/hu/mwan3.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-10 23:15+0000\n" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" "Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" "Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsmwan3/hu/>\n" @@ -559,7 +559,7 @@ msgstr "" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/policy.lua:51 msgid "Policy" -msgstr "" +msgstr "Szabály" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:66 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:99 @@ -595,7 +595,7 @@ msgstr "" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:59 msgid "Rule" -msgstr "" +msgstr "Szabály" #: applications/luci-app-mwan3/luasrc/controller/mwan3.lua:57 msgid "Rules" diff --git a/applications/luci-app-mwan3/po/uk/mwan3.po b/applications/luci-app-mwan3/po/uk/mwan3.po index cbdf383e00..2d491fb6be 100644 --- a/applications/luci-app-mwan3/po/uk/mwan3.po +++ b/applications/luci-app-mwan3/po/uk/mwan3.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-05 01:57+0000\n" -"Last-Translator: Yurii Petrashko <yuripet@gmail.com>\n" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" +"Last-Translator: Сергій Йовенко <s.yovenko@gmail.com>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsmwan3/uk/>\n" "Language: uk\n" @@ -131,7 +131,7 @@ msgstr "Критична ситуація" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/globalsconfig.lua:38 msgid "Debug" -msgstr "Зневаджування" +msgstr "Відлагодження" #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/ruleconfig.lua:29 #: applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua:81 diff --git a/applications/luci-app-olsr-services/po/es/olsr-services.po b/applications/luci-app-olsr-services/po/es/olsr-services.po index 8f49a6fe9f..b35c4d9978 100644 --- a/applications/luci-app-olsr-services/po/es/olsr-services.po +++ b/applications/luci-app-olsr-services/po/es/olsr-services.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 2019-07-22 17:44-0300\n" -"PO-Revision-Date: 2019-11-18 05:08+0000\n" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr-services/es/>\n" @@ -38,7 +38,7 @@ msgstr "Servicios" #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:132 #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:164 msgid "Source" -msgstr "Fuente" +msgstr "Origen" #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:130 #: applications/luci-app-olsr-services/luasrc/view/freifunk-services/services.htm:162 diff --git a/applications/luci-app-olsr/po/hu/olsr.po b/applications/luci-app-olsr/po/hu/olsr.po index b2ce33ccf5..817292ea64 100644 --- a/applications/luci-app-olsr/po/hu/olsr.po +++ b/applications/luci-app-olsr/po/hu/olsr.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-12-10 23:14+0000\n" +"PO-Revision-Date: 2019-12-13 23:06+0000\n" "Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" "Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/hu/>\n" @@ -313,7 +313,7 @@ msgstr "IPv4" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 msgid "IPv4 broadcast" -msgstr "" +msgstr "IPv4 üzenetszórás" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 diff --git a/applications/luci-app-opkg/luasrc/controller/opkg.lua b/applications/luci-app-opkg/luasrc/controller/opkg.lua index 29c9a08645..ebdcf1b09c 100644 --- a/applications/luci-app-opkg/luasrc/controller/opkg.lua +++ b/applications/luci-app-opkg/luasrc/controller/opkg.lua @@ -3,14 +3,6 @@ module("luci.controller.opkg", package.seeall) -function index() - entry({"admin", "system", "opkg"}, template("opkg"), _("Software"), 30) - entry({"admin", "system", "opkg", "list"}, call("action_list")).leaf = true - entry({"admin", "system", "opkg", "exec"}, post("action_exec")).leaf = true - entry({"admin", "system", "opkg", "statvfs"}, call("action_statvfs")).leaf = true - entry({"admin", "system", "opkg", "config"}, post_on({ data = true }, "action_config")).leaf = true -end - function action_list(mode) local util = require "luci.util" local cmd @@ -26,7 +18,7 @@ function action_list(mode) fd:close() end - if not lists_dir or #lists_dir == "" then + if not lists_dir or #lists_dir == 0 then lists_dir = "/tmp/opkg-lists" end diff --git a/applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json b/applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json new file mode 100644 index 0000000000..9356b586dd --- /dev/null +++ b/applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json @@ -0,0 +1,44 @@ +{ + "admin/system/opkg": { + "title": "Software", + "order": 30, + "action": { + "type": "template", + "path": "opkg" + } + }, + + "admin/system/opkg/list/*": { + "action": { + "type": "call", + "module": "luci.controller.opkg", + "function": "action_list" + } + }, + + "admin/system/opkg/exec/*": { + "action": { + "type": "call", + "post": true, + "module": "luci.controller.opkg", + "function": "action_exec" + } + }, + + "admin/system/opkg/statvfs/*": { + "action": { + "type": "call", + "module": "luci.controller.opkg", + "function": "action_statvfs" + } + }, + + "admin/system/opkg/config/*": { + "action": { + "type": "call", + "post": { "data": true }, + "module": "luci.controller.opkg", + "function": "action_config" + } + } +} diff --git a/applications/luci-app-radicale/po/uk/radicale.po b/applications/luci-app-radicale/po/uk/radicale.po index 31ee367359..72ad909d1e 100644 --- a/applications/luci-app-radicale/po/uk/radicale.po +++ b/applications/luci-app-radicale/po/uk/radicale.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-10-27 22:31+0000\n" -"Last-Translator: Yurii Petrashko <yuripet@gmail.com>\n" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" +"Last-Translator: Сергій Йовенко <s.yovenko@gmail.com>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale/uk/>\n" "Language: uk\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:268 msgid "" @@ -133,7 +133,7 @@ msgstr "" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:570 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:592 msgid "Debug" -msgstr "Зневаджування" +msgstr "Відлагодження" #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:191 msgid "Delay (in seconds) during system boot before Radicale start" diff --git a/applications/luci-app-radicale2/po/hu/radicale2.po b/applications/luci-app-radicale2/po/hu/radicale2.po index ca978b46e2..de12c44cb5 100644 --- a/applications/luci-app-radicale2/po/hu/radicale2.po +++ b/applications/luci-app-radicale2/po/hu/radicale2.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-12-10 23:14+0000\n" +"PO-Revision-Date: 2019-12-13 23:06+0000\n" "Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" "Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale2/hu/>\n" @@ -37,7 +37,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:14 msgid "Authentication Type" -msgstr "" +msgstr "Hitelesítés típusa" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:171 msgid "Based on settings in 'Rights File'" diff --git a/applications/luci-app-radicale2/po/uk/radicale2.po b/applications/luci-app-radicale2/po/uk/radicale2.po index 4ab1da8e90..9d334320f3 100644 --- a/applications/luci-app-radicale2/po/uk/radicale2.po +++ b/applications/luci-app-radicale2/po/uk/radicale2.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-radicale 2\n" -"PO-Revision-Date: 2019-10-27 21:28+0000\n" -"Last-Translator: Yurii Petrashko <yuripet@gmail.com>\n" +"PO-Revision-Date: 2019-12-13 23:06+0000\n" +"Last-Translator: Сергій Йовенко <s.yovenko@gmail.com>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsradicale2/uk/>\n" "Language: uk\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:8 #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:4 @@ -78,7 +78,7 @@ msgstr "" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/logging.lua:26 msgid "Debug" -msgstr "Зневаджування" +msgstr "Відлагодження" #: applications/luci-app-radicale2/luasrc/model/cbi/radicale2/auth.lua:15 msgid "Default (htpasswd file from users below)" diff --git a/applications/luci-app-shadowsocks-libev/po/pl/shadowsocks-libev.po b/applications/luci-app-shadowsocks-libev/po/pl/shadowsocks-libev.po index 203b21af0c..057d5d5cb0 100644 --- a/applications/luci-app-shadowsocks-libev/po/pl/shadowsocks-libev.po +++ b/applications/luci-app-shadowsocks-libev/po/pl/shadowsocks-libev.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-03 08:27+0000\n" -"Last-Translator: Marcin Net <marcin.net@linux.pl>\n" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" +"Last-Translator: Michal L <michalrmsmi@wp.pl>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsshadowsocks-libev/pl/>\n" "Language: pl\n" @@ -286,7 +286,7 @@ msgstr "" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/instances.js:116 msgid "Running" -msgstr "" +msgstr "Uruchomione" #: applications/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js:138 msgid "Server" diff --git a/applications/luci-app-splash/po/hu/splash.po b/applications/luci-app-splash/po/hu/splash.po index f6abd34746..2b2825edb5 100644 --- a/applications/luci-app-splash/po/hu/splash.po +++ b/applications/luci-app-splash/po/hu/splash.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-11-29 19:44+0000\n" +"PO-Revision-Date: 2019-12-13 23:06+0000\n" "Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" "Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationssplash/hu/>\n" @@ -236,7 +236,7 @@ msgstr "" #: applications/luci-app-splash/luasrc/view/admin_status/splash.htm:210 msgid "Policy" -msgstr "" +msgstr "Szabály" #: applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua:11 msgid "Redirect target" diff --git a/applications/luci-app-tinyproxy/po/hu/tinyproxy.po b/applications/luci-app-tinyproxy/po/hu/tinyproxy.po index e217f5711c..edfb341c4d 100644 --- a/applications/luci-app-tinyproxy/po/hu/tinyproxy.po +++ b/applications/luci-app-tinyproxy/po/hu/tinyproxy.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2019-12-10 23:14+0000\n" +"PO-Revision-Date: 2019-12-13 23:06+0000\n" "Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" "Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationstinyproxy/hu/>\n" @@ -214,7 +214,7 @@ msgstr "" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:218 msgid "Policy" -msgstr "" +msgstr "Szabály" #: applications/luci-app-tinyproxy/luasrc/model/cbi/tinyproxy.lua:12 msgid "Privacy settings" diff --git a/applications/luci-app-transmission/po/uk/transmission.po b/applications/luci-app-transmission/po/uk/transmission.po index b2bb0140ce..aa2363c389 100644 --- a/applications/luci-app-transmission/po/uk/transmission.po +++ b/applications/luci-app-transmission/po/uk/transmission.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-08-13 16:16+0200\n" -"PO-Revision-Date: 2019-10-27 21:29+0000\n" -"Last-Translator: Yurii Petrashko <yuripet@gmail.com>\n" +"PO-Revision-Date: 2019-12-13 23:06+0000\n" +"Last-Translator: Сергій Йовенко <s.yovenko@gmail.com>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationstransmission/uk/>\n" "Language: uk\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.9.1-dev\n" +"X-Generator: Weblate 3.10-dev\n" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:39 msgid "Alternative download speed" @@ -49,19 +49,19 @@ msgstr "" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:34 msgid "Bandwidth settings" -msgstr "" +msgstr "Налаштування пропускної здатності" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:131 msgid "Binding address IPv4" -msgstr "" +msgstr "Прив’язка адреси IPv4" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:133 msgid "Binding address IPv6" -msgstr "" +msgstr "Прив’язка адреси IPv6" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:57 msgid "Block list enabled" -msgstr "" +msgstr "Список заблокованих увімкнено" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:60 msgid "Blocklist URL" @@ -73,11 +73,11 @@ msgstr "" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:31 msgid "Cache size in MB" -msgstr "" +msgstr "Розмір кешу в МБ" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:25 msgid "Config file directory" -msgstr "" +msgstr "Каталог файлів конфігурації" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:32 msgid "Custom WEB UI directory" @@ -89,11 +89,11 @@ msgstr "" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:111 msgid "Debug" -msgstr "Зневаджування" +msgstr "Відлагодження" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:65 msgid "Download directory" -msgstr "" +msgstr "Каталог завантажень" #: applications/luci-app-transmission/luasrc/model/cbi/transmission.lua:202 msgid "Download queue enabled" diff --git a/applications/luci-app-travelmate/po/hu/travelmate.po b/applications/luci-app-travelmate/po/hu/travelmate.po index 9b2d159212..11cc2dab70 100644 --- a/applications/luci-app-travelmate/po/hu/travelmate.po +++ b/applications/luci-app-travelmate/po/hu/travelmate.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-10 23:14+0000\n" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" "Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" "Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationstravelmate/hu/>\n" @@ -336,7 +336,7 @@ msgstr "Személyes kulcs jelszava" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:111 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:95 msgid "Path to CA-Certificate" -msgstr "" +msgstr "Útvonal a CA-tanúsítványhoz" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:114 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:99 diff --git a/applications/luci-app-ttyd/po/uk/ttyd.po b/applications/luci-app-ttyd/po/uk/ttyd.po index c3a6b4572e..377035d1cd 100644 --- a/applications/luci-app-ttyd/po/uk/ttyd.po +++ b/applications/luci-app-ttyd/po/uk/ttyd.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-30 21:06+0000\n" -"Last-Translator: Yurii Petrashko <yuripet@gmail.com>\n" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" +"Last-Translator: Сергій Йовенко <s.yovenko@gmail.com>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsttyd/uk/>\n" "Language: uk\n" @@ -59,7 +59,7 @@ msgstr "" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:72 msgid "Debug" -msgstr "Зневаджування" +msgstr "Відлагодження" #: applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js:41 msgid "Do not allow clients to write to the TTY" diff --git a/applications/luci-app-wireguard/po/hu/wireguard.po b/applications/luci-app-wireguard/po/hu/wireguard.po index 23b8ee9636..144c4f5a42 100644 --- a/applications/luci-app-wireguard/po/hu/wireguard.po +++ b/applications/luci-app-wireguard/po/hu/wireguard.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-10 23:16+0000\n" +"PO-Revision-Date: 2019-12-13 23:07+0000\n" "Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" "Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationswireguard/hu/>\n" @@ -53,7 +53,7 @@ msgstr "" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:125 msgid "Listen Port" -msgstr "" +msgstr "Port figyelése" #: applications/luci-app-wireguard/luasrc/view/wireguard.htm:81 msgid "Never" |