Jo-Philipp Wich
890dcac2de
luci-proto-wireguard: remove peer sections when deleting interface
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-03 21:22:46 +01:00
Jo-Philipp Wich
a22aba2fed
luci-base: network.js: add Protocol.deleteConfiguration() callback
...
Add a new Protocol.deleteConfiguration() callback function which can be
overridden by protocol handler to perform additional cleanup tasks, such
as unsetting related uci entries which are not part of the interface
configuration itself.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-03 21:22:44 +01:00
Helge Mader
c949d116b0
luci-mod-network: extended interfaces.js for check if new interface is createable
...
Signed-off-by: Helge Mader <ma@dev.tdt.de>
2020-03-03 16:12:10 +01:00
Jo-Philipp Wich
ca558f4f93
build: reload rpcd in package postinstall
...
Send a SIGHUP to rpcd after installing LuCI packages to reload ACL rules.
Also remove redundant code while we're at it.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-03 15:21:55 +01:00
Jo-Philipp Wich
9b25031cb2
luci-app-opkg: rework backend operations
...
Introduce a new /usr/libexec/opkg-call helper and invoke it via cgi-io
instead of ubus. This is required to be able to reload rpcd without
timing out currently running opkg ubus calls.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-03 15:21:48 +01:00
Helge Mader
506dc5a903
luci-base: extended network.js for check if new interface is createable
...
Signed-off-by: Helge Mader <ma@dev.tdt.de>
2020-03-03 13:53:09 +01:00
Dirk Brenken
95804e5eaf
Merge pull request #3688 from stefansundin/luci-app-adblock-fix-enter
...
luci-app-adblock query form: Fix enter key submitting form but not showing any results
2020-03-02 20:59:42 +01:00
Jo-Philipp Wich
65f33449c4
Merge pull request #3711 from ldir-EDB0/master
...
luci-app-statistics: conntrack: add percent usage graph
2020-03-02 11:22:24 +01:00
Kevin Darbyshire-Bryant
7b52ff85a7
luci-app-statistics: conntrack: add percent usage graph
...
The existing graph shows a conntrack entry usage value but doesn't show
a conntrack table size figure so you don't know if you're close to
filling the table. Add a percent usage graph to show conntrack table
percent used.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-03-02 10:04:01 +00:00
Jo-Philipp Wich
663134cd2d
luci-app-firewall: don't treat zone name as network fallback
...
Drop obsolete extra logic which treats the zone name as covered network
name in case the network list is unset. This behaviour applied to the
pre-fw3 uci firewall, but is not supported since fw3 anymore.
Ref: https://forum.openwrt.org/t/luci-zone-creation-bug/55921
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-02 10:11:44 +01:00
Jo-Philipp Wich
4052436d82
luci-base: firewall.js: don't treat zone name as network fallback
...
Drop obsolete extra logic which treats the zone name as covered network
name in case the network list is unset. This behaviour applied to the
pre-fw3 uci firewall, but is not supported since fw3 anymore.
Ref: https://forum.openwrt.org/t/luci-zone-creation-bug/55921
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-02 10:10:27 +01:00
Jo-Philipp Wich
1c547d36b5
luci-mod-network: switch.js: fix internal port ordering
...
Fixes : #3709
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-02 09:34:30 +01:00
Jo-Philipp Wich
b18937dfd0
treewide: resync translations
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-02 08:26:21 +01:00
Franco Castillo
a612574e11
luci-mod-network: fix typo
...
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2020-03-02 08:22:06 +01:00
Jo-Philipp Wich
ff4111f657
rpcd-mod-luci: use correct dlopen() flags
...
Fixes : #3707
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-02 08:18:30 +01:00
Jo-Philipp Wich
373940dcb8
Merge pull request #3708 from stefansundin/update-link
...
CONTRIBUTING.md: Fix sign_your_work link
2020-03-02 08:15:12 +01:00
Hannu Nyman
ff44c87b83
Merge pull request #3706 from weblate/weblate-openwrt-luci
...
Translations update from Weblate
2020-03-02 08:19:13 +02:00
Stefan Sundin
920eea6ac3
CONTRIBUTING.md: Fix sign_your_work link.
...
Signed-off-by: Stefan Sundin <git@stefansundin.com>
2020-03-01 14:33:20 -08:00
Hosted Weblate
c7214c24db
Translated using Weblate (Polish)
...
Currently translated at 80.0% (48 of 60 strings)
Translation: OpenWrt/LuCI/applications/frps
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/pl/
Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Polish)
Currently translated at 100.0% (13 of 13 strings)
Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/pl/
Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translated using Weblate (Polish)
Currently translated at 100.0% (71 of 71 strings)
Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/pl/
2020-03-01 21:00:38 +01:00
Jo-Philipp Wich
cf09705ee3
luci-mod-network: properly handle "no signal" and "disabled" in signal badges
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-01 20:58:51 +01:00
Jo-Philipp Wich
9ae591b38f
luci-app-minidlna: convert to client side rendering
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-01 20:21:14 +01:00
Jo-Philipp Wich
0d68d0ad7b
luci-app-minidlna: fix service check
...
The service process was renamed from `minidlna` to `minidlnad`.
Fixes : #3700
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-01 17:32:23 +01:00
Hannu Nyman
4b476d6239
Merge pull request #3705 from weblate/weblate-openwrt-luci
...
Translations update from Weblate
2020-03-01 18:16:32 +02:00
Hosted Weblate
92d1447bbb
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (98 of 98 strings)
Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/pt_BR/
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Spanish)
Currently translated at 100.0% (20 of 20 strings)
Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/es/
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (20 of 20 strings)
Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/pt_BR/
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Spanish)
Currently translated at 100.0% (139 of 139 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/es/
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (139 of 139 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt_BR/
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (24 of 24 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/pt_BR/
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Spanish)
Currently translated at 100.0% (77 of 77 strings)
Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/es/
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Portuguese (Brazil))
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_BR/
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (23 of 23 strings)
Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/pt_BR/
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Spanish)
Currently translated at 100.0% (13 of 13 strings)
Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/es/
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (13 of 13 strings)
Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/pt_BR/
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Spanish)
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/es/
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Spanish)
Currently translated at 100.0% (104 of 104 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/es/
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (104 of 104 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt_BR/
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (30 of 30 strings)
Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/pt_BR/
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Spanish)
Currently translated at 100.0% (118 of 118 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (118 of 118 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pt_BR/
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Russian)
Currently translated at 100.0% (177 of 177 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ru/
Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (72 of 72 strings)
Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/pt_BR/
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translated using Weblate (Spanish)
Currently translated at 100.0% (194 of 194 strings)
Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/es/
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 (Spanish)
Currently translated at 100.0% (190 of 190 strings)
Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/es/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (190 of 190 strings)
Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/pt_BR/
Translated using Weblate (Spanish)
Currently translated at 100.0% (71 of 71 strings)
Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/es/
Translated using Weblate (Russian)
Currently translated at 100.0% (71 of 71 strings)
Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (71 of 71 strings)
Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (15 of 15 strings)
Translation: OpenWrt/LuCI/applications/vnstat
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/pt_BR/
Translated using Weblate (Spanish)
Currently translated at 100.0% (304 of 304 strings)
Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/es/
Translated using Weblate (Russian)
Currently translated at 100.0% (304 of 304 strings)
Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (304 of 304 strings)
Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt_BR/
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>
Translated using Weblate (Russian)
Currently translated at 100.0% (1337 of 1337 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/
Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1337 of 1337 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>
2020-03-01 17:13:01 +01:00
Jo-Philipp Wich
2ceeaee129
Merge pull request #3701 from howard0su/clean
...
luci-app: Remove luci-compat dependency
2020-03-01 16:27:31 +01:00
Jo-Philipp Wich
77ba1cfb2c
Merge pull request #3697 from howard0su/jsmin_update
...
luci-base: import latest version of jsmin
2020-03-01 16:26:40 +01:00
Jo-Philipp Wich
6a876eb30d
Merge pull request #3694 from howard0su/issue3682
...
luci-base: Show used memory instead of Free
2020-03-01 16:26:19 +01:00
Howard Su
42a2fa553f
luci-app: Remove luci-compat dependency
...
Remove it after converting to js implementaion.
Signed-off-by: Howard Su <howard0su@gmail.com>
2020-03-01 10:16:26 +08:00
Howard Su
d09f3b64b2
luci-base: Show used memory instead of Free
...
This makes sure solid/blue bar shows the used memory.
Signed-off-by: Howard Su <howard0su@gmail.com>
2020-03-01 08:52:07 +08:00
Howard Su
9935a5c735
luci-base: Import latest version of jsmin
...
Signed-off-by: Howard Su <howard0su@gmail.com>
2020-03-01 08:50:30 +08:00
Hannu Nyman
2c4ba6e524
treewide: i18n - sync translations
...
Sync translations.
Also fix 20c3f5386
that I merged a few minutes ago :-(
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-02-29 22:07:02 +02:00
Hannu Nyman
3628f8033d
Merge pull request #3699 from Zack0617/patch-1
...
Fix translation issue
2020-02-29 22:00:49 +02:00
Zack0617
20c3f53866
Fix the translation issue
...
Translate the title “ttyd” in service menu
Signed-off-by: zack0617 <113736752@qq.com>
2020-02-29 18:19:54 +00:00
Hannu Nyman
7f35dd999e
Merge pull request #3696 from weblate/weblate-openwrt-luci
...
Translations update from Weblate
2020-02-29 13:34:39 +02:00
Hosted Weblate
7eac20c642
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 41.8% (23 of 55 strings)
Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/zh_Hans/
Signed-off-by: Howard Su <howard0su@gmail.com>
Translated using Weblate (French)
Currently translated at 89.4% (1196 of 1337 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fr/
Signed-off-by: Palandre Maxime <maxime.palandre@hotmail.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>
Translated using Weblate (Italian)
Currently translated at 48.5% (649 of 1337 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
2020-02-29 12:31:56 +01:00
Hannu Nyman
516e03286f
Merge pull request #3695 from weblate/weblate-openwrt-luci
...
Translations update from Weblate
2020-02-28 18:12:06 +02:00
Hosted Weblate
8d91804d69
Translated using Weblate (Italian)
...
Currently translated at 11.1% (3 of 27 strings)
Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 4.0% (4 of 98 strings)
Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 10.0% (2 of 20 strings)
Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 8.3% (4 of 48 strings)
Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 84.1% (117 of 139 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 8.3% (2 of 24 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 9.4% (15 of 158 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 2.3% (4 of 172 strings)
Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 26.3% (5 of 19 strings)
Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 7.4% (4 of 54 strings)
Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 8.4% (10 of 118 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 8.6% (10 of 115 strings)
Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 13.1% (8 of 61 strings)
Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 95.6% (44 of 46 strings)
Translation: OpenWrt/LuCI/applications/minidlna
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/it/
Translated using Weblate (Italian)
Currently translated at 96.8% (31 of 32 strings)
Translation: OpenWrt/LuCI/applications/ahcp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/it/
Translated using Weblate (Italian)
Currently translated at 80.6% (25 of 31 strings)
Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/it/
Translated using Weblate (Italian)
Currently translated at 48.5% (649 of 1337 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Russian)
Currently translated at 100.0% (1337 of 1337 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/
Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>
2020-02-28 16:56:28 +01:00
Jo-Philipp Wich
5a2d22f66a
Merge pull request #3691 from weblate/weblate-openwrt-luci
...
Translations update from Weblate
2020-02-28 10:30:04 +01:00
Hosted Weblate
da6834e692
Translated using Weblate (Italian)
...
Currently translated at 2.7% (2 of 72 strings)
Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 2.3% (1 of 43 strings)
Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 12.5% (3 of 24 strings)
Translation: OpenWrt/LuCI/applications/ksmbd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 7.4% (2 of 27 strings)
Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
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/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 9.0% (7 of 77 strings)
Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 7.1% (3 of 42 strings)
Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 4.6% (3 of 64 strings)
Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 33.3% (2 of 6 strings)
Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 50.0% (3 of 6 strings)
Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 12.0% (3 of 25 strings)
Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 9.6% (10 of 104 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 8.8% (14 of 158 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 21.0% (4 of 19 strings)
Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 1.6% (3 of 177 strings)
Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 1.6% (2 of 124 strings)
Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 21.7% (5 of 23 strings)
Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 4.3% (5 of 115 strings)
Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 5.5% (3 of 54 strings)
Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 7.6% (9 of 118 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 7.8% (9 of 115 strings)
Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 97.1% (172 of 177 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 9.8% (6 of 61 strings)
Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 8.3% (2 of 24 strings)
Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 95.6% (44 of 46 strings)
Translation: OpenWrt/LuCI/applications/minidlna
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/it/
Translated using Weblate (Italian)
Currently translated at 100.0% (45 of 45 strings)
Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/it/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (45 of 45 strings)
Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/pt_BR/
Translated using Weblate (Italian)
Currently translated at 32.9% (64 of 194 strings)
Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/it/
Translated using Weblate (Italian)
Currently translated at 100.0% (22 of 22 strings)
Translation: OpenWrt/LuCI/applications/samba
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba/it/
Translated using Weblate (Italian)
Currently translated at 96.8% (31 of 32 strings)
Translation: OpenWrt/LuCI/applications/ahcp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/it/
Translated using Weblate (Italian)
Currently translated at 41.0% (78 of 190 strings)
Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/it/
Translated using Weblate (Italian)
Currently translated at 5.1% (3 of 58 strings)
Translation: OpenWrt/LuCI/applications/uhttpd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/it/
Translated using Weblate (Italian)
Currently translated at 69.2% (9 of 13 strings)
Translation: OpenWrt/LuCI/applications/wol
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/it/
Translated using Weblate (Italian)
Currently translated at 100.0% (68 of 68 strings)
Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/it/
Translated using Weblate (Italian)
Currently translated at 42.5% (89 of 209 strings)
Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/it/
Translated using Weblate (Italian)
Currently translated at 3.5% (4 of 112 strings)
Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/it/
Translated using Weblate (Italian)
Currently translated at 66.6% (38 of 57 strings)
Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/it/
Translated using Weblate (Italian)
Currently translated at 2.2% (3 of 132 strings)
Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/it/
Translated using Weblate (Italian)
Currently translated at 4.6% (14 of 298 strings)
Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/it/
Translated using Weblate (Italian)
Currently translated at 47.0% (16 of 34 strings)
Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/it/
Translated using Weblate (Italian)
Currently translated at 48.5% (649 of 1337 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Russian)
Currently translated at 100.0% (1337 of 1337 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/
Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1337 of 1337 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>
2020-02-28 01:35:00 +01:00
Florian Eckert
b448008b47
luci.mk: Only install a default post-install script if there is none defined
...
If a postinst script is defined in the package Makefile, it will
not be included because it will be replaced by the default postinst
script. To solve the problem, we now check, if we have a postinst script.
And if so, it will be installed instead of the default postinst script.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-02-27 15:50:46 +01:00
Wellington Uemura
151787b561
luci.mk: correcting a misspell for Brazilian Portuguese
...
Reported-by: Wellington Uemura
* update message header
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-02-27 15:00:29 +01:00
Florian Eckert
fe49108e02
Merge pull request #3639 from TDT-AG/pr/20200217-leds
...
luci-mod-system: add led plugin infrastructure
2020-02-27 14:08:57 +01:00
Florian Eckert
638f5ce071
luci-mod-system: add led plugin infrastructure
...
This commit creates the possibility that not only kernel-led-triggers can
be selected but also application-led-triggers from user space.
This is done via a plugin mechanism. The application-led-triggers are scripts
that set kernel-led-triggers on system events or services. Until now this
has not been possible. The package rssileds is a kind of
application-led-trigger.
The following new packages are added:
* luci-app-ledtrig-rssi (application-led-trigger)
* luci-app-ledtrig-switch (kernel-led-trigger) not needed on every most devices
* luci-app-ledtrig-usport (kernel-led-trigger) optional trigger
Since we have now a plugin mechanism I have added the following triggers
as a dependency. So this triggers are now installed per default on LuCI
installation.
* kmod-ledtrig-default-on
* kmod-ledtrig-heartbeat
* kmod-ledtrig-netdev
* kmod-ledtrig-timer
The kernel trigger kmod-ledtrig-usbdev was removed with the commit
d0b50c2770
So I have not ported the relevant code anymore.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-02-27 13:28:03 +01:00
Jo-Philipp Wich
e5f4531b70
Merge pull request #3687 from weblate/weblate-openwrt-luci
...
Translations update from Weblate
2020-02-27 10:53:10 +01:00
Stefan Sundin
8726937611
luci-app-adblock: Fix enter key submitting form but not showing any results.
...
Signed-off-by: Stefan Sundin <git@stefansundin.com>
2020-02-26 19:08:21 -08:00
Hosted Weblate
ad70a00827
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1 of 1 strings)
Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/it/
Signed-off-by: TuxAlex0 <alex.skatingcassano@gmail.com>
Translated using Weblate (Italian)
Currently translated at 96.8% (31 of 32 strings)
Translation: OpenWrt/LuCI/applications/ahcp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/it/
Translated using Weblate (Russian)
Currently translated at 100.0% (1337 of 1337 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/
Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>
2020-02-27 01:01:29 +01:00
Jo-Philipp Wich
7c6c043df7
Merge pull request #3686 from etactica/pk-to-js
...
luci-app-pagekitec: convert pagekite ui to js
2020-02-26 12:49:11 +01:00
Karl Palsson
36e66aeba0
luci-app-pagekitec: convert pagekite ui to js
...
Adds support for the simple_ws option as well, added in the package
itself.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2020-02-26 11:46:15 +00:00
Jo-Philipp Wich
507654bcc8
Merge pull request #3680 from weblate/weblate-openwrt-luci
...
Translations update from Weblate
2020-02-26 10:58:57 +01:00
Hosted Weblate
1fefbef0bf
Translated using Weblate (French)
...
Currently translated at 5.0% (3 of 60 strings)
Translation: OpenWrt/LuCI/applications/frps
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/fr/
Signed-off-by: Palandre Maxime <maxime.palandre@hotmail.fr>
Translated using Weblate (French)
Currently translated at 4.1% (3 of 72 strings)
Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/fr/
Signed-off-by: Palandre Maxime <maxime.palandre@hotmail.fr>
Translated using Weblate (French)
Currently translated at 6.9% (3 of 43 strings)
Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/fr/
Signed-off-by: Palandre Maxime <maxime.palandre@hotmail.fr>
Translated using Weblate (French)
Currently translated at 20.0% (13 of 65 strings)
Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/fr/
Signed-off-by: Palandre Maxime <maxime.palandre@hotmail.fr>
Translated using Weblate (Chinese (Traditional))
Currently translated at 6.1% (6 of 98 strings)
Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/zh_Hant/
Signed-off-by: Trevor <wowpapa3232@gmail.com>
Translated using Weblate (Chinese (Traditional))
Currently translated at 17.5% (7 of 40 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/zh_Hant/
Signed-off-by: Trevor <wowpapa3232@gmail.com>
Translated using Weblate (Chinese (Traditional))
Currently translated at 4.1% (2 of 48 strings)
Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/zh_Hant/
Signed-off-by: Trevor <wowpapa3232@gmail.com>
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (33 of 33 strings)
Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/zh_Hant/
Signed-off-by: Trevor <wowpapa3232@gmail.com>
Translated using Weblate (Chinese (Traditional))
Currently translated at 87.5% (21 of 24 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/zh_Hant/
Signed-off-by: Trevor <wowpapa3232@gmail.com>
Translated using Weblate (Chinese (Traditional))
Currently translated at 73.9% (17 of 23 strings)
Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/zh_Hant/
Signed-off-by: Trevor <wowpapa3232@gmail.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: Palandre Maxime <maxime.palandre@hotmail.fr>
Translated using Weblate (Chinese (Traditional))
Currently translated at 8.0% (2 of 25 strings)
Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/zh_Hant/
Signed-off-by: Trevor <wowpapa3232@gmail.com>
Translated using Weblate (Chinese (Traditional))
Currently translated at 20.3% (35 of 172 strings)
Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/zh_Hant/
Signed-off-by: Trevor <wowpapa3232@gmail.com>
Translated using Weblate (French)
Currently translated at 90.1% (155 of 172 strings)
Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/fr/
Signed-off-by: Palandre Maxime <maxime.palandre@hotmail.fr>
Translated using Weblate (French)
Currently translated at 100.0% (16 of 16 strings)
Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/fr/
Signed-off-by: Palandre Maxime <maxime.palandre@hotmail.fr>
Translated using Weblate (Chinese (Traditional))
Currently translated at 74.0% (131 of 177 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/zh_Hant/
Signed-off-by: Trevor <wowpapa3232@gmail.com>
Translated using Weblate (French)
Currently translated at 12.8% (13 of 101 strings)
Translation: OpenWrt/LuCI/applications/transmission
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/fr/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (46 of 46 strings)
Translation: OpenWrt/LuCI/applications/minidlna
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 50.2% (105 of 209 strings)
Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 3.5% (4 of 112 strings)
Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (24 of 24 strings)
Translation: OpenWrt/LuCI/applications/qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (132 of 132 strings)
Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/zh_Hant/
Translated using Weblate (French)
Currently translated at 47.6% (142 of 298 strings)
Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/fr/
Translated using Weblate (Chinese (Traditional))
Currently translated at 68.7% (919 of 1337 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/
Signed-off-by: Trevor <wowpapa3232@gmail.com>
Translated using Weblate (Russian)
Currently translated at 100.0% (1337 of 1337 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/
Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>
2020-02-26 10:55:53 +01:00