mirror of
https://github.com/openwrt/luci.git
synced 2026-06-20 05:41:17 +04:00
04b289c16dc806326bfa11ee66007d537a2b94de
2847 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
04b289c16d |
luci-base: add IPv6 LL and ULA validation
Also fix a bug in apply that assigned undefined to a value if this.apply was used multiple times in the same caller. Signed-off-by: Paul Donald <newtwen+github@gmail.com> |
||
|
|
df90c60a72 |
luci-base: dispatcher; improve wildcard routing
When a menu JSON describes an endpoint like
"admin/app/edit/*" : { ...
and the user navigates to
admin/app/edit/
instead of the URI which supplies an ID to edit, like
admin/app/edit/myfoobarthing
we now can use 'alias' and 'rewrite' to redirect
transparently for more generic endpoints.
Without this, it's possible to navigate to
admin/app/edit/
and the corresponding view does not receive a suitable
path/ID to derive data from, when views use anything
derived via L.env.requestpath.
This menu JSON
"admin/app/entry/*": {
"action": {
"type": "view",
"path": "app/entry"
}
},
"admin/app/entries": {
"title": "entries",
"order": 5,
"action": {
"type": "view",
"path": "app/entries"
}
},
"admin/app/entry": {
"action": {
"type": "alias",
"path": "admin/app/entries"
}
},
Produces JSON with a wildcardaction element
"entry":
{
"satisfied": true,
"wildcard": true,
"action":
{
"type": "alias",
"path": "admin/app/entries"
},
"wildcardaction":
{
"type": "view",
"path": "app/entry"
}
},
"entries":
{
"satisfied": true,
"action":
{
"type": "view",
"path": "app/entries"
},
"order": 5,
"title": "entries"
},
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
|
||
|
|
fddc70391f |
luci-base: amend rpc to handle objects in param
This allows more complex and nested call constructions. Example:
const container_create = rpc.declare({
object: 'frob',
method: 'glob',
params: { foo: { }, bar: { } },
});
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
|
||
|
|
d52b59cbf0 |
luci-base: fix JSDoc errors in form.Flag and form.Button
Fix incorrect @lends, @name, @class, and @classdesc annotations to match the actual public API (LuCI.form.Flag and LuCI.form.Button). Signed-off-by: LASER-Yi <liangyi0007@gmail.com> |
||
|
|
720c96ce5b |
luci-base: make some tables better searchable
This changes the "name" in specific tables from being painted to being rendered. This allows the use of "ctrl-f" in browsers to e.g. search for firewall rule names. Closes https://github.com/openwrt/luci/issues/7708 Signed-off-by: Ramon Van Gorkom <Ramon00c00@gmail.com> Link: https://github.com/openwrt/luci/pull/8191 Signed-off-by: Paul Donald <newtwen+github@gmail.com> |
||
|
|
768016132e |
Translated using Weblate (Korean)
Currently translated at 69.5% (1934 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 23.0% (21 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (153 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/ko/ Translated using Weblate (Korean) Currently translated at 14.7% (27 of 183 strings) Translated using Weblate (Korean) Currently translated at 12.1% (9 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/ko/ Translated using Weblate (Korean) Currently translated at 47.6% (201 of 422 strings) Translated using Weblate (Korean) Currently translated at 100.0% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ko/ Translated using Weblate (Korean) Currently translated at 16.1% (20 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ko/ Translated using Weblate (Korean) Currently translated at 52.1% (24 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ko/ Translated using Weblate (German) Currently translated at 100.0% (179 of 179 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/de/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (47 of 47 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/lt/ Translated using Weblate (German) Currently translated at 68.0% (32 of 47 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/de/ Translated using Weblate (Hebrew) Currently translated at 1.7% (5 of 285 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/he/ Translated using Weblate (Hebrew) Currently translated at 2.4% (5 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/he/ Translated using Weblate (German) Currently translated at 37.8% (42 of 111 strings) Translation: OpenWrt/LuCI/applications/radicale3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale3/de/ Translated using Weblate (Korean) Currently translated at 68.6% (1908 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 68.1% (1893 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (183 of 183 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2 of 2 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (102 of 102 strings) Translated using Weblate (Korean) Currently translated at 14.2% (17 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 47.0% (8 of 17 strings) Translation: OpenWrt/LuCI/applications/eoip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Korean) Currently translated at 25.8% (16 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 8.5% (11 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 8.1% (9 of 111 strings) Translation: OpenWrt/LuCI/applications/radicale3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale3/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 30.4% (14 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/pt_BR/ Translated using Weblate (Finnish) Currently translated at 4.7% (12 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/fi/ Translated using Weblate (Korean) Currently translated at 68.1% (1893 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 77.1% (155 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 17.5% (7 of 40 strings) Translation: OpenWrt/LuCI/applications/example Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsexample/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 29.0% (9 of 31 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 54.4% (80 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/pt_BR/ Translated using Weblate (Finnish) Currently translated at 3.7% (7 of 187 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/fi/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 98.8% (170 of 172 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% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 92.4% (390 of 422 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 51.0% (25 of 49 strings) Translated using Weblate (Korean) Currently translated at 20.7% (17 of 82 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 20.8% (10 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 98.2% (280 of 285 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 14.2% (11 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/pt_BR/ Translated using Weblate (Korean) Currently translated at 100.0% (22 of 22 strings) Translation: OpenWrt/LuCI/applications/lxc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (179 of 179 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 92.0% (69 of 75 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 10.6% (19 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 40.4% (38 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (47 of 47 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/vnstat2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (73 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 6.7% (8 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (53 of 53 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/pt_BR/ Translated using Weblate (Korean) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 70.2% (33 of 47 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 35.5% (16 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/pt_BR/ Translated using Weblate (Spanish) Currently translated at 99.3% (2760 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 68.7% (11 of 16 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (27 of 27 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/pt_BR/ Translated using Weblate (Finnish) Currently translated at 51.6% (107 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/fi/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 32.5% (13 of 40 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (124 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (14 of 14 strings) Translation: OpenWrt/LuCI/applications/pagekitec Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/pt_BR/ Translated using Weblate (Korean) Currently translated at 15.3% (19 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ko/ Translated using Weblate (Korean) Currently translated at 23.6% (39 of 165 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 19.7% (16 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 66.6% (22 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/pt_BR/ Translated using Weblate (Korean) Currently translated at 98.4% (126 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 82.1% (23 of 28 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 21.2% (35 of 165 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (177 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/pt_BR/ Translated using Weblate (Korean) Currently translated at 97.8% (46 of 47 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (168 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/pt_BR/ Translated using Weblate (Finnish) Currently translated at 19.4% (39 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/fi/ Translated using Weblate (Korean) Currently translated at 94.1% (16 of 17 strings) Translation: OpenWrt/LuCI/applications/eoip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (26 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/ko/ Translated using Weblate (Korean) Currently translated at 18.4% (33 of 179 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (207 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt_BR/ Translated using Weblate (Finnish) Currently translated at 48.0% (137 of 285 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/fi/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 53.5% (15 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/pt_BR/ Translated using Weblate (Korean) Currently translated at 100.0% (27 of 27 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/pt_BR/ Translated using Weblate (Korean) Currently translated at 22.5% (40 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 86.6% (52 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 87.8% (65 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (62 of 62 strings) Translated using Weblate (Korean) Currently translated at 31.4% (65 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 87.7% (164 of 187 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pt_BR/ Translated using Weblate (Korean) Currently translated at 100.0% (16 of 16 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 14.6% (13 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/pt_BR/ Translated using Weblate (Finnish) Currently translated at 71.2% (52 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/fi/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 19.6% (13 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 87.0% (27 of 31 strings) Translation: OpenWrt/LuCI/applications/wifischedule Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 98.4% (2737 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/ Translated using Weblate (Korean) Currently translated at 34.3% (98 of 285 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (111 of 111 strings) Translation: OpenWrt/LuCI/applications/radicale3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale3/ga/ Translated using Weblate (Korean) Currently translated at 47.6% (201 of 422 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 10.2% (26 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/pt_BR/ Translated using Weblate (Polish) Currently translated at 100.0% (187 of 187 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pl/ Translated using Weblate (Spanish) Currently translated at 100.0% (47 of 47 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (172 of 172 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/es/ Translated using Weblate (Korean) Currently translated at 76.5% (36 of 47 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ko/ Translated using Weblate (Korean) Currently translated at 54.2% (109 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ko/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (179 of 179 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/lt/ Translated using Weblate (Swedish) Currently translated at 57.5% (42 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/sv/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (172 of 172 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (285 of 285 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/lt/ Translated using Weblate (Korean) Currently translated at 10.8% (8 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/ko/ Translated using Weblate (Swedish) Currently translated at 58.9% (99 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/sv/ Translated using Weblate (Swedish) Currently translated at 39.0% (1085 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sv/ Translated using Weblate (Korean) Currently translated at 47.3% (200 of 422 strings) Translated using Weblate (Swedish) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/sv/ Translated using Weblate (Korean) Currently translated at 48.8% (22 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ko/ Translated using Weblate (Korean) Currently translated at 14.2% (24 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (153 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/ko/ Translated using Weblate (Korean) Currently translated at 21.9% (20 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ko/ Translated using Weblate (Korean) Currently translated at 50.0% (23 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ko/ Translated using Weblate (Lithuanian) Currently translated at 92.2% (191 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (Spanish) Currently translated at 68.0% (32 of 47 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/es/ Translated using Weblate (Lithuanian) Currently translated at 94.3% (2623 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Translated using Weblate (Swedish) Currently translated at 0.9% (1 of 111 strings) Translation: OpenWrt/LuCI/applications/radicale3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale3/sv/ Translated using Weblate (Swedish) Currently translated at 47.7% (54 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/sv/ Translated using Weblate (Korean) Currently translated at 92.8% (142 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/ko/ Translated using Weblate (Spanish) Currently translated at 99.2% (2758 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (102 of 102 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (254 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/zh_Hans/ Translated using Weblate (Korean) Currently translated at 12.7% (25 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (179 of 179 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ga/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (254 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/uk/ Translated using Weblate (Korean) Currently translated at 76.7% (56 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (285 of 285 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ga/ Translated using Weblate (Korean) Currently translated at 14.0% (40 of 285 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ko/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (2779 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/uk/ Translated using Weblate (Korean) Currently translated at 41.6% (82 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (187 of 187 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ga/ Translated using Weblate (Korean) Currently translated at 100.0% (71 of 71 strings) Translated using Weblate (Korean) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Ukrainian) Currently translated at 100.0% (187 of 187 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/uk/ Translated using Weblate (Irish) Currently translated at 100.0% (2779 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ga/ Translated using Weblate (Korean) Currently translated at 25.0% (7 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (172 of 172 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ga/ Translated using Weblate (Korean) Currently translated at 92.1% (141 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/ko/ Translated using Weblate (Korean) Currently translated at 68.1% (1893 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (187 of 187 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ko/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (179 of 179 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/uk/ Translated using Weblate (Korean) Currently translated at 7.4% (19 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ko/ Translated using Weblate (Korean) Currently translated at 8.4% (5 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/ko/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (111 of 111 strings) Translation: OpenWrt/LuCI/applications/radicale3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale3/zh_Hans/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2779 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2779 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (172 of 172 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/uk/ Translated using Weblate (Korean) Currently translated at 6.7% (6 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (47 of 47 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ga/ Translated using Weblate (Polish) Currently translated at 100.0% (285 of 285 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (179 of 179 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/pl/ Translated using Weblate (German) Currently translated at 93.6% (2602 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (187 of 187 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/zh_Hans/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (47 of 47 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/zh_Hans/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (285 of 285 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/uk/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (179 of 179 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/zh_Hans/ Translated using Weblate (Ukrainian) Currently translated at 89.8% (168 of 187 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/uk/ Translated using Weblate (Polish) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (187 of 187 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (47 of 47 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/pl/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2779 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Korean) Currently translated at 83.0% (59 of 71 strings) Translated using Weblate (German) Currently translated at 36.0% (40 of 111 strings) Translation: OpenWrt/LuCI/applications/radicale3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale3/de/ Translated using Weblate (Polish) Currently translated at 100.0% (2779 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/ Translated using Weblate (German) Currently translated at 98.8% (170 of 172 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/de/ Translated using Weblate (German) Currently translated at 62.1% (74 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/de/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (285 of 285 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/zh_Hans/ Translated using Weblate (German) Currently translated at 100.0% (254 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/de/ Translated using Weblate (Korean) Currently translated at 86.6% (162 of 187 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ko/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (47 of 47 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/uk/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (172 of 172 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/zh_Hans/ Translated using Weblate (Polish) Currently translated at 100.0% (172 of 172 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/pl/ Translated using Weblate (German) Currently translated at 100.0% (254 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/de/ Translated using Weblate (German) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/de/ Translated using Weblate (Korean) Currently translated at 40.8% (29 of 71 strings) Translated using Weblate (German) Currently translated at 29.7% (33 of 111 strings) Translation: OpenWrt/LuCI/applications/radicale3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale3/de/ Translated using Weblate (German) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/de/ Translated using Weblate (German) Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/de/ Translated using Weblate (Korean) Currently translated at 67.7% (1883 of 2779 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 29.5% (21 of 71 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 98.1% (2720 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/ Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Hungarian) Currently translated at 83.5% (2315 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/hu/ Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 78.0% (71 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/zh_Hant/ Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Co-authored-by: Anya Lin <hukk1996@gmail.com> Co-authored-by: Džiugas Januševičius <dziugas1959@hotmail.com> Co-authored-by: Ettore Atalan <atalanttore@googlemail.com> Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Hyeonjeong Lee <h9101654@gmail.com> Co-authored-by: Marko Mäkelä <marko.makela@mariadb.com> Co-authored-by: Matthaiks <kitynska@gmail.com> Co-authored-by: Nicolas Aigner <nicolas.aigner@gmail.com> Co-authored-by: Samuel Rydén <trahojen@gmail.com> Co-authored-by: Werner Schleifer <werner.schleifer@gmail.com> Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com> Co-authored-by: hmzs <hmzs@1szer1.hu> Co-authored-by: nKsyn <e.nksyn@gmail.com> Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com> Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Signed-off-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Signed-off-by: Anya Lin <hukk1996@gmail.com> Signed-off-by: Džiugas Januševičius <dziugas1959@hotmail.com> Signed-off-by: Ettore Atalan <atalanttore@googlemail.com> Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> Signed-off-by: Hyeonjeong Lee <h9101654@gmail.com> Signed-off-by: Marko Mäkelä <marko.makela@mariadb.com> Signed-off-by: Matthaiks <kitynska@gmail.com> Signed-off-by: Nicolas Aigner <nicolas.aigner@gmail.com> Signed-off-by: Samuel Rydén <trahojen@gmail.com> Signed-off-by: Werner Schleifer <werner.schleifer@gmail.com> Signed-off-by: Yaron Shahrabani <sh.yaron@gmail.com> Signed-off-by: hmzs <hmzs@1szer1.hu> Signed-off-by: nKsyn <e.nksyn@gmail.com> Signed-off-by: Максим Горпиніч <gorpinicmaksim0@gmail.com> Signed-off-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Translate-URL: https://hosted.weblate.org/projects/openwrt/luci_modules_luci-mod-dsl/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilebrowser/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/pt_BR/ Translation: OpenWrt/LuCI/applications/commands Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/filebrowser Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/minidlna Translation: OpenWrt/LuCI/applications/natmap Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/qos Translation: OpenWrt/LuCI/applications/rp-pppoe-server Translation: OpenWrt/LuCI/applications/samba4 Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/transmission Translation: OpenWrt/LuCI/applications/uhttpd Translation: OpenWrt/LuCI/applications/upnp Translation: OpenWrt/LuCI/applications/wol Translation: OpenWrt/LuCI/modules/luci-mod-dashboard Translation: OpenWrt/LuCI/modules/luci-mod-dsl |
||
|
|
b5cb136860 |
luci-base: fix null error
When working with JSONMap backed data sources in tables, sort triggers a null error because this.state is not available. Prevent the null error if it is unavailable. Signed-off-by: Paul Donald <newtwen+github@gmail.com> |
||
|
|
f894913007 |
luci-base: document delbtntitle clonebtntitle
We also implement delbtntitle functionality for various *Table
types. This means one can implement a table and rename its
Delete button like so:
s.delbtntitle = _('Kill it with fire!');
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
|
||
|
|
2012b36215 |
luci-base: extend FileUpload; create DirectoryPicker
FileUpload was extended to accommodate the new features, since it has nearly everything already. Create a DirectoryPicker convenience wrapper. Additions are: -directory creation (dialogue); set directory_create to true -directory select mode (instead of file); set directory_select to true Also fix a bug in the breadcrumb generation which produced: /foo » » bar for /foo/bar if root_directory is not '/', and another bug that merged links together when navigating upward again using the breadcrumbs. Signed-off-by: Paul Donald <newtwen+github@gmail.com> |
||
|
|
31949c1b43 |
treewide: sync translations - i18n
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> |
||
|
|
41f7043582 |
Translated using Weblate (Polish)
Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (111 of 111 strings) Translation: OpenWrt/LuCI/applications/radicale3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale3/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (119 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (60 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (2771 of 2771 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% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (66 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (153 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (168 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (75 of 75 strings) Translated using Weblate (Polish) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (46 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (74 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (102 of 102 strings) Translated using Weblate (Polish) Currently translated at 100.0% (128 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (45 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (422 of 422 strings) Translated using Weblate (Polish) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pl/ Translated using Weblate (Spanish) Currently translated at 96.7% (30 of 31 strings) Translated using Weblate (Polish) Currently translated at 15.3% (17 of 111 strings) Translation: OpenWrt/LuCI/applications/radicale3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale3/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (254 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/pl/ Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Matthaiks <kitynska@gmail.com> Signed-off-by: Matthaiks <kitynska@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/pl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/pl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/es/ Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/transmission Translation: OpenWrt/LuCI/applications/wol |
||
|
|
fe5055a02a |
Translated using Weblate (Korean)
Currently translated at 68.0% (1885 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Signed-off-by: Hyeonjeong Lee <h9101654@gmail.com> |
||
|
|
f0044557ab |
Translated using Weblate (Korean)
Currently translated at 67.9% (1882 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Hungarian) Currently translated at 37.2% (35 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/hu/ Translated using Weblate (Hungarian) Currently translated at 100.0% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/hu/ Translated using Weblate (Korean) Currently translated at 32.7% (56 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ko/ Translated using Weblate (Korean) Currently translated at 36.3% (8 of 22 strings) Translation: OpenWrt/LuCI/applications/lxc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/ko/ Translated using Weblate (Hungarian) Currently translated at 90.6% (68 of 75 strings) Translated using Weblate (Hungarian) Currently translated at 83.5% (2315 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/hu/ Translated using Weblate (Korean) Currently translated at 39.5% (78 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ko/ Translated using Weblate (Hungarian) Currently translated at 42.8% (39 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/hu/ Translated using Weblate (Korean) Currently translated at 53.7% (108 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ko/ Translated using Weblate (Hungarian) Currently translated at 30.7% (28 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/hu/ Translated using Weblate (Korean) Currently translated at 22.0% (39 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ko/ Translated using Weblate (Korean) Currently translated at 61.1% (129 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ko/ Translated using Weblate (Hungarian) Currently translated at 100.0% (113 of 113 strings) Translated using Weblate (Korean) Currently translated at 67.8% (1881 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 9.6% (19 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ko/ Translated using Weblate (Korean) Currently translated at 8.2% (16 of 193 strings) Translated using Weblate (Korean) Currently translated at 13.6% (23 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (47 of 47 strings) Translated using Weblate (Korean) Currently translated at 13.4% (16 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ko/ Translated using Weblate (Hungarian) Currently translated at 12.1% (8 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/hu/ Translated using Weblate (Korean) Currently translated at 13.3% (39 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ko/ Translated using Weblate (Korean) Currently translated at 11.7% (12 of 102 strings) Translated using Weblate (Hungarian) Currently translated at 93.6% (44 of 47 strings) Translated using Weblate (Korean) Currently translated at 2.8% (2 of 71 strings) Translated using Weblate (Korean) Currently translated at 18.7% (32 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ko/ Translated using Weblate (Korean) Currently translated at 27.0% (56 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/ Translated using Weblate (Korean) Currently translated at 5.6% (5 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/ko/ Translated using Weblate (Korean) Currently translated at 16.6% (8 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/ko/ Translated using Weblate (Hungarian) Currently translated at 19.4% (41 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/hu/ Translated using Weblate (Korean) Currently translated at 9.5% (19 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ko/ Translated using Weblate (Hungarian) Currently translated at 52.3% (221 of 422 strings) Translated using Weblate (Korean) Currently translated at 24.1% (15 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ko/ Translated using Weblate (Korean) Currently translated at 44.5% (188 of 422 strings) Translated using Weblate (Hungarian) Currently translated at 83.3% (2309 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/hu/ Translated using Weblate (Lithuanian) Currently translated at 92.2% (191 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (Hungarian) Currently translated at 4.4% (8 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/hu/ Translated using Weblate (Hungarian) Currently translated at 83.3% (2309 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/hu/ Translated using Weblate (Hungarian) Currently translated at 29.6% (27 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/hu/ Translated using Weblate (Hungarian) Currently translated at 3.1% (8 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/hu/ Translated using Weblate (Hungarian) Currently translated at 32.1% (9 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/hu/ Translated using Weblate (Hungarian) Currently translated at 82.8% (2295 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/hu/ Translated using Weblate (Korean) Currently translated at 44.3% (187 of 422 strings) Translated using Weblate (Lithuanian) Currently translated at 84.5% (175 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (Korean) Currently translated at 43.8% (185 of 422 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/lt/ Translated using Weblate (Lithuanian) Currently translated at 94.7% (2625 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Translated using Weblate (Lithuanian) Currently translated at 83.5% (173 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (Korean) Currently translated at 42.8% (181 of 422 strings) Translated using Weblate (Korean) Currently translated at 41.9% (177 of 422 strings) Translated using Weblate (Korean) Currently translated at 67.7% (1877 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 67.7% (1877 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (14 of 14 strings) Translation: OpenWrt/LuCI/applications/pagekitec Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/ko/ Translated using Weblate (Korean) Currently translated at 92.8% (13 of 14 strings) Translation: OpenWrt/LuCI/applications/pagekitec Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/ko/ Translated using Weblate (Korean) Currently translated at 85.7% (12 of 14 strings) Translation: OpenWrt/LuCI/applications/pagekitec Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/ko/ Translated using Weblate (Korean) Currently translated at 67.6% (1874 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 34.7% (16 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ko/ Translated using Weblate (Korean) Currently translated at 9.4% (7 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/ko/ Translated using Weblate (Korean) Currently translated at 46.6% (21 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ko/ Translated using Weblate (Korean) Currently translated at 18.0% (17 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/ko/ Translated using Weblate (Korean) Currently translated at 11.9% (35 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ko/ Translated using Weblate (Korean) Currently translated at 39.5% (78 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ko/ Translated using Weblate (Korean) Currently translated at 85.7% (12 of 14 strings) Translation: OpenWrt/LuCI/applications/pagekitec Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/ko/ Translated using Weblate (Korean) Currently translated at 16.4% (15 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ko/ Translated using Weblate (Korean) Currently translated at 22.5% (14 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ko/ Translated using Weblate (Korean) Currently translated at 43.6% (92 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ko/ Translated using Weblate (Korean) Currently translated at 48.4% (16 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/ko/ Translated using Weblate (Korean) Currently translated at 13.0% (22 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ko/ Translated using Weblate (Korean) Currently translated at 14.5% (18 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ko/ Translated using Weblate (Korean) Currently translated at 30.3% (10 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/ko/ Translated using Weblate (Korean) Currently translated at 21.6% (13 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ko/ Translated using Weblate (Korean) Currently translated at 9.1% (18 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ko/ Translated using Weblate (Korean) Currently translated at 32.7% (56 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ko/ Translated using Weblate (Korean) Currently translated at 82.3% (126 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (53 of 53 strings) Translated using Weblate (Korean) Currently translated at 67.2% (1863 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Indonesian) Currently translated at 4.9% (21 of 422 strings) Translated using Weblate (Lithuanian) Currently translated at 99.3% (152 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/lt/ Translated using Weblate (Indonesian) Currently translated at 1.8% (3 of 165 strings) Translated using Weblate (Korean) Currently translated at 41.7% (176 of 422 strings) Translated using Weblate (Indonesian) Currently translated at 16.1% (5 of 31 strings) Translated using Weblate (Lithuanian) Currently translated at 76.3% (158 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (Indonesian) Currently translated at 2.2% (4 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/id/ Translated using Weblate (Indonesian) Currently translated at 100.0% (17 of 17 strings) Translation: OpenWrt/LuCI/applications/omcproxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/id/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/lt/ Translated using Weblate (Indonesian) Currently translated at 0.9% (26 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/id/ Co-authored-by: Džiugas Januševičius <dziugas1959@hotmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Hyeonjeong Lee <h9101654@gmail.com> Co-authored-by: deri sahertian <yuimizuno86@gmail.com> Co-authored-by: hmzs <hmzs@1szer1.hu> Signed-off-by: Džiugas Januševičius <dziugas1959@hotmail.com> Signed-off-by: Hyeonjeong Lee <h9101654@gmail.com> Signed-off-by: deri sahertian <yuimizuno86@gmail.com> Signed-off-by: hmzs <hmzs@1szer1.hu> Translate-URL: https://hosted.weblate.org/projects/openwrt/luci_modules_luci-mod-dsl/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/id/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/hu/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/hu/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/id/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/hu/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/id/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/hu/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/ko/ Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/openvpn Translation: OpenWrt/LuCI/applications/radicale2 Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/transmission Translation: OpenWrt/LuCI/applications/upnp Translation: OpenWrt/LuCI/applications/wol Translation: OpenWrt/LuCI/modules/luci-mod-dashboard Translation: OpenWrt/LuCI/modules/luci-mod-dsl |
||
|
|
2a84e490e1 |
luci-base: amend ZoneSelect widget datatype
mandate proper firewall compliant zone names. Use
validation ucifw4zonename instead of uciname. The former
does not permit leading digits which
Now we only permit "*" if flags .allowany and .nocreate are
set. This is when the widget is used to select pre-existing
zones and the zone 'any' ("*") is added as a .value.
Creating a zone named "*" shall not be allowed.
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
|
||
|
|
bf040b1f5c |
Translated using Weblate (Lithuanian)
Currently translated at 86.9% (133 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/lt/ Translated using Weblate (Korean) Currently translated at 75.1% (115 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/ko/ Translated using Weblate (Korean) Currently translated at 33.3% (57 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ko/ Translated using Weblate (Korean) Currently translated at 8.1% (6 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/ko/ Translated using Weblate (Korean) Currently translated at 12.0% (9 of 75 strings) Translated using Weblate (Korean) Currently translated at 22.2% (46 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/ Translated using Weblate (Czech) Currently translated at 97.6% (167 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/cs/ Translated using Weblate (Korean) Currently translated at 6.7% (4 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/ko/ Translated using Weblate (Lithuanian) Currently translated at 71.0% (147 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (German) Currently translated at 93.9% (2604 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/ Translated using Weblate (Czech) Currently translated at 100.0% (47 of 47 strings) Translated using Weblate (Korean) Currently translated at 40.9% (173 of 422 strings) Translated using Weblate (Korean) Currently translated at 66.9% (1856 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 15.9% (15 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/ko/ Translated using Weblate (Korean) Currently translated at 9.0% (18 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ko/ Translated using Weblate (Czech) Currently translated at 100.0% (207 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/cs/ Translated using Weblate (Czech) Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/cs/ Translated using Weblate (Czech) Currently translated at 100.0% (2771 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/ Translated using Weblate (German) Currently translated at 62.1% (74 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/de/ Translated using Weblate (Korean) Currently translated at 20.4% (10 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ko/ Translated using Weblate (Russian) Currently translated at 100.0% (422 of 422 strings) Translated using Weblate (Czech) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/cs/ Translated using Weblate (Czech) Currently translated at 100.0% (49 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/cs/ Translated using Weblate (Czech) Currently translated at 100.0% (161 of 161 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/cs/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/lt/ Translated using Weblate (Korean) Currently translated at 43.6% (92 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ko/ Translated using Weblate (Czech) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Korean) Currently translated at 45.0% (18 of 40 strings) Translation: OpenWrt/LuCI/applications/example Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsexample/ko/ Translated using Weblate (Korean) Currently translated at 12.6% (15 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ko/ Translated using Weblate (Czech) Currently translated at 99.2% (419 of 422 strings) Translated using Weblate (Czech) Currently translated at 100.0% (113 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/cs/ Translated using Weblate (Russian) Currently translated at 100.0% (207 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/ Translated using Weblate (Czech) Currently translated at 100.0% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/cs/ Translated using Weblate (German) Currently translated at 90.5% (67 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/de/ Translated using Weblate (Czech) Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/cs/ Translated using Weblate (Czech) Currently translated at 100.0% (183 of 183 strings) Translated using Weblate (Korean) Currently translated at 100.0% (47 of 47 strings) Translated using Weblate (Korean) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ko/ Translated using Weblate (German) Currently translated at 95.6% (87 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/de/ Translated using Weblate (Czech) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/cs/ Translated using Weblate (Korean) Currently translated at 23.3% (14 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ko/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2771 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Korean) Currently translated at 100.0% (38 of 38 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ko/ Translated using Weblate (German) Currently translated at 100.0% (28 of 28 strings) Translated using Weblate (Czech) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/cs/ Translated using Weblate (Korean) Currently translated at 42.4% (28 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ko/ Translated using Weblate (Korean) Currently translated at 34.7% (16 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ko/ Translated using Weblate (Korean) Currently translated at 15.3% (14 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ko/ Translated using Weblate (Czech) Currently translated at 100.0% (254 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/cs/ Translated using Weblate (Korean) Currently translated at 13.4% (11 of 82 strings) Translated using Weblate (German) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/de/ Translated using Weblate (Korean) Currently translated at 98.4% (126 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/ko/ Translated using Weblate (Czech) Currently translated at 100.0% (31 of 31 strings) Translation: OpenWrt/LuCI/applications/wifischedule Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/cs/ Translated using Weblate (Korean) Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ko/ Translated using Weblate (Russian) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ru/ Translated using Weblate (Korean) Currently translated at 75.1% (115 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/ko/ Added translation using Weblate (Korean) Translated using Weblate (Dutch) Currently translated at 22.5% (9 of 40 strings) Translated using Weblate (Dutch) Currently translated at 12.1% (8 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/nl/ Translated using Weblate (Dutch) Currently translated at 53.6% (111 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/nl/ Translated using Weblate (Dutch) Currently translated at 1.4% (1 of 71 strings) Translated using Weblate (Dutch) Currently translated at 10.0% (2 of 20 strings) Translation: OpenWrt/LuCI/applications/crowdsec-firewall-bouncer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscrowdsec-firewall-bouncer/nl/ Translated using Weblate (Dutch) Currently translated at 3.4% (5 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/nl/ Translated using Weblate (Dutch) Currently translated at 4.3% (7 of 161 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/nl/ Translated using Weblate (Dutch) Currently translated at 4.8% (4 of 82 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (102 of 102 strings) Translated using Weblate (Dutch) Currently translated at 6.5% (9 of 138 strings) Translated using Weblate (Dutch) Currently translated at 4.0% (3 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/nl/ Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/zh_Hant/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (22 of 22 strings) Translation: OpenWrt/LuCI/applications/lxc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/zh_Hans/ Translated using Weblate (Spanish) Currently translated at 98.5% (198 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/ Translated using Weblate (Dutch) Currently translated at 5.2% (9 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/nl/ Translated using Weblate (Spanish) Currently translated at 98.2% (111 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/es/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (81 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/zh_Hans/ Translated using Weblate (Dutch) Currently translated at 4.2% (5 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/nl/ Translated using Weblate (Dutch) Currently translated at 8.2% (6 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/nl/ Translated using Weblate (Dutch) Currently translated at 4.3% (11 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/nl/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/zh_Hans/ Translated using Weblate (Dutch) Currently translated at 10.0% (6 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/nl/ Translated using Weblate (Dutch) Currently translated at 20.0% (33 of 165 strings) Translated using Weblate (Dutch) Currently translated at 4.4% (4 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/nl/ Translated using Weblate (Dutch) Currently translated at 6.6% (5 of 75 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/es/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/zh_Hans/ Translated using Weblate (Dutch) Currently translated at 10.8% (4 of 37 strings) Translated using Weblate (Dutch) Currently translated at 51.7% (151 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/nl/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (82 of 82 strings) Translated using Weblate (Dutch) Currently translated at 4.8% (3 of 62 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (207 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/es/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (49 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/zh_Hans/ Translated using Weblate (Dutch) Currently translated at 5.4% (5 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/nl/ Translated using Weblate (Dutch) Currently translated at 50.0% (8 of 16 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/nl/ Translated using Weblate (Dutch) Currently translated at 3.1% (4 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/nl/ Translated using Weblate (Dutch) Currently translated at 73.6% (67 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/nl/ Translated using Weblate (Dutch) Currently translated at 9.4% (5 of 53 strings) Translated using Weblate (Dutch) Currently translated at 7.7% (6 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/nl/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/zh_Hans/ Translated using Weblate (Dutch) Currently translated at 35.7% (10 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/nl/ Translated using Weblate (Dutch) Currently translated at 82.9% (350 of 422 strings) Translated using Weblate (Dutch) Currently translated at 4.5% (2 of 44 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (16 of 16 strings) Translation: OpenWrt/LuCI/applications/hd-idle Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/zh_Hans/ Translated using Weblate (Dutch) Currently translated at 6.3% (6 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/nl/ Translated using Weblate (Dutch) Currently translated at 40.8% (20 of 49 strings) Translated using Weblate (Dutch) Currently translated at 8.1% (14 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/nl/ Translated using Weblate (Dutch) Currently translated at 100.0% (2 of 2 strings) Translated using Weblate (Dutch) Currently translated at 75.0% (21 of 28 strings) Translated using Weblate (Dutch) Currently translated at 17.6% (3 of 17 strings) Translation: OpenWrt/LuCI/applications/eoip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/nl/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (20 of 20 strings) Translation: OpenWrt/LuCI/applications/crowdsec-firewall-bouncer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscrowdsec-firewall-bouncer/zh_Hans/ Translated using Weblate (Dutch) Currently translated at 5.8% (5 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/nl/ Translated using Weblate (Dutch) Currently translated at 14.2% (7 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/nl/ Translated using Weblate (Spanish) Currently translated at 93.5% (29 of 31 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Dutch) Currently translated at 5.4% (10 of 183 strings) Translated using Weblate (Dutch) Currently translated at 11.3% (5 of 44 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/nl/ Translated using Weblate (Dutch) Currently translated at 4.4% (8 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/nl/ Translated using Weblate (Dutch) Currently translated at 75.1% (151 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/nl/ Translated using Weblate (Dutch) Currently translated at 18.7% (3 of 16 strings) Translation: OpenWrt/LuCI/applications/hd-idle Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/nl/ Translated using Weblate (Dutch) Currently translated at 12.1% (4 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/nl/ Translated using Weblate (Dutch) Currently translated at 8.6% (4 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/nl/ Translated using Weblate (Dutch) Currently translated at 4.8% (6 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/nl/ Translated using Weblate (Dutch) Currently translated at 13.3% (6 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/nl/ Translated using Weblate (Dutch) Currently translated at 7.4% (6 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/nl/ Translated using Weblate (Dutch) Currently translated at 73.9% (2048 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/nl/ Translated using Weblate (Dutch) Currently translated at 14.5% (7 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/nl/ Translated using Weblate (Russian) Currently translated at 100.0% (49 of 49 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (119 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (178 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/ru/ Translated using Weblate (Korean) Currently translated at 66.9% (1854 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Russian) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Russian) Currently translated at 96.2% (26 of 27 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/ru/ Translated using Weblate (Korean) Currently translated at 21.4% (6 of 28 strings) Translated using Weblate (Russian) Currently translated at 100.0% (422 of 422 strings) Translated using Weblate (Russian) Currently translated at 100.0% (22 of 22 strings) Translation: OpenWrt/LuCI/applications/lxc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Russian) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Korean) Currently translated at 100.0% (17 of 17 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/ko/ Translated using Weblate (Korean) Currently translated at 19.7% (35 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ko/ Translated using Weblate (Russian) Currently translated at 100.0% (2771 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ru/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/zh_Hans/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/zh_Hans/ Translated using Weblate (Korean) Currently translated at 41.3% (19 of 46 strings) Translated using Weblate (Korean) Currently translated at 40.9% (173 of 422 strings) Translated using Weblate (Russian) Currently translated at 100.0% (201 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (138 of 138 strings) Translated using Weblate (Russian) Currently translated at 100.0% (49 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (45 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (207 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ru/ Translated using Weblate (Korean) Currently translated at 86.8% (33 of 38 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ko/ Translated using Weblate (Korean) Currently translated at 85.4% (53 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ko/ Translated using Weblate (Russian) Currently translated at 100.0% (113 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/ru/ Translated using Weblate (Korean) Currently translated at 8.6% (17 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ko/ Translated using Weblate (Russian) Currently translated at 100.0% (254 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (66 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (177 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ru/ Translated using Weblate (Korean) Currently translated at 86.7% (46 of 53 strings) Translated using Weblate (Lithuanian) Currently translated at 94.7% (2625 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2771 of 2771 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% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (47 of 47 strings) Translated using Weblate (Italian) Currently translated at 40.1% (102 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/it/ Translated using Weblate (Korean) Currently translated at 62.5% (1734 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Italian) Currently translated at 39.8% (73 of 183 strings) Translated using Weblate (Lithuanian) Currently translated at 75.1% (115 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/lt/ Translated using Weblate (Italian) Currently translated at 100.0% (82 of 82 strings) Translated using Weblate (Korean) Currently translated at 81.4% (22 of 27 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/ko/ Translated using Weblate (Italian) Currently translated at 23.2% (98 of 422 strings) Translated using Weblate (Korean) Currently translated at 14.2% (13 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ko/ Translated using Weblate (Korean) Currently translated at 21.2% (44 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/ Translated using Weblate (Korean) Currently translated at 38.3% (162 of 422 strings) Translated using Weblate (Korean) Currently translated at 15.9% (15 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/ko/ Translated using Weblate (Italian) Currently translated at 100.0% (26 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 100.0% (25 of 25 strings) Translated using Weblate (Korean) Currently translated at 8.5% (17 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ko/ Translated using Weblate (Korean) Currently translated at 75.3% (55 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ko/ Translated using Weblate (Polish) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Polish) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Korean) Currently translated at 23.0% (38 of 165 strings) Translated using Weblate (Italian) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Korean) Currently translated at 20.4% (10 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ko/ Translated using Weblate (Italian) Currently translated at 33.3% (11 of 33 strings) Translation: OpenWrt/LuCI/applications/vnstat2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/it/ Translated using Weblate (Korean) Currently translated at 14.5% (7 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/ko/ Translated using Weblate (Italian) Currently translated at 82.5% (2288 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/it/ Translated using Weblate (Italian) Currently translated at 40.1% (102 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/it/ Translated using Weblate (Korean) Currently translated at 12.6% (15 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Korean) Currently translated at 23.3% (14 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ko/ Co-authored-by: Adam Lewicki <a.lewicki95@gmail.com> Co-authored-by: AndyGood <ramana855patel@gmail.com> Co-authored-by: Anya Lin <hukk1996@gmail.com> Co-authored-by: Džiugas Januševičius <dziugas1959@hotmail.com> Co-authored-by: Edgardo Calabrese <edgardo@giallo.it> Co-authored-by: Ettore Atalan <atalanttore@googlemail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Hyeonjeong Lee <h9101654@gmail.com> Co-authored-by: Jason Zou <jasonforhise@outlook.com> Co-authored-by: Juan Benites <benitesjn@gmail.com> Co-authored-by: Marco Otto <marco.otto@tuta.com> Co-authored-by: Matthaiks <kitynska@gmail.com> Co-authored-by: Pavel Borecki <pavel.borecki@gmail.com> Co-authored-by: vanapro1 <law820314@gmail.com> Signed-off-by: AndyGood <ramana855patel@gmail.com> Signed-off-by: Anya Lin <hukk1996@gmail.com> Signed-off-by: Džiugas Januševičius <dziugas1959@hotmail.com> Signed-off-by: Edgardo Calabrese <edgardo@giallo.it> Signed-off-by: Ettore Atalan <atalanttore@googlemail.com> Signed-off-by: Hyeonjeong Lee <h9101654@gmail.com> Signed-off-by: Jason Zou <jasonforhise@outlook.com> Signed-off-by: Juan Benites <benitesjn@gmail.com> Signed-off-by: Marco Otto <marco.otto@tuta.com> Signed-off-by: Pavel Borecki <pavel.borecki@gmail.com> Signed-off-by: vanapro1 <law820314@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luci_modules_luci-mod-dsl/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/cs/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilebrowser/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/cs/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/cs/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/cs/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/ru/ Translation: OpenWrt/LuCI/applications/commands Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/filebrowser Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/fwknopd Translation: OpenWrt/LuCI/applications/minidlna Translation: OpenWrt/LuCI/applications/natmap Translation: OpenWrt/LuCI/applications/nut Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/qos Translation: OpenWrt/LuCI/applications/rp-pppoe-server Translation: OpenWrt/LuCI/applications/samba4 Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/transmission Translation: OpenWrt/LuCI/applications/uhttpd Translation: OpenWrt/LuCI/applications/upnp Translation: OpenWrt/LuCI/applications/watchcat Translation: OpenWrt/LuCI/applications/wol Translation: OpenWrt/LuCI/modules/luci-mod-dashboard Translation: OpenWrt/LuCI/modules/luci-mod-dsl |
||
|
|
5ad9c3609e |
luci-base: rpc: fix luci/getMountPoints crash
getMountPoints crash on path containing '\xxx'. `char` should be `chr` Fixes https://github.com/openwrt/openwrt/issues/21459 Signed-off-by: Liangbin Lian <jjm2473@gmail.com> |
||
|
|
e5ff2bad84 |
Translated using Weblate (Korean)
Currently translated at 61.8% (1713 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (German) Currently translated at 99.4% (195 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/de/ Translated using Weblate (Polish) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pl/ Translated using Weblate (Korean) Currently translated at 61.6% (1709 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Polish) Currently translated at 100.0% (2771 of 2771 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% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/pl/ Translated using Weblate (Korean) Currently translated at 70.9% (44 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ko/ Translated using Weblate (Czech) Currently translated at 93.8% (396 of 422 strings) Translated using Weblate (German) Currently translated at 93.9% (2602 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/ Translated using Weblate (Polish) Currently translated at 100.0% (207 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pl/ Translated using Weblate (Korean) Currently translated at 12.5% (6 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/ko/ Translated using Weblate (Korean) Currently translated at 17.5% (30 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ko/ Translated using Weblate (Czech) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Korean) Currently translated at 20.0% (9 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ko/ Translated using Weblate (Korean) Currently translated at 95.2% (20 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/ko/ Translated using Weblate (Korean) Currently translated at 10.4% (5 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/ko/ Translated using Weblate (Korean) Currently translated at 13.1% (12 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ko/ Translated using Weblate (Korean) Currently translated at 12.9% (16 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ko/ Translated using Weblate (Czech) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Korean) Currently translated at 79.2% (225 of 284 strings) Translated using Weblate (Czech) Currently translated at 92.8% (392 of 422 strings) Translated using Weblate (Korean) Currently translated at 32.6% (15 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ko/ Translated using Weblate (German) Currently translated at 93.4% (2590 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/ Translated using Weblate (Lithuanian) Currently translated at 59.4% (91 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/lt/ Translated using Weblate (Czech) Currently translated at 100.0% (201 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/cs/ Translated using Weblate (Korean) Currently translated at 8.1% (16 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ko/ Translated using Weblate (Korean) Currently translated at 39.3% (13 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/ko/ Translated using Weblate (Czech) Currently translated at 100.0% (153 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/cs/ Translated using Weblate (Korean) Currently translated at 60.4% (1674 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 43.6% (92 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ko/ Translated using Weblate (Korean) Currently translated at 17.8% (5 of 28 strings) Translated using Weblate (Swedish) Currently translated at 33.9% (58 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/sv/ Translated using Weblate (Italian) Currently translated at 100.0% (47 of 47 strings) Translated using Weblate (Korean) Currently translated at 22.2% (38 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ko/ Translated using Weblate (Korean) Currently translated at 4.4% (4 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (17 of 17 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/ko/ Translated using Weblate (Korean) Currently translated at 7.0% (18 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ko/ Translated using Weblate (Swedish) Currently translated at 14.1% (36 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/sv/ Translated using Weblate (Swedish) Currently translated at 79.7% (75 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/sv/ Translated using Weblate (Korean) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/vnstat2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/ko/ Translated using Weblate (French) Currently translated at 12.9% (4 of 31 strings) Translated using Weblate (Korean) Currently translated at 6.7% (5 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/ko/ Translated using Weblate (Korean) Currently translated at 27.2% (9 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/ko/ Translated using Weblate (French) Currently translated at 52.6% (109 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/fr/ Translated using Weblate (Lithuanian) Currently translated at 93.7% (2599 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Translated using Weblate (Korean) Currently translated at 8.0% (16 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ko/ Translated using Weblate (Russian) Currently translated at 100.0% (207 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/ Translated using Weblate (Korean) Currently translated at 71.0% (27 of 38 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (16 of 16 strings) Translation: OpenWrt/LuCI/applications/hd-idle Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/ko/ Translated using Weblate (Korean) Currently translated at 51.0% (25 of 49 strings) Translated using Weblate (Korean) Currently translated at 17.5% (30 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ko/ Translated using Weblate (Czech) Currently translated at 79.0% (121 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/cs/ Translated using Weblate (Korean) Currently translated at 11.9% (20 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ko/ Translated using Weblate (Korean) Currently translated at 69.3% (43 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ko/ Translated using Weblate (Korean) Currently translated at 5.9% (15 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ko/ Translated using Weblate (Czech) Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/cs/ Translated using Weblate (Korean) Currently translated at 98.4% (126 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/ko/ Translated using Weblate (Korean) Currently translated at 19.2% (34 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ko/ Translated using Weblate (Korean) Currently translated at 14.2% (26 of 183 strings) Translated using Weblate (Korean) Currently translated at 30.4% (14 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ko/ Translated using Weblate (Korean) Currently translated at 53.8% (14 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/ko/ Translated using Weblate (Korean) Currently translated at 34.3% (145 of 422 strings) Translated using Weblate (Korean) Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ko/ Translated using Weblate (Korean) Currently translated at 63.1% (24 of 38 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ko/ Translated using Weblate (Korean) Currently translated at 57.8% (1603 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 21.0% (36 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ko/ Translated using Weblate (Korean) Currently translated at 21.4% (6 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/ko/ Translated using Weblate (Korean) Currently translated at 33.3% (11 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/ko/ Translated using Weblate (Korean) Currently translated at 29.7% (11 of 37 strings) Translated using Weblate (Korean) Currently translated at 40.1% (79 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ko/ Translated using Weblate (Lithuanian) Currently translated at 35.0% (89 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/lt/ Translated using Weblate (Korean) Currently translated at 16.3% (8 of 49 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/ko/ Translated using Weblate (Korean) Currently translated at 53.7% (108 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ko/ Translated using Weblate (Czech) Currently translated at 28.7% (44 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/cs/ Translated using Weblate (Korean) Currently translated at 92.1% (118 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/ko/ Translated using Weblate (Czech) Currently translated at 67.7% (21 of 31 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (102 of 102 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (44 of 44 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/lt/ Translated using Weblate (Korean) Currently translated at 20.2% (42 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Korean) Currently translated at 78.1% (222 of 284 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (422 of 422 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (168 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/lt/ Translated using Weblate (Lithuanian) Currently translated at 92.4% (2563 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Translated using Weblate (Korean) Currently translated at 57.0% (1582 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/lt/ Translated using Weblate (Korean) Currently translated at 7.0% (14 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ko/ Translated using Weblate (Korean) Currently translated at 14.2% (3 of 21 strings) Translation: OpenWrt/LuCI/applications/tor Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstor/ko/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Korean) Currently translated at 100.0% (31 of 31 strings) Translation: OpenWrt/LuCI/applications/wifischedule Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/ko/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (119 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (177 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/lt/ Translated using Weblate (Korean) Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ko/ Co-authored-by: David Kejzlar <kejly@kejly.cz> Co-authored-by: Džiugas Januševičius <dziugas1959@hotmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Hyeonjeong Lee <h9101654@gmail.com> Co-authored-by: Kristoffer Grundström <swedishsailfishosuser@tutanota.com> Co-authored-by: Matthaiks <kitynska@gmail.com> Co-authored-by: Pavel Borecki <pavel.borecki@gmail.com> Co-authored-by: Random <random-r@users.noreply.hosted.weblate.org> Co-authored-by: Werner Schleifer <werner.schleifer@gmail.com> Co-authored-by: ilylbgg <ilyasbouhnif.30@gmail.com> Co-authored-by: vanapro1 <law820314@gmail.com> Signed-off-by: David Kejzlar <kejly@kejly.cz> Signed-off-by: Džiugas Januševičius <dziugas1959@hotmail.com> Signed-off-by: Hyeonjeong Lee <h9101654@gmail.com> Signed-off-by: Kristoffer Grundström <swedishsailfishosuser@tutanota.com> Signed-off-by: Matthaiks <kitynska@gmail.com> Signed-off-by: Pavel Borecki <pavel.borecki@gmail.com> Signed-off-by: Werner Schleifer <werner.schleifer@gmail.com> Signed-off-by: ilylbgg <ilyasbouhnif.30@gmail.com> Signed-off-by: vanapro1 <law820314@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/cs/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/cs/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/cs/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/it/ Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/natmap Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/rp-pppoe-server Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/transmission Translation: OpenWrt/LuCI/applications/watchcat Translation: OpenWrt/LuCI/applications/wol Translation: OpenWrt/LuCI/modules/luci-mod-dashboard |
||
|
|
6ebcfe66ec |
luci-base: clean overlooked files
Updates: https://github.com/openwrt/luci/issues/8195 This fixes the primary symptom (subsequent builds reusing stale products), but not the root cause (the build running in-tree). Signed-off-by: novenary enneagon <novenary@kwak.zip> |
||
|
|
6efab6839b |
Translated using Weblate (Spanish)
Currently translated at 100.0% (119 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/es/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/lt/ Translated using Weblate (Spanish) Currently translated at 98.0% (197 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/ Translated using Weblate (Czech) Currently translated at 99.6% (2760 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/ Translated using Weblate (Korean) Currently translated at 43.1% (91 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ko/ Translated using Weblate (Korean) Currently translated at 78.1% (222 of 284 strings) Translated using Weblate (Korean) Currently translated at 19.8% (34 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ko/ Translated using Weblate (Spanish) Currently translated at 98.5% (204 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/es/ Translated using Weblate (Korean) Currently translated at 11.3% (19 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ko/ Translated using Weblate (Korean) Currently translated at 30.3% (10 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/ko/ Translated using Weblate (Spanish) Currently translated at 99.4% (2755 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Translated using Weblate (Lithuanian) Currently translated at 91.6% (2541 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Translated using Weblate (Czech) Currently translated at 23.5% (36 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/cs/ Translated using Weblate (Spanish) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/es/ Translated using Weblate (Korean) Currently translated at 17.7% (8 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ko/ Translated using Weblate (Spanish) Currently translated at 94.5% (399 of 422 strings) Translated using Weblate (Spanish) Currently translated at 90.3% (28 of 31 strings) Translated using Weblate (Korean) Currently translated at 40.1% (79 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ko/ Translated using Weblate (Korean) Currently translated at 30.4% (14 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ko/ Translated using Weblate (Lithuanian) Currently translated at 55.5% (85 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/lt/ Translated using Weblate (Korean) Currently translated at 19.8% (41 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/ Translated using Weblate (Spanish) Currently translated at 97.3% (110 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (27 of 27 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/es/ Translated using Weblate (Korean) Currently translated at 21.6% (13 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ko/ Translated using Weblate (Spanish) Currently translated at 99.6% (291 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/es/ Translated using Weblate (Korean) Currently translated at 10.7% (11 of 102 strings) Translated using Weblate (Korean) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ko/ Translated using Weblate (Korean) Currently translated at 56.6% (1570 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Added translation using Weblate (Czech) Translated using Weblate (Korean) Currently translated at 19.3% (40 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/ Translated using Weblate (Korean) Currently translated at 13.5% (5 of 37 strings) Translated using Weblate (Korean) Currently translated at 16.9% (29 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ko/ Translated using Weblate (Korean) Currently translated at 7.6% (15 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (2771 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ga/ Translated using Weblate (Korean) Currently translated at 67.2% (191 of 284 strings) Translated using Weblate (Korean) Currently translated at 56.2% (1559 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Czech) Currently translated at 100.0% (193 of 193 strings) Translated using Weblate (Czech) Currently translated at 99.6% (2760 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/ Translated using Weblate (Korean) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Korean) Currently translated at 69.3% (43 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ko/ Translated using Weblate (Czech) Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/cs/ Translated using Weblate (Korean) Currently translated at 18.0% (32 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ko/ Translated using Weblate (Korean) Currently translated at 90.6% (78 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ko/ Translated using Weblate (Korean) Currently translated at 21.4% (6 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/ko/ Translated using Weblate (Korean) Currently translated at 73.9% (54 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ko/ Translated using Weblate (Korean) Currently translated at 22.6% (12 of 53 strings) Translated using Weblate (Korean) Currently translated at 53.7% (108 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ko/ Translated using Weblate (Korean) Currently translated at 37.0% (73 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ko/ Translated using Weblate (Korean) Currently translated at 27.2% (9 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/ko/ Translated using Weblate (Korean) Currently translated at 6.7% (13 of 193 strings) Translated using Weblate (Korean) Currently translated at 9.8% (10 of 102 strings) Translated using Weblate (Czech) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/cs/ Translated using Weblate (Korean) Currently translated at 26.0% (12 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ko/ Translated using Weblate (Czech) Currently translated at 100.0% (27 of 27 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/cs/ Translated using Weblate (Korean) Currently translated at 15.5% (7 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ko/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2771 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Czech) Currently translated at 64.5% (20 of 31 strings) Translated using Weblate (Korean) Currently translated at 89.5% (77 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ko/ Translated using Weblate (Polish) Currently translated at 100.0% (2771 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/ Translated using Weblate (Lithuanian) Currently translated at 39.2% (60 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/lt/ Translated using Weblate (Lithuanian) Currently translated at 91.6% (2541 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Translated using Weblate (Korean) Currently translated at 17.8% (5 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/ko/ Translated using Weblate (Korean) Currently translated at 11.5% (13 of 113 strings) Translated using Weblate (Korean) Currently translated at 11.6% (34 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/vnstat2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/ko/ Translated using Weblate (Korean) Currently translated at 10.7% (18 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ko/ Translated using Weblate (Korean) Currently translated at 34.1% (144 of 422 strings) Translated using Weblate (Korean) Currently translated at 14.8% (14 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/ko/ Translated using Weblate (Korean) Currently translated at 43.1% (91 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ko/ Translated using Weblate (Korean) Currently translated at 55.5% (1539 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (2771 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/uk/ Translated using Weblate (Korean) Currently translated at 18.8% (39 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/ Translated using Weblate (Czech) Currently translated at 99.5% (200 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/cs/ Translated using Weblate (Spanish) Currently translated at 99.3% (2754 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Translated using Weblate (Czech) Currently translated at 100.0% (47 of 47 strings) Translated using Weblate (Korean) Currently translated at 63.7% (181 of 284 strings) Translated using Weblate (Czech) Currently translated at 99.6% (2760 of 2771 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/ Translated using Weblate (Korean) Currently translated at 20.0% (12 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ko/ Translated using Weblate (Korean) Currently translated at 22.4% (37 of 165 strings) Translated using Weblate (Korean) Currently translated at 41.9% (26 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ko/ Translated using Weblate (Korean) Currently translated at 6.5% (13 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ko/ Translated using Weblate (Korean) Currently translated at 19.2% (33 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ko/ Translated using Weblate (Korean) Currently translated at 11.7% (14 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ko/ Translated using Weblate (Czech) Currently translated at 99.0% (205 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/cs/ Translated using Weblate (Korean) Currently translated at 4.7% (12 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ko/ Translated using Weblate (Korean) Currently translated at 28.4% (120 of 422 strings) Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Co-authored-by: Džiugas Januševičius <dziugas1959@hotmail.com> Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Hyeonjeong Lee <h9101654@gmail.com> Co-authored-by: Matthaiks <kitynska@gmail.com> Co-authored-by: Pavel Borecki <pavel.borecki@gmail.com> Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com> Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Signed-off-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Signed-off-by: Džiugas Januševičius <dziugas1959@hotmail.com> Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> Signed-off-by: Hyeonjeong Lee <h9101654@gmail.com> Signed-off-by: Matthaiks <kitynska@gmail.com> Signed-off-by: Pavel Borecki <pavel.borecki@gmail.com> Signed-off-by: Максим Горпиніч <gorpinicmaksim0@gmail.com> Signed-off-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/cs/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/cs/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/cs/ Translation: OpenWrt/LuCI/applications/commands Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/openvpn Translation: OpenWrt/LuCI/applications/radicale2 Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/transmission Translation: OpenWrt/LuCI/applications/upnp Translation: OpenWrt/LuCI/applications/watchcat Translation: OpenWrt/LuCI/applications/wol Translation: OpenWrt/LuCI/modules/luci-mod-dashboard |
||
|
|
4499d25b59 |
luci-base: sync translations
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> |
||
|
|
eedc2614cf |
Translated using Weblate (Lithuanian)
Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/lt/ Translated using Weblate (Turkish) Currently translated at 5.8% (7 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/tr/ Translated using Weblate (Korean) Currently translated at 12.7% (12 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/ko/ Translated using Weblate (Korean) Currently translated at 53.7% (1473 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/zh_Hans/ Translated using Weblate (Turkish) Currently translated at 70.8% (207 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/tr/ Translated using Weblate (Korean) Currently translated at 28.1% (119 of 422 strings) Translated using Weblate (Turkish) Currently translated at 53.1% (110 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/tr/ Translated using Weblate (Turkish) Currently translated at 77.1% (155 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/tr/ Translated using Weblate (Turkish) Currently translated at 71.2% (52 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/tr/ Translated using Weblate (Korean) Currently translated at 10.9% (13 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ko/ Translated using Weblate (Lithuanian) Currently translated at 15.0% (23 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/lt/ Translated using Weblate (Korean) Currently translated at 21.8% (36 of 165 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Lithuanian) Currently translated at 35.0% (89 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/lt/ Translated using Weblate (Korean) Currently translated at 10.6% (8 of 75 strings) Translated using Weblate (Turkish) Currently translated at 12.9% (4 of 31 strings) Translated using Weblate (Lithuanian) Currently translated at 92.7% (2541 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (60 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/lt/ Translated using Weblate (Korean) Currently translated at 53.0% (1453 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 21.0% (89 of 422 strings) Translated using Weblate (Korean) Currently translated at 9.2% (27 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ko/ Translated using Weblate (Korean) Currently translated at 63.7% (181 of 284 strings) Translated using Weblate (Korean) Currently translated at 16.3% (28 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ko/ Translated using Weblate (Korean) Currently translated at 7.1% (14 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ko/ Translated using Weblate (Korean) Currently translated at 12.9% (10 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/ko/ Translated using Weblate (Korean) Currently translated at 3.3% (3 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/ko/ Translated using Weblate (Korean) Currently translated at 17.3% (8 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ko/ Translated using Weblate (Korean) Currently translated at 8.3% (4 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/ko/ Translated using Weblate (Korean) Currently translated at 19.4% (82 of 422 strings) Translated using Weblate (Korean) Currently translated at 4.3% (11 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ko/ Translated using Weblate (Korean) Currently translated at 5.0% (10 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ko/ Translated using Weblate (Korean) Currently translated at 42.4% (28 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ko/ Translated using Weblate (Turkish) Currently translated at 100.0% (89 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/tr/ Translated using Weblate (Korean) Currently translated at 10.0% (12 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ko/ Translated using Weblate (Korean) Currently translated at 52.3% (1435 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Turkish) Currently translated at 100.0% (17 of 17 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/tr/ Translated using Weblate (Korean) Currently translated at 21.2% (35 of 165 strings) Translated using Weblate (Korean) Currently translated at 12.0% (11 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ko/ Co-authored-by: Aethersailor <ramana855patel@gmail.com> Co-authored-by: Džiugas Januševičius <dziugas1959@hotmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Hyeonjeong Lee <h9101654@gmail.com> Co-authored-by: Oğuz Ersen <oguz@ersen.moe> Co-authored-by: Yağız Ozan <ozanyagiz43@gmail.com> Signed-off-by: Aethersailor <ramana855patel@gmail.com> Signed-off-by: Džiugas Januševičius <dziugas1959@hotmail.com> Signed-off-by: Hyeonjeong Lee <h9101654@gmail.com> Signed-off-by: Oğuz Ersen <oguz@ersen.moe> Signed-off-by: Yağız Ozan <ozanyagiz43@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/tr/ Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/watchcat Translation: OpenWrt/LuCI/applications/wol |
||
|
|
c38063cd60 |
Translated using Weblate (Korean)
Currently translated at 51.0% (1400 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 51.0% (1398 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Spanish) Currently translated at 99.5% (2727 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/lt/ Translated using Weblate (Lithuanian) Currently translated at 92.7% (2541 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2740 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Lithuanian) Currently translated at 96.9% (283 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/lt/ Translated using Weblate (Lithuanian) Currently translated at 60.3% (125 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (Korean) Currently translated at 49.0% (1343 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 13.5% (5 of 37 strings) Translated using Weblate (Korean) Currently translated at 47.8% (1310 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 6.2% (3 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/ko/ Translated using Weblate (Korean) Currently translated at 13.6% (9 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ko/ Translated using Weblate (Korean) Currently translated at 96.0% (24 of 25 strings) Translated using Weblate (Korean) Currently translated at 6.6% (13 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ko/ Translated using Weblate (Korean) Currently translated at 8.9% (26 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ko/ Translated using Weblate (Korean) Currently translated at 48.1% (13 of 27 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/ko/ Translated using Weblate (Korean) Currently translated at 13.0% (6 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ko/ Translated using Weblate (Korean) Currently translated at 18.3% (38 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/ Translated using Weblate (Korean) Currently translated at 19.3% (12 of 62 strings) Translated using Weblate (Korean) Currently translated at 8.4% (10 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ko/ Translated using Weblate (Korean) Currently translated at 48.6% (18 of 37 strings) Translated using Weblate (Korean) Currently translated at 63.0% (179 of 284 strings) Translated using Weblate (Korean) Currently translated at 53.2% (107 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ko/ Translated using Weblate (Korean) Currently translated at 73.9% (54 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ko/ Translated using Weblate (Korean) Currently translated at 4.5% (9 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ko/ Translated using Weblate (Korean) Currently translated at 19.0% (4 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/ko/ Translated using Weblate (Korean) Currently translated at 9.3% (7 of 75 strings) Translated using Weblate (Korean) Currently translated at 46.1% (12 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/ko/ Translated using Weblate (Korean) Currently translated at 19.5% (9 of 46 strings) Translated using Weblate (Korean) Currently translated at 16.9% (29 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ko/ Translated using Weblate (Korean) Currently translated at 14.2% (4 of 28 strings) Translated using Weblate (Korean) Currently translated at 12.9% (16 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ko/ Translated using Weblate (Korean) Currently translated at 43.7% (7 of 16 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/ko/ Translated using Weblate (Korean) Currently translated at 10.6% (12 of 113 strings) Translated using Weblate (Korean) Currently translated at 9.8% (9 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ko/ Translated using Weblate (Korean) Currently translated at 20.9% (13 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ko/ Translated using Weblate (Korean) Currently translated at 13.6% (25 of 183 strings) Translated using Weblate (Korean) Currently translated at 19.1% (81 of 422 strings) Translated using Weblate (Korean) Currently translated at 20.7% (11 of 53 strings) Translated using Weblate (German) Currently translated at 87.6% (64 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/de/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/lt/ Translated using Weblate (German) Currently translated at 99.6% (291 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/de/ Translated using Weblate (German) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (German) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (German) Currently translated at 100.0% (26 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/de/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/vnstat2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (201 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/lt/ Translated using Weblate (Korean) Currently translated at 45.6% (1251 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (German) Currently translated at 100.0% (53 of 53 strings) Translated using Weblate (Korean) Currently translated at 20.0% (8 of 40 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (47 of 47 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (177 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (82 of 82 strings) Translated using Weblate (German) Currently translated at 82.5% (166 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/de/ Translated using Weblate (Lithuanian) Currently translated at 92.3% (2531 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Translated using Weblate (Korean) Currently translated at 86.0% (74 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ko/ Translated using Weblate (German) Currently translated at 93.3% (394 of 422 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (22 of 22 strings) Translation: OpenWrt/LuCI/applications/lxc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/lt/ Translated using Weblate (German) Currently translated at 100.0% (102 of 102 strings) Translated using Weblate (German) Currently translated at 94.1% (2581 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (German) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/de/ Translated using Weblate (German) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Lithuanian) Currently translated at 96.9% (283 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/lt/ Translated using Weblate (Korean) Currently translated at 48.9% (139 of 284 strings) Translated using Weblate (German) Currently translated at 58.8% (70 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/de/ Translated using Weblate (German) Currently translated at 58.8% (70 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/de/ Translated using Weblate (German) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (German) Currently translated at 100.0% (49 of 49 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/de/ Translated using Weblate (German) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/de/ Translated using Weblate (German) Currently translated at 100.0% (47 of 47 strings) Translated using Weblate (German) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/de/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (422 of 422 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (German) Currently translated at 99.5% (206 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/de/ Translated using Weblate (German) Currently translated at 100.0% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/de/ Translated using Weblate (German) Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/de/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (26 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/lt/ Translated using Weblate (Lithuanian) Currently translated at 34.2% (87 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/lt/ Translated using Weblate (German) Currently translated at 99.3% (161 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/de/ Translated using Weblate (Korean) Currently translated at 100.0% (162 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ko/ Translated using Weblate (Lithuanian) Currently translated at 52.1% (108 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (183 of 183 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (162 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/lt/ Translated using Weblate (German) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Korean) Currently translated at 12.9% (16 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ko/ Translated using Weblate (German) Currently translated at 100.0% (27 of 27 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/de/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (German) Currently translated at 85.7% (126 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/de/ Translated using Weblate (German) Currently translated at 96.4% (109 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/de/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (27 of 27 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/lt/ Translated using Weblate (German) Currently translated at 100.0% (138 of 138 strings) Co-authored-by: David Kejzlar <kejly@kejly.cz> Co-authored-by: Džiugas Januševičius <dziugas1959@hotmail.com> Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Hyeonjeong Lee <h9101654@gmail.com> Co-authored-by: Steve <secure@mail.az> Co-authored-by: nKsyn <e.nksyn@gmail.com> Signed-off-by: David Kejzlar <kejly@kejly.cz> Signed-off-by: Džiugas Januševičius <dziugas1959@hotmail.com> Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> Signed-off-by: Hyeonjeong Lee <h9101654@gmail.com> Signed-off-by: Steve <secure@mail.az> Signed-off-by: nKsyn <e.nksyn@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/de/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/lt/ Translation: OpenWrt/LuCI/applications/commands Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/minidlna Translation: OpenWrt/LuCI/applications/natmap Translation: OpenWrt/LuCI/applications/nut Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/qos Translation: OpenWrt/LuCI/applications/radicale2 Translation: OpenWrt/LuCI/applications/samba4 Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/transmission Translation: OpenWrt/LuCI/applications/uhttpd Translation: OpenWrt/LuCI/applications/upnp Translation: OpenWrt/LuCI/applications/watchcat Translation: OpenWrt/LuCI/applications/wol Translation: OpenWrt/LuCI/modules/luci-mod-dashboard |
||
|
|
c1c29d2ecd |
Translated using Weblate (Korean)
Currently translated at 17.5% (31 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ko/ Translated using Weblate (German) Currently translated at 92.5% (2536 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/ Translated using Weblate (Lithuanian) Currently translated at 96.9% (283 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/lt/ Translated using Weblate (German) Currently translated at 99.5% (206 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/de/ Translated using Weblate (Korean) Currently translated at 98.1% (159 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ko/ Translated using Weblate (Lithuanian) Currently translated at 51.6% (107 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (Korean) Currently translated at 15.7% (27 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ko/ Translated using Weblate (German) Currently translated at 92.5% (2535 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/ Translated using Weblate (German) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/de/ Translated using Weblate (German) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/de/ Translated using Weblate (German) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/de/ Translated using Weblate (Korean) Currently translated at 46.1% (12 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/ko/ Translated using Weblate (Korean) Currently translated at 5.0% (3 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/ko/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2740 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Korean) Currently translated at 20.7% (11 of 53 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/zh_Hans/ Translated using Weblate (Korean) Currently translated at 9.5% (2 of 21 strings) Translation: OpenWrt/LuCI/applications/tor Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstor/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (38 of 38 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ga/ Translated using Weblate (Korean) Currently translated at 6.1% (12 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (27 of 27 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/ga/ Translated using Weblate (Spanish) Currently translated at 95.5% (108 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/es/ Translated using Weblate (Korean) Currently translated at 18.1% (8 of 44 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/ko/ Translated using Weblate (Korean) Currently translated at 14.2% (7 of 49 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ga/ Translated using Weblate (Spanish) Currently translated at 99.5% (2727 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Translated using Weblate (Korean) Currently translated at 44.0% (125 of 284 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Irish) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Korean) Currently translated at 20.0% (33 of 165 strings) Translated using Weblate (Korean) Currently translated at 7.5% (9 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ko/ Translated using Weblate (Korean) Currently translated at 48.9% (24 of 49 strings) Translated using Weblate (Korean) Currently translated at 18.3% (38 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ga/ Translated using Weblate (Korean) Currently translated at 13.5% (5 of 37 strings) Translated using Weblate (Korean) Currently translated at 12.1% (8 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (207 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ga/ Translated using Weblate (Korean) Currently translated at 17.5% (7 of 40 strings) Translated using Weblate (Korean) Currently translated at 12.1% (10 of 82 strings) Translated using Weblate (Korean) Currently translated at 4.0% (8 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ko/ Translated using Weblate (Spanish) Currently translated at 100.0% (47 of 47 strings) Translated using Weblate (Korean) Currently translated at 10.7% (18 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ko/ Translated using Weblate (Korean) Currently translated at 9.8% (10 of 102 strings) Translated using Weblate (Spanish) Currently translated at 94.3% (398 of 422 strings) Translated using Weblate (Korean) Currently translated at 2.2% (2 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ga/ Translated using Weblate (Spanish) Currently translated at 96.2% (26 of 27 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/es/ Translated using Weblate (Korean) Currently translated at 6.2% (12 of 193 strings) Translated using Weblate (Irish) Currently translated at 100.0% (47 of 47 strings) Translated using Weblate (Korean) Currently translated at 18.9% (80 of 422 strings) Translated using Weblate (Korean) Currently translated at 36.0% (71 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ko/ Translated using Weblate (Korean) Currently translated at 89.0% (114 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ko/ Translated using Weblate (Korean) Currently translated at 63.1% (24 of 38 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ko/ Translated using Weblate (Russian) Currently translated at 67.7% (21 of 31 strings) Translated using Weblate (Spanish) Currently translated at 98.5% (204 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/es/ Translated using Weblate (Irish) Currently translated at 100.0% (94 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/ga/ Translated using Weblate (Korean) Currently translated at 73.9% (54 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ko/ Translated using Weblate (Korean) Currently translated at 16.3% (28 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (165 of 165 strings) Translated using Weblate (Korean) Currently translated at 12.5% (23 of 183 strings) Translated using Weblate (Spanish) Currently translated at 80.6% (25 of 31 strings) Translated using Weblate (Korean) Currently translated at 17.6% (3 of 17 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/ko/ Translated using Weblate (Korean) Currently translated at 16.9% (30 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ko/ Translated using Weblate (Korean) Currently translated at 14.2% (4 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/ko/ Translated using Weblate (Lithuanian) Currently translated at 91.8% (2517 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Translated using Weblate (Irish) Currently translated at 100.0% (71 of 71 strings) Translated using Weblate (Irish) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Spanish) Currently translated at 99.6% (291 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/es/ Translated using Weblate (Korean) Currently translated at 81.3% (70 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ga/ Translated using Weblate (Irish) Currently translated at 100.0% (138 of 138 strings) Translated using Weblate (Korean) Currently translated at 93.8% (152 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ko/ Translated using Weblate (Korean) Currently translated at 45.5% (1247 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 8.9% (26 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (201 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ga/ Translated using Weblate (Romanian) Currently translated at 89.9% (2464 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ro/ Translated using Weblate (Korean) Currently translated at 14.6% (25 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ko/ Translated using Weblate (Russian) Currently translated at 96.0% (193 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ru/ Translated using Weblate (Korean) Currently translated at 53.2% (107 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ko/ Translated using Weblate (Korean) Currently translated at 4.1% (2 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/ko/ Translated using Weblate (Korean) Currently translated at 9.0% (7 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/ko/ Translated using Weblate (Spanish) Currently translated at 97.5% (196 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/ Translated using Weblate (Irish) Currently translated at 100.0% (2740 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ga/ Translated using Weblate (Korean) Currently translated at 3.5% (9 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ko/ Translated using Weblate (Irish) Currently translated at 100.0% (102 of 102 strings) Translated using Weblate (Spanish) Currently translated at 61.2% (19 of 31 strings) Translated using Weblate (Korean) Currently translated at 17.8% (37 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/ Translated using Weblate (Dutch) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Dutch) Currently translated at 3.5% (9 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/nl/ Translated using Weblate (Korean) Currently translated at 45.3% (1242 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 40.3% (25 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ko/ Translated using Weblate (Lithuanian) Currently translated at 12.9% (4 of 31 strings) Translated using Weblate (Dutch) Currently translated at 82.7% (349 of 422 strings) Translated using Weblate (Dutch) Currently translated at 3.5% (6 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/nl/ Translated using Weblate (Dutch) Currently translated at 4.9% (4 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/nl/ Translated using Weblate (Spanish) Currently translated at 93.3% (394 of 422 strings) Translated using Weblate (Korean) Currently translated at 3.1% (8 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ko/ Translated using Weblate (Dutch) Currently translated at 7.5% (4 of 53 strings) Translated using Weblate (Korean) Currently translated at 20.9% (13 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ko/ Translated using Weblate (Korean) Currently translated at 15.2% (27 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ko/ Translated using Weblate (Portuguese) Currently translated at 78.6% (158 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pt/ Translated using Weblate (Russian) Currently translated at 100.0% (49 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ru/ Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 76.6% (154 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/zh_Hant/ Translated using Weblate (Dutch) Currently translated at 20.0% (8 of 40 strings) Translated using Weblate (Dutch) Currently translated at 10.2% (5 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/nl/ Translated using Weblate (Korean) Currently translated at 15.9% (7 of 44 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/ko/ Translated using Weblate (Dutch) Currently translated at 3.3% (2 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/nl/ Translated using Weblate (Dutch) Currently translated at 91.4% (43 of 47 strings) Translated using Weblate (Dutch) Currently translated at 2.7% (4 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/nl/ Translated using Weblate (Dutch) Currently translated at 4.4% (5 of 113 strings) Translated using Weblate (Dutch) Currently translated at 6.8% (5 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/nl/ Translated using Weblate (Russian) Currently translated at 100.0% (183 of 183 strings) Translated using Weblate (Korean) Currently translated at 10.6% (12 of 113 strings) Translated using Weblate (Korean) Currently translated at 6.7% (8 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ko/ Translated using Weblate (Dutch) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Korean) Currently translated at 14.2% (7 of 49 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/ko/ Translated using Weblate (Dutch) Currently translated at 4.5% (2 of 44 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/nl/ Translated using Weblate (Dutch) Currently translated at 3.3% (3 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/nl/ Translated using Weblate (Spanish) Currently translated at 93.8% (106 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/es/ Translated using Weblate (Korean) Currently translated at 10.1% (17 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ko/ Translated using Weblate (Dutch) Currently translated at 2.3% (3 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/nl/ Translated using Weblate (Korean) Currently translated at 14.0% (24 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ko/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (201 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/uk/ Translated using Weblate (Dutch) Currently translated at 4.9% (9 of 183 strings) Translated using Weblate (Korean) Currently translated at 31.8% (7 of 22 strings) Translation: OpenWrt/LuCI/applications/lxc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/ko/ Translated using Weblate (Russian) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ru/ Translated using Weblate (Korean) Currently translated at 19.3% (12 of 62 strings) Translated using Weblate (Russian) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ru/ Translated using Weblate (Dutch) Currently translated at 52.6% (109 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/nl/ Translated using Weblate (Dutch) Currently translated at 4.3% (6 of 138 strings) Translated using Weblate (Korean) Currently translated at 12.0% (22 of 183 strings) Translated using Weblate (Korean) Currently translated at 38.4% (10 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/ko/ Translated using Weblate (Dutch) Currently translated at 9.5% (2 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/nl/ Translated using Weblate (Dutch) Currently translated at 2.3% (2 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/nl/ Translated using Weblate (Spanish) Currently translated at 97.2% (36 of 37 strings) Translated using Weblate (Korean) Currently translated at 3.5% (7 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ko/ Translated using Weblate (Dutch) Currently translated at 3.0% (5 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/nl/ Translated using Weblate (Dutch) Currently translated at 46.4% (92 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/nl/ Translated using Weblate (Russian) Currently translated at 100.0% (44 of 44 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/ru/ Translated using Weblate (Czech) Currently translated at 96.0% (193 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/cs/ Translated using Weblate (Dutch) Currently translated at 2.1% (2 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/nl/ Translated using Weblate (Russian) Currently translated at 100.0% (62 of 62 strings) Translated using Weblate (Dutch) Currently translated at 8.1% (3 of 37 strings) Translated using Weblate (Korean) Currently translated at 100.0% (12 of 12 strings) Translation: OpenWrt/LuCI/applications/bcp38 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/ko/ Translated using Weblate (Dutch) Currently translated at 74.6% (150 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/nl/ Translated using Weblate (Dutch) Currently translated at 74.6% (150 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/nl/ Translated using Weblate (Korean) Currently translated at 73.2% (63 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ko/ Translated using Weblate (Spanish) Currently translated at 95.5% (192 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/ Translated using Weblate (Spanish) Currently translated at 95.5% (192 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/ Translated using Weblate (Korean) Currently translated at 45.0% (18 of 40 strings) Translation: OpenWrt/LuCI/applications/example Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsexample/ko/ Translated using Weblate (Korean) Currently translated at 8.2% (24 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ko/ Translated using Weblate (Korean) Currently translated at 43.1% (91 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ko/ Translated using Weblate (Korean) Currently translated at 65.7% (48 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ko/ Translated using Weblate (Dutch) Currently translated at 7.6% (13 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/nl/ Translated using Weblate (Dutch) Currently translated at 2.2% (1 of 44 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 76.1% (153 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pt_BR/ Translated using Weblate (Korean) Currently translated at 24.6% (34 of 138 strings) Translated using Weblate (Irish) Currently translated at 96.0% (193 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ga/ Translated using Weblate (Dutch) Currently translated at 2.5% (3 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/nl/ Translated using Weblate (Spanish) Currently translated at 99.3% (290 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/es/ Translated using Weblate (Korean) Currently translated at 87.5% (112 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/ko/ Translated using Weblate (Dutch) Currently translated at 3.6% (3 of 82 strings) Translated using Weblate (Dutch) Currently translated at 4.3% (2 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/nl/ Translated using Weblate (Korean) Currently translated at 87.6% (142 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ko/ Translated using Weblate (Lithuanian) Currently translated at 90.6% (2484 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Translated using Weblate (Spanish) Currently translated at 99.3% (2723 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Translated using Weblate (Korean) Currently translated at 26.0% (74 of 284 strings) Translated using Weblate (Dutch) Currently translated at 10.6% (7 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/nl/ Translated using Weblate (Dutch) Currently translated at 8.3% (5 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/nl/ Translated using Weblate (Russian) Currently translated at 100.0% (254 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ru/ Translated using Weblate (Turkish) Currently translated at 76.6% (154 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/tr/ Translated using Weblate (Russian) Currently translated at 99.7% (2734 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Translated using Weblate (Korean) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ko/ Translated using Weblate (Dutch) Currently translated at 5.1% (4 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/nl/ Translated using Weblate (Korean) Currently translated at 31.4% (62 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ko/ Translated using Weblate (German) Currently translated at 80.5% (162 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/de/ Translated using Weblate (Spanish) Currently translated at 98.5% (204 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/es/ Translated using Weblate (Dutch) Currently translated at 74.7% (2048 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/nl/ Translated using Weblate (Dutch) Currently translated at 11.1% (5 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/nl/ Translated using Weblate (Lithuanian) Currently translated at 96.0% (193 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/lt/ Translated using Weblate (Dutch) Currently translated at 96.1% (273 of 284 strings) Translated using Weblate (Dutch) Currently translated at 3.9% (7 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/nl/ Translated using Weblate (Vietnamese) Currently translated at 74.6% (150 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/vi/ Translated using Weblate (Korean) Currently translated at 18.1% (6 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/ko/ Translated using Weblate (Dutch) Currently translated at 3.2% (2 of 62 strings) Translated using Weblate (Dutch) Currently translated at 10.4% (5 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/nl/ Translated using Weblate (Korean) Currently translated at 100.0% (31 of 31 strings) Translation: OpenWrt/LuCI/applications/wifischedule Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/ko/ Translated using Weblate (Dutch) Currently translated at 95.2% (20 of 21 strings) Translation: OpenWrt/LuCI/applications/tor Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstor/nl/ Translated using Weblate (Dutch) Currently translated at 4.3% (4 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/nl/ Translated using Weblate (Dutch) Currently translated at 96.1% (25 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/nl/ Translated using Weblate (Dutch) Currently translated at 4.0% (5 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/nl/ Translated using Weblate (Dutch) Currently translated at 5.3% (4 of 75 strings) Translated using Weblate (Lithuanian) Currently translated at 14.3% (22 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/lt/ Translated using Weblate (Dutch) Currently translated at 18.1% (30 of 165 strings) Translated using Weblate (Romanian) Currently translated at 75.1% (151 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ro/ Translated using Weblate (Dutch) Currently translated at 38.7% (19 of 49 strings) Translated using Weblate (Dutch) Currently translated at 98.3% (61 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/nl/ Translated using Weblate (Korean) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Dutch) Currently translated at 29.9% (53 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/nl/ Translated using Weblate (Swedish) Currently translated at 36.3% (73 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/sv/ Translated using Weblate (Dutch) Currently translated at 92.5% (25 of 27 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/nl/ Translated using Weblate (Tamil) Currently translated at 76.6% (154 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ta/ Translated using Weblate (Korean) Currently translated at 18.3% (9 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ko/ Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Co-authored-by: CRISTIAN ANDREI <cristianvdr@gmail.com> Co-authored-by: David Kejzlar <kejly@kejly.cz> Co-authored-by: Džiugas Januševičius <dziugas1959@hotmail.com> Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Hyeonjeong Lee <h9101654@gmail.com> Co-authored-by: Mijzelf <Mijzelf@live.com> Co-authored-by: Mike Teschke <teschke.m@icloud.com> Co-authored-by: SnIPeRSnIPeR <snipersniper@users.noreply.hosted.weblate.org> Co-authored-by: sergio <sergio+it@outerface.net> Co-authored-by: try496 <pinghejk@gmail.com> Co-authored-by: vanapro1 <law820314@gmail.com> Signed-off-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Signed-off-by: CRISTIAN ANDREI <cristianvdr@gmail.com> Signed-off-by: David Kejzlar <kejly@kejly.cz> Signed-off-by: Džiugas Januševičius <dziugas1959@hotmail.com> Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> Signed-off-by: Hyeonjeong Lee <h9101654@gmail.com> Signed-off-by: Mijzelf <Mijzelf@live.com> Signed-off-by: Mike Teschke <teschke.m@icloud.com> Signed-off-by: SnIPeRSnIPeR <snipersniper@users.noreply.hosted.weblate.org> Signed-off-by: sergio <sergio+it@outerface.net> Signed-off-by: try496 <pinghejk@gmail.com> Signed-off-by: vanapro1 <law820314@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luci_modules_luci-mod-dsl/ga/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/ga/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/ga/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/ga/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/ga/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/ga/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/ga/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/nl/ Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/fwknopd 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/rp-pppoe-server Translation: OpenWrt/LuCI/applications/samba4 Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/transmission Translation: OpenWrt/LuCI/applications/uhttpd Translation: OpenWrt/LuCI/applications/upnp Translation: OpenWrt/LuCI/applications/watchcat Translation: OpenWrt/LuCI/applications/wol Translation: OpenWrt/LuCI/modules/luci-mod-dashboard Translation: OpenWrt/LuCI/modules/luci-mod-dsl |
||
|
|
26ec03caa6 |
Translated using Weblate (Korean)
Currently translated at 14.2% (2 of 14 strings) Translation: OpenWrt/LuCI/applications/pagekitec Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2740 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/ Translated using Weblate (Korean) Currently translated at 17.6% (3 of 17 strings) Translation: OpenWrt/LuCI/applications/omcproxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/ko/ Translated using Weblate (Korean) Currently translated at 4.1% (2 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/ko/ Translated using Weblate (Korean) Currently translated at 18.1% (6 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/ko/ Translated using Weblate (Korean) Currently translated at 43.7% (7 of 16 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/ko/ Translated using Weblate (Korean) Currently translated at 14.2% (7 of 49 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/ko/ Translated using Weblate (Korean) Currently translated at 1.4% (1 of 71 strings) Translated using Weblate (Korean) Currently translated at 15.2% (26 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (47 of 47 strings) Translated using Weblate (Korean) Currently translated at 11.7% (11 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/ko/ Translated using Weblate (Korean) Currently translated at 17.3% (36 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/ Translated using Weblate (Korean) Currently translated at 48.1% (13 of 27 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/ko/ Translated using Weblate (Korean) Currently translated at 12.0% (15 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ko/ Translated using Weblate (Korean) Currently translated at 20.9% (13 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ko/ Translated using Weblate (Korean) Currently translated at 86.7% (111 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/ko/ Translated using Weblate (Korean) Currently translated at 25.0% (3 of 12 strings) Translation: OpenWrt/LuCI/applications/bcp38 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/ko/ Translated using Weblate (Korean) Currently translated at 53.2% (107 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ko/ Translated using Weblate (Korean) Currently translated at 97.8% (89 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ko/ Translated using Weblate (Korean) Currently translated at 96.0% (24 of 25 strings) Translated using Weblate (Korean) Currently translated at 34.6% (9 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/ko/ Translated using Weblate (Korean) Currently translated at 8.7% (15 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ko/ Translated using Weblate (Korean) Currently translated at 7.1% (2 of 28 strings) Translated using Weblate (Korean) Currently translated at 5.0% (3 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (3 of 3 strings) Translated using Weblate (Korean) Currently translated at 6.4% (4 of 62 strings) Translated using Weblate (Korean) Currently translated at 31.4% (62 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ko/ Translated using Weblate (Korean) Currently translated at 2.5% (5 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ko/ Translated using Weblate (Korean) Currently translated at 35.0% (14 of 40 strings) Translation: OpenWrt/LuCI/applications/example Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsexample/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (207 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt_BR/ Translated using Weblate (Korean) Currently translated at 9.2% (15 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ko/ Translated using Weblate (Korean) Currently translated at 19.3% (6 of 31 strings) Translation: OpenWrt/LuCI/applications/wifischedule Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Korean) Currently translated at 6.2% (12 of 193 strings) Translated using Weblate (Korean) Currently translated at 10.8% (5 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ko/ Translated using Weblate (Korean) Currently translated at 34.6% (17 of 49 strings) Translated using Weblate (Korean) Currently translated at 20.4% (10 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ko/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (119 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/lt/ Translated using Weblate (Korean) Currently translated at 19.3% (32 of 165 strings) Translated using Weblate (Korean) Currently translated at 9.0% (4 of 44 strings) Translated using Weblate (Korean) Currently translated at 40.6% (35 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ko/ Translated using Weblate (Korean) Currently translated at 10.6% (12 of 113 strings) Translated using Weblate (Korean) Currently translated at 2.7% (7 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ko/ Translated using Weblate (Korean) Currently translated at 48.6% (18 of 37 strings) Translated using Weblate (Korean) Currently translated at 12.5% (2 of 16 strings) Translation: OpenWrt/LuCI/applications/hd-idle Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/ko/ Translated using Weblate (Korean) Currently translated at 60.5% (23 of 38 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ko/ Translated using Weblate (Korean) Currently translated at 2.2% (2 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/ko/ Translated using Weblate (Korean) Currently translated at 7.7% (6 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/ko/ Translated using Weblate (Korean) Currently translated at 15.1% (5 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/ko/ Translated using Weblate (Korean) Currently translated at 19.5% (9 of 46 strings) Translated using Weblate (Korean) Currently translated at 12.5% (23 of 183 strings) Translated using Weblate (Korean) Currently translated at 24.6% (34 of 138 strings) Translated using Weblate (Korean) Currently translated at 12.1% (8 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ko/ Translated using Weblate (Korean) Currently translated at 7.5% (22 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ko/ Translated using Weblate (Korean) Currently translated at 9.5% (2 of 21 strings) Translation: OpenWrt/LuCI/applications/tor Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstor/ko/ Translated using Weblate (Korean) Currently translated at 8.9% (15 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (2 of 2 strings) Translated using Weblate (Korean) Currently translated at 23.5% (4 of 17 strings) Translation: OpenWrt/LuCI/applications/eoip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/ko/ Translated using Weblate (Korean) Currently translated at 5.4% (4 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/ko/ Translated using Weblate (Korean) Currently translated at 9.8% (9 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ko/ Translated using Weblate (Korean) Currently translated at 8.8% (9 of 102 strings) Translated using Weblate (Korean) Currently translated at 8.0% (6 of 75 strings) Translated using Weblate (Korean) Currently translated at 14.2% (4 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/ko/ Translated using Weblate (Korean) Currently translated at 10.7% (19 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ko/ Translated using Weblate (Korean) Currently translated at 27.2% (6 of 22 strings) Translation: OpenWrt/LuCI/applications/lxc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/ko/ Translated using Weblate (Korean) 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/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Korean) Currently translated at 5.8% (7 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (2 of 2 strings) Translation: OpenWrt/LuCI/applications/olsr-viz Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-viz/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (28 of 28 strings) Translation: OpenWrt/LuCI/applications/acl Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/ko/ Translated using Weblate (Korean) Currently translated at 18.1% (8 of 44 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/ko/ Translated using Weblate (Korean) Currently translated at 15.0% (6 of 40 strings) Translated using Weblate (Korean) Currently translated at 65.7% (48 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Korean) Currently translated at 6.4% (4 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ko/ Translated using Weblate (Korean) Currently translated at 11.1% (5 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ko/ Translated using Weblate (Korean) Currently translated at 41.2% (87 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ko/ Translated using Weblate (Korean) Currently translated at 10.8% (4 of 37 strings) Translated using Weblate (Korean) Currently translated at 20.0% (12 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ko/ Translated using Weblate (Korean) Currently translated at 14.2% (3 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/ko/ Translated using Weblate (Korean) Currently translated at 25.7% (73 of 284 strings) Translated using Weblate (Korean) Currently translated at 6.1% (12 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ko/ Translated using Weblate (Korean) Currently translated at 38.9% (1067 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 10.9% (9 of 82 strings) Translated using Weblate (Korean) Currently translated at 14.2% (2 of 14 strings) Translation: OpenWrt/LuCI/applications/pagekitec Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2740 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/ Translated using Weblate (Korean) Currently translated at 17.6% (3 of 17 strings) Translation: OpenWrt/LuCI/applications/omcproxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/ko/ Translated using Weblate (Korean) Currently translated at 4.1% (2 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/ko/ Translated using Weblate (Korean) Currently translated at 18.1% (6 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/ko/ Translated using Weblate (Korean) Currently translated at 43.7% (7 of 16 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/ko/ Translated using Weblate (Korean) Currently translated at 14.2% (7 of 49 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/ko/ Translated using Weblate (Korean) Currently translated at 1.4% (1 of 71 strings) Translated using Weblate (Korean) Currently translated at 14.0% (24 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (47 of 47 strings) Translated using Weblate (Korean) Currently translated at 9.5% (9 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/ko/ Translated using Weblate (Korean) Currently translated at 14.9% (31 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/ Translated using Weblate (Korean) Currently translated at 48.1% (13 of 27 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/ko/ Translated using Weblate (Korean) Currently translated at 12.0% (15 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ko/ Translated using Weblate (Korean) Currently translated at 20.9% (13 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ko/ Translated using Weblate (Korean) Currently translated at 66.4% (85 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/ko/ Translated using Weblate (Korean) Currently translated at 25.0% (3 of 12 strings) Translation: OpenWrt/LuCI/applications/bcp38 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/ko/ Translated using Weblate (Korean) Currently translated at 44.7% (90 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ko/ Translated using Weblate (Korean) Currently translated at 97.8% (89 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ko/ Translated using Weblate (Korean) Currently translated at 96.0% (24 of 25 strings) Translated using Weblate (Korean) Currently translated at 34.6% (9 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/ko/ Translated using Weblate (Korean) Currently translated at 8.7% (15 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ko/ Translated using Weblate (Korean) Currently translated at 7.1% (2 of 28 strings) Translated using Weblate (Korean) Currently translated at 5.0% (3 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (3 of 3 strings) Translated using Weblate (Korean) Currently translated at 6.4% (4 of 62 strings) Translated using Weblate (Korean) Currently translated at 31.4% (62 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ko/ Translated using Weblate (Korean) Currently translated at 1.5% (3 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ko/ Translated using Weblate (Korean) Currently translated at 2.5% (1 of 40 strings) Translation: OpenWrt/LuCI/applications/example Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsexample/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (207 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt_BR/ Translated using Weblate (Korean) Currently translated at 9.2% (15 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ko/ Translated using Weblate (Korean) Currently translated at 19.3% (6 of 31 strings) Translation: OpenWrt/LuCI/applications/wifischedule Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Korean) Currently translated at 5.6% (11 of 193 strings) Translated using Weblate (Korean) Currently translated at 10.8% (5 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ko/ Translated using Weblate (Korean) Currently translated at 34.6% (17 of 49 strings) Translated using Weblate (Korean) Currently translated at 20.4% (10 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ko/ Translated using Weblate (Korean) Currently translated at 19.3% (32 of 165 strings) Translated using Weblate (Korean) Currently translated at 9.0% (4 of 44 strings) Translated using Weblate (Korean) Currently translated at 40.6% (35 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ko/ Translated using Weblate (Korean) Currently translated at 10.6% (12 of 113 strings) Translated using Weblate (Korean) Currently translated at 2.7% (7 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ko/ Translated using Weblate (Korean) Currently translated at 48.6% (18 of 37 strings) Translated using Weblate (Korean) Currently translated at 12.5% (2 of 16 strings) Translation: OpenWrt/LuCI/applications/hd-idle Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/ko/ Translated using Weblate (Korean) Currently translated at 60.5% (23 of 38 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ko/ Translated using Weblate (Korean) Currently translated at 2.2% (2 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/ko/ Translated using Weblate (Korean) Currently translated at 6.4% (5 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/ko/ Translated using Weblate (Korean) Currently translated at 15.1% (5 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/ko/ Translated using Weblate (Korean) Currently translated at 19.5% (9 of 46 strings) Translated using Weblate (Korean) Currently translated at 12.5% (23 of 183 strings) Translated using Weblate (Korean) Currently translated at 24.6% (34 of 138 strings) Translated using Weblate (Korean) Currently translated at 9.0% (6 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ko/ Translated using Weblate (Korean) Currently translated at 6.1% (18 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ko/ Translated using Weblate (Korean) Currently translated at 9.5% (2 of 21 strings) Translation: OpenWrt/LuCI/applications/tor Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstor/ko/ Translated using Weblate (Korean) Currently translated at 8.9% (15 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (2 of 2 strings) Translated using Weblate (Korean) Currently translated at 23.5% (4 of 17 strings) Translation: OpenWrt/LuCI/applications/eoip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/ko/ Translated using Weblate (Korean) Currently translated at 5.4% (4 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/ko/ Translated using Weblate (Korean) Currently translated at 9.8% (9 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ko/ Translated using Weblate (Korean) Currently translated at 8.8% (9 of 102 strings) Translated using Weblate (Korean) Currently translated at 8.0% (6 of 75 strings) Translated using Weblate (Korean) Currently translated at 14.2% (4 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/ko/ Translated using Weblate (Korean) Currently translated at 10.7% (19 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ko/ Translated using Weblate (Korean) Currently translated at 27.2% (6 of 22 strings) Translation: OpenWrt/LuCI/applications/lxc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/ko/ Translated using Weblate (Korean) 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/ko/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Korean) Currently translated at 4.2% (5 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (2 of 2 strings) Translation: OpenWrt/LuCI/applications/olsr-viz Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-viz/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (28 of 28 strings) Translation: OpenWrt/LuCI/applications/acl Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/ko/ Translated using Weblate (Korean) Currently translated at 18.1% (8 of 44 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/ko/ Translated using Weblate (Korean) Currently translated at 15.0% (6 of 40 strings) Translated using Weblate (Korean) Currently translated at 64.3% (47 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ko/ Translated using Weblate (Korean) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Korean) Currently translated at 6.4% (4 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ko/ Translated using Weblate (Korean) Currently translated at 11.1% (5 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ko/ Translated using Weblate (Korean) Currently translated at 40.7% (86 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ko/ Translated using Weblate (Korean) Currently translated at 10.8% (4 of 37 strings) Translated using Weblate (Korean) Currently translated at 20.0% (12 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ko/ Translated using Weblate (Korean) Currently translated at 14.2% (3 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/ko/ Translated using Weblate (Korean) Currently translated at 25.7% (73 of 284 strings) Translated using Weblate (Korean) Currently translated at 5.6% (11 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ko/ Translated using Weblate (Korean) Currently translated at 38.8% (1065 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 9.7% (8 of 82 strings) Translated using Weblate (Korean) Currently translated at 19.3% (32 of 165 strings) Translated using Weblate (Korean) Currently translated at 5.1% (10 of 193 strings) Translated using Weblate (Korean) Currently translated at 8.6% (14 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ko/ Translated using Weblate (Korean) Currently translated at 10.1% (18 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ko/ Translated using Weblate (Korean) Currently translated at 38.2% (1047 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 5.1% (10 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ko/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/lt/ Translated using Weblate (Korean) Currently translated at 1.9% (5 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ko/ Translated using Weblate (Korean) Currently translated at 8.1% (14 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ko/ Translated using Weblate (Lithuanian) Currently translated at 33.8% (86 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/lt/ Translated using Weblate (Korean) Currently translated at 100.0% (2 of 2 strings) Added translation using Weblate (Korean) Translated using Weblate (Korean) Currently translated at 60.5% (23 of 38 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ko/ Translated using Weblate (Korean) Currently translated at 3.3% (4 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ko/ Translated using Weblate (Korean) Currently translated at 5.1% (4 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/ko/ Translated using Weblate (Korean) Currently translated at 17.3% (8 of 46 strings) Translated using Weblate (Korean) Currently translated at 8.3% (14 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ko/ Translated using Weblate (Korean) Currently translated at 18.3% (9 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/ko/ Translated using Weblate (Korean) Currently translated at 39.8% (84 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ko/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Korean) Currently translated at 4.9% (8 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ko/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (53 of 53 strings) Translated using Weblate (Korean) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Korean) Currently translated at 15.1% (5 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/ko/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (207 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/uk/ Translated using Weblate (Korean) Currently translated at 8.6% (4 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ko/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (47 of 47 strings) Translated using Weblate (Ukrainian) Currently translated at 100.0% (27 of 27 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/uk/ Translated using Weblate (Korean) Currently translated at 18.9% (80 of 422 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/zh_Hans/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Korean) Currently translated at 4.5% (9 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ko/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (2740 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/uk/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Korean) Currently translated at 9.7% (11 of 113 strings) Translated using Weblate (Ukrainian) Currently translated at 100.0% (26 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/uk/ Translated using Weblate (Korean) Currently translated at 64.8% (83 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/ko/ Translated using Weblate (Korean) Currently translated at 8.5% (8 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/ko/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/uk/ Translated using Weblate (Korean) Currently translated at 4.8% (3 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ko/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (82 of 82 strings) Translated using Weblate (Ukrainian) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Korean) Currently translated at 30.9% (61 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ko/ Translated using Weblate (Korean) Currently translated at 9.6% (17 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ko/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Korean) Currently translated at 7.5% (5 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ko/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (201 of 201 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/uk/ Translated using Weblate (Korean) Currently translated at 6.6% (5 of 75 strings) Translated using Weblate (Korean) Currently translated at 97.8% (89 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ko/ Translated using Weblate (Korean) Currently translated at 1.5% (4 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ko/ Translated using Weblate (Korean) Currently translated at 11.1% (23 of 207 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ko/ Translated using Weblate (Korean) Currently translated at 20.7% (11 of 53 strings) Translated using Weblate (Korean) Currently translated at 7.6% (7 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ko/ Translated using Weblate (Korean) Currently translated at 19.3% (12 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ko/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2740 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2740 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Korean) Currently translated at 38.1% (1045 of 2740 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ko/ Translated using Weblate (Korean) Currently translated at 3.7% (11 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ko/ Translated using Weblate (Korean) Currently translated at 4.0% (3 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/ko/ Translated using Weblate (Korean) Currently translated at 9.6% (12 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ko/ Co-authored-by: Anya Lin <hukk1996@gmail.com> Co-authored-by: Džiugas Januševičius <dziugas1959@hotmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Hyeonjeong Lee <h9101654@gmail.com> Co-authored-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Co-authored-by: nKsyn <e.nksyn@gmail.com> Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com> Signed-off-by: Anya Lin <hukk1996@gmail.com> Signed-off-by: Džiugas Januševičius <dziugas1959@hotmail.com> Signed-off-by: Hyeonjeong Lee <h9101654@gmail.com> Signed-off-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Signed-off-by: nKsyn <e.nksyn@gmail.com> Signed-off-by: Максим Горпиніч <gorpinicmaksim0@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luci_modules_luci-mod-dsl/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilebrowser/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/uk/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/uk/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/uk/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/uk/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-battstatus/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/ko/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/uk/ Translation: OpenWrt/LuCI/applications/commands Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/filebrowser Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/fwknopd Translation: OpenWrt/LuCI/applications/minidlna Translation: OpenWrt/LuCI/applications/natmap Translation: OpenWrt/LuCI/applications/nut Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/openvpn Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/qos Translation: OpenWrt/LuCI/applications/radicale2 Translation: OpenWrt/LuCI/applications/rp-pppoe-server Translation: OpenWrt/LuCI/applications/samba4 Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/transmission Translation: OpenWrt/LuCI/applications/uhttpd Translation: OpenWrt/LuCI/applications/upnp Translation: OpenWrt/LuCI/applications/watchcat Translation: OpenWrt/LuCI/applications/wol Translation: OpenWrt/LuCI/modules/luci-mod-battstatus Translation: OpenWrt/LuCI/modules/luci-mod-dashboard Translation: OpenWrt/LuCI/modules/luci-mod-dsl |
||
|
|
db91dbcdf7 |
luci-static: fix race condition when probing features
follow-up to
|
||
|
|
7fe6194cdb |
treewide: sync translations
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> |
||
|
|
4b35b0a937 |
Translated using Weblate (Persian)
Currently translated at 22.8% (39 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/fa/ Translated using Weblate (Persian) Currently translated at 100.0% (49 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/fa/ Translated using Weblate (Persian) Currently translated at 56.2% (117 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/fa/ Translated using Weblate (Persian) Currently translated at 69.8% (51 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/fa/ Translated using Weblate (Persian) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/fa/ Translated using Weblate (Persian) Currently translated at 28.7% (27 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/fa/ Translated using Weblate (Persian) Currently translated at 50.7% (214 of 422 strings) Translated using Weblate (Persian) Currently translated at 17.8% (52 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/fa/ Translated using Weblate (Persian) Currently translated at 13.3% (22 of 165 strings) Translated using Weblate (Persian) Currently translated at 20.8% (41 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/fa/ Translated using Weblate (Persian) Currently translated at 11.2% (308 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fa/ Translated using Weblate (Persian) Currently translated at 32.2% (57 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/fa/ Translated using Weblate (Persian) Currently translated at 16.0% (27 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/fa/ Translated using Weblate (Persian) Currently translated at 100.0% (50 of 50 strings) Translated using Weblate (Persian) Currently translated at 9.4% (7 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/fa/ Translated using Weblate (Persian) Currently translated at 79.1% (72 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/fa/ Translated using Weblate (Lithuanian) Currently translated at 92.8% (271 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/lt/ Translated using Weblate (Lithuanian) Currently translated at 50.9% (106 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (Japanese) Currently translated at 37.8% (31 of 82 strings) Translated using Weblate (Lithuanian) Currently translated at 85.2% (249 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/lt/ Translated using Weblate (Lithuanian) Currently translated at 49.0% (102 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2735 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Co-authored-by: Ashkan Azoun <ashk4n@gmail.com> Co-authored-by: Džiugas Januševičius <dziugas1959@hotmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Monarch <monarch.scrap-0p@users.noreply.hosted.weblate.org> Co-authored-by: nKsyn <e.nksyn@gmail.com> Signed-off-by: Ashkan Azoun <ashk4n@gmail.com> Signed-off-by: Džiugas Januševičius <dziugas1959@hotmail.com> Signed-off-by: nKsyn <e.nksyn@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/fa/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/ja/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/fa/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/fa/ Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/modules/luci-mod-dashboard |
||
|
|
e7213a5327 |
Translated using Weblate (Russian)
Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ru/ Translated using Weblate (Russian) Currently translated at 43.7% (67 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/ru/ Translated using Weblate (Spanish) Currently translated at 99.5% (2723 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Translated using Weblate (Lithuanian) Currently translated at 46.6% (97 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (Lithuanian) Currently translated at 73.9% (216 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/lt/ Translated using Weblate (Spanish) Currently translated at 100.0% (17 of 17 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/es/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (422 of 422 strings) Translated using Weblate (Russian) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ru/ Translated using Weblate (Russian) Currently translated at 23.5% (36 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (2735 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Added translation using Weblate (Russian) Translated using Weblate (Russian) Currently translated at 100.0% (119 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (422 of 422 strings) Translated using Weblate (Russian) Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (50 of 50 strings) Translated using Weblate (Lithuanian) Currently translated at 99.2% (127 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/lt/ Translated using Weblate (Russian) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Russian) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (208 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (113 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (2735 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2735 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Esperanto) Currently translated at 2.0% (1 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/eo/ Translated using Weblate (Esperanto) Currently translated at 2.1% (2 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/eo/ Translated using Weblate (Romanian) Currently translated at 10.9% (13 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ro/ Translated using Weblate (Russian) Currently translated at 93.8% (106 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/ru/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2735 of 2735 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 91.4% (386 of 422 strings) Translated using Weblate (Esperanto) Currently translated at 0.6% (1 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/eo/ Co-authored-by: Džiugas Januševičius <dziugas1959@hotmail.com> Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: nKsyn <e.nksyn@gmail.com> Co-authored-by: olimpiumarius <oliver_magnum44@yahoo.com> Co-authored-by: try496 <pinghejk@gmail.com> Co-authored-by: vanapro1 <law820314@gmail.com> Co-authored-by: γλωσσολαλιά <glossolalia@kropotk.in> Signed-off-by: Džiugas Januševičius <dziugas1959@hotmail.com> Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> Signed-off-by: nKsyn <e.nksyn@gmail.com> Signed-off-by: olimpiumarius <oliver_magnum44@yahoo.com> Signed-off-by: try496 <pinghejk@gmail.com> Signed-off-by: vanapro1 <law820314@gmail.com> Signed-off-by: γλωσσολαλιά <glossolalia@kropotk.in> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ru/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/ru/ Translation: OpenWrt/LuCI/applications/commands Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/modules/luci-mod-dashboard |
||
|
|
66d0d6eeda |
luci-base: propagate the multiple flag for RichListValue
This allows disabling selection of multiple entries by removing all checkboxes from the dropdown list. Signed-off-by: Paul Donald <newtwen+github@gmail.com> |
||
|
|
b1afdbeb55 |
Translated using Weblate (French)
Currently translated at 30.6% (45 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/fr/ Translated using Weblate (French) Currently translated at 73.2% (309 of 422 strings) Translated using Weblate (French) Currently translated at 42.4% (14 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/fr/ Translated using Weblate (French) Currently translated at 19.5% (9 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/fr/ Translated using Weblate (French) Currently translated at 6.6% (11 of 165 strings) Translated using Weblate (French) Currently translated at 87.8% (65 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/fr/ Translated using Weblate (French) Currently translated at 18.1% (12 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/fr/ Translated using Weblate (French) Currently translated at 92.0% (69 of 75 strings) Translated using Weblate (French) Currently translated at 5.0% (10 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/fr/ Translated using Weblate (French) Currently translated at 4.2% (3 of 71 strings) Translated using Weblate (French) Currently translated at 97.9% (48 of 49 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/fr/ Translated using Weblate (French) Currently translated at 40.0% (16 of 40 strings) Translation: OpenWrt/LuCI/applications/example Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsexample/fr/ Translated using Weblate (French) Currently translated at 94.5% (173 of 183 strings) Translated using Weblate (French) Currently translated at 73.7% (2016 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fr/ Translated using Weblate (French) Currently translated at 100.0% (17 of 17 strings) Translation: OpenWrt/LuCI/applications/omcproxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/fr/ Translated using Weblate (French) Currently translated at 94.5% (86 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/fr/ Translated using Weblate (French) Currently translated at 90.6% (78 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/fr/ Translated using Weblate (French) Currently translated at 3.3% (6 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/fr/ Translated using Weblate (French) Currently translated at 20.0% (4 of 20 strings) Translation: OpenWrt/LuCI/applications/crowdsec-firewall-bouncer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscrowdsec-firewall-bouncer/fr/ Translated using Weblate (French) Currently translated at 100.0% (2 of 2 strings) Translation: OpenWrt/LuCI/applications/olsr-viz Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-viz/fr/ Translated using Weblate (French) Currently translated at 94.0% (47 of 50 strings) Translated using Weblate (French) Currently translated at 5.0% (6 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/fr/ Translated using Weblate (French) Currently translated at 7.8% (7 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/fr/ Translated using Weblate (French) Currently translated at 8.6% (14 of 162 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 28.5% (6 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/fr/ Translated using Weblate (French) Currently translated at 96.4% (190 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/fr/ Translated using Weblate (French) Currently translated at 27.5% (11 of 40 strings) Translated using Weblate (French) Currently translated at 100.0% (82 of 82 strings) Translated using Weblate (French) Currently translated at 3.9% (5 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/fr/ Translated using Weblate (French) Currently translated at 27.2% (9 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/fr/ Translated using Weblate (French) Currently translated at 3.1% (8 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/fr/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 6.6% (17 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 14.8% (12 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 13.3% (6 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/pt_BR/ Co-authored-by: Alexei Znamensky <russoz@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: liolio6 <fliolio@free.fr> Signed-off-by: Alexei Znamensky <russoz@gmail.com> Signed-off-by: liolio6 <fliolio@free.fr> Translate-URL: https://hosted.weblate.org/projects/openwrt/luci_modules_luci-mod-dsl/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/fr/ Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/modules/luci-mod-dashboard Translation: OpenWrt/LuCI/modules/luci-mod-dsl |
||
|
|
ece28ab5a4 |
luci-base: add responseProgress callback and stderr option
for LuCI.request and `fs.exec_direct()`. This commit adds XHR response progress event option in luci.js and fs.js. And diagnostics.js will use this new event to update command output. This commit also adds a `stderr` option in `fs.exec_direct()`, and requires a patch for `cgi-io`. Currently `cgi-io` redirects stderr to /dev/null, which makes user unable to see error messages. The patch adds a `stderr` option, and if it's set to `1`, redirects stderr to stdout. Signed-off-by: Richard Yu <yurichard3839@gmail.com> Link: https://github.com/openwrt/luci/pull/7920 |
||
|
|
332b3e3b17 |
Translated using Weblate (Portuguese (Brazil))
Currently translated at 78.5% (22 of 28 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2735 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (208 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 87.8% (65 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt_BR/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2735 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Latvian) Currently translated at 7.6% (208 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lv/ Translated using Weblate (Portuguese) Currently translated at 96.1% (2629 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (17 of 17 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/pt_BR/ Translated using Weblate (Czech) Currently translated at 99.5% (2723 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/cs/ Translated using Weblate (Czech) Currently translated at 92.4% (390 of 422 strings) Translated using Weblate (Czech) Currently translated at 100.0% (53 of 53 strings) Translated using Weblate (Spanish) Currently translated at 92.4% (390 of 422 strings) Translated using Weblate (Czech) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/cs/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2735 of 2735 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 25.3% (74 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ja/ Translated using Weblate (Spanish) Currently translated at 99.5% (2723 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Translated using Weblate (Czech) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/vnstat2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/cs/ Translated using Weblate (Japanese) Currently translated at 85.5% (243 of 284 strings) Translated using Weblate (Czech) Currently translated at 100.0% (22 of 22 strings) Translation: OpenWrt/LuCI/applications/lxc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/cs/ Translated using Weblate (Czech) Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/cs/ Translated using Weblate (Czech) Currently translated at 99.1% (112 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/cs/ Translated using Weblate (Spanish) Currently translated at 92.0% (104 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/es/ Translated using Weblate (Japanese) Currently translated at 35.6% (61 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ja/ Translated using Weblate (Japanese) Currently translated at 29.9% (53 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ja/ Translated using Weblate (Czech) Currently translated at 99.0% (206 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/cs/ Translated using Weblate (Japanese) Currently translated at 46.7% (29 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 8.6% (7 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/ja/ Translated using Weblate (Japanese) Currently translated at 71.1% (32 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ja/ Translated using Weblate (Japanese) Currently translated at 68.0% (1861 of 2735 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% (50 of 50 strings) Translated using Weblate (Japanese) Currently translated at 85.5% (243 of 284 strings) Translated using Weblate (Japanese) Currently translated at 14.2% (4 of 28 strings) Translated using Weblate (Japanese) Currently translated at 6.7% (12 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/ja/ Translated using Weblate (Japanese) Currently translated at 27.6% (49 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ja/ Translated using Weblate (Japanese) Currently translated at 72.0% (152 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ja/ Translated using Weblate (Japanese) Currently translated at 87.4% (160 of 183 strings) Translated using Weblate (Japanese) Currently translated at 14.5% (9 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ja/ Translated using Weblate (Japanese) Currently translated at 95.6% (87 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ja/ Translated using Weblate (Japanese) Currently translated at 32.9% (30 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ja/ Translated using Weblate (Japanese) Currently translated at 100.0% (12 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 6.2% (16 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ja/ Translated using Weblate (Japanese) Currently translated at 79.6% (336 of 422 strings) Translated using Weblate (Japanese) Currently translated at 39.3% (13 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/ja/ Translated using Weblate (Japanese) Currently translated at 24.3% (71 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ja/ Translated using Weblate (Japanese) Currently translated at 5.5% (11 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ja/ Translated using Weblate (Japanese) Currently translated at 13.6% (9 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ja/ Translated using Weblate (Japanese) Currently translated at 27.2% (9 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/ja/ Translated using Weblate (Japanese) Currently translated at 23.9% (11 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ja/ Translated using Weblate (Japanese) Currently translated at 8.4% (10 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ja/ Translated using Weblate (Japanese) Currently translated at 50.0% (99 of 198 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% (18 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 6.6% (2 of 30 strings) Translated using Weblate (Japanese) Currently translated at 65.4% (112 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ja/ Translated using Weblate (Japanese) Currently translated at 40.0% (16 of 40 strings) Translation: OpenWrt/LuCI/applications/example Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsexample/ja/ Translated using Weblate (Japanese) Currently translated at 22.5% (9 of 40 strings) Translated using Weblate (Japanese) Currently translated at 24.5% (42 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ja/ Translated using Weblate (Japanese) Currently translated at 4.5% (7 of 153 strings) Translation: OpenWrt/LuCI/applications/dawn Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdawn/ja/ Translated using Weblate (Polish) Currently translated at 100.0% (2735 of 2735 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% (2735 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2735 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (2735 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/uk/ Translated using Weblate (Polish) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (208 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (208 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pl/ Translated using Weblate (Dutch) Currently translated at 99.4% (196 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/nl/ Translated using Weblate (Swedish) Currently translated at 75.7% (25 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/sv/ Translated using Weblate (Polish) Currently translated at 100.0% (422 of 422 strings) Translated using Weblate (Polish) Currently translated at 100.0% (422 of 422 strings) Translated using Weblate (Ukrainian) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/uk/ Translated using Weblate (Irish) Currently translated at 100.0% (422 of 422 strings) Translated using Weblate (Irish) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ga/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (422 of 422 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (422 of 422 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (208 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/zh_Hans/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (208 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/uk/ Translated using Weblate (Swedish) Currently translated at 52.7% (48 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/sv/ Translated using Weblate (Irish) Currently translated at 100.0% (208 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ga/ Translated using Weblate (Swedish) Currently translated at 39.6% (1084 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sv/ Translated using Weblate (Swedish) Currently translated at 50.3% (143 of 284 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (292 of 292 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/zh_Hans/ Translated using Weblate (Dutch) Currently translated at 2.7% (1 of 37 strings) Translated using Weblate (Ukrainian) Currently translated at 100.0% (422 of 422 strings) Translated using Weblate (Irish) Currently translated at 100.0% (2735 of 2735 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ga/ Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Co-authored-by: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv> Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Co-authored-by: Matthaiks <kitynska@gmail.com> Co-authored-by: Meow <sander.schutten@gmail.com> Co-authored-by: Monarch <monarch.scrap-0p@users.noreply.hosted.weblate.org> Co-authored-by: Pavel Borecki <pavel.borecki@gmail.com> Co-authored-by: Piotr Kołtun <pkoltungm@gmail.com> Co-authored-by: Samuel Rydén <trahojen@gmail.com> Co-authored-by: Tomé <tome.ribeiro@gmail.com> Co-authored-by: nKsyn <e.nksyn@gmail.com> Co-authored-by: try496 <pinghejk@gmail.com> Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com> Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Signed-off-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Signed-off-by: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv> Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> Signed-off-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Signed-off-by: Matthaiks <kitynska@gmail.com> Signed-off-by: Meow <sander.schutten@gmail.com> Signed-off-by: Monarch <monarch.scrap-0p@users.noreply.hosted.weblate.org> Signed-off-by: Pavel Borecki <pavel.borecki@gmail.com> Signed-off-by: Piotr Kołtun <pkoltungm@gmail.com> Signed-off-by: Samuel Rydén <trahojen@gmail.com> Signed-off-by: Tomé <tome.ribeiro@gmail.com> Signed-off-by: nKsyn <e.nksyn@gmail.com> Signed-off-by: Максим Горпиніч <gorpinicmaksim0@gmail.com> Signed-off-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsantiblock/ja/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ja/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/sv/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/ja/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/ja/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/ja/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/cs/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ga/ 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/uk/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/cs/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/nl/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/ja/ Translation: OpenWrt/LuCI/applications/antiblock Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/natmap Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/upnp Translation: OpenWrt/LuCI/applications/watchcat Translation: OpenWrt/LuCI/modules/luci-mod-dashboard |
||
|
|
b6d43252f4 |
luci-base: add odhcp6c stats to luci ucode
Provides odhcp6c statistics of DHCPv6 request and response traffic Signed-off-by: Paul Donald <newtwen+github@gmail.com> |
||
|
|
9a913af664 |
treewide: sync i18n translations
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> |
||
|
|
2c456b2cc1 |
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/zh_Hans/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Catalan) Currently translated at 16.6% (10 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ca/ Translated using Weblate (Irish) Currently translated at 100.0% (113 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/ga/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (73 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/lt/ Translated using Weblate (Catalan) Currently translated at 33.5% (914 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ca/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (75 of 75 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (74 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/lt/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (293 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt_BR/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (113 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/zh_Hans/ Translated using Weblate (Catalan) Currently translated at 6.8% (5 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ca/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/lt/ Translated using Weblate (Lithuanian) Currently translated at 72.6% (93 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/lt/ Translated using Weblate (Catalan) Currently translated at 100.0% (28 of 28 strings) Translation: OpenWrt/LuCI/applications/acl Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/ca/ Translated using Weblate (Lithuanian) Currently translated at 99.1% (112 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/lt/ Translated using Weblate (Polish) Currently translated at 100.0% (113 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (113 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/pl/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (89 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (94 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/lt/ Translated using Weblate (Lithuanian) Currently translated at 63.8% (187 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (177 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/lt/ Translated using Weblate (Catalan) Currently translated at 11.7% (2 of 17 strings) Translation: OpenWrt/LuCI/applications/omcproxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/ca/ Translated using Weblate (Catalan) Currently translated at 13.1% (5 of 38 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/ca/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (403 of 403 strings) Translated using Weblate (Ukrainian) Currently translated at 100.0% (113 of 113 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/uk/ Translated using Weblate (Lithuanian) Currently translated at 46.6% (97 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (17 of 17 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/lt/ Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Co-authored-by: Christopher Picón <ntrpc.tech@users.noreply.hosted.weblate.org> Co-authored-by: Džiugas Januševičius <dziugas1959@hotmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Co-authored-by: Matthaiks <kitynska@gmail.com> Co-authored-by: Piotr Kołtun <pkoltungm@gmail.com> Co-authored-by: nKsyn <e.nksyn@gmail.com> Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com> Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Signed-off-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Signed-off-by: Christopher Picón <ntrpc.tech@users.noreply.hosted.weblate.org> Signed-off-by: Džiugas Januševičius <dziugas1959@hotmail.com> Signed-off-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Signed-off-by: Matthaiks <kitynska@gmail.com> Signed-off-by: Piotr Kołtun <pkoltungm@gmail.com> Signed-off-by: nKsyn <e.nksyn@gmail.com> Signed-off-by: Максим Горпиніч <gorpinicmaksim0@gmail.com> Signed-off-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/lt/ Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy |
||
|
|
de5ddebeed |
luci-base: add a validation for fw4 zone names
Signed-off-by: Paul Donald <newtwen+github@gmail.com> |
||
|
|
d02e2a147e |
Translated using Weblate (Catalan)
Currently translated at 56.2% (9 of 16 strings) Translated using Weblate (Catalan) Currently translated at 15.1% (30 of 198 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ca/ Translated using Weblate (Polish) Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/ Translated using Weblate (Catalan) Currently translated at 8.8% (11 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ca/ Translated using Weblate (Latvian) Currently translated at 7.0% (192 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lv/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Catalan) Currently translated at 25.5% (22 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/ca/ Translated using Weblate (Catalan) Currently translated at 33.5% (914 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ca/ Translated using Weblate (Catalan) Currently translated at 8.8% (11 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ca/ Translated using Weblate (German) Currently translated at 90.5% (67 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/de/ Translated using Weblate (Catalan) Currently translated at 2.2% (4 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/ca/ Translated using Weblate (Catalan) Currently translated at 43.4% (20 of 46 strings) Translated using Weblate (Catalan) Currently translated at 7.1% (2 of 28 strings) Translated using Weblate (Catalan) Currently translated at 6.4% (11 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ca/ Translated using Weblate (German) Currently translated at 94.5% (86 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/de/ Translated using Weblate (Catalan) Currently translated at 43.7% (7 of 16 strings) Translation: OpenWrt/LuCI/applications/hd-idle Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshd-idle/ca/ Translated using Weblate (Catalan) Currently translated at 0.8% (1 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ca/ Translated using Weblate (Czech) Currently translated at 98.5% (205 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/cs/ Translated using Weblate (Catalan) Currently translated at 2.2% (4 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ca/ Translated using Weblate (Catalan) Currently translated at 4.7% (1 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/ca/ Translated using Weblate (Catalan) Currently translated at 6.0% (2 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/ca/ Translated using Weblate (Czech) Currently translated at 98.0% (395 of 403 strings) Translated using Weblate (Catalan) Currently translated at 7.1% (15 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ca/ Translated using Weblate (Catalan) Currently translated at 4.6% (8 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ca/ Translated using Weblate (Czech) Currently translated at 100.0% (119 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/cs/ Translated using Weblate (Catalan) Currently translated at 6.0% (2 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/ca/ Translated using Weblate (Catalan) Currently translated at 0.6% (1 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ca/ Translated using Weblate (Catalan) Currently translated at 24.4% (11 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ca/ Translated using Weblate (Catalan) Currently translated at 9.1% (18 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/ca/ Translated using Weblate (Catalan) Currently translated at 5.8% (17 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ca/ Translated using Weblate (German) Currently translated at 100.0% (17 of 17 strings) Translation: OpenWrt/LuCI/applications/eoip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/de/ Translated using Weblate (Catalan) Currently translated at 2.0% (1 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/ca/ Translated using Weblate (Catalan) Currently translated at 39.4% (159 of 403 strings) Translated using Weblate (Catalan) Currently translated at 1.0% (2 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ca/ Translated using Weblate (German) Currently translated at 78.0% (57 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/de/ Translated using Weblate (Catalan) Currently translated at 1.5% (1 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ca/ Translated using Weblate (Catalan) Currently translated at 1.1% (3 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ca/ Co-authored-by: Alfonso Montero López <amontero@tinet.org> Co-authored-by: Christopher Picón <ntrpc.tech@users.noreply.hosted.weblate.org> Co-authored-by: David Kejzlar <kejly@kejly.cz> Co-authored-by: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Piotr Kołtun <pkoltungm@gmail.com> Co-authored-by: try496 <pinghejk@gmail.com> Signed-off-by: Alfonso Montero López <amontero@tinet.org> Signed-off-by: Christopher Picón <ntrpc.tech@users.noreply.hosted.weblate.org> Signed-off-by: David Kejzlar <kejly@kejly.cz> Signed-off-by: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv> Signed-off-by: Piotr Kołtun <pkoltungm@gmail.com> Signed-off-by: try496 <pinghejk@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/ca/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/ca/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ca/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/cs/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/ca/ Translation: OpenWrt/LuCI/applications/minidlna Translation: OpenWrt/LuCI/applications/natmap Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/wol |
||
|
|
875c2a958f |
luci-base: retain i18n strings for previous table heading commits
Signed-off-by: Paul Donald <newtwen+github@gmail.com> |
||
|
|
0f01cd2730 |
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/zh_Hans/ Translated using Weblate (French) Currently translated at 88.4% (100 of 113 strings) Translated using Weblate (Italian) Currently translated at 59.4% (22 of 37 strings) Translated using Weblate (Italian) Currently translated at 33.3% (11 of 33 strings) Translation: OpenWrt/LuCI/applications/vnstat2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/it/ Translated using Weblate (Italian) Currently translated at 87.5% (155 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/it/ Translated using Weblate (Italian) Currently translated at 15.7% (14 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/it/ Translated using Weblate (Italian) Currently translated at 84.0% (2289 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/it/ Translated using Weblate (French) Currently translated at 75.1% (303 of 403 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2723 of 2723 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 75.0% (21 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/it/ Translated using Weblate (Italian) Currently translated at 10.6% (19 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/it/ Translated using Weblate (Italian) Currently translated at 52.9% (9 of 17 strings) Translation: OpenWrt/LuCI/applications/eoip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/it/ Translated using Weblate (Italian) Currently translated at 9.6% (16 of 165 strings) Translated using Weblate (Catalan) Currently translated at 1.1% (2 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/ca/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Italian) Currently translated at 51.0% (25 of 49 strings) Translated using Weblate (Italian) Currently translated at 16.8% (13 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/it/ Translated using Weblate (Italian) Currently translated at 72.6% (53 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/it/ Translated using Weblate (Italian) Currently translated at 98.4% (65 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/it/ Translated using Weblate (Italian) Currently translated at 43.4% (20 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/it/ Translated using Weblate (Italian) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Italian) Currently translated at 27.5% (11 of 40 strings) Translation: OpenWrt/LuCI/applications/example Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsexample/it/ Translated using Weblate (Italian) Currently translated at 100.0% (17 of 17 strings) Translation: OpenWrt/LuCI/applications/omcproxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/it/ Translated using Weblate (Italian) Currently translated at 59.6% (37 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 20.9% (34 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/it/ Translated using Weblate (Italian) Currently translated at 79.2% (42 of 53 strings) Translated using Weblate (Italian) Currently translated at 37.2% (35 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/it/ Translated using Weblate (Italian) Currently translated at 75.0% (12 of 16 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/it/ Translated using Weblate (Italian) Currently translated at 20.3% (23 of 113 strings) Translated using Weblate (Italian) Currently translated at 100.0% (62 of 62 strings) Translated using Weblate (Italian) Currently translated at 74.0% (60 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/it/ Translated using Weblate (Italian) Currently translated at 22.9% (11 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/it/ Translated using Weblate (Italian) Currently translated at 97.4% (192 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/it/ Translated using Weblate (Italian) Currently translated at 68.9% (202 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/it/ Translated using Weblate (Italian) Currently translated at 10.9% (13 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/it/ Translated using Weblate (French) Currently translated at 56.4% (70 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/fr/ Translated using Weblate (Italian) Currently translated at 10.1% (20 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/it/ Translated using Weblate (Italian) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Italian) Currently translated at 29.6% (27 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/it/ Translated using Weblate (Italian) Currently translated at 32.0% (24 of 75 strings) Translated using Weblate (Italian) Currently translated at 100.0% (62 of 62 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/it/ Translated using Weblate (Italian) Currently translated at 87.0% (27 of 31 strings) Translation: OpenWrt/LuCI/applications/wifischedule Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/it/ Translated using Weblate (Italian) Currently translated at 12.2% (18 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/it/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/zh_Hans/ Translated using Weblate (Italian) Currently translated at 40.1% (102 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/it/ Translated using Weblate (French) Currently translated at 4.2% (5 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/fr/ Translated using Weblate (Italian) Currently translated at 66.6% (22 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/it/ Translated using Weblate (Italian) Currently translated at 61.9% (13 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/it/ Translated using Weblate (Italian) Currently translated at 22.5% (28 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/it/ Translated using Weblate (Italian) Currently translated at 39.8% (73 of 183 strings) Added translation using Weblate (Catalan) Translated using Weblate (Catalan) Currently translated at 100.0% (2 of 2 strings) Added translation using Weblate (Catalan) Translated using Weblate (Catalan) Currently translated at 33.5% (914 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ca/ Translated using Weblate (Catalan) Currently translated at 5.4% (5 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ca/ Translated using Weblate (Catalan) Currently translated at 6.1% (13 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ca/ Translated using Weblate (French) Currently translated at 4.5% (9 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/fr/ Translated using Weblate (French) Currently translated at 100.0% (102 of 102 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (74 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/zh_Hans/ Translated using Weblate (French) Currently translated at 27.5% (11 of 40 strings) Translated using Weblate (French) Currently translated at 100.0% (62 of 62 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (75 of 75 strings) Translated using Weblate (French) Currently translated at 37.2% (35 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/fr/ Translated using Weblate (French) Currently translated at 97.9% (48 of 49 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/fr/ Translated using Weblate (French) Currently translated at 87.8% (65 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/fr/ Translated using Weblate (French) Currently translated at 37.5% (15 of 40 strings) Translation: OpenWrt/LuCI/applications/example Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsexample/fr/ Translated using Weblate (French) Currently translated at 94.5% (86 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/fr/ Translated using Weblate (French) Currently translated at 19.5% (9 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/fr/ Translated using Weblate (French) Currently translated at 37.5% (18 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/fr/ Translated using Weblate (French) Currently translated at 50.8% (90 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/fr/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (66 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/zh_Hans/ Translated using Weblate (French) Currently translated at 42.4% (14 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/fr/ Translated using Weblate (French) Currently translated at 26.6% (78 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/fr/ Translated using Weblate (Indonesian) Currently translated at 0.9% (25 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/id/ Translated using Weblate (French) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (French) Currently translated at 94.9% (56 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/fr/ Translated using Weblate (French) Currently translated at 90.6% (78 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/fr/ Translated using Weblate (French) Currently translated at 13.3% (6 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/fr/ Translated using Weblate (French) Currently translated at 100.0% (44 of 44 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/fr/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (46 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/zh_Hans/ Translated using Weblate (French) Currently translated at 74.0% (2017 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fr/ Translated using Weblate (French) Currently translated at 3.3% (4 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/fr/ Translated using Weblate (French) Currently translated at 94.5% (173 of 183 strings) Translated using Weblate (French) Currently translated at 100.0% (168 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/fr/ Translated using Weblate (French) Currently translated at 30.8% (25 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/fr/ Translated using Weblate (French) Currently translated at 23.8% (5 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/fr/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/zh_Hans/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/zh_Hans/ Translated using Weblate (French) Currently translated at 78.5% (22 of 28 strings) Translated using Weblate (French) Currently translated at 82.1% (23 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/fr/ Translated using Weblate (French) Currently translated at 5.6% (4 of 71 strings) Translated using Weblate (French) Currently translated at 53.3% (111 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/fr/ Translated using Weblate (French) Currently translated at 92.0% (69 of 75 strings) Translated using Weblate (French) Currently translated at 29.4% (5 of 17 strings) Translation: OpenWrt/LuCI/applications/eoip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/fr/ Translated using Weblate (French) Currently translated at 96.8% (275 of 284 strings) Translated using Weblate (French) Currently translated at 66.0% (35 of 53 strings) Translated using Weblate (French) Currently translated at 24.2% (8 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/fr/ Translated using Weblate (French) Currently translated at 85.0% (51 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/fr/ Translated using Weblate (French) Currently translated at 8.6% (14 of 162 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 18.1% (12 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/fr/ Translated using Weblate (French) Currently translated at 70.3% (64 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/fr/ Translated using Weblate (French) Currently translated at 51.6% (64 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/fr/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (403 of 403 strings) Translated using Weblate (French) Currently translated at 27.8% (41 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/fr/ Translated using Weblate (French) Currently translated at 2.3% (6 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/fr/ Translated using Weblate (French) Currently translated at 68.2% (275 of 403 strings) Translated using Weblate (French) Currently translated at 7.8% (7 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/fr/ Translated using Weblate (French) Currently translated at 2.2% (4 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/fr/ Translated using Weblate (French) Currently translated at 69.8% (51 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/fr/ Translated using Weblate (French) Currently translated at 83.8% (26 of 31 strings) Translation: OpenWrt/LuCI/applications/wifischedule Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/fr/ Translated using Weblate (French) Currently translated at 88.2% (15 of 17 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/fr/ Translated using Weblate (French) Currently translated at 41.9% (83 of 198 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/fr/ Translated using Weblate (French) Currently translated at 11.6% (9 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/fr/ Translated using Weblate (French) Currently translated at 96.4% (190 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/fr/ Translated using Weblate (French) Currently translated at 94.8% (186 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/fr/ Translated using Weblate (French) Currently translated at 42.8% (9 of 21 strings) Translation: OpenWrt/LuCI/applications/tor Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstor/fr/ Translated using Weblate (French) Currently translated at 59.2% (67 of 113 strings) Translated using Weblate (French) Currently translated at 6.0% (10 of 165 strings) Translated using Weblate (Romanian) Currently translated at 94.2% (196 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ro/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (168 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/zh_Hans/ Translated using Weblate (French) Currently translated at 99.0% (209 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/fr/ Translated using Weblate (French) Currently translated at 31.5% (54 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/fr/ Translated using Weblate (French) Currently translated at 99.4% (170 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/fr/ Translated using Weblate (French) Currently translated at 62.5% (10 of 16 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/fr/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/zh_Hans/ Translated using Weblate (French) Currently translated at 98.9% (191 of 193 strings) Translated using Weblate (French) Currently translated at 20.0% (4 of 20 strings) Translation: OpenWrt/LuCI/applications/crowdsec-firewall-bouncer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscrowdsec-firewall-bouncer/fr/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (French) Currently translated at 42.8% (21 of 49 strings) Translated using Weblate (French) Currently translated at 4.0% (8 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/fr/ Translated using Weblate (French) Currently translated at 100.0% (102 of 102 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (74 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/zh_Hans/ Translated using Weblate (French) Currently translated at 27.5% (11 of 40 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (75 of 75 strings) Translated using Weblate (French) Currently translated at 36.1% (34 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/fr/ Translated using Weblate (French) Currently translated at 97.9% (48 of 49 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/fr/ Translated using Weblate (French) Currently translated at 37.5% (15 of 40 strings) Translation: OpenWrt/LuCI/applications/example Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsexample/fr/ Translated using Weblate (French) Currently translated at 17.3% (8 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/fr/ Translated using Weblate (French) Currently translated at 37.5% (18 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/fr/ Translated using Weblate (French) Currently translated at 50.8% (90 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/fr/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (66 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/zh_Hans/ Translated using Weblate (French) Currently translated at 42.4% (14 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/fr/ Translated using Weblate (French) Currently translated at 26.6% (78 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/fr/ Translated using Weblate (French) Currently translated at 94.9% (56 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/fr/ Translated using Weblate (French) Currently translated at 90.6% (78 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/fr/ Translated using Weblate (French) Currently translated at 11.1% (5 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/fr/ Translated using Weblate (French) Currently translated at 100.0% (44 of 44 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/fr/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (46 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/zh_Hans/ Translated using Weblate (French) Currently translated at 74.0% (2017 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fr/ Translated using Weblate (French) Currently translated at 1.6% (2 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/fr/ Translated using Weblate (French) Currently translated at 94.5% (173 of 183 strings) Translated using Weblate (French) Currently translated at 100.0% (168 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/fr/ Translated using Weblate (French) Currently translated at 29.6% (24 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/fr/ Translated using Weblate (French) Currently translated at 19.0% (4 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/fr/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/zh_Hans/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/zh_Hans/ Translated using Weblate (French) Currently translated at 75.0% (21 of 28 strings) Translated using Weblate (French) Currently translated at 82.1% (23 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/fr/ Translated using Weblate (French) Currently translated at 4.2% (3 of 71 strings) Translated using Weblate (French) Currently translated at 52.8% (110 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/fr/ Translated using Weblate (French) Currently translated at 92.0% (69 of 75 strings) Translated using Weblate (French) Currently translated at 23.5% (4 of 17 strings) Translation: OpenWrt/LuCI/applications/eoip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/fr/ Translated using Weblate (French) Currently translated at 96.8% (275 of 284 strings) Translated using Weblate (French) Currently translated at 24.2% (8 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/fr/ Translated using Weblate (French) Currently translated at 85.0% (51 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/fr/ Translated using Weblate (French) Currently translated at 8.6% (14 of 162 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 16.6% (11 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/fr/ Translated using Weblate (French) Currently translated at 69.2% (63 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/fr/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (403 of 403 strings) Translated using Weblate (French) Currently translated at 26.5% (39 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/fr/ Translated using Weblate (French) Currently translated at 1.5% (4 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/fr/ Translated using Weblate (French) Currently translated at 65.0% (262 of 403 strings) Translated using Weblate (French) Currently translated at 6.7% (6 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/fr/ Translated using Weblate (French) Currently translated at 1.6% (3 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/fr/ Translated using Weblate (French) Currently translated at 68.4% (50 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/fr/ Translated using Weblate (French) Currently translated at 88.2% (15 of 17 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/fr/ Translated using Weblate (French) Currently translated at 41.9% (83 of 198 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/fr/ Translated using Weblate (French) Currently translated at 10.3% (8 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/fr/ Translated using Weblate (French) Currently translated at 96.4% (190 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/fr/ Translated using Weblate (French) Currently translated at 94.8% (186 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/fr/ Translated using Weblate (French) Currently translated at 42.8% (9 of 21 strings) Translation: OpenWrt/LuCI/applications/tor Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstor/fr/ Translated using Weblate (French) Currently translated at 59.2% (67 of 113 strings) Translated using Weblate (French) Currently translated at 5.4% (9 of 165 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (168 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/zh_Hans/ Translated using Weblate (French) Currently translated at 99.0% (209 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/fr/ Translated using Weblate (French) Currently translated at 31.5% (54 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/fr/ Translated using Weblate (French) Currently translated at 99.4% (170 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/fr/ Translated using Weblate (French) Currently translated at 50.0% (8 of 16 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/fr/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/zh_Hans/ Translated using Weblate (French) Currently translated at 98.9% (191 of 193 strings) Translated using Weblate (French) Currently translated at 15.0% (3 of 20 strings) Translation: OpenWrt/LuCI/applications/crowdsec-firewall-bouncer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscrowdsec-firewall-bouncer/fr/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (French) Currently translated at 40.8% (20 of 49 strings) Co-authored-by: CRISTIAN ANDREI <cristianvdr@gmail.com> Co-authored-by: Christopher Picón <ntrpc.tech@users.noreply.hosted.weblate.org> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Martin Devolder <martin.devolder2@gmail.com> Co-authored-by: iqbalramdhan <iqbalramdhan0412@gmail.com> Co-authored-by: nKsyn <e.nksyn@gmail.com> Co-authored-by: niky1987 <niky1987@libero.it> Co-authored-by: try496 <pinghejk@gmail.com> Signed-off-by: CRISTIAN ANDREI <cristianvdr@gmail.com> Signed-off-by: Christopher Picón <ntrpc.tech@users.noreply.hosted.weblate.org> Signed-off-by: Martin Devolder <martin.devolder2@gmail.com> Signed-off-by: iqbalramdhan <iqbalramdhan0412@gmail.com> Signed-off-by: nKsyn <e.nksyn@gmail.com> Signed-off-by: niky1987 <niky1987@libero.it> Signed-off-by: try496 <pinghejk@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luci_modules_luci-mod-dsl/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilebrowser/ca/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/it/ Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/filebrowser Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/minidlna Translation: OpenWrt/LuCI/applications/natmap Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/openvpn Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/qos Translation: OpenWrt/LuCI/applications/radicale2 Translation: OpenWrt/LuCI/applications/rp-pppoe-server Translation: OpenWrt/LuCI/applications/samba4 Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/transmission Translation: OpenWrt/LuCI/applications/uhttpd Translation: OpenWrt/LuCI/applications/upnp Translation: OpenWrt/LuCI/modules/luci-mod-dsl |
||
|
|
cf3d8cdb27 |
Translated using Weblate (Portuguese)
Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/pt/ Translated using Weblate (Portuguese) Currently translated at 5.8% (7 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/pt/ Translated using Weblate (Portuguese) Currently translated at 66.5% (195 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt/ Translated using Weblate (Portuguese) Currently translated at 22.9% (11 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/pt/ Translated using Weblate (Portuguese) Currently translated at 16.8% (13 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/pt/ Translated using Weblate (Portuguese) Currently translated at 31.5% (52 of 165 strings) Translated using Weblate (Portuguese) Currently translated at 91.7% (67 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/pt/ Translated using Weblate (Portuguese) Currently translated at 27.2% (18 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/pt/ Translated using Weblate (Portuguese) Currently translated at 98.0% (204 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt/ Translated using Weblate (Portuguese) Currently translated at 54.5% (18 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/pt/ Translated using Weblate (Portuguese) Currently translated at 100.0% (196 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/pt/ Translated using Weblate (Portuguese) Currently translated at 7.4% (8 of 107 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/pt/ Translated using Weblate (Portuguese) Currently translated at 92.8% (26 of 28 strings) Translated using Weblate (Portuguese) Currently translated at 81.3% (161 of 198 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pt/ Translated using Weblate (Italian) Currently translated at 53.8% (112 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/it/ Translated using Weblate (Italian) Currently translated at 30.3% (10 of 33 strings) Translation: OpenWrt/LuCI/applications/vnstat2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/it/ Translated using Weblate (Italian) Currently translated at 9.5% (17 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/it/ Translated using Weblate (Italian) Currently translated at 57.1% (12 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/it/ Translated using Weblate (Italian) Currently translated at 55.5% (25 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/it/ Translated using Weblate (Italian) Currently translated at 36.1% (34 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/it/ Translated using Weblate (Italian) Currently translated at 79.2% (42 of 53 strings) Translated using Weblate (Italian) Currently translated at 84.0% (2288 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/it/ Translated using Weblate (Italian) Currently translated at 7.8% (13 of 165 strings) Translated using Weblate (Italian) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/it/ Translated using Weblate (Italian) Currently translated at 72.6% (53 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/it/ Translated using Weblate (Italian) Currently translated at 68.9% (202 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/it/ Translated using Weblate (Italian) Currently translated at 100.0% (38 of 38 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/it/ Translated using Weblate (Italian) Currently translated at 42.8% (12 of 28 strings) Translated using Weblate (Italian) Currently translated at 39.1% (18 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/it/ Translated using Weblate (Italian) Currently translated at 81.8% (18 of 22 strings) Translation: OpenWrt/LuCI/applications/lxc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/it/ Translated using Weblate (Italian) Currently translated at 26.7% (53 of 198 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/it/ Translated using Weblate (Italian) Currently translated at 9.2% (11 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/it/ Translated using Weblate (Italian) Currently translated at 13.4% (12 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/it/ Translated using Weblate (Italian) Currently translated at 46.9% (23 of 49 strings) Translated using Weblate (Italian) Currently translated at 29.8% (63 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/it/ Translated using Weblate (Italian) Currently translated at 30.6% (23 of 75 strings) Translated using Weblate (Italian) Currently translated at 18.6% (11 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/it/ Translated using Weblate (Italian) Currently translated at 62.5% (10 of 16 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/it/ Translated using Weblate (Italian) Currently translated at 10.8% (16 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/it/ Translated using Weblate (Italian) Currently translated at 100.0% (86 of 86 strings) Translation: OpenWrt/LuCI/applications/package-manager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspackage-manager/it/ Translated using Weblate (Italian) Currently translated at 38.5% (98 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/it/ Translated using Weblate (Italian) Currently translated at 47.0% (8 of 17 strings) Translation: OpenWrt/LuCI/applications/eoip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/it/ Translated using Weblate (Italian) Currently translated at 22.9% (11 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/it/ Translated using Weblate (Italian) Currently translated at 15.5% (12 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/it/ Translated using Weblate (Italian) Currently translated at 97.4% (192 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/it/ Translated using Weblate (Italian) Currently translated at 39.8% (73 of 183 strings) Translated using Weblate (Italian) Currently translated at 86.6% (52 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/it/ Translated using Weblate (Italian) Currently translated at 63.6% (21 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/it/ Translated using Weblate (Italian) Currently translated at 22.5% (9 of 40 strings) Translation: OpenWrt/LuCI/applications/example Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsexample/it/ Translated using Weblate (Romanian) Currently translated at 90.5% (2465 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ro/ Translated using Weblate (Italian) Currently translated at 97.4% (192 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/it/ Translated using Weblate (Italian) Currently translated at 71.2% (52 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/it/ Translated using Weblate (Italian) Currently translated at 5.8% (7 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/it/ Translated using Weblate (Italian) Currently translated at 10.2% (15 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/it/ Translated using Weblate (Italian) Currently translated at 35.7% (10 of 28 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/ Translated using Weblate (Romanian) Currently translated at 94.5% (86 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/ro/ Translated using Weblate (Romanian) Currently translated at 42.8% (9 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/ro/ Translated using Weblate (Romanian) Currently translated at 12.5% (5 of 40 strings) Translation: OpenWrt/LuCI/applications/example Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsexample/ro/ Translated using Weblate (Romanian) Currently translated at 25.0% (5 of 20 strings) Translation: OpenWrt/LuCI/applications/crowdsec-firewall-bouncer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscrowdsec-firewall-bouncer/ro/ Translated using Weblate (Romanian) Currently translated at 90.6% (68 of 75 strings) Translated using Weblate (Romanian) Currently translated at 99.5% (401 of 403 strings) Translated using Weblate (German) Currently translated at 75.3% (55 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/de/ Translated using Weblate (Romanian) Currently translated at 33.3% (7 of 21 strings) Translation: OpenWrt/LuCI/applications/tor Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstor/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (168 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/ro/ Translated using Weblate (Romanian) Currently translated at 15.5% (12 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/ro/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pt_BR/ Translated using Weblate (Romanian) Currently translated at 96.6% (57 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/ro/ Translated using Weblate (Romanian) Currently translated at 90.1% (82 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ro/ Translated using Weblate (Romanian) Currently translated at 32.5% (13 of 40 strings) Translated using Weblate (Romanian) Currently translated at 87.8% (65 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/ro/ Translated using Weblate (Indonesian) Currently translated at 1.6% (3 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/id/ Translated using Weblate (Indonesian) Currently translated at 64.3% (47 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/id/ Translated using Weblate (Romanian) Currently translated at 100.0% (124 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/ro/ Translated using Weblate (Romanian) Currently translated at 90.5% (2465 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ro/ Translated using Weblate (Romanian) Currently translated at 10.2% (11 of 107 strings) Translation: OpenWrt/LuCI/applications/filemanager Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfilemanager/ro/ Translated using Weblate (Romanian) Currently translated at 67.9% (36 of 53 strings) Translated using Weblate (Romanian) Currently translated at 83.8% (26 of 31 strings) Translation: OpenWrt/LuCI/applications/wifischedule Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/ro/ Translated using Weblate (Romanian) Currently translated at 9.0% (15 of 165 strings) Translated using Weblate (Indonesian) Currently translated at 33.1% (69 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/id/ Translated using Weblate (Romanian) Currently translated at 48.9% (24 of 49 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 4.3% (11 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/pt_BR/ Translated using Weblate (Romanian) Currently translated at 10.0% (12 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ro/ Translated using Weblate (Romanian) Currently translated at 10.1% (13 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/ro/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Indonesian) Currently translated at 18.6% (53 of 284 strings) Translated using Weblate (Romanian) Currently translated at 30.3% (10 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/ro/ Translated using Weblate (Romanian) Currently translated at 55.1% (81 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/ro/ Translated using Weblate (German) Currently translated at 82.8% (164 of 198 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/de/ Translated using Weblate (Romanian) Currently translated at 68.7% (11 of 16 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/ro/ Translated using Weblate (Romanian) Currently translated at 16.6% (8 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/ro/ Translated using Weblate (Romanian) Currently translated at 8.4% (15 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/ro/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/pt_BR/ Translated using Weblate (Romanian) Currently translated at 94.2% (196 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ro/ Translated using Weblate (Indonesian) Currently translated at 0.4% (11 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/id/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Finnish) Currently translated at 59.7% (1626 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fi/ Translated using Weblate (Romanian) Currently translated at 98.5% (280 of 284 strings) Translated using Weblate (Romanian) Currently translated at 66.6% (118 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ro/ Translated using Weblate (Romanian) Currently translated at 18.1% (12 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/ro/ Translated using Weblate (Romanian) Currently translated at 35.2% (6 of 17 strings) Translation: OpenWrt/LuCI/applications/eoip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/ro/ Translated using Weblate (Romanian) Currently translated at 69.8% (51 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/ro/ Translated using Weblate (Romanian) Currently translated at 100.0% (171 of 171 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/ro/ Translated using Weblate (Romanian) Currently translated at 6.6% (17 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ro/ Translated using Weblate (Romanian) Currently translated at 34.5% (56 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ro/ Translated using Weblate (Romanian) Currently translated at 35.5% (16 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ro/ Translated using Weblate (Romanian) Currently translated at 7.5% (15 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/ro/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (208 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt_BR/ Translated using Weblate (Romanian) Currently translated at 53.5% (15 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/ro/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (177 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/pt_BR/ Translated using Weblate (Romanian) Currently translated at 10.1% (9 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/ro/ Translated using Weblate (Romanian) Currently translated at 60.0% (176 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ro/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/pt_BR/ Translated using Weblate (Romanian) Currently translated at 13.5% (11 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/ro/ Translated using Weblate (Romanian) Currently translated at 43.6% (41 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/ro/ Translated using Weblate (Romanian) Currently translated at 77.2% (153 of 198 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ro/ Translated using Weblate (German) Currently translated at 99.5% (207 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/de/ Translated using Weblate (German) Currently translated at 93.1% (2536 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/de/ Translated using Weblate (Romanian) Currently translated at 32.6% (15 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/ro/ Translated using Weblate (German) Currently translated at 99.6% (292 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/de/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (403 of 403 strings) Translated using Weblate (Romanian) Currently translated at 51.5% (17 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/ro/ Translated using Weblate (Romanian) Currently translated at 33.3% (10 of 30 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Irish) Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ga/ Translated using Weblate (Irish) Currently translated at 100.0% (208 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ga/ Translated using Weblate (Spanish) Currently translated at 99.5% (207 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/es/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/uk/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (208 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/zh_Hans/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (208 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/uk/ Translated using Weblate (Ukrainian) Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/uk/ Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (2723 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/ Translated using Weblate (Spanish) Currently translated at 98.4% (195 of 198 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/zh_Hans/ Translated using Weblate (Spanish) Currently translated at 99.5% (2712 of 2723 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Translated using Weblate (Irish) Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/ga/ Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Co-authored-by: Alex Caserini <alex.caserini@gmail.com> Co-authored-by: CRISTIAN ANDREI <cristianvdr@gmail.com> Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Co-authored-by: Luiz Carlos de Souza Santos <lcdessantos@gmail.com> Co-authored-by: Marko Mäkelä <marko.makela@mariadb.com> Co-authored-by: Meano Lee <meanocat@gmail.com> Co-authored-by: Werner Schleifer <werner.schleifer@gmail.com> Co-authored-by: ZW <roc_fe@users.noreply.hosted.weblate.org> Co-authored-by: iqbalramdhan <iqbalramdhan0412@gmail.com> Co-authored-by: nKsyn <e.nksyn@gmail.com> Co-authored-by: try496 <pinghejk@gmail.com> Co-authored-by: Максим Горпиніч <gorpinicmaksim0@gmail.com> Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Signed-off-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Signed-off-by: Alex Caserini <alex.caserini@gmail.com> Signed-off-by: CRISTIAN ANDREI <cristianvdr@gmail.com> Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> Signed-off-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Signed-off-by: Luiz Carlos de Souza Santos <lcdessantos@gmail.com> Signed-off-by: Marko Mäkelä <marko.makela@mariadb.com> Signed-off-by: Meano Lee <meanocat@gmail.com> Signed-off-by: Werner Schleifer <werner.schleifer@gmail.com> Signed-off-by: ZW <roc_fe@users.noreply.hosted.weblate.org> Signed-off-by: iqbalramdhan <iqbalramdhan0412@gmail.com> Signed-off-by: nKsyn <e.nksyn@gmail.com> Signed-off-by: try496 <pinghejk@gmail.com> Signed-off-by: Максим Горпиніч <gorpinicmaksim0@gmail.com> Signed-off-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsantiblock/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/pt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/id/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/pt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/ro/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/ro/ Translation: OpenWrt/LuCI/applications/antiblock Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/natmap Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/rp-pppoe-server Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/upnp |
||
|
|
2eac826ea0 |
treewide: Sync translations
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> |
||
|
|
61faae4c90 |
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.0% (399 of 403 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 68.6% (201 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 64.9% (111 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (177 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 99.1% (2695 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 80.5% (161 of 200 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 78.5% (22 of 28 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (208 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 59.7% (175 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 99.1% (2695 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/ Translated using Weblate (Slovak) Currently translated at 18.6% (14 of 75 strings) Co-authored-by: Filip Hanes <filip@hanes.tech> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Signed-off-by: Janderson Vieira Santos <jandersonvs79@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/sk/ Translation: OpenWrt/LuCI/applications/natmap Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy |
||
|
|
ba6b05dce3 |
Translated using Weblate (Hebrew)
Currently translated at 3.5% (4 of 113 strings) Translated using Weblate (Hebrew) Currently translated at 3.5% (7 of 200 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/he/ Translated using Weblate (Spanish) Currently translated at 99.4% (2703 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Translated using Weblate (Slovenian) Currently translated at 0.2% (1 of 403 strings) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Added translation using Weblate (Esperanto) Translated using Weblate (Spanish) Currently translated at 99.4% (2703 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Translated using Weblate (Italian) Currently translated at 37.0% (94 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/it/ Translated using Weblate (Italian) Currently translated at 8.4% (15 of 178 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/it/ Translated using Weblate (Italian) Currently translated at 74.0% (60 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/it/ Translated using Weblate (Italian) Currently translated at 15.5% (12 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/it/ Translated using Weblate (Italian) Currently translated at 5.0% (6 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/it/ Translated using Weblate (Italian) Currently translated at 98.4% (65 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/it/ Translated using Weblate (Italian) Currently translated at 52.3% (11 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/it/ Translated using Weblate (Italian) Currently translated at 32.1% (9 of 28 strings) Translated using Weblate (Italian) Currently translated at 30.3% (10 of 33 strings) Translation: OpenWrt/LuCI/applications/vnstat2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/it/ Translated using Weblate (Italian) Currently translated at 22.9% (45 of 196 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/it/ Translated using Weblate (Italian) Currently translated at 9.5% (14 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/it/ Translated using Weblate (Italian) Currently translated at 22.5% (28 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/it/ Translated using Weblate (Italian) Currently translated at 100.0% (26 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 100.0% (46 of 46 strings) Translated using Weblate (Italian) Currently translated at 6.0% (10 of 165 strings) Translated using Weblate (Italian) Currently translated at 39.8% (73 of 183 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Italian) Currently translated at 25.3% (102 of 403 strings) Translated using Weblate (Italian) Currently translated at 100.0% (82 of 82 strings) Translated using Weblate (Italian) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2719 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Romanian) Currently translated at 90.6% (2464 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ro/ Translated using Weblate (Japanese) Currently translated at 61.6% (1675 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/ Translated using Weblate (Italian) Currently translated at 84.1% (2287 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/it/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2719 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 0.8% (1 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 75.0% (21 of 28 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 69.8% (51 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 32.1% (9 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 90.1% (82 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 51.7% (76 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/pt_BR/ Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2719 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Co-authored-by: CRISTIAN ANDREI <cristianvdr@gmail.com> Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com> Co-authored-by: Hebert Francis Amaro Nogueira <nogueira.hebert@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com> Co-authored-by: ZW <roc_fe@users.noreply.hosted.weblate.org> Co-authored-by: liilliil <liilliil@liilliil.net> Co-authored-by: nKsyn <e.nksyn@gmail.com> Co-authored-by: niky1987 <niky1987@libero.it> Co-authored-by: yohru <yohru7@gmail.com> Signed-off-by: CRISTIAN ANDREI <cristianvdr@gmail.com> Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> Signed-off-by: Hebert Francis Amaro Nogueira <nogueira.hebert@gmail.com> Signed-off-by: Yaron Shahrabani <sh.yaron@gmail.com> Signed-off-by: liilliil <liilliil@liilliil.net> Signed-off-by: nKsyn <e.nksyn@gmail.com> Signed-off-by: niky1987 <niky1987@libero.it> Signed-off-by: yohru <yohru7@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/zh_Hant/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/he/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/sl/ Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/minidlna Translation: OpenWrt/LuCI/applications/natmap Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/qos Translation: OpenWrt/LuCI/applications/radicale2 Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/statistics |
||
|
|
91b3950112 |
luci-base: remove reset button from sysauth
Signed-off-by: Stan Grishin <stangri@melmac.ca> |
||
|
|
fc3bf008bd |
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (28 of 28 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/zh_Hans/ Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (2719 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Swedish) Currently translated at 12.2% (31 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/sv/ Translated using Weblate (Swedish) Currently translated at 46.2% (55 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/sv/ Translated using Weblate (Swedish) Currently translated at 62.0% (31 of 50 strings) Translated using Weblate (Swedish) Currently translated at 100.0% (211 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/sv/ Translated using Weblate (Swedish) Currently translated at 94.1% (16 of 17 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/sv/ Translated using Weblate (Swedish) Currently translated at 75.5% (37 of 49 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/sv/ Translated using Weblate (Swedish) Currently translated at 55.9% (33 of 59 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/sv/ Translated using Weblate (Swedish) Currently translated at 42.3% (11 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/sv/ Translated using Weblate (Swedish) Currently translated at 25.2% (74 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/sv/ Translated using Weblate (Swedish) Currently translated at 65.9% (60 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/sv/ Translated using Weblate (Swedish) Currently translated at 45.1% (94 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/sv/ Translated using Weblate (Swedish) Currently translated at 34.7% (48 of 138 strings) Translated using Weblate (Swedish) Currently translated at 54.5% (90 of 165 strings) Translated using Weblate (Swedish) Currently translated at 96.0% (24 of 25 strings) Translated using Weblate (Swedish) Currently translated at 70.7% (58 of 82 strings) Translated using Weblate (Swedish) Currently translated at 39.9% (1085 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sv/ Translated using Weblate (Spanish) Currently translated at 99.4% (2703 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/es/ Translated using Weblate (Swedish) Currently translated at 32.5% (131 of 403 strings) Translated using Weblate (Latvian) Currently translated at 6.8% (186 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lv/ Translated using Weblate (Italian) Currently translated at 2.3% (6 of 254 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/it/ Translated using Weblate (Japanese) Currently translated at 3.9% (5 of 128 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/ja/ Translated using Weblate (Italian) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/it/ Translated using Weblate (Japanese) Currently translated at 7.2% (12 of 165 strings) Translated using Weblate (Japanese) Currently translated at 61.3% (1668 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ja/ Co-authored-by: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv> Co-authored-by: Franco Castillo <castillofrancodamian@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Kristoffer Grundström <swedishsailfishosuser@tutanota.com> Co-authored-by: Monarch <monarch.scrap-0p@users.noreply.hosted.weblate.org> Co-authored-by: Salvador Peña <salvadorp74@hotmail.com> Co-authored-by: nKsyn <e.nksyn@gmail.com> Co-authored-by: niky1987 <niky1987@libero.it> Signed-off-by: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv> Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> Signed-off-by: Kristoffer Grundström <swedishsailfishosuser@tutanota.com> Signed-off-by: Monarch <monarch.scrap-0p@users.noreply.hosted.weblate.org> Signed-off-by: Salvador Peña <salvadorp74@hotmail.com> Signed-off-by: nKsyn <e.nksyn@gmail.com> Signed-off-by: niky1987 <niky1987@libero.it> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/sv/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/ja/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/sv/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/sv/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/sv/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/sv/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/sv/ Translation: OpenWrt/LuCI/applications/commands Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/nut Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/modules/luci-mod-dashboard |
||
|
|
9717162fd0 |
luci-base: improve docs for uci.get_bool
The get_bool function documentation was missing an option value, so add it. Provide a link into the developer's guide on how it's used in scripts, for better background. Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com> |
||
|
|
684d508b67 |
Translated using Weblate (Portuguese)
Currently translated at 57.8% (85 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/pt/ Translated using Weblate (Swedish) Currently translated at 51.5% (17 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/sv/ Translated using Weblate (Spanish) Currently translated at 100.0% (77 of 77 strings) Translation: OpenWrt/LuCI/applications/xinetd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxinetd/es/ Translated using Weblate (Swedish) Currently translated at 33.3% (7 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/sv/ Translated using Weblate (Japanese) Currently translated at 25.4% (45 of 177 strings) Translation: OpenWrt/LuCI/applications/adblock-fast Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock-fast/ja/ Translated using Weblate (Lithuanian) Currently translated at 96.7% (88 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/lt/ Translated using Weblate (Lithuanian) Currently translated at 43.2% (90 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/lt/ Translated using Weblate (Lithuanian) Currently translated at 62.4% (183 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/lt/ Translated using Weblate (Lithuanian) Currently translated at 91.3% (2485 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Translated using Weblate (Lithuanian) Currently translated at 7.5% (9 of 119 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/lt/ Translated using Weblate (Spanish) Currently translated at 100.0% (28 of 28 strings) Translated using Weblate (Japanese) Currently translated at 16.9% (29 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/ja/ Translated using Weblate (Spanish) Currently translated at 99.4% (170 of 171 strings) Translation: OpenWrt/LuCI/applications/pbr Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspbr/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (89 of 89 strings) Translation: OpenWrt/LuCI/applications/mosquitto Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmosquitto/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (73 of 73 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (74 of 74 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/es/ Translated using Weblate (Japanese) Currently translated at 98.7% (160 of 162 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/ja/ Translated using Weblate (Portuguese) Currently translated at 82.5% (165 of 200 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pt/ Translated using Weblate (Portuguese) Currently translated at 56.4% (83 of 147 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/pt/ Translated using Weblate (Portuguese) Currently translated at 66.5% (195 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pt/ Translated using Weblate (Portuguese) Currently translated at 100.0% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/pt/ Translated using Weblate (German) Currently translated at 93.4% (85 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/de/ Translated using Weblate (Portuguese) Currently translated at 100.0% (208 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/pt/ Translated using Weblate (Japanese) Currently translated at 95.6% (87 of 91 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ja/ Translated using Weblate (Spanish) Currently translated at 99.5% (207 of 208 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/es/ Translated using Weblate (Spanish) Currently translated at 99.6% (292 of 293 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/es/ Translated using Weblate (Swedish) Currently translated at 58.9% (99 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/sv/ Translated using Weblate (Spanish) Currently translated at 98.5% (197 of 200 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/ Translated using Weblate (Swedish) Currently translated at 69.8% (37 of 53 strings) Translated using Weblate (Swedish) Currently translated at 51.3% (94 of 183 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (75 of 75 strings) Translated using Weblate (Swedish) Currently translated at 32.0% (129 of 403 strings) Translated using Weblate (Swedish) Currently translated at 70.7% (58 of 82 strings) Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (2719 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hant/ Translated using Weblate (Swedish) Currently translated at 39.9% (1085 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sv/ Co-authored-by: George Sapkin <georgespk@users.noreply.hosted.weblate.org> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Kristoffer Grundström <swedishsailfishosuser@tutanota.com> Co-authored-by: Monarch <monarch.scrap-0p@users.noreply.hosted.weblate.org> Co-authored-by: Salvador Peña <salvadorp74@hotmail.com> Co-authored-by: Tomé <tome.ribeiro@gmail.com> Co-authored-by: Werner Schleifer <werner.schleifer@gmail.com> Co-authored-by: ZW <roc_fe@users.noreply.hosted.weblate.org> Co-authored-by: ssantos <ssantos@web.de> Signed-off-by: George Sapkin <georgespk@users.noreply.hosted.weblate.org> Signed-off-by: Kristoffer Grundström <swedishsailfishosuser@tutanota.com> Signed-off-by: Monarch <monarch.scrap-0p@users.noreply.hosted.weblate.org> Signed-off-by: Salvador Peña <salvadorp74@hotmail.com> Signed-off-by: Tomé <tome.ribeiro@gmail.com> Signed-off-by: Werner Schleifer <werner.schleifer@gmail.com> Signed-off-by: ZW <roc_fe@users.noreply.hosted.weblate.org> Signed-off-by: ssantos <ssantos@web.de> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnatmap/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/sv/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/sv/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/sv/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/sv/ Translation: OpenWrt/LuCI/applications/natmap Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/upnp |
||
|
|
6f454d00ec |
treewide: Fix weblate conficts in translation
Merge remote-tracking branch 'weblate/master' and fix conflicts. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> |
||
|
|
f986af3361 |
Translated using Weblate (Latvian)
Currently translated at 6.7% (184 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lv/ Signed-off-by: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv> |
||
|
|
bccc46ab5c |
Translated using Weblate (Irish)
Currently translated at 100.0% (2719 of 2719 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ga/ Signed-off-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> |