Commit graph

1686 commits

Author SHA1 Message Date
Hannu Nyman
ad7edf425e treewide: i18n - sync translations
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-11-01 10:17:59 +02:00
Martin Böh
6e4e1321a2 luci-base: fix syntax error in hostapd features
Signed-off-by: Martin Böh <mart.b@outlook.de>
2020-10-31 21:07:16 +01:00
Hannu Nyman
ce3402a453 timezone data: update to 2020d
Update timezone data to 2020d

2020b: http://mm.icann.org/pipermail/tz-announce/2020-October/000059.html
     Macquarie Island has stayed in sync with Tasmania since 2011.
     Casey, Antarctica is at +08 in winter and +11 in summer.

2020c: http://mm.icann.org/pipermail/tz-announce/2020-October/000060.html

2020d: http://mm.icann.org/pipermail/tz-announce/2020-October/000062.html
     Palestine ends DST earlier than predicted, on 2020-10-24.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-10-31 20:17:39 +02:00
Hosted Weblate
bdd5b47b1e Translated using Weblate (Dutch)
Currently translated at 10.8% (168 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/nl/

Translated using Weblate (Spanish)

Currently translated at 100.0% (104 of 104 strings)

Translation: OpenWrt/LuCI/applications/smartdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/es/

Translated using Weblate (Spanish)

Currently translated at 100.0% (50 of 50 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/es/

Translated using Weblate (Spanish)

Currently translated at 100.0% (81 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/es/

Translated using Weblate (Spanish)

Currently translated at 100.0% (7 of 7 strings)

Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/es/

Translated using Weblate (Spanish)

Currently translated at 100.0% (195 of 195 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/es/

Translated using Weblate (Spanish)

Currently translated at 100.0% (123 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/es/

Translated using Weblate (Spanish)

Currently translated at 100.0% (113 of 113 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (48 of 48 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (46 of 46 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (195 of 195 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (33 of 33 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (59 of 59 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (210 of 210 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (58 of 58 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1549 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Sepp Jeremiah Morris <Seppdroidgaming@gmx.us>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Signed-off-by: Sepp Jeremiah Morris <Seppdroidgaming@gmx.us>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/es/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/es/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/es/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/es/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/es/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/es/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/es/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/es/
Translation: OpenWrt/LuCI/applications/ahcp
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/minidlna
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/polipo
Translation: OpenWrt/LuCI/applications/radicale2
Translation: OpenWrt/LuCI/applications/uhttpd
Translation: OpenWrt/LuCI/applications/upnp
2020-10-31 12:13:34 +02:00
Jo-Philipp Wich
5a485f8c68
Merge pull request #4531 from oldium/add-widget-changed
luci-base: Fix using isActive in widget-change notification.
2020-10-30 21:29:38 +01:00
Jo-Philipp Wich
40acd95726
Merge pull request #4508 from Ansuel/wpscontrol
luci-mod-status: add WPS control for wifi info
2020-10-30 21:19:40 +01:00
Oldřich Jedlička
ee9b3a4e94 luci-base: Fix using isActive in widget-change notification.
The `onchange` notification handler is called too early to be able to
evaluate other widget's `isActive()` status. Solve this by changing order
of event handling - first register/execute `map.checkDepends` and then
`onchange`.

Fixes: openwrt/luci#4516.

Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
2020-10-30 21:18:45 +01:00
Jo-Philipp Wich
ca86f8d09e
Merge pull request #4538 from oldium/fix-titles
luci-base/luci-compat: Replace legend element with h3.
2020-10-30 21:09:19 +01:00
Hosted Weblate
9b4a70380b
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (50 of 50 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/pt_BR/

Translated using Weblate (Russian)

Currently translated at 89.1% (33 of 37 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ru/

Translated using Weblate (Swedish)

Currently translated at 43.8% (680 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sv/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>
Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Co-authored-by: sergio <sergio+it@outerface.net>
Signed-off-by: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Signed-off-by: sergio <sergio+it@outerface.net>
2020-10-29 09:32:43 +01:00
Hosted Weblate
9199478e99
Translated using Weblate (Czech)
Currently translated at 3.2% (6 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/cs/

Translated using Weblate (Czech)

Currently translated at 82.0% (41 of 50 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/cs/

Translated using Weblate (Ukrainian)

Currently translated at 18.0% (9 of 50 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/uk/

Translated using Weblate (Czech)

Currently translated at 1.3% (1 of 73 strings)

Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/cs/

Translated using Weblate (Ukrainian)

Currently translated at 10.9% (8 of 73 strings)

Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/uk/

Translated using Weblate (Ukrainian)

Currently translated at 92.0% (23 of 25 strings)

Translation: OpenWrt/LuCI/applications/ksmbd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/uk/

Translated using Weblate (Czech)

Currently translated at 88.0% (22 of 25 strings)

Translation: OpenWrt/LuCI/applications/ksmbd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/cs/

Translated using Weblate (Czech)

Currently translated at 14.2% (4 of 28 strings)

Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/cs/

Translated using Weblate (Czech)

Currently translated at 7.2% (7 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/cs/

Translated using Weblate (Czech)

Currently translated at 18.0% (9 of 50 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/cs/

Translated using Weblate (Czech)

Currently translated at 13.6% (23 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/cs/

Translated using Weblate (Ukrainian)

Currently translated at 9.4% (16 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/uk/

Translated using Weblate (Czech)

Currently translated at 85.7% (6 of 7 strings)

Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/cs/

Translated using Weblate (Ukrainian)

Currently translated at 57.1% (4 of 7 strings)

Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/uk/

Translated using Weblate (Czech)

Currently translated at 14.0% (15 of 107 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/cs/

Translated using Weblate (Czech)

Currently translated at 19.7% (16 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/cs/

Translated using Weblate (Ukrainian)

Currently translated at 19.7% (16 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/uk/

Translated using Weblate (Czech)

Currently translated at 25.8% (16 of 62 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/cs/

Translated using Weblate (Ukrainian)

Currently translated at 25.8% (16 of 62 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/uk/

Translated using Weblate (Czech)

Currently translated at 13.8% (17 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/cs/

Translated using Weblate (Ukrainian)

Currently translated at 13.0% (16 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/uk/

Translated using Weblate (Czech)

Currently translated at 100.0% (24 of 24 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/cs/

Translated using Weblate (Czech)

Currently translated at 96.1% (25 of 26 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/cs/

Translated using Weblate (Ukrainian)

Currently translated at 38.4% (10 of 26 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/uk/

Translated using Weblate (Czech)

Currently translated at 46.5% (75 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/cs/

Translated using Weblate (Ukrainian)

Currently translated at 9.9% (16 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/uk/

Translated using Weblate (Ukrainian)

Currently translated at 27.1% (53 of 195 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/uk/

Translated using Weblate (Czech)

Currently translated at 13.5% (8 of 59 strings)

Translated using Weblate (Ukrainian)

Currently translated at 11.8% (7 of 59 strings)

Translated using Weblate (Czech)

Currently translated at 13.2% (15 of 113 strings)

Translated using Weblate (Ukrainian)

Currently translated at 13.2% (15 of 113 strings)

Translated using Weblate (Ukrainian)

Currently translated at 64.5% (31 of 48 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (46 of 46 strings)

Translated using Weblate (Ukrainian)

Currently translated at 14.8% (29 of 195 strings)

Translated using Weblate (Czech)

Currently translated at 95.8% (46 of 48 strings)

Translated using Weblate (Czech)

Currently translated at 97.8% (45 of 46 strings)

Translated using Weblate (Czech)

Currently translated at 41.0% (80 of 195 strings)

Translated using Weblate (Ukrainian)

Currently translated at 96.9% (32 of 33 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (210 of 210 strings)

Translated using Weblate (Czech)

Currently translated at 66.1% (139 of 210 strings)

Translated using Weblate (Ukrainian)

Currently translated at 12.0% (7 of 58 strings)

Translated using Weblate (Ukrainian)

Currently translated at 91.8% (34 of 37 strings)

Translated using Weblate (Czech)

Currently translated at 64.2% (203 of 316 strings)

Translated using Weblate (Czech)

Currently translated at 98.2% (57 of 58 strings)

Translated using Weblate (Czech)

Currently translated at 86.4% (32 of 37 strings)

Translated using Weblate (Ukrainian)

Currently translated at 89.4% (1386 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/uk/

Translated using Weblate (Czech)

Currently translated at 86.9% (1347 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Lukas Jelinek <lukas.jelinek@nic.cz>
Co-authored-by: Yevhen Chebotarev <gekinadres@gmail.com>
Signed-off-by: Lukas Jelinek <lukas.jelinek@nic.cz>
Signed-off-by: Yevhen Chebotarev <gekinadres@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/uk/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/cs/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/uk/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/cs/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/uk/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/cs/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/uk/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/cs/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/uk/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/cs/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/uk/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/cs/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/uk/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/cs/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/cs/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/uk/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/cs/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/uk/
Translation: OpenWrt/LuCI/applications/ahcp
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/minidlna
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/polipo
Translation: OpenWrt/LuCI/applications/radicale2
Translation: OpenWrt/LuCI/applications/samba4
Translation: OpenWrt/LuCI/applications/statistics
Translation: OpenWrt/LuCI/applications/uhttpd
Translation: OpenWrt/LuCI/applications/upnp
2020-10-27 22:27:20 +01:00
Hosted Weblate
42ef9e385f
Translated using Weblate (Czech)
Currently translated at 75.0% (18 of 24 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/cs/

Translated using Weblate (Czech)

Currently translated at 86.9% (1347 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/

Translated using Weblate (Russian)

Currently translated at 40.0% (20 of 50 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ru/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Lukas Jelinek <lukas.jelinek@nic.cz>
Co-authored-by: sergio <sergio+it@outerface.net>
Signed-off-by: Lukas Jelinek <lukas.jelinek@nic.cz>
Signed-off-by: sergio <sergio+it@outerface.net>
2020-10-27 13:09:17 +01:00
Hosted Weblate
70930181b8
Translated using Weblate (Vietnamese)
Currently translated at 2.0% (1 of 50 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/vi/

Translated using Weblate (Polish)

Currently translated at 71.5% (121 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pl/

Translated using Weblate (Vietnamese)

Currently translated at 14.2% (1 of 7 strings)

Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/vi/

Translated using Weblate (Vietnamese)

Currently translated at 2.4% (2 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 4.0% (5 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 1.0% (2 of 195 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/vi/

Translated using Weblate (Vietnamese)

Currently translated at 1.6% (1 of 59 strings)

Translated using Weblate (Vietnamese)

Currently translated at 0.8% (1 of 113 strings)

Translated using Weblate (Vietnamese)

Currently translated at 6.2% (3 of 48 strings)

Translated using Weblate (Vietnamese)

Currently translated at 19.5% (9 of 46 strings)

Translated using Weblate (Vietnamese)

Currently translated at 26.1% (51 of 195 strings)

Translated using Weblate (Vietnamese)

Currently translated at 13.5% (10 of 74 strings)

Translated using Weblate (Vietnamese)

Currently translated at 90.9% (30 of 33 strings)

Translated using Weblate (Vietnamese)

Currently translated at 8.0% (17 of 210 strings)

Translated using Weblate (Vietnamese)

Currently translated at 60.3% (35 of 58 strings)

Translated using Weblate (Vietnamese)

Currently translated at 72.4% (1122 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/vi/

Co-authored-by: 0x2f0713 <namhaiha0308@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Marcin Net <marcin.net@linux.pl>
Signed-off-by: 0x2f0713 <namhaiha0308@gmail.com>
Signed-off-by: Marcin Net <marcin.net@linux.pl>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/vi/
Translation: OpenWrt/LuCI/applications/ahcp
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/minidlna
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/polipo
Translation: OpenWrt/LuCI/applications/radicale2
Translation: OpenWrt/LuCI/applications/tinyproxy
Translation: OpenWrt/LuCI/applications/uhttpd
Translation: OpenWrt/LuCI/applications/upnp
2020-10-26 21:34:38 +01:00
Hosted Weblate
a7594020d5 Translated using Weblate (Indonesian)
Currently translated at 12.9% (24 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/id/

Translated using Weblate (French)

Currently translated at 17.2% (32 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/fr/

Translated using Weblate (Japanese)

Currently translated at 77.4% (144 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ja/

Translated using Weblate (French)

Currently translated at 44.2% (23 of 52 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/fr/

Translated using Weblate (French)

Currently translated at 13.6% (23 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/fr/

Translated using Weblate (French)

Currently translated at 78.5% (84 of 107 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/fr/

Translated using Weblate (French)

Currently translated at 51.8% (42 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/fr/

Translated using Weblate (French)

Currently translated at 15.7% (9 of 57 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/fr/

Translated using Weblate (French)

Currently translated at 97.2% (36 of 37 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/fr/

Translated using Weblate (Japanese)

Currently translated at 96.9% (32 of 33 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (72 of 72 strings)

Translated using Weblate (French)

Currently translated at 74.6% (236 of 316 strings)

Translated using Weblate (French)

Currently translated at 56.0% (46 of 82 strings)

Translated using Weblate (Japanese)

Currently translated at 89.6% (1389 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/

Translated using Weblate (French)

Currently translated at 97.8% (1516 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fr/

Translated using Weblate (Chinese (Simplified))

Currently translated at 97.2% (36 of 37 strings)

Translation: OpenWrt/LuCI/applications/sqm
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/zh_Hans/

Translated using Weblate (Polish)

Currently translated at 48.5% (82 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pl/

Co-authored-by: 01230 <4585006@gmail.com>
Co-authored-by: Atrate <Atrate@protonmail.com>
Co-authored-by: ButterflyOfFire <ButterflyOfFire@protonmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: RyotaGamer <21ryotagamer@gmail.com>
Co-authored-by: fery ferlangga <pengusahaads@gmail.com>
Signed-off-by: 01230 <4585006@gmail.com>
Signed-off-by: Atrate <Atrate@protonmail.com>
Signed-off-by: ButterflyOfFire <ButterflyOfFire@protonmail.com>
Signed-off-by: RyotaGamer <21ryotagamer@gmail.com>
Signed-off-by: fery ferlangga <pengusahaads@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/fr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/fr/
Translation: OpenWrt/LuCI/applications/ahcp
Translation: OpenWrt/LuCI/applications/opkg
Translation: OpenWrt/LuCI/applications/splash
Translation: OpenWrt/LuCI/applications/statistics
2020-10-26 20:43:58 +02:00
Oldřich Jedlička
ebaa50ecd8 luci-base: Replace legend element with h3.
The legend HTML element is allowed only as first element in fieldset, so
use h3 instead, which is rendered the same within themes.

Fixes #3149.

Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
2020-10-24 19:18:50 +02:00
Hosted Weblate
71a8de9200 Translated using Weblate (Arabic)
Currently translated at 5.1% (10 of 195 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ar/

Translated using Weblate (Japanese)

Currently translated at 87.8% (1361 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/

Translated using Weblate (Arabic)

Currently translated at 27.5% (8 of 29 strings)

Translation: OpenWrt/LuCI/applications/acl
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/ar/

Translated using Weblate (Arabic)

Currently translated at 10.3% (3 of 29 strings)

Translation: OpenWrt/LuCI/applications/acl
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/ar/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: RyotaGamer <21ryotagamer@gmail.com>
Co-authored-by: malrubaei <mhmd.alrubaei@gmail.com>
Signed-off-by: RyotaGamer <21ryotagamer@gmail.com>
Signed-off-by: malrubaei <mhmd.alrubaei@gmail.com>
2020-10-23 19:26:49 +03:00
Hannu Nyman
b0fe11ffc4 luci-base: set the fallback default of rollback timeout to 90s
Set the fallback value of the config change rollback timeout
to 90 seconds to match the change in /etc/config/luci by commit
81cf99a50.

That commit changed the value in the config file, but did
not change the underlying fallback values that do get applied
when there is no proper config item in etc/config/luci.

Users sysupgrading from old systems may have carried an ancient
/etc/config/luci (without rollback config) with them, so this
change should help them to see the intended user experience.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-10-21 18:47:38 +03:00
Hosted Weblate
7d15284db5 Translated using Weblate (Arabic)
Currently translated at 5.2% (10 of 191 strings)

Translated using Weblate (Arabic)

Currently translated at 2.4% (3 of 125 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/ar/

Translated using Weblate (Arabic)

Currently translated at 3.1% (5 of 159 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ar/

Translated using Weblate (Arabic)

Currently translated at 4.1% (2 of 48 strings)

Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/ar/

Translated using Weblate (Arabic)

Currently translated at 6.8% (3 of 44 strings)

Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/ar/

Translated using Weblate (Arabic)

Currently translated at 6.1% (5 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/ar/

Translated using Weblate (Arabic)

Currently translated at 2.5% (8 of 316 strings)

Translated using Weblate (Arabic)

Currently translated at 15.3% (2 of 13 strings)

Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/ar/

Translated using Weblate (Arabic)

Currently translated at 3.5% (7 of 195 strings)

Translated using Weblate (Arabic)

Currently translated at 4.6% (9 of 195 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ar/

Translated using Weblate (Arabic)

Currently translated at 7.1% (4 of 56 strings)

Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/ar/

Translated using Weblate (Arabic)

Currently translated at 2.1% (4 of 182 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ar/

Translated using Weblate (Arabic)

Currently translated at 11.7% (2 of 17 strings)

Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/ar/

Translated using Weblate (Arabic)

Currently translated at 3.4% (6 of 173 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ar/

Translated using Weblate (Arabic)

Currently translated at 21.1% (34 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ar/

Translated using Weblate (Arabic)

Currently translated at 5.2% (5 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/ar/

Translated using Weblate (Arabic)

Currently translated at 14.2% (3 of 21 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/ar/

Translated using Weblate (Arabic)

Currently translated at 6.4% (2 of 31 strings)

Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/ar/

Translated using Weblate (Arabic)

Currently translated at 1.7% (3 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ar/

Translated using Weblate (Arabic)

Currently translated at 2.9% (3 of 102 strings)

Translated using Weblate (Arabic)

Currently translated at 86.4% (32 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ar/

Translated using Weblate (Arabic)

Currently translated at 2.2% (35 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ar/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: malrubaei <mhmd.alrubaei@gmail.com>
Signed-off-by: malrubaei <mhmd.alrubaei@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ar/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/ar/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ar/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/ar/
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/openvpn
Translation: OpenWrt/LuCI/applications/statistics
Translation: OpenWrt/LuCI/applications/transmission
2020-10-21 13:09:04 +03:00
Hosted Weblate
f622215419
Translated using Weblate (German)
Currently translated at 14.5% (27 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 96.5% (28 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 100.0% (123 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/de/

Translated using Weblate (Hebrew)

Currently translated at 1.8% (3 of 159 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/he/

Translated using Weblate (Swedish)

Currently translated at 5.0% (1 of 20 strings)

Translated using Weblate (German)

Currently translated at 100.0% (191 of 191 strings)

Translated using Weblate (German)

Currently translated at 100.0% (33 of 33 strings)

Translated using Weblate (Hebrew)

Currently translated at 12.0% (187 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/he/

Translated using Weblate (Spanish)

Currently translated at 100.0% (1549 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Translated using Weblate (German)

Currently translated at 99.4% (1541 of 1549 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: Franco Castillo <castillofrancodamian@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Tobias Hansson <t.valkyr@gmail.com>
Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
Signed-off-by: Andreas Götz <agoetz@tdt.de>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Signed-off-by: Tobias Hansson <t.valkyr@gmail.com>
Signed-off-by: Yaron Shahrabani <sh.yaron@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/de/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/sv/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/de/
Translation: OpenWrt/LuCI/applications/commands
Translation: OpenWrt/LuCI/applications/fwknopd
Translation: OpenWrt/LuCI/applications/openvpn
2020-10-20 07:26:53 +02:00
Hosted Weblate
57247563d4 Translated using Weblate (Hebrew)
Currently translated at 4.0% (1 of 25 strings)

Translation: OpenWrt/LuCI/applications/ksmbd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/he/

Translated using Weblate (Hebrew)

Currently translated at 7.1% (2 of 28 strings)

Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/he/

Translated using Weblate (Hebrew)

Currently translated at 1.5% (1 of 66 strings)

Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/he/

Translated using Weblate (Hebrew)

Currently translated at 2.0% (2 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/he/

Translated using Weblate (Hebrew)

Currently translated at 4.7% (1 of 21 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/he/

Translated using Weblate (Hebrew)

Currently translated at 1.9% (1 of 52 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/he/

Translated using Weblate (Hebrew)

Currently translated at 76.9% (20 of 26 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/he/

Translated using Weblate (Hebrew)

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/he/

Translated using Weblate (Hebrew)

Currently translated at 7.6% (1 of 13 strings)

Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/he/

Translated using Weblate (Hebrew)

Currently translated at 1.6% (1 of 62 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/he/

Translated using Weblate (Hebrew)

Currently translated at 1.6% (2 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/he/

Translated using Weblate (Hebrew)

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/he/

Translated using Weblate (Hebrew)

Currently translated at 1.2% (2 of 159 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/he/

Translated using Weblate (Hebrew)

Currently translated at 5.0% (1 of 20 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/he/

Translated using Weblate (Hebrew)

Currently translated at 3.2% (1 of 31 strings)

Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/he/

Translated using Weblate (Hebrew)

Currently translated at 4.0% (1 of 25 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/he/

Translated using Weblate (Hebrew)

Currently translated at 2.0% (1 of 49 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/he/

Translated using Weblate (Hebrew)

Currently translated at 1.1% (2 of 173 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/he/

Translated using Weblate (Polish)

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/pl/

Translated using Weblate (Japanese)

Currently translated at 97.2% (36 of 37 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ja/

Translated using Weblate (Japanese)

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/ja/

Translated using Weblate (Polish)

Currently translated at 100.0% (195 of 195 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pl/

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 (Hebrew)

Currently translated at 4.1% (8 of 195 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/he/

Translated using Weblate (Hebrew)

Currently translated at 4.3% (1 of 23 strings)

Translated using Weblate (Japanese)

Currently translated at 86.6% (169 of 195 strings)

Translated using Weblate (Hebrew)

Currently translated at 1.0% (2 of 195 strings)

Translated using Weblate (Hebrew)

Currently translated at 1.3% (1 of 74 strings)

Translated using Weblate (Hebrew)

Currently translated at 75.7% (25 of 33 strings)

Translated using Weblate (Japanese)

Currently translated at 91.5% (54 of 59 strings)

Translated using Weblate (Hebrew)

Currently translated at 6.0% (2 of 33 strings)

Translated using Weblate (Hebrew)

Currently translated at 72.7% (8 of 11 strings)

Translated using Weblate (Hebrew)

Currently translated at 6.2% (1 of 16 strings)

Translated using Weblate (Hebrew)

Currently translated at 1.7% (1 of 58 strings)

Translated using Weblate (Hebrew)

Currently translated at 2.7% (1 of 37 strings)

Translated using Weblate (Japanese)

Currently translated at 87.7% (1360 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/

Translated using Weblate (Hebrew)

Currently translated at 11.8% (183 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/he/

Translated using Weblate (Japanese)

Currently translated at 97.2% (36 of 37 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ja/

Translated using Weblate (Japanese)

Currently translated at 87.7% (1360 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/

Translated using Weblate (Japanese)

Currently translated at 77.4% (144 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ja/

Translated using Weblate (Japanese)

Currently translated at 62.0% (18 of 29 strings)

Translation: OpenWrt/LuCI/applications/acl
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/ja/

Translated using Weblate (Marathi)

Currently translated at 5.8% (2 of 34 strings)

Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/mr/

Translated using Weblate (Japanese)

Currently translated at 22.2% (18 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/ja/

Translated using Weblate (Japanese)

Currently translated at 86.4% (32 of 37 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ja/

Translated using Weblate (Japanese)

Currently translated at 97.9% (47 of 48 strings)

Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/ja/

Translated using Weblate (Japanese)

Currently translated at 98.7% (159 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ja/

Translated using Weblate (Japanese)

Currently translated at 98.7% (157 of 159 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ja/

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 (Japanese)

Currently translated at 100.0% (123 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ja/

Translated using Weblate (Japanese)

Currently translated at 100.0% (28 of 28 strings)

Translation: OpenWrt/LuCI/applications/noddos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnoddos/ja/

Translated using Weblate (Japanese)

Currently translated at 86.6% (169 of 195 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (12 of 12 strings)

Translated using Weblate (Japanese)

Currently translated at 29.3% (56 of 191 strings)

Translated using Weblate (Japanese)

Currently translated at 77.0% (57 of 74 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (14 of 14 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (33 of 33 strings)

Translated using Weblate (Japanese)

Currently translated at 99.5% (209 of 210 strings)

Translated using Weblate (Japanese)

Currently translated at 87.7% (1360 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Marcin Net <marcin.net@linux.pl>
Co-authored-by: Prachi Joshi <josprachi@yahoo.com>
Co-authored-by: RyotaGamer <21ryotagamer@gmail.com>
Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
Signed-off-by: Marcin Net <marcin.net@linux.pl>
Signed-off-by: Prachi Joshi <josprachi@yahoo.com>
Signed-off-by: RyotaGamer <21ryotagamer@gmail.com>
Signed-off-by: Yaron Shahrabani <sh.yaron@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/he/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/he/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/he/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/he/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/he/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/he/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/he/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/he/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/he/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/ja/
Translation: OpenWrt/LuCI/applications/ahcp
Translation: OpenWrt/LuCI/applications/commands
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/openvpn
Translation: OpenWrt/LuCI/applications/p910nd
Translation: OpenWrt/LuCI/applications/polipo
Translation: OpenWrt/LuCI/applications/rp-pppoe-server
Translation: OpenWrt/LuCI/applications/samba4
Translation: OpenWrt/LuCI/applications/tinyproxy
Translation: OpenWrt/LuCI/applications/uhttpd
Translation: OpenWrt/LuCI/applications/vnstat
Translation: OpenWrt/LuCI/applications/watchcat
Translation: OpenWrt/LuCI/applications/wol
2020-10-17 20:29:28 +03:00
Hosted Weblate
a2c74579a6 Translated using Weblate (Marathi)
Currently translated at 27.0% (10 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/mr/

Translated using Weblate (Marathi)

Currently translated at 5.3% (83 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/mr/

Translated using Weblate (Marathi)

Currently translated at 100.0% (14 of 14 strings)

Translated using Weblate (Marathi)

Currently translated at 2.9% (5 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/mr/

Translated using Weblate (Marathi)

Currently translated at 8.3% (6 of 72 strings)

Translated using Weblate (Marathi)

Currently translated at 8.1% (10 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/mr/

Translated using Weblate (Marathi)

Currently translated at 100.0% (2 of 2 strings)

Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/mr/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Prachi Joshi <josprachi@yahoo.com>
Signed-off-by: Prachi Joshi <josprachi@yahoo.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/mr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/mr/
Translation: OpenWrt/LuCI/applications/opkg
Translation: OpenWrt/LuCI/applications/wol
2020-10-15 12:22:17 +03:00
Hosted Weblate
386cd4f4dd Translated using Weblate (Portuguese)
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/pt/

Translated using Weblate (Portuguese (Brazil))

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/pt_BR/

Translated using Weblate (Spanish)

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/es/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (195 of 195 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pt/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (195 of 195 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pt_BR/

Translated using Weblate (Spanish)

Currently translated at 100.0% (195 of 195 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/es/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (1549 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/

Translated using Weblate (Spanish)

Currently translated at 100.0% (1549 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (59 of 59 strings)

Translated using Weblate (Japanese)

Currently translated at 87.7% (1360 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/

Translated using Weblate (Spanish)

Currently translated at 100.0% (1549 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: RyotaGamer <21ryotagamer@gmail.com>
Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Co-authored-by: ssantos <ssantos@web.de>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Signed-off-by: RyotaGamer <21ryotagamer@gmail.com>
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Signed-off-by: ssantos <ssantos@web.de>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/pt/
Translation: OpenWrt/LuCI/applications/uhttpd
2020-10-14 19:05:05 +03:00
Hannu Nyman
3d1b6a12f6 treewide: i18n - sync translations
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-10-13 18:45:35 +03:00
Hosted Weblate
0d0816ca10 Translated using Weblate (Japanese)
Currently translated at 74.1% (135 of 182 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ja/

Translated using Weblate (German)

Currently translated at 84.3% (54 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 14.5% (27 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/de/

Translated using Weblate (Japanese)

Currently translated at 62.0% (18 of 29 strings)

Translation: OpenWrt/LuCI/applications/acl
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/ja/

Translated using Weblate (German)

Currently translated at 44.7% (43 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 (Japanese)

Currently translated at 26.9% (14 of 52 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ja/

Translated using Weblate (German)

Currently translated at 67.3% (35 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 30.1% (51 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 100.0% (56 of 56 strings)

Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/de/

Translated using Weblate (Japanese)

Currently translated at 50.0% (3 of 6 strings)

Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/ja/

Translated using Weblate (Japanese)

Currently translated at 21.0% (12 of 57 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/ja/

Translated using Weblate (Japanese)

Currently translated at 44.0% (11 of 25 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/ja/

Translated using Weblate (Japanese)

Currently translated at 100.0% (42 of 42 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ja/

Translated using Weblate (German)

Currently translated at 88.8% (24 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 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 100.0% (182 of 182 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/de/

Translated using Weblate (Spanish)

Currently translated at 100.0% (107 of 107 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/es/

Translated using Weblate (Japanese)

Currently translated at 100.0% (72 of 72 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 88.3% (1369 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/

Translated using Weblate (Japanese)

Currently translated at 87.7% (1360 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/

Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com>
Co-authored-by: Haoyu <1902457591@qq.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: RyotaGamer <21ryotagamer@gmail.com>
Co-authored-by: Sandro Volery <sandro@volery.com>
Co-authored-by: Satoru Yoshida <ramat@ram.ne.jp>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Signed-off-by: Haoyu <1902457591@qq.com>
Signed-off-by: RyotaGamer <21ryotagamer@gmail.com>
Signed-off-by: Sandro Volery <sandro@volery.com>
Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/ja/
Translation: OpenWrt/LuCI/applications/opkg
2020-10-11 09:00:38 +03:00
Ansuel Smith
681d38db31
luci-base: check support for hostapd wps
Check if hostapd supports wps pushbutton features.
(wps is now supported by ubus instead of using hostapd_cli)

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-10-11 01:32:21 +02:00
Hosted Weblate
53c6c7f905 Translated using Weblate (Russian)
Currently translated at 30.2% (29 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/ru/

Translated using Weblate (Russian)

Currently translated at 82.0% (41 of 50 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ru/

Translated using Weblate (Russian)

Currently translated at 50.8% (29 of 57 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/ru/

Translated using Weblate (Russian)

Currently translated at 92.3% (24 of 26 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/ru/

Translated using Weblate (Russian)

Currently translated at 81.9% (132 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/

Translated using Weblate (Russian)

Currently translated at 100.0% (27 of 27 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/ru/

Translated using Weblate (Russian)

Currently translated at 26.6% (45 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ru/

Translated using Weblate (Russian)

Currently translated at 84.1% (90 of 107 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/ru/

Translated using Weblate (Russian)

Currently translated at 23.0% (26 of 113 strings)

Translated using Weblate (Russian)

Currently translated at 96.3% (79 of 82 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (1549 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/

Translated using Weblate (Spanish)

Currently translated at 100.0% (1549 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Translated using Weblate (Spanish)

Currently translated at 100.0% (210 of 210 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (316 of 316 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1549 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Co-authored-by: Artem <KovalevArtem.ru@gmail.com>
Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Signed-off-by: Artem <KovalevArtem.ru@gmail.com>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/es/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ru/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/ru/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/es/
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/radicale2
Translation: OpenWrt/LuCI/applications/splash
Translation: OpenWrt/LuCI/applications/statistics
2020-10-09 16:56:11 +03:00
Hosted Weblate
e06c7b666f Translated using Weblate (Arabic)
Currently translated at 1.7% (2 of 113 strings)

Translated using Weblate (Arabic)

Currently translated at 6.2% (3 of 48 strings)

Translated using Weblate (Arabic)

Currently translated at 2.4% (3 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ar/

Translated using Weblate (Arabic)

Currently translated at 1.6% (1 of 59 strings)

Translated using Weblate (Arabic)

Currently translated at 6.1% (5 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/ar/

Translated using Weblate (Arabic)

Currently translated at 3.4% (2 of 58 strings)

Translated using Weblate (Arabic)

Currently translated at 5.2% (11 of 210 strings)

Translated using Weblate (Arabic)

Currently translated at 6.0% (2 of 33 strings)

Translated using Weblate (Arabic)

Currently translated at 3.5% (7 of 195 strings)

Translated using Weblate (Arabic)

Currently translated at 8.6% (4 of 46 strings)

Translated using Weblate (Arabic)

Currently translated at 4.9% (9 of 182 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ar/

Translated using Weblate (Arabic)

Currently translated at 3.4% (6 of 173 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ar/

Translated using Weblate (Arabic)

Currently translated at 14.2% (1 of 7 strings)

Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/ar/

Translated using Weblate (Arabic)

Currently translated at 2.2% (35 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ar/

Translated using Weblate (German)

Currently translated at 28.9% (49 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 100.0% (161 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/de/

Translated using Weblate (Chinese (Simplified))

Currently translated at 73.2% (118 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 73.2% (118 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 33.7% (57 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/zh_Hans/

Co-authored-by: Dirk Brenken <dev@brenken.org>
Co-authored-by: Gerardyang <1304274443@qq.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Mohamed Bechir Besbes <besbes.bechir22@gmail.com>
Co-authored-by: 孤爺仔 <7312140@qq.com>
Signed-off-by: Dirk Brenken <dev@brenken.org>
Signed-off-by: Gerardyang <1304274443@qq.com>
Signed-off-by: Mohamed Bechir Besbes <besbes.bechir22@gmail.com>
Signed-off-by: 孤爺仔 <7312140@qq.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/ar/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ar/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/ar/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ar/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/ar/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ar/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/ar/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/ar/
Translation: OpenWrt/LuCI/applications/ahcp
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/minidlna
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/polipo
Translation: OpenWrt/LuCI/applications/radicale2
Translation: OpenWrt/LuCI/applications/uhttpd
Translation: OpenWrt/LuCI/applications/upnp
2020-10-07 10:43:26 +03:00
Jo-Philipp Wich
6483e80267
Merge pull request #4495 from oldium/network-wifi-vlans
luci-base: network.js: Show clients also from wifi VLANs.
2020-10-06 14:00:55 +02:00
Oldřich Jedlička
12e50de9db luci-base: network.js: Show clients also from wifi VLANs.
Iterate through VLANs to get the clients connected on configured wifi
VLANs (as configured by `wifi-vlan` sections in `wireless` configuration).

This is a minimum support for VLANs on wireless network. The VLAN name is
nowhere displayed, but at least clients using VLANs are visible.

Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
2020-10-06 13:30:47 +02:00
Hosted Weblate
61a4fca147 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (52 of 52 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (182 of 182 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 27.2% (46 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/zh_Hans/

Translated using Weblate (Slovak)

Currently translated at 50.4% (782 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sk/

Translated using Weblate (Polish)

Currently translated at 100.0% (1549 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Marcin Net <marcin.net@linux.pl>
Co-authored-by: SunSpring <yearnsun@gmail.com>
Co-authored-by: kukulo2011 <kukulo2011@windowslive.com>
Signed-off-by: Marcin Net <marcin.net@linux.pl>
Signed-off-by: SunSpring <yearnsun@gmail.com>
Signed-off-by: kukulo2011 <kukulo2011@windowslive.com>
2020-10-05 21:43:11 +03:00
Hosted Weblate
b60ea0b8bf Translated using Weblate (Spanish)
Currently translated at 100.0% (96 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/es/

Translated using Weblate (Spanish)

Currently translated at 100.0% (27 of 27 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/es/

Translated using Weblate (Spanish)

Currently translated at 100.0% (169 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/

Translated using Weblate (Spanish)

Currently translated at 100.0% (107 of 107 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/es/

Translated using Weblate (Spanish)

Currently translated at 100.0% (1549 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2020-09-30 17:28:53 +03:00
Hosted Weblate
6207c0d8ad Translated using Weblate (Japanese)
Currently translated at 77.4% (144 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ja/

Translated using Weblate (Turkish)

Currently translated at 6.4% (12 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/tr/

Translated using Weblate (Russian)

Currently translated at 51.3% (19 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ru/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (96 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/pt/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (96 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/pt_BR/

Translated using Weblate (Turkish)

Currently translated at 11.5% (6 of 52 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/tr/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (27 of 27 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/pt/

Translated using Weblate (Slovak)

Currently translated at 7.6% (13 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/sk/

Translated using Weblate (Portuguese)

Currently translated at 31.3% (53 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pt/

Translated using Weblate (Turkish)

Currently translated at 7.6% (13 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/tr/

Translated using Weblate (Turkish)

Currently translated at 18.6% (20 of 107 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/tr/

Translated using Weblate (Turkish)

Currently translated at 6.0% (7 of 116 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/tr/

Translated using Weblate (Turkish)

Currently translated at 3.2% (4 of 125 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/tr/

Translated using Weblate (Slovak)

Currently translated at 12.1% (15 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/sk/

Translated using Weblate (Turkish)

Currently translated at 100.0% (123 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/tr/

Translated using Weblate (Turkish)

Currently translated at 31.5% (18 of 57 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/tr/

Translated using Weblate (Turkish)

Currently translated at 5.0% (8 of 159 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/tr/

Translated using Weblate (Turkish)

Currently translated at 23.0% (6 of 26 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/tr/

Translated using Weblate (Turkish)

Currently translated at 16.0% (4 of 25 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/tr/

Translated using Weblate (Japanese)

Currently translated at 13.7% (16 of 116 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/ja/

Translated using Weblate (Japanese)

Currently translated at 8.8% (11 of 125 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/ja/

Translated using Weblate (Russian)

Currently translated at 82.6% (133 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (27 of 27 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/pt_BR/

Translated using Weblate (Russian)

Currently translated at 45.6% (79 of 173 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ru/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (169 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pt_BR/

Translated using Weblate (Turkish)

Currently translated at 9.8% (18 of 182 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/tr/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (107 of 107 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/pt_BR/

Translated using Weblate (Turkish)

Currently translated at 3.7% (5 of 133 strings)

Translated using Weblate (Turkish)

Currently translated at 10.4% (5 of 48 strings)

Translated using Weblate (Turkish)

Currently translated at 19.5% (9 of 46 strings)

Translated using Weblate (Turkish)

Currently translated at 7.1% (14 of 195 strings)

Translated using Weblate (Slovak)

Currently translated at 10.7% (21 of 195 strings)

Translated using Weblate (Turkish)

Currently translated at 4.1% (8 of 191 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (14 of 14 strings)

Translated using Weblate (Slovak)

Currently translated at 100.0% (14 of 14 strings)

Translated using Weblate (Slovak)

Currently translated at 62.8% (132 of 210 strings)

Translated using Weblate (Turkish)

Currently translated at 12.1% (4 of 33 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (72 of 72 strings)

Translated using Weblate (Slovak)

Currently translated at 100.0% (72 of 72 strings)

Translated using Weblate (Turkish)

Currently translated at 2.2% (7 of 316 strings)

Translated using Weblate (Turkish)

Currently translated at 4.8% (4 of 82 strings)

Translated using Weblate (Turkish)

Currently translated at 20.9% (324 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/

Translated using Weblate (Slovak)

Currently translated at 48.4% (750 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sk/

Translated using Weblate (Russian)

Currently translated at 100.0% (1549 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (1549 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1549 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Co-authored-by: Anton Kikin <a.a.kikin@gmail.com>
Co-authored-by: Dušan Kazik <prescott66@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Mehmet Çetin <excom_zkko@hotmail.com>
Co-authored-by: Satoru Yoshida <ramat@ram.ne.jp>
Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Co-authored-by: sergio <sergio+it@outerface.net>
Co-authored-by: ssantos <ssantos@web.de>
Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>
Signed-off-by: Dušan Kazik <prescott66@gmail.com>
Signed-off-by: Mehmet Çetin <excom_zkko@hotmail.com>
Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Signed-off-by: sergio <sergio+it@outerface.net>
Signed-off-by: ssantos <ssantos@web.de>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/sk/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/sk/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/sk/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/sk/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/tr/
Translation: OpenWrt/LuCI/applications/commands
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/minidlna
Translation: OpenWrt/LuCI/applications/nut
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/openvpn
Translation: OpenWrt/LuCI/applications/opkg
Translation: OpenWrt/LuCI/applications/splash
Translation: OpenWrt/LuCI/applications/statistics
Translation: OpenWrt/LuCI/applications/upnp
Translation: OpenWrt/LuCI/applications/wol
2020-09-29 17:48:26 +03:00
Hosted Weblate
ce57e6de2a
Translated using Weblate (Turkish)
Currently translated at 10.7% (3 of 28 strings)

Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/tr/

Translated using Weblate (Turkish)

Currently translated at 17.7% (17 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/tr/

Translated using Weblate (Turkish)

Currently translated at 19.0% (4 of 21 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/tr/

Translated using Weblate (Turkish)

Currently translated at 15.3% (4 of 26 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/tr/

Translated using Weblate (Turkish)

Currently translated at 17.7% (19 of 107 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/tr/

Translated using Weblate (Turkish)

Currently translated at 7.6% (1 of 13 strings)

Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/tr/

Translated using Weblate (Turkish)

Currently translated at 38.2% (47 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/tr/

Translated using Weblate (Turkish)

Currently translated at 9.6% (3 of 31 strings)

Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/tr/

Translated using Weblate (Turkish)

Currently translated at 6.9% (12 of 173 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/tr/

Translated using Weblate (Turkish)

Currently translated at 9.3% (17 of 182 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/tr/

Translated using Weblate (Turkish)

Currently translated at 5.6% (11 of 195 strings)

Translated using Weblate (Turkish)

Currently translated at 5.4% (4 of 74 strings)

Translated using Weblate (Turkish)

Currently translated at 6.2% (1 of 16 strings)

Translated using Weblate (Turkish)

Currently translated at 12.0% (7 of 58 strings)

Translated using Weblate (Turkish)

Currently translated at 19.8% (307 of 1549 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Mehmet Çetin <excom_zkko@hotmail.com>
Signed-off-by: Mehmet Çetin <excom_zkko@hotmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/tr/
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/polipo
Translation: OpenWrt/LuCI/applications/tinyproxy
Translation: OpenWrt/LuCI/applications/vnstat
2020-09-28 16:04:54 +02:00
Hosted Weblate
f2e45c9280 Translated using Weblate (Turkish)
Currently translated at 3.7% (7 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/tr/

Translated using Weblate (Turkish)

Currently translated at 17.0% (16 of 94 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (34 of 34 strings)

Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/tr/

Translated using Weblate (Turkish)

Currently translated at 3.8% (7 of 182 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/tr/

Translated using Weblate (Turkish)

Currently translated at 7.1% (12 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/tr/

Translated using Weblate (Turkish)

Currently translated at 17.4% (18 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/tr/

Translated using Weblate (Turkish)

Currently translated at 19.5% (24 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/tr/

Translated using Weblate (English)

Currently translated at 1.2% (2 of 159 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/en/

Translated using Weblate (Turkish)

Currently translated at 9.2% (6 of 65 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/tr/

Translated using Weblate (Turkish)

Currently translated at 7.6% (8 of 105 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/tr/

Translated using Weblate (Turkish)

Currently translated at 6.3% (11 of 173 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (42 of 42 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/tr/

Translated using Weblate (Turkish)

Currently translated at 32.2% (52 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/tr/

Translated using Weblate (Turkish)

Currently translated at 8.7% (16 of 182 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/tr/

Translated using Weblate (Turkish)

Currently translated at 3.0% (4 of 133 strings)

Translated using Weblate (Turkish)

Currently translated at 17.3% (8 of 46 strings)

Translated using Weblate (Turkish)

Currently translated at 5.7% (12 of 210 strings)

Translated using Weblate (Turkish)

Currently translated at 19.7% (306 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: James White <james@jmwhite.co.uk>
Co-authored-by: Mehmet Çetin <excom_zkko@hotmail.com>
Signed-off-by: James White <james@jmwhite.co.uk>
Signed-off-by: Mehmet Çetin <excom_zkko@hotmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/tr/
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/nut
Translation: OpenWrt/LuCI/applications/upnp
2020-09-28 16:43:06 +03:00
Hannu Nyman
0794b38662 treewide: i18n - sync translations
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-09-28 16:24:54 +03:00
Hosted Weblate
1e301ca2df Translated using Weblate (Dutch)
Currently translated at 8.0% (125 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/nl/

Translated using Weblate (Japanese)

Currently translated at 12.1% (8 of 66 strings)

Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/ja/

Translated using Weblate (Turkish)

Currently translated at 11.7% (2 of 17 strings)

Translation: OpenWrt/LuCI/applications/omcproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/tr/

Translated using Weblate (Turkish)

Currently translated at 7.6% (4 of 52 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/tr/

Translated using Weblate (Polish)

Currently translated at 33.1% (56 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 100.0% (161 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pl/

Translated using Weblate (Spanish)

Currently translated at 100.0% (26 of 26 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/es/

Translated using Weblate (Polish)

Currently translated at 100.0% (182 of 182 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pl/

Translated using Weblate (Turkish)

Currently translated at 19.5% (303 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1547 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Translated using Weblate (Polish)

Currently translated at 100.0% (1547 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Translated using Weblate (Japanese)

Currently translated at 85.9% (1330 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/

Translated using Weblate (Spanish)

Currently translated at 100.0% (1547 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Translated using Weblate (Arabic)

Currently translated at 2.9% (3 of 102 strings)

Translated using Weblate (Arabic)

Currently translated at 2.7% (1 of 37 strings)

Translation: OpenWrt/LuCI/applications/sqm
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ar/

Translated using Weblate (Dutch)

Currently translated at 7.5% (117 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/nl/

Translated using Weblate (Dutch)

Currently translated at 7.5% (117 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/nl/

Translated using Weblate (Japanese)

Currently translated at 69.8% (130 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ja/

Translated using Weblate (Turkish)

Currently translated at 3.2% (6 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/tr/

Translated using Weblate (Turkish)

Currently translated at 3.2% (6 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (37 of 37 strings)

Translation: OpenWrt/LuCI/applications/sqm
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/tr/

Translated using Weblate (Turkish)

Currently translated at 2.7% (2 of 73 strings)

Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/tr/

Translated using Weblate (Turkish)

Currently translated at 9.0% (4 of 44 strings)

Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/tr/

Translated using Weblate (Turkish)

Currently translated at 12.0% (3 of 25 strings)

Translation: OpenWrt/LuCI/applications/ksmbd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/tr/

Translated using Weblate (Turkish)

Currently translated at 7.1% (2 of 28 strings)

Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/tr/

Translated using Weblate (Turkish)

Currently translated at 4.5% (3 of 66 strings)

Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/tr/

Translated using Weblate (Turkish)

Currently translated at 4.5% (3 of 66 strings)

Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/tr/

Translated using Weblate (Turkish)

Currently translated at 14.5% (14 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/tr/

Translated using Weblate (Turkish)

Currently translated at 14.5% (14 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (50 of 50 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/tr/

Translated using Weblate (Turkish)

Currently translated at 5.8% (1 of 17 strings)

Translation: OpenWrt/LuCI/applications/omcproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/tr/

Translated using Weblate (Turkish)

Currently translated at 14.2% (3 of 21 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/tr/

Translated using Weblate (Japanese)

Currently translated at 25.0% (13 of 52 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ja/

Translated using Weblate (Turkish)

Currently translated at 5.7% (3 of 52 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/tr/

Translated using Weblate (Turkish)

Currently translated at 5.7% (3 of 52 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/tr/

Translated using Weblate (Turkish)

Currently translated at 11.5% (3 of 26 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/tr/

Translated using Weblate (Turkish)

Currently translated at 2.9% (1 of 34 strings)

Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/tr/

Translated using Weblate (Turkish)

Currently translated at 33.3% (9 of 27 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/tr/

Translated using Weblate (Turkish)

Currently translated at 3.2% (6 of 182 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/tr/

Translated using Weblate (Turkish)

Currently translated at 17.6% (3 of 17 strings)

Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/tr/

Translated using Weblate (Turkish)

Currently translated at 4.1% (7 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (7 of 7 strings)

Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/tr/

Translated using Weblate (Turkish)

Currently translated at 9.7% (10 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/tr/

Translated using Weblate (Turkish)

Currently translated at 15.3% (2 of 13 strings)

Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/tr/

Translated using Weblate (Turkish)

Currently translated at 8.6% (7 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/tr/

Translated using Weblate (Turkish)

Currently translated at 8.6% (7 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/tr/

Translated using Weblate (Turkish)

Currently translated at 4.3% (5 of 116 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/tr/

Translated using Weblate (Turkish)

Currently translated at 2.4% (3 of 125 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (6 of 6 strings)

Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/tr/

Translated using Weblate (Turkish)

Currently translated at 8.0% (5 of 62 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/tr/

Translated using Weblate (Turkish)

Currently translated at 4.8% (6 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/tr/

Translated using Weblate (Turkish)

Currently translated at 29.8% (17 of 57 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/tr/

Translated using Weblate (Turkish)

Currently translated at 29.8% (17 of 57 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/tr/

Translated using Weblate (Turkish)

Currently translated at 3.7% (6 of 159 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/tr/

Translated using Weblate (Turkish)

Currently translated at 8.3% (4 of 48 strings)

Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/tr/

Translated using Weblate (Turkish)

Currently translated at 20.8% (5 of 24 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/tr/

Translated using Weblate (Turkish)

Currently translated at 6.4% (2 of 31 strings)

Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/tr/

Translated using Weblate (Turkish)

Currently translated at 7.6% (5 of 65 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/tr/

Translated using Weblate (Turkish)

Currently translated at 19.2% (5 of 26 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/tr/

Translated using Weblate (Turkish)

Currently translated at 19.2% (5 of 26 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/tr/

Translated using Weblate (Turkish)

Currently translated at 12.0% (3 of 25 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/tr/

Translated using Weblate (Turkish)

Currently translated at 8.1% (4 of 49 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/tr/

Translated using Weblate (Turkish)

Currently translated at 8.1% (4 of 49 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/tr/

Translated using Weblate (Turkish)

Currently translated at 25.0% (3 of 12 strings)

Translation: OpenWrt/LuCI/applications/bcp38
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/tr/

Translated using Weblate (Turkish)

Currently translated at 6.6% (7 of 105 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (2 of 2 strings)

Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/tr/

Translated using Weblate (Turkish)

Currently translated at 32.2% (52 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/tr/

Translated using Weblate (Japanese)

Currently translated at 8.2% (15 of 182 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ja/

Translated using Weblate (Japanese)

Currently translated at 22.2% (18 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/ja/

Translated using Weblate (Japanese)

Currently translated at 50.0% (1 of 2 strings)

Translation: OpenWrt/LuCI/applications/olsr-viz
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-viz/ja/

Translated using Weblate (Japanese)

Currently translated at 21.0% (12 of 57 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/ja/

Translated using Weblate (Russian)

Currently translated at 78.8% (127 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/

Translated using Weblate (Turkish)

Currently translated at 7.6% (14 of 182 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/tr/

Translated using Weblate (Turkish)

Currently translated at 7.6% (14 of 182 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/tr/

Translated using Weblate (Japanese)

Currently translated at 33.1% (56 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ja/

Translated using Weblate (Japanese)

Currently translated at 73.0% (133 of 182 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ja/

Translated using Weblate (Turkish)

Currently translated at 3.3% (2 of 59 strings)

Translated using Weblate (Turkish)

Currently translated at 4.3% (1 of 23 strings)

Translated using Weblate (Turkish)

Currently translated at 2.6% (3 of 113 strings)

Translated using Weblate (Japanese)

Currently translated at 59.3% (79 of 133 strings)

Translated using Weblate (Turkish)

Currently translated at 2.2% (3 of 133 strings)

Translated using Weblate (Turkish)

Currently translated at 2.2% (3 of 133 strings)

Translated using Weblate (Turkish)

Currently translated at 1.9% (2 of 102 strings)

Translated using Weblate (Turkish)

Currently translated at 8.3% (4 of 48 strings)

Translated using Weblate (Turkish)

Currently translated at 8.3% (4 of 48 strings)

Translated using Weblate (Turkish)

Currently translated at 15.2% (7 of 46 strings)

Translated using Weblate (Turkish)

Currently translated at 15.2% (7 of 46 strings)

Translated using Weblate (Turkish)

Currently translated at 5.1% (10 of 195 strings)

Translated using Weblate (Turkish)

Currently translated at 5.1% (10 of 195 strings)

Translated using Weblate (Turkish)

Currently translated at 3.6% (7 of 191 strings)

Translated using Weblate (Turkish)

Currently translated at 3.6% (7 of 191 strings)

Translated using Weblate (Turkish)

Currently translated at 8.3% (1 of 12 strings)

Translated using Weblate (Turkish)

Currently translated at 4.0% (3 of 74 strings)

Translated using Weblate (Turkish)

Currently translated at 66.6% (22 of 33 strings)

Translated using Weblate (Turkish)

Currently translated at 7.1% (1 of 14 strings)

Translated using Weblate (Turkish)

Currently translated at 2.3% (5 of 210 strings)

Translated using Weblate (Turkish)

Currently translated at 2.3% (5 of 210 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (14 of 14 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Turkish)

Currently translated at 1.8% (6 of 316 strings)

Translated using Weblate (Turkish)

Currently translated at 1.8% (6 of 316 strings)

Translated using Weblate (Turkish)

Currently translated at 3.6% (3 of 82 strings)

Translated using Weblate (Turkish)

Currently translated at 10.3% (6 of 58 strings)

Translated using Weblate (Turkish)

Currently translated at 10.3% (6 of 58 strings)

Translated using Weblate (Turkish)

Currently translated at 8.1% (3 of 37 strings)

Translated using Weblate (Turkish)

Currently translated at 20.0% (5 of 25 strings)

Translated using Weblate (Turkish)

Currently translated at 20.0% (5 of 25 strings)

Translated using Weblate (Turkish)

Currently translated at 17.9% (278 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/

Translated using Weblate (Turkish)

Currently translated at 17.9% (278 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/

Translated using Weblate (Turkish)

Currently translated at 17.9% (278 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/

Translated using Weblate (Dutch)

Currently translated at 7.3% (113 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/nl/

Translated using Weblate (Dutch)

Currently translated at 7.3% (113 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/nl/

Added translation using Weblate (Dutch)

Co-authored-by: Ataberk Özen <ataberkozen123@gmail.com>
Co-authored-by: Atrate <Atrate@protonmail.com>
Co-authored-by: Bernardus Jansen <bernardus@bajansen.nl>
Co-authored-by: G. Allen Morris III <gamthree@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Marwan Amireh <amirehmarwan@gmail.com>
Co-authored-by: Mehmet Çetin <excom_zkko@hotmail.com>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Paul Spooren <mail@aparcar.org>
Co-authored-by: RyotaGamer <21ryotagamer@gmail.com>
Co-authored-by: Satoru Yoshida <ramat@ram.ne.jp>
Co-authored-by: Vladimir Támara Patiño <vtamara@pasosdejesus.org>
Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Co-authored-by: sergio <sergio+it@outerface.net>
Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>
Signed-off-by: Atrate <Atrate@protonmail.com>
Signed-off-by: Bernardus Jansen <bernardus@bajansen.nl>
Signed-off-by: G. Allen Morris III <gamthree@gmail.com>
Signed-off-by: Marwan Amireh <amirehmarwan@gmail.com>
Signed-off-by: Mehmet Çetin <excom_zkko@hotmail.com>
Signed-off-by: Oğuz Ersen <oguzersen@protonmail.com>
Signed-off-by: Paul Spooren <mail@aparcar.org>
Signed-off-by: RyotaGamer <21ryotagamer@gmail.com>
Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>
Signed-off-by: Vladimir Támara Patiño <vtamara@pasosdejesus.org>
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Signed-off-by: sergio <sergio+it@outerface.net>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsntpc/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/ar/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/tr/
Translation: OpenWrt/LuCI/applications/ahcp
Translation: OpenWrt/LuCI/applications/firewall
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/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/upnp
Translation: OpenWrt/LuCI/applications/watchcat
Translation: OpenWrt/LuCI/applications/wol
2020-09-27 19:31:38 +03:00
Hosted Weblate
1da9df8376 Translated using Weblate (Swedish)
Currently translated at 1.6% (3 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/sv/

Translated using Weblate (Russian)

Currently translated at 40.8% (76 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ru/

Translated using Weblate (Swedish)

Currently translated at 2.7% (1 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/sv/

Translated using Weblate (Turkish)

Currently translated at 75.6% (28 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/tr/

Translated using Weblate (Russian)

Currently translated at 18.0% (11 of 61 strings)

Translation: OpenWrt/LuCI/applications/frps
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/ru/

Translated using Weblate (Swedish)

Currently translated at 4.1% (3 of 73 strings)

Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/sv/

Translated using Weblate (Russian)

Currently translated at 17.8% (13 of 73 strings)

Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ru/

Translated using Weblate (Swedish)

Currently translated at 4.5% (2 of 44 strings)

Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/sv/

Translated using Weblate (Swedish)

Currently translated at 1.5% (1 of 66 strings)

Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/sv/

Translated using Weblate (Swedish)

Currently translated at 14.5% (14 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/sv/

Translated using Weblate (Russian)

Currently translated at 30.2% (29 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/ru/

Translated using Weblate (Swedish)

Currently translated at 24.0% (12 of 50 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/sv/

Translated using Weblate (Russian)

Currently translated at 80.0% (40 of 50 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ru/

Translated using Weblate (Swedish)

Currently translated at 19.2% (10 of 52 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/sv/

Translated using Weblate (Swedish)

Currently translated at 33.3% (9 of 27 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/sv/

Translated using Weblate (Russian)

Currently translated at 28.5% (52 of 182 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ru/

Translated using Weblate (Swedish)

Currently translated at 34.3% (58 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/sv/

Translated using Weblate (Russian)

Currently translated at 27.1% (22 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/ru/

Translated using Weblate (Russian)

Currently translated at 83.3% (5 of 6 strings)

Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/ru/

Translated using Weblate (Swedish)

Currently translated at 13.0% (16 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/sv/

Translated using Weblate (Russian)

Currently translated at 49.1% (28 of 57 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/ru/

Translated using Weblate (Swedish)

Currently translated at 19.4% (31 of 159 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/sv/

Translated using Weblate (Swedish)

Currently translated at 33.3% (8 of 24 strings)

Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/sv/

Translated using Weblate (Russian)

Currently translated at 8.9% (5 of 56 strings)

Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/ru/

Translated using Weblate (Swedish)

Currently translated at 38.4% (10 of 26 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/sv/

Translated using Weblate (Russian)

Currently translated at 32.6% (16 of 49 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ru/

Translated using Weblate (Swedish)

Currently translated at 22.3% (36 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/sv/

Translated using Weblate (Swedish)

Currently translated at 95.0% (38 of 40 strings)

Translation: OpenWrt/LuCI/applications/clamav
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/sv/

Translated using Weblate (Russian)

Currently translated at 17.7% (30 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ru/

Translated using Weblate (Swedish)

Currently translated at 47.2% (86 of 182 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/sv/

Translated using Weblate (Swedish)

Currently translated at 58.2% (60 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/sv/

Translated using Weblate (Russian)

Currently translated at 22.1% (25 of 113 strings)

Translated using Weblate (Swedish)

Currently translated at 71.4% (10 of 14 strings)

Translated using Weblate (Swedish)

Currently translated at 56.6% (119 of 210 strings)

Translated using Weblate (Swedish)

Currently translated at 93.0% (67 of 72 strings)

Translated using Weblate (Swedish)

Currently translated at 35.4% (112 of 316 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 77.0% (1192 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/

Translated using Weblate (Turkish)

Currently translated at 16.6% (257 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/

Translated using Weblate (Swedish)

Currently translated at 43.8% (679 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sv/

Co-authored-by: Artem <KovalevArtem.ru@gmail.com>
Co-authored-by: Ataberk Özen <ataberkozen123@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Kristoffer Grundström <dsmusicever@gmail.com>
Co-authored-by: tommymaple <godoffrog@gmail.com>
Signed-off-by: Artem <KovalevArtem.ru@gmail.com>
Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>
Signed-off-by: Kristoffer Grundström <dsmusicever@gmail.com>
Signed-off-by: tommymaple <godoffrog@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/sv/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/sv/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ru/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/sv/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/sv/
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/opkg
Translation: OpenWrt/LuCI/applications/radicale2
Translation: OpenWrt/LuCI/applications/statistics
Translation: OpenWrt/LuCI/applications/wol
2020-09-23 18:43:21 +03:00
Rafał Miłecki
b17ec0926d luci-base: don't append object.method to the RPC url
It was a cosmetic feature that doesn't work anymore with the latest
uhttpd ubus API. Adding RESTful API resulted in treating URL part
following the /ubus/ as the new API request.

Suggested-by: Rafał Miłecki <rafal@milecki.pl>
Fixes: #4465
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-09-23 16:54:18 +02:00
Hosted Weblate
19cb4c7d5e
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (161 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (169 of 169 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% (1547 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
2020-09-22 05:07:44 +02:00
Hosted Weblate
d7b9ce5e13
Translated using Weblate (Spanish)
Currently translated at 100.0% (161 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/es/

Translated using Weblate (Russian)

Currently translated at 17.1% (29 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ru/

Translated using Weblate (Spanish)

Currently translated at 100.0% (169 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/

Translated using Weblate (Spanish)

Currently translated at 100.0% (161 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/es/

Translated using Weblate (Spanish)

Currently translated at 29.5% (50 of 169 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/

Translated using Weblate (Russian)

Currently translated at 100.0% (1547 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/

Translated using Weblate (German)

Currently translated at 100.0% (37 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/de/

Translated using Weblate (German)

Currently translated at 46.8% (45 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 (Polish)

Currently translated at 100.0% (57 of 57 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/pl/

Translated using Weblate (German)

Currently translated at 99.3% (160 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/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 (Polish)

Currently translated at 100.0% (182 of 182 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (1547 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Co-authored-by: Anton Kikin <a.a.kikin@gmail.com>
Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Jonny Tischbein <jonny_tischbein@systemli.org>
Co-authored-by: Marcin Net <marcin.net@linux.pl>
Co-authored-by: sergio <sergio+it@outerface.net>
Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Signed-off-by: Jonny Tischbein <jonny_tischbein@systemli.org>
Signed-off-by: Marcin Net <marcin.net@linux.pl>
Signed-off-by: sergio <sergio+it@outerface.net>
2020-09-21 06:30:26 +02:00
Hosted Weblate
b2005c0f7a Translated using Weblate (Portuguese)
Currently translated at 100.0% (57 of 57 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/pt/

Translated using Weblate (Spanish)

Currently translated at 100.0% (57 of 57 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/es/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (182 of 182 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pt/

Translated using Weblate (Spanish)

Currently translated at 100.0% (182 of 182 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/es/

Translated using Weblate (Chinese (Traditional))

Currently translated at 77.0% (1192 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/

Translated using Weblate (Russian)

Currently translated at 100.0% (1547 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (1547 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/

Translated using Weblate (Spanish)

Currently translated at 100.0% (1547 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Sim <simz@tut.by>
Co-authored-by: ssantos <ssantos@web.de>
Co-authored-by: tommymaple <godoffrog@gmail.com>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Signed-off-by: Sim <simz@tut.by>
Signed-off-by: ssantos <ssantos@web.de>
Signed-off-by: tommymaple <godoffrog@gmail.com>
2020-09-19 18:40:51 +03:00
Hannu Nyman
4f2ecd88fd luci-base: tweak busybox top regex to accept 'm' in large VSZ
Tweak the lua regex string for process list, so that processes
with extremely large memory sizes (over 100 MB) are matched.
For those large processes busybox top shows a MB value like '234m'
instead of a normal kB value like 234000.

Fixes #4425

Reference to https://github.com/openwrt/luci/issues/4425#issuecomment-694073479

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-09-19 08:46:16 +03:00
Anton Kikin
509bf29cc9 luci-base: make translatable default values for dhcp hostname
We must be able to translate these values.

Fixes: fd75c2b7c ("luci-base: add default value options dhcp hostname")
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2020-09-19 08:31:48 +03:00
Hosted Weblate
32c8335714 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (57 of 57 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (182 of 182 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 100.0% (1547 of 1547 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
2020-09-17 20:08:38 +03:00
Hosted Weblate
b704c22274 Translated using Weblate (Chinese (Traditional))
Currently translated at 77.3% (1192 of 1541 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/

Co-authored-by: tommymaple <godoffrog@gmail.com>
Signed-off-by: tommymaple <godoffrog@gmail.com>
2020-09-17 17:16:37 +03:00
Hannu Nyman
2e2b7099d3 treewide: i18n - sync translations
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-09-17 16:54:57 +03:00
Hosted Weblate
a9a4a42d43
Translated using Weblate (Chinese (Traditional))
Currently translated at 75.9% (1171 of 1541 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/

Co-authored-by: tommymaple <godoffrog@gmail.com>
Signed-off-by: tommymaple <godoffrog@gmail.com>
2020-09-16 20:59:47 +02:00
Florian Eckert
fd75c2b7c5 luci-base: add default value options dhcp hostname
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-09-16 17:19:50 +02:00
Hosted Weblate
12f472384e
Translated using Weblate (Chinese (Traditional))
Currently translated at 4.8% (9 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/zh_Hant/

Translated using Weblate (Russian)

Currently translated at 40.3% (75 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ru/

Translated using Weblate (Russian)

Currently translated at 38.6% (17 of 44 strings)

Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/ru/

Translated using Weblate (Russian)

Currently translated at 30.1% (16 of 53 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ru/

Translated using Weblate (Russian)

Currently translated at 24.6% (20 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/ru/

Translated using Weblate (Chinese (Traditional))

Currently translated at 30.7% (8 of 26 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 99.3% (158 of 159 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 87.4% (167 of 191 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 50.9% (107 of 210 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 75.9% (1171 of 1541 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 75.9% (1171 of 1541 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/

Co-authored-by: Artem <KovalevArtem.ru@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: KurisuWong <wcl2005hk@gmail.com>
Co-authored-by: tommymaple <godoffrog@gmail.com>
Signed-off-by: Artem <KovalevArtem.ru@gmail.com>
Signed-off-by: KurisuWong <wcl2005hk@gmail.com>
Signed-off-by: tommymaple <godoffrog@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/zh_Hant/
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/openvpn
2020-09-16 14:01:19 +02:00
Jo-Philipp Wich
bdcd094963 luci-base: dhcp.js: allow hostname to be "*"
Fixes: #4430
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-09-16 10:23:35 +02:00
Hosted Weblate
6c87943e48 Translated using Weblate (Chinese (Traditional))
Currently translated at 9.8% (6 of 61 strings)

Translation: OpenWrt/LuCI/applications/frps
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 9.5% (7 of 73 strings)

Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 26.9% (7 of 26 strings)

Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (173 of 173 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (102 of 102 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 71.0% (1095 of 1541 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: tommymaple <godoffrog@gmail.com>
Signed-off-by: tommymaple <godoffrog@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/zh_Hant/
Translation: OpenWrt/LuCI/applications/transmission
2020-09-15 10:40:45 +02:00
Rafał Miłecki
bc6e4dfe29 luci-base: use actual JSON-RPC for verifying ubus RPC URL
Sending GET request to the main RPC base URL and expecting HTTP response
code 400 had two flaws:
1. It was not verifying actual JSON-RPC interface availability
2. It did not allow implementing support for new requests

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Jo-Philipp Wich <jo@mein.io>
2020-09-15 10:34:39 +02:00
Hosted Weblate
ffa5c867f5
Translated using Weblate (Portuguese)
Currently translated at 100.0% (186 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/pt/

Translated using Weblate (Polish)

Currently translated at 100.0% (103 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (161 of 161 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% (1541 of 1541 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Marcin Net <marcin.net@linux.pl>
Co-authored-by: ssantos <ssantos@web.de>
Signed-off-by: Marcin Net <marcin.net@linux.pl>
Signed-off-by: ssantos <ssantos@web.de>
2020-09-10 19:36:25 +02:00
Hosted Weblate
2b655e2c7d
Translated using Weblate (Chinese (Traditional))
Currently translated at 37.8% (14 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/zh_Hant/

Translated using Weblate (Chinese (Simplified))

Currently translated at 71.2% (47 of 66 strings)

Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/zh_Hans/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (50 of 50 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pt/

Translated using Weblate (Russian)

Currently translated at 66.6% (4 of 6 strings)

Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/ru/

Translated using Weblate (Russian)

Currently translated at 26.5% (13 of 49 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ru/

Translated using Weblate (Chinese (Traditional))

Currently translated at 89.2% (91 of 102 strings)

Translated using Weblate (Portuguese)

Currently translated at 100.0% (1541 of 1541 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/

Co-authored-by: Artem <KovalevArtem.ru@gmail.com>
Co-authored-by: Dounx <imdounx@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: ssantos <ssantos@web.de>
Co-authored-by: tommymaple <godoffrog@gmail.com>
Signed-off-by: Artem <KovalevArtem.ru@gmail.com>
Signed-off-by: Dounx <imdounx@gmail.com>
Signed-off-by: ssantos <ssantos@web.de>
Signed-off-by: tommymaple <godoffrog@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/zh_Hant/
Translation: OpenWrt/LuCI/applications/transmission
2020-09-07 12:27:39 +02:00
Hosted Weblate
fec0f3de66 Translated using Weblate (Lithuanian)
Currently translated at 0.5% (1 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/lt/

Translated using Weblate (German)

Currently translated at 84.3% (54 of 64 strings)

Translation: OpenWrt/LuCI/applications/xinetd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/de/

Translated using Weblate (Ukrainian)

Currently translated at 19.3% (36 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/uk/

Translated using Weblate (Ukrainian)

Currently translated at 60.0% (30 of 50 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/uk/

Translated using Weblate (Ukrainian)

Currently translated at 39.6% (21 of 53 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/uk/

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (26 of 26 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/uk/

Translated using Weblate (Ukrainian)

Currently translated at 33.3% (9 of 27 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/uk/

Translated using Weblate (Ukrainian)

Currently translated at 18.4% (19 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/uk/

Translated using Weblate (Ukrainian)

Currently translated at 19.7% (16 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/uk/

Translated using Weblate (Ukrainian)

Currently translated at 13.0% (16 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/uk/

Translated using Weblate (Ukrainian)

Currently translated at 81.8% (27 of 33 strings)

Translated using Weblate (Ukrainian)

Currently translated at 89.9% (1386 of 1541 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/uk/

Translated using Weblate (Japanese)

Currently translated at 86.1% (1327 of 1541 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/

Translated using Weblate (German)

Currently translated at 100.0% (1541 of 1541 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/

Added translation using Weblate (Lithuanian)

Co-authored-by: Andreas Götz <agoetz@tdt.de>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Olexandr Nesterenko <olexn@ukr.net>
Co-authored-by: Rokas Kasnauskas <rokas.kasnauskas@gmail.com>
Co-authored-by: Satoru Yoshida <ramat@ram.ne.jp>
Signed-off-by: Andreas Götz <agoetz@tdt.de>
Signed-off-by: Olexandr Nesterenko <olexn@ukr.net>
Signed-off-by: Rokas Kasnauskas <rokas.kasnauskas@gmail.com>
Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/uk/
Translation: OpenWrt/LuCI/applications/commands
2020-09-05 08:58:44 +03:00
Hosted Weblate
0339650fa4
Translated using Weblate (Russian)
Currently translated at 100.0% (1541 of 1541 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/

Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>

Added translation using Weblate (Persian)

Added translation using Weblate (Persian)

Signed-off-by: James Alison <zackj@tutanota.de>

Added translation using Weblate (Persian)

Signed-off-by: James Alison <zackj@tutanota.de>
2020-09-01 20:42:30 +02:00
Hosted Weblate
0cb829fe9e
Translated using Weblate (Polish)
Currently translated at 100.0% (186 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (50 of 50 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (53 of 53 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (1541 of 1541 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
2020-09-01 04:24:10 +02:00
Florian Eckert
4b8d4bac87
Merge pull request #4239 from etactica/error404-messages
luci-base: dispatcher: error404: flow message into template
2020-08-31 14:12:54 +02:00
Hosted Weblate
a083919e7f
Translated using Weblate (Spanish)
Currently translated at 100.0% (50 of 50 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (1541 of 1541 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (50 of 50 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1541 of 1541 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>

Translated using Weblate (Polish)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
2020-08-31 11:01:20 +02:00
Hannu Nyman
0b1dcc82f4 treewide: i18n - sync translations
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-29 21:33:13 +03:00
Hosted Weblate
0ebc93ac13 Translated using Weblate (Polish)
Currently translated at 100.0% (37 of 37 strings)

Translation: OpenWrt/LuCI/applications/sqm
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 98.3% (183 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Portuguese)

Currently translated at 100.0% (49 of 49 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pt/

Signed-off-by: ssantos <ssantos@web.de>

Translated using Weblate (Polish)

Currently translated at 98.1% (52 of 53 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Russian)

Currently translated at 100.0% (26 of 26 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/ru/

Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>

Translated using Weblate (Russian)

Currently translated at 100.0% (33 of 33 strings)

Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/ru/

Translated using Weblate (Russian)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/

Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>

Translated using Weblate (Polish)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Added translation using Weblate (Danish)

Signed-off-by: Søren Gundersen <soren66@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 16.6% (256 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>

Translated using Weblate (Russian)

Currently translated at 81.6% (40 of 49 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ru/

Signed-off-by: sergio <sergio+it@outerface.net>

Translated using Weblate (German)

Currently translated at 90.8% (1398 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/

Signed-off-by: Andreas Dorfer <adorferen@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2020-08-29 21:29:28 +03:00
Hosted Weblate
c0e597ca53 Translated using Weblate (Turkish)
Currently translated at 16.6% (256 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>

Translated using Weblate (Russian)

Currently translated at 81.6% (40 of 49 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ru/

Signed-off-by: sergio <sergio+it@outerface.net>

Translated using Weblate (German)

Currently translated at 90.8% (1398 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/

Signed-off-by: Andreas Dorfer <adorferen@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2020-08-25 20:06:14 +03:00
Hosted Weblate
28d1c4bce7 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
2020-08-23 09:51:09 +03:00
Hosted Weblate
03253c2309 Translated using Weblate (Swedish)
Currently translated at 0.5% (1 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/sv/

Signed-off-by: Luna Jernberg <droidbittin@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 59.4% (22 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 4.5% (2 of 44 strings)

Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 2.0% (2 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 9.5% (2 of 21 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 2.1% (4 of 182 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 11.7% (2 of 17 strings)

Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 7.6% (1 of 13 strings)

Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

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/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 1.6% (2 of 125 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 2.5% (4 of 159 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

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/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 3.2% (1 of 31 strings)

Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 1.7% (1 of 56 strings)

Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 2.3% (4 of 173 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 31.6% (51 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Swedish)

Currently translated at 57.1% (4 of 7 strings)

Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/sv/

Signed-off-by: Luna Jernberg <droidbittin@gmail.com>

Translated using Weblate (Swedish)

Currently translated at 100.0% (2 of 2 strings)

Translation: OpenWrt/LuCI/applications/olsr-viz
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-viz/sv/

Signed-off-by: Luna Jernberg <droidbittin@gmail.com>

Translated using Weblate (Swedish)

Currently translated at 83.3% (5 of 6 strings)

Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/sv/

Signed-off-by: Luna Jernberg <droidbittin@gmail.com>

Translated using Weblate (Swedish)

Currently translated at 24.7% (26 of 105 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/sv/

Signed-off-by: Luna Jernberg <droidbittin@gmail.com>

Translated using Weblate (Swedish)

Currently translated at 18.6% (30 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/sv/

Signed-off-by: Luna Jernberg <droidbittin@gmail.com>

Translated using Weblate (Swedish)

Currently translated at 84.6% (22 of 26 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/sv/

Signed-off-by: Luna Jernberg <droidbittin@gmail.com>

Translated using Weblate (Swedish)

Currently translated at 80.9% (34 of 42 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/sv/

Signed-off-by: Luna Jernberg <droidbittin@gmail.com>

Translated using Weblate (Swedish)

Currently translated at 95.0% (38 of 40 strings)

Translation: OpenWrt/LuCI/applications/clamav
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/sv/

Signed-off-by: Luna Jernberg <droidbittin@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 5.0% (9 of 179 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Swedish)

Currently translated at 46.9% (84 of 179 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/sv/

Signed-off-by: smorgasbeerd <viktorwestas@outlook.com>

Translated using Weblate (Turkish)

Currently translated at 0.9% (1 of 102 strings)

Translation: OpenWrt/LuCI/applications/transmission
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/tr/

Translated using Weblate (Turkish)

Currently translated at 2.0% (4 of 195 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/tr/

Translated using Weblate (Turkish)

Currently translated at 2.0% (4 of 191 strings)

Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/tr/

Translated using Weblate (Swedish)

Currently translated at 96.9% (32 of 33 strings)

Translation: OpenWrt/LuCI/applications/ahcp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/sv/

Translated using Weblate (Swedish)

Currently translated at 96.9% (32 of 33 strings)

Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/sv/

Translated using Weblate (Swedish)

Currently translated at 90.9% (10 of 11 strings)

Translation: OpenWrt/LuCI/applications/p910nd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/sv/

Translated using Weblate (Turkish)

Currently translated at 0.9% (3 of 316 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/tr/

Translated using Weblate (Turkish)

Currently translated at 16.1% (248 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Swedish)

Currently translated at 43.8% (675 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sv/

Signed-off-by: smorgasbeerd <viktorwestas@outlook.com>

Translated using Weblate (Swedish)

Currently translated at 43.8% (675 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sv/

Signed-off-by: Luna Jernberg <droidbittin@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 100.0% (29 of 29 strings)

Translation: OpenWrt/LuCI/applications/acl
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>
2020-08-20 21:30:04 +03:00
Hosted Weblate
b2fa7903eb Translated using Weblate (Finnish)
Currently translated at 18.8% (35 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/fi/

Signed-off-by: Petri Asikainen <uniluodossa@gmail.com>

Translated using Weblate (Japanese)

Currently translated at 68.8% (128 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Finnish)

Currently translated at 17.2% (14 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/fi/

Signed-off-by: Petri Asikainen <uniluodossa@gmail.com>

Translated using Weblate (Finnish)

Currently translated at 22.6% (12 of 53 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/fi/

Signed-off-by: Petri Asikainen <uniluodossa@gmail.com>

Translated using Weblate (German)

Currently translated at 29.7% (11 of 37 strings)

Translation: OpenWrt/LuCI/applications/sqm
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/de/

Signed-off-by: Paul Spooren <mail@aparcar.org>

Translated using Weblate (German)

Currently translated at 35.7% (10 of 28 strings)

Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/de/

Signed-off-by: Paul Spooren <mail@aparcar.org>

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/

Signed-off-by: Paul Spooren <mail@aparcar.org>

Translated using Weblate (Polish)

Currently translated at 100.0% (96 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (49 of 49 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (21 of 21 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (27 of 27 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (103 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (German)

Currently translated at 85.4% (88 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/de/

Signed-off-by: Paul Spooren <mail@aparcar.org>

Translated using Weblate (German)

Currently translated at 76.9% (10 of 13 strings)

Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/de/

Signed-off-by: Paul Spooren <mail@aparcar.org>

Translated using Weblate (German)

Currently translated at 25.0% (7 of 28 strings)

Translation: OpenWrt/LuCI/applications/noddos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnoddos/de/

Signed-off-by: Paul Spooren <mail@aparcar.org>

Translated using Weblate (Polish)

Currently translated at 100.0% (55 of 55 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (105 of 105 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

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/

Signed-off-by: Holger Heins <h.p.heins@gmx.de>

Translated using Weblate (Polish)

Currently translated at 100.0% (161 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Japanese)

Currently translated at 38.7% (24 of 62 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Polish)

Currently translated at 100.0% (210 of 210 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
2020-08-18 23:35:28 +03:00
Hosted Weblate
91c867c044 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (186 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (186 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/es/

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (186 of 186 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 24.1% (7 of 29 strings)

Translation: OpenWrt/LuCI/applications/acl
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 4.0% (1 of 25 strings)

Translation: OpenWrt/LuCI/applications/ksmbd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (49 of 49 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (49 of 49 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (53 of 53 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (53 of 53 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 5.7% (6 of 105 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/tr/

Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 4.3% (2 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/tr/

Translated using Weblate (Turkish)

Currently translated at 9.0% (3 of 33 strings)

Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/tr/

Translated using Weblate (Turkish)

Currently translated at 2.7% (1 of 37 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/tr/

Translated using Weblate (Polish)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
2020-08-17 17:58:46 +03:00
Hosted Weblate
93a38d406c Translated using Weblate (Russian)
Currently translated at 29.1% (28 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/ru/

Signed-off-by: Alexey Napalkov <flynbit@gmail.com>

Translated using Weblate (Russian)

Currently translated at 79.1% (38 of 48 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ru/

Signed-off-by: Alexey Napalkov <flynbit@gmail.com>

Translated using Weblate (Russian)

Currently translated at 100.0% (27 of 27 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/ru/

Signed-off-by: Alexey Napalkov <flynbit@gmail.com>

Translated using Weblate (Chinese (Traditional))

Currently translated at 85.3% (105 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/zh_Hant/

Signed-off-by: Hulen <shift0106@gmail.com>

Translated using Weblate (Russian)

Currently translated at 86.4% (89 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/ru/

Signed-off-by: Alexey Napalkov <flynbit@gmail.com>

Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (14 of 14 strings)

Translation: OpenWrt/LuCI/applications/wol
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 98.6% (71 of 72 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 71.1% (1095 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/

Signed-off-by: Hulen <shift0106@gmail.com>
2020-08-16 22:51:06 +03:00
Hannu Nyman
b5fe582a81 treewide: i18n - sync translations
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-16 22:25:37 +03:00
Hannu Nyman
641c3b88ae luci-base i18n: fix translations related to password-SSH linkage
Fix translations of themes' headers related to password & SSH.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-16 22:23:14 +03:00
Hosted Weblate
f2e9031b87 Translated using Weblate (Hungarian)
Currently translated at 100.0% (37 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>

Translated using Weblate (Polish)

Currently translated at 100.0% (37 of 37 strings)

Translation: OpenWrt/LuCI/applications/sqm
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Hungarian)

Currently translated at 100.0% (173 of 173 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>

Translated using Weblate (Hungarian)

Currently translated at 100.0% (42 of 42 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>

Translated using Weblate (Hungarian)

Currently translated at 100.0% (33 of 33 strings)

Translation: OpenWrt/LuCI/applications/ahcp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/hu/

Translated using Weblate (Polish)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
2020-08-13 07:46:54 +03:00
Hosted Weblate
a9e559adb8 Translated using Weblate (Hungarian)
Currently translated at 100.0% (29 of 29 strings)

Translation: OpenWrt/LuCI/applications/acl
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>

Translated using Weblate (Ukrainian)

Currently translated at 9.9% (16 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/uk/

Signed-off-by: Nazim-ua <nazim-ua@ukr.net>

Translated using Weblate (Russian)

Currently translated at 19.4% (22 of 113 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ru/

Translated using Weblate (Hungarian)

Currently translated at 86.4% (1331 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/hu/

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2020-08-10 17:01:44 +03:00
Hosted Weblate
e8be767f65 Translated using Weblate (French)
Currently translated at 17.3% (30 of 173 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/fr/

Signed-off-by: ButterflyOfFire <ButterflyOfFire@protonmail.com>

Translated using Weblate (French)

Currently translated at 35.1% (13 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/fr/

Signed-off-by: ButterflyOfFire <ButterflyOfFire@protonmail.com>

Translated using Weblate (French)

Currently translated at 100.0% (37 of 37 strings)

Translation: OpenWrt/LuCI/applications/sqm
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/fr/

Signed-off-by: ButterflyOfFire <ButterflyOfFire@protonmail.com>

Translated using Weblate (French)

Currently translated at 56.0% (37 of 66 strings)

Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/fr/

Signed-off-by: ButterflyOfFire <ButterflyOfFire@protonmail.com>

Translated using Weblate (French)

Currently translated at 100.0% (12 of 12 strings)

Translation: OpenWrt/LuCI/applications/bcp38
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/fr/

Signed-off-by: ButterflyOfFire <ButterflyOfFire@protonmail.com>

Translated using Weblate (Russian)

Currently translated at 18.5% (21 of 113 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ru/

Translated using Weblate (Russian)

Currently translated at 14.2% (19 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/ru/

Translated using Weblate (French)

Currently translated at 97.2% (1496 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fr/

Signed-off-by: ButterflyOfFire <ButterflyOfFire@protonmail.com>

Translated using Weblate (Korean)

Currently translated at 1.7% (3 of 173 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ko/

Signed-off-by: Youngbin Han <sukso96100@gmail.com>

Translated using Weblate (Korean)

Currently translated at 5.8% (1 of 17 strings)

Translation: OpenWrt/LuCI/applications/omcproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/ko/

Signed-off-by: Youngbin Han <sukso96100@gmail.com>

Translated using Weblate (Korean)

Currently translated at 4.0% (2 of 49 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ko/

Signed-off-by: Youngbin Han <sukso96100@gmail.com>

Translated using Weblate (Korean)

Currently translated at 3.3% (4 of 119 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ko/

Signed-off-by: Youngbin Han <sukso96100@gmail.com>

Translated using Weblate (Korean)

Currently translated at 8.7% (9 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/ko/

Signed-off-by: Youngbin Han <sukso96100@gmail.com>

Translated using Weblate (Korean)

Currently translated at 16.6% (1 of 6 strings)

Translation: OpenWrt/LuCI/applications/olsr-services
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/ko/

Signed-off-by: Youngbin Han <sukso96100@gmail.com>

Translated using Weblate (Korean)

Currently translated at 4.0% (2 of 49 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ko/

Signed-off-by: Youngbin Han <sukso96100@gmail.com>

Translated using Weblate (Korean)

Currently translated at 11.1% (18 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/

Signed-off-by: Youngbin Han <sukso96100@gmail.com>

Translated using Weblate (Japanese)

Currently translated at 32.2% (20 of 62 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Korean)

Currently translated at 2.1% (1 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/ko/

Translated using Weblate (Korean)

Currently translated at 8.6% (2 of 23 strings)

Translation: OpenWrt/LuCI/applications/rp-pppoe-server
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/ko/

Translated using Weblate (Korean)

Currently translated at 3.5% (7 of 195 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ko/

Translated using Weblate (Japanese)

Currently translated at 57.1% (76 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/ja/

Translated using Weblate (Korean)

Currently translated at 22.3% (47 of 210 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ko/

Translated using Weblate (Korean)

Currently translated at 30.5% (22 of 72 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/ko/

Translated using Weblate (Korean)

Currently translated at 28.4% (438 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/

Signed-off-by: Youngbin Han <sukso96100@gmail.com>
2020-08-09 09:44:17 +03:00
Hosted Weblate
b8a74cbad8 Translated using Weblate (Spanish)
Currently translated at 100.0% (104 of 104 strings)

Translation: OpenWrt/LuCI/applications/smartdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/es/

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

Translated using Weblate (Finnish)

Currently translated at 99.8% (1537 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fi/

Signed-off-by: Petri Asikainen <uniluodossa@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (37 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/es/

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (66 of 66 strings)

Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/es/

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (49 of 49 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/es/

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (125 of 125 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/es/

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (20 of 20 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/es/

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (182 of 182 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/es/

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (62 of 62 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/es/

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (103 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/es/

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (316 of 316 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/es/

Translated using Weblate (Spanish)

Currently translated at 100.0% (82 of 82 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/es/

Translated using Weblate (Spanish)

Currently translated at 100.0% (37 of 37 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/es/
2020-08-07 07:18:31 +03:00
Jo-Philipp Wich
35e2735e2e luci-base: form.js: implement AbstractSection.getOption() helper
The `getOption()` function allows to easily obtain a reference to another
option object instance within the same section.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-08-06 17:56:34 +02:00
Jo-Philipp Wich
18eddc9624 luci-base: ui.js: implement AbstractElement.isChanged()
The new `isChanged()` utility functions allows to query the dirty state
of an ui input widget.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-08-06 17:56:34 +02:00
Hosted Weblate
c44528d40d Translated using Weblate (Polish)
Currently translated at 100.0% (173 of 173 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (German)

Currently translated at 100.0% (37 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/de/

Signed-off-by: Andreas Götz <agoetz@tdt.de>

Translated using Weblate (Polish)

Currently translated at 100.0% (48 of 48 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (81 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (59 of 59 strings)

Translation: OpenWrt/LuCI/applications/uhttpd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/pl/

Translated using Weblate (Japanese)

Currently translated at 55.6% (74 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/ja/

Translated using Weblate (Polish)

Currently translated at 100.0% (316 of 316 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pl/

Translated using Weblate (Polish)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
2020-08-06 18:41:17 +03:00
Hosted Weblate
33dfd490ed
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (104 of 104 strings)

Translation: OpenWrt/LuCI/applications/smartdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/zh_Hans/

Signed-off-by: SunSpring <yearnsun@gmail.com>

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (173 of 173 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/zh_Hans/

Signed-off-by: SunSpring <yearnsun@gmail.com>

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (37 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/zh_Hans/

Signed-off-by: SunSpring <yearnsun@gmail.com>

Translated using Weblate (German)

Currently translated at 48.6% (18 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/de/

Signed-off-by: Andreas Götz <agoetz@tdt.de>

Translated using Weblate (Slovak)

Currently translated at 12.1% (15 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/sk/

Signed-off-by: Chaoos <all@chaoos.com>

Translated using Weblate (Slovak)

Currently translated at 3.7% (5 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/sk/

Translated using Weblate (Slovak)

Currently translated at 100.0% (14 of 14 strings)

Translation: OpenWrt/LuCI/applications/wol
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/sk/

Translated using Weblate (Slovak)

Currently translated at 12.8% (27 of 210 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/sk/

Translated using Weblate (Slovak)

Currently translated at 5.6% (18 of 316 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/sk/

Translated using Weblate (Slovak)

Currently translated at 44.8% (690 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sk/

Signed-off-by: Chaoos <all@chaoos.com>
2020-08-05 15:29:29 +02:00
Jo-Philipp Wich
354ca57ec8 luci-base: network.js: recognize uci declared network devices
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-08-05 13:53:12 +02:00
Jo-Philipp Wich
b8d381b677 luci-base: form.js: add cfgvalue(), formvalue() and getUIElement() helpers
This commit introduces new per-section cfgvalue(), formvalue() and
getUIElement() helper functions which complement the respective per-option
functions.

Their intent is to simplify querying input data or obtaining UI widget
instances from other options within the same section.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-08-05 13:51:16 +02:00
Jo-Philipp Wich
2d774c4973 luci-base: form.js: add AbstractValue.onchange property
Introduce a new, widget agnostic onchange property which allows setting
custom handler functions to react on element value changes.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-08-05 13:51:16 +02:00
Jo-Philipp Wich
572090101d luci-base: form.js: add ability to specify regular expression dependencies
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-08-05 13:51:16 +02:00
Jo-Philipp Wich
f2965b759a luci-base: ui.js: implement AbstractElement.setPlaceholder()
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-08-05 13:51:16 +02:00
Hosted Weblate
0e60cd4baf
Translated using Weblate (Slovak)
Currently translated at 1.7% (3 of 173 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/sk/

Signed-off-by: Chaoos <all@chaoos.com>

Translated using Weblate (Slovak)

Currently translated at 11.3% (14 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/sk/

Signed-off-by: Chaoos <all@chaoos.com>

Translated using Weblate (Slovak)

Currently translated at 92.8% (13 of 14 strings)

Translation: OpenWrt/LuCI/applications/wol
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/sk/

Translated using Weblate (Slovak)

Currently translated at 100.0% (72 of 72 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/sk/

Translated using Weblate (Slovak)

Currently translated at 44.7% (688 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sk/

Signed-off-by: Chaoos <all@chaoos.com>
2020-08-05 11:07:31 +02:00
Hosted Weblate
3b39568cd9 Translated using Weblate (Spanish)
Currently translated at 100.0% (81 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2020-08-05 00:01:02 +02:00
Hosted Weblate
c113ab53a4 Translated using Weblate (Chinese (Simplified))
Currently translated at 97.1% (168 of 173 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/zh_Hans/

Signed-off-by: izilzty <izilzty@outlook.com>

Translated using Weblate (Portuguese)

Currently translated at 100.0% (173 of 173 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/pt/

Signed-off-by: ssantos <ssantos@web.de>

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (173 of 173 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (173 of 173 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>

Translated using Weblate (Arabic)

Currently translated at 3.8% (4 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/ar/

Signed-off-by: DJEBRI Ahmed El Amine <djebri.emp@gmail.com>

Translated using Weblate (Arabic)

Currently translated at 4.7% (10 of 210 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ar/

Translated using Weblate (Arabic)

Currently translated at 6.5% (3 of 46 strings)

Translation: OpenWrt/LuCI/applications/upnp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/ar/

Translated using Weblate (Arabic)

Currently translated at 21.1% (34 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ar/

Signed-off-by: DJEBRI Ahmed El Amine <djebri.emp@gmail.com>

Translated using Weblate (Arabic)

Currently translated at 5.7% (6 of 105 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ar/

Signed-off-by: DJEBRI Ahmed El Amine <djebri.emp@gmail.com>

Translated using Weblate (Arabic)

Currently translated at 4.2% (5 of 119 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ar/

Signed-off-by: DJEBRI Ahmed El Amine <djebri.emp@gmail.com>

Translated using Weblate (Arabic)

Currently translated at 86.4% (32 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ar/

Signed-off-by: DJEBRI Ahmed El Amine <djebri.emp@gmail.com>

Translated using Weblate (Arabic)

Currently translated at 2.2% (34 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ar/

Signed-off-by: DJEBRI Ahmed El Amine <djebri.emp@gmail.com>

Translated using Weblate (Japanese)

Currently translated at 30.1% (22 of 73 strings)

Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (48 of 48 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>

Translated using Weblate (Portuguese)

Currently translated at 100.0% (48 of 48 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pt/

Signed-off-by: ssantos <ssantos@web.de>

Translated using Weblate (Spanish)

Currently translated at 100.0% (48 of 48 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>

Translated using Weblate (Portuguese)

Currently translated at 100.0% (81 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pt/

Signed-off-by: ssantos <ssantos@web.de>

Translated using Weblate (Japanese)

Currently translated at 6.5% (12 of 182 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (81 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (105 of 105 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/zh_Hans/

Signed-off-by: izilzty <izilzty@outlook.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (81 of 81 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>

Translated using Weblate (Portuguese)

Currently translated at 100.0% (59 of 59 strings)

Translation: OpenWrt/LuCI/applications/uhttpd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/pt/

Translated using Weblate (Japanese)

Currently translated at 14.1% (16 of 113 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ja/

Translated using Weblate (Japanese)

Currently translated at 40.6% (54 of 133 strings)

Translation: OpenWrt/LuCI/applications/nut
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/ja/

Translated using Weblate (Russian)

Currently translated at 100.0% (59 of 59 strings)

Translation: OpenWrt/LuCI/applications/uhttpd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/ru/

Translated using Weblate (Russian)

Currently translated at 100.0% (59 of 59 strings)

Translation: OpenWrt/LuCI/applications/uhttpd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/ru/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (59 of 59 strings)

Translation: OpenWrt/LuCI/applications/uhttpd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/pt_BR/

Translated using Weblate (Spanish)

Currently translated at 100.0% (59 of 59 strings)

Translation: OpenWrt/LuCI/applications/uhttpd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/es/

Translated using Weblate (Russian)

Currently translated at 100.0% (316 of 316 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ru/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (316 of 316 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (316 of 316 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt_BR/

Translated using Weblate (Spanish)

Currently translated at 100.0% (316 of 316 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/es/

Translated using Weblate (Chinese (Simplified))

Currently translated at 88.7% (1366 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/

Signed-off-by: izilzty <izilzty@outlook.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2020-08-04 21:38:05 +03:00
Jo-Philipp Wich
bd5e2edb46 luci-base: uci.js: fix option deletion quirks
Since option deletions are sent first, followed by ubus set commands,
a call sequence like:

    uci.set('config', 'section', 'option', ['foo', 'bar'])
    uci.set('config', 'section', 'option', ['foo'])
    uci.unset('config', 'section', 'option')

... would result in the option retainining `foo` as value, instead of it
getting removed as one would expect.

Fix this issue by reverting the internal change state of the option before
storing the deletion.

While we're at it, also rework the internal tracking of deleted options to
not result in duplicate removal requests when the same option is unset
several times.

Finally change all `undefined` returns to `null` in order to comply with
the function documentation.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-08-04 18:55:21 +02:00
Hannu Nyman
9acc7d8a2c treewide: i18n - sync translations
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-03 20:20:30 +03:00
Jo-Philipp Wich
b2e00f23a7
Merge pull request #4326 from n-thumann/bugfix/delayed_portstatus_loading
luci-base: Fixed delayed portstatus loading on R7800
2020-08-03 09:37:33 +02:00
Hosted Weblate
1f47f45ad0 Translated using Weblate (Chinese (Simplified))
Currently translated at 99.0% (103 of 104 strings)

Translation: OpenWrt/LuCI/applications/smartdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/zh_Hans/

Signed-off-by: Sak94664 <hdudhhhdh@gmail.com>

Translated using Weblate (Polish)

Currently translated at 100.0% (125 of 125 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Chinese (Simplified))

Currently translated at 98.0% (102 of 104 strings)

Translation: OpenWrt/LuCI/applications/smartdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/zh_Hans/

Signed-off-by: Zkdc <Zkdc2345@qq.com>

Translated using Weblate (Chinese (Simplified))

Currently translated at 22.9% (22 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/zh_Hans/

Signed-off-by: Zkdc <Zkdc2345@qq.com>

Translated using Weblate (Chinese (Simplified))

Currently translated at 27.2% (12 of 44 strings)

Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/zh_Hans/

Signed-off-by: Zkdc <Zkdc2345@qq.com>

Translated using Weblate (Chinese (Simplified))

Currently translated at 73.9% (34 of 46 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/zh_Hans/

Signed-off-by: Zkdc <Zkdc2345@qq.com>

Translated using Weblate (Chinese (Simplified))

Currently translated at 92.3% (24 of 26 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/zh_Hans/

Signed-off-by: Zkdc <Zkdc2345@qq.com>

Translated using Weblate (Chinese (Simplified))

Currently translated at 85.1% (23 of 27 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/zh_Hans/

Signed-off-by: Zkdc <Zkdc2345@qq.com>

Translated using Weblate (Chinese (Simplified))

Currently translated at 97.8% (178 of 182 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/zh_Hans/

Signed-off-by: Zkdc <Zkdc2345@qq.com>

Translated using Weblate (Chinese (Simplified))

Currently translated at 93.4% (115 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/zh_Hans/

Signed-off-by: Zkdc <Zkdc2345@qq.com>

Translated using Weblate (Chinese (Simplified))

Currently translated at 56.3% (58 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/zh_Hans/

Signed-off-by: Zkdc <Zkdc2345@qq.com>

Translated using Weblate (Chinese (Simplified))

Currently translated at 46.9% (53 of 113 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (102 of 102 strings)

Translation: OpenWrt/LuCI/applications/transmission
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 92.8% (13 of 14 strings)

Translation: OpenWrt/LuCI/applications/wol
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 98.6% (71 of 72 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 72.6% (229 of 315 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 88.7% (1366 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/

Signed-off-by: Zkdc <Zkdc2345@qq.com>
2020-08-03 05:53:36 +02:00
Nicolas Thumann
c4b617a7a6
luci-base: Fixed delayed portstatus loading on R7800
Signed-off-by: Nicolas Thumann <me@n-thumann.de>
2020-08-02 20:08:20 +02:00
Jo-Philipp Wich
1c92d9f706 luci-base: form.js: add CSS class to invalid option dismiss button
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-07-28 20:57:04 +02:00
Jo-Philipp Wich
b0cd7ff705 luci-base: form.js: don't destroy modal form on invalid values when saving
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-07-28 20:57:04 +02:00
Hosted Weblate
de32b72c96 Translated using Weblate (Korean)
Currently translated at 1.1% (2 of 179 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 4.0% (1 of 25 strings)

Translation: OpenWrt/LuCI/applications/ksmbd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 10.7% (3 of 28 strings)

Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 1.5% (1 of 66 strings)

Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 7.2% (7 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 4.7% (1 of 21 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 2.0% (1 of 49 strings)

Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 73.0% (19 of 26 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 7.7% (8 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 2.5% (2 of 78 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 7.6% (1 of 13 strings)

Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 1.6% (1 of 62 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 4.0% (5 of 123 strings)

Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 1.8% (1 of 55 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 3.1% (5 of 159 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 5.0% (1 of 20 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 3.2% (1 of 31 strings)

Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 2.2% (4 of 179 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 8.0% (2 of 25 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 2.0% (1 of 49 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 1.7% (3 of 173 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 2.3% (1 of 42 strings)

Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 0.6% (1 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>

Translated using Weblate (Korean)

Currently translated at 6.2% (1 of 16 strings)

Translation: OpenWrt/LuCI/applications/vnstat
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/ko/

Translated using Weblate (Korean)

Currently translated at 1.3% (1 of 74 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/ko/

Translated using Weblate (Korean)

Currently translated at 2.7% (1 of 37 strings)

Translation: OpenWrt/LuCI/applications/samba4
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/ko/

Translated using Weblate (Korean)

Currently translated at 4.3% (1 of 23 strings)

Translation: OpenWrt/LuCI/applications/rp-pppoe-server
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/ko/

Translated using Weblate (Korean)

Currently translated at 3.4% (2 of 58 strings)

Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/ko/

Translated using Weblate (Korean)

Currently translated at 9.0% (1 of 11 strings)

Translation: OpenWrt/LuCI/applications/p910nd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/ko/

Translated using Weblate (Korean)

Currently translated at 3.0% (6 of 195 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ko/

Translated using Weblate (Korean)

Currently translated at 9.0% (3 of 33 strings)

Translation: OpenWrt/LuCI/applications/commands
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/ko/

Translated using Weblate (Korean)

Currently translated at 9.0% (3 of 33 strings)

Translation: OpenWrt/LuCI/applications/ahcp
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/ko/

Translated using Weblate (Korean)

Currently translated at 30.5% (22 of 72 strings)

Translation: OpenWrt/LuCI/applications/opkg
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/ko/

Translated using Weblate (Korean)

Currently translated at 22.8% (352 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/

Signed-off-by: TheNoFace <fprhqkrtk303@naver.com>
2020-07-28 20:56:53 +03:00
Hosted Weblate
f2009871b6 Translated using Weblate (Japanese)
Currently translated at 16.3% (10 of 61 strings)

Translation: OpenWrt/LuCI/applications/frps
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 21.7% (17 of 78 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 100.0% (11 of 11 strings)

Translation: OpenWrt/LuCI/applications/p910nd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/ja/

Translated using Weblate (Japanese)

Currently translated at 87.9% (51 of 58 strings)

Translation: OpenWrt/LuCI/applications/polipo
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/ja/

Translated using Weblate (Polish)

Currently translated at 100.0% (179 of 179 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (37 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Japanese)

Currently translated at 10.6% (7 of 66 strings)

Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Polish)

Currently translated at 100.0% (96 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (26 of 26 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (27 of 27 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (182 of 182 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Polish)

Currently translated at 100.0% (119 of 119 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>

Translated using Weblate (Japanese)

Currently translated at 8.0% (10 of 125 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 24.1% (15 of 62 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 77.0% (57 of 74 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/ja/

Translated using Weblate (Polish)

Currently translated at 100.0% (14 of 14 strings)

Translation: OpenWrt/LuCI/applications/ntpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsntpc/pl/

Translated using Weblate (Japanese)

Currently translated at 100.0% (11 of 11 strings)

Translation: OpenWrt/LuCI/applications/p910nd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/ja/

Translated using Weblate (Japanese)

Currently translated at 14.6% (12 of 82 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/ja/

Translated using Weblate (Polish)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/

Signed-off-by: Marcin Net <marcin.net@linux.pl>
2020-07-26 17:53:23 +03:00
Hosted Weblate
135e7a462a Translated using Weblate (Spanish)
Currently translated at 100.0% (37 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>

Translated using Weblate (Portuguese)

Currently translated at 100.0% (37 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/pt/

Signed-off-by: ssantos <ssantos@web.de>

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (37 of 37 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>

Translated using Weblate (Hungarian)

Currently translated at 93.1% (27 of 29 strings)

Translation: OpenWrt/LuCI/applications/acl
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/hu/

Signed-off-by: Balázs Fülöp <fulopbalazs91@gmail.com>

Translated using Weblate (Russian)

Currently translated at 100.0% (159 of 159 strings)

Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ru/

Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>

Translated using Weblate (Russian)

Currently translated at 44.5% (77 of 173 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ru/

Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>

Translated using Weblate (Russian)

Currently translated at 100.0% (125 of 125 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/ru/

Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>

Translated using Weblate (Russian)

Currently translated at 100.0% (116 of 116 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/ru/

Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>

Translated using Weblate (Russian)

Currently translated at 100.0% (179 of 179 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ru/

Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>

Translated using Weblate (Russian)

Currently translated at 85.4% (88 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/ru/

Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>

Translated using Weblate (Russian)

Currently translated at 17.6% (20 of 113 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ru/

Translated using Weblate (Russian)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/

Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>

Translated using Weblate (Russian)

Currently translated at 77.6% (125 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/

Signed-off-by: sergio <sergio+it@outerface.net>
2020-07-25 23:02:46 +03:00
Helge Mader
95d004fc5d luci-base: fix widgets CBIUserSelect appending list on load
The user list was appended to the dropdown again each time the page is loaded.

Signed-off-by: Helge Mader <ma@dev.tdt.de>
2020-07-24 11:03:40 +02:00
Hosted Weblate
4ba3f59543 Translated using Weblate (Japanese)
Currently translated at 22.9% (22 of 96 strings)

Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 45.6% (21 of 46 strings)

Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 42.8% (9 of 21 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 44.4% (12 of 27 strings)

Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 20.0% (11 of 55 strings)

Translation: OpenWrt/LuCI/applications/nft-qos
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 75.0% (15 of 20 strings)

Translation: OpenWrt/LuCI/applications/ltqtapi
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 30.0% (31 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 77.0% (57 of 74 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/ja/

Translated using Weblate (Turkish)

Currently translated at 1.6% (3 of 179 strings)

Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Japanese)

Currently translated at 9.3% (3 of 32 strings)

Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 48.2% (14 of 29 strings)

Translation: OpenWrt/LuCI/applications/acl
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 14.7% (9 of 61 strings)

Translation: OpenWrt/LuCI/applications/frps
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 28.7% (21 of 73 strings)

Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 20.4% (9 of 44 strings)

Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Turkish)

Currently translated at 2.2% (1 of 44 strings)

Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 3.5% (1 of 28 strings)

Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 1.5% (1 of 66 strings)

Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 4.7% (1 of 21 strings)

Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 1.6% (3 of 182 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 7.5% (9 of 119 strings)

Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 0.9% (1 of 103 strings)

Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 3.8% (3 of 78 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 2.5% (3 of 116 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 100.0% (2 of 2 strings)

Translation: OpenWrt/LuCI/applications/olsr-viz
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-viz/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 6.1% (4 of 65 strings)

Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 30.0% (12 of 40 strings)

Translation: OpenWrt/LuCI/applications/clamav
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 4.7% (5 of 105 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 1.7% (3 of 173 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 24.8% (40 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Japanese)

Currently translated at 6.0% (11 of 182 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 19.2% (15 of 78 strings)

Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 22.5% (14 of 62 strings)

Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 16.0% (9 of 56 strings)

Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 44.0% (11 of 25 strings)

Translation: OpenWrt/LuCI/applications/cshark
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 34.6% (17 of 49 strings)

Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 25.0% (3 of 12 strings)

Translation: OpenWrt/LuCI/applications/bcp38
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 29.5% (31 of 105 strings)

Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 31.7% (55 of 173 strings)

Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Japanese)

Currently translated at 32.9% (53 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ja/

Signed-off-by: Scott Anecito <scott.anecito@linux.com>

Translated using Weblate (Japanese)

Currently translated at 32.9% (53 of 161 strings)

Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ja/

Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>

Translated using Weblate (Russian)

Currently translated at 100.0% (26 of 26 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/ru/

Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>

Translated using Weblate (Turkish)

Currently translated at 3.9% (7 of 179 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Russian)

Currently translated at 100.0% (179 of 179 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ru/

Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>

Translated using Weblate (Japanese)

Currently translated at 13.0% (3 of 23 strings)

Translation: OpenWrt/LuCI/applications/rp-pppoe-server
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/ja/

Translated using Weblate (Japanese)

Currently translated at 13.2% (15 of 113 strings)

Translation: OpenWrt/LuCI/applications/radicale2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ja/

Translated using Weblate (Japanese)

Currently translated at 20.0% (4 of 20 strings)

Translation: OpenWrt/LuCI/applications/fwknopd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/ja/

Translated using Weblate (Turkish)

Currently translated at 1.5% (3 of 195 strings)

Translation: OpenWrt/LuCI/applications/olsr
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (5 of 5 strings)

Translation: OpenWrt/LuCI/applications/coovachilli
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/tr/

Translated using Weblate (Turkish)

Currently translated at 1.5% (3 of 191 strings)

Translation: OpenWrt/LuCI/applications/openvpn
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/tr/

Translated using Weblate (Turkish)

Currently translated at 0.6% (2 of 315 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/tr/

Translated using Weblate (Japanese)

Currently translated at 98.4% (310 of 315 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ja/

Translated using Weblate (Turkish)

Currently translated at 2.4% (2 of 82 strings)

Translation: OpenWrt/LuCI/applications/splash
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/tr/

Translated using Weblate (Turkish)

Currently translated at 16.0% (247 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/

Signed-off-by: tentena <thetentena@gmail.com>

Translated using Weblate (Russian)

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/

Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>
2020-07-22 21:44:04 +03:00
Hosted Weblate
abb5a20a4e Translated using Weblate (Portuguese)
Currently translated at 100.0% (34 of 34 strings)

Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/pt/

Signed-off-by: ssantos <ssantos@web.de>

Translated using Weblate (Portuguese)

Currently translated at 100.0% (116 of 116 strings)

Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/pt/

Signed-off-by: ssantos <ssantos@web.de>

Translated using Weblate (Portuguese)

Currently translated at 100.0% (125 of 125 strings)

Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/pt/

Signed-off-by: ssantos <ssantos@web.de>

Translated using Weblate (Portuguese)

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/pt/

Signed-off-by: ssantos <ssantos@web.de>

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (182 of 182 strings)

Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (26 of 26 strings)

Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>

Translated using Weblate (Spanish)

Currently translated at 100.0% (179 of 179 strings)

Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/es/

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>

Translated using Weblate (Portuguese)

Currently translated at 100.0% (12 of 12 strings)

Translation: OpenWrt/LuCI/applications/watchcat
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/pt/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (74 of 74 strings)

Translation: OpenWrt/LuCI/applications/tinyproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/pt/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (210 of 210 strings)

Translation: OpenWrt/LuCI/applications/firewall
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pt/

Translated using Weblate (Portuguese)

Currently translated at 100.0% (315 of 315 strings)

Translation: OpenWrt/LuCI/applications/statistics
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1539 of 1539 strings)

Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/

Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
2020-07-21 08:33:10 +03:00
Sven Roederer
7edd635026 luci-base: update dependency to luci-lib-base
To satisfy the dependencies.

Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
2020-07-19 20:15:00 +02:00
Sven Roederer
354e4cb4a7 treewide: adapt to new luci.xml class
In the previous commit the luci.xml module was created, Let's change all
references to the old functions to the new xml-module.

Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
2020-07-19 20:14:47 +02:00
Sven Roederer
68521fca04 luci-base(-libs): move pcdata() and striptags() from util- to xml-class
To complete the previous commit these functions are defined in the resulting
luci-base package but are also used in the new luci-base-libs package. So
move them into the new xml-module of the new package.

Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
2020-07-19 20:14:35 +02:00