Stan Grishin
2cccd50cc5
Merge pull request #4886 from stangri/21.02-luci-app-simple-adblock
...
[21.02] luci-app-simple-adblock: bugfix: template layout on theme-openwrt-2020
2021-03-09 20:35:22 -08:00
Stan Grishin
976b7f5c18
Merge pull request #4889 from stangri/21.02-luci-app-vpn-policy-routing
...
[21.02] luci-app-vpn-policy-routing: bugfix: template layout on theme-openwrt-2020
2021-03-09 20:35:02 -08:00
Stan Grishin
86eb91d2f4
luci-app-vpn-policy-routing: bugfix: template layout on theme-openwrt-2020
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-03-08 10:48:58 +00:00
Stan Grishin
1a25f27c25
luci-app-simple-adblock: bugfix: template layout on theme-openwrt-2020
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-03-08 10:46:33 +00:00
Dirk Brenken
988a896e0f
Merge pull request #4854 from EricLuehrsen/unbound_luci_2102
...
[openwrt-21.02] luci-app-unbound: fix interface selections to match UCI
2021-03-07 07:29:14 +01:00
Eric Luehrsen
fa2412b542
luci-app-unbound: fix interface selections to match UCI
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2021-03-06 21:11:23 -05:00
Dirk Brenken
2e1f950104
luci-app-banip: cosmetics
...
* fix translation warning
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 0dad7fc09e
)
2021-03-03 16:37:56 +01:00
Jo-Philipp Wich
493552552f
luci-app-firewall: allow negative prefix lengths
...
Fixes : #4812
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit f64b3d5094
)
2021-03-01 15:19:06 +01:00
Jo-Philipp Wich
bd39e6abaf
luci-base: validation.js: optionally support negative prefixes
...
Support negative prefix length in the `cidr`, `cidr4`, `cidr6`, `ipmask`,
`ipmask4` and `ipmask6` data types when an optional truish flag is passed
to the datatype name.
Ref: #4812
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit cd06e708d8
)
2021-03-01 15:19:06 +01:00
Jo-Philipp Wich
3d31dfc2b4
luci-base: network.js: sort interface statuses by metric, then name
...
Fixes : #4693
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 0ee422b4c0
)
2021-03-01 10:43:43 +01:00
Jo-Philipp Wich
628a1b8c8f
luci-app-nlbwmon: fix traffic numbers display in pie chart tooltips
...
The pie chart tooltips used base 1000 to format traffic numbers while table
cell values were formatted using base 1024. Use base 1024 for both to report
the same values.
Fixes : #4759
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 77d6b28935
)
2021-03-01 10:31:01 +01:00
Jo-Philipp Wich
f644bd99b4
luci-app-firewall: zones.js: fix HTML display in ct helper selection
...
Fixes : #4845
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 154117ff05
)
2021-03-01 09:13:52 +01:00
Jo-Philipp Wich
b7f150ca5c
luci-app-firewall: fix creating multiple networks from zone network selector
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 5d528da29f
)
2021-03-01 08:55:46 +01:00
Jo-Philipp Wich
6870d9e908
luci-base: firewall.js: manage zomne networks as list
...
Fixes : #4827
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 49ecaf6090
)
2021-03-01 08:55:46 +01:00
Niels Widger
bf34ccdfc0
rpcd-mod-luci: Fix parsing of DUID-LLT's in duid2ea
...
Fix parsing of DUID-LLT's in duid2ea. Unlike DUID-LL's, DUID-LLT's have a 32-bit time field between the hardware type and link-layer address fields, see RFC 3315 Sections 9.2 and 9.4:
https://tools.ietf.org/html/rfc3315#section-9.2
https://tools.ietf.org/html/rfc3315#section-9.4
therefore, the link-layer address starts at offset 16 instead of 8.
Signed-off-by: Niels Widger <niels@qacafe.com>
(cherry picked from commit 8920a2bf71
)
2021-03-01 08:55:46 +01:00
Jo-Philipp Wich
9ece8c182d
luci-app-firewall: properly handle custom multi IP/MAC input
...
Store multiple space separated custom address values as separate uci
list items in the configuration.
Fixes : #4822
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit b60be8cfd8
)
2021-03-01 08:55:46 +01:00
Jo-Philipp Wich
af4c851d35
luci-base: ui.js: resolve parent ul early in UIDropdown.toggleItem()
...
The parent node of the current li might be null after collapsing the
dropdown, so resolve the parent ul early to avoid passing null to
subsequent calls.
Fixes clearing custom input values in DynamicList dropdowns.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit b8d2bcd432
)
2021-03-01 08:55:46 +01:00
Dirk Brenken
d55158730e
Merge pull request #4842 from dibdot/21.02
...
[21.02] luci-app-adblock: sync with adblock 4.1.0
2021-02-27 07:34:38 +01:00
Dirk Brenken
debe1e298e
[21.02] luci-app-adblock: sync with adblock 4.1.0
...
* made the blocklist selection/categories much more flexible
* sync translations
Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-02-27 07:16:28 +01:00
Hannu Nyman
329d9a3fc3
treewide: i18n - backport and sync translations
...
Backport translations from master.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-02-25 17:11:28 +02:00
Stan Grishin
d6947c9d21
Merge pull request #4832 from stangri/21.02-luci-app-https-dns-proxy
...
[21.02] luci-app-https-dns-proxy: add Force DNS option support
2021-02-24 11:21:02 -08:00
Stan Grishin
e2603d679b
luci-app-https-dns-proxy: add Force DNS option support
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-23 00:59:33 +00:00
Dirk Brenken
e54e6bb91a
luci-app-banip: sync with 0.7.3
...
* just a typo fix from last commit
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 2b9fca8178
)
2021-02-20 15:11:04 +01:00
Hosted Weblate
04aeabc858
Translated using Weblate (Bulgarian)
...
Currently translated at 2.4% (39 of 1577 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/bg/
Translated using Weblate (Bulgarian)
Currently translated at 6.9% (5 of 72 strings)
Translated using Weblate (Bulgarian)
Currently translated at 4.1% (1 of 24 strings)
Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/bg/
Translated using Weblate (Bulgarian)
Currently translated at 4.0% (1 of 25 strings)
Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/bg/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (191 of 191 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/zh_Hans/
Translated using Weblate (Czech)
Currently translated at 3.7% (7 of 186 strings)
Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/cs/
Translated using Weblate (Czech)
Currently translated at 4.7% (3 of 63 strings)
Translation: OpenWrt/LuCI/applications/frps
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/cs/
Translated using Weblate (Czech)
Currently translated at 25.3% (19 of 75 strings)
Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/cs/
Translated using Weblate (Czech)
Currently translated at 9.0% (4 of 44 strings)
Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/cs/
Translated using Weblate (Czech)
Currently translated at 9.0% (8 of 88 strings)
Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/cs/
Translated using Weblate (Czech)
Currently translated at 14.2% (24 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/cs/
Translated using Weblate (Czech)
Currently translated at 20.9% (17 of 81 strings)
Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/cs/
Translated using Weblate (Russian)
Currently translated at 94.1% (16 of 17 strings)
Translation: OpenWrt/LuCI/applications/eoip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/ru/
Translated using Weblate (Russian)
Currently translated at 60.0% (30 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ru/
Translated using Weblate (Russian)
Currently translated at 18.9% (7 of 37 strings)
Translation: OpenWrt/LuCI/applications/sqm
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ru/
Translated using Weblate (Russian)
Currently translated at 52.2% (23 of 44 strings)
Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/ru/
Translated using Weblate (Russian)
Currently translated at 90.0% (54 of 60 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ru/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (60 of 60 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pt/
Translated using Weblate (Polish)
Currently translated at 100.0% (60 of 60 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pl/
Translated using Weblate (Russian)
Currently translated at 51.9% (27 of 52 strings)
Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ru/
Translated using Weblate (Polish)
Currently translated at 100.0% (26 of 26 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/pl/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (26 of 26 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/pt/
Translated using Weblate (Portuguese)
Currently translated at 8.6% (16 of 185 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt/
Translated using Weblate (Russian)
Currently translated at 59.6% (34 of 57 strings)
Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (25 of 25 strings)
Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/ru/
Translated using Weblate (Russian)
Currently translated at 40.8% (20 of 49 strings)
Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ru/
Translated using Weblate (Russian)
Currently translated at 7.0% (13 of 185 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ru/
Translated using Weblate (German)
Currently translated at 96.9% (189 of 195 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/de/
Translated using Weblate (Russian)
Currently translated at 25.6% (29 of 113 strings)
Translated using Weblate (Russian)
Currently translated at 62.7% (27 of 43 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (341 of 341 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (1577 of 1577 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/
Translated using Weblate (Polish)
Currently translated at 100.0% (1577 of 1577 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/
Co-authored-by: Alois Spitzbart <spitz234@hotmail.com>
Co-authored-by: Artem <KovalevArtem.ru@gmail.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Iskren Mihaylov <iskren.mihaylov91@gmail.com>
Co-authored-by: Jan Breuer <j123b567@jaybee.cz>
Co-authored-by: Marcin Net <marcin.net@linux.pl>
Co-authored-by: ssantos <ssantos@web.de>
Signed-off-by: Alois Spitzbart <spitz234@hotmail.com>
Signed-off-by: Artem <KovalevArtem.ru@gmail.com>
Signed-off-by: Eric <spice2wolf@gmail.com>
Signed-off-by: Iskren Mihaylov <iskren.mihaylov91@gmail.com>
Signed-off-by: Jan Breuer <j123b567@jaybee.cz>
Signed-off-by: Marcin Net <marcin.net@linux.pl>
Signed-off-by: ssantos <ssantos@web.de>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/ru/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/bg/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ru/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt/
Translation: OpenWrt/LuCI/applications/fwknopd
Translation: OpenWrt/LuCI/applications/opkg
Translation: OpenWrt/LuCI/applications/radicale2
Translation: OpenWrt/LuCI/applications/statistics
(cherry picked from commit af1e587616
)
2021-02-18 16:48:21 +02:00
Dirk Brenken
7234ab105e
luci-app-banip: sync with 0.7.2
...
* add nginx support and expose new log count options
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 97f6bb057f
)
2021-02-18 15:32:48 +01:00
Stan Grishin
cb0979ffb2
Merge pull request #4785 from stangri/master-luci-app-vpn-policy-routing
...
luci-app-vpn-policy-routing: sync with package version 0.3; add missing btn class to buttons;
2021-02-15 10:02:27 -08:00
Jonathan Pagel
17ee61c601
luci-app-babeld: rewrite javascript without CDN includes
...
Rewrite luci app in javascript without external sources
CC-Signed-off-by: Nick Hainke <vincent@systemli.org>
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2021-02-15 07:44:02 -10:00
Hosted Weblate
e8415ff64e
Translated using Weblate (Polish)
...
Currently translated at 24.3% (45 of 185 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (164 of 164 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (341 of 341 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (60 of 60 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (26 of 26 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (1577 of 1577 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (60 of 60 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/zh_Hans/
Translated using Weblate (Turkish)
Currently translated at 100.0% (60 of 60 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/tr/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (60 of 60 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pt_BR/
Translated using Weblate (Spanish)
Currently translated at 100.0% (60 of 60 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/es/
Translated using Weblate (Turkish)
Currently translated at 100.0% (26 of 26 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/tr/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (26 of 26 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/pt_BR/
Translated using Weblate (Spanish)
Currently translated at 100.0% (26 of 26 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/es/
Translated using Weblate (Turkish)
Currently translated at 12.8% (25 of 195 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/tr/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (341 of 341 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (341 of 341 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (341 of 341 strings)
Translated using Weblate (Turkish)
Currently translated at 25.6% (405 of 1577 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1577 of 1577 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/
Translated using Weblate (Spanish)
Currently translated at 100.0% (1577 of 1577 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Marcin Net <marcin.net@linux.pl>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Signed-off-by: Eric <spice2wolf@gmail.com>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Signed-off-by: Marcin Net <marcin.net@linux.pl>
Signed-off-by: Oğuz Ersen <oguzersen@protonmail.com>
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/es/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pl/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/zh_Hans/
Translation: OpenWrt/LuCI/applications/statistics
2021-02-14 11:01:45 +02:00
Stan Grishin
b6c49588fe
Merge pull request #4793 from mihaisoloi/feature_idnet_dns
...
luci-app-https-dns-proxy: add idnet.net provider
2021-02-13 09:28:15 -08:00
Hannu Nyman
ccdca27a72
luci-base: remove deprecated radvd from ucitrack
...
Cleanup /etc/config/ucitrack by removing 'radvd' affect item
from network, as the radvd package has deprecated by odhcpd
and odhcp6c in 2014.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-02-13 12:20:57 +02:00
Hannu Nyman
3080af245a
treewide: i18n sync translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-02-13 10:30:20 +02:00
Hosted Weblate
08b1e40bfd
Translated using Weblate (Swedish)
...
Currently translated at 3.7% (7 of 186 strings)
Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/sv/
Translated using Weblate (Swedish)
Currently translated at 7.1% (2 of 28 strings)
Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/sv/
Translated using Weblate (Swedish)
Currently translated at 37.8% (64 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/sv/
Translated using Weblate (Swedish)
Currently translated at 15.1% (28 of 185 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/sv/
Translated using Weblate (Russian)
Currently translated at 6.4% (12 of 185 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ru/
Translated using Weblate (Swedish)
Currently translated at 76.2% (125 of 164 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/sv/
Translated using Weblate (Spanish)
Currently translated at 100.0% (164 of 164 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/es/
Translated using Weblate (Spanish)
Currently translated at 100.0% (185 of 185 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/es/
Translated using Weblate (Spanish)
Currently translated at 100.0% (169 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/
Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Viktor Griph <viktor@griph.se>
Co-authored-by: sergio <sergio+it@outerface.net>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Signed-off-by: Viktor Griph <viktor@griph.se>
Signed-off-by: sergio <sergio+it@outerface.net>
2021-02-13 10:26:54 +02:00
Hosted Weblate
84f0051349
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (13 of 13 strings)
Translation: OpenWrt/LuCI/applications/hd-idle
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/es/
Translated using Weblate (Spanish)
Currently translated at 100.0% (104 of 104 strings)
Translation: OpenWrt/LuCI/applications/smartdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/es/
Translated using Weblate (Spanish)
Currently translated at 100.0% (44 of 44 strings)
Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/es/
Translated using Weblate (Japanese)
Currently translated at 100.0% (25 of 25 strings)
Translation: OpenWrt/LuCI/applications/ksmbd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/ja/
Translated using Weblate (Spanish)
Currently translated at 100.0% (66 of 66 strings)
Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/es/
Translated using Weblate (Japanese)
Currently translated at 28.1% (27 of 96 strings)
Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (27 of 27 strings)
Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/ja/
Translated using Weblate (Japanese)
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/ja/
Translated using Weblate (Japanese)
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/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (25 of 25 strings)
Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (48 of 48 strings)
Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/ja/
Translated using Weblate (Spanish)
Currently translated at 100.0% (164 of 164 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/es/
Translated using Weblate (Spanish)
Currently translated at 100.0% (40 of 40 strings)
Translation: OpenWrt/LuCI/applications/clamav
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/es/
Translated using Weblate (Spanish)
Currently translated at 100.0% (185 of 185 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/es/
Translated using Weblate (Spanish)
Currently translated at 100.0% (173 of 173 strings)
Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/es/
Translated using Weblate (Spanish)
Currently translated at 100.0% (169 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/
Translated using Weblate (Japanese)
Currently translated at 94.9% (56 of 59 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (11 of 11 strings)
Translated using Weblate (Japanese)
Currently translated at 93.1% (54 of 58 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (37 of 37 strings)
Translated using Weblate (Japanese)
Currently translated at 98.2% (1550 of 1578 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/
Translated using Weblate (German)
Currently translated at 100.0% (13 of 13 strings)
Translation: OpenWrt/LuCI/applications/hd-idle
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/de/
Translated using Weblate (German)
Currently translated at 40.6% (74 of 182 strings)
Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/de/
Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Satoru Yoshida <ramat@ram.ne.jp>
Co-authored-by: Zocker1012 <julian.schoemer.1997@gmail.com>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>
Signed-off-by: Zocker1012 <julian.schoemer.1997@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/es/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/ja/
Translation: OpenWrt/LuCI/applications/p910nd
Translation: OpenWrt/LuCI/applications/polipo
Translation: OpenWrt/LuCI/applications/samba4
Translation: OpenWrt/LuCI/applications/uhttpd
2021-02-11 21:10:19 +02:00
Olivier Poitrey
1020d487c3
nextdns: remove deprecated hardened privacy option
...
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2021-02-11 21:09:58 +02:00
Dirk Brenken
42e8c249e5
Merge pull request #4804 from dibdot/banip
...
luci-app-banip: small fixes
2021-02-11 17:45:08 +01:00
Dirk Brenken
ce0fad2e11
luci-app-banip: small fixes
...
* individual settypes includes now local black- and whitelist as well
* simplify the frontpage poll logic
* add missing 'btn' class for screen readers
* sync translations
Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-02-11 15:30:05 +01:00
Mihai Soloi
f40192b76b
luci-app-https-dns-proxy: add idnet.net provider
...
Signed-off-by: Mihai Soloi <mihai.soloi@gmail.com>
2021-02-10 08:31:12 +00:00
Stan Grishin
98bd6f6ec3
Merge pull request #4794 from stangri/master-luci-app-simple-adblock
...
luci-app-simple-adblock: bugfix: default values for ListValue
2021-02-09 17:58:55 -08:00
Stan Grishin
de657534ac
luci-app-simple-adblock: bugfix: default values for ListValue
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-10 01:12:01 +00:00
Jo-Philipp Wich
3c166c25de
luci-base: luci.js: fix sortedKeys() ordering
...
Chrome does not properly sort arrays when the sort function returns boolean
results, in contrast to Firefox which does.
Fix the issue by returning a numerical result instead.
Fixes : #4792
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-02-10 00:07:32 +01:00
Jo-Philipp Wich
99e9c10612
Merge pull request #4763 from bryanforbes/fix-openwrt-2020-doctype
...
luci-theme-openwrt-2000: Add doctype to header
2021-02-09 10:52:21 +01:00
Hauke Mehrtens
c6bdaeb356
Merge pull request #4749 from dhewg/dsl
...
luci-mod-status: use the new ubus dsl metrics
2021-02-08 23:08:26 +00:00
Stan Grishin
3441740089
Merge pull request #4781 from stangri/master-luci-app-advanced-reboot
...
luci-app-advanced-reboot: add missing btn class to buttons
2021-02-08 12:51:50 -08:00
Stan Grishin
f45b7310d1
Merge pull request #4782 from stangri/master-luci-app-simple-adblock
...
luci-app-simple-adblock: add missing btn class to buttons
2021-02-08 12:51:42 -08:00
Stan Grishin
ee7b6259fe
Merge pull request #4783 from stangri/master-luci-app-vpnbypass
...
luci-app-vpnbypass: add missing btn class to buttons
2021-02-08 12:51:36 -08:00
Stan Grishin
3cfc09d3e8
Merge pull request #4784 from stangri/master-luci-app-https-dns-proxy
...
luci-app-https-dns-proxy: add missing btn class to buttons
2021-02-08 12:51:25 -08:00
Stan Grishin
45bd617c81
luci-app-vpn-policy-routing: sync with package verson 0.3; add missing btn class to buttons;
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-08 17:59:29 +00:00
Stan Grishin
12e35c0367
luci-app-vpnbypass: add missing btn class to buttons
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-08 17:40:50 +00:00
Stan Grishin
6215388b1b
luci-app-simple-adblock: add missing btn class to buttons
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-08 17:38:59 +00:00
Stan Grishin
e84c1c5ea1
luci-app-https-dns-proxy: add missing btn class to buttons
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-08 17:38:06 +00:00