project/luci.git
3 years agoluci-mod-status: fix WPS button to wrong interface 4641/head
Ansuel Smith [Sat, 5 Dec 2020 22:16:57 +0000 (23:16 +0100)]
luci-mod-status: fix WPS button to wrong interface

Reset the WPS_button variable to correctly add the button to the enabled interface.

Fixes: #4625
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
3 years agoMerge pull request #4638 from fblaese/pwlogin
Jo-Philipp Wich [Sat, 5 Dec 2020 21:54:42 +0000 (22:54 +0100)]
Merge pull request #4638 from fblaese/pwlogin

luci-base: hide "No password set!" notification if password login is disabled

3 years agoTranslated using Weblate (Italian)
Hosted Weblate [Sat, 5 Dec 2020 14:11:35 +0000 (15:11 +0100)]
Translated using Weblate (Italian)

Currently translated at 1.0% (2 of 186 strings)

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

Translated using Weblate (Italian)

Currently translated at 32.2% (52 of 161 strings)

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

Translated using Weblate (Italian)

Currently translated at 91.8% (45 of 49 strings)

Translated using Weblate (Italian)

Currently translated at 42.3% (89 of 210 strings)

Translated using Weblate (Japanese)

Currently translated at 95.5% (1497 of 1567 strings)

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

Translated using Weblate (Italian)

Currently translated at 26.0% (42 of 161 strings)

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

Translated using Weblate (Russian)

Currently translated at 13.5% (5 of 37 strings)

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

Translated using Weblate (Russian)

Currently translated at 19.1% (14 of 73 strings)

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

Translated using Weblate (Italian)

Currently translated at 5.9% (10 of 169 strings)

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

Translated using Weblate (Russian)

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

Translated using Weblate (Russian)

Currently translated at 10.7% (6 of 56 strings)

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

Translated using Weblate (Italian)

Currently translated at 12.3% (13 of 105 strings)

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

Translated using Weblate (Russian)

Currently translated at 100.0% (2 of 2 strings)

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

Translated using Weblate (Italian)

Currently translated at 25.4% (41 of 161 strings)

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

Translated using Weblate (Russian)

Currently translated at 15.0% (20 of 133 strings)

Translated using Weblate (Japanese)

Currently translated at 95.4% (1496 of 1567 strings)

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

Co-authored-by: Francesco Ognibene <ogibenefra@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Co-authored-by: Mikhail <frol185@mail.ru>
Co-authored-by: Ryota <21ryotagamer@gmail.com>
Signed-off-by: Francesco Ognibene <ogibenefra@gmail.com>
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Signed-off-by: Mikhail <frol185@mail.ru>
Signed-off-by: Ryota <21ryotagamer@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/it/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/ru/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/it/
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/nut
Translation: OpenWrt/LuCI/applications/upnp

3 years agoluci-base: hide "No password set!" notification if password login is disabled 4638/head
Fabian Bläse [Fri, 4 Dec 2020 19:34:37 +0000 (20:34 +0100)]
luci-base: hide "No password set!" notification if password login is disabled

The special characters '!' and '*' in /etc/shadow are
used to disable password login for a specific account.

The character 'x' has no special meaning, but should not
be interpreted as an empty password.

However, Luci treats the special characters '!' and 'x' like no password is
set and displays the "No password set!" notification.

As this might be misleading, the extra check for these special
characters is removed, so the invalid hash is returned in that case.

This aligns the behavior of this notification with a change in rpcd,
which also removed these extra checks, so no login is possible, if
password login is disabled [1].

[1] https://git.openwrt.org/?p=project/rpcd.git;a=commit;h=3df62bcebd2caff47506ccffb42df8d2d2123c06

Signed-off-by: Fabian Bläse <fabian@blaese.de>
3 years agoTranslated using Weblate (Polish)
Hosted Weblate [Fri, 4 Dec 2020 12:08:36 +0000 (13:08 +0100)]
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 (Japanese)

Currently translated at 95.4% (1496 of 1567 strings)

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

Translated using Weblate (Japanese)

Currently translated at 95.4% (1496 of 1567 strings)

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

Translated using Weblate (Japanese)

Currently translated at 100.0% (13 of 13 strings)

Translation: OpenWrt/LuCI/applications/hd-idle
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/ja/

Translated using Weblate (Japanese)

