Mirko Vogt
555faf6f7c
luci-compat: Fix typo in wildcard which is supposed to grant all perms.
...
Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de>
2020-12-06 14:41:59 +01:00
Ansuel Smith
91a0008457
luci-mod-status: add channel analysis support
...
Add channel analysis support. This can be very useful as a user can directly use the webui to check wifi channel utilization without using external tool. This use data already provided by iwinfo.
Fixes : #4572
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-12-06 02:24:05 +01:00
Ansuel Smith
277ffef8ae
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>
2020-12-05 23:16:57 +01:00
Jo-Philipp Wich
48d6b6ed12
Merge pull request #4638 from fblaese/pwlogin
...
luci-base: hide "No password set!" notification if password login is disabled
2020-12-05 22:54:42 +01:00
Hosted Weblate
ed0d682e13
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
2020-12-05 16:12:41 +02:00
Fabian Bläse
e54708a451
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>
2020-12-04 21:51:13 +01:00
Hosted Weblate
086f32347a
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>
2020-12-04 15:08:08 +02:00
Andre Heider
150e080682
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>
2020-12-04 12:47:51 +01:00
Jo-Philipp Wich
d80a171828
Merge pull request #4630 from nicklowe/master
...
luci-mod-network: wireless.js cell_density support
2020-12-01 18:24:56 +01:00
Hosted Weblate
b8904e7641
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
2020-12-01 18:18:20 +02:00
Nick Lowe
f5c04e1a2e
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>
2020-12-01 16:01:53 +00:00
Hosted Weblate
3b5eb1ab5d
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
2020-11-29 11:06:53 +02:00
Hosted Weblate
b3bbec91c8
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
2020-11-28 08:37:39 +02:00
Jo-Philipp Wich
03c77dafe3
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>
2020-11-27 21:36:40 +01:00
Florian Eckert
c93d3b412e
luci-base: sync i18n
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-11-27 10:45:03 +01:00
Hosted Weblate
0bcb360577
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
2020-11-27 05:14:35 +01:00
Hosted Weblate
e244c8c2e9
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>
2020-11-25 14:51:51 +02:00
Ansuel Smith
84ba852993
luci-base: delay cbi-tab-active event on tab init
...
Delay the cbi-tab-active custom event so any eventListner attached to the tab doesn't miss the first event.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-11-24 02:36:50 +01:00
Hannu Nyman
87d64ee279
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>
2020-11-22 17:59:52 +02:00
Eric
59f2568b4d
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 91.0% (1426 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/
Signed-off-by: Eric <spice2wolf@gmail.com>
2020-11-22 16:35:20 +01:00
PontusÖsterlindh
11a6751db5
Translated using Weblate (Swedish)
...
Currently translated at 43.4% (681 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sv/
Signed-off-by: PontusÖsterlindh <pontus@osterlindh.com>
2020-11-22 16:35:19 +01:00
RyotaGamer
53bc3fa044
Translated using Weblate (Japanese)
...
Currently translated at 93.8% (1470 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/
Signed-off-by: RyotaGamer <21ryotagamer@gmail.com>
2020-11-22 16:35:19 +01:00
Sergio E. Nemirowski
0f3f464adc
optinal -> optional typo fix
...
Signed-off-by: Sergio E. Nemirowski <sergio@outerface.net>
2020-11-22 17:35:11 +02:00
Hosted Weblate
a124005cfe
Translated using Weblate (German)
...
Currently translated at 14.4% (15 of 104 strings)
Translation: OpenWrt/LuCI/applications/smartdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/de/
Translated using Weblate (Vietnamese)
Currently translated at 2.0% (1 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/vi/
Translated using Weblate (German)
Currently translated at 76.0% (38 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/de/
Translated using Weblate (Vietnamese)
Currently translated at 2.7% (1 of 37 strings)
Translation: OpenWrt/LuCI/applications/sqm
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/vi/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (73 of 73 strings)
Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/zh_Hans/
Translated using Weblate (Vietnamese)
Currently translated at 1.3% (1 of 73 strings)
Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/vi/
Translated using Weblate (Vietnamese)
Currently translated at 4.5% (2 of 44 strings)
Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/vi/
Translated using Weblate (Vietnamese)
Currently translated at 3.5% (1 of 28 strings)
Translation: OpenWrt/LuCI/applications/vnstat2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/vi/
Translated using Weblate (Vietnamese)
Currently translated at 4.1% (4 of 96 strings)
Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/vi/
Translated using Weblate (Vietnamese)
Currently translated at 5.8% (1 of 17 strings)
Translation: OpenWrt/LuCI/applications/omcproxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/vi/
Translated using Weblate (Vietnamese)
Currently translated at 28.5% (6 of 21 strings)
Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/vi/
Translated using Weblate (Vietnamese)
Currently translated at 7.6% (2 of 26 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/vi/
Translated using Weblate (Vietnamese)
Currently translated at 2.7% (5 of 182 strings)
Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/vi/
Translated using Weblate (Vietnamese)
Currently translated at 11.7% (2 of 17 strings)
Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/vi/
Translated using Weblate (Vietnamese)
Currently translated at 1.7% (3 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/vi/
Translated using Weblate (German)
Currently translated at 100.0% (169 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/de/
Translated using Weblate (Vietnamese)
Currently translated at 0.9% (1 of 107 strings)
Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/vi/
Translated using Weblate (German)
Currently translated at 82.2% (88 of 107 strings)
Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/de/
Translated using Weblate (Vietnamese)
Currently translated at 7.6% (1 of 13 strings)
Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/vi/
Translated using Weblate (Vietnamese)
Currently translated at 3.7% (3 of 81 strings)
Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/vi/
Translated using Weblate (Vietnamese)
Currently translated at 1.6% (2 of 125 strings)
Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/vi/
Translated using Weblate (Vietnamese)
Currently translated at 7.6% (1 of 13 strings)
Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/vi/
Translated using Weblate (Vietnamese)
Currently translated at 4.8% (6 of 123 strings)
Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/vi/
Translated using Weblate (Vietnamese)
Currently translated at 5.6% (9 of 160 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/vi/
Translated using Weblate (Vietnamese)
Currently translated at 2.0% (1 of 48 strings)
Translation: OpenWrt/LuCI/applications/mjpg-streamer
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/vi/
Translated using Weblate (Vietnamese)
Currently translated at 6.4% (2 of 31 strings)
Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/vi/
Translated using Weblate (Vietnamese)
Currently translated at 1.7% (1 of 56 strings)
Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/vi/
Translated using Weblate (German)
Currently translated at 100.0% (105 of 105 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/de/
Translated using Weblate (Vietnamese)
Currently translated at 2.3% (4 of 173 strings)
Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/vi/
Translated using Weblate (Vietnamese)
Currently translated at 8.6% (14 of 161 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/vi/
Translated using Weblate (German)
Currently translated at 100.0% (161 of 161 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/de/
Translated using Weblate (Japanese)
Currently translated at 88.4% (23 of 26 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/ja/
Translated using Weblate (Vietnamese)
Currently translated at 2.0% (4 of 195 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/vi/
Translated using Weblate (Japanese)
Currently translated at 69.2% (135 of 195 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ja/
Translated using Weblate (Vietnamese)
Currently translated at 0.9% (1 of 102 strings)
Translated using Weblate (Vietnamese)
Currently translated at 27.1% (53 of 195 strings)
Translated using Weblate (Japanese)
Currently translated at 86.6% (169 of 195 strings)
Translated using Weblate (Vietnamese)
Currently translated at 77.4% (148 of 191 strings)
Translated using Weblate (Vietnamese)
Currently translated at 14.8% (11 of 74 strings)
Translated using Weblate (Vietnamese)
Currently translated at 6.2% (1 of 16 strings)
Translated using Weblate (Vietnamese)
Currently translated at 37.7% (120 of 318 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (318 of 318 strings)
Translated using Weblate (Vietnamese)
Currently translated at 62.0% (36 of 58 strings)
Translated using Weblate (Vietnamese)
Currently translated at 92.0% (23 of 25 strings)
Translated using Weblate (German)
Currently translated at 95.9% (305 of 318 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 91.0% (1426 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/
Translated using Weblate (Vietnamese)
Currently translated at 71.6% (1122 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/vi/
Translated using Weblate (Japanese)
Currently translated at 93.3% (1462 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/
Translated using Weblate (German)
Currently translated at 98.2% (1538 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/
Co-authored-by: Andreas Götz <agoetz@tdt.de>
Co-authored-by: Anton Kikin <a.a.kikin@gmail.com>
Co-authored-by: CyFeng16 <cy.z.feng@gmail.com>
Co-authored-by: Darias <DariasLuc@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: RyotaGamer <21ryotagamer@gmail.com>
Co-authored-by: SunSpring <yearnsun@gmail.com>
Signed-off-by: Andreas Götz <agoetz@tdt.de>
Signed-off-by: CyFeng16 <cy.z.feng@gmail.com>
Signed-off-by: Darias <DariasLuc@gmail.com>
Signed-off-by: RyotaGamer <21ryotagamer@gmail.com>
Signed-off-by: SunSpring <yearnsun@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/de/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ru/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/vi/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/vi/
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/openvpn
Translation: OpenWrt/LuCI/applications/polipo
Translation: OpenWrt/LuCI/applications/qos
Translation: OpenWrt/LuCI/applications/statistics
Translation: OpenWrt/LuCI/applications/tinyproxy
Translation: OpenWrt/LuCI/applications/transmission
Translation: OpenWrt/LuCI/applications/vnstat
2020-11-21 14:29:57 +02:00
Hosted Weblate
7a33824f41
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/
Translated using Weblate (Japanese)
Currently translated at 53.8% (7 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 26.0% (25 of 96 strings)
Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/ja/
Translated using Weblate (Japanese)
Currently translated at 42.0% (21 of 50 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ja/
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 (Polish)
Currently translated at 86.9% (147 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pl/
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/
Translated using Weblate (Japanese)
Currently translated at 15.3% (28 of 182 strings)
Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ja/
Translated using Weblate (Russian)
Currently translated at 28.3% (23 of 81 strings)
Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/ru/
Translated using Weblate (Japanese)
Currently translated at 57.6% (15 of 26 strings)
Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/ja/
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/
Translated using Weblate (Japanese)
Currently translated at 100.0% (34 of 34 strings)
Translation: OpenWrt/LuCI/applications/wifischedule
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/ja/
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 29.9% (32 of 107 strings)
Translation: OpenWrt/LuCI/applications/simple-adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/ja/
Translated using Weblate (Japanese)
Currently translated at 59.3% (79 of 133 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (48 of 48 strings)
Translated using Weblate (Japanese)
Currently translated at 86.6% (169 of 195 strings)
Translated using Weblate (Japanese)
Currently translated at 99.5% (209 of 210 strings)
Translated using Weblate (Polish)
Currently translated at 100.0% (318 of 318 strings)
Translated using Weblate (Japanese)
Currently translated at 97.4% (310 of 318 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (25 of 25 strings)
Translated using Weblate (Japanese)
Currently translated at 91.5% (1433 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (25 of 25 strings)
Translation: OpenWrt/LuCI/applications/ksmbd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/zh_Hans/
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 (Chinese (Simplified))
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/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (160 of 160 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/zh_Hans/
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 (Russian)
Currently translated at 100.0% (49 of 49 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (49 of 49 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (318 of 318 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 90.2% (1414 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 100.0% (1566 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1566 of 1566 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 91.3% (1430 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/
Co-authored-by: Anton Kikin <a.a.kikin@gmail.com>
Co-authored-by: Artem <KovalevArtem.ru@gmail.com>
Co-authored-by: Atrate <Atrate@protonmail.com>
Co-authored-by: Chen Minqiang <ptpt52@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: RyotaGamer <21ryotagamer@gmail.com>
Co-authored-by: SunSpring <yearnsun@gmail.com>
Co-authored-by: Szym <jofrey@op.pl>
Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Co-authored-by: sergio <sergio+it@outerface.net>
Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>
Signed-off-by: Atrate <Atrate@protonmail.com>
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Signed-off-by: RyotaGamer <21ryotagamer@gmail.com>
Signed-off-by: SunSpring <yearnsun@gmail.com>
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/luciapplicationsfirewall/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pl/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/ru/
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/minidlna
Translation: OpenWrt/LuCI/applications/nut
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/qos
Translation: OpenWrt/LuCI/applications/statistics
Translation: OpenWrt/LuCI/applications/upnp
2020-11-19 18:57:07 +02:00
Jo-Philipp Wich
61c2361170
Merge pull request #4596 from mikma/routes-proto
...
luci-mod-status: routes.js: add route protocol
2020-11-18 17:11:30 +01:00
Jo-Philipp Wich
5a0a7cfa74
Merge pull request #4599 from Ansuel/move-svg
...
luci-mod-status: move svg to dedicated dir
2020-11-18 00:48:43 +01:00
Ansuel Smith
44d02afab1
luci-base: generalize random color generation
...
Generation of pseudo random hex color from a string can be useful also for other task. Generalize it to make it available also for other purpose.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-11-18 00:48:16 +01:00
Ansuel Smith
4429594a43
luci-mod-status: move svg to dedicated dir
...
Move svgs from top dir to a dedicated svgs dir.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-11-18 00:43:44 +01:00
Hosted Weblate
4dc1fab1be
Translated using Weblate (Chinese (Simplified))
...
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/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (186 of 186 strings)
Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (50 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 24.2% (16 of 66 strings)
Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/ru/
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/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2 of 2 strings)
Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/zh_Hans/
Translated using Weblate (Japanese)
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/ja/
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.7% (158 of 160 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/zh_Hans/
Translated using Weblate (Japanese)
Currently translated at 98.1% (157 of 160 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ja/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (195 of 195 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/zh_Hans/
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 (Chinese (Simplified))
Currently translated at 100.0% (210 of 210 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (72 of 72 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (14 of 14 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (11 of 11 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (37 of 37 strings)
Translated using Weblate (Japanese)
Currently translated at 91.3% (1430 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (210 of 210 strings)
Translated using Weblate (French)
Currently translated at 61.5% (8 of 13 strings)
Translation: OpenWrt/LuCI/applications/hd-idle
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/fr/
Translated using Weblate (French)
Currently translated at 20.7% (35 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/fr/
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 (French)
Currently translated at 100.0% (161 of 161 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/fr/
Translated using Weblate (Japanese)
Currently translated at 15.3% (28 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 40.3% (25 of 62 strings)
Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ja/
Translated using Weblate (Japanese)
Currently translated at 57.6% (15 of 26 strings)
Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/ja/
Translated using Weblate (Japanese)
Currently translated at 39.8% (69 of 173 strings)
Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ja/
Translated using Weblate (Japanese)
Currently translated at 98.1% (157 of 160 strings)
Translation: OpenWrt/LuCI/applications/mwan3
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/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 (Portuguese)
Currently translated at 100.0% (49 of 49 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (49 of 49 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (33 of 33 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (210 of 210 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (318 of 318 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (318 of 318 strings)
Translated using Weblate (Japanese)
Currently translated at 87.9% (51 of 58 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (1566 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/
Translated using Weblate (Japanese)
Currently translated at 91.2% (1429 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 91.2% (1429 of 1566 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% (1566 of 1566 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/
Translated using Weblate (Japanese)
Currently translated at 90.9% (1425 of 1566 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: Hosted Weblate <hosted@weblate.org>
Co-authored-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Co-authored-by: Loïck MAHIEUX <loick111@gmail.com>
Co-authored-by: Ricardo Nunes <ricardofsonunes@gmail.com>
Co-authored-by: RyotaGamer <21ryotagamer@gmail.com>
Co-authored-by: Satoru Yoshida <ramat@ram.ne.jp>
Co-authored-by: SunSpring <yearnsun@gmail.com>
Co-authored-by: gw826943555 <gw826943555@qq.com>
Co-authored-by: larry <usr@skrep.in>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Signed-off-by: Loïck MAHIEUX <loick111@gmail.com>
Signed-off-by: Ricardo Nunes <ricardofsonunes@gmail.com>
Signed-off-by: RyotaGamer <21ryotagamer@gmail.com>
Signed-off-by: Satoru Yoshida <ramat@ram.ne.jp>
Signed-off-by: SunSpring <yearnsun@gmail.com>
Signed-off-by: larry <usr@skrep.in>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/pt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsntpc/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/es/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/es/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/pt/
Translation: OpenWrt/LuCI/applications/ahcp
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/ntpc
Translation: OpenWrt/LuCI/applications/opkg
Translation: OpenWrt/LuCI/applications/p910nd
Translation: OpenWrt/LuCI/applications/polipo
Translation: OpenWrt/LuCI/applications/samba4
Translation: OpenWrt/LuCI/applications/statistics
Translation: OpenWrt/LuCI/applications/upnp
2020-11-17 16:19:12 +02:00
Mikael Magnusson
4799fcead6
luci-mod-status: routes.js: add route protocol
...
Add protocol column to the active routes tables. The route protocol is
for example helpful when using a dynamic routing daemon, such as bird or
babel.
Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net>
2020-11-15 20:56:30 +01:00
Hannu Nyman
24a240d233
treewide: i18n - sync translations
...
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-11-14 15:32:48 +02:00
Hosted Weblate
08196ea941
Translated using Weblate (French)
...
Currently translated at 61.5% (8 of 13 strings)
Translation: OpenWrt/LuCI/applications/hd-idle
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/fr/
Translated using Weblate (French)
Currently translated at 17.7% (33 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 72.4% (21 of 29 strings)
Translation: OpenWrt/LuCI/applications/acl
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/ja/
Translated using Weblate (French)
Currently translated at 60.4% (58 of 96 strings)
Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/fr/
Translated using Weblate (French)
Currently translated at 74.0% (37 of 50 strings)
Translation: OpenWrt/LuCI/applications/https-dns-proxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/fr/
Translated using Weblate (French)
Currently translated at 44.4% (12 of 27 strings)
Translation: OpenWrt/LuCI/applications/vpnbypass
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/fr/
Translated using Weblate (French)
Currently translated at 95.0% (173 of 182 strings)
Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/fr/
Translated using Weblate (French)
Currently translated at 14.7% (25 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 53.0% (43 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 20.6% (24 of 116 strings)
Translation: OpenWrt/LuCI/applications/radicale
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/fr/
Translated using Weblate (French)
Currently translated at 32.2% (20 of 62 strings)
Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/fr/
Translated using Weblate (French)
Currently translated at 31.7% (39 of 123 strings)
Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/fr/
Translated using Weblate (French)
Currently translated at 83.3% (20 of 24 strings)
Translation: OpenWrt/LuCI/applications/lxc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/fr/
Translated using Weblate (Japanese)
Currently translated at 40.3% (25 of 62 strings)
Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/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 34.6% (17 of 49 strings)
Translation: OpenWrt/LuCI/applications/bmx7
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ja/
Translated using Weblate (Japanese)
Currently translated at 39.3% (68 of 173 strings)
Translation: OpenWrt/LuCI/applications/aria2
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ja/
Translated using Weblate (Japanese)
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/ja/
Translated using Weblate (Japanese)
Currently translated at 88.4% (23 of 26 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/ja/
Translated using Weblate (Japanese)
Currently translated at 61.5% (8 of 13 strings)
Translation: OpenWrt/LuCI/applications/pagekitec
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/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 (French)
Currently translated at 17.3% (4 of 23 strings)
Translated using Weblate (Japanese)
Currently translated at 86.6% (169 of 195 strings)
Translated using Weblate (Japanese)
Currently translated at 96.9% (32 of 33 strings)
Translated using Weblate (Japanese)
Currently translated at 91.5% (54 of 59 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 98.1% (310 of 316 strings)
Translated using Weblate (French)
Currently translated at 75.3% (238 of 316 strings)
Translated using Weblate (Japanese)
Currently translated at 87.9% (51 of 58 strings)
Translated using Weblate (Japanese)
Currently translated at 100.0% (25 of 25 strings)
Translated using Weblate (Japanese)
Currently translated at 91.1% (1425 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/
Co-authored-by: David Elie-Dit-Cosaque <david.elieditcosaque@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: RyotaGamer <21ryotagamer@gmail.com>
Signed-off-by: David Elie-Dit-Cosaque <david.elieditcosaque@gmail.com>
Signed-off-by: RyotaGamer <21ryotagamer@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/ja/
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/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/fr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/fr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/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/polipo
Translation: OpenWrt/LuCI/applications/qos
Translation: OpenWrt/LuCI/applications/rp-pppoe-server
Translation: OpenWrt/LuCI/applications/statistics
Translation: OpenWrt/LuCI/applications/uhttpd
2020-11-14 14:50:22 +02:00
Hosted Weblate
c20fa83b9a
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 93.5% (174 of 186 strings)
Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/zh_Hans/
Translated using Weblate (French)
Currently translated at 32.0% (16 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/fr/
Translated using Weblate (Italian)
Currently translated at 32.0% (16 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/it/
Translated using Weblate (Italian)
Currently translated at 4.1% (3 of 73 strings)
Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/it/
Translated using Weblate (Italian)
Currently translated at 16.0% (4 of 25 strings)
Translation: OpenWrt/LuCI/applications/ksmbd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/it/
Translated using Weblate (French)
Currently translated at 46.1% (24 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 14.2% (24 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 26.8% (33 of 123 strings)
Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/fr/
Translated using Weblate (Italian)
Currently translated at 5.3% (9 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/it/
Translated using Weblate (Italian)
Currently translated at 42.8% (3 of 7 strings)
Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/it/
Translated using Weblate (Italian)
Currently translated at 11.1% (9 of 81 strings)
Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/it/
Translated using Weblate (Italian)
Currently translated at 14.5% (9 of 62 strings)
Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/it/
Translated using Weblate (Italian)
Currently translated at 8.1% (10 of 123 strings)
Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/it/
Translated using Weblate (Italian)
Currently translated at 23.0% (6 of 26 strings)
Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/it/
Translated using Weblate (Italian)
Currently translated at 22.9% (37 of 161 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/it/
Translated using Weblate (French)
Currently translated at 89.7% (175 of 195 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/fr/
Translated using Weblate (Italian)
Currently translated at 6.7% (4 of 59 strings)
Translated using Weblate (Italian)
Currently translated at 5.3% (6 of 113 strings)
Translated using Weblate (French)
Currently translated at 13.9% (6 of 43 strings)
Translated using Weblate (Italian)
Currently translated at 91.6% (44 of 48 strings)
Translated using Weblate (Italian)
Currently translated at 97.8% (45 of 46 strings)
Translated using Weblate (Italian)
Currently translated at 33.8% (66 of 195 strings)
Translated using Weblate (Italian)
Currently translated at 93.9% (31 of 33 strings)
Translated using Weblate (French)
Currently translated at 100.0% (14 of 14 strings)
Translated using Weblate (Italian)
Currently translated at 42.3% (89 of 210 strings)
Translated using Weblate (French)
Currently translated at 100.0% (72 of 72 strings)
Translated using Weblate (Italian)
Currently translated at 65.5% (38 of 58 strings)
Translated using Weblate (Italian)
Currently translated at 45.9% (17 of 37 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 90.4% (1414 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/
Translated using Weblate (Italian)
Currently translated at 41.3% (647 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/it/
Translated using Weblate (French)
Currently translated at 97.3% (1523 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fr/
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: Meano Lee <meanocat@gmail.com>
Signed-off-by: J. Lavoie <j.lavoie@net-c.ca>
Signed-off-by: Meano Lee <meanocat@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/it/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/it/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/fr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/it/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/it/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/fr/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/it/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/it/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/it/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/it/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/it/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/fr/
Translation: OpenWrt/LuCI/applications/ahcp
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/fwknopd
Translation: OpenWrt/LuCI/applications/minidlna
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/opkg
Translation: OpenWrt/LuCI/applications/polipo
Translation: OpenWrt/LuCI/applications/radicale2
Translation: OpenWrt/LuCI/applications/samba4
Translation: OpenWrt/LuCI/applications/uhttpd
Translation: OpenWrt/LuCI/applications/upnp
Translation: OpenWrt/LuCI/applications/wol
2020-11-12 18:18:42 +02:00
Hosted Weblate
a8fe8ea1a0
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 34.2% (36 of 105 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 93.7% (151 of 161 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/zh_Hant/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (1564 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/
Translated using Weblate (Polish)
Currently translated at 100.0% (1564 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (1564 of 1564 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: Hulen <shift0106@gmail.com>
Co-authored-by: Marcin Net <marcin.net@linux.pl>
Co-authored-by: Wojtek Sobczak <mister.adalbert@gmail.com>
Co-authored-by: ssantos <ssantos@web.de>
Signed-off-by: Hulen <shift0106@gmail.com>
Signed-off-by: Marcin Net <marcin.net@linux.pl>
Signed-off-by: Wojtek Sobczak <mister.adalbert@gmail.com>
Signed-off-by: ssantos <ssantos@web.de>
2020-11-10 20:43:17 +02:00
Jo-Philipp Wich
5c5b1340e5
luci-base: tools.widgets.NetworkSelect: properly validate multi select
...
Fixes: 2b99473f2 ("luci-base: tools.widget.NetworkSelect: disallow invalid network names")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-11-07 00:46:30 +01:00
Jo-Philipp Wich
2b99473f2c
luci-base: tools.widget.NetworkSelect: disallow invalid network names
...
Fixes : #4523 , #4573
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-11-07 00:41:56 +01:00
Hosted Weblate
2894ca6a62
Translated using Weblate (Portuguese)
...
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/pt/
Translated using Weblate (Chinese (Traditional))
Currently translated at 5.3% (10 of 186 strings)
Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 74.0% (37 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 16.6% (16 of 96 strings)
Translation: OpenWrt/LuCI/applications/vpn-policy-routing
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 18.1% (8 of 44 strings)
Translation: OpenWrt/LuCI/applications/ser2net
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/zh_Hant/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (66 of 66 strings)
Translation: OpenWrt/LuCI/applications/yggdrasil
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/pt/
Translated using Weblate (Chinese (Traditional))
Currently translated at 52.3% (11 of 21 strings)
Translation: OpenWrt/LuCI/applications/nextdns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/zh_Hant/
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/
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)
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 (Chinese (Traditional))
Currently translated at 23.5% (4 of 17 strings)
Translation: OpenWrt/LuCI/applications/udpxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 7.4% (6 of 81 strings)
Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 1.7% (1 of 56 strings)
Translation: OpenWrt/LuCI/applications/dump1090
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/zh_Hant/
Translated using Weblate (Chinese (Traditional))
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/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 93.1% (150 of 161 strings)
Translation: OpenWrt/LuCI/applications/adblock
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 92.3% (12 of 13 strings)
Translation: OpenWrt/LuCI/applications/shairplay
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/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 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 99.2% (124 of 125 strings)
Translation: OpenWrt/LuCI/applications/privoxy
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 93.9% (171 of 182 strings)
Translation: OpenWrt/LuCI/applications/unbound
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 96.7% (30 of 31 strings)
Translation: OpenWrt/LuCI/applications/dynapoint
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 75.3% (147 of 195 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 22.4% (38 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/zh_Hant/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (43 of 43 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (102 of 102 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 97.4% (190 of 195 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (5 of 5 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 87.4% (167 of 191 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 78.7% (249 of 316 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 76.5% (1197 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/
Translated using Weblate (Portuguese)
Currently translated at 99.6% (1558 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/
Translated using Weblate (Chinese (Simplified))
Currently translated at 89.5% (1400 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Tragic Life <huziyang2002@outlook.com>
Co-authored-by: ssantos <ssantos@web.de>
Co-authored-by: taotieren <admin@taotieren.com>
Signed-off-by: Tragic Life <huziyang2002@outlook.com>
Signed-off-by: ssantos <ssantos@web.de>
Signed-off-by: taotieren <admin@taotieren.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/pt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/pt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/zh_Hant/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/zh_Hant/
Translation: OpenWrt/LuCI/applications/coovachilli
Translation: OpenWrt/LuCI/applications/fwknopd
Translation: OpenWrt/LuCI/applications/olsr
Translation: OpenWrt/LuCI/applications/openvpn
Translation: OpenWrt/LuCI/applications/statistics
Translation: OpenWrt/LuCI/applications/transmission
2020-11-05 21:52:54 +02:00
Hosted Weblate
d8c1366d97
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 53.8% (7 of 13 strings)
Translation: OpenWrt/LuCI/applications/hd-idle
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 93.5% (174 of 186 strings)
Translation: OpenWrt/LuCI/applications/dockerman
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 80.0% (40 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/zh_Hans/
Translated using Weblate (Polish)
Currently translated at 82.0% (41 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/pl/
Translated using Weblate (Japanese)
Currently translated at 58.0% (29 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ja/
Translated using Weblate (English)
Currently translated at 100.0% (2 of 2 strings)
Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/en/
Translated using Weblate (Japanese)
Currently translated at 37.1% (39 of 105 strings)
Translation: OpenWrt/LuCI/applications/banip
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (2 of 2 strings)
Translation: OpenWrt/LuCI/applications/attendedsysupgrade
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/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 (Chinese (Simplified))
Currently translated at 96.1% (25 of 26 strings)
Translation: OpenWrt/LuCI/applications/wireguard
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 95.0% (77 of 81 strings)
Translation: OpenWrt/LuCI/applications/shadowsocks-libev
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 94.5% (35 of 37 strings)
Translation: OpenWrt/LuCI/applications/advanced-reboot
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 93.3% (182 of 195 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 37.2% (63 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 100.0% (195 of 195 strings)
Translation: OpenWrt/LuCI/applications/ddns
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ru/
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 (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)
Currently translated at 55.8% (24 of 43 strings)
Translated using Weblate (Japanese)
Currently translated at 13.9% (6 of 43 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 44.1% (19 of 43 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (191 of 191 strings)
Translated using Weblate (English)
Currently translated at 100.0% (33 of 33 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (33 of 33 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 76.2% (1193 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 88.6% (1387 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 100.0% (1564 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/
Translated using Weblate (Portuguese)
Currently translated at 98.9% (1547 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/
Translated using Weblate (Polish)
Currently translated at 99.5% (1557 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/
Translated using Weblate (Japanese)
Currently translated at 90.4% (1415 of 1564 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% (1564 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/
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: Igor Benek-Lins <beneklins@protonmail.ch>
Co-authored-by: RyotaGamer <21ryotagamer@gmail.com>
Co-authored-by: Wojtek Sobczak <mister.adalbert@gmail.com>
Co-authored-by: taotieren <admin@taotieren.com>
Co-authored-by: tommymaple <godoffrog@gmail.com>
Signed-off-by: Anton Kikin <a.a.kikin@gmail.com>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Signed-off-by: Igor Benek-Lins <beneklins@protonmail.ch>
Signed-off-by: RyotaGamer <21ryotagamer@gmail.com>
Signed-off-by: Wojtek Sobczak <mister.adalbert@gmail.com>
Signed-off-by: taotieren <admin@taotieren.com>
Signed-off-by: tommymaple <godoffrog@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/en/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/ja/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/pt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/zh_Hans/
Translation: OpenWrt/LuCI/applications/ahcp
Translation: OpenWrt/LuCI/applications/commands
Translation: OpenWrt/LuCI/applications/fwknopd
Translation: OpenWrt/LuCI/applications/openvpn
2020-11-03 21:11:55 -10:00
Hosted Weblate
855e7242d7
Translated using Weblate (Czech)
...
Currently translated at 85.9% (1345 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/
Translated using Weblate (Portuguese (Brazil))
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/pt_BR/
Translated using Weblate (Spanish)
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/es/
Translated using Weblate (Polish)
Currently translated at 80.0% (40 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/pl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 15.3% (8 of 52 strings)
Translation: OpenWrt/LuCI/applications/ttyd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 86.1% (106 of 123 strings)
Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/zh_Hant/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (43 of 43 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 76.2% (1193 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1564 of 1564 strings)
Translation: OpenWrt/LuCI/modules/luci-base
Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/
Translated using Weblate (Spanish)
Currently translated at 100.0% (1564 of 1564 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: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Co-authored-by: ZbeeGin <zbeegin@op.pl>
Co-authored-by: Zdeněk Opletal <zdenda81.opletal@gmail.com>
Co-authored-by: tommymaple <godoffrog@gmail.com>
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Signed-off-by: ZbeeGin <zbeegin@op.pl>
Signed-off-by: Zdeněk Opletal <zdenda81.opletal@gmail.com>
Signed-off-by: tommymaple <godoffrog@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/pt_BR/
Translation: OpenWrt/LuCI/applications/fwknopd
2020-11-03 08:22:07 +02:00
Ansuel Smith
83c912716e
luci-mod-network: require ssid when join hidden wifi
...
WiFi join won't work if is tried to connect to a Hidden Wifi without specifying the WiFi SSID.
Fixes : #2085
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-11-01 19:04:06 +01:00
Jo-Philipp Wich
4e8620443d
luci-mod-network: fix SAE/WPA check on network join
...
The method array may be null in case of an open network, also not all
occurrences of `is_sae` and `is_psk` were properly checked.
Resolve the issue by moving the length check to the variable initialization.
Fixes: ba98a2fd0 ("luci-mod-network: fix logic bug in parse enc for network join")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-11-01 18:24:13 +01:00
Jo-Philipp Wich
78645e7efe
Merge pull request #4561 from Ansuel/fix-enc-ap
...
Fix one display bug for ap join and #4524
2020-11-01 17:23:17 +01:00
Hosted Weblate
45da0395a0
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (50 of 50 strings)
Translation: OpenWrt/LuCI/applications/acme
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/pt/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (73 of 73 strings)
Translation: OpenWrt/LuCI/applications/frpc
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/pt/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (25 of 25 strings)
Translation: OpenWrt/LuCI/applications/ksmbd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/pt/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (169 of 169 strings)
Translation: OpenWrt/LuCI/applications/travelmate
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pt/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (7 of 7 strings)
Translation: OpenWrt/LuCI/applications/squid
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/pt/
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/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (62 of 62 strings)
Translation: OpenWrt/LuCI/applications/ocserv
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/pt/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (123 of 123 strings)
Translation: OpenWrt/LuCI/applications/nlbwmon
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/pt/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (26 of 26 strings)
Translation: OpenWrt/LuCI/applications/dcwapd
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/pt/
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 (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/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (59 of 59 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (113 of 113 strings)
Translated using Weblate (Portuguese)
Currently translated at 53.4% (23 of 43 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 44.1% (19 of 43 strings)
Translated using Weblate (Spanish)
Currently translated at 100.0% (43 of 43 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (48 of 48 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (46 of 46 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (195 of 195 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (210 of 210 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (58 of 58 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (37 of 37 strings)
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/
Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Igor Benek-Lins <beneklins@protonmail.ch>
Co-authored-by: ssantos <ssantos@web.de>
Signed-off-by: Igor Benek-Lins <beneklins@protonmail.ch>
Signed-off-by: ssantos <ssantos@web.de>
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/es/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/pt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/pt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/pt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/pt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/pt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/pt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/pt/
Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/pt/
Translation: OpenWrt/LuCI/applications/firewall
Translation: OpenWrt/LuCI/applications/fwknopd
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/uhttpd
Translation: OpenWrt/LuCI/applications/upnp
2020-11-01 14:36:34 +02:00
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
Ansuel Smith
ba98a2fd05
luci-mod-network: fix logic bug in parse enc for network join
...
In handleJoinConfirm while is_wep is a boolean, is_psk and is_sae are an array. In the following if check, all 3 are used as boolean but Js treat empty array as positive values and this cause the ui to wrongly set the encryption to sae. fix this by checking if the array actually contains data.
Fixes : #4524
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-11-01 01:51:02 +01:00
Ansuel Smith
ae47a5104d
luci-mod-network: use createHanleFn for handleJoin function
...
handleJoin can be slow to parse all the data and show the new modal, this can result in the disappear of the scan modal and the showing of the wifi config page while the data are generating. This is wrong since a user can think that he did something wrong. Fix this by using the createHandleFn and by removing the scan pool function instead of calling ScanAbort function that with the other thing wrongly removes the Scan modal. (the modal is replaced with the add one when all the data are ready)
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-11-01 01:45:41 +01:00
Jo-Philipp Wich
ea61f5d72e
Merge pull request #4560 from MartB/patch-1
...
luci-base: fix syntax error in hostapd features
2020-10-31 22:06:39 +01:00
Jo-Philipp Wich
ff9d8a2527
Merge pull request #4507 from Ansuel/wifiblacklist
...
luci-mod-status: add support for add device to wifi black/whitelist
2020-10-31 22:03:53 +01: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