summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-07-03luci-mod-network: improve static DHCP lease validationJo-Philipp Wich
- Ensure that MAC addresses are unique within the same pool - Ensure that IP addresses are globally unique - Ensure that IP addresses are within any DHCP pool range Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-07-03Revert "luci-mod-network: issue with breakdown of dnsmasq after duplication ↵Jo-Philipp Wich
of static IP was fixed" This reverts commit 463e910119813aaea0755ff5c16c91ce412a8cbb. This change causes the entire static lease to get deleted when attempting to change the MAC address. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-07-02luci-app-attendedsysupgrade: remove depends uhttpd-mod-ubusHuangbin Zhan
Remove depenedency uhttpd-mod-ubus which is not required. User may want to work with nginx rather uhttpd. Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2021-07-02luci-app-attendedsysupgrade: fix ACL definitionPaul Spooren
Fix the ACL file which handles the permissions for the LuCI app. Suggested-by: Jo-Philipp Wich <jo@mein.io> Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-07-02luci-mod-network: fix saving bridge VLANs without member portsJo-Philipp Wich
Calling `uci.set()` with an empty array yields an invalid argument error, make sure to pass `null` instead in this case. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-07-02luci-mod-network: work around jsmin bugJo-Philipp Wich
The jsmin minifier incorrectly transforms the expression `/\*/.test(...)` into `/\* /.test(...)`, causing the VLAN filter dialog to not recognize PVID settings in the configuration. Work around the issue by using an equivalent `\x2a` escape sequence instead. Ref: https://forum.openwrt.org/t/x/99222/28 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-07-02luci-app-openvpn: create base directory if not availableDirk Brenken
* trivial fix for never ending ticket #3454 Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-07-02Merge pull request #5162 from tano-systems/20210702-pr-nlbwmon-ul-dn-i18nJo-Philipp Wich
luci-app-nlbwmon: Add translation context for Download/Upload terms
2021-07-02luci-app-nlbwmon: Add translation context for Download/Upload termsAnton Kikin
Added a translation context for the terms 'Download' and 'Upload' used in this application. The reason is that these terms are translated differently in Russian depending on the context. If the terms are used in the sense of an action (download file or upload file) then the translations should be as follows: - Download = скачать - Upload = загрузить But if they are used in the context of a traffic counter (like in this application) the correct translations are: - Download = скачано - Upload = загружено A translation context has been added to all affected PO files to avoid breaking existing translations. The Russian translation in PO file is fixed to comply with the used context. Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2021-07-01build: add script to find commits suitable for cherry pickingJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-07-01luci-base: do not add validation for named section if readonly is setFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-07-01Merge pull request #5137 from TDT-AG/pr/20210621-luci-baseFlorian Eckert
luci-base: minor fixes and improvments
2021-07-01luci-base: prevent empty field for adding new named section in JavaScriptHelge Mader
Suggested-by: Helge Mader <ma@dev.tdt.de> Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-07-01luci-base: change css class btn to cbi-buttonFlorian Eckert
The css class btn is only a valid input element on lua rendered pages. Use instead cbi-button for javascript rendered pages. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-07-01luci-base: use button tag instead of input tag on named section addFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-07-01Merge pull request #5158 from TDT-AG/pr/20210630-luci-app-aclFlorian Eckert
luci-app-acl: some fixes
2021-07-01luci-app-acl: unset read and write before acl setFlorian Eckert
If the setting in the view is set to `denied`, only the read list option is deleted. This is not correct. The write list option must also be deleted. To ensure that the correct configuration is saved, the write and read list options are always deleted beforehand and then rewritten. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-06-30Merge pull request #5159 from dibdot/adblockDirk Brenken
luci-app-adblock: sync with latest version
2021-06-30luci-mod-status: don't set '-' hostname when creating static leaseJo-Philipp Wich
Fixes: #5153 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-06-30luci-mod-network: enforce IPv4 mode for traceroute callJo-Philipp Wich
Recent busybox traceroute applet versions support both IPv4 and IPv6 and default to IPv6 when running a route trace to an IPv6 enabled target host. Pass the `-4` flag to enforce IPv4 mode in this case. Fixes: #5155 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-06-30luci-app-adblock: sync with latest versionDirk Brenken
* expose new reporting option to LuCI * sync translations Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-06-29Translated using Weblate (Chinese (Simplified))Hosted Weblate
Currently translated at 100.0% (41 of 41 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/zh_Hans/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/zh_Hans/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (1740 of 1740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (212 of 212 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (1740 of 1740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Russian) Currently translated at 20.6% (13 of 63 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (25 of 25 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (94 of 94 strings) Translation: OpenWrt/LuCI/applications/vpn-policy-routing Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/ru/ Translated using Weblate (Russian) Currently translated at 28.3% (23 of 81 strings) Translation: OpenWrt/LuCI/applications/shadowsocks-libev Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/ru/ Translated using Weblate (Russian) Currently translated at 87.5% (21 of 24 strings) Translation: OpenWrt/LuCI/applications/lxc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (191 of 191 strings) Translated using Weblate (French) Currently translated at 58.5% (48 of 82 strings) Translated using Weblate (French) Currently translated at 86.5% (1506 of 1740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fr/ Translated using Weblate (Polish) Currently translated at 100.0% (49 of 49 strings) Translated using Weblate (Polish) Currently translated at 100.0% (20 of 20 strings) Translation: OpenWrt/LuCI/applications/ltqtapi Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/pl/ Translated using Weblate (Russian) Currently translated at 61.3% (27 of 44 strings) Translated using Weblate (Polish) Currently translated at 100.0% (49 of 49 strings) Translated using Weblate (Polish) Currently translated at 100.0% (195 of 195 strings) Translated using Weblate (Polish) Currently translated at 100.0% (33 of 33 strings) Translated using Weblate (Polish) Currently translated at 100.0% (1740 of 1740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (1740 of 1740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/ Co-authored-by: Adam Stańczyk <a.stanczyk@onet.pl> Co-authored-by: Artem <KovalevArtem.ru@gmail.com> Co-authored-by: ButterflyOfFire <ButterflyOfFire@protonmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Wojtek Sobczak <mister.adalbert@gmail.com> Co-authored-by: masta0f1eave <lomskoff.dima@gmail.com> Co-authored-by: xiazhang <xz@xia.plus> Signed-off-by: Adam Stańczyk <a.stanczyk@onet.pl> Signed-off-by: Artem <KovalevArtem.ru@gmail.com> Signed-off-by: ButterflyOfFire <ButterflyOfFire@protonmail.com> Signed-off-by: Wojtek Sobczak <mister.adalbert@gmail.com> Signed-off-by: masta0f1eave <lomskoff.dima@gmail.com> Signed-off-by: xiazhang <xz@xia.plus> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/pl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/pl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/pl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/pl/ Translation: OpenWrt/LuCI/applications/commands Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/fwknopd Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/openvpn Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/upnp Translation: OpenWrt/LuCI/modules/luci-mod-dashboard
2021-06-29Merge pull request #5143 from msylgj/patch-1Florian Eckert
luci-app-frpc/frps:add service status display
2021-06-24treewide: Remove/fix erroneous translationsHannu Nyman
Some Finnish strings were entered and English translations a few days ago wiht PR #5136. Most of the strings have already been corrected via weblate, but edit a few cases by hand. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-06-24Translated using Weblate (English)Hosted Weblate
Currently translated at 3.1% (2 of 64 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/en/ Translated using Weblate (English) Currently translated at 1.9% (1 of 52 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/en/ Translated using Weblate (English) Currently translated at 11.7% (2 of 17 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/en/ Translated using Weblate (English) Currently translated at 28.5% (2 of 7 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/en/ Translated using Weblate (English) Currently translated at 15.3% (2 of 13 strings) Translation: OpenWrt/LuCI/applications/shairplay Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/en/ Translated using Weblate (English) Currently translated at 1.6% (1 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/en/ Translated using Weblate (English) Currently translated at 6.2% (3 of 48 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/en/ Translated using Weblate (English) Currently translated at 1.5% (1 of 65 strings) Translation: OpenWrt/LuCI/applications/dnscrypt-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/en/ Translated using Weblate (English) Currently translated at 77.0% (37 of 48 strings) Translated using Weblate (English) Currently translated at 12.2% (6 of 49 strings) Translated using Weblate (English) Currently translated at 25.6% (50 of 195 strings) Translated using Weblate (English) Currently translated at 77.4% (148 of 191 strings) Translated using Weblate (English) Currently translated at 100.0% (33 of 33 strings) Translated using Weblate (English) Currently translated at 92.8% (13 of 14 strings) Translated using Weblate (English) Currently translated at 36.3% (4 of 11 strings) Translated using Weblate (English) Currently translated at 35.1% (120 of 341 strings) Translated using Weblate (English) Currently translated at 99.2% (132 of 133 strings) Translated using Weblate (English) Currently translated at 17.8% (310 of 1740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/en/ Co-authored-by: Hannu Nyman <hannu.nyman@iki.fi> Co-authored-by: Hosted Weblate <hosted@weblate.org> Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsntpc/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/en/ Translation: OpenWrt/LuCI/applications/ahcp Translation: OpenWrt/LuCI/applications/minidlna Translation: OpenWrt/LuCI/applications/ntpc Translation: OpenWrt/LuCI/applications/nut Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/openvpn Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/upnp
2021-06-24luci-app-frpc/frps:add service status displaySiYao Mo
reference from luci-app-smartdns Special thanks to Nick Peng <pymumu@gmail.com> Signed-off-by: SiYao Mo <msylgj@vip.qq.com>
2021-06-24Translated using Weblate (English)Hosted Weblate
Currently translated at 100.0% (49 of 49 strings) Translated using Weblate (English) Currently translated at 16.6% (3 of 18 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/en/ Translated using Weblate (English) Currently translated at 1.7% (1 of 57 strings) Translation: OpenWrt/LuCI/applications/nft-qos Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/en/ Translated using Weblate (English) Currently translated at 6.2% (3 of 48 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/en/ Translated using Weblate (English) Currently translated at 3.8% (1 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/en/ Translated using Weblate (English) Currently translated at 25.6% (50 of 195 strings) Translated using Weblate (English) Currently translated at 92.8% (13 of 14 strings) Translated using Weblate (English) Currently translated at 35.1% (120 of 341 strings) Translated using Weblate (English) Currently translated at 2.4% (2 of 82 strings) Translated using Weblate (English) Currently translated at 17.8% (310 of 1740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/en/ Translated using Weblate (Japanese) Currently translated at 74.0% (37 of 50 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ja/ Translated using Weblate (Japanese) Currently translated at 100.0% (38 of 38 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ja/ Co-authored-by: Hannu Nyman <hannu.nyman@iki.fi> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Satoru Yoshida <ramat@ram.ne.jp> Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsntpc/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/en/ Translation: OpenWrt/LuCI/applications/ntpc Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/modules/luci-mod-dashboard
2021-06-23Merge pull request #5141 from msylgj/patch-1Florian Eckert
luci-app-frpc: allow hostname in server address
2021-06-23Merge pull request #5140 from weblate/weblate-openwrt-luciFlorian Eckert
Translations update from Weblate
2021-06-23luci-app-frpc: allow hostname in server addressSiyao Mo
Sometimes, our frp server cannot use a static ip address. So perhaps we should allow people to use hostname in server address. Signed-off-by: SiYao Mo <msylgj@vip.qq.com>
2021-06-22Translated using Weblate (Chinese (Simplified))Hosted Weblate
Currently translated at 100.0% (39 of 39 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/zh_Hans/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (39 of 39 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/zh_Hans/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (39 of 39 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/pt_BR/ Translated using Weblate (Polish) Currently translated at 100.0% (39 of 39 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/pl/ Translated using Weblate (Spanish) Currently translated at 100.0% (39 of 39 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/es/ Translated using Weblate (Polish) Currently translated at 100.0% (123 of 123 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (195 of 195 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pl/ Translated using Weblate (Portuguese) Currently translated at 97.9% (191 of 195 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt/ Translated using Weblate (Polish) Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pl/ Translated using Weblate (Portuguese) Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (123 of 123 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/pt_BR/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (195 of 195 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/zh_Hans/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (195 of 195 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt_BR/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/zh_Hans/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt_BR/ Translated using Weblate (Spanish) Currently translated at 98.2% (168 of 171 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/es/ Translated using Weblate (Spanish) Currently translated at 99.4% (194 of 195 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/es/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (123 of 123 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/zh_Hans/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (341 of 341 strings) Translated using Weblate (Russian) Currently translated at 100.0% (341 of 341 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (1740 of 1740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Russian) Currently translated at 100.0% (1740 of 1740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (1740 of 1740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/ Translated using Weblate (Polish) Currently translated at 100.0% (1740 of 1740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/ Translated using Weblate (Spanish) Currently translated at 98.9% (1721 of 1740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Co-authored-by: Anton Kikin <a.a.kikin@gmail.com> 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: Matthaiks <kitynska@gmail.com> Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com> Co-authored-by: ssantos <ssantos@web.de> Co-authored-by: xiazhang <xz@xia.plus> Signed-off-by: Anton Kikin <a.a.kikin@gmail.com> Signed-off-by: Eric <spice2wolf@gmail.com> Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> Signed-off-by: Matthaiks <kitynska@gmail.com> Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com> Signed-off-by: ssantos <ssantos@web.de> Signed-off-by: xiazhang <xz@xia.plus> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/zh_Hans/ Translation: OpenWrt/LuCI/applications/statistics
2021-06-22Merge pull request #5138 from TDT-AG/pr/20210621-luci-app-acmeFlorian Eckert
luci-app-acme: change form view to GridSection
2021-06-22luci-app-acme: change form view to GridSectionFlorian Eckert
If multiple certificates are added, then the page is a bit confusing with all the informations. Therefore the GridSection view would be better suited here. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-06-21Merge pull request #4965 from tano-systems/pr/20210406-disable-routes-supportFlorian Eckert
luci-mod-network: Support for disabling routes
2021-06-21luci-mod-status: switch to html table for wlan channel analysisFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-06-21luci-nlbwmon: i18n sync translationsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-06-21luci-base: i18n sync translationsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-06-21luci-app-sqm: i18n sync translationsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-06-21luci-app-vpn-policy-routing: i18n sync translationsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-06-21luci-app-watchcat: i18n sync translationsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-06-21luci-app-banip: i18n sync translationsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-06-21luci-app-adblock: i18n sync translationsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-06-21Merge pull request #5129 from TDT-AG/pr/20210616-luci-app-nlbwmonFlorian Eckert
luci-app-nlbwmon: fix url and clean up the ui buttons
2021-06-21treewide: fix typo in "Enable VLAN filtering" labelJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-06-20Translated using Weblate (Chinese (Traditional))Hosted Weblate
Currently translated at 100.0% (49 of 49 strings) Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (3 of 3 strings) Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (195 of 195 strings) Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/zh_Hant/ Translated using Weblate (Chinese (Traditional)) Currently translated at 19.6% (38 of 193 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/zh_Hant/ Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (169 of 169 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/zh_Hant/ Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (29 of 29 strings) Translation: OpenWrt/LuCI/applications/vpnbypass Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/zh_Hant/ Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (38 of 38 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/zh_Hant/ Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (164 of 164 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/zh_Hant/ Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/zh_Hant/ Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (169 of 169 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/zh_Hant/ Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (191 of 191 strings) Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (32 of 32 strings) Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (341 of 341 strings) Translated using Weblate (Chinese (Traditional)) Currently translated at 91.0% (1584 of 1739 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/ Added translation using Weblate (Chinese (Traditional)) Added translation using Weblate (Chinese (Traditional)) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (1739 of 1739 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (English) Currently translated at 100.0% (49 of 49 strings) Translated using Weblate (German) Currently translated at 73.4% (36 of 49 strings) Translated using Weblate (Finnish) Currently translated at 100.0% (3 of 3 strings) Translated using Weblate (German) Currently translated at 100.0% (3 of 3 strings) Translated using Weblate (Slovak) 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/sk/ Translated using Weblate (English) Currently translated at 3.1% (2 of 64 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/en/ Translated using Weblate (German) Currently translated at 85.9% (55 of 64 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/de/ Translated using Weblate (Finnish) Currently translated at 17.0% (36 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/fi/ Translated using Weblate (Finnish) Currently translated at 11.5% (13 of 113 strings) Translated using Weblate (Finnish) Currently translated at 13.0% (16 of 123 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/fi/ Translated using Weblate (Finnish) Currently translated at 20.7% (34 of 164 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/fi/ Translated using Weblate (Finnish) Currently translated at 97.3% (37 of 38 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/fi/ Translated using Weblate (Finnish) Currently translated at 10.6% (7 of 66 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/fi/ Translated using Weblate (Finnish) Currently translated at 12.1% (9 of 74 strings) Translated using Weblate (Finnish) Currently translated at 12.5% (2 of 16 strings) Translated using Weblate (Finnish) Currently translated at 10.1% (11 of 108 strings) Translation: OpenWrt/LuCI/applications/simple-adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/fi/ Translated using Weblate (Finnish) Currently translated at 18.5% (15 of 81 strings) Translation: OpenWrt/LuCI/applications/shadowsocks-libev Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/fi/ Translated using Weblate (Finnish) Currently translated at 25.0% (7 of 28 strings) Translation: OpenWrt/LuCI/applications/vnstat2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/fi/ Translated using Weblate (Finnish) Currently translated at 4.8% (2 of 41 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/fi/ Translated using Weblate (Finnish) Currently translated at 10.3% (6 of 58 strings) Translated using Weblate (Finnish) Currently translated at 100.0% (33 of 33 strings) Translated using Weblate (Finnish) Currently translated at 30.3% (10 of 33 strings) Translated using Weblate (Finnish) Currently translated at 12.8% (25 of 195 strings) Translated using Weblate (Finnish) Currently translated at 20.9% (13 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/fi/ Translated using Weblate (Finnish) Currently translated at 16.3% (32 of 196 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/fi/ Translated using Weblate (Finnish) Currently translated at 8.7% (5 of 57 strings) Translation: OpenWrt/LuCI/applications/nft-qos Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/fi/ Translated using Weblate (Finnish) Currently translated at 90.0% (18 of 20 strings) Translation: OpenWrt/LuCI/applications/ltqtapi Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/fi/ Translated using Weblate (Finnish) Currently translated at 100.0% (17 of 17 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/fi/ Translated using Weblate (Finnish) Currently translated at 7.5% (13 of 173 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/fi/ Translated using Weblate (Finnish) Currently translated at 100.0% (13 of 13 strings) Translation: OpenWrt/LuCI/applications/pagekitec Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/fi/ Translated using Weblate (Finnish) Currently translated at 100.0% (26 of 26 strings) Translation: OpenWrt/LuCI/applications/wireguard Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/fi/ Translated using Weblate (Finnish) Currently translated at 3.1% (2 of 63 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/fi/ Translated using Weblate (Finnish) Currently translated at 15.9% (15 of 94 strings) Translation: OpenWrt/LuCI/applications/vpn-policy-routing Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/fi/ Translated using Weblate (Finnish) Currently translated at 100.0% (18 of 18 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/fi/ Translated using Weblate (Finnish) Currently translated at 25.0% (13 of 52 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/fi/ Translated using Weblate (Finnish) Currently translated at 5.6% (11 of 193 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/fi/ Translated using Weblate (Finnish) Currently translated at 19.3% (6 of 31 strings) Translation: OpenWrt/LuCI/applications/dynapoint Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/fi/ Translated using Weblate (Finnish) Currently translated at 88.4% (1538 of 1739 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fi/ Translated using Weblate (Slovak) Currently translated at 12.7% (12 of 94 strings) Translation: OpenWrt/LuCI/applications/vpn-policy-routing Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/sk/ Translated using Weblate (Slovak) Currently translated at 6.0% (4 of 66 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/sk/ Translated using Weblate (English) Currently translated at 16.6% (3 of 18 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/en/ Translated using Weblate (Slovak) Currently translated at 13.4% (7 of 52 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/sk/ Translated using Weblate (English) Currently translated at 1.9% (1 of 52 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/en/ Translated using Weblate (Slovak) Currently translated at 8.8% (3 of 34 strings) Translation: OpenWrt/LuCI/applications/wifischedule Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/sk/ Translated using Weblate (Slovak) Currently translated at 13.7% (4 of 29 strings) Translation: OpenWrt/LuCI/applications/vpnbypass Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/sk/ Translated using Weblate (Slovak) Currently translated at 3.7% (7 of 186 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/sk/ Translated using Weblate (English) Currently translated at 11.7% (2 of 17 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/en/ Translated using Weblate (Slovak) Currently translated at 8.2% (14 of 169 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/sk/ Translated using Weblate (English) Currently translated at 28.5% (2 of 7 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/en/ Translated using Weblate (Slovak) Currently translated at 6.4% (7 of 108 strings) Translation: OpenWrt/LuCI/applications/simple-adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/sk/ Translated using Weblate (English) Currently translated at 15.3% (2 of 13 strings) Translation: OpenWrt/LuCI/applications/shairplay Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/en/ Translated using Weblate (English) Currently translated at 1.6% (1 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/en/ Translated using Weblate (English) Currently translated at 1.7% (1 of 57 strings) Translation: OpenWrt/LuCI/applications/nft-qos Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/en/ Translated using Weblate (English) Currently translated at 6.2% (3 of 48 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/en/ Translated using Weblate (English) Currently translated at 1.5% (1 of 65 strings) Translation: OpenWrt/LuCI/applications/dnscrypt-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/en/ Translated using Weblate (Slovak) Currently translated at 23.0% (6 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/sk/ Translated using Weblate (English) Currently translated at 3.8% (1 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/en/ Translated using Weblate (Slovak) Currently translated at 16.6% (2 of 12 strings) Translation: OpenWrt/LuCI/applications/bcp38 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/sk/ Translated using Weblate (Slovak) Currently translated at 3.6% (7 of 193 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/sk/ Translated using Weblate (German) Currently translated at 100.0% (41 of 41 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/de/ Translated using Weblate (German) Currently translated at 95.7% (157 of 164 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/de/ Translated using Weblate (Slovak) Currently translated at 4.5% (6 of 133 strings) Translated using Weblate (English) Currently translated at 77.0% (37 of 48 strings) Translated using Weblate (English) Currently translated at 12.2% (6 of 49 strings) Translated using Weblate (Slovak) Currently translated at 11.2% (22 of 195 strings) Translated using Weblate (English) Currently translated at 40.0% (2 of 5 strings) Translated using Weblate (English) Currently translated at 25.6% (50 of 195 strings) Translated using Weblate (English) Currently translated at 77.4% (148 of 191 strings) Translated using Weblate (English) Currently translated at 100.0% (33 of 33 strings) Translated using Weblate (English) Currently translated at 96.9% (32 of 33 strings) Translated using Weblate (English) Currently translated at 100.0% (14 of 14 strings) Translated using Weblate (English) Currently translated at 36.3% (4 of 11 strings) Translated using Weblate (Slovak) Currently translated at 5.5% (19 of 341 strings) Translated using Weblate (English) Currently translated at 35.1% (120 of 341 strings) Translated using Weblate (English) Currently translated at 2.4% (2 of 82 strings) Translated using Weblate (English) Currently translated at 99.2% (132 of 133 strings) Translated using Weblate (Slovak) Currently translated at 44.2% (770 of 1739 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sk/ Translated using Weblate (English) Currently translated at 17.8% (310 of 1739 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/en/ Translated using Weblate (German) Currently translated at 99.8% (1736 of 1739 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/ Co-authored-by: Demian Wright <wright.demian+weblate@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Hulen <shift0106@gmail.com> Co-authored-by: Juraj Šášik <juraj.sasik@gmail.com> Co-authored-by: Martin <martin.hubner@web.de> Co-authored-by: xiazhang <xz@xia.plus> Signed-off-by: Demian Wright <wright.demian+weblate@gmail.com> Signed-off-by: Hulen <shift0106@gmail.com> Signed-off-by: Juraj Šášik <juraj.sasik@gmail.com> Signed-off-by: Martin <martin.hubner@web.de> Signed-off-by: xiazhang <xz@xia.plus> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/fi/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/fi/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsntpc/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/sk/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/fi/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/sk/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/fi/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/fi/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/sk/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/fi/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/fi/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-battstatus/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-battstatus/fi/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-battstatus/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/en/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/zh_Hant/ Translation: OpenWrt/LuCI/applications/ahcp Translation: OpenWrt/LuCI/applications/commands Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/minidlna Translation: OpenWrt/LuCI/applications/ntpc Translation: OpenWrt/LuCI/applications/nut Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/openvpn Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/polipo Translation: OpenWrt/LuCI/applications/radicale2 Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/upnp Translation: OpenWrt/LuCI/applications/vnstat Translation: OpenWrt/LuCI/applications/watchcat Translation: OpenWrt/LuCI/modules/luci-mod-battstatus Translation: OpenWrt/LuCI/modules/luci-mod-dashboard
2021-06-18luco-app-ksmbd, luci-app-omcproxy: use relative luci.mk include pathJo-Philipp Wich
Fixes: #5134 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-06-17Translated using Weblate (Hungarian)Hosted Weblate
Currently translated at 0.9% (2 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/hu/ Translated using Weblate (Hungarian) Currently translated at 10.6% (18 of 169 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/hu/ Translated using Weblate (Hungarian) Currently translated at 7.7% (15 of 193 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/hu/ Translated using Weblate (Hungarian) Currently translated at 23.6% (40 of 169 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/hu/ Translated using Weblate (Hungarian) Currently translated at 6.2% (2 of 32 strings) Translated using Weblate (Hungarian) Currently translated at 100.0% (72 of 72 strings) Translated using Weblate (Hungarian) Currently translated at 100.0% (11 of 11 strings) Translated using Weblate (Chinese (Traditional)) Currently translated at 19.1% (37 of 193 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/zh_Hant/ Translated using Weblate (Chinese (Traditional)) Currently translated at 95.2% (161 of 169 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/zh_Hant/ Translated using Weblate (Portuguese) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pt/ Translated using Weblate (Portuguese) Currently translated at 100.0% (32 of 32 strings) Translated using Weblate (Turkish) Currently translated at 100.0% (1739 of 1739 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/ Co-authored-by: Gergő Szalka <kisszalimo@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: semih <semiht@gmail.com> Co-authored-by: ssantos <ssantos@web.de> Co-authored-by: 曹恩逢 <nelson22768384@gmail.com> Signed-off-by: Gergő Szalka <kisszalimo@gmail.com> Signed-off-by: semih <semiht@gmail.com> Signed-off-by: ssantos <ssantos@web.de> Signed-off-by: 曹恩逢 <nelson22768384@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/hu/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/hu/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/hu/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/pt/ Translation: OpenWrt/LuCI/applications/opkg Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/watchcat
2021-06-17luci-mod-network: parse ports without tag/pvid annotation as wellJo-Philipp Wich
Fixes: 01eac366f6 ("luci-mod-network: fix tagging/pvid state parsing in bridge-vlan ports") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-06-17luci-mod-network: fix tagging/pvid state parsing in bridge-vlan portsJo-Philipp Wich
The previous code naively looked for a `t` in the entire port spec, wrongly matching untagged ports having a `t` in their name, such as `eth0`. Rework the logic to be more strict when parsing the port member specification to avoid this issue. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-06-17luci-app-nlbwmon: showe force reload button even if data are availableFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>