Currently translated at 81.1% (151 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 85.7% (6 of 7 strings)

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

Translated using Weblate (Chinese (Simplified))

Currently translated at 78.8% (127 of 161 strings)

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

Translated using Weblate (Japanese)

Currently translated at 92.3% (24 of 26 strings)

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

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (169 of 169 strings)

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

Translated using Weblate (Japanese)

Currently translated at 95.4% (1495 of 1567 strings)

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

Translated using Weblate (Japanese)

Currently translated at 95.4% (1495 of 1567 strings)

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

Co-authored-by: Chris <christangwu@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Co-authored-by: Marcin Net <marcin.net@linux.pl>
Co-authored-by: Ryota <21ryotagamer@gmail.com>
Co-authored-by: Satoru Yoshida <ramat@ram.ne.jp>
Signed-off-by: Chris <christangwu@gmail.com>
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Signed-off-by: Marcin Net <marcin.net@linux.pl>
Signed-off-by: Ryota <21ryotagamer@gmail.com>
Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>
3 years agoMerge pull request #4635 from dhewg/dsl
Jo-Philipp Wich [Fri, 4 Dec 2020 12:08:22 +0000 (13:08 +0100)]
Merge pull request #4635 from dhewg/dsl

luci-mod-status: use raw dsl values and format them ourselves

3 years agoluci-mod-status: use raw dsl values and format them ourselves 4635/head
Andre Heider [Fri, 4 Dec 2020 08:42:52 +0000 (09:42 +0100)]
luci-mod-status: use raw dsl values and format them ourselves

Currently lantiq_dsl.sh performs these formats expensively in a shell
script. Use the raw values so the preformatted onces can be removed to
cut down the runtime or the script.

Signed-off-by: Andre Heider <a.heider@gmail.com>
3 years agoMerge pull request #4630 from nicklowe/master
Jo-Philipp Wich [Tue, 1 Dec 2020 17:24:56 +0000 (18:24 +0100)]
Merge pull request #4630 from nicklowe/master

luci-mod-network: wireless.js cell_density support

3 years agoTranslated using Weblate (Italian)
Hosted Weblate [Tue, 1 Dec 2020 16:17:14 +0000 (17:17 +0100)]
Translated using Weblate (Italian)

Currently translated at 0.5% (1 of 186 strings)

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

Translated using Weblate (Italian)

Currently translated at 38.0% (19 of 50 strings)

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

Translated using Weblate (Greek)

Currently translated at 2.0% (1 of 50 strings)

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

Translated using Weblate (Italian)

Currently translated at 100.0% (29 of 29 strings)

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

Translated using Weblate (Greek)

Currently translated at 17.8% (5 of 28 strings)

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

Translated using Weblate (Greek)

Currently translated at 4.0% (2 of 50 strings)

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

Translated using Weblate (Greek)

Currently translated at 9.5% (2 of 21 strings)

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

Translated using Weblate (Greek)

Currently translated at 5.7% (3 of 52 strings)

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

Translated using Weblate (Greek)

Currently translated at 100.0% (26 of 26 strings)

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

Translated using Weblate (Greek)

Currently translated at 7.4% (2 of 27 strings)

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

Translated using Weblate (Greek)

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

Translated using Weblate (Greek)

Currently translated at 10.7% (3 of 28 strings)

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

Translated using Weblate (Greek)

Currently translated at 4.8% (6 of 123 strings)

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

Translated using Weblate (Greek)

Currently translated at 3.5% (2 of 57 strings)

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

Translated using Weblate (Greek)

Currently translated at 3.7% (6 of 160 strings)

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

Translated using Weblate (Greek)

Currently translated at 6.2% (3 of 48 strings)

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

Translated using Weblate (Greek)

Currently translated at 11.5% (3 of 26 strings)

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

Translated using Weblate (Greek)

Currently translated at 100.0% (12 of 12 strings)

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

Translated using Weblate (Greek)

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

Translated using Weblate (Greek)

Currently translated at 6.1% (12 of 195 strings)

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

Translated using Weblate (Greek)

Currently translated at 8.3% (4 of 48 strings)

Translated using Weblate (Greek)

Currently translated at 6.1% (3 of 49 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (5 of 5 strings)

Translated using Weblate (Greek)

Currently translated at 16.4% (32 of 195 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (33 of 33 strings)

Translated using Weblate (Greek)

Currently translated at 12.1% (4 of 33 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (14 of 14 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Greek)

Currently translated at 100.0% (16 of 16 strings)

Translated using Weblate (Greek)

Currently translated at 12.2% (39 of 318 strings)

Translated using Weblate (Greek)

Currently translated at 9.7% (8 of 82 strings)

Translated using Weblate (Greek)

Currently translated at 52.0% (13 of 25 strings)

Translated using Weblate (Japanese)

Currently translated at 95.4% (1496 of 1567 strings)

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

Translated using Weblate (Greek)

Currently translated at 32.2% (505 of 1567 strings)

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

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (160 of 160 strings)

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

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (161 of 161 strings)

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

Currently translated at 37.2% (63 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 69.2% (135 of 195 strings)

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

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1567 of 1567 strings)

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

Translated using Weblate (Japanese)

Currently translated at 95.4% (1496 of 1567 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% (1567 of 1567 strings)

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

Co-authored-by: Er Gatto <facebook@libraro.it>
Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Marios Koutsoukis <marioskoutsoukis2006@gmail.com>
Co-authored-by: Ryota <21ryotagamer@gmail.com>
Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Signed-off-by: Er Gatto <facebook@libraro.it>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Signed-off-by: Marios Koutsoukis <marioskoutsoukis2006@gmail.com>
Signed-off-by: Ryota <21ryotagamer@gmail.com>
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/el/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/el/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/el/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/el/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsntpc/el/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/el/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/el/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/el/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/el/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/el/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/el/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/el/
Translation: OpenWrt/LuCI/applications/ahcp
Translation: OpenWrt/LuCI/applications/commands
Translation: OpenWrt/LuCI/applications/coovachilli
Translation: OpenWrt/LuCI/applications/minidlna
Translation: OpenWrt/LuCI/applications/ntpc
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/p910nd
Translation: OpenWrt/LuCI/applications/qos
Translation: OpenWrt/LuCI/applications/splash
Translation: OpenWrt/LuCI/applications/statistics
Translation: OpenWrt/LuCI/applications/upnp
Translation: OpenWrt/LuCI/applications/vnstat

3 years agoluci-mod-network: wireless.js cell_density support 4630/head
Nick Lowe [Tue, 1 Dec 2020 16:01:53 +0000 (16:01 +0000)]
luci-mod-network: wireless.js cell_density support

Add support for the cell_density option added to OpenWRT via commit:
81ff23fc91dbbedc374e58afdb4b0b13146c0f15

This configures data rates based on the coverage cell density.
Normal configures basic rates to 6, 12, 24 Mbps if legacy 802.11b rates
are not used else to 5.5, 11 Mbps.
High configures basic rates to 12, 24 Mbps if legacy 802.11b rates are
not used else to the 11 Mbps rate.
Very High configures 24 Mbps as the basic rate. Supported rates lower
than the minimum basic rate are not offered.

Signed-off-by: Nick Lowe <nick.lowe@gmail.com>
3 years agoTranslated using Weblate (Turkish)
Hosted Weblate [Sun, 29 Nov 2020 07:51:17 +0000 (08:51 +0100)]
Translated using Weblate (Turkish)

Currently translated at 14.7% (25 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 10.4% (11 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 47.2% (76 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 94.7% (1484 of 1567 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% (104 of 104 strings)

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

Translated using Weblate (Turkish)

Currently translated at 10.7% (20 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 60.0% (30 of 50 strings)

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

Translated using Weblate (Turkish)

Currently translated at 1.6% (1 of 61 strings)

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

Translated using Weblate (Turkish)

Currently translated at 4.1% (3 of 73 strings)

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

Translated using Weblate (Spanish)

Currently translated at 100.0% (44 of 44 strings)

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

Translated using Weblate (Turkish)

Currently translated at 17.8% (5 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 6.0% (4 of 66 strings)

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

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/

Translated using Weblate (Turkish)

Currently translated at 20.8% (20 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 (Chinese (Simplified))

Currently translated at 92.0% (46 of 50 strings)

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

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/

Translated using Weblate (Turkish)

Currently translated at 13.4% (7 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 40.7% (11 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 4.3% (8 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 29.4% (5 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 11.8% (20 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 19.6% (21 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 100.0% (13 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 12.3% (10 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% (10 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 11.2% (7 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 10.7% (3 of 28 strings)

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

Translated using Weblate (Turkish)

Currently translated at 33.3% (19 of 57 strings)

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

Translated using Weblate (Portuguese)

Currently translated at 100.0% (160 of 160 strings)

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

Translated using Weblate (Turkish)

Currently translated at 10.6% (17 of 160 strings)

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

Translated using Weblate (Turkish)

Currently translated at 12.5% (6 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 25.0% (6 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 20.0% (4 of 20 strings)

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

Translated using Weblate (Turkish)

Currently translated at 16.1% (5 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 5.3% (3 of 56 strings)

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

Translated using Weblate (Turkish)

Currently translated at 30.7% (8 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 20.0% (5 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 14.2% (7 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 7.5% (13 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% (37 of 37 strings)

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

Translated using Weblate (Portuguese)

Currently translated at 100.0% (161 of 161 strings)

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

Translated using Weblate (Japanese)

Currently translated at 19.8% (23 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 21.4% (12 of 56 strings)

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

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 100.0% (40 of 40 strings)

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

Translated using Weblate (Spanish)

Currently translated at 100.0% (173 of 173 strings)

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

Translated using Weblate (Turkish)

Currently translated at 11.2% (22 of 195 strings)

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

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

Currently translated at 5.0% (3 of 59 strings)

Translated using Weblate (Japanese)

Currently translated at 22.1% (25 of 113 strings)

Translated using Weblate (Turkish)

Currently translated at 5.3% (6 of 113 strings)

Translated using Weblate (Turkish)

Currently translated at 5.2% (7 of 133 strings)

Translated using Weblate (Japanese)

Currently translated at 27.9% (12 of 43 strings)

Translated using Weblate (Turkish)

Currently translated at 2.3% (1 of 43 strings)

Translated using Weblate (Turkish)

Currently translated at 2.9% (3 of 102 strings)

Translated using Weblate (Turkish)

Currently translated at 14.5% (7 of 48 strings)

Translated using Weblate (Turkish)

Currently translated at 20.4% (10 of 49 strings)

Translated using Weblate (Turkish)

Currently translated at 10.7% (21 of 195 strings)

Translated using Weblate (Turkish)

Currently translated at 5.7% (11 of 191 strings)

Translated using Weblate (Turkish)

Currently translated at 6.7% (5 of 74 strings)

Translated using Weblate (Turkish)

Currently translated at 69.6% (23 of 33 strings)

Translated using Weblate (Turkish)

Currently translated at 8.5% (18 of 210 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (14 of 14 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (11 of 11 strings)

Translated using Weblate (Turkish)

Currently translated at 5.0% (16 of 318 strings)

Translated using Weblate (Turkish)

Currently translated at 9.7% (8 of 82 strings)

Translated using Weblate (Japanese)

Currently translated at 19.5% (16 of 82 strings)

Translated using Weblate (Turkish)

Currently translated at 21.4% (336 of 1567 strings)

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

Translated using Weblate (Portuguese)

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

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

Co-authored-by: Ataberk Özen <ataberkozen123@gmail.com>
Co-authored-by: Echedey <echedeyla@hotmail.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Ryota <21ryotagamer@gmail.com>
Co-authored-by: Satoru Yoshida <ramat@ram.ne.jp>
Co-authored-by: ssantos <ssantos@web.de>
Signed-off-by: Ataberk Özen <ataberkozen123@gmail.com>
Signed-off-by: Echedey <echedeyla@hotmail.com>
Signed-off-by: Eric <spice2wolf@gmail.com>
Signed-off-by: Oğuz Ersen <oguzersen@protonmail.com>
Signed-off-by: Ryota <21ryotagamer@gmail.com>
Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>
Signed-off-by: ssantos <ssantos@web.de>
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/luciapplicationsfwknopd/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/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/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/es/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/ja/
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/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/tr/
Translation: OpenWrt/LuCI/applications/ahcp
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/fwknopd
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/radicale2
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

3 years agoTranslated using Weblate (Turkish)
Hosted Weblate [Fri, 27 Nov 2020 20:39:20 +0000 (21:39 +0100)]
Translated using Weblate (Turkish)

Currently translated at 100.0% (13 of 13 strings)

Translation: OpenWrt/LuCI/applications/hd-idle
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/tr/

Translated using Weblate (Polish)

Currently translated at 100.0% (50 of 50 strings)

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

Translated using Weblate (Polish)

Currently translated at 100.0% (73 of 73 strings)

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

Translated using Weblate (Japanese)

Currently translated at 13.6% (9 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 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 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 (Japanese)

Currently translated at 23.5% (4 of 17 strings)

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

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 (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 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.8% (7 of 182 strings)

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

Translated using Weblate (Polish)

Currently translated at 100.0% (169 of 169 strings)

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

Translated using Weblate (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 (Polish)

Currently translated at 100.0% (160 of 160 strings)

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

Translated using Weblate (Turkish)

Currently translated at 26.9% (7 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 25.0% (3 of 12 strings)

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

Translated using Weblate (Japanese)

Currently translated at 22.5% (41 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 15.5% (18 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 13.6% (17 of 125 strings)

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

Translated using Weblate (Spanish)

Currently translated at 100.0% (160 of 160 strings)

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

Translated using Weblate (Japanese)

Currently translated at 30.4% (7 of 23 strings)

Translated using Weblate (Turkish)

Currently translated at 3.7% (5 of 133 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (43 of 43 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (43 of 43 strings)

Translated using Weblate (Turkish)

Currently translated at 12.5% (6 of 48 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (49 of 49 strings)

Translated using Weblate (Turkish)

Currently translated at 7.6% (15 of 195 strings)

Translated using Weblate (Turkish)

Currently translated at 5.7% (12 of 210 strings)

Translated using Weblate (Turkish)

Currently translated at 2.5% (8 of 318 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (318 of 318 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (25 of 25 strings)

Translated using Weblate (Turkish)

Currently translated at 100.0% (25 of 25 strings)

Translated using Weblate (Turkish)

Currently translated at 20.8% (326 of 1567 strings)

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

Translated using Weblate (Russian)

Currently translated at 100.0% (1567 of 1567 strings)

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

Translated using Weblate (Polish)

Currently translated at 100.0% (1567 of 1567 strings)

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

Translated using Weblate (Spanish)

Currently translated at 100.0% (1567 of 1567 strings)

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

Translated using Weblate (Polish)

Currently translated at 100.0% (169 of 169 strings)

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

Translated using Weblate (Polish)

Currently translated at 100.0% (169 of 169 strings)

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

Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Marcin Net <marcin.net@linux.pl>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Satoru Yoshida <ramat@ram.ne.jp>
Co-authored-by: Szym <jofrey@op.pl>
Co-authored-by: ZbeeGin <zbeegin@op.pl>
Co-authored-by: sergio <sergio+it@outerface.net>
Co-authored-by: tentena <thetentena@gmail.com>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Signed-off-by: Marcin Net <marcin.net@linux.pl>
Signed-off-by: Oğuz Ersen <oguzersen@protonmail.com>
Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>
Signed-off-by: Szym <jofrey@op.pl>
Signed-off-by: sergio <sergio+it@outerface.net>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/pl/
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/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pl/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/pl/
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/fwknopd
Translation: OpenWrt/LuCI/applications/minidlna
Translation: OpenWrt/LuCI/applications/nut
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/qos
Translation: OpenWrt/LuCI/applications/rp-pppoe-server
Translation: OpenWrt/LuCI/applications/statistics
Translation: OpenWrt/LuCI/applications/upnp

3 years agoMerge pull request #4623 from dibdot/master
Dirk Brenken [Fri, 27 Nov 2020 21:43:46 +0000 (22:43 +0100)]
Merge pull request #4623 from dibdot/master

luci-app-adblock: update dns report page

3 years agoluci-app-adblock: update dns report page 4623/head
Dirk Brenken [Fri, 27 Nov 2020 20:33:04 +0000 (21:33 +0100)]
luci-app-adblock: update dns report page

* add search anchor to all listed domains on dns report page
* small wording changes & cosmetics
* update translations

Signed-off-by: Dirk Brenken <dev@brenken.org>
3 years agotreewide: transition div tables to actual table markup
Jo-Philipp Wich [Fri, 27 Nov 2020 19:54:18 +0000 (20:54 +0100)]
treewide: transition div tables to actual table markup

Modern browsers allow decomposing table markup equally well as nested div
constructs, therefor migrate our <div> table markup to actual <table> tags
but keep the old table/tr/th/td CSS classes for now to allow for a smooth
theme transition.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
3 years agoluci-app-mwan3: update i18n
Florian Eckert [Fri, 27 Nov 2020 09:52:02 +0000 (10:52 +0100)]
luci-app-mwan3: update i18n

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 years agoluci-app-mwan3: sync i18n
Florian Eckert [Fri, 27 Nov 2020 09:47:57 +0000 (10:47 +0100)]
luci-app-mwan3: sync i18n

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 years agoluci-app-mwan3: fix i18n for recovery and latency
Florian Eckert [Fri, 27 Nov 2020 09:01:59 +0000 (10:01 +0100)]
luci-app-mwan3: fix i18n for recovery and latency

Redmine-patch-id: 5620
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 years agoluci-app-firewall: sync i18n
Florian Eckert [Fri, 27 Nov 2020 09:45:22 +0000 (10:45 +0100)]
luci-app-firewall: sync i18n

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 years agoluci-base: sync i18n
Florian Eckert [Fri, 27 Nov 2020 09:45:03 +0000 (10:45 +0100)]
luci-base: sync i18n

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 years agoMerge pull request #4620 from weblate/weblate-openwrt-luci
Florian Eckert [Fri, 27 Nov 2020 09:41:32 +0000 (10:41 +0100)]
Merge pull request #4620 from weblate/weblate-openwrt-luci

Translations update from Weblate

3 years agoTranslated using Weblate (Japanese) 4620/head
Hosted Weblate [Fri, 27 Nov 2020 04:14:35 +0000 (05:14 +0100)]
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 97.4% (310 of 318 strings)

Translated using Weblate (Japanese)

Currently translated at 94.1% (1474 of 1566 strings)

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

Translated using Weblate (Turkish)

Currently translated at 6.9% (13 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 14.2% (4 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 5.6% (9 of 160 strings)

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

Translated using Weblate (Turkish)

Currently translated at 26.9% (7 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.5% (6 of 48 strings)

Translated using Weblate (Turkish)

Currently translated at 7.6% (15 of 195 strings)

Translated using Weblate (Turkish)

Currently translated at 2.5% (8 of 318 strings)

Translated using Weblate (Turkish)

Currently translated at 6.0% (5 of 82 strings)

Translated using Weblate (Turkish)

Currently translated at 96.0% (24 of 25 strings)

Translated using Weblate (Turkish)

Currently translated at 20.8% (326 of 1566 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: Ryota <21ryotagamer@gmail.com>
Co-authored-by: tentena <thetentena@gmail.com>
Signed-off-by: Ryota <21ryotagamer@gmail.com>
Signed-off-by: tentena <thetentena@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/tr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/tr/
Translation: OpenWrt/LuCI/applications/minidlna
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/qos
Translation: OpenWrt/LuCI/applications/splash
Translation: OpenWrt/LuCI/applications/statistics

3 years agoTranslated using Weblate (Chinese (Simplified))
Hosted Weblate [Wed, 25 Nov 2020 09:27:57 +0000 (10:27 +0100)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (56 of 56 strings)

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

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (61 of 61 strings)

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

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (21 of 21 strings)

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

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (56 of 56 strings)

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

Translated using Weblate (Chinese (Simplified))

Currently translated at 81.3% (131 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 37.8% (64 of 169 strings)

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

Translated using Weblate (Chinese (Simplified))

Currently translated at 92.3% (1446 of 1566 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 94.1% (1474 of 1566 strings)

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

Translated using Weblate (Japanese)

Currently translated at 94.1% (1474 of 1566 strings)

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

Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Forbidden <10278743+f0rb1d@users.noreply.github.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Co-authored-by: Ryota <21ryotagamer@gmail.com>
Signed-off-by: Eric <spice2wolf@gmail.com>
Signed-off-by: Forbidden <10278743+f0rb1d@users.noreply.github.com>
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Signed-off-by: Ryota <21ryotagamer@gmail.com>
3 years agoMerge pull request #4542 from mayli/oc-protocol
Florian Eckert [Wed, 25 Nov 2020 09:27:44 +0000 (10:27 +0100)]
Merge pull request #4542 from mayli/oc-protocol

luci-proto-openconnect: add vpn_procotol support

3 years agotreewide: fix conflicts with weblate
Hannu Nyman [Sun, 22 Nov 2020 15:59:52 +0000 (17:59 +0200)]
treewide: fix conflicts with weblate

Merge remote-tracking branch 'weblate/master' after fixing
modules/luci-base/po/ja/base.po

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 21:18:07 +0000 (21:18 +0000)]
Translated using Weblate (Swedish)

Currently translated at 7.6% (1 of 13 strings)

Translation: OpenWrt/LuCI/applications/hd-idle
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/sv/

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Russian)
Max Smolik [Sat, 21 Nov 2020 17:25:15 +0000 (17:25 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (13 of 13 strings)

Translation: OpenWrt/LuCI/applications/hd-idle
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/ru/

Signed-off-by: Max Smolik <makcum15@gmail.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 21:28:31 +0000 (21:28 +0000)]
Translated using Weblate (Swedish)

Currently translated at 3.2% (6 of 186 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 21:17:45 +0000 (21:17 +0000)]
Translated using Weblate (Swedish)

Currently translated at 4.0% (2 of 50 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Russian)
Max Smolik [Sat, 21 Nov 2020 16:56:06 +0000 (16:56 +0000)]
Translated using Weblate (Russian)

Currently translated at 48.0% (24 of 50 strings)

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

Signed-off-by: Max Smolik <makcum15@gmail.com>
3 years agoTranslated using Weblate (Russian)
Andrey Yukhimchak [Sun, 22 Nov 2020 13:59:40 +0000 (13:59 +0000)]
Translated using Weblate (Russian)

Currently translated at 48.0% (24 of 50 strings)

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

Signed-off-by: Andrey Yukhimchak <yukhymchak.a@gmail.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 21:16:56 +0000 (21:16 +0000)]
Translated using Weblate (Swedish)

Currently translated at 2.7% (1 of 37 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:51:35 +0000 (07:51 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 98.3% (60 of 61 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 05:34:26 +0000 (05:34 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (73 of 73 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:19:13 +0000 (07:19 +0000)]
Translated using Weblate (Chinese (Simplified))

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:50:34 +0000 (19:50 +0000)]
Translated using Weblate (Swedish)

Currently translated at 6.8% (3 of 44 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 08:01:55 +0000 (08:01 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 96.4% (27 of 28 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:50:18 +0000 (19:50 +0000)]
Translated using Weblate (Swedish)

Currently translated at 3.5% (1 of 28 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 08:55:48 +0000 (08:55 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 80.3% (53 of 66 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:49:12 +0000 (19:49 +0000)]
Translated using Weblate (Swedish)

Currently translated at 3.0% (2 of 66 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 21:19:25 +0000 (21:19 +0000)]
Translated using Weblate (Swedish)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Russian)
Andrey Yukhimchak [Sun, 22 Nov 2020 13:43:23 +0000 (13:43 +0000)]
Translated using Weblate (Russian)

Currently translated at 40.6% (39 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: Andrey Yukhimchak <yukhymchak.a@gmail.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:55:33 +0000 (07:55 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 90.0% (45 of 50 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:48:33 +0000 (19:48 +0000)]
Translated using Weblate (Swedish)

Currently translated at 11.7% (2 of 17 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 05:38:27 +0000 (05:38 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 94.1% (16 of 17 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:47:23 +0000 (19:47 +0000)]
Translated using Weblate (Swedish)

Currently translated at 19.0% (4 of 21 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:48:33 +0000 (19:48 +0000)]
Translated using Weblate (Swedish)

Currently translated at 23.0% (12 of 52 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 21:26:54 +0000 (21:26 +0000)]
Translated using Weblate (Swedish)

Currently translated at 100.0% (27 of 27 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:46:30 +0000 (19:46 +0000)]
Translated using Weblate (Swedish)

Currently translated at 29.4% (5 of 17 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:45:56 +0000 (19:45 +0000)]
Translated using Weblate (Swedish)

Currently translated at 38.4% (5 of 13 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 21:19:25 +0000 (21:19 +0000)]
Translated using Weblate (Swedish)

Currently translated at 18.5% (15 of 81 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Japanese)
RyotaGamer [Sun, 22 Nov 2020 09:10:43 +0000 (09:10 +0000)]
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/

Signed-off-by: RyotaGamer <21ryotagamer@gmail.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:53:08 +0000 (19:53 +0000)]
Translated using Weblate (Swedish)

Currently translated at 7.6% (1 of 13 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:45:48 +0000 (19:45 +0000)]
Translated using Weblate (Swedish)

Currently translated at 24.1% (15 of 62 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:44:18 +0000 (19:44 +0000)]
Translated using Weblate (Swedish)

Currently translated at 21.4% (6 of 28 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:44:14 +0000 (19:44 +0000)]
Translated using Weblate (Swedish)

Currently translated at 13.8% (17 of 123 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:43:46 +0000 (19:43 +0000)]
Translated using Weblate (Swedish)

Currently translated at 12.2% (7 of 57 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:43:40 +0000 (19:43 +0000)]
Translated using Weblate (Swedish)

Currently translated at 20.0% (32 of 160 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:43:32 +0000 (19:43 +0000)]
Translated using Weblate (Swedish)

Currently translated at 16.6% (8 of 48 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:48:26 +0000 (19:48 +0000)]
Translated using Weblate (Swedish)

Currently translated at 37.5% (9 of 24 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:04:53 +0000 (07:04 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 95.0% (19 of 20 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 19:39:46 +0000 (19:39 +0000)]
Translated using Weblate (Swedish)

Currently translated at 45.0% (9 of 20 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:03:37 +0000 (07:03 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 96.4% (54 of 56 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:00:10 +0000 (07:00 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (49 of 49 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 05:31:39 +0000 (05:31 +0000)]
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: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 21:27:54 +0000 (21:27 +0000)]
Translated using Weblate (Swedish)

Currently translated at 100.0% (2 of 2 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Russian)
Max Smolik [Sat, 21 Nov 2020 17:49:54 +0000 (17:49 +0000)]
Translated using Weblate (Russian)

Currently translated at 83.8% (135 of 161 strings)

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

Signed-off-by: Max Smolik <makcum15@gmail.com>
3 years agoTranslated using Weblate (Russian)
Andrey Yukhimchak [Sun, 22 Nov 2020 13:52:07 +0000 (13:52 +0000)]
Translated using Weblate (Russian)

Currently translated at 83.8% (135 of 161 strings)

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

Signed-off-by: Andrey Yukhimchak <yukhymchak.a@gmail.com>
3 years agoTranslated using Weblate (Russian)
sergio [Sun, 22 Nov 2020 14:33:00 +0000 (14:33 +0000)]
Translated using Weblate (Russian)

Currently translated at 83.8% (135 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>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 05:06:17 +0000 (05:06 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (26 of 26 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Japanese)
RyotaGamer [Sun, 22 Nov 2020 01:06:04 +0000 (01:06 +0000)]
Translated using Weblate (Japanese)

Currently translated at 88.4% (23 of 26 strings)

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

Signed-off-by: RyotaGamer <21ryotagamer@gmail.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:25:47 +0000 (07:25 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 98.7% (80 of 81 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:19:13 +0000 (07:19 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 96.2% (26 of 27 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Russian)
Max Smolik [Sat, 21 Nov 2020 17:16:48 +0000 (17:16 +0000)]
Translated using Weblate (Russian)

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

Signed-off-by: Max Smolik <makcum15@gmail.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:43:40 +0000 (07:43 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (13 of 13 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 05:26:42 +0000 (05:26 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (173 of 173 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Russian)
Max Smolik [Sat, 21 Nov 2020 18:02:25 +0000 (18:02 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (160 of 160 strings)

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

Signed-off-by: Max Smolik <makcum15@gmail.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 05:46:51 +0000 (05:46 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 99.2% (124 of 125 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Russian)
Max Smolik [Sat, 21 Nov 2020 17:23:23 +0000 (17:23 +0000)]
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: Max Smolik <makcum15@gmail.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:21:28 +0000 (07:21 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 99.4% (181 of 182 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 05:50:34 +0000 (05:50 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 99.1% (115 of 116 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Russian)
Max Smolik [Sat, 21 Nov 2020 17:55:04 +0000 (17:55 +0000)]
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: Max Smolik <makcum15@gmail.com>
3 years agoTranslated using Weblate (Russian)
Max Smolik [Sat, 21 Nov 2020 17:48:12 +0000 (17:48 +0000)]
Translated using Weblate (Russian)

Currently translated at 29.5% (50 of 169 strings)

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

Signed-off-by: Max Smolik <makcum15@gmail.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:06:30 +0000 (07:06 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 98.2% (56 of 57 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 21:19:25 +0000 (21:19 +0000)]
Translated using Weblate (Swedish)

Currently translated at 44.6% (87 of 195 strings)

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

Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:12:51 +0000 (07:12 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 99.1% (122 of 123 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:19:13 +0000 (07:19 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 57.0% (61 of 107 strings)

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

Signed-off-by: Eric <spice2wolf@gmail.com>
3 years agoTranslated using Weblate (Russian)
Max Smolik [Sat, 21 Nov 2020 17:58:59 +0000 (17:58 +0000)]
Translated using Weblate (Russian)

Currently translated at 85.0% (91 of 107 strings)

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

Signed-off-by: Max Smolik <makcum15@gmail.com>
3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:34:59 +0000 (07:34 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 49.5% (56 of 113 strings)

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

3 years agoTranslated using Weblate (Russian)
Max Smolik [Sat, 21 Nov 2020 18:01:44 +0000 (18:01 +0000)]
Translated using Weblate (Russian)

Currently translated at 24.7% (28 of 113 strings)

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

3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 05:59:21 +0000 (05:59 +0000)]
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/

3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 09:12:07 +0000 (09:12 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (43 of 43 strings)

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

3 years agoTranslated using Weblate (Russian)
Max Smolik [Sat, 21 Nov 2020 17:15:23 +0000 (17:15 +0000)]
Translated using Weblate (Russian)

Currently translated at 44.1% (19 of 43 strings)

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

3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:19:39 +0000 (07:19 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 97.9% (48 of 49 strings)

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

3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 05:37:34 +0000 (05:37 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 99.4% (194 of 195 strings)

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

3 years agoTranslated using Weblate (Russian)
Max Smolik [Sat, 21 Nov 2020 17:49:23 +0000 (17:49 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (195 of 195 strings)

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

3 years agoTranslated using Weblate (Swedish)
PontusÖsterlindh [Sat, 21 Nov 2020 21:19:48 +0000 (21:19 +0000)]
Translated using Weblate (Swedish)

Currently translated at 6.8% (13 of 191 strings)

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

3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 06:09:23 +0000 (06:09 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 98.6% (73 of 74 strings)

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

3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 05:24:58 +0000 (05:24 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (33 of 33 strings)

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

3 years agoTranslated using Weblate (Chinese (Simplified))
Eric [Sun, 22 Nov 2020 07:16:29 +0000 (07:16 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 98.3% (58 of 59 strings)

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