summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-attendedsysupgrade/po/mr
AgeCommit message (Collapse)Author
2024-10-25treewide: Sync translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-07-23luci-app-attendedsysupgrade: use versioned endpointsDaniel Nilsson
The unversioned endpoint /api/overview has been removed from ASU which breaks the request when searching for an available sysupgrade if the device is on a stable release. In the case where the unversioned endpoint is added back to prevent this regression in 23.05.3 and earlier (so upgrade is once again possible) we should anyway rely on the versioned endpoints as those replace the unversioned ones. Signed-off-by: Daniel Nilsson <daniel.nilsson94@outlook.com>
2024-03-19luci-app-attendedsysupgrade: clear request hash before every build requestDaniel Nilsson
Since commit b2ad5d724ef8d0f248080109b7098626e5b5c40c enables you to do multiple searches for a firmware upgrade without reloading the page, it was discovered that if the request hash is not reset, you will get the previous build with that specific request hash as the response even if you select new packages. Signed-off-by: Daniel Nilsson <daniel.nilsson94@outlook.com>
2024-03-19luci-app-attendedsysupgrade: move init of rpc data into load functionDaniel Nilsson
Signed-off-by: Daniel Nilsson <daniel.nilsson94@outlook.com>
2024-03-19luci-app-attendedsysupgrade: don't reassign data and firmware infoDaniel Nilsson
The reassignment of the variable that holds the package information once you get a response from the sysupgrade server caused the package list (which is only loaded once when entering the app) to become an array instead of an object (since that's how the response is structured), which gave the result of once cancelling the firmware upgrade, the package list is now an array, making the package list unusable. This commit updates the variables that shouldn't be changed (data and firmware) to constants and all handle methods to take these values as parameters instead, allowing us to avoid the possible reassignment which will otherwise result in unexpected control flows. Ref: #6284 Signed-off-by: Daniel Nilsson <daniel.nilsson94@outlook.com>
2023-10-08treewide: Sync translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2023-08-11luci-app-attendedsysupgrade: grammar fixesPaul Dee
To setup (n) -> To set(v) up Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
2023-06-03treewide: Sync translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-10-12luci-app-attendedsysupgrade: Fixed a typo, updated po/pot filesManu Linares
2022-06-30treewide: sync translationsFlorian Eckert
Sync translations. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-03-26treewide: sync translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-03-04treewide: Sync translations - i18nHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-11-11treewide: sync i18n translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-10-31treewide: resync translationsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-09-09treewide: i18n - sync translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-08-17treewide: i18n - sync translationsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-07-22treewide: i18n - sync translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-05-06luci-app-attendedsysupgrade: i18n sync translationsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-05-04treewide: i18n sync translationsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-03-13treewide: i18n translation syncHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-10-15Translated using Weblate (Marathi)Hosted Weblate
Currently translated at 27.0% (10 of 37 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/mr/ Translated using Weblate (Marathi) Currently translated at 5.3% (83 of 1549 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/mr/ Translated using Weblate (Marathi) Currently translated at 100.0% (14 of 14 strings) Translated using Weblate (Marathi) Currently translated at 2.9% (5 of 169 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/mr/ Translated using Weblate (Marathi) Currently translated at 8.3% (6 of 72 strings) Translated using Weblate (Marathi) Currently translated at 8.1% (10 of 123 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/mr/ Translated using Weblate (Marathi) Currently translated at 100.0% (2 of 2 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/mr/ Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Prachi Joshi <josprachi@yahoo.com> Signed-off-by: Prachi Joshi <josprachi@yahoo.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/mr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/mr/ Translation: OpenWrt/LuCI/applications/opkg Translation: OpenWrt/LuCI/applications/wol
2020-05-01treewide: i18n - sync translationsHannu Nyman
Sync translations Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-02-08treewide: i18n - sync translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
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-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>