Jo-Philipp Wich
c795a206eb
luci-mod-network: fix invalid markup in TFTP/PXE settings tab
...
Also resync translations accordingly.
Fixes : #5475
Fixes: 3165d5ea3f
("luci-mod-network: Add PXE Boot options tab under DHCP and DNS")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-31 22:42:04 +01:00
Hannu Nyman
19fe3324d2
treewide: i18n - Sync translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-10-26 18:04:22 +03:00
Hannu Nyman
cd3d614c56
treewide: sync i18n translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-10-19 22:18:01 +03:00
Paul Dee
c0299e2c3d
luci-mod-network: spelling / grammar
...
"Setup" is a noun, the thing. "Set up" is a verbal idiom, the action.
One cannot setup a DHCP server, just as one cannot fuckup a test, or
ripup some paper. One can, however, set a DHCP server up, and one can
fuck a test up, and rip some paper up.
Signed-off-by: Paul Dee <systemcrash@users.noreply.github.com>
2021-10-08 14:12:11 -10:00
Hannu Nyman
96b6506ec2
treewide: i18n sync translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-10-05 21:39:48 +03:00
lvoegl
f062ce76c3
luci-proto-wireguard: update i18n
...
Signed-off-by: lvoegl <lvoegl@tdt.de>
2021-09-17 14:24:14 +02:00
Hannu Nyman
db75909587
treewide: i18n - sync translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-09-09 17:54:07 +03:00
Vladislav Grigoryev
0be0f06907
luci-mod-network: fix route and rule options
...
Allow adding routes with unspecified interface.
This is required for prohibit, blackhole and unreachable routes.
Allow adding routes with loopback interface.
This can work as a blackhole route.
Fix netmask to prefix conversion for the routes.
Identify the IP family by the UCI section type.
Avoid setting the routing table textvalue for the rules.
The rules should target none table unless specified otherwise.
Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
2021-09-04 15:51:11 +03:00
Florian Eckert
98d1d37702
luci-base: i18n sync translations
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-09-03 13:17:24 +02:00
Vladislav Grigoryev
c71dc1cccf
luci-mod-status: optimize view/formatting for status/routing
...
Optimize view and formatting for the status/routing page.
Remove redundant style and header abbreviations.
Consolidate terminology for IPv4 and IPv6 categories.
Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
2021-09-01 13:05:59 +03:00
Vladislav Grigoryev
b4f4799f9e
luci-mod-network: network/routing support for pbr
...
Provide comprehensive routing configuration:
* Rename the "Network > Routes" page to "Network > Routing".
* Unify sorting for the "Status" and "Network" menus.
* Add the tabs "IPv4 Rules" and "IPv6 Rules" to the "Routing" page.
* Provide configuration for IPv4 and IPv6 routing rules.
* Consolidate routing configuration and terminology for IPv4 and IPv6.
Policy-based routing is an increasingly popular problem.
Netifd natively supports policy-based routing:
* Interface-specific options "ip4table" and "ip6table".
* Routing rules using the "rule" and "rule6" sections.
LuCI is missing configuration for routing rules.
Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
2021-09-01 10:51:16 +03:00
Florian Eckert
32e90a8135
luci-base: i18n sync translations
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-08-31 11:37:08 +02:00
Florian Eckert
8c35a940fe
Merge pull request #5296 from vgaetera/dhcp-labels
...
luci-mod-network: update dhcp and dns labels and descriptions
2021-08-31 09:45:43 +02:00
Vladislav Grigoryev
63132ff3be
luci-mod-network: update dhcp and dns labels and descriptions
...
Update labels and descriptions for DHCP and DNS settings.
Add missing descriptions and clarify the existing ones.
Group settings by tab and avoid redundant abbreviations.
Consolidate terminology according to the dnsmasq documentation:
https://thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html
Fix spelling according to the previously adopted policy:
88b9d84388
Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
2021-08-30 17:03:46 +03:00
Vladislav Grigoryev
a62a6c0f3b
luci-mod-status: merge status/dmesg with status/syslog
...
Merge "Kernel Log" with "System Log" as an extra tab.
Consolidate logging facilities for more intuitive navigation.
Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
2021-08-26 06:15:04 +03:00
Florian Eckert
db87be1812
treewide: i18n - sync translations
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-08-17 12:09:31 +02:00
Hannu Nyman
df884b4e6e
treewide: i18n - sync translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-07-22 00:25:47 +03:00
Jo-Philipp Wich
38400c484e
treewide: resync translations
...
Also complete german base translation while we're at it.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-07-03 19:03:44 +02:00
Florian Eckert
bada415c4b
luci-base: i18n sync translations
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-06-21 11:52:25 +02:00
Jo-Philipp Wich
c48d8f4a2c
treewide: fix typo in "Enable VLAN filtering" label
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-06-21 08:27:14 +02:00
Hosted Weblate
d8f8167b74
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (49 of 49 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3 of 3 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (195 of 195 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 19.6% (38 of 193 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (169 of 169 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (29 of 29 strings)
Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (38 of 38 strings)
Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (164 of 164 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (196 of 196 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (169 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (191 of 191 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (32 of 32 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (341 of 341 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 91.0% (1584 of 1739 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/
Added translation using Weblate (Chinese (Traditional))
Added translation using Weblate (Chinese (Traditional))
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1739 of 1739 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/
Translated using Weblate (English)
Currently translated at 100.0% (49 of 49 strings)
Translated using Weblate (German)
Currently translated at 73.4% (36 of 49 strings)
Translated using Weblate (Finnish)
Currently translated at 100.0% (3 of 3 strings)
Translated using Weblate (German)
Currently translated at 100.0% (3 of 3 strings)
Translated using Weblate (Slovak)
Currently translated at 100.0% (13 of 13 strings)
Translation: OpenWrt/LuCI/applications/hd-idle
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/sk/
Translated using Weblate (English)
Currently translated at 3.1% (2 of 64 strings)
Translation: OpenWrt/LuCI/applications/xinetd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/en/
Translated using Weblate (German)
Currently translated at 85.9% (55 of 64 strings)
Translation: OpenWrt/LuCI/applications/xinetd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/de/
Translated using Weblate (Finnish)
Currently translated at 17.0% (36 of 211 strings)
Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/fi/
Translated using Weblate (Finnish)
Currently translated at 11.5% (13 of 113 strings)
Translated using Weblate (Finnish)
Currently translated at 13.0% (16 of 123 strings)
Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/fi/
Translated using Weblate (Finnish)
Currently translated at 20.7% (34 of 164 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/fi/
Translated using Weblate (Finnish)
Currently translated at 97.3% (37 of 38 strings)
Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/fi/
Translated using Weblate (Finnish)
Currently translated at 10.6% (7 of 66 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/fi/
Translated using Weblate (Finnish)
Currently translated at 12.1% (9 of 74 strings)
Translated using Weblate (Finnish)
Currently translated at 12.5% (2 of 16 strings)
Translated using Weblate (Finnish)
Currently translated at 10.1% (11 of 108 strings)
Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/fi/
Translated using Weblate (Finnish)
Currently translated at 18.5% (15 of 81 strings)
Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/fi/
Translated using Weblate (Finnish)
Currently translated at 25.0% (7 of 28 strings)
Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/fi/
Translated using Weblate (Finnish)
Currently translated at 4.8% (2 of 41 strings)
Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/fi/
Translated using Weblate (Finnish)
Currently translated at 10.3% (6 of 58 strings)
Translated using Weblate (Finnish)
Currently translated at 100.0% (33 of 33 strings)
Translated using Weblate (Finnish)
Currently translated at 30.3% (10 of 33 strings)
Translated using Weblate (Finnish)
Currently translated at 12.8% (25 of 195 strings)
Translated using Weblate (Finnish)
Currently translated at 20.9% (13 of 62 strings)
Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/fi/
Translated using Weblate (Finnish)
Currently translated at 16.3% (32 of 196 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/fi/
Translated using Weblate (Finnish)
Currently translated at 8.7% (5 of 57 strings)
Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/fi/
Translated using Weblate (Finnish)
Currently translated at 90.0% (18 of 20 strings)
Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/fi/
Translated using Weblate (Finnish)
Currently translated at 100.0% (17 of 17 strings)
Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/fi/
Translated using Weblate (Finnish)
Currently translated at 7.5% (13 of 173 strings)
Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/fi/
Translated using Weblate (Finnish)
Currently translated at 100.0% (13 of 13 strings)
Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/fi/
Translated using Weblate (Finnish)
Currently translated at 100.0% (26 of 26 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/fi/
Translated using Weblate (Finnish)
Currently translated at 3.1% (2 of 63 strings)
Translation: OpenWrt/LuCI/applications/frps
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/fi/
Translated using Weblate (Finnish)
Currently translated at 15.9% (15 of 94 strings)
Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/fi/
Translated using Weblate (Finnish)
Currently translated at 100.0% (18 of 18 strings)
Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/fi/
Translated using Weblate (Finnish)
Currently translated at 25.0% (13 of 52 strings)
Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/fi/
Translated using Weblate (Finnish)
Currently translated at 5.6% (11 of 193 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/fi/
Translated using Weblate (Finnish)
Currently translated at 19.3% (6 of 31 strings)
Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/fi/
Translated using Weblate (Finnish)
Currently translated at 88.4% (1538 of 1739 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fi/
Translated using Weblate (Slovak)
Currently translated at 12.7% (12 of 94 strings)
Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/sk/
Translated using Weblate (Slovak)
Currently translated at 6.0% (4 of 66 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/sk/
Translated using Weblate (English)
Currently translated at 16.6% (3 of 18 strings)
Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/en/
Translated using Weblate (Slovak)
Currently translated at 13.4% (7 of 52 strings)
Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/sk/
Translated using Weblate (English)
Currently translated at 1.9% (1 of 52 strings)
Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/en/
Translated using Weblate (Slovak)
Currently translated at 8.8% (3 of 34 strings)
Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/sk/
Translated using Weblate (Slovak)
Currently translated at 13.7% (4 of 29 strings)
Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/sk/
Translated using Weblate (Slovak)
Currently translated at 3.7% (7 of 186 strings)
Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/sk/
Translated using Weblate (English)
Currently translated at 11.7% (2 of 17 strings)
Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/en/
Translated using Weblate (Slovak)
Currently translated at 8.2% (14 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/sk/
Translated using Weblate (English)
Currently translated at 28.5% (2 of 7 strings)
Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/en/
Translated using Weblate (Slovak)
Currently translated at 6.4% (7 of 108 strings)
Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/sk/
Translated using Weblate (English)
Currently translated at 15.3% (2 of 13 strings)
Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/en/
Translated using Weblate (English)
Currently translated at 1.6% (1 of 62 strings)
Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/en/
Translated using Weblate (English)
Currently translated at 1.7% (1 of 57 strings)
Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/en/
Translated using Weblate (English)
Currently translated at 6.2% (3 of 48 strings)
Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/en/
Translated using Weblate (English)
Currently translated at 1.5% (1 of 65 strings)
Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/en/
Translated using Weblate (Slovak)
Currently translated at 23.0% (6 of 26 strings)
Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/sk/
Translated using Weblate (English)
Currently translated at 3.8% (1 of 26 strings)
Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/en/
Translated using Weblate (Slovak)
Currently translated at 16.6% (2 of 12 strings)
Translation: OpenWrt/LuCI/applications/bcp38
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/sk/
Translated using Weblate (Slovak)
Currently translated at 3.6% (7 of 193 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/sk/
Translated using Weblate (German)
Currently translated at 100.0% (41 of 41 strings)
Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/de/
Translated using Weblate (German)
Currently translated at 95.7% (157 of 164 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/de/
Translated using Weblate (Slovak)
Currently translated at 4.5% (6 of 133 strings)
Translated using Weblate (English)
Currently translated at 77.0% (37 of 48 strings)
Translated using Weblate (English)
Currently translated at 12.2% (6 of 49 strings)
Translated using Weblate (Slovak)
Currently translated at 11.2% (22 of 195 strings)
Translated using Weblate (English)
Currently translated at 40.0% (2 of 5 strings)
Translated using Weblate (English)
Currently translated at 25.6% (50 of 195 strings)
Translated using Weblate (English)
Currently translated at 77.4% (148 of 191 strings)
Translated using Weblate (English)
Currently translated at 100.0% (33 of 33 strings)
Translated using Weblate (English)
Currently translated at 96.9% (32 of 33 strings)
Translated using Weblate (English)
Currently translated at 100.0% (14 of 14 strings)
Translated using Weblate (English)
Currently translated at 36.3% (4 of 11 strings)
Translated using Weblate (Slovak)
Currently translated at 5.5% (19 of 341 strings)
Translated using Weblate (English)
Currently translated at 35.1% (120 of 341 strings)
Translated using Weblate (English)
Currently translated at 2.4% (2 of 82 strings)
Translated using Weblate (English)
Currently translated at 99.2% (132 of 133 strings)
Translated using Weblate (Slovak)
Currently translated at 44.2% (770 of 1739 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sk/
Translated using Weblate (English)
Currently translated at 17.8% (310 of 1739 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/en/
Translated using Weblate (German)
Currently translated at 99.8% (1736 of 1739 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/
Co-authored-by: Demian Wright <wright.demian+weblate@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Hulen <shift0106@gmail.com>
Co-authored-by: Juraj Šášik <juraj.sasik@gmail.com>
Co-authored-by: Martin <martin.hubner@web.de>
Co-authored-by: xiazhang <xz@xia.plus>
Signed-off-by: Demian Wright <wright.demian+weblate@gmail.com>
Signed-off-by: Hulen <shift0106@gmail.com>
Signed-off-by: Juraj Šášik <juraj.sasik@gmail.com>
Signed-off-by: Martin <martin.hubner@web.de>
Signed-off-by: xiazhang <xz@xia.plus>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/fi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/fi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsntpc/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/sk/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/fi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/sk/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/fi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/fi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/sk/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/fi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/fi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-battstatus/de/
Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-battstatus/fi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-battstatus/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/de/
Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/zh_Hant/
Translation: OpenWrt/LuCI/applications/ahcp
Translation: OpenWrt/LuCI/applications/commands
Translation: OpenWrt/LuCI/applications/coovachilli
Translation: OpenWrt/LuCI/applications/minidlna
Translation: OpenWrt/LuCI/applications/ntpc
Translation: OpenWrt/LuCI/applications/nut
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/openvpn
Translation: OpenWrt/LuCI/applications/p910nd
Translation: OpenWrt/LuCI/applications/polipo
Translation: OpenWrt/LuCI/applications/radicale2
Translation: OpenWrt/LuCI/applications/splash
Translation: OpenWrt/LuCI/applications/statistics
Translation: OpenWrt/LuCI/applications/tinyproxy
Translation: OpenWrt/LuCI/applications/upnp
Translation: OpenWrt/LuCI/applications/vnstat
Translation: OpenWrt/LuCI/applications/watchcat
Translation: OpenWrt/LuCI/modules/luci-mod-battstatus
Translation: OpenWrt/LuCI/modules/luci-mod-dashboard
2021-06-20 19:45:53 +03:00
Jo-Philipp Wich
b4c394f2d2
protocols: unify TOS and TTL description strings
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-06-07 13:59:03 +02:00
Jo-Philipp Wich
88b9d84388
treewide: consolidate {IPv4,IPv6,MAC} {address,gateway} spellings
...
- Turn IPv4-Address into IPv4 address
- Turn IPv4-Gateway into IPv4 gateway
- Turn IPv6-Address into IPv6 address
- Turn IPv6-Gateway into IPv6 gateway
- Turn MAC-Address into MAC address
Also remove related duplicate translation entries.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-06-07 12:48:08 +02:00
Jo-Philipp Wich
abb76681d5
luci-base: update German base translation
...
Use a common nomenclature for logical network interfaces, physical
network devices, wireless networks and radio phys.
Also add missing translations for recently added strings.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-06-07 11:53:31 +02:00
Jo-Philipp Wich
b5832d134e
treewide: fix "promiscious" typo
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-06-07 11:53:04 +02:00
Hannu Nyman
b6039d0c50
luci-base: i18n - sync translations
...
Sync translations in luci-base.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-06-06 08:57:48 +03:00
Jo-Philipp Wich
dece9b063c
luci-base: fix network
data type validation
...
Fixes : #5085
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-05-31 11:39:15 +02:00
Hannu Nyman
ad9388d2eb
treewide: sync i18n transations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-05-26 19:03:39 +03:00
Florian Eckert
b8fc9dbfb9
luci-base: i18n sync translations
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-05-04 09:01:48 +02:00
Florian Eckert
7a9edb23a6
luci-base: i18n sync translations
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-05-04 08:34:53 +02:00
Dirk Brenken
8c6a29a45c
luci-mod-system: remove bogus btn class in flash.js
...
* fixes #4970
* sync translations
Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-04-15 19:52:52 +02:00
Dirk Brenken
2617fcdc63
luci-mod-network: fix xhtml markup
...
* fix markup in interfaces.js (#4980 )
* sync translations
Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-04-14 16:49:30 +03:00
Hannu Nyman
a3dd58a10e
luci-base: i18n sync translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-04-08 19:05:26 +03:00
Jo-Philipp Wich
d31fa2fac5
treewide: resync translations
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-03-18 17:59:01 +01:00
Hannu Nyman
49065d3550
treewide: i18n translation sync
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-03-13 09:38:10 +02:00
Hannu Nyman
5e4f36b6cf
treewide: i18n sync translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-02-25 17:08:01 +02:00
Hannu Nyman
3080af245a
treewide: i18n sync translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-02-13 10:30:20 +02:00
Hosted Weblate
1f6e7704e8
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 23.6% (44 of 186 strings)
Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/nb_NO/
Translated using Weblate (Norwegian Bokmål)
Currently translated at 6.8% (3 of 44 strings)
Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/nb_NO/
Translated using Weblate (Norwegian Bokmål)
Currently translated at 10.7% (3 of 28 strings)
Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/nb_NO/
Translated using Weblate (Norwegian Bokmål)
Currently translated at 4.5% (3 of 66 strings)
Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/nb_NO/
Translated using Weblate (Norwegian Bokmål)
Currently translated at 8.2% (14 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/nb_NO/
Translated using Weblate (Norwegian Bokmål)
Currently translated at 3.7% (4 of 107 strings)
Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/nb_NO/
Translated using Weblate (Norwegian Bokmål)
Currently translated at 4.9% (4 of 81 strings)
Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/nb_NO/
Translated using Weblate (Norwegian Bokmål)
Currently translated at 11.2% (7 of 62 strings)
Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/nb_NO/
Translated using Weblate (German)
Currently translated at 51.6% (32 of 62 strings)
Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/de/
Translated using Weblate (Norwegian Bokmål)
Currently translated at 30.0% (12 of 40 strings)
Translation: OpenWrt/LuCI/applications/clamav
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/nb_NO/
Translated using Weblate (Norwegian Bokmål)
Currently translated at 15.6% (29 of 185 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/nb_NO/
Translated using Weblate (Norwegian Bokmål)
Currently translated at 2.3% (4 of 173 strings)
Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/nb_NO/
Translated using Weblate (Norwegian Bokmål)
Currently translated at 5.4% (2 of 37 strings)
Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/nb_NO/
Translated using Weblate (Norwegian Bokmål)
Currently translated at 46.9% (77 of 164 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/nb_NO/
Translated using Weblate (Chinese (Traditional))
Currently translated at 13.5% (25 of 185 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (164 of 164 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/zh_Hant/
Translated using Weblate (Norwegian Bokmål)
Currently translated at 9.2% (18 of 195 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/nb_NO/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (49 of 49 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (212 of 212 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (16 of 16 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 41.1% (649 of 1578 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/nb_NO/
Translated using Weblate (German)
Currently translated at 61.5% (8 of 13 strings)
Translation: OpenWrt/LuCI/applications/hd-idle
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/de/
Translated using Weblate (German)
Currently translated at 85.9% (55 of 64 strings)
Translation: OpenWrt/LuCI/applications/xinetd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/de/
Translated using Weblate (German)
Currently translated at 19.2% (20 of 104 strings)
Translation: OpenWrt/LuCI/applications/smartdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/de/
Translated using Weblate (German)
Currently translated at 17.2% (32 of 186 strings)
Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/de/
Translated using Weblate (Swedish)
Currently translated at 46.0% (23 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/sv/
Translated using Weblate (German)
Currently translated at 94.0% (47 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/de/
Translated using Weblate (Swedish)
Currently translated at 100.0% (29 of 29 strings)
Translation: OpenWrt/LuCI/applications/acl
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/sv/
Translated using Weblate (German)
Currently translated at 37.8% (14 of 37 strings)
Translation: OpenWrt/LuCI/applications/sqm
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/de/
Translated using Weblate (German)
Currently translated at 96.0% (72 of 75 strings)
Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/de/
Translated using Weblate (German)
Currently translated at 92.8% (26 of 28 strings)
Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/de/
Translated using Weblate (German)
Currently translated at 36.3% (24 of 66 strings)
Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/de/
Translated using Weblate (German)
Currently translated at 51.0% (49 of 96 strings)
Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/de/
Translated using Weblate (German)
Currently translated at 70.9% (39 of 55 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 95.2% (20 of 21 strings)
Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/de/
Translated using Weblate (German)
Currently translated at 71.1% (37 of 52 strings)
Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/de/
Translated using Weblate (German)
Currently translated at 40.1% (73 of 182 strings)
Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/de/
Translated using Weblate (German)
Currently translated at 47.0% (8 of 17 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% (169 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/de/
Translated using Weblate (German)
Currently translated at 86.9% (93 of 107 strings)
Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/de/
Translated using Weblate (German)
Currently translated at 92.3% (12 of 13 strings)
Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/de/
Translated using Weblate (German)
Currently translated at 46.1% (6 of 13 strings)
Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/de/
Translated using Weblate (German)
Currently translated at 48.3% (30 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 96.4% (55 of 57 strings)
Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/de/
Translated using Weblate (German)
Currently translated at 100.0% (48 of 48 strings)
Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/de/
Translated using Weblate (English)
Currently translated at 3.5% (2 of 56 strings)
Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/en/
Translated using Weblate (German)
Currently translated at 100.0% (65 of 65 strings)
Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/de/
Translated using Weblate (Polish)
Currently translated at 21.0% (39 of 185 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pl/
Translated using Weblate (German)
Currently translated at 26.4% (49 of 185 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/de/
Translated using Weblate (German)
Currently translated at 100.0% (173 of 173 strings)
Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/de/
Translated using Weblate (German)
Currently translated at 100.0% (37 of 37 strings)
Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/de/
Translated using Weblate (Polish)
Currently translated at 100.0% (164 of 164 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pl/
Translated using Weblate (German)
Currently translated at 100.0% (164 of 164 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/de/
Translated using Weblate (Swedish)
Currently translated at 5.4% (10 of 185 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/sv/
Translated using Weblate (German)
Currently translated at 100.0% (26 of 26 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/de/
Translated using Weblate (German)
Currently translated at 100.0% (26 of 26 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/de/
Translated using Weblate (German)
Currently translated at 92.5% (25 of 27 strings)
Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/de/
Translated using Weblate (German)
Currently translated at 97.5% (156 of 160 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/de/
Translated using Weblate (German)
Currently translated at 100.0% (125 of 125 strings)
Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/de/
Translated using Weblate (German)
Currently translated at 100.0% (116 of 116 strings)
Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/de/
Translated using Weblate (German)
Currently translated at 94.3% (184 of 195 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/de/
Translated using Weblate (German)
Currently translated at 100.0% (113 of 113 strings)
Translated using Weblate (German)
Currently translated at 58.6% (78 of 133 strings)
Translated using Weblate (German)
Currently translated at 100.0% (102 of 102 strings)
Translated using Weblate (German)
Currently translated at 100.0% (195 of 195 strings)
Translated using Weblate (German)
Currently translated at 100.0% (74 of 74 strings)
Translated using Weblate (German)
Currently translated at 100.0% (59 of 59 strings)
Translated using Weblate (German)
Currently translated at 100.0% (16 of 16 strings)
Translated using Weblate (German)
Currently translated at 100.0% (72 of 72 strings)
Translated using Weblate (Swedish)
Currently translated at 92.0% (23 of 25 strings)
Translated using Weblate (German)
Currently translated at 100.0% (82 of 82 strings)
Translated using Weblate (German)
Currently translated at 100.0% (58 of 58 strings)
Translated using Weblate (Swedish)
Currently translated at 43.3% (684 of 1578 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sv/
Translated using Weblate (English)
Currently translated at 19.8% (313 of 1578 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/en/
Translated using Weblate (German)
Currently translated at 97.3% (1536 of 1578 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/
Translated using Weblate (Polish)
Currently translated at 100.0% (169 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pl/
Translated using Weblate (Polish)
Currently translated at 14.0% (26 of 185 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (164 of 164 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pl/
Co-authored-by: Adam Stańczyk <a.stanczyk@onet.pl>
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Holger Heins <h.p.heins@gmx.de>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Viktor Griph <viktor@griph.se>
Co-authored-by: Zocker1012 <julian.schoemer.1997@gmail.com>
Co-authored-by: 孤爺仔 <7312140@qq.com>
Signed-off-by: Adam Stańczyk <a.stanczyk@onet.pl>
Signed-off-by: Allan Nordhøy <epost@anotheragency.no>
Signed-off-by: Holger Heins <h.p.heins@gmx.de>
Signed-off-by: Viktor Griph <viktor@griph.se>
Signed-off-by: Zocker1012 <julian.schoemer.1997@gmail.com>
Signed-off-by: 孤爺仔 <7312140@qq.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/de/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/de/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/de/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/de/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/sv/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/de/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/de/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/de/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/de/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/de/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/de/
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/nut
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/opkg
Translation: OpenWrt/LuCI/applications/polipo
Translation: OpenWrt/LuCI/applications/qos
Translation: OpenWrt/LuCI/applications/radicale2
Translation: OpenWrt/LuCI/applications/splash
Translation: OpenWrt/LuCI/applications/tinyproxy
Translation: OpenWrt/LuCI/applications/transmission
Translation: OpenWrt/LuCI/applications/uhttpd
Translation: OpenWrt/LuCI/applications/upnp
Translation: OpenWrt/LuCI/applications/vnstat
Translation: OpenWrt/LuCI/applications/wol
2021-02-08 12:52:32 +02:00
Hannu Nyman
e7531176a1
treewide: sync translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-01-19 23:11:44 +02:00
Giovanni Giacobbi
dfa82b4494
luci-mod-status,luci-app-statistics: Fix case for 'Bit/s' to 'bit/s'
...
Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
[fix conflict, reword commit title]
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-01-19 23:11:33 +02:00
Hannu Nyman
4a47bd741b
luci-base/luci-app-statistics: sync translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-01-12 19:15:35 +02:00
Hannu Nyman
e2ac2e92b0
luci-base: correct button name on flash page help text
...
Correct the help text in the flash page to match the current
buttons. 'Continue' instead of "Proceed".
Adjust translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-01-12 19:13:52 +02:00
Hannu Nyman
2448834b9a
luci-base: i18n - sync translations
...
Sync translations in luci-base.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-01-02 15:30:09 +02:00
Hannu Nyman
068755e603
treewide: i18n - sync translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-12-29 13:14:46 +02:00
Hannu Nyman
be49059e4d
luci-base: i18n - sync translations
...
Sync translations in luci-base.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-12-19 11:49:36 +02:00
Hannu Nyman
3a4f91c704
luci-base: sync translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-12-06 17:55:41 +02:00
Florian Eckert
c93d3b412e
luci-base: sync i18n
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-11-27 10:45:03 +01:00
Sergio E. Nemirowski
0f3f464adc
optinal -> optional typo fix
...
Signed-off-by: Sergio E. Nemirowski <sergio@outerface.net>
2020-11-22 17:35:11 +02:00
Hosted Weblate
a124005cfe
Translated using Weblate (German)
...
Currently translated at 14.4% (15 of 104 strings)
Translation: OpenWrt/LuCI/applications/smartdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/de/
Translated using Weblate (Vietnamese)
Currently translated at 2.0% (1 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/vi/
Translated using Weblate (German)
Currently translated at 76.0% (38 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/de/
Translated using Weblate (Vietnamese)
Currently translated at 2.7% (1 of 37 strings)
Translation: OpenWrt/LuCI/applications/sqm
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/vi/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (73 of 73 strings)
Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/zh_Hans/
Translated using Weblate (Vietnamese)
Currently translated at 1.3% (1 of 73 strings)
Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/vi/
Translated using Weblate (Vietnamese)
Currently translated at 4.5% (2 of 44 strings)
Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/vi/
Translated using Weblate (Vietnamese)
Currently translated at 3.5% (1 of 28 strings)
Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/vi/
Translated using Weblate (Vietnamese)
Currently translated at 4.1% (4 of 96 strings)
Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/vi/
Translated using Weblate (Vietnamese)
Currently translated at 5.8% (1 of 17 strings)
Translation: OpenWrt/LuCI/applications/omcproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/vi/
Translated using Weblate (Vietnamese)
Currently translated at 28.5% (6 of 21 strings)
Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/vi/
Translated using Weblate (Vietnamese)
Currently translated at 7.6% (2 of 26 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/vi/
Translated using Weblate (Vietnamese)
Currently translated at 2.7% (5 of 182 strings)
Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/vi/
Translated using Weblate (Vietnamese)
Currently translated at 11.7% (2 of 17 strings)
Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/vi/
Translated using Weblate (Vietnamese)
Currently translated at 1.7% (3 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/vi/
Translated using Weblate (German)
Currently translated at 100.0% (169 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/de/
Translated using Weblate (Vietnamese)
Currently translated at 0.9% (1 of 107 strings)
Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/vi/
Translated using Weblate (German)
Currently translated at 82.2% (88 of 107 strings)
Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/de/
Translated using Weblate (Vietnamese)
Currently translated at 7.6% (1 of 13 strings)
Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/vi/
Translated using Weblate (Vietnamese)
Currently translated at 3.7% (3 of 81 strings)
Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/vi/
Translated using Weblate (Vietnamese)
Currently translated at 1.6% (2 of 125 strings)
Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/vi/
Translated using Weblate (Vietnamese)
Currently translated at 7.6% (1 of 13 strings)
Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/vi/
Translated using Weblate (Vietnamese)
Currently translated at 4.8% (6 of 123 strings)
Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/vi/
Translated using Weblate (Vietnamese)
Currently translated at 5.6% (9 of 160 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/vi/
Translated using Weblate (Vietnamese)
Currently translated at 2.0% (1 of 48 strings)
Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/vi/
Translated using Weblate (Vietnamese)
Currently translated at 6.4% (2 of 31 strings)
Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/vi/
Translated using Weblate (Vietnamese)
Currently translated at 1.7% (1 of 56 strings)
Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/vi/
Translated using Weblate (German)
Currently translated at 100.0% (105 of 105 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/de/
Translated using Weblate (Vietnamese)
Currently translated at 2.3% (4 of 173 strings)
Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/vi/
Translated using Weblate (Vietnamese)
Currently translated at 8.6% (14 of 161 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/vi/
Translated using Weblate (German)
Currently translated at 100.0% (161 of 161 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/de/
Translated using Weblate (Japanese)
Currently translated at 88.4% (23 of 26 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/ja/
Translated using Weblate (Vietnamese)
Currently translated at 2.0% (4 of 195 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/vi/
Translated using Weblate (Japanese)
Currently translated at 69.2% (135 of 195 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ja/
Translated using Weblate (Vietnamese)
Currently translated at 0.9% (1 of 102 strings)
Translated using Weblate (Vietnamese)
Currently translated at 27.1% (53 of 195 strings)
Translated using Weblate (Japanese)
Currently translated at 86.6% (169 of 195 strings)
Translated using Weblate (Vietnamese)
Currently translated at 77.4% (148 of 191 strings)
Translated using Weblate (Vietnamese)
Currently translated at 14.8% (11 of 74 strings)
Translated using Weblate (Vietnamese)
Currently translated at 6.2% (1 of 16 strings)
Translated using Weblate (Vietnamese)
Currently translated at 37.7% (120 of 318 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (318 of 318 strings)
Translated using Weblate (Vietnamese)
Currently translated at 62.0% (36 of 58 strings)
Translated using Weblate (Vietnamese)
Currently translated at 92.0% (23 of 25 strings)
Translated using Weblate (German)
Currently translated at 95.9% (305 of 318 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 91.0% (1426 of 1566 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 71.6% (1122 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/vi/
Translated using Weblate (Japanese)
Currently translated at 93.3% (1462 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/
Translated using Weblate (German)
Currently translated at 98.2% (1538 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/
Co-authored-by: Andreas Götz <agoetz@tdt.de>
Co-authored-by: Anton Kikin <a.a.kikin@gmail.com>
Co-authored-by: CyFeng16 <cy.z.feng@gmail.com>
Co-authored-by: Darias <DariasLuc@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: RyotaGamer <21ryotagamer@gmail.com>
Co-authored-by: SunSpring <yearnsun@gmail.com>
Signed-off-by: Andreas Götz <agoetz@tdt.de>
Signed-off-by: CyFeng16 <cy.z.feng@gmail.com>
Signed-off-by: Darias <DariasLuc@gmail.com>
Signed-off-by: RyotaGamer <21ryotagamer@gmail.com>
Signed-off-by: SunSpring <yearnsun@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/de/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ru/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/vi/
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/openvpn
Translation: OpenWrt/LuCI/applications/polipo
Translation: OpenWrt/LuCI/applications/qos
Translation: OpenWrt/LuCI/applications/statistics
Translation: OpenWrt/LuCI/applications/tinyproxy
Translation: OpenWrt/LuCI/applications/transmission
Translation: OpenWrt/LuCI/applications/vnstat
2020-11-21 14:29:57 +02:00
Hannu Nyman
24a240d233
treewide: i18n - sync translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-11-14 15:32:48 +02:00