summaryrefslogtreecommitdiffhomepage
path: root/modules
AgeCommit message (Collapse)Author
2019-12-30luci-base: ui.js: implement UIDropdown.{add,clear}Choices()Jo-Philipp Wich
The new `addChoices()` and `clearChoices()` functions allow clearing and adding new options to existing dropdown instances respectively. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-30luci-base: ui.js: expose UIElement class as AbstractElementJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-30luci-base: move tools.webadmin to luci-compatJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-30luci-base: drop unused tools.webadmin.proto classJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-29luci-mod-status: reimplement route status page as client side viewJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-27Merge pull request #3434 from tano-systems/luci-base-network-fixHannu Nyman
luci-compat: network.lua: fix typo
2019-12-27luci-compat: network.lua: fix typoAnton Kikin
Fixes: 72247ee09 Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-12-26luci-base: revert removal of HOST_BUILD_DIR definitionHannu Nyman
PR #3352 removed the luasrcdiet subpackage definition from luci-base Makefile, and it also removed the HOST_BUILD_DIR definition, which looked like it was related to only luasrcdiet, but apparently that HOST_BUILD_DIR is needed also for the main luci-base package. Fixes #3433 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-12-25Merge pull request #1951 from tano-systems/luci-base-network-fixJo-Philipp Wich
luci-base: network.lua: bridge information request functions fixes
2019-12-25Merge pull request #3352 from NeoRaider/move-luasrcdietJo-Philipp Wich
luci-base: use luasrcdiet from separate package
2019-12-22luci-mod-status: remove obsolete nameinfo routeJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-22luci-mod-status: reimplement log pages as client side viewsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-22luci-mod-status: reimplement iptables status page as client side viewJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-22luci-mod-status: replace iptables controller actions with cgi-io callsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-20luci-base: fix typosBalázs Úr
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2019-12-20i18n: sync translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-12-18luci-mod-network: replace controller address check action with cgi-io scriptJo-Philipp Wich
This change removes the last bit of Lua code from luci-mod-network. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-18luci-base: fs.js: properly escape arguments in exec_direct()Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-18luci-base: fs.js: add read_direct() and exec_direct() functionsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-17luci-base: fix typosBalázs Úr
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2019-12-16treewide: resync translationsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16Merge pull request #3414 from weblate/weblate-openwrt-luciJo-Philipp Wich
Translations update from Weblate
2019-12-16luci-mod-network: reimplement diagnostics page as client side viewJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-mod-status: convert menu nodes to JSONJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-mod-network: convert menu nodes to JSONJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-base: convert menu nodes to JSONJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-base: dispatcher.lua: add support for loading JSON menu filesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-base: dispatcher.lua: refactor dispatch logicJo-Philipp Wich
Refactor the dispatch logic to operate on the internal JSON representation of the menu tree. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-base: dispatcher.lua: factor out template class init into own functionJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-base: dispatcher.lua: factor out language check into own functionJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-base: expose effective dispatched path to client side environmentJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-base: dispatcher.lua: introduce dispatch tree JSON conversionJo-Philipp Wich
Introduce a new method menu_json() which converts the current dispatch tree into JSON structure. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-mod-network: dhcp.js: fix default state of nonwildcardJo-Philipp Wich
Fixes: #3415 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-mod-network: fix rebind list validationJo-Philipp Wich
Fixes: 62e28f4b0 ("luci-mod-network: dhcp.js: fix address and rebind list validation") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-mod-network: dhcp.js: fix address and rebind list validationJo-Philipp Wich
Fixes: #3130 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-base: ui.js: allow custom validation in Dropdown and DynamicListJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-mod-network: re-add DHCPv6 lease status to dnsmasq pageJo-Philipp Wich
Ref: https://bugs.openwrt.org/index.php?do=details&task_id=2674 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-15Translated using Weblate (Polish)Hosted Weblate
Currently translated at 50.0% (8 of 16 strings) Translation: OpenWrt/LuCI/applications/omcproxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/pl/ Signed-off-by: Michal L <michalrmsmi@wp.pl> Translated using Weblate (Ukrainian) Currently translated at 6.2% (1 of 16 strings) Translation: OpenWrt/LuCI/applications/omcproxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/uk/ Signed-off-by: Yurii Petrashko <yuripet@gmail.com> Translated using Weblate (Marathi) Currently translated at 2.1% (1 of 48 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> 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 (Marathi) 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/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Ukrainian) 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/uk/ Signed-off-by: Yurii Petrashko <yuripet@gmail.com> Translated using Weblate (Marathi) Currently translated at 2.2% (3 of 139 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.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 (Marathi) Currently translated at 4.2% (1 of 24 strings) Translation: OpenWrt/LuCI/applications/wireguard Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Czech) Currently translated at 100.0% (24 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 (Marathi) Currently translated at 3.9% (3 of 77 strings) Translation: OpenWrt/LuCI/applications/shadowsocks-libev Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Marathi) Currently translated at 4.3% (1 of 23 strings) Translation: OpenWrt/LuCI/applications/vpnbypass Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Marathi) Currently translated at 20.0% (8 of 40 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Ukrainian) Currently translated at 40.0% (16 of 40 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/uk/ Signed-off-by: Yurii Petrashko <yuripet@gmail.com> Translated using Weblate (Marathi) Currently translated at 1.6% (1 of 64 strings) Translation: OpenWrt/LuCI/applications/dnscrypt-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Marathi) Currently translated at 33.3% (2 of 6 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Marathi) Currently translated at 8.3% (1 of 12 strings) Translation: OpenWrt/LuCI/applications/shairplay Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Czech) Currently translated at 91.7% (11 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 (Marathi) Currently translated at 1.9% (2 of 104 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Marathi) Currently translated at 1.3% (2 of 158 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> 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: Yurii Petrashko <yuripet@gmail.com> Translated using Weblate (Marathi) Currently translated at 1.7% (3 of 172 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> 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 (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: Yurii Petrashko <yuripet@gmail.com> Translated using Weblate (Marathi) Currently translated at 22.7% (5 of 22 strings) Translation: OpenWrt/LuCI/applications/cifsd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscifsd/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Polish) Currently translated at 86.4% (19 of 22 strings) Translation: OpenWrt/LuCI/applications/cifsd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscifsd/pl/ Signed-off-by: Michal L <michalrmsmi@wp.pl> Translated using Weblate (Marathi) Currently translated at 12.5% (2 of 16 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Marathi) Currently translated at 5.3% (1 of 19 strings) Translation: OpenWrt/LuCI/applications/ltqtapi Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Czech) Currently translated at 9.6% (17 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 (Marathi) Currently translated at 4.3% (1 of 23 strings) Translation: OpenWrt/LuCI/applications/lxc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Czech) Currently translated at 3.6% (2 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 (Marathi) 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/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Ukrainian) Currently translated at 12.8% (5 of 39 strings) Translation: OpenWrt/LuCI/applications/https_dns_proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps_dns_proxy/uk/ Signed-off-by: Yurii Petrashko <yuripet@gmail.com> Translated using Weblate (Marathi) Currently translated at 0.8% (1 of 124 strings) Translation: OpenWrt/LuCI/applications/radicale Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> 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: Yurii Petrashko <yuripet@gmail.com> Translated using Weblate (Marathi) Currently translated at 100.0% (1 of 1 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Marathi) 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/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Marathi) Currently translated at 0.8% (1 of 118 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Czech) Currently translated at 31.4% (37 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 (Spanish) Currently translated at 100.0% (115 of 115 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/es/ Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> Translated using Weblate (Marathi) Currently translated at 1.7% (2 of 115 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Marathi) Currently translated at 1.1% (2 of 176 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Marathi) Currently translated at 3.2% (2 of 63 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Marathi) Currently translated at 4.2% (1 of 24 strings) Translation: OpenWrt/LuCI/applications/cshark Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translated using Weblate (Ukrainian) Currently translated at 16.1% (15 of 93 strings) Translation: OpenWrt/LuCI/applications/transmission Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/uk/ Translated using Weblate (Marathi) Currently translated at 6.5% (3 of 46 strings) Translation: OpenWrt/LuCI/applications/minidlna Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/mr/ Translated using Weblate (Marathi) Currently translated at 8.7% (4 of 46 strings) Translation: OpenWrt/LuCI/applications/upnp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/mr/ Translated using Weblate (Marathi) Currently translated at 100.0% (4 of 4 strings) Translation: OpenWrt/LuCI/applications/coovachilli Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/mr/ Translated using Weblate (Marathi) Currently translated at 1.0% (2 of 194 strings) Translation: OpenWrt/LuCI/applications/olsr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/mr/ Translated using Weblate (Marathi) Currently translated at 18.2% (4 of 22 strings) Translation: OpenWrt/LuCI/applications/samba Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba/mr/ Translated using Weblate (Marathi) Currently translated at 78.1% (25 of 32 strings) Translation: OpenWrt/LuCI/applications/ahcp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/mr/ Translated using Weblate (Marathi) Currently translated at 1.4% (1 of 73 strings) Translation: OpenWrt/LuCI/applications/tinyproxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/mr/ Translated using Weblate (Spanish) Currently translated at 100.0% (194 of 194 strings) Translation: OpenWrt/LuCI/applications/openvpn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/es/ Translated using Weblate (Marathi) Currently translated at 0.5% (1 of 194 strings) Translation: OpenWrt/LuCI/applications/openvpn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/mr/ Translated using Weblate (Marathi) Currently translated at 1.7% (1 of 58 strings) Translation: OpenWrt/LuCI/applications/uhttpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/mr/ Translated using Weblate (Spanish) Currently translated at 100.0% (31 of 31 strings) Translation: OpenWrt/LuCI/applications/commands Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/es/ Translated using Weblate (Marathi) Currently translated at 9.7% (3 of 31 strings) Translation: OpenWrt/LuCI/applications/commands Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/mr/ Translated using Weblate (Marathi) Currently translated at 7.7% (1 of 13 strings) Translation: OpenWrt/LuCI/applications/ntpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsntpc/mr/ Translated using Weblate (Marathi) Currently translated at 10.0% (1 of 10 strings) Translation: OpenWrt/LuCI/applications/p910nd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/mr/ Translated using Weblate (Marathi) Currently translated at 2.9% (2 of 68 strings) Translation: OpenWrt/LuCI/applications/opkg Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/mr/ 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 (Marathi) Currently translated at 2.4% (4 of 167 strings) Translation: OpenWrt/LuCI/applications/firewall Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/mr/ Translated using Weblate (Marathi) Currently translated at 0.9% (1 of 112 strings) Translation: OpenWrt/LuCI/applications/radicale2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/mr/ Translated using Weblate (Czech) Currently translated at 10.7% (12 of 112 strings) Translation: OpenWrt/LuCI/applications/radicale2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/cs/ 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 (Marathi) Currently translated at 1.8% (1 of 57 strings) Translation: OpenWrt/LuCI/applications/polipo Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/mr/ Translated using Weblate (Ukrainian) Currently translated at 8.8% (5 of 57 strings) Translation: OpenWrt/LuCI/applications/polipo Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/uk/ Translated using Weblate (Marathi) Currently translated at 0.8% (1 of 133 strings) Translation: OpenWrt/LuCI/applications/nut Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/mr/ Translated using Weblate (Marathi) Currently translated at 0.4% (1 of 235 strings) Translation: OpenWrt/LuCI/applications/statistics Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/mr/ Translated using Weblate (Czech) Currently translated at 86.4% (203 of 235 strings) Translation: OpenWrt/LuCI/applications/statistics Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/cs/ Translated using Weblate (Marathi) Currently translated at 15.6% (5 of 32 strings) Translation: OpenWrt/LuCI/applications/samba4 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/mr/ 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 (Marathi) Currently translated at 0.8% (11 of 1312 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/mr/ Signed-off-by: Prachi Joshi <josprachi@yahoo.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: Michal L <michalrmsmi@wp.pl> Translated using Weblate (Czech) Currently translated at 97.7% (1282 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 100.0% (1312 of 1312 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>
2019-12-14Translated using Weblate (Ukrainian)Hosted Weblate
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>
2019-12-12Translated using Weblate (Polish)Hosted Weblate
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>
2019-12-11Translated using Weblate (Hungarian)Hosted Weblate
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>
2019-12-07luci-base: network.lua: fix bridge related functionsAnton Kikin
This commit fixes these bugs: 1. Functions interface.bridge_id() and interface.bridge_stp() uses self.br field that is not exists at all 2. Function interface.is_bridgeport() return true only for bridge interface, not for bridge port interfaces. Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-12-07luci-base: network.lua: fix interface.ports() function return valueAnton Kikin
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-12-05Translated using Weblate (Portuguese (Brazil))Hosted Weblate
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>
2019-12-04luci-base: ui.js: ensure that select choice labels are properly escapedJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-04luci-base: ui.js: properly escape dynlist items for renderingJo-Philipp Wich
Ref: https://forum.openwrt.org/t/luci-theme-openwrt-reports-error/49736 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-04Translated using Weblate (Czech)Hosted Weblate
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>
2019-12-03Translated using Weblate (Spanish)Hosted Weblate
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>
2019-12-02Translated using Weblate (Czech)Hosted Weblate
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>
2019-12-01Merge remote-tracking branch 'weblate/master'Paul Spooren