project/luci.git
4 years agoMerge pull request #3411 from nmav/tmp-ocserv-fix-keyid
Jo-Philipp Wich [Mon, 16 Dec 2019 17:14:16 +0000 (18:14 +0100)]
Merge pull request #3411 from nmav/tmp-ocserv-fix-keyid

ocserv: fix the public key ID calculation

4 years agoluci-mod-network: reimplement diagnostics page as client side view
Jo-Philipp Wich [Sun, 15 Dec 2019 21:35:21 +0000 (22:35 +0100)]
luci-mod-network: reimplement diagnostics page as client side view

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-app-opkg: convert menu entries to JSON
Jo-Philipp Wich [Tue, 10 Dec 2019 08:04:39 +0000 (09:04 +0100)]
luci-app-opkg: convert menu entries to JSON

Also fix an empty string test in an controller action while we touch it.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-mod-status: convert menu nodes to JSON
Jo-Philipp Wich [Tue, 10 Dec 2019 07:49:24 +0000 (08:49 +0100)]
luci-mod-status: convert menu nodes to JSON

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-mod-network: convert menu nodes to JSON
Jo-Philipp Wich [Fri, 6 Dec 2019 21:59:33 +0000 (22:59 +0100)]
luci-mod-network: convert menu nodes to JSON

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-app-firewall: convert controller to static menu JSON
Jo-Philipp Wich [Fri, 6 Dec 2019 20:59:52 +0000 (21:59 +0100)]
luci-app-firewall: convert controller to static menu JSON

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-base: convert menu nodes to JSON
Jo-Philipp Wich [Fri, 6 Dec 2019 20:51:32 +0000 (21:51 +0100)]
luci-base: convert menu nodes to JSON

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-base: dispatcher.lua: add support for loading JSON menu files
Jo-Philipp Wich [Fri, 6 Dec 2019 20:19:02 +0000 (21:19 +0100)]
luci-base: dispatcher.lua: add support for loading JSON menu files

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agobuild: i18n-scan.pl: support extracting translations from menu json
Jo-Philipp Wich [Fri, 6 Dec 2019 13:54:45 +0000 (14:54 +0100)]
build: i18n-scan.pl: support extracting translations from menu json

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-base: dispatcher.lua: refactor dispatch logic
Jo-Philipp Wich [Wed, 4 Dec 2019 18:19:45 +0000 (19:19 +0100)]
luci-base: dispatcher.lua: refactor dispatch logic

Refactor the dispatch logic to operate on the internal JSON representation
of the menu tree.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-base: dispatcher.lua: factor out template class init into own function
Jo-Philipp Wich [Wed, 4 Dec 2019 18:04:50 +0000 (19:04 +0100)]
luci-base: dispatcher.lua: factor out template class init into own function

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-base: dispatcher.lua: factor out language check into own function
Jo-Philipp Wich [Wed, 4 Dec 2019 18:00:27 +0000 (19:00 +0100)]
luci-base: dispatcher.lua: factor out language check into own function

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-theme-material: render menu on client side
Jo-Philipp Wich [Sun, 1 Dec 2019 20:13:14 +0000 (21:13 +0100)]
luci-theme-material: render menu on client side

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-theme-openwrt: render menu on client side
Jo-Philipp Wich [Sun, 1 Dec 2019 19:18:21 +0000 (20:18 +0100)]
luci-theme-openwrt: render menu on client side

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-theme-bootstrap: render menu on client side
Jo-Philipp Wich [Sun, 1 Dec 2019 19:11:37 +0000 (20:11 +0100)]
luci-theme-bootstrap: render menu on client side

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-base: expose effective dispatched path to client side environment
Jo-Philipp Wich [Sun, 1 Dec 2019 19:21:04 +0000 (20:21 +0100)]
luci-base: expose effective dispatched path to client side environment

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-base: dispatcher.lua: introduce dispatch tree JSON conversion
Jo-Philipp Wich [Sun, 1 Dec 2019 19:06:43 +0000 (20:06 +0100)]
luci-base: dispatcher.lua: introduce dispatch tree JSON conversion

Introduce a new method menu_json() which converts the current dispatch
tree into JSON structure.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-mod-network: dhcp.js: fix default state of nonwildcard
Jo-Philipp Wich [Mon, 16 Dec 2019 17:05:07 +0000 (18:05 +0100)]
luci-mod-network: dhcp.js: fix default state of nonwildcard

Fixes: #3415
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-mod-network: fix rebind list validation
Jo-Philipp Wich [Mon, 16 Dec 2019 17:01:10 +0000 (18:01 +0100)]
luci-mod-network: fix rebind list validation

Fixes: 62e28f4b0 ("luci-mod-network: dhcp.js: fix address and rebind list validation")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-mod-network: dhcp.js: fix address and rebind list validation
Jo-Philipp Wich [Mon, 16 Dec 2019 16:49:51 +0000 (17:49 +0100)]
luci-mod-network: dhcp.js: fix address and rebind list validation

Fixes: #3130
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-base: ui.js: allow custom validation in Dropdown and DynamicList
Jo-Philipp Wich [Mon, 16 Dec 2019 16:44:27 +0000 (17:44 +0100)]
luci-base: ui.js: allow custom validation in Dropdown and DynamicList

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-mod-network: re-add DHCPv6 lease status to dnsmasq page
Jo-Philipp Wich [Mon, 16 Dec 2019 13:38:22 +0000 (14:38 +0100)]
luci-mod-network: re-add DHCPv6 lease status to dnsmasq page

Ref: https://bugs.openwrt.org/index.php?do=details&task_id=2674
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoocserv: fix the public key ID calculation 3411/head
Nikos Mavrogiannopoulos [Sat, 14 Dec 2019 08:55:11 +0000 (09:55 +0100)]
ocserv: fix the public key ID calculation

New versions of certtool change its output format and thus break
the previous parsing. This update works with certtool 3.5.x or later.
It also restricts the output to valid values for openconnect 7.x or
later for simplification.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
4 years agoMerge pull request #3410 from weblate/weblate-openwrt-luci
Hannu Nyman [Sat, 14 Dec 2019 06:01:54 +0000 (08:01 +0200)]
Merge pull request #3410 from weblate/weblate-openwrt-luci

Update from Weblate

4 years agoTranslated using Weblate (Ukrainian) 3410/head
Hosted Weblate [Fri, 13 Dec 2019 23:08:34 +0000 (00:08 +0100)]
Translated using Weblate (Ukrainian)

