Jo-Philipp Wich
283a00bf2f
Merge pull request #3309 from ldir-EDB0/master
...
RFC - some language tweaks
2019-11-15 15:47:07 +01:00
Kevin Darbyshire-Bryant
9b266d11c6
luci-base: Improve change application message
...
As a native English speaker the luci message displayed when clicking
'Save & Apply' has a somewhat uncomfortable English phrasing of "Waiting
for configuration to get applied". It could be improved by replacing
'get' with 'be' but once you've got that far you might as well replace
this with the shorter & simpler "Applying configuration changes". This
is also technically more correct since luci/openwrt should only be
updating/restarting processes that are related to the changed areas, not
changing the entire configuration.
As a result of that, change both the 'success' and 'rolled back'
messages to "Configuration changes have been applied" & "Configuration
changes have been rolled back"
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2019-11-15 14:29:57 +00:00
Richard Yu
dc26e2d037
luci-app-shadowsocks-libev: add server links import feature
...
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-11-15 19:03:34 +08:00
Florian Eckert
c1f41f2919
Merge pull request #3310 from TDT-AG/pr/20191114-luci-app-statistics
...
luci-app-statistics: update misleading load view
2019-11-14 15:22:14 +01:00
Jo-Philipp Wich
956fd4a579
rpcd-mod-luci: bump version
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-14 13:49:40 +01:00
Jo-Philipp Wich
b03ee4a097
luci-mod-status: display secondary lease IPv6 addresses if available
...
Ref: https://forum.openwrt.org/t/luci-not-showing-2nd-ipv6-address/48271
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-14 13:47:25 +01:00
Jo-Philipp Wich
824cb65840
rpcd-mod-luci: handle multiple IPv6 addresses per lease
...
Ref: https://forum.openwrt.org/t/luci-not-showing-2nd-ipv6-address/48271
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-14 13:46:07 +01:00
Florian Eckert
b50974a20c
luci-app-statistics: update misleading load view
...
Fixes : #3301
During my tests and developing with the collectd and so
luci-app-statistics I noticed that the values displayed in the Y-axis
are misleading, because probably the individual values are added
together in each case. So the view is not corrected.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-11-14 12:35:02 +01:00
Jo-Philipp Wich
52a68a43b8
luci-app-statistics: iwinfo: fix interface list preselection
...
Fixes : #3306
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-14 11:15:22 +01:00
Jo-Philipp Wich
857cd8c7fa
luci-compat: network.lua: recognize wifi interfaces with nonstandard names
...
Ref: https://github.com/openwrt/luci/issues/3306
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-14 11:13:43 +01:00
Jo-Philipp Wich
80c9b6fee0
luci-mod-status: fix free swap calculation
...
Fixes : #3295
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-14 09:30:49 +01:00
Paul Spooren
a07d0b4824
Merge remote-tracking branch 'weblate/master'
2019-11-13 11:01:00 -10:00
Jo-Philipp Wich
304dd37e3f
luci-base: network.js: fix getDevices()
...
- Don't filter virtual interfaces
- Skip duplicate wireless devices
Fixes : #3304
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-13 18:36:15 +01:00
Jo-Philipp Wich
2e8aa301aa
luci-app-nlbwon: fix parsing relative interval values from config
...
Fixes : #3302
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-13 17:09:34 +01:00
Jo-Philipp Wich
a3ea891b7e
luci-mod-system: sshkeys.js: do not incorrectly filter ecdsa keys on load
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-13 16:55:28 +01:00
Jo-Philipp Wich
07e5fcbb1e
Merge pull request #3300 from ldir-EDB0/master
...
luci-app-ddns: remove dos line endings
2019-11-13 14:42:00 +01:00
Michal L
6e38b819b3
Translated using Weblate (Polish)
...
Currently translated at 26.4% (19 of 72 strings)
Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/pl/
Signed-off-by: Michal L <michalrmsmi@wp.pl>
2019-11-13 14:21:00 +01:00
Kevin Darbyshire-Bryant
08d56108d2
luci-app-ddns: remove dos line endings
...
Remove dos line endings from applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2019-11-13 13:15:04 +00:00
Baptiste
3eff06ba88
Translated using Weblate (French)
...
Currently translated at 10.4% (5 of 48 strings)
Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/fr/
Signed-off-by: Baptiste <weblate@bitsofnetworks.org>
2019-11-13 14:09:25 +01:00
Marcin Net
4e9b1329c3
Translated using Weblate (Polish)
...
Currently translated at 70.8% (34 of 48 strings)
Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/pl/
Signed-off-by: Marcin Net <marcin.net@linux.pl>
2019-11-13 14:09:24 +01:00
Le Van Uoc
0db0d9cadc
Translated using Weblate (Vietnamese)
...
Currently translated at 2.1% (1 of 48 strings)
Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/vi/
Signed-off-by: Le Van Uoc <kunkun3012@gmail.com>
2019-11-13 14:09:23 +01:00
ssantos
42c4aefe20
Translated using Weblate (Portuguese)
...
Currently translated at 22.9% (11 of 48 strings)
Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/pt/
Signed-off-by: ssantos <ssantos@web.de>
2019-11-13 14:09:21 +01:00
reyur
0a45361cd2
Translated using Weblate (French)
...
Currently translated at 100.0% (33 of 33 strings)
Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/fr/
Signed-off-by: reyur <remicaruyer@gmail.com>
2019-11-13 14:09:20 +01:00
Marcin Net
056a01a1d9
Translated using Weblate (Polish)
...
Currently translated at 87.9% (29 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>
2019-11-13 14:09:17 +01:00
Le Van Uoc
d42ad87a6b
Translated using Weblate (Vietnamese)
...
Currently translated at 3.0% (1 of 33 strings)
Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/vi/
Signed-off-by: Le Van Uoc <kunkun3012@gmail.com>
2019-11-13 14:09:16 +01:00
ssantos
58e46f7c64
Translated using Weblate (Portuguese)
...
Currently translated at 33.3% (11 of 33 strings)
Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/pt/
Signed-off-by: ssantos <ssantos@web.de>
2019-11-13 14:09:15 +01:00
Baptiste
5a1179eb26
Translated using Weblate (French)
...
Currently translated at 62.6% (87 of 139 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/fr/
Signed-off-by: Baptiste <weblate@bitsofnetworks.org>
2019-11-13 14:09:14 +01:00
reyur
008b07d598
Translated using Weblate (French)
...
Currently translated at 62.6% (87 of 139 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/fr/
Signed-off-by: reyur <remicaruyer@gmail.com>
2019-11-13 14:09:13 +01:00
Marcin Net
90ef1d8f6a
Translated using Weblate (Polish)
...
Currently translated at 45.3% (63 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>
2019-11-13 14:09:12 +01:00
Le Van Uoc
a25309136c
Translated using Weblate (Vietnamese)
...
Currently translated at 23.7% (33 of 139 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/vi/
Signed-off-by: Le Van Uoc <kunkun3012@gmail.com>
2019-11-13 14:09:11 +01:00
Hikiko
1b2a5d6bb2
Translated using Weblate (Russian)
...
Currently translated at 60.4% (84 of 139 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/
Signed-off-by: Hikiko <hikiko4ern@gmail.com>
2019-11-13 14:09:03 +01:00
Yunus BAYRAK
67502dcd1c
Translated using Weblate (Turkish)
...
Currently translated at 1.4% (2 of 139 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/tr/
Signed-off-by: Yunus BAYRAK <yunus@baygunelektronik.com>
2019-11-13 14:08:59 +01:00
Marcin Net
90dab6fbe0
Translated using Weblate (Polish)
...
Currently translated at 19.6% (10 of 51 strings)
Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/pl/
Signed-off-by: Marcin Net <marcin.net@linux.pl>
2019-11-13 14:08:58 +01:00
Le Van Uoc
c5e31c95be
Translated using Weblate (Vietnamese)
...
Currently translated at 2.0% (1 of 51 strings)
Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/vi/
Signed-off-by: Le Van Uoc <kunkun3012@gmail.com>
2019-11-13 14:08:56 +01:00
Yunus BAYRAK
871db6e373
Translated using Weblate (Turkish)
...
Currently translated at 2.0% (1 of 51 strings)
Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/tr/
Signed-off-by: Yunus BAYRAK <yunus@baygunelektronik.com>
2019-11-13 14:08:55 +01:00
Le Van Uoc
09bec1f94f
Translated using Weblate (Vietnamese)
...
Currently translated at 4.2% (1 of 24 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/vi/
Signed-off-by: Le Van Uoc <kunkun3012@gmail.com>
2019-11-13 14:08:53 +01:00
ssantos
b967a2226b
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/pt/
Signed-off-by: ssantos <ssantos@web.de>
2019-11-13 14:08:52 +01:00
Marcin Net
3e8078ed68
Translated using Weblate (Polish)
...
Currently translated at 14.9% (11 of 74 strings)
Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pl/
Signed-off-by: Marcin Net <marcin.net@linux.pl>
2019-11-13 14:08:48 +01:00
Mattias Münster
53e97a9148
Translated using Weblate (Swedish)
...
Currently translated at 21.7% (5 of 23 strings)
Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/sv/
Signed-off-by: Mattias Münster <mattiasmun@gmail.com>
2019-11-13 14:08:47 +01:00
reyur
58b45bd284
Translated using Weblate (French)
...
Currently translated at 4.3% (1 of 23 strings)
Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/fr/
Signed-off-by: reyur <remicaruyer@gmail.com>
2019-11-13 14:08:43 +01:00
Marcin Net
1151323306
Translated using Weblate (Polish)
...
Currently translated at 78.3% (18 of 23 strings)
Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/pl/
Signed-off-by: Marcin Net <marcin.net@linux.pl>
2019-11-13 14:08:42 +01:00
Le Van Uoc
5379c46359
Translated using Weblate (Vietnamese)
...
Currently translated at 8.7% (2 of 23 strings)
Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/vi/
Signed-off-by: Le Van Uoc <kunkun3012@gmail.com>
2019-11-13 14:08:41 +01:00
Yunus BAYRAK
d076e5de3e
Translated using Weblate (Turkish)
...
Currently translated at 4.3% (1 of 23 strings)
Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/tr/
Signed-off-by: Yunus BAYRAK <yunus@baygunelektronik.com>
2019-11-13 14:08:40 +01:00
Le Van Uoc
3858d739c0
Translated using Weblate (Vietnamese)
...
Currently translated at 94.7% (36 of 38 strings)
Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/vi/
Signed-off-by: Le Van Uoc <kunkun3012@gmail.com>
2019-11-13 14:08:38 +01:00
Yunus BAYRAK
bc8c9f2c83
Translated using Weblate (Turkish)
...
Currently translated at 71.1% (27 of 38 strings)
Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/tr/
Signed-off-by: Yunus BAYRAK <yunus@baygunelektronik.com>
2019-11-13 14:08:36 +01:00
Le Van Uoc
d49e859408
Translated using Weblate (Vietnamese)
...
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/vi/
Signed-off-by: Le Van Uoc <kunkun3012@gmail.com>
2019-11-13 14:08:28 +01:00
ssantos
23fa3a1c69
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (64 of 64 strings)
Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/pt/
Signed-off-by: ssantos <ssantos@web.de>
2019-11-13 14:08:27 +01:00
Le Van Uoc
ee7a37ebf8
Translated using Weblate (Vietnamese)
...
Currently translated at 16.7% (1 of 6 strings)
Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/vi/
Signed-off-by: Le Van Uoc <kunkun3012@gmail.com>
2019-11-13 14:08:22 +01:00
ssantos
6ef91a7143
Translated using Weblate (Portuguese)
...
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/
Signed-off-by: ssantos <ssantos@web.de>
2019-11-13 14:08:20 +01:00
ssantos
e8722cfb55
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (6 of 6 strings)
Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/pt/
Signed-off-by: ssantos <ssantos@web.de>
2019-11-13 14:08:19 +01:00