summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-03-24luci-theme-bootstrap: fixup assoclist stylingJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit 3b40c582baefcb302fb23ed633ed85ab1ac72a9e)
2020-03-24luci-mod-network, luci-mod-status: allow assoclist wrappingJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit a600ebb5fe14b13cb53669eb73b86f66cc699e94)
2020-03-24luci-base: form.js / ui.js: tie form labels to widgetsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit 22ba6fc40933bee02c3ea93bbda952bb44bf3af1)
2020-03-24Merge pull request #3781 from weblate/weblate-openwrt-luciHannu Nyman
Translations update from Weblate
2020-03-24Translated using Weblate (Portuguese)Hosted Weblate
Currently translated at 10.0% (6 of 60 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/pt/ Signed-off-by: ssantos <ssantos@web.de> Translated using Weblate (Portuguese) Currently translated at 100.0% (43 of 43 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/pt/ Signed-off-by: ssantos <ssantos@web.de> Translated using Weblate (Russian) Currently translated at 87.5% (35 of 40 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ru/ Signed-off-by: Константин <konstantin.z100@gmail.com> Translated using Weblate (Portuguese) Currently translated at 100.0% (177 of 177 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pt/ Signed-off-by: ssantos <ssantos@web.de> Translated using Weblate (Portuguese) Currently translated at 100.0% (194 of 194 strings) Translation: OpenWrt/LuCI/applications/olsr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/pt/
2020-03-23luci-mod-network: dhcp.js: properly validate hostname valuesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-23luci-app-statistics: rework markup and CSS classes for easier stylingJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-23luci-app-opkg: rework markup and CSS classes for easier stylingJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-23luci-mod-network: adjust assoclist markup for easier stylingJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-23luci-mod-status: tag DHCP lease tables with dedicated CSS classesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-23luci-mod-status: adjust assoclist markup for easier stylingJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-23luci-mod-system: system.js: rework local time widget markupJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-23luci-mod-system: use proper CSS class for map descriptionJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-23luci-mod-status: use generic .cbi-section-actions style for row actionsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-23luci-mod-system: use generic .cbi-section-actions style for row actionsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-23luci-mod-network: diagnostics.css: use .btn CSS class for buttonsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-23form.js: use CSS .btn class for drag handlesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-23luci-compat: footer.htm: tweak CSS classesJo-Philipp Wich
- Use .btn CSS class for page action buttons - Use .control-group class for page action div Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-23luci-base: luci.js: tweak CSS classesJo-Philipp Wich
- use .btn CSS class for Save & Apply button - use .control-group CSS class for page action buttons Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-23luci-base: ui.js: various tweaksJo-Philipp Wich
- emit checkbox markup suitable for CSS styling - use .btn CSS class where appropriate - dispatch events when updating uci change indicator - use correct target node when handling events in createHandlerFn() Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-23ucitrack: fix bug for exec with paramsjjm2473
In file `/etc/config/ucitrack` ``` config fstab option exec '/sbin/block mount' ``` `/sbin/block mount` never be called after fstab changed. Signed-off-by: jjm2473 <1129525450@qq.com>
2020-03-21Merge pull request #3776 from aparcar/nociHannu Nyman
CI: remove circleci
2020-03-21CI: remove circleciPaul Spooren
LuCI packages are mostly architecture independent and therefore require no compile checks. Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-03-21Merge pull request #3775 from alanswanson/masterJo-Philipp Wich
luci-mod-network: interfaces.js: add global packet steering option
2020-03-21luci-mod-network: interfaces.js: add global packet steering optionAlan Swanson
Previously an undocumented "default_ps" option without a corresponding luci entry. Hotplug script was updated in openwrt master to use "packet_steering" as the option and now defaults to off. Ref: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=d3868f15f876507db54afacdef22a7059011a54e Signed-off-by: Alan Swanson <reiver@improbability.net>
2020-03-20Merge pull request #3770 from weblate/weblate-openwrt-luciHannu Nyman
Translations update from Weblate
2020-03-20Merge pull request #3771 from cshore-history/pr-remove-cshored-luci-maintainerHannu Nyman
treewide: Remove myself as maintainer
2020-03-20treewide: Remove myself as maintainerDaniel F. Dickinson
Life changes, I'm no longer avaiable to be an sufficiently active OpenWrt developer. Therefore removing myself from maintainer from all packages I maintained in OpenWrt. All the best for those who keep up the good work! Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2020-03-20Translated using Weblate (French)Hosted Weblate
Currently translated at 100.0% (60 of 60 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (French) Currently translated at 100.0% (72 of 72 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (French) Currently translated at 18.6% (8 of 43 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (French) Currently translated at 100.0% (24 of 24 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (French) Currently translated at 100.0% (49 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (French) Currently translated at 53.2% (41 of 77 strings) Translation: OpenWrt/LuCI/applications/shadowsocks-libev Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (French) Currently translated at 100.0% (172 of 172 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (French) Currently translated at 14.8% (15 of 101 strings) Translation: OpenWrt/LuCI/applications/transmission Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/fr/ Translated using Weblate (French) Currently translated at 100.0% (22 of 22 strings) Translation: OpenWrt/LuCI/applications/samba Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba/fr/ Translated using Weblate (French) Currently translated at 100.0% (73 of 73 strings) Translation: OpenWrt/LuCI/applications/tinyproxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/fr/ Translated using Weblate (French) Currently translated at 100.0% (209 of 209 strings) Translation: OpenWrt/LuCI/applications/firewall Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/fr/ Translated using Weblate (French) Currently translated at 6.8% (9 of 132 strings) Translation: OpenWrt/LuCI/applications/nut Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/fr/ Translated using Weblate (French) Currently translated at 100.0% (34 of 34 strings) Translation: OpenWrt/LuCI/applications/samba4 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/fr/
2020-03-20luci-base: accept alternative logread locationDirk Brenken
* minimal change to accept the usual logread location plus the alternative location (/usr/sbin/logread) used by syslog-ng (see openwrt/packages/issues/11535 for reference) Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-03-18Merge pull request #3764 from weblate/weblate-openwrt-luciHannu Nyman
Translations update from Weblate
2020-03-18Translated using Weblate (Chinese (Simplified))Hosted Weblate
Currently translated at 90.9% (50 of 55 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/zh_Hans/ Signed-off-by: anonymous <noreply@weblate.org> Translated using Weblate (Chinese (Simplified)) Currently translated at 90.9% (50 of 55 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/zh_Hans/ Signed-off-by: Limingso <67947742@qq.com>
2020-03-16Merge pull request #3762 from weblate/weblate-openwrt-luciHannu Nyman
Translations update from Weblate
2020-03-16Translated using Weblate (Russian)Hosted Weblate
Currently translated at 100.0% (42 of 42 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ru/ Signed-off-by: sergio <sergio+it@outerface.net> Translated using Weblate (French) Currently translated at 49.2% (103 of 209 strings) Translation: OpenWrt/LuCI/applications/firewall Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/fr/ Translated using Weblate (Spanish) Currently translated at 100.0% (1337 of 1337 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>
2020-03-16luci-app-statistics: fix APC UPS graph renderingJo-Philipp Wich
Fixes: #3743 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-15themes: ensure that data-page attribute is escapedJo-Philipp Wich
Fixes: #3757 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-15luci-app-ddns: fix invalid markupAnsuel Smith
Fix invalid markup to be XHTML compliant in order to prevent exceptions when opening DDNS pages with luci-theme-openwrt. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> Ref: https://forum.openwrt.org/t/19-07-luci-app-ddns-broken/57596 Fixes: 34fa5122f ("luci-app-ddns: convert to client side implementatio") [reword commit message, drop unrelated ui.js changes] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-15luci: depend on uhttpd-mod-ubusJo-Philipp Wich
Start requiring uhttpd-mod-ubus support to speedup RPC calls. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-14Merge pull request #3755 from weblate/weblate-openwrt-luciHannu Nyman
Translations update from Weblate
2020-03-14Translated using Weblate (Chinese (Simplified))Hosted Weblate
Currently translated at 51.6% (31 of 60 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/zh_Hans/ Signed-off-by: Liumeo <liumeo@pku.edu.cn> Translated using Weblate (Greek) Currently translated at 2.3% (1 of 43 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/el/ Signed-off-by: lamprakis <lamprakisa@yahoo.gr> Translated using Weblate (Greek) Currently translated at 14.8% (4 of 27 strings) Translation: OpenWrt/LuCI/applications/vnstat2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/el/ Signed-off-by: lamprakis <lamprakisa@yahoo.gr> Translated using Weblate (Greek) Currently translated at 1.5% (1 of 65 strings) Translation: OpenWrt/LuCI/applications/yggdrasil Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/el/ Signed-off-by: lamprakis <lamprakisa@yahoo.gr> Translated using Weblate (Greek) Currently translated at 3.0% (3 of 98 strings) Translation: OpenWrt/LuCI/applications/vpn-policy-routing Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/el/ Signed-off-by: lamprakis <lamprakisa@yahoo.gr> Translated using Weblate (Greek) Currently translated at 5.0% (1 of 20 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/el/ Signed-off-by: lamprakis <lamprakisa@yahoo.gr> Translated using Weblate (Greek) Currently translated at 2.1% (1 of 47 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/el/ Signed-off-by: lamprakis <lamprakisa@yahoo.gr> Translated using Weblate (Greek) Currently translated at 6.1% (3 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/el/ Signed-off-by: lamprakis <lamprakisa@yahoo.gr> Translated using Weblate (Greek) Currently translated at 7.6% (1 of 13 strings) Translation: OpenWrt/LuCI/applications/pagekitec Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/el/ Signed-off-by: lamprakis <lamprakisa@yahoo.gr> Translated using Weblate (Greek) Currently translated at 6.6% (2 of 30 strings) Translation: OpenWrt/LuCI/applications/dynapoint Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/el/ Signed-off-by: lamprakis <lamprakisa@yahoo.gr> Translated using Weblate (Greek) Currently translated at 3.3% (4 of 118 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/el/ Signed-off-by: lamprakis <lamprakisa@yahoo.gr> Translated using Weblate (Greek) Currently translated at 4.9% (3 of 61 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/el/ Signed-off-by: lamprakis <lamprakisa@yahoo.gr> 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 (Greek) Currently translated at 8.8% (3 of 34 strings) Translation: OpenWrt/LuCI/applications/samba4 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/el/
2020-03-13luci-base: ensure that ubus path uses trailing slashJo-Philipp Wich
Without the trailing slash, probing endpoint availability will fail. Fixes: 529bde440 ("luci-base: make rpc webserver path configurable") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-13Merge pull request #3751 from brianjmurrell/patch-2Florian Eckert
luci-app-mwan3: Remove unnecessary dependency
2020-03-13luci-app-mwan3: Remove unnecessary dependencyBrian J. Murrell
There is no need to depend on luci-app-firewall, so remove the dependency. I have examined the code and cannot see any reason for the dependency and I have built a router with luci-app-mwan3, and without firewall, luci-app-firewall and it all functions just fine. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2020-03-13Merge pull request #3750 from weblate/weblate-openwrt-luciHannu Nyman
Translations update from Weblate
2020-03-13Translated using Weblate (Russian)Hosted Weblate
Currently translated at 87.5% (21 of 24 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/ru/ Signed-off-by: sergio <sergio+it@outerface.net> Translated using Weblate (Russian) Currently translated at 100.0% (22 of 22 strings) Translation: OpenWrt/LuCI/applications/samba Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba/ru/ Translated using Weblate (Russian) Currently translated at 92.3% (12 of 13 strings) Translation: OpenWrt/LuCI/applications/wol Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (34 of 34 strings) Translation: OpenWrt/LuCI/applications/samba4 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/ru/
2020-03-12luci-base: fix error 404 on missing relay protocolAnsuel Smith
Currently relay.js is included in any case even if the router doesn't have the needed package to use it. Fix this by checking if the system has this feature. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-03-12luci-base: add relayd to getFeature listAnsuel Smith
Add /sbin/block to the generic Feature list to make it easily accessible by getProtocolHandlers Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-03-12Merge pull request #3746 from weblate/weblate-openwrt-luciFlorian Eckert
Translations update from Weblate
2020-03-12Translated using Weblate (French)Hosted Weblate
Currently translated at 9.7% (7 of 72 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (French) Currently translated at 16.2% (7 of 43 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (Russian) Currently translated at 9.3% (4 of 43 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/ru/ Signed-off-by: Robert <belobran@gmail.com> Translated using Weblate (Russian) Currently translated at 87.5% (21 of 24 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/ru/ Signed-off-by: Robert <belobran@gmail.com> Translated using Weblate (French) Currently translated at 22.2% (6 of 27 strings) Translation: OpenWrt/LuCI/applications/vnstat2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (Catalan) Currently translated at 3.7% (1 of 27 strings) Translation: OpenWrt/LuCI/applications/vnstat2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/ca/ Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Translated using Weblate (Catalan) Currently translated at 3.0% (3 of 98 strings) Translation: OpenWrt/LuCI/applications/vpn-policy-routing Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/ca/ Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Translated using Weblate (Russian) Currently translated at 26.5% (26 of 98 strings) Translation: OpenWrt/LuCI/applications/vpn-policy-routing Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/ru/ Signed-off-by: Robert <belobran@gmail.com> Translated using Weblate (French) Currently translated at 100.0% (40 of 40 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (French) Currently translated at 100.0% (16 of 16 strings) Translation: OpenWrt/LuCI/applications/omcproxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (French) Currently translated at 100.0% (20 of 20 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (Catalan) Currently translated at 10.0% (2 of 20 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/ca/ Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Translated using Weblate (Czech) Currently translated at 31.9% (15 of 47 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/cs/ Signed-off-by: Koli <lukas.koluch@gmail.com> Translated using Weblate (French) Currently translated at 100.0% (139 of 139 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (French) Currently translated at 69.3% (34 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (Catalan) Currently translated at 12.5% (3 of 24 strings) Translation: OpenWrt/LuCI/applications/wireguard Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/ca/ Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Translated using Weblate (French) Currently translated at 51.9% (40 of 77 strings) Translation: OpenWrt/LuCI/applications/shadowsocks-libev Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (Catalan) Currently translated at 30.7% (4 of 13 strings) Translation: OpenWrt/LuCI/applications/pagekitec Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/ca/ Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Translated using Weblate (French) Currently translated at 18.7% (12 of 64 strings) Translation: OpenWrt/LuCI/applications/dnscrypt-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (French) Currently translated at 100.0% (104 of 104 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (Russian) Currently translated at 80.3% (127 of 158 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ru/ Signed-off-by: Robert <belobran@gmail.com> Translated using Weblate (Czech) Currently translated at 18.6% (32 of 172 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/cs/ Signed-off-by: Koli <lukas.koluch@gmail.com> Translated using Weblate (Catalan) Currently translated at 16.2% (28 of 172 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ca/ Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Translated using Weblate (Russian) Currently translated at 22.0% (38 of 172 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ru/ Signed-off-by: Robert <belobran@gmail.com> Translated using Weblate (Catalan) Currently translated at 10.0% (3 of 30 strings) Translation: OpenWrt/LuCI/applications/dynapoint Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/ca/ Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Translated using Weblate (Russian) Currently translated at 12.9% (7 of 54 strings) Translation: OpenWrt/LuCI/applications/nft-qos Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/ru/ Signed-off-by: Robert <belobran@gmail.com> Translated using Weblate (French) Currently translated at 31.3% (37 of 118 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (Catalan) Currently translated at 4.3% (5 of 115 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ca/ Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Translated using Weblate (French) Currently translated at 100.0% (177 of 177 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (Catalan) Currently translated at 5.0% (9 of 177 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ca/ Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Translated using Weblate (French) Currently translated at 27.8% (17 of 61 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (Catalan) Currently translated at 11.4% (7 of 61 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ca/ Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Translated using Weblate (Catalan) Currently translated at 2.7% (2 of 72 strings) Translation: OpenWrt/LuCI/applications/simple-adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/ca/ Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Translated using Weblate (Russian) 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/ru/ Signed-off-by: Robert <belobran@gmail.com> Translated using Weblate (Catalan) Currently translated at 50.4% (51 of 101 strings) Translation: OpenWrt/LuCI/applications/transmission Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/ca/ Translated using Weblate (French) Currently translated at 100.0% (47 of 47 strings) Translation: OpenWrt/LuCI/applications/minidlna Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/fr/ Translated using Weblate (Russian) 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/ru/ Translated using Weblate (French) Currently translated at 14.9% (29 of 194 strings) Translation: OpenWrt/LuCI/applications/olsr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/fr/ Translated using Weblate (French) Currently translated at 96.3% (183 of 190 strings) Translation: OpenWrt/LuCI/applications/openvpn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/fr/ Translated using Weblate (French) Currently translated at 6.8% (4 of 58 strings) Translation: OpenWrt/LuCI/applications/uhttpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/fr/ Translated using Weblate (French) Currently translated at 100.0% (15 of 15 strings) Translation: OpenWrt/LuCI/applications/vnstat Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/fr/ Translated using Weblate (French) Currently translated at 44.6% (50 of 112 strings) Translation: OpenWrt/LuCI/applications/radicale2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/fr/ Translated using Weblate (Czech) Currently translated at 13.3% (15 of 112 strings) Translation: OpenWrt/LuCI/applications/radicale2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/cs/ Translated using Weblate (Catalan) Currently translated at 6.2% (7 of 112 strings) Translation: OpenWrt/LuCI/applications/radicale2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ca/ Translated using Weblate (Russian) Currently translated at 12.5% (14 of 112 strings) Translation: OpenWrt/LuCI/applications/radicale2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ru/ Translated using Weblate (French) Currently translated at 47.3% (144 of 304 strings) Translation: OpenWrt/LuCI/applications/statistics Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/fr/ Translated using Weblate (Russian) Currently translated at 100.0% (34 of 34 strings) Translation: OpenWrt/LuCI/applications/samba4 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/ru/ Translated using Weblate (French) Currently translated at 100.0% (1337 of 1337 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fr/ Signed-off-by: Hydci <giogio59@live.fr> Translated using Weblate (Czech) Currently translated at 95.5% (1277 of 1337 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/ Signed-off-by: Koli <lukas.koluch@gmail.com>
2020-03-11Merge pull request #3742 from weblate/weblate-openwrt-luciHannu Nyman
Translations update from Weblate