Currently translated at 18.8% (9 of 48 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/uk/

Signed-off-by: Сергій Йовенко <s.yovenko@gmail.com>
Translated using Weblate (Hungarian)

Currently translated at 20.8% (5 of 24 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Polish)

Currently translated at 19.5% (15 of 77 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pl/

Signed-off-by: Michal L <michalrmsmi@wp.pl>
Translated using Weblate (Spanish)

Currently translated at 100.0% (6 of 6 strings)

Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Hungarian)

Currently translated at 19.0% (30 of 158 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Ukrainian)

Currently translated at 17.1% (27 of 158 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/uk/

Signed-off-by: Сергій Йовенко <s.yovenko@gmail.com>
Translated using Weblate (Ukrainian)

Currently translated at 10.5% (18 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/uk/

Signed-off-by: Сергій Йовенко <s.yovenko@gmail.com>
Translated using Weblate (Polish)

Currently translated at 100.0% (39 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/pl/

Signed-off-by: Michal L <michalrmsmi@wp.pl>
Translated using Weblate (Ukrainian)

Currently translated at 9.7% (12 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/uk/

Signed-off-by: Сергій Йовенко <s.yovenko@gmail.com>
Translated using Weblate (Hungarian)

Currently translated at 25.4% (30 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 17.0% (30 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Ukrainian)

Currently translated at 15.1% (14 of 93 strings)

Translation: OpenWrt/LuCI/applications/transmission
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/uk/

Translated using Weblate (Hungarian)

Currently translated at 13.4% (26 of 194 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/hu/

Translated using Weblate (Hungarian)

Currently translated at 11.0% (8 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/hu/

Translated using Weblate (Hungarian)

Currently translated at 10.7% (12 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/hu/

Translated using Weblate (Ukrainian)

Currently translated at 9.8% (11 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/uk/

Translated using Weblate (Hungarian)

Currently translated at 12.5% (10 of 80 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/hu/

Translated using Weblate (Spanish)

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Hungarian)

Currently translated at 80.6% (1058 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Czech)

Currently translated at 90.7% (1190 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Ukrainian)

Currently translated at 99.8% (1310 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/uk/

Signed-off-by: Сергій Йовенко <s.yovenko@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
4 years agoMerge pull request #3407 from weblate/weblate-openwrt-luci
Hannu Nyman [Thu, 12 Dec 2019 18:46:04 +0000 (20:46 +0200)]
Merge pull request #3407 from weblate/weblate-openwrt-luci

Update from Weblate

4 years agoTranslated using Weblate (Polish) 3407/head
Hosted Weblate [Thu, 12 Dec 2019 15:06:32 +0000 (16:06 +0100)]
Translated using Weblate (Polish)

Currently translated at 100.0% (20 of 20 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/pl/

Signed-off-by: Michal L <michalrmsmi@wp.pl>
Translated using Weblate (Polish)

Currently translated at 100.0% (139 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (German)

Currently translated at 100.0% (39 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (German)

Currently translated at 100.0% (124 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Polish)

Currently translated at 70.4% (38 of 54 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/pl/

Signed-off-by: Michal L <michalrmsmi@wp.pl>
Translated using Weblate (German)

Currently translated at 79.2% (57 of 72 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (German)

Currently translated at 100.0% (22 of 22 strings)

Translation: OpenWrt/LuCI/applications/samba
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba/de/

Translated using Weblate (German)

Currently translated at 100.0% (80 of 80 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/de/

Translated using Weblate (Turkish)

Currently translated at 17.1% (224 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
4 years agotranslation: add Marāṭhī to luci.mk
Paul Spooren [Wed, 11 Dec 2019 12:56:23 +0000 (02:56 -1000)]
translation: add Marāṭhī to luci.mk

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agoMerge remote-tracking branch 'weblate/master'
Paul Spooren [Wed, 11 Dec 2019 12:50:20 +0000 (02:50 -1000)]
Merge remote-tracking branch 'weblate/master'

4 years agoTranslated using Weblate (Hungarian)
Hosted Weblate [Wed, 11 Dec 2019 12:26:07 +0000 (13:26 +0100)]
Translated using Weblate (Hungarian)

Currently translated at 16.7% (8 of 48 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 14.0% (7 of 50 strings)

Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 9.1% (3 of 33 strings)

Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 17.6% (9 of 51 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 16.7% (4 of 24 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 14.3% (11 of 77 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 26.1% (6 of 23 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 100.0% (40 of 40 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 12.5% (8 of 64 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 50.0% (3 of 6 strings)

Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 100.0% (11 of 11 strings)

Translation: OpenWrt/LuCI/applications/bcp38
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 36.0% (9 of 25 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 100.0% (104 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 17.7% (28 of 158 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (German)

Currently translated at 100.0% (158 of 158 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/de/

Signed-off-by: MartB <mart.b@outlook.de>
Translated using Weblate (Hungarian)

Currently translated at 36.8% (7 of 19 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 7.3% (13 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 20.0% (6 of 30 strings)

Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 30.4% (7 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Spanish)

Currently translated at 100.0% (39 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/es/

Signed-off-by: JuanE SF <juanesf91@gmail.com>
Translated using Weblate (Hungarian)

Currently translated at 17.9% (7 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 12.1% (15 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 9.3% (5 of 54 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 24.6% (29 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 13.0% (15 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 18.5% (5 of 27 strings)

Translation: OpenWrt/LuCI/applications/noddos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnoddos/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 16.5% (29 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 22.2% (14 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 20.8% (5 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Spanish)

Currently translated at 100.0% (72 of 72 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/es/

Signed-off-by: JuanE SF <juanesf91@gmail.com>
Translated using Weblate (Hungarian)

Currently translated at 5.6% (4 of 72 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 95.7% (44 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/hu/

Translated using Weblate (Hungarian)

Currently translated at 13.6% (3 of 22 strings)

Translation: OpenWrt/LuCI/applications/rp-pppoe-server
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/hu/

Translated using Weblate (Hungarian)

Currently translated at 12.9% (25 of 194 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/hu/

Translated using Weblate (Hungarian)

Currently translated at 9.6% (7 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/hu/

Translated using Weblate (Hungarian)

Currently translated at 39.2% (76 of 194 strings)

Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/hu/

Translated using Weblate (Hungarian)

Currently translated at 63.2% (43 of 68 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/hu/

Translated using Weblate (Hungarian)

Currently translated at 55.7% (93 of 167 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/hu/

Translated using Weblate (Hungarian)

Currently translated at 9.8% (11 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/hu/

Translated using Weblate (Hungarian)

Currently translated at 3.8% (5 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/hu/

Translated using Weblate (Hungarian)

Currently translated at 63.4% (149 of 235 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/hu/

Translated using Weblate (Hungarian)

Currently translated at 68.8% (903 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (German)

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/

Signed-off-by: MartB <mart.b@outlook.de>
Translated using Weblate (Spanish)

Currently translated at 100.0% (16 of 16 strings)

Translation: OpenWrt/LuCI/applications/omcproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Polish)

Currently translated at 6.2% (1 of 16 strings)

Translation: OpenWrt/LuCI/applications/omcproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (16 of 16 strings)

Translation: OpenWrt/LuCI/applications/omcproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Czech)

Currently translated at 6.2% (1 of 16 strings)

Translation: OpenWrt/LuCI/applications/omcproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (German)

Currently translated at 12.5% (2 of 16 strings)

Translation: OpenWrt/LuCI/applications/omcproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (20 of 20 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/zh_Hans/

Signed-off-by: Zheng Qian <sotux82@gmail.com>
Translated using Weblate (Czech)

Currently translated at 16.0% (8 of 50 strings)

Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (German)

Currently translated at 48.0% (24 of 50 strings)

Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/de/

Signed-off-by: Kiste <christian.buschau+weblate@mailbox.org>
Translated using Weblate (Polish)

Currently translated at 100.0% (33 of 33 strings)

Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (French)

Currently translated at 66.2% (92 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/fr/

Signed-off-by: Guillaume D. <2a3b@protonmail.com>
Translated using Weblate (Polish)

Currently translated at 100.0% (139 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Turkish)

Currently translated at 14.4% (20 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (51 of 51 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 58.3% (14 of 24 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Turkish)

Currently translated at 8.3% (2 of 24 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (German)

Currently translated at 19.5% (15 of 77 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/de/

Signed-off-by: Kiste <christian.buschau+weblate@mailbox.org>
Translated using Weblate (German)

Currently translated at 19.5% (15 of 77 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (74 of 74 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (German)

Currently translated at 100.0% (23 of 23 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/de/

Signed-off-by: Kiste <christian.buschau+weblate@mailbox.org>
Translated using Weblate (German)

Currently translated at 100.0% (23 of 23 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Turkish)

Currently translated at 8.7% (2 of 23 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (Turkish)

Currently translated at 3.1% (2 of 64 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (6 of 6 strings)

Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/zh_Hans/

Signed-off-by: Zheng Qian <sotux82@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (6 of 6 strings)

Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 18.2% (2 of 11 strings)

Translation: OpenWrt/LuCI/applications/bcp38
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (11 of 11 strings)

Translation: OpenWrt/LuCI/applications/bcp38
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (25 of 25 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (French)

Currently translated at 45.2% (47 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/fr/

Signed-off-by: Guillaume D. <2a3b@protonmail.com>
Translated using Weblate (Turkish)

Currently translated at 2.9% (3 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (156 of 156 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Turkish)

Currently translated at 1.3% (2 of 158 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (172 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Turkish)

Currently translated at 1.2% (2 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (Turkish)

Currently translated at 5.3% (1 of 19 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (177 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Turkish)

Currently translated at 1.1% (2 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (Turkish)

Currently translated at 17.4% (4 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (German)

Currently translated at 97.4% (38 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/de/

Signed-off-by: Kiste <christian.buschau+weblate@mailbox.org>
Translated using Weblate (German)

Currently translated at 97.4% (38 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Turkish)

Currently translated at 2.6% (1 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (Turkish)

Currently translated at 1.6% (2 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (Turkish)

Currently translated at 1.9% (1 of 54 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (2 of 2 strings)

Translation: OpenWrt/LuCI/applications/olsr-viz
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-viz/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Turkish)

Currently translated at 5.1% (6 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (Turkish)

Currently translated at 0.9% (1 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (27 of 27 strings)

Translation: OpenWrt/LuCI/applications/noddos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnoddos/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (German)

Currently translated at 81.2% (143 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/de/

Signed-off-by: Kiste <christian.buschau+weblate@mailbox.org>
Translated using Weblate (German)

Currently translated at 81.2% (143 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Turkish)

Currently translated at 3.4% (6 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (Turkish)

Currently translated at 3.2% (2 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (German)

Currently translated at 50.0% (12 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Turkish)

Currently translated at 8.3% (2 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Translated using Weblate (German)

Currently translated at 77.8% (56 of 72 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/de/

Signed-off-by: Kiste <christian.buschau+weblate@mailbox.org>
Translated using Weblate (Turkish)

Currently translated at 2.2% (1 of 46 strings)

Translation: OpenWrt/LuCI/applications/minidlna
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/tr/

Translated using Weblate (Turkish)

Currently translated at 4.3% (2 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/tr/

Translated using Weblate (German)

Currently translated at 84.5% (164 of 194 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/de/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (194 of 194 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/pt_BR/

Translated using Weblate (Turkish)

Currently translated at 68.8% (22 of 32 strings)

Translation: OpenWrt/LuCI/applications/ahcp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/tr/

Translated using Weblate (Turkish)

Currently translated at 6.5% (2 of 31 strings)

Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/tr/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (68 of 68 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/pt_BR/

Translated using Weblate (German)

Currently translated at 99.4% (166 of 167 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/de/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (167 of 167 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pt_BR/

Translated using Weblate (German)

Currently translated at 17.0% (19 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/de/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (112 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/pt_BR/

Translated using Weblate (Turkish)

Currently translated at 0.9% (1 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/tr/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (24 of 24 strings)

Translation: OpenWrt/LuCI/applications/qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/pt/

Translated using Weblate (Turkish)

Currently translated at 1.2% (1 of 80 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/tr/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (133 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/pt/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (235 of 235 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Turkish)

Currently translated at 17.0% (223 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/

Signed-off-by: İsmail Karslı <ismail541236@gmail.com>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Translated using Weblate (Polish)

Currently translated at 33.7% (35 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Translated using Weblate (Czech)

Currently translated at 20.5% (32 of 156 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Polish)

Currently translated at 95.9% (165 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Czech)

Currently translated at 16.3% (28 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.8% (170 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (19 of 19 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (23 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/zh_Hans/

Signed-off-by: Zheng Qian <sotux82@gmail.com>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Translated using Weblate (English)

Currently translated at 4.3% (1 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/en/

Signed-off-by: Guillaume D. <2a3b@protonmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (23 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (1 of 1 strings)

Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/zh_Hans/

Signed-off-by: Zheng Qian <sotux82@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (2 of 2 strings)

Translation: OpenWrt/LuCI/applications/olsr-viz
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-viz/zh_Hans/

Signed-off-by: Zheng Qian <sotux82@gmail.com>
Translated using Weblate (French)

Currently translated at 14.4% (17 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/fr/

Signed-off-by: Guillaume D. <2a3b@protonmail.com>
Translated using Weblate (Polish)

Currently translated at 98.3% (116 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Czech)

Currently translated at 30.5% (36 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (115 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (24 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/zh_Hans/

Signed-off-by: Zheng Qian <sotux82@gmail.com>
Translated using Weblate (English)

Currently translated at 4.2% (1 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/en/

Signed-off-by: Guillaume D. <2a3b@protonmail.com>
Translated using Weblate (Czech)

Currently translated at 81.7% (76 of 93 strings)

Translation: OpenWrt/LuCI/applications/transmission
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (93 of 93 strings)

Translation: OpenWrt/LuCI/applications/transmission
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (46 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/pt_BR/

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (31 of 31 strings)

Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/pt_BR/

Translated using Weblate (French)

Currently translated at 33.8% (23 of 68 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/fr/

Translated using Weblate (Polish)

Currently translated at 100.0% (68 of 68 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/pl/

Translated using Weblate (English)

Currently translated at 1.5% (1 of 68 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/en/

Translated using Weblate (Czech)

Currently translated at 9.8% (11 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 19.6% (22 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/pt_BR/

Translated using Weblate (Czech)

Currently translated at 63.8% (51 of 80 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/cs/

Translated using Weblate (Czech)

Currently translated at 7.5% (10 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (133 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (235 of 235 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt_BR/

Translated using Weblate (Polish)

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Translated using Weblate (Czech)

Currently translated at 89.3% (1171 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Signed-off-by: Neto Maciel <netopmn@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Marathi)

Signed-off-by: Weblate <noreply@weblate.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (16 of 16 strings)

Translation: OpenWrt/LuCI/applications/omcproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (20 of 20 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Czech)

Currently translated at 21.1% (4 of 19 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 95.7% (133 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (77 of 77 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Ukrainian)

Currently translated at 13.0% (10 of 77 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/uk/

Signed-off-by: Olexandr Nesterenko <olexn@ukr.net>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (40 of 40 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Ukrainian)

Currently translated at 37.5% (15 of 40 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/uk/

Signed-off-by: Olexandr Nesterenko <olexn@ukr.net>
Translated using Weblate (Czech)

Currently translated at 100.0% (64 of 64 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 100.0% (25 of 25 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (158 of 158 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese)

Currently translated at 32.2% (57 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Czech)

Currently translated at 9.0% (16 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 99.2% (123 of 124 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (23 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (39 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Czech)

Currently translated at 100.0% (12 of 12 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 23.4% (29 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 100.0% (1 of 1 strings)

Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 29.7% (35 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 14.8% (17 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (27 of 27 strings)

Translation: OpenWrt/LuCI/applications/noddos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnoddos/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 100.0% (176 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 100.0% (46 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/cs/

Translated using Weblate (Czech)

Currently translated at 100.0% (11 of 11 strings)

Translation: OpenWrt/LuCI/applications/watchcat
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/cs/

Translated using Weblate (Czech)

Currently translated at 100.0% (22 of 22 strings)

Translation: OpenWrt/LuCI/applications/samba
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba/cs/

Translated using Weblate (Czech)

Currently translated at 38.4% (28 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/cs/

Translated using Weblate (Czech)

Currently translated at 100.0% (194 of 194 strings)

Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/cs/

Translated using Weblate (Polish)

Currently translated at 100.0% (167 of 167 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pl/

Translated using Weblate (Czech)

Currently translated at 8.9% (10 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/cs/

Translated using Weblate (Czech)

Currently translated at 24.6% (14 of 57 strings)

Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/cs/

Translated using Weblate (Czech)

Currently translated at 63.8% (51 of 80 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/cs/

Translated using Weblate (Czech)

Currently translated at 6.8% (9 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/cs/

Translated using Weblate (Czech)

Currently translated at 73.6% (173 of 235 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/cs/

Translated using Weblate (Spanish)

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Polish)

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Czech)

Currently translated at 72.3% (948 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Added translation using Weblate (Norwegian Bokmål)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Chinese (Traditional))

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Slovak)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Korean)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Swedish)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (French)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Spanish)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Italian)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Malay)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Polish)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Hebrew)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Hindi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Hungarian)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Vietnamese)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Portuguese)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Czech)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Catalan)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Japanese)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Ukrainian)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Bulgarian)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Romanian)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Russian)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (English)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Greek)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (German)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Portuguese (Brazil))

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Turkish)

Signed-off-by: Weblate <noreply@weblate.org>
4 years agoluci-lib-httpclient: accept scoped IPv6 addresses
Jo-Philipp Wich [Mon, 9 Dec 2019 16:36:05 +0000 (17:36 +0100)]
luci-lib-httpclient: accept scoped IPv6 addresses

Ref: https://github.com/openwrt/luci/issues/3380
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-lib-ip: support scoped IPv6 addresses
Jo-Philipp Wich [Mon, 9 Dec 2019 16:31:51 +0000 (17:31 +0100)]
luci-lib-ip: support scoped IPv6 addresses

Ref: https://github.com/openwrt/luci/issues/3380
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoMerge pull request #3393 from castillofrancodamian/yggdrasil
Hannu Nyman [Thu, 5 Dec 2019 20:16:49 +0000 (22:16 +0200)]
Merge pull request #3393 from castillofrancodamian/yggdrasil

luci-app-yggdrasil: add template

4 years agoMerge pull request #3392 from weblate/weblate-openwrt-luci
Hannu Nyman [Thu, 5 Dec 2019 18:10:15 +0000 (20:10 +0200)]
Merge pull request #3392 from weblate/weblate-openwrt-luci

Update from Weblate

4 years agoTranslated using Weblate (Portuguese (Brazil)) 3392/head
Hosted Weblate [Thu, 5 Dec 2019 17:09:54 +0000 (18:09 +0100)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (16 of 16 strings)

Translation: OpenWrt/LuCI/applications/omcproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (20 of 20 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Czech)

Currently translated at 21.1% (4 of 19 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 95.7% (133 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (77 of 77 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Ukrainian)

Currently translated at 13.0% (10 of 77 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/uk/

Signed-off-by: Olexandr Nesterenko <olexn@ukr.net>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (40 of 40 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Ukrainian)

Currently translated at 37.5% (15 of 40 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/uk/

Signed-off-by: Olexandr Nesterenko <olexn@ukr.net>
Translated using Weblate (Czech)

Currently translated at 100.0% (64 of 64 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 100.0% (25 of 25 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (158 of 158 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese)

Currently translated at 32.2% (57 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Czech)

Currently translated at 9.0% (16 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 99.2% (123 of 124 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (23 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (39 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Czech)

Currently translated at 100.0% (12 of 12 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 23.4% (29 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 100.0% (1 of 1 strings)

Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 29.7% (35 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 14.8% (17 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (27 of 27 strings)

Translation: OpenWrt/LuCI/applications/noddos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnoddos/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 100.0% (176 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 100.0% (46 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/cs/

Translated using Weblate (Czech)

Currently translated at 100.0% (11 of 11 strings)

Translation: OpenWrt/LuCI/applications/watchcat
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/cs/

Translated using Weblate (Czech)

Currently translated at 100.0% (22 of 22 strings)

Translation: OpenWrt/LuCI/applications/samba
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba/cs/

Translated using Weblate (Czech)

Currently translated at 38.4% (28 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/cs/

Translated using Weblate (Czech)

Currently translated at 100.0% (194 of 194 strings)

Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/cs/

Translated using Weblate (Polish)

Currently translated at 100.0% (167 of 167 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pl/

Translated using Weblate (Czech)

Currently translated at 8.9% (10 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/cs/

Translated using Weblate (Czech)

Currently translated at 24.6% (14 of 57 strings)

Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/cs/

Translated using Weblate (Czech)

Currently translated at 63.8% (51 of 80 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/cs/

Translated using Weblate (Czech)

Currently translated at 6.8% (9 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/cs/

Translated using Weblate (Czech)

Currently translated at 73.6% (173 of 235 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/cs/

Translated using Weblate (Spanish)

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Polish)

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Czech)

Currently translated at 72.3% (948 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Added translation using Weblate (Norwegian Bokmål)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Chinese (Traditional))

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Slovak)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Korean)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Swedish)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (French)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Spanish)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Italian)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Malay)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Polish)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Hebrew)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Hindi)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Hungarian)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Vietnamese)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Portuguese)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Czech)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Catalan)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Japanese)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Ukrainian)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Bulgarian)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Romanian)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Russian)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (English)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Greek)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (German)

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Portuguese (Brazil))

Signed-off-by: Weblate <noreply@weblate.org>
Added translation using Weblate (Turkish)

Signed-off-by: Weblate <noreply@weblate.org>
4 years agoluci-app-yggdrasil: add template 3393/head
Franco Castillo [Thu, 5 Dec 2019 17:03:29 +0000 (14:03 -0300)]
luci-app-yggdrasil: add template

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
4 years agoluci-base: ui.js: ensure that select choice labels are properly escaped
Jo-Philipp Wich [Wed, 4 Dec 2019 17:04:20 +0000 (18:04 +0100)]
luci-base: ui.js: ensure that select choice labels are properly escaped

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-base: ui.js: properly escape dynlist items for rendering
Jo-Philipp Wich [Wed, 4 Dec 2019 15:08:40 +0000 (16:08 +0100)]
luci-base: ui.js: properly escape dynlist items for rendering

Ref: https://forum.openwrt.org/t/luci-theme-openwrt-reports-error/49736
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoMerge pull request #3390 from weblate/weblate-openwrt-luci
Hannu Nyman [Wed, 4 Dec 2019 12:35:09 +0000 (14:35 +0200)]
Merge pull request #3390 from weblate/weblate-openwrt-luci

Update from Weblate

4 years agoTranslated using Weblate (Czech) 3390/head
Hosted Weblate [Wed, 4 Dec 2019 12:11:18 +0000 (13:11 +0100)]
Translated using Weblate (Czech)

Currently translated at 54.6% (106 of 194 strings)

Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/cs/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (48 of 48 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/zh_Hans/

Signed-off-by: lissom <kkjoy2617@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (50 of 50 strings)

Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (24 of 24 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/zh_Hans/

Signed-off-by: lissom <kkjoy2617@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (77 of 77 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/zh_Hans/

Signed-off-by: lissom <kkjoy2617@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 21.6% (16 of 74 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 95.7% (22 of 23 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/zh_Hans/

Signed-off-by: lissom <kkjoy2617@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (40 of 40 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/zh_Hans/

Signed-off-by: lissom <kkjoy2617@gmail.com>
Translated using Weblate (Turkish)

Currently translated at 72.5% (29 of 40 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/tr/

Signed-off-by: Caglar Ozalp <cozalp@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (10 of 10 strings)

Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (64 of 64 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 100.0% (39 of 39 strings)

Translation: OpenWrt/LuCI/applications/clamav
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Chinese (Simplified))

Currently translated at 90.4% (94 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/zh_Hans/

Signed-off-by: lissom <kkjoy2617@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.7% (154 of 156 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (172 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/zh_Hans/

Signed-off-by: lissom <kkjoy2617@gmail.com>
Translated using Weblate (Czech)

Currently translated at 11.0% (19 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Chinese (Simplified))

Currently translated at 43.8% (7 of 16 strings)

Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/zh_Hans/

Signed-off-by: lissom <kkjoy2617@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (16 of 16 strings)

Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 42.1% (8 of 19 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 7.9% (14 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (55 of 55 strings)

Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (39 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/zh_Hans/

Signed-off-by: lissom <kkjoy2617@gmail.com>
Translated using Weblate (Polish)

Currently translated at 43.6% (17 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (124 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/zh_Hans/

Signed-off-by: lissom <kkjoy2617@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (54 of 54 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (118 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/zh_Hans/

Signed-off-by: lissom <kkjoy2617@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (176 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/zh_Hans/

Signed-off-by: lissom <kkjoy2617@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (176 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 19.0% (12 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/zh_Hans/

Signed-off-by: lissom <kkjoy2617@gmail.com>
Translated using Weblate (Polish)

Currently translated at 28.6% (18 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (63 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (72 of 72 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/zh_Hans/

Signed-off-by: lissom <kkjoy2617@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (93 of 93 strings)

Translation: OpenWrt/LuCI/applications/transmission
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (46 of 46 strings)

Translation: OpenWrt/LuCI/applications/minidlna
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (46 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 9.1% (2 of 22 strings)

Translation: OpenWrt/LuCI/applications/rp-pppoe-server
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (22 of 22 strings)

Translation: OpenWrt/LuCI/applications/samba
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (73 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/zh_Hans/

Translated using Weblate (Polish)

Currently translated at 99.0% (192 of 194 strings)

Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/pl/

Translated using Weblate (Czech)

Currently translated at 54.1% (105 of 194 strings)

Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/cs/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (167 of 167 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/zh_Hans/

Translated using Weblate (Polish)

Currently translated at 100.0% (167 of 167 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pl/

Translated using Weblate (Chinese (Simplified))

Currently translated at 7.1% (8 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/zh_Hans/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 17.9% (20 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (133 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/pt_BR/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (32 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/

Signed-off-by: lissom <kkjoy2617@gmail.com>
Translated using Weblate (Polish)

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.9% (1311 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Turkish)

Currently translated at 16.3% (214 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/

Signed-off-by: Caglar Ozalp <cozalp@gmail.com>
4 years agoadd luci support for omcproxy
Shun Li [Sat, 30 Nov 2019 12:38:56 +0000 (20:38 +0800)]
add luci support for omcproxy

Signed-off-by: Shun Li <riverscn@gmail.com>
4 years agoMerge pull request #3386 from weblate/weblate-openwrt-luci
Hannu Nyman [Tue, 3 Dec 2019 17:30:50 +0000 (19:30 +0200)]
Merge pull request #3386 from weblate/weblate-openwrt-luci

Update from Weblate

4 years agoTranslated using Weblate (Spanish) 3386/head
Hosted Weblate [Tue, 3 Dec 2019 08:28:15 +0000 (09:28 +0100)]
Translated using Weblate (Spanish)

Currently translated at 100.0% (20 of 20 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (48 of 48 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (50 of 50 strings)

Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (33 of 33 strings)

Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Greek)

Currently translated at 11.5% (16 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (139 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Greek)

Currently translated at 3.9% (2 of 51 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 21.6% (11 of 51 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (24 of 24 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 96.1% (74 of 77 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/zh_Hans/

Signed-off-by: Meano Lee <meanocat@gmail.com>
Translated using Weblate (Swedish)

Currently translated at 18.2% (14 of 77 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/sv/

Signed-off-by: Mattias Münster <mattiasmun@gmail.com>
Translated using Weblate (Spanish)

Currently translated at 100.0% (77 of 77 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Polish)

Currently translated at 18.2% (14 of 77 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Greek)

Currently translated at 1.3% (1 of 77 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 20.3% (15 of 74 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Greek)

Currently translated at 4.3% (1 of 23 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (23 of 23 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 92.5% (37 of 40 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/zh_Hans/

Signed-off-by: Meano Lee <meanocat@gmail.com>
Translated using Weblate (Swedish)

Currently translated at 60.0% (24 of 40 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/sv/

Signed-off-by: Mattias Münster <mattiasmun@gmail.com>
Translated using Weblate (Spanish)

Currently translated at 100.0% (40 of 40 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Greek)

Currently translated at 70.0% (28 of 40 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (6 of 6 strings)

Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 18.2% (2 of 11 strings)

Translation: OpenWrt/LuCI/applications/bcp38
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Greek)

Currently translated at 2.6% (1 of 39 strings)

Translation: OpenWrt/LuCI/applications/clamav
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (39 of 39 strings)

Translation: OpenWrt/LuCI/applications/clamav
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 40.0% (10 of 25 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 97.1% (101 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Greek)

Currently translated at 3.8% (4 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (104 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Spanish)

Currently translated at 100.0% (158 of 158 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Greek)

Currently translated at 1.9% (3 of 158 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 21.2% (33 of 156 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Greek)

Currently translated at 2.3% (4 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 25.0% (43 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Spanish)

Currently translated at 100.0% (22 of 22 strings)

Translation: OpenWrt/LuCI/applications/cifsd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscifsd/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Czech)

Currently translated at 100.0% (22 of 22 strings)

Translation: OpenWrt/LuCI/applications/cifsd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscifsd/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Greek)

Currently translated at 6.2% (1 of 16 strings)

Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 42.1% (8 of 19 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Greek)

Currently translated at 1.1% (2 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (177 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Greek)

Currently translated at 0.8% (1 of 124 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Spanish)

Currently translated at 100.0% (23 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Greek)

Currently translated at 8.7% (2 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 39.1% (9 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Chinese (Simplified))

Currently translated at 30.8% (12 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/zh_Hans/

Signed-off-by: Meano Lee <meanocat@gmail.com>
Translated using Weblate (Swedish)

Currently translated at 23.1% (9 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/sv/

Signed-off-by: Mattias Münster <mattiasmun@gmail.com>
Translated using Weblate (Spanish)

Currently translated at 100.0% (39 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Polish)

Currently translated at 38.5% (15 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Greek)

Currently translated at 2.6% (1 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (39 of 39 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Greek)

Currently translated at 1.6% (2 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (124 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Catalan)

Currently translated at 100.0% (1 of 1 strings)

Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ca/

Signed-off-by: Roger Ortiz <rogerortizleal@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 13.0% (7 of 54 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Greek)

Currently translated at 1.7% (2 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (118 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 14.8% (17 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Greek)

Currently translated at 6.2% (11 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Greek)

Currently translated at 3.2% (2 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Greek)

Currently translated at 8.3% (2 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/el/

Signed-off-by: Tavaninja <metalcorpe@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (24 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (72 of 72 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (19 of 19 strings)

Translation: OpenWrt/LuCI/applications/fwknopd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/pt_BR/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (93 of 93 strings)

Translation: OpenWrt/LuCI/applications/transmission
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/zh_Hans/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (93 of 93 strings)

Translation: OpenWrt/LuCI/applications/transmission
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/pt_BR/

Translated using Weblate (Czech)

Currently translated at 100.0% (46 of 46 strings)

Translation: OpenWrt/LuCI/applications/minidlna
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (46 of 46 strings)

Translation: OpenWrt/LuCI/applications/minidlna
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (46 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (22 of 22 strings)

Translation: OpenWrt/LuCI/applications/rp-pppoe-server
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.0% (192 of 194 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/pt_BR/

Translated using Weblate (Spanish)

Currently translated at 100.0% (22 of 22 strings)

Translation: OpenWrt/LuCI/applications/samba
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba/es/

Translated using Weblate (Czech)

Currently translated at 95.5% (21 of 22 strings)

Translation: OpenWrt/LuCI/applications/samba
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba/cs/

Translated using Weblate (Greek)

Currently translated at 35.6% (26 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/el/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (73 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (194 of 194 strings)

Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/pt_BR/

Translated using Weblate (Greek)

Currently translated at 9.7% (3 of 31 strings)

Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/el/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (13 of 13 strings)

Translation: OpenWrt/LuCI/applications/ntpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsntpc/pt_BR/

Translated using Weblate (Greek)

Currently translated at 100.0% (10 of 10 strings)

Translation: OpenWrt/LuCI/applications/p910nd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/el/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (68 of 68 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (167 of 167 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (15 of 15 strings)

Translation: OpenWrt/LuCI/applications/vnstat
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 17.0% (19 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/pt_BR/

Translated using Weblate (Greek)

Currently translated at 8.8% (5 of 57 strings)

Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/el/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (24 of 24 strings)

Translation: OpenWrt/LuCI/applications/qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/pt_BR/

Translated using Weblate (Catalan)

Currently translated at 10.5% (14 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/ca/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 6.8% (9 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (235 of 235 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt_BR/

Translated using Weblate (Chinese (Simplified))

Currently translated at 90.6% (29 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/zh_Hans/

Translated using Weblate (Spanish)

Currently translated at 100.0% (32 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/es/

Translated using Weblate (Czech)

Currently translated at 65.6% (21 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (32 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/pt_BR/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/

Signed-off-by: Meano Lee <meanocat@gmail.com>
Translated using Weblate (Swedish)

Currently translated at 47.0% (616 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sv/

Signed-off-by: Mattias Münster <mattiasmun@gmail.com>
Translated using Weblate (Spanish)

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.9% (1311 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
4 years agoMerge pull request #3383 from MartB/modal-heightfix
Jo-Philipp Wich [Mon, 2 Dec 2019 21:22:29 +0000 (22:22 +0100)]
Merge pull request #3383 from MartB/modal-heightfix

luci-theme-bootstrap: fix background of large modal overlays.

4 years agoluci-theme-bootstrap: fix background of large modal overlays. 3383/head
MartB [Mon, 2 Dec 2019 21:16:24 +0000 (22:16 +0100)]
luci-theme-bootstrap: fix background of large modal overlays.

Signed-off-by: MartB <mart.b@outlook.de>
4 years agoMerge pull request #3355 from weblate/weblate-openwrt-luci
Jo-Philipp Wich [Mon, 2 Dec 2019 16:42:18 +0000 (17:42 +0100)]
Merge pull request #3355 from weblate/weblate-openwrt-luci

Update from Weblate

4 years agoTranslated using Weblate (Czech) 3355/head
Hosted Weblate [Mon, 2 Dec 2019 16:13:00 +0000 (17:13 +0100)]
Translated using Weblate (Czech)

Currently translated at 15.8% (3 of 19 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (19 of 19 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 18.8% (9 of 48 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 20.8% (10 of 48 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 14.0% (7 of 50 strings)

Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 96.0% (48 of 50 strings)

Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 100.0% (33 of 33 strings)

Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 95.7% (133 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (139 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 21.6% (11 of 51 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 19.6% (10 of 51 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Polish)

Currently translated at 100.0% (24 of 24 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Czech)

Currently translated at 20.8% (5 of 24 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 18.9% (14 of 74 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 17.6% (13 of 74 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 26.1% (6 of 23 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Polish)

Currently translated at 100.0% (38 of 38 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/pl/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 100.0% (38 of 38 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (German)

Currently translated at 100.0% (38 of 38 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/de/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (38 of 38 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 14.1% (9 of 64 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 14.1% (9 of 64 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 50.0% (3 of 6 strings)

Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 50.0% (3 of 6 strings)

Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 25.0% (3 of 12 strings)

Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (12 of 12 strings)

Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 7.7% (3 of 39 strings)

Translation: OpenWrt/LuCI/applications/clamav
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 10.3% (4 of 39 strings)

Translation: OpenWrt/LuCI/applications/clamav
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 40.0% (10 of 25 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 36.0% (9 of 25 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 31.7% (33 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 28.8% (30 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 19.9% (31 of 156 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 19.2% (30 of 156 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 10.5% (18 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 24.4% (42 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 63.6% (14 of 22 strings)

Translation: OpenWrt/LuCI/applications/cifsd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscifsd/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 25.0% (4 of 16 strings)

Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 37.5% (6 of 16 strings)

Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 42.1% (8 of 19 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Polish)

Currently translated at 17.5% (31 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Czech)

Currently translated at 7.3% (13 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (177 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 20.0% (6 of 30 strings)

Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (30 of 30 strings)

Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 7.3% (9 of 124 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (124 of 124 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 34.8% (8 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 34.8% (8 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (55 of 55 strings)

Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 41.7% (5 of 12 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 12.9% (16 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 11.1% (6 of 54 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 28.8% (34 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 80.5% (95 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 13.0% (15 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 13.0% (15 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 22.2% (6 of 27 strings)

Translation: OpenWrt/LuCI/applications/noddos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnoddos/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 100.0% (176 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (176 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 23.8% (15 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (63 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 29.2% (7 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 20.8% (15 of 72 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 81.7% (76 of 93 strings)

Translation: OpenWrt/LuCI/applications/transmission
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (93 of 93 strings)

Translation: OpenWrt/LuCI/applications/transmission
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/pt_BR/

Translated using Weblate (Czech)

Currently translated at 67.4% (31 of 46 strings)

Translation: OpenWrt/LuCI/applications/minidlna
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/cs/

Translated using Weblate (Czech)

Currently translated at 95.7% (44 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/cs/

Translated using Weblate (Czech)

Currently translated at 9.1% (2 of 22 strings)

Translation: OpenWrt/LuCI/applications/rp-pppoe-server
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/cs/

Translated using Weblate (Czech)

Currently translated at 41.2% (80 of 194 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 97.9% (190 of 194 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/pt_BR/

Translated using Weblate (Czech)

Currently translated at 93.8% (30 of 32 strings)

Translation: OpenWrt/LuCI/applications/ahcp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/cs/

Translated using Weblate (Czech)

Currently translated at 37.0% (27 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (73 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/pt_BR/

Translated using Weblate (Czech)

Currently translated at 23.2% (45 of 194 strings)

Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 90.2% (175 of 194 strings)

Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/pt_BR/

Translated using Weblate (Czech)

Currently translated at 12.1% (7 of 58 strings)

Translation: OpenWrt/LuCI/applications/uhttpd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/cs/

Translated using Weblate (Czech)

Currently translated at 100.0% (12 of 12 strings)

Translation: OpenWrt/LuCI/applications/wol
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/cs/

Translated using Weblate (Czech)

Currently translated at 100.0% (31 of 31 strings)

Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/cs/

Translated using Weblate (Czech)

Currently translated at 100.0% (68 of 68 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/cs/

Translated using Weblate (Czech)

Currently translated at 64.1% (107 of 167 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (167 of 167 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pt_BR/

Translated using Weblate (Czech)

Currently translated at 100.0% (15 of 15 strings)

Translation: OpenWrt/LuCI/applications/vnstat
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 93.3% (14 of 15 strings)

Translation: OpenWrt/LuCI/applications/vnstat
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/pt_BR/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (112 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/pt/

Translated using Weblate (Czech)

Currently translated at 8.0% (9 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 11.6% (13 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/pt_BR/

Translated using Weblate (Czech)

Currently translated at 22.8% (13 of 57 strings)

Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (57 of 57 strings)

Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/pt_BR/

Translated using Weblate (Czech)

Currently translated at 100.0% (24 of 24 strings)

Translation: OpenWrt/LuCI/applications/qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (24 of 24 strings)

Translation: OpenWrt/LuCI/applications/qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/pt_BR/

Translated using Weblate (Czech)

Currently translated at 61.2% (49 of 80 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (80 of 80 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/pt_BR/

Translated using Weblate (Portuguese)

Currently translated at 6.8% (9 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/pt/

Translated using Weblate (Czech)

Currently translated at 5.3% (7 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 6.8% (9 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/pt_BR/

Translated using Weblate (Czech)

Currently translated at 73.2% (172 of 235 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/cs/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (235 of 235 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt_BR/

Translated using Weblate (Czech)

Currently translated at 50.0% (16 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/cs/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Czech)

Currently translated at 56.8% (745 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.5% (1305 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Czech)

Currently translated at 87.9% (29 of 33 strings)

Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 78.8% (26 of 33 strings)

Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 75.8% (25 of 33 strings)

Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 10.5% (2 of 19 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 4.2% (2 of 48 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Polish)

Currently translated at 100.0% (50 of 50 strings)

Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Czech)

Currently translated at 4.0% (2 of 50 strings)

Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 14.8% (4 of 27 strings)

Translation: OpenWrt/LuCI/applications/noddos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnoddos/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 72.7% (24 of 33 strings)

Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 50.8% (667 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 18.7% (26 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 5.9% (3 of 51 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 4.2% (1 of 24 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 9.5% (7 of 74 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 8.7% (2 of 23 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 13.2% (5 of 38 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 6.2% (4 of 64 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 16.7% (1 of 6 strings)

Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 33.3% (2 of 6 strings)

Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 8.3% (1 of 12 strings)

Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 9.1% (1 of 11 strings)

Translation: OpenWrt/LuCI/applications/bcp38
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 20.0% (5 of 25 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 5.8% (6 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 9.0% (14 of 156 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 2.3% (4 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 13.6% (3 of 22 strings)

Translation: OpenWrt/LuCI/applications/cifsd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscifsd/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 6.2% (1 of 16 strings)

Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 15.8% (3 of 19 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Polish)

Currently translated at 16.9% (30 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Czech)

Currently translated at 4.5% (8 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 10.0% (3 of 30 strings)

Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 0.8% (1 of 124 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 8.7% (2 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 1.8% (1 of 55 strings)

Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 0.8% (1 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 3.7% (2 of 54 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 5.1% (6 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 6.1% (7 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 7.4% (2 of 27 strings)

Translation: OpenWrt/LuCI/applications/noddos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnoddos/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 6.8% (12 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 7.9% (5 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 12.5% (3 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (Czech)

Currently translated at 81.7% (76 of 93 strings)

Translation: OpenWrt/LuCI/applications/transmission
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/cs/

Translated using Weblate (Czech)

Currently translated at 63.0% (29 of 46 strings)

Translation: OpenWrt/LuCI/applications/minidlna
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/cs/

Translated using Weblate (Czech)

Currently translated at 89.1% (41 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/cs/

Translated using Weblate (Czech)

Currently translated at 39.2% (76 of 194 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/cs/

Translated using Weblate (Czech)

Currently translated at 90.9% (20 of 22 strings)

Translation: OpenWrt/LuCI/applications/samba
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba/cs/

Translated using Weblate (Czech)

Currently translated at 93.8% (30 of 32 strings)

Translation: OpenWrt/LuCI/applications/ahcp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/cs/

Translated using Weblate (Czech)

Currently translated at 22.7% (44 of 194 strings)

Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/cs/

Translated using Weblate (Czech)

Currently translated at 5.2% (3 of 58 strings)

Translation: OpenWrt/LuCI/applications/uhttpd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/cs/

Translated using Weblate (Czech)

Currently translated at 80.6% (25 of 31 strings)

Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/cs/

Translated using Weblate (Czech)

Currently translated at 94.1% (64 of 68 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/cs/

Translated using Weblate (Czech)

Currently translated at 62.9% (105 of 167 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/cs/

Translated using Weblate (Czech)

Currently translated at 1.8% (2 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/cs/

Translated using Weblate (Polish)

Currently translated at 100.0% (57 of 57 strings)

Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/pl/

Translated using Weblate (Czech)

Currently translated at 60.0% (48 of 80 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/cs/

Translated using Weblate (Czech)

Currently translated at 1.5% (2 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/cs/

Translated using Weblate (Czech)

Currently translated at 71.9% (169 of 235 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/cs/

Translated using Weblate (Czech)

Currently translated at 46.9% (15 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/cs/

Translated using Weblate (Polish)

Currently translated at 100.0% (1312 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Czech)

Currently translated at 50.7% (665 of 1312 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/

Signed-off-by: Jiri Tersel <jiri.tersel@seznam.cz>
Translated using Weblate (French)

Currently translated at 61.2% (85 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/fr/

Signed-off-by: Glenn R. <glenux@gmail.com>
Translated using Weblate (French)

Currently translated at 60.4% (84 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/fr/

Signed-off-by: Glenn R. <glenux@gmail.com>
4 years agoMerge pull request #3348 from zhoreeq/luci_app_yggdrasil
Jo-Philipp Wich [Mon, 2 Dec 2019 14:08:39 +0000 (15:08 +0100)]
Merge pull request #3348 from zhoreeq/luci_app_yggdrasil

luci-app-yggdrasil: Add application for Yggdrasil

4 years agoMerge remote-tracking branch 'weblate/master'
Paul Spooren [Sun, 1 Dec 2019 10:48:35 +0000 (00:48 -1000)]
Merge remote-tracking branch 'weblate/master'

4 years agoTranslated using Weblate (German)
Paul Spooren [Sun, 1 Dec 2019 10:33:40 +0000 (10:33 +0000)]
Translated using Weblate (German)

Currently translated at 80.7% (142 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/de/

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agoTranslated using Weblate (German)
Paul Spooren [Sun, 1 Dec 2019 10:36:05 +0000 (10:36 +0000)]
Translated using Weblate (German)

Currently translated at 50.0% (12 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/de/

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agoTranslated using Weblate (German)
Paul Spooren [Sun, 1 Dec 2019 10:36:40 +0000 (10:36 +0000)]
Translated using Weblate (German)

Currently translated at 99.4% (168 of 169 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/de/

4 years agoTranslated using Weblate (German)
Paul Spooren [Sun, 1 Dec 2019 10:37:54 +0000 (10:37 +0000)]
Translated using Weblate (German)

Currently translated at 100.0% (1310 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agoluci-app-yggdrasil: Add application for Yggdrasil 3348/head
George Iv [Sun, 1 Dec 2019 05:32:50 +0000 (00:32 -0500)]
luci-app-yggdrasil: Add application for Yggdrasil

Signed-off-by: George Iv <57254463+zhoreeq@users.noreply.github.com>
4 years agoTranslated using Weblate (Ukrainian)
Hosted Weblate [Sat, 30 Nov 2019 21:07:53 +0000 (22:07 +0100)]
Translated using Weblate (Ukrainian)

Currently translated at 10.5% (2 of 19 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/uk/

Signed-off-by: Yurii Petrashko <yuripet@gmail.com>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (48 of 48 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Ukrainian)

Currently translated at 18.8% (9 of 48 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/uk/

Signed-off-by: Yurii Petrashko <yuripet@gmail.com>
Translated using Weblate (Portuguese)

Currently translated at 36.5% (27 of 74 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (10 of 10 strings)

Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 32.0% (8 of 25 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/pt_BR/

Signed-off-by: Fabio Beneditto <kamikazenh@gmail.com>
Translated using Weblate (Ukrainian)

Currently translated at 86.4% (19 of 22 strings)

Translation: OpenWrt/LuCI/applications/cifsd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscifsd/uk/

Signed-off-by: Yurii Petrashko <yuripet@gmail.com>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 36.8% (7 of 19 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/pt_BR/

Signed-off-by: Fabio Beneditto <kamikazenh@gmail.com>
Translated using Weblate (Polish)

Currently translated at 15.3% (27 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (55 of 55 strings)

Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (115 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese)

Currently translated at 92.6% (25 of 27 strings)

Translation: OpenWrt/LuCI/applications/noddos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnoddos/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Ukrainian)

Currently translated at 15.3% (27 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/uk/

Signed-off-by: Yurii Petrashko <yuripet@gmail.com>
Translated using Weblate (Ukrainian)

Currently translated at 19.0% (12 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/uk/

Signed-off-by: Yurii Petrashko <yuripet@gmail.com>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (22 of 22 strings)

Translation: OpenWrt/LuCI/applications/rp-pppoe-server
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/pt/

Translated using Weblate (Polish)

Currently translated at 77.3% (150 of 194 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/pl/

Translated using Weblate (Portuguese)

Currently translated at 46.4% (52 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/pt/

Translated using Weblate (Polish)

Currently translated at 100.0% (80 of 80 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/pl/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (80 of 80 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/pt_BR/

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (32 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/uk/

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (1310 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/uk/

Signed-off-by: Yurii Petrashko <yuripet@gmail.com>
Translated using Weblate (Hungarian)

Currently translated at 15.8% (3 of 19 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 14.6% (7 of 48 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 10.0% (5 of 50 strings)

Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 6.1% (2 of 33 strings)

Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 100.0% (139 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 9.8% (5 of 51 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 12.5% (3 of 24 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 13.5% (10 of 74 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 17.4% (4 of 23 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 10.9% (7 of 64 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 16.7% (1 of 6 strings)

Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 50.0% (3 of 6 strings)

Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 25.0% (3 of 12 strings)

Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 9.1% (1 of 11 strings)

Translation: OpenWrt/LuCI/applications/bcp38
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 10.3% (4 of 39 strings)

Translation: OpenWrt/LuCI/applications/clamav
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 28.0% (7 of 25 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 27.9% (29 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 11.5% (18 of 156 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Polish)

Currently translated at 34.9% (60 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Hungarian)

Currently translated at 100.0% (172 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 45.5% (10 of 22 strings)

Translation: OpenWrt/LuCI/applications/cifsd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscifsd/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 31.6% (6 of 19 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 6.8% (12 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 13.3% (4 of 30 strings)

Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 4.0% (5 of 124 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 21.7% (5 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 8.1% (10 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 100.0% (1 of 1 strings)

Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 7.4% (4 of 54 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 11.0% (13 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 7.0% (8 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 7.4% (2 of 27 strings)

Translation: OpenWrt/LuCI/applications/noddos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnoddos/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Polish)

Currently translated at 100.0% (175 of 175 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Hungarian)

Currently translated at 11.4% (20 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 19.0% (12 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 16.7% (4 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 4.2% (3 of 72 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (German)

Currently translated at 77.8% (56 of 72 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/de/

Signed-off-by: MartB <mart.b@outlook.de>
Translated using Weblate (Hungarian)

Currently translated at 98.9% (92 of 93 strings)

Translation: OpenWrt/LuCI/applications/transmission
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/hu/

Translated using Weblate (Hungarian)

Currently translated at 95.7% (44 of 46 strings)

Translation: OpenWrt/LuCI/applications/minidlna
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/hu/

Translated using Weblate (Hungarian)

Currently translated at 93.5% (43 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/hu/

Translated using Weblate (Hungarian)

Currently translated at 9.1% (2 of 22 strings)

Translation: OpenWrt/LuCI/applications/rp-pppoe-server
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/hu/

Translated using Weblate (Hungarian)

Currently translated at 8.8% (17 of 194 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/hu/

Translated using Weblate (Hungarian)

Currently translated at 90.9% (20 of 22 strings)

Translation: OpenWrt/LuCI/applications/samba
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba/hu/

Translated using Weblate (Hungarian)

Currently translated at 8.2% (6 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/hu/

Translated using Weblate (Hungarian)

Currently translated at 38.7% (75 of 194 strings)

Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/hu/

Translated using Weblate (Hungarian)

Currently translated at 5.2% (3 of 58 strings)

Translation: OpenWrt/LuCI/applications/uhttpd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/hu/

Translated using Weblate (Hungarian)

Currently translated at 80.6% (25 of 31 strings)

Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/hu/

Translated using Weblate (Hungarian)

Currently translated at 90.0% (9 of 10 strings)

Translation: OpenWrt/LuCI/applications/p910nd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/hu/

Translated using Weblate (Hungarian)

Currently translated at 55.0% (93 of 169 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/hu/

Translated using Weblate (German)

Currently translated at 96.4% (163 of 169 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/de/

Translated using Weblate (Hungarian)

Currently translated at 100.0% (15 of 15 strings)

Translation: OpenWrt/LuCI/applications/vnstat
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/hu/

Translated using Weblate (Hungarian)

Currently translated at 7.1% (8 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/hu/

Translated using Weblate (Hungarian)

Currently translated at 7.0% (4 of 57 strings)

Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/hu/

Translated using Weblate (Hungarian)

Currently translated at 100.0% (24 of 24 strings)

Translation: OpenWrt/LuCI/applications/qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/hu/

Translated using Weblate (Hungarian)

Currently translated at 11.2% (9 of 80 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/hu/

Translated using Weblate (Hungarian)

Currently translated at 3.0% (4 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/hu/

Translated using Weblate (Hungarian)

Currently translated at 63.0% (148 of 235 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/hu/

Translated using Weblate (Hungarian)

Currently translated at 50.0% (16 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/hu/

Translated using Weblate (Hungarian)

Currently translated at 49.5% (649 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (German)

Currently translated at 100.0% (1310 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/

Signed-off-by: MartB <mart.b@outlook.de>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (19 of 19 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 14.1% (9 of 64 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 28.8% (30 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese)

Currently translated at 24.9% (44 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese)

Currently translated at 74.5% (41 of 55 strings)

Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (54 of 54 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 11.1% (6 of 54 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 19.0% (12 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese)

Currently translated at 18.2% (4 of 22 strings)

Translation: OpenWrt/LuCI/applications/rp-pppoe-server
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/pt/

Translated using Weblate (Polish)

Currently translated at 100.0% (10 of 10 strings)

Translation: OpenWrt/LuCI/applications/p910nd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/pl/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (68 of 68 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/zh_Hans/

Translated using Weblate (Portuguese)

Currently translated at 38.4% (43 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/pt/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 6.0% (8 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/pt_BR/

Translated using Weblate (Polish)

Currently translated at 100.0% (1310 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Polish)

Currently translated at 58.3% (67 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/pl/

Signed-off-by: Michal L <michalrmsmi@wp.pl>
Translated using Weblate (Polish)

Currently translated at 93.8% (182 of 194 strings)

Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (31 of 31 strings)

Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/pl/

Translated using Weblate (Polish)

Currently translated at 94.9% (223 of 235 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pl/

Translated using Weblate (Polish)

Currently translated at 99.0% (1297 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Michal L <michalrmsmi@wp.pl>
Translated using Weblate (Hungarian)

Currently translated at 5.3% (1 of 19 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (19 of 19 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 2.1% (1 of 48 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 18.8% (9 of 48 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 4.0% (2 of 50 strings)

Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 100.0% (139 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 56.1% (78 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 2.0% (1 of 51 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 19.6% (10 of 51 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 4.2% (1 of 24 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Hungarian)

Currently translated at 4.1% (3 of 74 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 14.9% (11 of 74 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 4.3% (1 of 23 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 87.0% (20 of 23 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 100.0% (38 of 38 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 15.8% (6 of 38 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 4.7% (3 of 64 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 10.9% (7 of 64 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 50.0% (3 of 6 strings)

Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 33.3% (2 of 6 strings)

Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 50.0% (3 of 6 strings)

Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 16.7% (2 of 12 strings)

Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (12 of 12 strings)

Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 18.2% (2 of 11 strings)

Translation: OpenWrt/LuCI/applications/bcp38
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 7.7% (3 of 39 strings)

Translation: OpenWrt/LuCI/applications/clamav
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 28.0% (7 of 25 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 7.7% (8 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (German)

Currently translated at 93.3% (97 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/de/

Signed-off-by: Mark Mühlbacher <cyris@gmx.at>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 27.9% (29 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 1.9% (3 of 156 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 17.9% (28 of 156 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 2.3% (4 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 22.7% (39 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 4.5% (1 of 22 strings)

Translation: OpenWrt/LuCI/applications/cifsd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscifsd/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (22 of 22 strings)

Translation: OpenWrt/LuCI/applications/cifsd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscifsd/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 25.0% (4 of 16 strings)

Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 31.2% (5 of 16 strings)

Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 5.3% (1 of 19 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 31.6% (6 of 19 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 1.7% (3 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 4.5% (8 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 3.3% (1 of 30 strings)

Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (30 of 30 strings)

Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 1.6% (2 of 124 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (124 of 124 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 8.7% (2 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 34.8% (8 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 1.8% (1 of 55 strings)

Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (55 of 55 strings)

Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (12 of 12 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 1.6% (2 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (124 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1 of 1 strings)

Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 1.9% (1 of 54 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 9.3% (5 of 54 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 2.5% (3 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 80.5% (95 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 1.7% (2 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 12.2% (14 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 18.5% (5 of 27 strings)

Translation: OpenWrt/LuCI/applications/noddos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnoddos/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 6.8% (12 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (176 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 4.8% (3 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 17.5% (11 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Hungarian)

Currently translated at 4.2% (1 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 29.2% (7 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 47.2% (34 of 72 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (93 of 93 strings)

Translation: OpenWrt/LuCI/applications/transmission
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/pt_BR/

Translated using Weblate (Hungarian)

Currently translated at 95.7% (44 of 46 strings)

Translation: OpenWrt/LuCI/applications/minidlna
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/hu/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (46 of 46 strings)

Translation: OpenWrt/LuCI/applications/minidlna
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/pt_BR/

Translated using Weblate (Hungarian)

Currently translated at 89.1% (41 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/hu/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 9.1% (2 of 22 strings)

Translation: OpenWrt/LuCI/applications/rp-pppoe-server
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/pt_BR/

Translated using Weblate (Hungarian)

Currently translated at 100.0% (4 of 4 strings)

Translation: OpenWrt/LuCI/applications/coovachilli
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/hu/

Translated using Weblate (Hungarian)

Currently translated at 1.5% (3 of 194 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/hu/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 97.9% (190 of 194 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (11 of 11 strings)

Translation: OpenWrt/LuCI/applications/watchcat
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (22 of 22 strings)

Translation: OpenWrt/LuCI/applications/samba
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba/pt_BR/

Translated using Weblate (Hungarian)

Currently translated at 100.0% (32 of 32 strings)

Translation: OpenWrt/LuCI/applications/ahcp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/hu/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (32 of 32 strings)

Translation: OpenWrt/LuCI/applications/ahcp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/pt_BR/

Translated using Weblate (Hungarian)

Currently translated at 2.7% (2 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/hu/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (73 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 89.7% (174 of 194 strings)

Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/pt_BR/

Translated using Weblate (Hungarian)

Currently translated at 1.7% (1 of 58 strings)

Translation: OpenWrt/LuCI/applications/uhttpd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/hu/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (58 of 58 strings)

Translation: OpenWrt/LuCI/applications/uhttpd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/pt_BR/

Translated using Weblate (Hungarian)

Currently translated at 80.6% (25 of 31 strings)

Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/hu/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (13 of 13 strings)

Translation: OpenWrt/LuCI/applications/ntpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsntpc/pt_BR/

Translated using Weblate (Hungarian)

Currently translated at 27.9% (19 of 68 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/hu/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 63.2% (43 of 68 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/pt_BR/

Translated using Weblate (Hungarian)

Currently translated at 54.4% (92 of 169 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/hu/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 85.2% (144 of 169 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pt_BR/

Translated using Weblate (Hungarian)

Currently translated at 0.9% (1 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/hu/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 10.7% (12 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/pt_BR/

Translated using Weblate (Hungarian)

Currently translated at 3.5% (2 of 57 strings)

Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/hu/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (57 of 57 strings)

Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (24 of 24 strings)

Translation: OpenWrt/LuCI/applications/qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/pt_BR/

Translated using Weblate (Hungarian)

Currently translated at 1.2% (1 of 80 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/hu/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (80 of 80 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/pt_BR/

Translated using Weblate (Hungarian)

Currently translated at 0.8% (1 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/hu/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 5.3% (7 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/pt_BR/

Translated using Weblate (Polish)

Currently translated at 94.9% (223 of 235 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pl/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 94.0% (221 of 235 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 93.8% (30 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/pt_BR/

Translated using Weblate (Hungarian)

Currently translated at 49.2% (645 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 89.3% (1170 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 2.1% (1 of 48 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 51.8% (72 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 1.4% (1 of 74 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 65.2% (15 of 23 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 2.6% (1 of 38 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 16.7% (1 of 6 strings)

Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 3.8% (4 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 3.2% (5 of 156 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 19.2% (33 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 4.5% (1 of 22 strings)

Translation: OpenWrt/LuCI/applications/cifsd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscifsd/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 5.3% (1 of 19 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 4.3% (1 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 3.7% (2 of 54 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 3.5% (4 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 1.6% (1 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 4.2% (1 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (46 of 46 strings)

Translation: OpenWrt/LuCI/applications/minidlna
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 96.9% (31 of 32 strings)

Translation: OpenWrt/LuCI/applications/ahcp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (58 of 58 strings)

Translation: OpenWrt/LuCI/applications/uhttpd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (31 of 31 strings)

Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/pt_BR/

Translated using Weblate (Polish)

Currently translated at 100.0% (68 of 68 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/pl/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 0.9% (1 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (57 of 57 strings)

Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 80.3% (1052 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (Italian)

Currently translated at 5.3% (1 of 19 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 2.0% (1 of 50 strings)

Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Greek)

Currently translated at 10.8% (15 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/el/

Signed-off-by: Kostas Lampropoulos <labrok@otenet.gr>
Translated using Weblate (Italian)

Currently translated at 5.9% (3 of 51 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 4.2% (1 of 24 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 5.4% (4 of 74 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Portuguese)

Currently translated at 21.6% (16 of 74 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Italian)

Currently translated at 8.7% (2 of 23 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 7.9% (3 of 38 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Greek)

Currently translated at 3.1% (2 of 64 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/el/

Signed-off-by: Kostas Lampropoulos <labrok@otenet.gr>
Translated using Weblate (Italian)

Currently translated at 16.7% (1 of 6 strings)

Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 16.7% (1 of 6 strings)

Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 8.3% (1 of 12 strings)

Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 5.8% (6 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Greek)

Currently translated at 2.9% (3 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/el/

Signed-off-by: Kostas Lampropoulos <labrok@otenet.gr>
Translated using Weblate (Italian)

Currently translated at 1.9% (3 of 156 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 1.7% (3 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 4.5% (1 of 22 strings)

Translation: OpenWrt/LuCI/applications/cifsd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscifsd/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Greek)

Currently translated at 9.1% (2 of 22 strings)

Translation: OpenWrt/LuCI/applications/cifsd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscifsd/el/

Signed-off-by: Kostas Lampropoulos <labrok@otenet.gr>
Translated using Weblate (German)

Currently translated at 100.0% (22 of 22 strings)

Translation: OpenWrt/LuCI/applications/cifsd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscifsd/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Italian)

Currently translated at 12.5% (2 of 16 strings)

Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (16 of 16 strings)

Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Italian)

Currently translated at 10.5% (2 of 19 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 1.1% (2 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Greek)

Currently translated at 0.6% (1 of 177 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/el/

Signed-off-by: Kostas Lampropoulos <labrok@otenet.gr>
Translated using Weblate (Italian)

Currently translated at 10.0% (3 of 30 strings)

Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 0.8% (1 of 124 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 13.0% (3 of 23 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 1.8% (1 of 55 strings)

Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Portuguese)

Currently translated at 70.9% (39 of 55 strings)

Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Italian)

Currently translated at 2.4% (3 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Polish)

Currently translated at 100.0% (1 of 1 strings)

Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Italian)

Currently translated at 1.7% (2 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Greek)

Currently translated at 0.8% (1 of 118 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/el/

Signed-off-by: Kostas Lampropoulos <labrok@otenet.gr>
Translated using Weblate (Italian)

Currently translated at 1.7% (2 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Polish)

Currently translated at 25.2% (29 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/pl/

Signed-off-by: Michal L <michalrmsmi@wp.pl>
Translated using Weblate (Italian)

Currently translated at 100.0% (176 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 3.2% (2 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 4.2% (3 of 72 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Italian)

Currently translated at 11.8% (11 of 93 strings)

Translation: OpenWrt/LuCI/applications/transmission
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/it/

Translated using Weblate (Italian)

Currently translated at 95.7% (44 of 46 strings)

Translation: OpenWrt/LuCI/applications/minidlna
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/it/

Translated using Weblate (Italian)

Currently translated at 89.1% (41 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/it/

Translated using Weblate (Greek)

Currently translated at 4.3% (2 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/el/

Translated using Weblate (Italian)

Currently translated at 30.9% (60 of 194 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/it/

Translated using Weblate (Greek)

Currently translated at 9.1% (2 of 22 strings)

Translation: OpenWrt/LuCI/applications/samba
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba/el/

Translated using Weblate (Italian)

Currently translated at 93.8% (30 of 32 strings)

Translation: OpenWrt/LuCI/applications/ahcp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/it/

Translated using Weblate (Italian)

Currently translated at 15.1% (11 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/it/

Translated using Weblate (Italian)

Currently translated at 3.4% (2 of 58 strings)

Translation: OpenWrt/LuCI/applications/uhttpd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/it/

Translated using Weblate (Greek)

Currently translated at 6.5% (2 of 31 strings)

Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/el/

Translated using Weblate (Polish)

Currently translated at 100.0% (68 of 68 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/pl/

Translated using Weblate (Spanish)

Currently translated at 100.0% (169 of 169 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/es/

Translated using Weblate (Polish)

Currently translated at 92.9% (157 of 169 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pl/

Translated using Weblate (Italian)

Currently translated at 0.9% (1 of 112 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/it/

Translated using Weblate (Italian)

Currently translated at 66.7% (38 of 57 strings)

Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/it/

Translated using Weblate (Greek)

Currently translated at 7.5% (6 of 80 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/el/

Translated using Weblate (Italian)

Currently translated at 5.1% (12 of 235 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/it/

Translated using Weblate (Swedish)

Currently translated at 46.9% (15 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/sv/

Translated using Weblate (Greek)

Currently translated at 6.2% (2 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/el/

Translated using Weblate (German)

Currently translated at 78.1% (25 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/de/

Translated using Weblate (Italian)

Currently translated at 47.4% (621 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/it/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Translated using Weblate (Polish)

Currently translated at 99.0% (1297 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Greek)

Currently translated at 37.3% (489 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/el/

Signed-off-by: Kostas Lampropoulos <labrok@otenet.gr>
Translated using Weblate (Portuguese (Brazil))

Currently translated at 80.2% (1050 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Signed-off-by: Rafael Fontenelle <rafaelff@gnome.org>
Translated using Weblate (German)

Currently translated at 100.0% (51 of 51 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (German)

Currently translated at 20.0% (15 of 75 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (German)

Currently translated at 100.0% (39 of 39 strings)

Translation: OpenWrt/LuCI/applications/clamav
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (German)

Currently translated at 100.0% (12 of 12 strings)

Translation: OpenWrt/LuCI/applications/https_dns_proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (German)

Currently translated at 100.0% (46 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/de/

Translated using Weblate (German)

Currently translated at 100.0% (73 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/de/

Translated using Weblate (German)

Currently translated at 100.0% (57 of 57 strings)

Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/de/

Translated using Weblate (German)

Currently translated at 75.0% (24 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/de/

Translated using Weblate (Portuguese)

Currently translated at 99.8% (1308 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (German)

Currently translated at 100.0% (139 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese)

Currently translated at 20.3% (15 of 74 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (23 of 23 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (German)

Currently translated at 100.0% (38 of 38 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/de/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Polish)

Currently translated at 77.7% (136 of 175 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (72 of 72 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/pt/

Signed-off-by: ssantos <ssantos@web.de>
Translated using Weblate (Portuguese)

Currently translated at 100.0% (73 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/pt/

Translated using Weblate (Spanish)

Currently translated at 93.8% (30 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/es/

Translated using Weblate (Polish)

Currently translated at 53.1% (17 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/pl/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (32 of 32 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/pt/

Translated using Weblate (Polish)

Currently translated at 98.6% (1292 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Portuguese)

Currently translated at 89.6% (1174 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/

Signed-off-by: ssantos <ssantos@web.de>
4 years agoi18n: sync translations
Hannu Nyman [Sat, 30 Nov 2019 09:40:38 +0000 (11:40 +0200)]
i18n: sync translations

Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
4 years agoMerge pull request #3374 from MartB/patch-1
Florian Eckert [Fri, 29 Nov 2019 07:29:41 +0000 (08:29 +0100)]
Merge pull request #3374 from MartB/patch-1

luci-app-ddns: fix syntax error

4 years agoluci-app-ddns: fix syntax error 3374/head
MartB [Fri, 29 Nov 2019 00:26:38 +0000 (01:26 +0100)]
luci-app-ddns: fix syntax error

unexpected token: punc ) caused by extra ,

Signed-off-by: MartB <mart.b@outlook.de>
4 years agoMerge pull request #3366 from stangri/master-luci-app-advanced-reboot
Florian Eckert [Thu, 28 Nov 2019 06:24:41 +0000 (07:24 +0100)]
Merge pull request #3366 from stangri/master-luci-app-advanced-reboot

luci-app-advanced-reboot: better information for snapshots

4 years agoluci-app-advanced-reboot: better information for snapshots 3366/head
Stan Grishin [Wed, 27 Nov 2019 15:32:15 +0000 (08:32 -0700)]
luci-app-advanced-reboot: better information for snapshots

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoluci-base: luci.js: further nested Class.super() call fixes
Jo-Philipp Wich [Tue, 26 Nov 2019 10:35:23 +0000 (11:35 +0100)]
luci-base: luci.js: further nested Class.super() call fixes

Use stacks keyed by class id + symbol internally to not clobber the
prototype scope pointer when repeatedly calling super() in invoked
methods.

Ref: https://github.com/openwrt/luci/issues/3316#issuecomment-558531111
Fixes: 374c23cda ("luci-base: luci.js: properly handle nested Class.super() calls")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoluci-base: luci.js: properly handle nested Class.super() calls
Jo-Philipp Wich [Tue, 26 Nov 2019 08:37:27 +0000 (09:37 +0100)]
luci-base: luci.js: properly handle nested Class.super() calls

Introduce a unique __id__ attribute per class and use that, together with
the symbol name being looked up to, to form a unique key which is used to
store the prototype scope pointer.

This fixes cases where a call to super() invokes a procedure which is
calling super() as well on a different class or symbol.

Fixes: #3316
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoMerge pull request #3358 from Andy2244/luci-app-cifsd_fix-defaults
Jo-Philipp Wich [Mon, 25 Nov 2019 14:59:32 +0000 (15:59 +0100)]
Merge pull request #3358 from Andy2244/luci-app-cifsd_fix-defaults

luci-app-cifsd: fix defaults (none writeable default shares)

4 years agoMerge pull request #3360 from Andy2244/luci-app-samba4_fix-defaults
Jo-Philipp Wich [Mon, 25 Nov 2019 14:59:09 +0000 (15:59 +0100)]
Merge pull request #3360 from Andy2244/luci-app-samba4_fix-defaults

luci-app-samba4: fix defaults (none writeable default shares)

4 years agoluci-app-samba4: fix defaults (none writeable default shares) 3360/head
Andy Walsh [Mon, 25 Nov 2019 14:09:13 +0000 (15:09 +0100)]
luci-app-samba4: fix defaults (none writeable default shares)

* align defaults with upstream
* mark our default UCI changes and enforce updates to config

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agoluci-app-cifsd: fix defaults (none writeable default shares) 3358/head
Andy Walsh [Mon, 25 Nov 2019 14:04:36 +0000 (15:04 +0100)]
luci-app-cifsd: fix defaults (none writeable default shares)

* align defaults with upstream
* mark our default UCI changes and enforce updates to config

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agotreewide: fix weblate merge conflicts
Jo-Philipp Wich [Sat, 23 Nov 2019 23:11:48 +0000 (00:11 +0100)]
treewide: fix weblate merge conflicts

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoMerge branch 'PR3354'
Jo-Philipp Wich [Sat, 23 Nov 2019 23:00:05 +0000 (00:00 +0100)]
Merge branch 'PR3354'

4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 13:07:54 +0000 (13:07 +0000)]
Translated using Weblate (Greek)

Currently translated at 2.1% (1 of 48 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Italian)
gia inn [Sat, 23 Nov 2019 10:35:40 +0000 (10:35 +0000)]
Translated using Weblate (Italian)

Currently translated at 66.2% (92 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/it/

Signed-off-by: gia inn <jackthebest@gmail.com>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 13:05:25 +0000 (13:05 +0000)]
Translated using Weblate (Greek)

Currently translated at 0.7% (1 of 139 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 13:07:53 +0000 (13:07 +0000)]
Translated using Weblate (Greek)

Currently translated at 2.0% (1 of 51 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 12:49:43 +0000 (12:49 +0000)]
Translated using Weblate (Greek)

Currently translated at 100.0% (24 of 24 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Italian)
gia inn [Sat, 23 Nov 2019 10:36:37 +0000 (10:36 +0000)]
Translated using Weblate (Italian)

Currently translated at 4.8% (5 of 104 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/it/

Signed-off-by: gia inn <jackthebest@gmail.com>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 13:05:25 +0000 (13:05 +0000)]
Translated using Weblate (Greek)

Currently translated at 1.3% (2 of 156 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 12:49:42 +0000 (12:49 +0000)]
Translated using Weblate (Greek)

Currently translated at 1.2% (2 of 172 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 13:07:53 +0000 (13:07 +0000)]
Translated using Weblate (Greek)

Currently translated at 4.5% (1 of 22 strings)

Translation: OpenWrt/LuCI/applications/cifsd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscifsd/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 13:05:25 +0000 (13:05 +0000)]
Translated using Weblate (Greek)

Currently translated at 5.3% (1 of 19 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 12:49:42 +0000 (12:49 +0000)]
Translated using Weblate (Greek)

Currently translated at 3.3% (1 of 30 strings)

Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 14:23:05 +0000 (14:23 +0000)]
Translated using Weblate (Greek)

Currently translated at 0.8% (1 of 124 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 13:05:25 +0000 (13:05 +0000)]
Translated using Weblate (Greek)

Currently translated at 1.9% (1 of 54 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 12:49:42 +0000 (12:49 +0000)]
Translated using Weblate (Greek)

Currently translated at 2.6% (3 of 115 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 12:49:42 +0000 (12:49 +0000)]
Translated using Weblate (Greek)

Currently translated at 5.1% (9 of 176 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 13:05:26 +0000 (13:05 +0000)]
Translated using Weblate (Greek)

Currently translated at 1.6% (1 of 63 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Italian)
gia inn [Sat, 23 Nov 2019 10:40:12 +0000 (10:40 +0000)]
Translated using Weblate (Italian)

Currently translated at 4.2% (1 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/it/

Signed-off-by: gia inn <jackthebest@gmail.com>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 13:07:53 +0000 (13:07 +0000)]
Translated using Weblate (Greek)

Currently translated at 4.2% (1 of 24 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 12:49:43 +0000 (12:49 +0000)]
Translated using Weblate (Greek)

Currently translated at 1.4% (1 of 72 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>
4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 13:05:24 +0000 (13:05 +0000)]
Translated using Weblate (Greek)

Currently translated at 2.2% (1 of 46 strings)

Translation: OpenWrt/LuCI/applications/minidlna
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/el/

4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 13:05:24 +0000 (13:05 +0000)]
Translated using Weblate (Greek)

Currently translated at 2.2% (1 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/el/

4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 13:07:53 +0000 (13:07 +0000)]
Translated using Weblate (Greek)

Currently translated at 4.5% (1 of 22 strings)

Translation: OpenWrt/LuCI/applications/rp-pppoe-server
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/el/

4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 12:49:42 +0000 (12:49 +0000)]
Translated using Weblate (Greek)

Currently translated at 16.0% (31 of 194 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/el/

4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 13:05:24 +0000 (13:05 +0000)]
Translated using Weblate (Greek)

Currently translated at 59.4% (19 of 32 strings)

Translation: OpenWrt/LuCI/applications/ahcp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/el/

4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 12:49:42 +0000 (12:49 +0000)]
Translated using Weblate (Greek)

Currently translated at 34.2% (25 of 73 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/el/

4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 13:05:24 +0000 (13:05 +0000)]
Translated using Weblate (Greek)

Currently translated at 3.2% (1 of 31 strings)

Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/el/

4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 13:07:53 +0000 (13:07 +0000)]
Translated using Weblate (Greek)

Currently translated at 90.0% (9 of 10 strings)

Translation: OpenWrt/LuCI/applications/p910nd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/el/

4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 14:22:26 +0000 (14:22 +0000)]
Translated using Weblate (Greek)

Currently translated at 24.3% (41 of 169 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/el/

4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 12:49:43 +0000 (12:49 +0000)]
Translated using Weblate (Greek)

Currently translated at 100.0% (15 of 15 strings)

Translation: OpenWrt/LuCI/applications/vnstat
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/el/

4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 12:49:42 +0000 (12:49 +0000)]
Translated using Weblate (Greek)

Currently translated at 5.3% (3 of 57 strings)

Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/el/

4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 12:52:25 +0000 (12:52 +0000)]
Translated using Weblate (Greek)

Currently translated at 17.0% (40 of 235 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/el/

4 years agoTranslated using Weblate (Greek)
lamprakis [Sat, 23 Nov 2019 12:49:42 +0000 (12:49 +0000)]
Translated using Weblate (Greek)

Currently translated at 37.3% (489 of 1310 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/el/

Signed-off-by: lamprakis <lamprakisa@yahoo.gr>