mirror of
https://git.openwrt.org/project/luci.git
synced 2025-11-01 06:21:40 +08:00
ab7018cd6eacaf5f9c495bec06a89ea060eea328
18422 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 6a36e9ac50 |
luci-app-acme: render DNS API fields from the Structured Info
The ACME.sh DNS API scripts have a description of their options. Now we can parse them and render all necessary fields for a specific DNS API. When a user changes the DNS API specific options, their value is copied into the Credentials list, thus keeping backward compatibility. Some DNS APIs like CloudFlare or Selectel have alternative options (usually API v2). To see the Alternative credentials, a user should click on the Alt Options flag. Signed-off-by: Sergey Ponomarev <stokito@gmail.com> |
|||
| 0a1bb36532 |
treewide: Sync translations - i18n
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> |
|||
| 670c5592d1 |
build: enable packaging of Gaelic (Irish) and Tamil translations
Gaelic and Tamil have been translated for luci-base, so enable them for building. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> |
|||
| 1631c72b8c |
Translated using Weblate (Catalan)
Currently translated at 52.0% (39 of 75 strings) Translated using Weblate (Portuguese) Currently translated at 94.1% (16 of 17 strings) Translation: OpenWrt/LuCI/applications/eoip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/pt/ Translated using Weblate (German) Currently translated at 100.0% (290 of 290 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/de/ Translated using Weblate (Czech) Currently translated at 99.7% (2579 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (61 of 61 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/lt/ Translated using Weblate (Lithuanian) Currently translated at 43.4% (89 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (28 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/lt/ Translated using Weblate (Lithuanian) Currently translated at 62.7% (182 of 290 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (88 of 88 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (59 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/lt/ Translated using Weblate (Lithuanian) Currently translated at 97.0% (2511 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Co-authored-by: Džiugas Januševičius <dziugas1959@hotmail.com> Co-authored-by: Eduard Rius <edu.8397.9@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Pavel Borecki <pavel.borecki@gmail.com> Co-authored-by: ssantos <ssantos@web.de> Signed-off-by: Džiugas Januševičius <dziugas1959@hotmail.com> Signed-off-by: Pavel Borecki <pavel.borecki@gmail.com> Signed-off-by: ssantos <ssantos@web.de> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/ca/ Translation: OpenWrt/LuCI/applications/tinyproxy |
|||
| 183ab68aef |
luci-proto-ipv6: map: allow /128 IPv6 prefix length
IPv6 prefix length is normally valid in the range 0–64. Additionally, /128 is a special case that needs to be supported. Signed-off-by: Arayuki Mago <ms@missing233.com> |
|||
| f8a28923b1 |
luci-app-attendedsysupgrade: correct asu link
Signed-off-by: Dawid Dziurla <dawidd0811@gmail.com> |
|||
| 64d260748c |
luci-app-snmpd: change maintainership
Take over maintainership after offer to do so. Signed-off-by: Christian Korber <ck@dev.tdt.de> |
|||
| f4676c04d4 |
luci-app-snmpd: move Global Settings
Due to difficult diff when introducing `populateGlobalSettings` this commit moves the function to the top. Signed-off-by: Christian Korber <ck@dev.tdt.de> |
|||
| e51a2281df |
luci-app-snmpd: test for libssl
Libopenssl is needed for using SNMP v3. To display SNMP v3 functionality it is tested and if found with ldd the tab SNMPv3 will be displayed and otherwise not. This commit is needed to prevent a dependency on a specfic snmpd variant (snmpd-ssl or snmpd). Signed-off-by: Christian Korber <ck@dev.tdt.de> |
|||
| a2a03743cc |
luci-app-snmpd: require 8 character password
Test for required length of passphrases according to net-snmp Signed-off-by: Christian Korber <ck@dev.tdt.de> |
|||
| 3fc405003d |
luci-app-snmpd: add MIB download area
This commit adds a new tab to download all mib files that are stored in /usr/share/snmp/mibs folder. Signed-off-by: Christian Korber <ckorber@tdt.de> |
|||
| 355473297d |
luci-app-snmpd: refactor advanced settings
Advanced settings (groups, access, com2sec) are refactored in a new function. Redundant comments are also deleted. Signed-off-by: Christian Korber <ckorber@tdt.de> |
|||
| 5a5d273e1c |
luci-app-snmpd: add Log Settings
In this commit logging functionality is added. It is possible to log to syslog or file. Signed-off-by: Christian Korber <ckorber@tdt.de> |
|||
| b232a6d76b |
luci-app-snmpd: add Trap Settings
This commit adds the possibility to add traps to the configuration. Signed-off-by: Christian Korber <ck@dev.tdt.de> |
|||
| 8bdcfa68ef |
luci-app-snmpd: add SNMPv3 tab
This commit introduces a new tab with SNMPv3 options to set. Authentication and encryption parameters can be set needed for net-snmp's snmpd.conf in /var/run. Signed-off-by: Christian Korber <ckorber@tdt.de> |
|||
| 6bb8776351 |
luci-app-snmpd: add SNMPv1/v2c tab
This commit adds commonities for SNMPv1 and v2c. It is possible to implement communities by default, via hostname or with IP/BITS. Signed-off-by: Christian Korber <ckorber@tdt.de> |
|||
| 10a527a06c |
luci-app-snmpd: add Global Settings
This commit moves global settings into a separate function. Signed-off-by: Christian Korber <ck@dev.tdt.de> |
|||
| cdb326b7b1 |
luci-app-snmpd: add System Settings
This commit moves system settings into a separate function. Signed-off-by: Christian Korber <ck@dev.tdt.de> |
|||
| 04d72701d8 |
luci-app-snmpd: refactor port and agentxsocket option
This commit is a refactorization of the options port and agentxsocket. Signed-off-by: Christian Korber <ckorber@tdt.de> |
|||
| c1f1ba0afd |
luci-app-snmpd: add snmp_version and ip_protocol
This commit introduces the variables snmp_version and ip_protocol. These are used in future commits to determine which SNMP version (snmp_version) to use and which port (ip_protocol) is suitable. Signed-off-by: Christian Korber <ckorber@tdt.de> |
|||
| 4ea7888909 |
luci-app-snmpd: group options in tabs
This commit groups the existing options in a general tabs and advanced tab. It also prepares to add additional tabs for SNMPv1/v2c and SNMPv3 in the future. Signed-off-by: Christian Korber <ck@dev.tdt.de> |
|||
| a2d0f5e2b3 |
luci-mod-network: Change cache placeholder to internal default 150
Signed-off-by: Paul Donald <newtwen+github@gmail.com> |
|||
| e18a4038ff |
Translated using Weblate (Portuguese)
Currently translated at 85.0% (34 of 40 strings) Translation: OpenWrt/LuCI/applications/example Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsexample/pt/ Translated using Weblate (German) Currently translated at 96.2% (51 of 53 strings) Translated using Weblate (German) Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/de/ Translated using Weblate (German) Currently translated at 71.8% (92 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/de/ Translated using Weblate (German) Currently translated at 71.8% (92 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/de/ Translated using Weblate (German) Currently translated at 77.5% (138 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/de/ Translated using Weblate (German) Currently translated at 77.5% (138 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/de/ Translated using Weblate (German) Currently translated at 98.7% (160 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/de/ Translated using Weblate (German) Currently translated at 100.0% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/de/ Translated using Weblate (German) Currently translated at 99.6% (289 of 290 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/de/ Translated using Weblate (German) Currently translated at 99.6% (289 of 290 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/de/ Translated using Weblate (German) Currently translated at 99.6% (289 of 290 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/de/ Translated using Weblate (German) Currently translated at 74.8% (110 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/de/ Translated using Weblate (German) Currently translated at 74.8% (110 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/de/ Translated using Weblate (German) Currently translated at 94.3% (50 of 53 strings) Translated using Weblate (German) Currently translated at 94.3% (50 of 53 strings) Translated using Weblate (German) Currently translated at 99.0% (2562 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/ Translated using Weblate (German) Currently translated at 99.0% (2562 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/ Translated using Weblate (German) Currently translated at 94.1% (16 of 17 strings) Translation: OpenWrt/LuCI/applications/eoip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/de/ Translated using Weblate (German) Currently translated at 100.0% (61 of 61 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/de/ Translated using Weblate (German) Currently translated at 100.0% (165 of 165 strings) Translated using Weblate (German) Currently translated at 99.0% (2561 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/ Translated using Weblate (German) Currently translated at 69.5% (89 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/de/ Translated using Weblate (German) Currently translated at 69.5% (89 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/de/ Translated using Weblate (German) Currently translated at 98.2% (285 of 290 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/de/ Translated using Weblate (Portuguese) Currently translated at 100.0% (205 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt/ Co-authored-by: Ettore Atalan <atalanttore@googlemail.com> Co-authored-by: FKdeveloper <felix.koeppel.ch@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: kyoforkshomebrews <marc.mario@gmx.at> Co-authored-by: ssantos <ssantos@web.de> Signed-off-by: Ettore Atalan <atalanttore@googlemail.com> Signed-off-by: FKdeveloper <felix.koeppel.ch@gmail.com> Signed-off-by: kyoforkshomebrews <marc.mario@gmx.at> Signed-off-by: ssantos <ssantos@web.de> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/de/ Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/upnp |
|||
| 2a3ed43889 |
Merge pull request #7921 from stangri/master-luci-app-adblock-fast
luci-app-adblock-fast: update to 1.1.4-r12 |
|||
| 68f9e67432 |
luci-app-adblock-fast: update to 1.1.4-r12
* update to keep in sync with principal package Signed-off-by: Stan Grishin <stangri@melmac.ca> |
|||
| 983ecabe21 |
Translated using Weblate (Persian)
Currently translated at 11.3% (294 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fa/ Translated using Weblate (German) Currently translated at 99.0% (2561 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/ Translated using Weblate (German) Currently translated at 100.0% (107 of 107 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/de/ Translated using Weblate (German) Currently translated at 35.1% (45 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/de/ Translated using Weblate (German) Currently translated at 70.7% (126 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/de/ Translated using Weblate (German) Currently translated at 98.8% (87 of 88 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/de/ Translated using Weblate (German) Currently translated at 100.0% (61 of 61 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/de/ Translated using Weblate (German) Currently translated at 100.0% (60 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/de/ Translated using Weblate (German) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/de/ Translated using Weblate (German) Currently translated at 100.0% (28 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/de/ Translated using Weblate (German) Currently translated at 100.0% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/de/ Translated using Weblate (German) Currently translated at 100.0% (59 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/de/ Translated using Weblate (German) Currently translated at 87.8% (145 of 165 strings) Translated using Weblate (Portuguese) Currently translated at 100.0% (2586 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/ Translated using Weblate (German) Currently translated at 97.4% (2520 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/ Translated using Weblate (German) Currently translated at 100.0% (254 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/de/ Translated using Weblate (German) Currently translated at 100.0% (164 of 164 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/de/ Translated using Weblate (German) Currently translated at 97.5% (158 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/de/ Translated using Weblate (German) Currently translated at 100.0% (17 of 17 strings) Translation: OpenWrt/LuCI/applications/omcproxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/de/ Translated using Weblate (German) Currently translated at 100.0% (205 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/de/ Translated using Weblate (German) Currently translated at 99.6% (283 of 284 strings) Translated using Weblate (German) Currently translated at 100.0% (399 of 399 strings) Translated using Weblate (Romanian) Currently translated at 3.3% (1 of 30 strings) Translated using Weblate (Romanian) Currently translated at 15.1% (5 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/ro/ Translated using Weblate (Romanian) Currently translated at 2.8% (3 of 107 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/ro/ Translated using Weblate (Romanian) Currently translated at 3.9% (10 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ro/ Translated using Weblate (Romanian) Currently translated at 90.6% (78 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ro/ Translated using Weblate (Romanian) Currently translated at 17.7% (8 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ro/ Translated using Weblate (Romanian) Currently translated at 18.1% (6 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/ro/ Translated using Weblate (Romanian) Currently translated at 17.3% (8 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ro/ Translated using Weblate (Romanian) Currently translated at 12.1% (8 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ro/ Translated using Weblate (Romanian) Currently translated at 4.5% (4 of 88 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/ro/ Translated using Weblate (Romanian) Currently translated at 67.0% (110 of 164 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (50 of 50 strings) Translated using Weblate (Romanian) Currently translated at 99.5% (210 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ro/ Translated using Weblate (Romanian) Currently translated at 93.7% (15 of 16 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/ro/ Translated using Weblate (Romanian) Currently translated at 39.2% (11 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/ro/ Translated using Weblate (Romanian) Currently translated at 52.3% (77 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (59 of 59 strings) Translation: OpenWrt/LuCI/applications/nft-qos Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (49 of 49 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/ro/ Translated using Weblate (Romanian) Currently translated at 96.1% (25 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (83 of 83 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ro/ Translated using Weblate (Romanian) Currently translated at 96.3% (133 of 138 strings) Translated using Weblate (Romanian) Currently translated at 6.6% (11 of 165 strings) Translated using Weblate (Romanian) Currently translated at 98.9% (191 of 193 strings) Translated using Weblate (Romanian) Currently translated at 100.0% (82 of 82 strings) Translated using Weblate (Romanian) Currently translated at 83.9% (2171 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ro/ Translated using Weblate (Romanian) Currently translated at 83.9% (2171 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ro/ Added translation using Weblate (Romanian) Translated using Weblate (Romanian) Currently translated at 12.1% (4 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/ro/ Translated using Weblate (Romanian) Currently translated at 1.8% (2 of 107 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/ro/ Translated using Weblate (Italian) Currently translated at 1.9% (5 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/it/ Translated using Weblate (Italian) Currently translated at 7.8% (14 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/it/ Translated using Weblate (Romanian) Currently translated at 2.8% (5 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/ro/ Translated using Weblate (Romanian) Currently translated at 3.1% (4 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/ro/ Translated using Weblate (Romanian) Currently translated at 4.9% (4 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/ro/ Translated using Weblate (Romanian) Currently translated at 10.4% (5 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/ro/ Translated using Weblate (Romanian) Currently translated at 15.2% (7 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ro/ Translated using Weblate (Romanian) Currently translated at 23.5% (4 of 17 strings) Translation: OpenWrt/LuCI/applications/eoip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/ro/ Translated using Weblate (Romanian) Currently translated at 10.6% (7 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ro/ Translated using Weblate (Romanian) Currently translated at 4.5% (9 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ro/ Translated using Weblate (Spanish) Currently translated at 100.0% (178 of 178 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (164 of 164 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/es/ Translated using Weblate (Romanian) Currently translated at 100.0% (61 of 61 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (89 of 89 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (25 of 25 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/ro/ Translated using Weblate (Spanish) Currently translated at 100.0% (25 of 25 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/es/ Translated using Weblate (Spanish) Currently translated at 96.9% (157 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (16 of 16 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/es/ Translated using Weblate (Romanian) Currently translated at 97.9% (187 of 191 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ro/ Translated using Weblate (Romanian) Currently translated at 50.0% (8 of 16 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (124 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ro/ Translated using Weblate (Romanian) Currently translated at 96.1% (25 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/ro/ Translated using Weblate (Romanian) Currently translated at 55.1% (160 of 290 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ro/ Translated using Weblate (Romanian) Currently translated at 54.1% (111 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ro/ Translated using Weblate (Italian) Currently translated at 71.4% (20 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/it/ Translated using Weblate (Italian) Currently translated at 50.0% (8 of 16 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/it/ Translated using Weblate (Italian) Currently translated at 68.9% (200 of 290 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/it/ Translated using Weblate (Italian) Currently translated at 80.7% (67 of 83 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/it/ Translated using Weblate (Italian) Currently translated at 53.6% (110 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/it/ Translated using Weblate (Spanish) Currently translated at 100.0% (205 of 205 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% (290 of 290 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% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (168 of 168 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% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (83 of 83 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (191 of 191 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/ Translated using Weblate (Romanian) Currently translated at 97.4% (191 of 196 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (62 of 62 strings) Translated using Weblate (Italian) Currently translated at 40.8% (20 of 49 strings) Translated using Weblate (Romanian) Currently translated at 100.0% (113 of 113 strings) Translated using Weblate (Romanian) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Romanian) Currently translated at 6.0% (10 of 165 strings) Translated using Weblate (Italian) Currently translated at 4.8% (8 of 165 strings) Translated using Weblate (Romanian) Currently translated at 100.0% (183 of 183 strings) Translated using Weblate (Romanian) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (193 of 193 strings) Translated using Weblate (Italian) Currently translated at 30.6% (23 of 75 strings) Translated using Weblate (Czech) Currently translated at 100.0% (193 of 193 strings) Translated using Weblate (Catalan) Currently translated at 80.3% (155 of 193 strings) Translated using Weblate (Romanian) Currently translated at 97.5% (277 of 284 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (399 of 399 strings) Translated using Weblate (Romanian) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Romanian) Currently translated at 81.3% (2105 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ro/ Translated using Weblate (Italian) Currently translated at 89.5% (2315 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/it/ Translated using Weblate (Spanish) Currently translated at 99.9% (2584 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Co-authored-by: CRISTIAN ANDREI <cristianvdr@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Luigi Grilli <luigi.grilli@gmail.com> Co-authored-by: Sergiu Alexa <alexasergiu03@gmail.com> Co-authored-by: brodrigueznu <brodrigueznu@hotmail.com> Co-authored-by: reza <rezad1393@protonmail.ch> Co-authored-by: ssantos <ssantos@web.de> Signed-off-by: CRISTIAN ANDREI <cristianvdr@gmail.com> Signed-off-by: Luigi Grilli <luigi.grilli@gmail.com> Signed-off-by: Sergiu Alexa <alexasergiu03@gmail.com> Signed-off-by: brodrigueznu <brodrigueznu@hotmail.com> Signed-off-by: reza <rezad1393@protonmail.ch> Signed-off-by: ssantos <ssantos@web.de> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsantiblock/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/ca/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/cs/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/ro/ Translation: OpenWrt/LuCI/applications/antiblock Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/minidlna Translation: OpenWrt/LuCI/applications/nut Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/openvpn Translation: OpenWrt/LuCI/applications/radicale2 Translation: OpenWrt/LuCI/applications/rp-pppoe-server Translation: OpenWrt/LuCI/applications/samba4 Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/uhttpd Translation: OpenWrt/LuCI/applications/watchcat Translation: OpenWrt/LuCI/modules/luci-mod-dashboard |
|||
| 3a45003bfb |
luci-app-statistics: Adds ability to configure encrypted connections in the MQTT package
Updates mqtt.js to add user interface to configure a path to a CA Cert file to be used by MQTT to verify the servers certificate, and adds a setting to configure the TLS verison to be used for the conneciton. Also updates stat-genconfig to then copy these settings into the generated collectd.conf Signed-off-by: Nat Gist <nat.gist@gmail.com> |
|||
| 9c7e472edb |
rpcd-mod-{luci,rrdns}: set cmake_minimum_required to current 3.31
Set minimum required cmake version to the current 3.31 in preparation to cmake 4.x where value below 3.5 is deprecated. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> |
|||
| 4c8cd49f70 |
luci-app-frp*: Remove myself as maintainer
Signed-off-by: Richard Yu <yurichard3839@gmail.com> |
|||
| 4ca193d291 |
Translated using Weblate (Portuguese)
Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/pt/ Translated using Weblate (Portuguese) Currently translated at 100.0% (61 of 61 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/pt/ Translated using Weblate (Portuguese) Currently translated at 100.0% (162 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pt/ Translated using Weblate (Portuguese) Currently translated at 100.0% (31 of 31 strings) Translation: OpenWrt/LuCI/applications/wifischedule Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/pt/ Translated using Weblate (Portuguese) Currently translated at 100.0% (31 of 31 strings) Translation: OpenWrt/LuCI/applications/wifischedule Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/pt/ Translated using Weblate (Portuguese) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pt/ Translated using Weblate (Portuguese) Currently translated at 100.0% (28 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/pt/ Translated using Weblate (Portuguese) Currently translated at 100.0% (59 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/pt/ Translated using Weblate (Portuguese) Currently translated at 100.0% (49 of 49 strings) Translated using Weblate (Portuguese) Currently translated at 97.5% (39 of 40 strings) Translated using Weblate (Portuguese) Currently translated at 100.0% (399 of 399 strings) Translated using Weblate (Persian) Currently translated at 12.7% (21 of 165 strings) Translated using Weblate (Persian) Currently translated at 32.0% (57 of 178 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/fa/ Translated using Weblate (Persian) Currently translated at 58.0% (119 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/fa/ Translated using Weblate (German) Currently translated at 98.8% (87 of 88 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/de/ Translated using Weblate (Persian) Currently translated at 22.8% (39 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/fa/ Translated using Weblate (German) Currently translated at 100.0% (178 of 178 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/de/ Translated using Weblate (German) Currently translated at 95.1% (156 of 164 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/de/ Translated using Weblate (German) Currently translated at 88.8% (144 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/de/ Translated using Weblate (German) Currently translated at 99.5% (204 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/de/ Translated using Weblate (German) Currently translated at 99.2% (282 of 284 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (2586 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/ Translated using Weblate (Portuguese) Currently translated at 51.5% (17 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/pt/ Translated using Weblate (Portuguese) Currently translated at 100.0% (2586 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/ Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: KING APPS <kiperking1@gmail.com> Co-authored-by: SHUTDOWN <fidde_2003@hotmail.com> Co-authored-by: ZW <roc_fe@users.noreply.hosted.weblate.org> Co-authored-by: ssantos <ssantos@web.de> Signed-off-by: KING APPS <kiperking1@gmail.com> Signed-off-by: SHUTDOWN <fidde_2003@hotmail.com> Signed-off-by: ZW <roc_fe@users.noreply.hosted.weblate.org> Signed-off-by: ssantos <ssantos@web.de> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/fa/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/pt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/pt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt/ Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/rp-pppoe-server Translation: OpenWrt/LuCI/applications/statistics |
|||
| 09372c6ddc |
Merge pull request #7902 from stangri/master-luci-app-advanced-reboot
luci-app-advanced-reboot: update to 1.1.0-1 |
|||
| ae16bb74dd |
Translated using Weblate (Portuguese)
Currently translated at 100.0% (178 of 178 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/pt/ Translated using Weblate (Portuguese) Currently translated at 68.9% (113 of 164 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/pt/ Translated using Weblate (Portuguese) Currently translated at 95.6% (155 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pt/ Translated using Weblate (Lithuanian) Currently translated at 42.9% (88 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (Lithuanian) Currently translated at 62.4% (181 of 290 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (399 of 399 strings) Translated using Weblate (Polish) Currently translated at 100.0% (183 of 183 strings) Translated using Weblate (Polish) Currently translated at 100.0% (193 of 193 strings) Translated using Weblate (Polish) Currently translated at 100.0% (2586 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (193 of 193 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2586 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/ Co-authored-by: Džiugas Januševičius <dziugas1959@hotmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Co-authored-by: Piotr Kołtun <pkoltungm@gmail.com> Co-authored-by: ssantos <ssantos@web.de> Signed-off-by: Džiugas Januševičius <dziugas1959@hotmail.com> Signed-off-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Signed-off-by: Piotr Kołtun <pkoltungm@gmail.com> Signed-off-by: ssantos <ssantos@web.de> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/pl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/pl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/lt/ Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/openvpn Translation: OpenWrt/LuCI/applications/statistics |
|||
| e484f9c7b6 |
Translated using Weblate (Irish)
Currently translated at 100.0% (162 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ga/ Translated using Weblate (Irish) Currently translated at 100.0% (178 of 178 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ga/ Translated using Weblate (Irish) Currently translated at 100.0% (164 of 164 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ga/ Translated using Weblate (Czech) Currently translated at 100.0% (178 of 178 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/cs/ Translated using Weblate (Russian) Currently translated at 100.0% (71 of 71 strings) Translated using Weblate (Czech) Currently translated at 100.0% (164 of 164 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/cs/ Translated using Weblate (Czech) Currently translated at 96.9% (157 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/cs/ Translated using Weblate (Russian) Currently translated at 100.0% (113 of 113 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (102 of 102 strings) Translated using Weblate (Russian) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Russian) Currently translated at 100.0% (2586 of 2586 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 3.9% (10 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (178 of 178 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 68.2% (112 of 164 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (162 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (17 of 17 strings) Translation: OpenWrt/LuCI/applications/omcproxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (59 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (26 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (138 of 138 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (399 of 399 strings) Translated using Weblate (Portuguese) Currently translated at 100.0% (30 of 30 strings) Translated using Weblate (Swedish) Currently translated at 11.4% (29 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/sv/ Translated using Weblate (Russian) Currently translated at 100.0% (254 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ru/ Translated using Weblate (French) Currently translated at 0.3% (1 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/fr/ Translated using Weblate (Russian) Currently translated at 100.0% (107 of 107 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (178 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/ru/ Translated using Weblate (French) Currently translated at 25.9% (21 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/fr/ Translated using Weblate (Russian) Currently translated at 100.0% (45 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ru/ Translated using Weblate (French) Currently translated at 4.4% (2 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/fr/ Translated using Weblate (French) Currently translated at 39.3% (13 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/fr/ Translated using Weblate (French) Currently translated at 6.4% (5 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/fr/ Translated using Weblate (French) Currently translated at 31.2% (15 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/fr/ Translated using Weblate (French) Currently translated at 13.0% (6 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/fr/ Translated using Weblate (French) Currently translated at 7.5% (5 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/fr/ Translated using Weblate (French) Currently translated at 4.5% (4 of 88 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/fr/ Translated using Weblate (French) Currently translated at 28.5% (6 of 21 strings) Translation: OpenWrt/LuCI/applications/tor Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstor/fr/ Translated using Weblate (Russian) Currently translated at 100.0% (66 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ru/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (178 of 178 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/zh_Hans/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (178 of 178 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/uk/ Translated using Weblate (Russian) Currently translated at 100.0% (178 of 178 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ru/ Translated using Weblate (Polish) Currently translated at 100.0% (178 of 178 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/pl/ Translated using Weblate (Spanish) Currently translated at 92.1% (164 of 178 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/es/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (164 of 164 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/zh_Hans/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (164 of 164 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/uk/ Translated using Weblate (Russian) Currently translated at 100.0% (164 of 164 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ru/ Translated using Weblate (Polish) Currently translated at 100.0% (164 of 164 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/pl/ Translated using Weblate (French) Currently translated at 31.7% (52 of 164 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/fr/ Translated using Weblate (French) Currently translated at 98.5% (208 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/fr/ Translated using Weblate (Russian) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ru/ Translated using Weblate (French) Currently translated at 95.0% (58 of 61 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/fr/ Translated using Weblate (French) Currently translated at 97.7% (43 of 44 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/fr/ 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 (Chinese (Simplified Han script)) Currently translated at 100.0% (162 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/zh_Hans/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (162 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/uk/ Translated using Weblate (Russian) Currently translated at 100.0% (162 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ru/ Translated using Weblate (Polish) Currently translated at 100.0% (162 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pl/ Translated using Weblate (Swedish) Currently translated at 100.0% (17 of 17 strings) Translation: OpenWrt/LuCI/applications/omcproxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/sv/ Translated using Weblate (French) Currently translated at 87.5% (14 of 16 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/fr/ Translated using Weblate (French) Currently translated at 83.3% (50 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/fr/ Translated using Weblate (French) Currently translated at 94.3% (185 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/fr/ Translated using Weblate (French) Currently translated at 78.5% (22 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/fr/ Translated using Weblate (French) Currently translated at 43.4% (83 of 191 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/fr/ Translated using Weblate (French) Currently translated at 25.1% (37 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/fr/ Translated using Weblate (French) Currently translated at 98.3% (61 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/fr/ Translated using Weblate (French) Currently translated at 98.2% (168 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/fr/ Translated using Weblate (French) Currently translated at 95.9% (47 of 49 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/fr/ Translated using Weblate (French) Currently translated at 93.2% (55 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/fr/ Translated using Weblate (French) Currently translated at 25.8% (75 of 290 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/fr/ Translated using Weblate (French) Currently translated at 98.8% (166 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/fr/ Translated using Weblate (French) Currently translated at 52.6% (108 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/fr/ Translated using Weblate (Russian) Currently translated at 100.0% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (22 of 22 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% (49 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 100.0% (205 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/ Translated using Weblate (Spanish) Currently translated at 100.0% (205 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/es/ Translated using Weblate (Russian) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ru/ Translated using Weblate (French) Currently translated at 96.9% (190 of 196 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/fr/ Translated using Weblate (French) Currently translated at 36.7% (18 of 49 strings) Translated using Weblate (French) Currently translated at 58.4% (66 of 113 strings) Translated using Weblate (French) Currently translated at 98.0% (100 of 102 strings) Translated using Weblate (French) Currently translated at 3.6% (6 of 165 strings) Translated using Weblate (French) Currently translated at 93.9% (172 of 183 strings) Translated using Weblate (French) Currently translated at 98.4% (190 of 193 strings) Translated using Weblate (Russian) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (French) Currently translated at 96.4% (274 of 284 strings) Translated using Weblate (French) Currently translated at 22.5% (9 of 40 strings) Translated using Weblate (Russian) Currently translated at 100.0% (399 of 399 strings) Translated using Weblate (French) Currently translated at 65.1% (260 of 399 strings) Translated using Weblate (Russian) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Russian) Currently translated at 100.0% (2586 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Translated using Weblate (French) Currently translated at 78.4% (2029 of 2586 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fr/ Co-authored-by: Adam El adnani <eladnaniadam595@gmail.com> Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Co-authored-by: Lars Gustavsson <lars@textalk.se> Co-authored-by: Manuela Silva <mmsrs@sky.com> Co-authored-by: Matthaiks <kitynska@gmail.com> Co-authored-by: Pavel Borecki <pavel.borecki@gmail.com> Co-authored-by: SnIPeRSnIPeR <snipersniper@users.noreply.hosted.weblate.org> Co-authored-by: sergio <sergio+it@outerface.net> Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com> Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Signed-off-by: Adam El adnani <eladnaniadam595@gmail.com> Signed-off-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> Signed-off-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Signed-off-by: Lars Gustavsson <lars@textalk.se> Signed-off-by: Matthaiks <kitynska@gmail.com> Signed-off-by: Pavel Borecki <pavel.borecki@gmail.com> Signed-off-by: SnIPeRSnIPeR <snipersniper@users.noreply.hosted.weblate.org> Signed-off-by: sergio <sergio+it@outerface.net> Signed-off-by: Максим Горпиніч <gorpinicmaksim0@gmail.com> Signed-off-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Translate-URL: https://hosted.weblate.org/projects/openwrt/luci_modules_luci-mod-dsl/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsantiblock/pt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/fr/ Translation: OpenWrt/LuCI/applications/antiblock Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/nut Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/openvpn Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/radicale2 Translation: OpenWrt/LuCI/applications/rp-pppoe-server Translation: OpenWrt/LuCI/applications/samba4 Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/transmission Translation: OpenWrt/LuCI/modules/luci-mod-dsl |
|||
| d67736554a |
luci-mod-dsl: fix typo on DSL spectrum page
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com> |
|||
| a353d15b55 |
luci-app-advanced-reboot: update to 1.1.0-1
Makefile: - update SPDX license identified and copyright - update documentation link README: - add short README with the link to full documentation System View javascript: - switch from single to double quotes - update documentation link - more readable translateTable - better code readability for - callPowerOff - handlePowerOff - handleReboot - handleTogglePartition - handleAlternativeReboot - parsePartitions - some visual elements RPCD Script: - more resilient to unexpected CLI output - add debugger function to ease development/debugging - better check if `/var/alt_rom` is mounted before calling umount - better handling of MTD indices Device Support: - add Linksys MR7350 which slipped thru the cracks Signed-off-by: Stan Grishin <stangri@melmac.ca> |
|||
| af2ca3d33f |
treewide: sync translations
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> |
|||
| 4afb8048d1 |
Translated using Weblate (Russian)
Currently translated at 100.0% (2588 of 2588 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (30 of 30 strings) Translated using Weblate (Russian) Currently translated at 100.0% (254 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (178 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (128 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (81 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (48 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (162 of 162 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (159 of 159 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (28 of 28 strings) Translation: OpenWrt/LuCI/applications/acl Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (66 of 66 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% (290 of 290 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (205 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (168 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (147 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (191 of 191 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (113 of 113 strings) Translated using Weblate (Russian) Currently translated at 100.0% (102 of 102 strings) Translated using Weblate (Russian) Currently translated at 100.0% (44 of 44 strings) Translated using Weblate (Russian) Currently translated at 100.0% (165 of 165 strings) Translated using Weblate (Russian) Currently translated at 100.0% (193 of 193 strings) Translated using Weblate (Russian) Currently translated at 100.0% (75 of 75 strings) Translated using Weblate (Russian) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Russian) Currently translated at 100.0% (399 of 399 strings) Translated using Weblate (Russian) Currently translated at 100.0% (82 of 82 strings) Translated using Weblate (Russian) Currently translated at 100.0% (2588 of 2588 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Translated using Weblate (Korean) Currently translated at 28.5% (740 of 2588 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 0.3% (1 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ko/ Translated using Weblate (Russian) Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ru/ Translated using Weblate (Korean) Currently translated at 1.2% (1 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/ko/ Translated using Weblate (Korean) Currently translated at 2.0% (1 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/ko/ Translated using Weblate (Korean) Currently translated at 1.5% (1 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ko/ Translated using Weblate (Korean) Currently translated at 1.1% (1 of 88 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/ko/ Translated using Weblate (Russian) Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ru/ Translated using Weblate (Korean) Currently translated at 4.7% (1 of 21 strings) Translation: OpenWrt/LuCI/applications/tor Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstor/ko/ Translated using Weblate (Russian) Currently translated at 100.0% (162 of 162 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ru/ Translated using Weblate (Korean) Currently translated at 6.9% (11 of 159 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ko/ Translated using Weblate (Russian) Currently translated at 100.0% (50 of 50 strings) Translated using Weblate (Russian) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ru/ Translated using Weblate (Korean) Currently translated at 80.3% (49 of 61 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ko/ Translated using Weblate (Korean) Currently translated at 13.6% (6 of 44 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/ko/ Translated using Weblate (Korean) Currently translated at 18.7% (3 of 16 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/ko/ Translated using Weblate (Korean) Currently translated at 3.0% (6 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ko/ Translated using Weblate (Korean) Currently translated at 10.7% (3 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/ko/ Translated using Weblate (Korean) Currently translated at 7.8% (15 of 191 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ko/ Translated using Weblate (Korean) Currently translated at 12.2% (21 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ko/ Translated using Weblate (Korean) Currently translated at 12.2% (6 of 49 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/ko/ Translated using Weblate (Korean) Currently translated at 3.3% (2 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/ko/ Translated using Weblate (Korean) Currently translated at 30.1% (59 of 196 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ko/ Translated using Weblate (Korean) Currently translated at 2.4% (7 of 290 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ko/ Translated using Weblate (Korean) Currently translated at 5.3% (9 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ko/ Translated using Weblate (Korean) Currently translated at 8.7% (18 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/ Translated using Weblate (Russian) Currently translated at 100.0% (290 of 290 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (83 of 83 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (205 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ru/ Translated using Weblate (Korean) Currently translated at 6.8% (7 of 102 strings) Translated using Weblate (Korean) Currently translated at 5.7% (23 of 399 strings) Translated using Weblate (Korean) Currently translated at 30.6% (15 of 49 strings) Translated using Weblate (Korean) Currently translated at 10.0% (4 of 40 strings) Translated using Weblate (Korean) Currently translated at 4.6% (9 of 193 strings) Translated using Weblate (Korean) Currently translated at 10.9% (20 of 183 strings) Translated using Weblate (Korean) Currently translated at 16.9% (28 of 165 strings) Translated using Weblate (Russian) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Korean) Currently translated at 23.5% (67 of 284 strings) Translated using Weblate (Russian) Currently translated at 100.0% (399 of 399 strings) Translated using Weblate (Russian) Currently translated at 100.0% (2588 of 2588 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (254 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ru/ Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (113 of 113 strings) Translated using Weblate (Russian) Currently translated at 100.0% (205 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (2588 of 2588 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% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/pt_BR/ Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 83.4% (171 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/zh_Hant/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (205 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt_BR/ Translated using Weblate (Russian) Currently translated at 100.0% (2588 of 2588 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (162 of 162 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/zh_Hant/ Translated using Weblate (Indonesian) Currently translated at 4.2% (17 of 399 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 82.4% (169 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/zh_Hant/ Translated using Weblate (Russian) Currently translated at 100.0% (254 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (107 of 107 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (178 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (45 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ru/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 11.1% (5 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 42.4% (14 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/pt_BR/ Translated using Weblate (Russian) Currently translated at 100.0% (66 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (162 of 162 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (159 of 159 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/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% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (22 of 22 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% (49 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ru/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (168 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/pt_BR/ Translated using Weblate (Russian) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Russian) Currently translated at 100.0% (399 of 399 strings) Translated using Weblate (Russian) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Russian) Currently translated at 100.0% (2588 of 2588 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 98.7% (2555 of 2588 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/ Co-authored-by: EESF-2 <eesf-2@users.noreply.hosted.weblate.org> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Co-authored-by: SnIPeRSnIPeR <snipersniper@users.noreply.hosted.weblate.org> Co-authored-by: ZW <roc_fe@users.noreply.hosted.weblate.org> Co-authored-by: Zulkifli Izoel <izoel21@gmail.com> Co-authored-by: zack_404 <zack40091647@gmail.com> Co-authored-by: 안정언 <me@jeongeon.net> Signed-off-by: EESF-2 <eesf-2@users.noreply.hosted.weblate.org> Signed-off-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Signed-off-by: SnIPeRSnIPeR <snipersniper@users.noreply.hosted.weblate.org> Signed-off-by: zack_404 <zack40091647@gmail.com> Signed-off-by: 안정언 <me@jeongeon.net> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsantiblock/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/id/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/ru/ Translation: OpenWrt/LuCI/applications/antiblock Translation: OpenWrt/LuCI/applications/commands Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/fwknopd Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/openvpn Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/radicale2 Translation: OpenWrt/LuCI/applications/rp-pppoe-server Translation: OpenWrt/LuCI/applications/samba4 Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/transmission Translation: OpenWrt/LuCI/modules/luci-mod-dashboard |
|||
| dbc8fed14a |
Merge pull request #7893 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: update to 2025.05.11-4 |
|||
| 8f9c6abde4 |
Merge pull request #7891 from stangri/master-luci-app-adblock-fast
luci-app-adblock-fast: update to 1.1.4-6 |
|||
| 45e3d1ac19 |
luci-app-https-dns-proxy: update to 2025.05.11-4
* update license ID and copyright in Makefile * add a short README with link to full documentation * switch doc link from melmac.net to melmac.ca * add donate text/URL * attempt to fix bootstrap DNS loading/saving from json * add DNS4EU provider (thanks @rikroe) * add OpenNameServer provider (thanks @Phoenix616) Signed-off-by: Stan Grishin <stangri@melmac.ca> |
|||
| 68a315f5ad |
luci-app-adblock-fast: update to 1.1.4-6
* add Donate section/URL to status * improve visibility with the RPCD return variable names (thanks @systemcrash) * improve LEDs detection in RPCD script Signed-off-by: Stan Grishin <stangri@melmac.ca> |
|||
| 7e74171feb |
Translated using Weblate (Russian)
Currently translated at 100.0% (254 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (107 of 107 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (178 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (45 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (66 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (162 of 162 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (159 of 159 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/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% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (22 of 22 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% (49 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 100.0% (205 of 205 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (12 of 12 strings) Translation: OpenWrt/LuCI/applications/bcp38 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (183 of 183 strings) Translated using Weblate (Russian) Currently translated at 100.0% (193 of 193 strings) Translated using Weblate (Russian) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Russian) Currently translated at 100.0% (399 of 399 strings) Translated using Weblate (Russian) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Russian) Currently translated at 100.0% (2588 of 2588 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: SnIPeRSnIPeR <snipersniper@users.noreply.hosted.weblate.org> Signed-off-by: SnIPeRSnIPeR <snipersniper@users.noreply.hosted.weblate.org> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ru/ Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/openvpn Translation: OpenWrt/LuCI/applications/samba4 Translation: OpenWrt/LuCI/applications/statistics |
|||
| 8d367398d6 |
Translated using Weblate (Portuguese)
Currently translated at 7.4% (19 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/pt/ Translated using Weblate (Portuguese) Currently translated at 48.4% (16 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/pt/ Translated using Weblate (Portuguese) Currently translated at 36.9% (17 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/pt/ Translated using Weblate (Portuguese) Currently translated at 25.7% (17 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/pt/ Translated using Weblate (Portuguese) Currently translated at 14.7% (13 of 88 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/pt/ Translated using Weblate (Portuguese) Currently translated at 98.4% (193 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pt/ Translated using Weblate (Portuguese) Currently translated at 100.0% (53 of 53 strings) Translated using Weblate (Portuguese) Currently translated at 100.0% (75 of 75 strings) Translated using Weblate (Portuguese) Currently translated at 99.2% (396 of 399 strings) Translated using Weblate (Portuguese) Currently translated at 96.1% (2488 of 2588 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 96.7% (2504 of 2588 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/ Translated using Weblate (Portuguese) Currently translated at 100.0% (71 of 71 strings) Translated using Weblate (Russian) Currently translated at 100.0% (290 of 290 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ru/ Translated using Weblate (Russian) Currently translated at 99.0% (2564 of 2588 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Translated using Weblate (Vietnamese) Currently translated at 6.6% (3 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/vi/ Translated using Weblate (Vietnamese) Currently translated at 9.0% (3 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/vi/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 36.3% (12 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 10.8% (5 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 10.6% (7 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/pt_BR/ Translated using Weblate (Vietnamese) Currently translated at 98.5% (208 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/vi/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (66 of 66 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (89 of 89 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/pt_BR/ Translated using Weblate (Vietnamese) Currently translated at 96.9% (32 of 33 strings) Translation: OpenWrt/LuCI/applications/vnstat2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/vi/ Translated using Weblate (Vietnamese) Currently translated at 85.7% (12 of 14 strings) Translation: OpenWrt/LuCI/applications/pagekitec Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/vi/ Translated using Weblate (Vietnamese) Currently translated at 98.3% (122 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/vi/ Translated using Weblate (Vietnamese) Currently translated at 35.4% (33 of 93 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/vi/ Translated using Weblate (Vietnamese) Currently translated at 78.3% (65 of 83 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/vi/ Translated using Weblate (Vietnamese) Currently translated at 99.4% (167 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/vi/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 95.4% (187 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (168 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/pt_BR/ Translated using Weblate (Vietnamese) Currently translated at 96.9% (190 of 196 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/vi/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 90.6% (68 of 75 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (399 of 399 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2588 of 2588 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Vietnamese) Currently translated at 87.6% (2268 of 2588 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/vi/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 94.4% (2444 of 2588 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% (59 of 59 strings) Translation: OpenWrt/LuCI/applications/nft-qos Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/es/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2588 of 2588 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Spanish) Currently translated at 99.7% (2582 of 2588 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Co-authored-by: Vũ Minh Ngọc <vuminhngocpt@gmail.com> Co-authored-by: lxg2001 <219201601+lxg2001@users.noreply.github.com> Co-authored-by: ssantos <ssantos@web.de> Co-authored-by: st7105 <st7105@gmail.com> Co-authored-by: try496 <pinghejk@gmail.com> Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> Signed-off-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Signed-off-by: Vũ Minh Ngọc <vuminhngocpt@gmail.com> Signed-off-by: lxg2001 <219201601+lxg2001@users.noreply.github.com> Signed-off-by: ssantos <ssantos@web.de> Signed-off-by: st7105 <st7105@gmail.com> Signed-off-by: try496 <pinghejk@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luci_modules_luci-mod-dsl/pt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/pt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/pt/ Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/upnp Translation: OpenWrt/LuCI/modules/luci-mod-dsl |
|||
| 4fcd05f8c0 |
github: update TOH links
Signed-off-by: Paul Donald <newtwen+github@gmail.com> |
|||
| a1649fa335 |
Merge pull request #7880 from stangri/master-luci-app-adblock-fast
luci-app-adblock-fast: sync with principal package |
|||
| e405ab0bf9 |
Merge pull request #7879 from stangri/master-luci-app-pbr
luci-app-pbr: sync with principal package |
|||
| 3ec92523dc |
luci-base: jsdoc RangeSlider
Small correction. Signed-off-by: Paul Donald <newtwen+github@gmail.com> |
|||
| c26b8f28fe |
luci-app-adblock-fast: sync with principal package
Signed-off-by: Stan Grishin <stangri@melmac.ca> |
|||
| 6b4d69723c |
luci-app-pbr: sync with principal package
Signed-off-by: Stan Grishin <stangri@melmac.ca> |
|||
| b7c08475e7 |
luci-base: jsdoc Slider -> RangeSlider and fixes for RangeSlider
The usecalc property suffers from recursive calculation; that is, its output becomes its input at the next save. It is not known in advance whether a stored value is one that was calculated or not. So this part was removed. The getCalculatedValue() function is retained should it be desirable to get this value. The 'optional' property was removed since it didn't do anything. The 'validate' property is now correctly bound. Signed-off-by: Paul Donald <newtwen+github@gmail.com> |