Duncan Hill
28f805b2e5
luci-app-example: Update with more documentation, more examples ( #6503 )
...
* luci-app-example: Update with more documentation, examples
* Update translations file
* Move more YAML support to .md file, improve README
* luci-app-example: Update with more documentation, examples
* luci-app-example: Fix missed call to load_sample_yaml
* Format with tabs by using jsbeautify
2023-12-04 22:12:28 +01:00
Paul Donald
a5786b5f2f
luci-proto-wireguard: Remove confirmation dialogue to generate keys ( #6697 )
...
Quality of life improvements. Reduce click amounts.
LuCI batches all changes for user-review anyway.
Tested on 23.05.0
Signed-off-by: Paul Donald <newtwen@gmail.com>
2023-12-04 22:00:35 +01:00
Xiang W
c2f679962d
luci-lib-nixio: Fix add_luci_conffiles adding duplicate files ( #6568 )
...
* luci-lib-nixio: Fix add_luci_conffiles adding duplicate files
add_luci_conffiles does not check whether the file already exists
when adding the file, which may result in redundant backups in the
sysupgrade backup.
Signed-off-by: Xiang W <wxjstz@126.com>
2023-12-04 21:48:19 +01:00
Hannu Nyman
830c0ee6bd
treewide: Sync translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2023-12-04 22:28:39 +02:00
Dirk Brenken
3e1d9786cc
luci-app-travelmate: typo fix
...
* fixed an encryption description typo in the wireless stations overview
Signed-off-by: Dirk Brenken <dev@brenken.org>
2023-12-04 21:21:33 +01:00
Sergey Ponomarev
3283cb2ebd
luci-app-tor: Manage tor-hs onion services ( #6476 )
...
* luci-app-tor: Manage Onion services (tor-hs)
The tor-hs packages provides Tor Onion (Hidden) Services.
This is a good option to bypass NAT and have stable access to a router.
Later once the main Tor package gains a support of a Proxy/Bridge configuration.
We can add this to the same luci app as a different view.
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-12-04 20:09:55 +01:00
Sergey Ponomarev
7d14746ae8
New app: luci-app-sshtunnel for SSH tunnels ( #6424 )
...
* luci-app-sshtunnel: SSH tunnels
The app helps to configure SSH tunnels.
You can also generate an SSH key and see known hosts.
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-12-04 19:27:53 +01:00
Paul Donald
9d746c75f4
Merge pull request #6352 from nevumx/add-wireguard-peer-addresses-config
...
luci-proto-wireguard: adding an Addresses option to the wireguard peer config generator
2023-12-04 17:34:40 +01:00
Paul Donald
235fcf85f2
Merge pull request #6735 from weblate/weblate-openwrt-luci
...
Translations update from Hosted Weblate
2023-12-04 17:09:33 +01:00
Hosted Weblate
85b7a256fd
Translated using Weblate (Lithuanian)
...
Currently translated at 69.3% (1571 of 2265 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/
Translated using Weblate (Lithuanian)
Currently translated at 69.3% (1570 of 2265 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/
Co-authored-by: Džiugas J <dziugas1959@hotmail.com>
Signed-off-by: Džiugas J <dziugas1959@hotmail.com>
2023-12-04 16:41:02 +01:00
Rani Hod
8fcd52f513
luci-app-statistics: regenerate graphs on window resize
...
Currently graphs are redrawn only based on the refresh interval
(never or every 5/30/60 seconds).
Since the image size is calculated based on the window size,
redraw graphs (once) also after resizing the window.
This also captures window resize due to orientation change
(e.g., for mobile).
Since multiple resize events are fired when dragging the window
border, there is a 250ms delay for debouncing.
Signed-off-by: Rani Hod <rani.hod@gmail.com>
Tested-by: Paul Donald <newtwen@gmail.com>
2023-12-04 16:35:15 +01:00
Paul Donald
1e84a03932
Merge pull request #6574 from innovara/patch-1
...
Fix ATM HEC label on stats.js
2023-12-04 16:16:04 +01:00
Paul Donald
aa1e049f36
Merge pull request #6642 from vgaetera/dnsmasq-network-select
...
luci-mod-network: use network selector for dnsmasq instances
2023-12-04 16:04:24 +01:00
Manuel Fombuena
5f1f31f466
luci-mod-dsl: amend ATM HEC wording
...
Amend ATM HEC label on stats.js
Update i18n strings for ATM Header Error Control
Signed-off-by: Manuel Fombuena <mfombuena@innovara.co.uk>
2023-12-04 14:56:15 +00:00
Paul Donald
603e43414c
Merge branch 'weblate-openwrt-luci'
...
Signed-off-by: Paul Donald <newtwen@gmail.com>
2023-12-04 15:29:25 +01:00
Paul Donald
568b44edb3
Merge pull request #6651 from jjm2473/upstream/dockerman-hide-submit-on-overview
...
luci-app-dockerman: hide config buttons in overview page
2023-12-04 15:06:17 +01:00
Paul Donald
e3466bd83b
Merge pull request #6525 from hingbong/issue-6524
...
luci-app-unbound: dns assist in zone-detail add 'unprotected-loop' option #6524
2023-12-04 14:27:41 +01:00
hingbong💫
003065d959
luci-app-unbound: dns assist in zone-detail add 'unprotected-loop' option #6524
...
Signed-off-by: hingbong💫 <hingbonglo@gmail.com>
2023-12-04 21:25:17 +08:00
Paul Donald
647019cc16
Merge pull request #6734 from felagund/patch-1
...
luci-mod-network: Update wireless.js to clarify Distance Optimization
2023-12-04 14:05:36 +01:00
Paul Donald
e4dc88d875
luci-app-crowdsec-firewall-bouncer: add newline correction
...
Signed-off-by: Paul Donald <newtwen@gmail.com>
2023-12-04 13:44:02 +01:00
Paul Donald
8b57cf0012
Merge pull request #6690 from yggdrasil-openwrt/rip-luci-app-yggdrasil
...
luci-app-yggdrasil: remove package in favor of luci-proto-yggdrasil
2023-12-04 13:29:06 +01:00
Tomáš Hnyk
d9a83dfa56
luci-mod-network: Update wireless.js to clarify Distance Optimization
...
Fixes #2784
Right now, it is not clear that users in indoor settings should stay clear off this setting and people struggle with it as evidenced in the linked issue.
Signed-off-by: Tomáš Hnyk <tomashnyk@gmail.com>
2023-12-04 12:02:03 +01:00
William Fleurant
1cd57231d7
luci-app-yggdrasil: remove package in favor of luci-proto-yggdrasil
...
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2023-12-04 11:57:11 +01:00
Hosted Weblate
dcf8f405bf
Translated using Weblate (Lithuanian)
...
Currently translated at 37.0% (23 of 62 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/lt/
Translated using Weblate (Lithuanian)
Currently translated at 35.1% (13 of 37 strings)
Translated using Weblate (Lithuanian)
Currently translated at 29.0% (9 of 31 strings)
Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/lt/
Translated using Weblate (Lithuanian)
Currently translated at 10.8% (8 of 74 strings)
Translated using Weblate (Lithuanian)
Currently translated at 13.3% (17 of 127 strings)
Translation: OpenWrt/LuCI/applications/pbr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/lt/
Translated using Weblate (Lithuanian)
Currently translated at 54.5% (18 of 33 strings)
Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/lt/
Translated using Weblate (Lithuanian)
Currently translated at 26.9% (14 of 52 strings)
Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/lt/
Translated using Weblate (Lithuanian)
Currently translated at 14.5% (28 of 192 strings)
Translated using Weblate (Lithuanian)
Currently translated at 15.8% (29 of 183 strings)
Translated using Weblate (Lithuanian)
Currently translated at 18.7% (3 of 16 strings)
Translated using Weblate (Lithuanian)
Currently translated at 10.9% (41 of 376 strings)
Translated using Weblate (Lithuanian)
Currently translated at 56.0% (14 of 25 strings)
Translation: OpenWrt/LuCI/applications/ksmbd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/lt/
Translated using Weblate (Romanian)
Currently translated at 38.4% (55 of 143 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ro/
Translated using Weblate (Polish)
Currently translated at 100.0% (279 of 279 strings)
Translated using Weblate (Romanian)
Currently translated at 99.4% (374 of 376 strings)
Translated using Weblate (Romanian)
Currently translated at 37.0% (53 of 143 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (14 of 14 strings)
Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/ro/
Translated using Weblate (Polish)
Currently translated at 100.0% (279 of 279 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (279 of 279 strings)
Translated using Weblate (Persian)
Currently translated at 2.6% (10 of 376 strings)
Translated using Weblate (Persian)
Currently translated at 100.0% (34 of 34 strings)
Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/fa/
Translated using Weblate (Persian)
Currently translated at 1.5% (3 of 197 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/fa/
Translated using Weblate (Persian)
Currently translated at 100.0% (279 of 279 strings)
Added translation using Weblate (Persian)
Added translation using Weblate (Persian)
Co-authored-by: Ashkan Jazayeri <ashkanull@gmail.com>
Co-authored-by: Džiugas J <dziugas1959@hotmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Matthaiks <kitynska@gmail.com>
Co-authored-by: Simona Iacob <s@zp1.net>
Co-authored-by: Xtremo3 <a.lewicki95@gmail.com>
Signed-off-by: Ashkan Jazayeri <ashkanull@gmail.com>
Signed-off-by: Džiugas J <dziugas1959@hotmail.com>
Signed-off-by: Simona Iacob <s@zp1.net>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/fa/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pl/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/fa/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ro/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/lt/
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
Translation: OpenWrt/LuCI/applications/tinyproxy
Translation: OpenWrt/LuCI/applications/vnstat
2023-12-04 04:16:48 +00:00
Paul Donald
d179d789e5
Merge pull request #6711 from systemcrash/dns_nitpick
...
luci-mod-network: nitpick of CNAME, MX, SRV syntax formatting
2023-12-04 05:16:40 +01:00
Paul Donald
d75626efcd
Merge pull request #6712 from systemcrash/discard_text
...
luci-mod-network: Extend helptext for RFC1918 rebind_protection
2023-12-04 05:16:23 +01:00
Paul Donald
3633bea613
Merge pull request #6706 from vgaetera/fw-redirect-any
...
luci-app-firewall: allow redirects using ip family any
2023-12-04 05:13:33 +01:00
Paul Donald
d353bc50cd
Merge pull request #6579 from systemcrash/fix_dnsmasq_instance_fields
...
luci-mod-network: Fix 'instances' fields for dnsmasq dhcp config entries
2023-12-04 04:51:03 +01:00
Paul Donald
6ddbb30ac3
Merge pull request #6400 from vintas/patch-2
...
docs: fix Client side JS API docs link
2023-12-04 03:56:59 +01:00
Paul Donald
1c5ebc2a0c
Merge pull request #6386 from egc112/egc112-openvpn-advanced-lua
...
openvpn-advanced.lua request to add OpenVPN data-ciphers
2023-12-04 03:55:27 +01:00
Paul Donald
16470a0ab8
Merge pull request #6296 from jjm2473/patch-2
...
luci-theme-bootstrap: set scroll-margin-top for all elements
2023-12-04 03:44:24 +01:00
Paul Donald
706668243b
Merge pull request #6295 from jjm2473/patch-1
...
luci-mod-status: fix iptables jump on argon theme
2023-12-04 03:44:10 +01:00
Paul Donald
dd3f5c6547
Merge pull request #6216 from ne20002/luci-app-crowdsec-firewall-bouncer
...
luci-app-crowdsec-firewall-bouncer: new app
2023-12-04 03:36:08 +01:00
Paul Donald
51a7e0b8e8
Merge pull request #5631 from coudu/luci-app-nut-fixes
...
luci-app-nut: nut-monitor fixes
2023-12-04 02:47:50 +01:00
Paul Donald
4ade6bd04c
Merge pull request #5520 from acooler15/luci-lib-docker
...
luci-lib-docker: fix chunked decode
2023-12-04 02:38:32 +01:00
Paul Donald
1731fe12b5
luci-proto-modemmanager: Added logging level option and debugmode
...
Merge github.com:valexi7/luci PR #4328
Signed-off-by: Paul Donald <newtwen@gmail.com>
Signed-off-by: valexi7 <44439515+valexi7@users.noreply.github.com>
2023-12-04 01:20:46 +01:00
Hosted Weblate
1953553d54
Translated using Weblate (Lithuanian)
...
Currently translated at 69.1% (1567 of 2265 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/
Translated using Weblate (Lithuanian)
Currently translated at 68.8% (1560 of 2265 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/
Translated using Weblate (Lithuanian)
Currently translated at 10.0% (15 of 150 strings)
Translation: OpenWrt/LuCI/applications/adblock-fast
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/lt/
Translated using Weblate (Lithuanian)
Currently translated at 14.5% (9 of 62 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/lt/
Translated using Weblate (Lithuanian)
Currently translated at 24.1% (15 of 62 strings)
Translation: OpenWrt/LuCI/applications/sqm
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/lt/
Translated using Weblate (Lithuanian)
Currently translated at 17.6% (3 of 17 strings)
Translation: OpenWrt/LuCI/applications/omcproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/lt/
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (66 of 66 strings)
Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/lt/
Translated using Weblate (Lithuanian)
Currently translated at 41.1% (7 of 17 strings)
Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/lt/
Translated using Weblate (Lithuanian)
Currently translated at 9.4% (7 of 74 strings)
Translated using Weblate (Lithuanian)
Currently translated at 33.3% (11 of 33 strings)
Translated using Weblate (Lithuanian)
Currently translated at 25.6% (21 of 82 strings)
Translated using Weblate (Lithuanian)
Currently translated at 17.2% (10 of 58 strings)
Translated using Weblate (Lithuanian)
Currently translated at 37.0% (63 of 170 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/lt/
Translated using Weblate (Lithuanian)
Currently translated at 7.8% (8 of 102 strings)
Translated using Weblate (Lithuanian)
Currently translated at 12.9% (16 of 124 strings)
Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/lt/
Translated using Weblate (Lithuanian)
Currently translated at 9.6% (6 of 62 strings)
Translated using Weblate (Lithuanian)
Currently translated at 12.3% (14 of 113 strings)
Translated using Weblate (Lithuanian)
Currently translated at 19.2% (24 of 125 strings)
Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/lt/
Translated using Weblate (Lithuanian)
Currently translated at 16.9% (10 of 59 strings)
Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/lt/
Translated using Weblate (Lithuanian)
Currently translated at 95.8% (23 of 24 strings)
Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/lt/
Translated using Weblate (Lithuanian)
Currently translated at 18.4% (31 of 168 strings)
Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/lt/
Translated using Weblate (Lithuanian)
Currently translated at 46.1% (12 of 26 strings)
Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/lt/
Translated using Weblate (Lithuanian)
Currently translated at 36.0% (48 of 133 strings)
Translated using Weblate (Lithuanian)
Currently translated at 28.0% (7 of 25 strings)
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (15 of 15 strings)
Translation: OpenWrt/LuCI/applications/example
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsexample/lt/
Translated using Weblate (Lithuanian)
Currently translated at 12.5% (16 of 127 strings)
Translation: OpenWrt/LuCI/applications/pbr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/lt/
Translated using Weblate (Lithuanian)
Currently translated at 58.3% (7 of 12 strings)
Translation: OpenWrt/LuCI/applications/bcp38
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/lt/
Translated using Weblate (Lithuanian)
Currently translated at 18.7% (3 of 16 strings)
Translation: OpenWrt/LuCI/applications/hd-idle
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/lt/
Translated using Weblate (Lithuanian)
Currently translated at 25.0% (13 of 52 strings)
Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/lt/
Translated using Weblate (Lithuanian)
Currently translated at 50.3% (72 of 143 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/lt/
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (40 of 40 strings)
Translation: OpenWrt/LuCI/applications/clamav
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/lt/
Translated using Weblate (Lithuanian)
Currently translated at 36.7% (18 of 49 strings)
Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/lt/
Translated using Weblate (Lithuanian)
Currently translated at 35.0% (7 of 20 strings)
Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/lt/
Translated using Weblate (Lithuanian)
Currently translated at 24.1% (15 of 62 strings)
Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/lt/
Translated using Weblate (Lithuanian)
Currently translated at 22.5% (7 of 31 strings)
Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/lt/
Translated using Weblate (Lithuanian)
Currently translated at 44.1% (15 of 34 strings)
Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/lt/
Translated using Weblate (Lithuanian)
Currently translated at 36.0% (9 of 25 strings)
Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/lt/
Translated using Weblate (Lithuanian)
Currently translated at 27.2% (12 of 44 strings)
Translated using Weblate (Lithuanian)
Currently translated at 8.0% (15 of 186 strings)
Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/lt/
Translated using Weblate (Lithuanian)
Currently translated at 14.2% (2 of 14 strings)
Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/lt/
Translated using Weblate (Lithuanian)
Currently translated at 78.9% (30 of 38 strings)
Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/lt/
Translated using Weblate (Lithuanian)
Currently translated at 15.3% (28 of 183 strings)
Translated using Weblate (Lithuanian)
Currently translated at 17.3% (4 of 23 strings)
Translated using Weblate (Lithuanian)
Currently translated at 12.5% (2 of 16 strings)
Translated using Weblate (Lithuanian)
Currently translated at 17.6% (3 of 17 strings)
Translation: OpenWrt/LuCI/applications/eoip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/lt/
Translated using Weblate (Lithuanian)
Currently translated at 19.8% (23 of 116 strings)
Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/lt/
Translated using Weblate (Lithuanian)
Currently translated at 63.6% (7 of 11 strings)
Translated using Weblate (Lithuanian)
Currently translated at 17.0% (15 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 13.8% (9 of 65 strings)
Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/lt/
Translated using Weblate (Lithuanian)
Currently translated at 7.1% (4 of 56 strings)
Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/lt/
Translated using Weblate (Lithuanian)
Currently translated at 27.2% (9 of 33 strings)
Translated using Weblate (Lithuanian)
Currently translated at 68.2% (1545 of 2265 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/
Translated using Weblate (Lithuanian)
Currently translated at 13.3% (2 of 15 strings)
Translation: OpenWrt/LuCI/applications/snmpd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/lt/
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (14 of 14 strings)
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (5 of 5 strings)
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (7 of 7 strings)
Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/lt/
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (211 of 211 strings)
Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/lt/
Translated using Weblate (Polish)
Currently translated at 100.0% (279 of 279 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (177 of 177 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (279 of 279 strings)
Translated using Weblate (Lithuanian)
Currently translated at 16.2% (12 of 74 strings)
Translation: OpenWrt/LuCI/applications/xinetd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/lt/
Translated using Weblate (Lithuanian)
Currently translated at 19.3% (12 of 62 strings)
Translation: OpenWrt/LuCI/applications/sqm
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/lt/
Translated using Weblate (Lithuanian)
Currently translated at 11.7% (2 of 17 strings)
Translation: OpenWrt/LuCI/applications/omcproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/lt/
Translated using Weblate (Lithuanian)
Currently translated at 15.5% (9 of 58 strings)
Translated using Weblate (Lithuanian)
Currently translated at 19.2% (24 of 125 strings)
Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/lt/
Translated using Weblate (Lithuanian)
Currently translated at 15.2% (9 of 59 strings)
Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/lt/
Translated using Weblate (Lithuanian)
Currently translated at 95.8% (23 of 24 strings)
Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/lt/
Translated using Weblate (Lithuanian)
Currently translated at 24.0% (6 of 25 strings)
Translated using Weblate (Lithuanian)
Currently translated at 14.0% (27 of 192 strings)
Translated using Weblate (Lithuanian)
Currently translated at 7.5% (14 of 186 strings)
Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/lt/
Translated using Weblate (Lithuanian)
Currently translated at 10.6% (40 of 376 strings)
Translated using Weblate (Lithuanian)
Currently translated at 18.9% (22 of 116 strings)
Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/lt/
Translated using Weblate (Lithuanian)
Currently translated at 15.7% (31 of 197 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/lt/
Translated using Weblate (Lithuanian)
Currently translated at 5.5% (11 of 200 strings)
Translation: OpenWrt/LuCI/applications/smartdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/lt/
Translated using Weblate (Persian)
Currently translated at 95.8% (46 of 48 strings)
Translated using Weblate (Persian)
Currently translated at 2.9% (5 of 170 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/fa/
Translated using Weblate (Persian)
Currently translated at 100.0% (33 of 33 strings)
Translated using Weblate (Lithuanian)
Currently translated at 8.6% (13 of 150 strings)
Translation: OpenWrt/LuCI/applications/adblock-fast
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/lt/
Translated using Weblate (Lithuanian)
Currently translated at 14.8% (11 of 74 strings)
Translation: OpenWrt/LuCI/applications/xinetd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/lt/
Translated using Weblate (Lithuanian)
Currently translated at 12.4% (22 of 177 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/
Translated using Weblate (Lithuanian)
Currently translated at 10.4% (13 of 125 strings)
Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/lt/
Translated using Weblate (Lithuanian)
Currently translated at 18.9% (37 of 195 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/lt/
Translated using Weblate (Lithuanian)
Currently translated at 11.0% (14 of 127 strings)
Translation: OpenWrt/LuCI/applications/pbr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/lt/
Translated using Weblate (Lithuanian)
Currently translated at 37.5% (90 of 240 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/lt/
Translated using Weblate (Lithuanian)
Currently translated at 22.5% (14 of 62 strings)
Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/lt/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (20 of 20 strings)
Translated using Weblate (Persian)
Currently translated at 100.0% (279 of 279 strings)
Translated using Weblate (Persian)
Currently translated at 100.0% (49 of 49 strings)
Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/fa/
Translated using Weblate (Persian)
Currently translated at 100.0% (192 of 192 strings)
Translated using Weblate (Persian)
Currently translated at 100.0% (66 of 66 strings)
Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/fa/
Translated using Weblate (Persian)
Currently translated at 99.5% (210 of 211 strings)
Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/fa/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (66 of 66 strings)
Translation: OpenWrt/LuCI/applications/frps
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/zh_Hans/
Added translation using Weblate (Persian)
Translated using Weblate (Persian)
Currently translated at 50.0% (31 of 62 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/fa/
Translated using Weblate (Persian)
Currently translated at 0.5% (1 of 170 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/fa/
Translated using Weblate (Persian)
Currently translated at 1.0% (2 of 197 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/fa/
Translated using Weblate (Lithuanian)
Currently translated at 68.1% (1544 of 2265 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/
Translated using Weblate (Persian)
Currently translated at 100.0% (37 of 37 strings)
Translated using Weblate (Persian)
Currently translated at 99.2% (277 of 279 strings)
Added translation using Weblate (Persian)
Translated using Weblate (Lithuanian)
Currently translated at 68.1% (1544 of 2265 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/
Translated using Weblate (Lithuanian)
Currently translated at 67.3% (1526 of 2265 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/
Co-authored-by: Ashkan Jazayeri <ashkanull@gmail.com>
Co-authored-by: Džiugas J <dziugas1959@hotmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Matthaiks <kitynska@gmail.com>
Co-authored-by: MkQtS <MkQtS@users.noreply.hosted.weblate.org>
Co-authored-by: Xtremo3 <a.lewicki95@gmail.com>
Signed-off-by: Ashkan Jazayeri <ashkanull@gmail.com>
Signed-off-by: Džiugas J <dziugas1959@hotmail.com>
Signed-off-by: MkQtS <MkQtS@users.noreply.hosted.weblate.org>
Signed-off-by: Xtremo3 <a.lewicki95@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/fa/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/fa/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pl/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsntpc/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/fa/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/fa/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/fa/
Translation: OpenWrt/LuCI/applications/ahcp
Translation: OpenWrt/LuCI/applications/commands
Translation: OpenWrt/LuCI/applications/coovachilli
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/fwknopd
Translation: OpenWrt/LuCI/applications/natmap
Translation: OpenWrt/LuCI/applications/ntpc
Translation: OpenWrt/LuCI/applications/nut
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/openvpn
Translation: OpenWrt/LuCI/applications/p910nd
Translation: OpenWrt/LuCI/applications/polipo
Translation: OpenWrt/LuCI/applications/qos
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/applications/uhttpd
Translation: OpenWrt/LuCI/applications/vnstat
Translation: OpenWrt/LuCI/modules/luci-mod-dashboard
2023-12-02 23:14:56 +02:00
Jo-Philipp Wich
ab3f825475
Merge pull request #6689 from yggdrasil-openwrt/yggdrasil-2023-11-11
...
luci-proto-yggdrasil: yggdrasil now supported by netifd
2023-12-01 00:37:22 +01:00
William Fleurant
c9786be751
luci-app-yggdrasil: revert: remove package in favor of luci-proto-yggdrasil
...
This reverts commit e6a1f119e6
.
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2023-11-30 20:30:45 +01:00
Ramon00
a6753d44e7
Luci-app-usteer: First version of luci-app-usteer
...
Signed-off-by: Ramon Van Gorkom <github@flightfoil.com>
[most trailing whitespace errors removed]
2023-11-30 17:43:34 +02:00
Hosted Weblate
eaea31f760
Translated using Weblate (English)
...
Currently translated at 0.6% (1 of 150 strings)
Translation: OpenWrt/LuCI/applications/adblock-fast
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/en/
Translated using Weblate (English)
Currently translated at 3.3% (7 of 211 strings)
Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/en/
Translated using Weblate (English)
Currently translated at 1.1% (1 of 89 strings)
Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/en/
Translated using Weblate (English)
Currently translated at 9.0% (3 of 33 strings)
Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/en/
Translated using Weblate (English)
Currently translated at 90.3% (56 of 62 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/en/
Translated using Weblate (English)
Currently translated at 8.0% (2 of 25 strings)
Translation: OpenWrt/LuCI/applications/ksmbd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/en/
Translated using Weblate (English)
Currently translated at 22.2% (4 of 18 strings)
Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/en/
Translated using Weblate (English)
Currently translated at 1.0% (2 of 186 strings)
Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/en/
Translated using Weblate (English)
Currently translated at 1.5% (3 of 195 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/en/
Translated using Weblate (English)
Currently translated at 42.8% (3 of 7 strings)
Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/en/
Translated using Weblate (English)
Currently translated at 7.3% (6 of 82 strings)
Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/en/
Translated using Weblate (English)
Currently translated at 1.7% (2 of 116 strings)
Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/en/
Translated using Weblate (English)
Currently translated at 1.6% (2 of 125 strings)
Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/en/
Translated using Weblate (English)
Currently translated at 7.1% (1 of 14 strings)
Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/en/
Translated using Weblate (English)
Currently translated at 4.8% (3 of 62 strings)
Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/en/
Translated using Weblate (English)
Currently translated at 2.4% (3 of 124 strings)
Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/en/
Translated using Weblate (English)
Currently translated at 1.7% (3 of 170 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/en/
Translated using Weblate (English)
Currently translated at 9.6% (3 of 31 strings)
Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/en/
Translated using Weblate (English)
Currently translated at 5.3% (3 of 56 strings)
Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/en/
Translated using Weblate (English)
Currently translated at 3.0% (2 of 65 strings)
Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/en/
Translated using Weblate (English)
Currently translated at 3.0% (6 of 197 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/en/
Translated using Weblate (English)
Currently translated at 7.6% (2 of 26 strings)
Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/en/
Translated using Weblate (English)
Currently translated at 1.6% (4 of 240 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/en/
Translated using Weblate (English)
Currently translated at 98.4% (65 of 66 strings)
Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/en/
Translated using Weblate (English)
Currently translated at 1.7% (3 of 168 strings)
Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/en/
Translated using Weblate (English)
Currently translated at 2.6% (1 of 38 strings)
Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/en/
Translated using Weblate (English)
Currently translated at 3.3% (6 of 177 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/en/
Translated using Weblate (English)
Currently translated at 40.9% (18 of 44 strings)
Translated using Weblate (English)
Currently translated at 78.2% (36 of 46 strings)
Translated using Weblate (English)
Currently translated at 14.2% (7 of 49 strings)
Translated using Weblate (English)
Currently translated at 28.9% (53 of 183 strings)
Translated using Weblate (English)
Currently translated at 11.1% (4 of 36 strings)
Translated using Weblate (English)
Currently translated at 77.6% (149 of 192 strings)
Translated using Weblate (English)
Currently translated at 12.1% (9 of 74 strings)
Translated using Weblate (English)
Currently translated at 11.1% (31 of 279 strings)
Translated using Weblate (English)
Currently translated at 3.6% (3 of 82 strings)
Translated using Weblate (English)
Currently translated at 6.2% (1 of 16 strings)
Translated using Weblate (English)
Currently translated at 98.2% (111 of 113 strings)
Translated using Weblate (English)
Currently translated at 32.1% (121 of 376 strings)
Translated using Weblate (English)
Currently translated at 63.7% (37 of 58 strings)
Translated using Weblate (English)
Currently translated at 43.2% (16 of 37 strings)
Translated using Weblate (English)
Currently translated at 88.0% (22 of 25 strings)
Translated using Weblate (English)
Currently translated at 0.7% (16 of 2265 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/en/
Translated using Weblate (Lithuanian)
Currently translated at 24.2% (8 of 33 strings)
Translated using Weblate (Lithuanian)
Currently translated at 67.2% (1524 of 2265 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/
Translated using Weblate (Lithuanian)
Currently translated at 14.9% (10 of 67 strings)
Translated using Weblate (Lithuanian)
Currently translated at 11.5% (13 of 113 strings)
Translated using Weblate (Lithuanian)
Currently translated at 34.6% (17 of 49 strings)
Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/lt/
Translated using Weblate (Lithuanian)
Currently translated at 66.4% (1505 of 2265 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/
Translated using Weblate (Persian)
Currently translated at 100.0% (33 of 33 strings)
Translated using Weblate (Persian)
Currently translated at 99.2% (277 of 279 strings)
Added translation using Weblate (Persian)
Added translation using Weblate (Persian)
Co-authored-by: Ashkan Jazayeri <ashkanull@gmail.com>
Co-authored-by: Džiugas J <dziugas1959@hotmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: rygle <pittos@post.com>
Signed-off-by: Ashkan Jazayeri <ashkanull@gmail.com>
Signed-off-by: Džiugas J <dziugas1959@hotmail.com>
Signed-off-by: rygle <pittos@post.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci_modules_luci-mod-dsl/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/fa/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/fa/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/lt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/en/
Translation: OpenWrt/LuCI/applications/commands
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/fwknopd
Translation: OpenWrt/LuCI/applications/minidlna
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/openvpn
Translation: OpenWrt/LuCI/applications/opkg
Translation: OpenWrt/LuCI/applications/polipo
Translation: OpenWrt/LuCI/applications/qos
Translation: OpenWrt/LuCI/applications/radicale2
Translation: OpenWrt/LuCI/applications/samba4
Translation: OpenWrt/LuCI/applications/statistics
Translation: OpenWrt/LuCI/applications/tinyproxy
Translation: OpenWrt/LuCI/applications/upnp
Translation: OpenWrt/LuCI/applications/vnstat
Translation: OpenWrt/LuCI/applications/watchcat
Translation: OpenWrt/LuCI/modules/luci-mod-dsl
2023-11-30 17:22:55 +02:00
Oskari Rauta
0dd348c87f
luci-proto-external: migrate from support to cni-protocol to external-protocol
...
As previously introduced cni protocol support (for netifd) has evolved more
to a multipurpose protocol useful for cni/netavark/some vpn/etc connections
I have decided to rename it from cni-protocol to external-protocol.
That's why also it's luci companion, luci-proto-cni, should be renamed
to luci-proto-external and migrated to support external-protocol.
This patch also adds support for new option in external-protocol, delay.
This closes promise made in #22702 on openwrt packages repository.
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-11-30 10:02:32 +02:00
Vladislav Grigoryev
8169f482fd
luci-app-firewall: allow redirects using ip family any
...
Allow creating redirects using IP family `any`.
This helps redirect both IPv4 and IPv6 traffic.
It is used to intercept traffic on the router.
Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
2023-11-28 02:01:12 +03:00
Hosted Weblate
1a1e63af45
Translated using Weblate (Persian)
...
Currently translated at 60.6% (20 of 33 strings)
Translated using Weblate (Persian)
Currently translated at 100.0% (31 of 31 strings)
Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/fa/
Translated using Weblate (Persian)
Currently translated at 100.0% (37 of 37 strings)
Translated using Weblate (Persian)
Currently translated at 100.0% (82 of 82 strings)
Translated using Weblate (Persian)
Currently translated at 100.0% (28 of 28 strings)
Translation: OpenWrt/LuCI/applications/acl
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/fa/
Translated using Weblate (Persian)
Currently translated at 98.2% (274 of 279 strings)
Translated using Weblate (Persian)
Currently translated at 100.0% (192 of 192 strings)
Translated using Weblate (Persian)
Currently translated at 96.9% (64 of 66 strings)
Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/fa/
Translated using Weblate (Persian)
Currently translated at 99.5% (210 of 211 strings)
Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/fa/
Translated using Weblate (Polish)
Currently translated at 100.0% (279 of 279 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (279 of 279 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Matthaiks <kitynska@gmail.com>
Co-authored-by: Pegah_fars <ashkanull@gmail.com>
Co-authored-by: Xtremo3 <a.lewicki95@gmail.com>
Signed-off-by: Pegah_fars <ashkanull@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/fa/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/fa/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pl/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/fa/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/fa/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/fa/
Translation: OpenWrt/LuCI/applications/commands
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/openvpn
Translation: OpenWrt/LuCI/applications/opkg
Translation: OpenWrt/LuCI/applications/samba4
2023-11-26 20:11:26 +02:00
Stan Grishin
6f70930370
Merge pull request #6719 from Moondarker/advanced-reboot-ver-bump
...
luci-app-advanced-reboot: bump version number due to changes in code
2023-11-24 09:35:30 -07:00
Petr Pyatkin
4e538f3e03
luci-app-advanced-reboot: bump version number due to changes in code
...
Signed-off-by: Petr Pyatkin <lenayxa@gmail.com>
2023-11-24 18:48:30 +03:00
Hosted Weblate
9498e4ae48
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 82.6% (124 of 150 strings)
Translation: OpenWrt/LuCI/applications/adblock-fast
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/pt_BR/
Translated using Weblate (Lithuanian)
Currently translated at 17.8% (30 of 168 strings)
Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/lt/
Translated using Weblate (Lithuanian)
Currently translated at 66.3% (1503 of 2265 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (127 of 127 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% (62 of 62 strings)
Translation: OpenWrt/LuCI/applications/sqm
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 24.4% (35 of 143 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% (82 of 82 strings)
Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pt_BR/
Translated using Weblate (Italian)
Currently translated at 100.0% (14 of 14 strings)
Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/it/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (170 of 170 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% (20 of 20 strings)
Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (31 of 31 strings)
Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.9% (191 of 195 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (197 of 197 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.9% (2196 of 2265 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/
Translated using Weblate (Romanian)
Currently translated at 36.3% (52 of 143 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ro/
Translated using Weblate (Italian)
Currently translated at 99.6% (278 of 279 strings)
Translated using Weblate (Italian)
Currently translated at 99.9% (2263 of 2265 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/it/
Co-authored-by: Džiugas J <dziugas1959@hotmail.com>
Co-authored-by: Edison F Carbol <edisonfc@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Random <random-r@users.noreply.hosted.weblate.org>
Co-authored-by: Simona Iacob <s@zp1.net>
Signed-off-by: Džiugas J <dziugas1959@hotmail.com>
Signed-off-by: Edison F Carbol <edisonfc@gmail.com>
Signed-off-by: Random <random-r@users.noreply.hosted.weblate.org>
Signed-off-by: Simona Iacob <s@zp1.net>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/it/
Translation: OpenWrt/LuCI/applications/firewall
2023-11-23 17:49:39 +02:00
Paul Donald
0fb8b1f9ad
luci-mod-network: Fix 'instances' fields for dnsmasq dhcp config entries
...
Fixed error wherein luci erroneously saved the iterator integer of the
current dnsmasq config object to a host (and boot/PXE) config entry
'instance' field, instead of correctly referring to its name.
Now we use the correct ".name" field of the dnsmasq config entry.
Anonymous entries have e.g. "cfg01411c". The ".name" field corresponds
to 'myName' in /etc/config/dhcp entries of:
config dnsmasq 'myName'
...
In this way, host and other entry types are bound correctly to specific
dnsmasq instances. For anonymous entries, display "dnsmasq[x]" as name.
Signed-off-by: Paul Donald <newtwen@gmail.com>
2023-11-22 19:39:55 +01:00
Jo-Philipp Wich
8a01448bde
Merge pull request #6715 from systemcrash/32to64hostid
2023-11-22 19:13:32 +01:00
Paul Donald
ef315b06ce
luci-mod-network: Evidently hostid was not max 32 bits but 64 bits 🤷
...
Signed-off-by: Paul Donald <newtwen@gmail.com>
2023-11-22 14:41:07 +01:00