Translations update from Hosted Weblate - #8973
Conversation
6de84ff to
a52b92d
Compare
openwrt-ai
left a comment
There was a problem hiding this comment.
Reviewed 1 new commit (a52b92d) covering 65 .po files across es/tr/ta/pl/sv.
Mechanical validation of all 309 changed entries came back clean: no printf format-specifier mismatches between msgid and msgstr, no %{...} LuCI template-placeholder count drift, no HTML tag or &entity; imbalance, no leading/trailing whitespace or trailing-newline drift, no duplicate msgid/msgctxt pairs, and every file's Language: header matches its directory with msgstr[] counts consistent with its declared nplurals. Three inline notes below.
Commit checks
a52b92d"Added translation using Weblate (Polish)" — the subject names only Polish, but the diff spans five languages and the bulk of it is Spanish, Turkish and Tamil (Polish is 4 of 65 files). The squashed body does enumerate everything, and this is inherent to how Weblate picks the first commit of a squash as the subject, so flagging for awareness only.
Generated by Claude Code
| "Language: es\n" | ||
| "MIME-Version: 1.0\n" | ||
| "Content-Type: text/plain; charset=UTF-8\n" | ||
| "Content-Transfer-Encoding: ENCODING\n" |
There was a problem hiding this comment.
ENCODING is an unreplaced .pot template placeholder, not a valid MIME Content-Transfer-Encoding value. This header block is newly generated by Weblate for a file that previously had no header at all, and it is the only .po file in the tree with this value — all 3822 others use 8bit.
| "Content-Transfer-Encoding: ENCODING\n" | |
| "Content-Transfer-Encoding: 8bit\n" |
Generated by Claude Code
| #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:682 | ||
| msgid "Update URL" | ||
| msgstr "" | ||
| msgstr "URL'yi Güncelle" |
There was a problem hiding this comment.
nit: this reads as the imperative "update the URL", but the source string is a noun label. It is the title of a read-only form.DummyValue that displays the provider's update URL — see _("Update URL") at overview.js:682.``
The same file already renders the same concept as a noun for Custom update-URL — "Özel güncelleme URL'si" at tr/ddns.po:129 — and es/pt_BR both use the noun form ("URL de actualización" / "URL de atualização"), so the two entries are now inconsistent with each other. Is the verb form intended here?
Generated by Claude Code
| "Content-Type: text/plain; charset=UTF-8\n" | ||
| "Language: pl\n" | ||
| "Content-Transfer-Encoding: 8bit\n" | ||
| "Last-Translator: Automatically generated\n" |
There was a problem hiding this comment.
nit: this new file contains 0 translated strings out of 34 — every msgstr is empty and the header is Last-Translator: Automatically generated / Language-Team: none. The commit subject is "Added translation using Weblate (Polish)", but unlike the other three new po/pl/ files in this PR (ledtrig-rssi, ledtrig-usbport, tailscale-community — all 100%), nothing is actually translated here, so it adds 166 lines with no user-visible effect.
Empty auto-generated .po files do already exist in the tree, so this may just be Weblate provisioning the component for pl — worth a look before merge if you'd rather not carry an empty file.
Generated by Claude Code
a52b92d to
e2a78dc
Compare
openwrt-ai
left a comment
There was a problem hiding this comment.
Re-reviewed at e2a78dc (previous review was at a52b92d, which was replaced by a Weblate force-push). The incremental range a52b92d..e2a78dc touches 66 .po files across es, pl, lt, ko and tr, and is dominated by a large Spanish terminology pass ("Ajustes" → "Configuración", "UPS" → "SAI", tú → usted).
Mechanical validation of the newly changed entries came back clean: no printf format-specifier drift, no %{...} placeholder count mismatches, no HTML tag or &entity; imbalance, no leading/trailing whitespace or trailing-newline drift, no duplicate msgid/msgctxt pairs, and every file's Language: header still matches its directory with msgstr[] counts consistent with its declared nplurals. The luci-app-acl/po/lt Plural-Forms rewrite is a Weblate normalisation and is functionally equivalent to the previous expression. CI on e2a78dc is green (eslint success, build/formality skipped).
Seven inline notes below — one is a real regression (duplicated qosify string), two are concrete Spanish errors, four are nits. All of them ultimately need fixing in Weblate rather than in this branch; the suggestion blocks are only there to show the intended text.
Commit checks
e2a78dc"Translated using Weblate (Polish)" — the subject names only Polish, but the squashed commit spans five languages in this range and the overwhelming majority of the changes are Spanish (Polish is roughly a dozen of the 66 files). The body does enumerate every component, and this is inherent to Weblate taking the first commit of a squash as the subject, so this is flagged for awareness only — same observation as the previous review.
Generated by Claude Code
| "¿Vaciar el editor de configuración? El contenido no se guardará hasta que " | ||
| "haga clic en Guardar." |
There was a problem hiding this comment.
Clear rules editor? now carries the exact same translation as Clear config editor? two entries above (lines 98-101) — both read "el editor de configuración". The confirmation dialog for clearing the rules editor will therefore tell the user it is about to clear the config editor. The string this replaced ("¿Editor de reglas vacío? …") did name the right editor, so this is a regression introduced by the rewording.
| "¿Vaciar el editor de configuración? El contenido no se guardará hasta que " | |
| "haga clic en Guardar." | |
| "¿Vaciar el editor de reglas? El contenido no se guardará hasta que haga " | |
| "clic en Guardar." |
(The authoritative fix belongs in Weblate — this block just shows the intended text.)
Generated by Claude Code
| #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:480 | ||
| msgid "syn-flood" | ||
| msgstr "" | ||
| msgstr "inundación sincrónica" |
There was a problem hiding this comment.
syn-flood is banIP's label for the TCP SYN flag counter, not the adjective "synchronous" — "sincrónica" reads as the latter and loses the protocol meaning. The two sibling entries added in this same commit keep the token as an uppercase acronym: icmp-flood → "inundación ICMP" and udp-flood → "inundación UDP" (lines 1487 and 1495).
| msgstr "inundación sincrónica" | |
| msgstr "inundación SYN" |
(Fix belongs in Weblate; block shown for clarity.)
Generated by Claude Code
| #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:390 | ||
| msgid "wan-if" | ||
| msgstr "" | ||
| msgstr "intefaz wan" |
There was a problem hiding this comment.
Typo: "intefaz" is missing the r — should be "interfaz". Every other occurrence in this file spells it correctly (e.g. msgstr "Interfaces").
| msgstr "intefaz wan" | |
| msgstr "interfaz wan" |
(Fix belongs in Weblate; block shown for clarity.)
Generated by Claude Code
| #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:484 | ||
| msgid "invalid tcp" | ||
| msgstr "" | ||
| msgstr "tcp no válido" |
There was a problem hiding this comment.
nit: this entry renders "invalid" as "no válido" while the immediately preceding entry invalid ct uses "inválido" (line 1415). Both were added in this commit and they render side by side in the same set-report legend, so picking one form would read better. The rest of the file consistently uses "no válido" (e.g. "Formato de URL no válido").
Generated by Claude Code
| #: applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor_admin.js:13 | ||
| msgid "NUT Monitor" | ||
| msgstr "Herramientas de red de UPS (Monitor)" | ||
| msgstr "Monitor de NUT" |
There was a problem hiding this comment.
nit: this commit rewrites the whole "Network UPS Tools" family to a single pattern — NUT CGI → "Herramientas del SAI de red (CGI)", NUT Server → "Herramientas del SAI de red (servidor)", Network UPS Tools → "Herramientas del SAI de red" — but NUT Monitor breaks out of it and becomes "Monitor de NUT". These three strings are the sibling menu entries under the same NUT menu, so the odd one out is visible in the UI. Was the divergence intentional, or should it be "Herramientas del SAI de red (Monitor)" to match?
Generated by Claude Code
| #: applications/luci-app-lorawan-basicstation/root/usr/share/luci/menu.d/luci-app-lorawan-basicstation.json:3 | ||
| msgid "LoRaWAN Basicstation" | ||
| msgstr "" | ||
| msgstr "Estación básica LoRaWAN" |
There was a problem hiding this comment.
nit: "Basicstation" here is the Semtech LoRa Basics™ Station product name, and this commit translates it in the menu entry ("Estación básica LoRaWAN") while leaving it untranslated everywhere else in the same file — see "Radio para proporcionar reloj a Basicstation".` The previous value was the untranslated "LoRaWAN Basicstation". Intentional, or should the product name stay as-is in the menu too?
Generated by Claude Code
| #: applications/luci-app-lorawan-basicstation/htdocs/luci-static/resources/view/lorawan-basicstation/general.js:92 | ||
| msgid "CA certificate" | ||
| msgstr "" | ||
| msgstr "Certificados CA" |
There was a problem hiding this comment.
nit: number disagreement — the msgid is singular ("CA certificate", labelling one general.js:92 file-upload field) but the translation is plural. The neighbouring certificate/key labels in this same commit all stay singular ("Certificado de estación privada", "Clave de estación privada").
| msgstr "Certificados CA" | |
| msgstr "Certificado CA" |
(Fix belongs in Weblate; block shown for clarity.)
Generated by Claude Code
Currently translated at 100.0% (76 of 76 strings) Translation: OpenWrt/LuCI/applications/lorawan-basicstation Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslorawan-basicstation/es/ Translated using Weblate (Spanish) Currently translated at 97.6% (164 of 168 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (81 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/es/ Translated using Weblate (Polish) Currently translated at 100.0% (220 of 220 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (315 of 315 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/pl/ Translated using Weblate (Spanish) Currently translated at 100.0% (310 of 310 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% (168 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (72 of 72 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (132 of 132 strings) Translated using Weblate (Polish) Currently translated at 100.0% (3238 of 3238 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/ Translated using Weblate (Lithuanian) Currently translated at 1.1% (2 of 168 strings) Translated using Weblate (Russian) Currently translated at 100.0% (81 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/ru/ Translated using Weblate (Lithuanian) Currently translated at 100.0% (422 of 422 strings) Translated using Weblate (Lithuanian) Currently translated at 93.5% (29 of 31 strings) Translation: OpenWrt/LuCI/applications/acl Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/lt/ Translated using Weblate (Lithuanian) Currently translated at 93.4% (2948 of 3154 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Translated using Weblate (Lithuanian) Currently translated at 78.4% (404 of 515 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/lt/ Translated using Weblate (Turkish) Currently translated at 76.4% (65 of 85 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/tr/ Translated using Weblate (Polish) Currently translated at 100.0% (34 of 34 strings) Translation: OpenWrt/LuCI/applications/adguardhome Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadguardhome/pl/ Translated using Weblate (Spanish) Currently translated at 100.0% (34 of 34 strings) Translation: OpenWrt/LuCI/applications/adguardhome Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadguardhome/es/ Translated using Weblate (Polish) Currently translated at 100.0% (117 of 117 strings) Translation: OpenWrt/LuCI/applications/tailscale-community Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstailscale-community/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (117 of 117 strings) Translation: OpenWrt/LuCI/applications/tailscale-community Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstailscale-community/pl/ Translated using Weblate (Spanish) Currently translated at 100.0% (117 of 117 strings) Translation: OpenWrt/LuCI/applications/tailscale-community Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstailscale-community/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (4 of 4 strings) Translation: OpenWrt/LuCI/applications/ledtrig-usbport Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsledtrig-usbport/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (76 of 76 strings) Translation: OpenWrt/LuCI/applications/lorawan-basicstation Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslorawan-basicstation/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (27 of 27 strings) Translation: OpenWrt/LuCI/applications/sfp-info Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssfp-info/es/ Translated using Weblate (Spanish) Currently translated at 97.6% (164 of 168 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (187 of 187 strings) Translation: OpenWrt/LuCI/applications/strongswan-swanctl Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstrongswan-swanctl/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (162 of 162 strings) Translation: OpenWrt/LuCI/applications/ustreamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsustreamer/es/ Translated using Weblate (Polish) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/pl/ Translated using Weblate (Spanish) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (109 of 109 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% (179 of 179 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (81 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/es/ 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 (Spanish) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/v2raya Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsv2raya/es/ 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 (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 (Spanish) Currently translated at 100.0% (46 of 46 strings) Translation: OpenWrt/LuCI/applications/xfrpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsxfrpc/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (17 of 17 strings) Translation: OpenWrt/LuCI/applications/eoip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationseoip/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (66 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/es/ Translated using Weblate (Polish) Currently translated at 100.0% (21 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/pl/ Translated using Weblate (Spanish) Currently translated at 100.0% (21 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/es/ 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 (Spanish) Currently translated at 100.0% (151 of 151 strings) Translation: OpenWrt/LuCI/applications/usteer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsusteer/es/ Translated using Weblate (Lithuanian) Currently translated at 90.3% (28 of 31 strings) Translation: OpenWrt/LuCI/applications/acl Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/lt/ Translated using Weblate (Lithuanian) Currently translated at 88.3% (2787 of 3154 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/lt/ Translated using Weblate (Spanish) Currently translated at 100.0% (48 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/es/ Translated using Weblate (Spanish) 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/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (85 of 85 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% (65 of 65 strings) Translation: OpenWrt/LuCI/applications/sqm Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/es/ 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% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/pl/ 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 (Spanish) Currently translated at 100.0% (44 of 44 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/es/ Translated using Weblate (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 85.2% (168 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 52.5% (163 of 310 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/ko/ Translated using Weblate (Spanish) Currently translated at 100.0% (31 of 31 strings) Translation: OpenWrt/LuCI/applications/wifischedule Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/es/ Translated using Weblate (Spanish) Currently translated at 99.6% (276 of 277 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (16 of 16 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (94 of 94 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (310 of 310 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% (26 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (173 of 173 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (168 of 168 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (187 of 187 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (37 of 37 strings) Translation: OpenWrt/LuCI/applications/lxc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (212 of 212 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (124 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (72 of 72 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (165 of 165 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (184 of 184 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (62 of 62 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (282 of 282 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (40 of 40 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (132 of 132 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (37 of 37 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (3154 of 3154 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Added translation using Weblate (Polish) Translated using Weblate (Spanish) Currently translated at 11.7% (4 of 34 strings) Translation: OpenWrt/LuCI/applications/adguardhome Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadguardhome/es/ Translated using Weblate (Polish) Currently translated at 100.0% (117 of 117 strings) Translation: OpenWrt/LuCI/applications/tailscale-community Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstailscale-community/pl/ Translated using Weblate (Spanish) Currently translated at 6.5% (5 of 76 strings) Translation: OpenWrt/LuCI/applications/lorawan-basicstation Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslorawan-basicstation/es/ Translated using Weblate (Polish) Currently translated at 100.0% (33 of 33 strings) Translation: OpenWrt/LuCI/applications/openlist Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenlist/pl/ Translated using Weblate (Spanish) Currently translated at 99.4% (178 of 179 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (81 of 81 strings) Translation: OpenWrt/LuCI/applications/email Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsemail/es/ 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 (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 (Spanish) Currently translated at 100.0% (125 of 125 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/es/ 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 (Spanish) Currently translated at 100.0% (66 of 66 strings) Translation: OpenWrt/LuCI/applications/sshtunnel Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssshtunnel/es/ Translated using Weblate (Polish) Currently translated at 100.0% (21 of 21 strings) Translation: OpenWrt/LuCI/applications/irqbalance Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsirqbalance/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 (Spanish) Currently translated at 100.0% (48 of 48 strings) Translation: OpenWrt/LuCI/applications/openwisp Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenwisp/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (198 of 198 strings) Translation: OpenWrt/LuCI/applications/smartdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssmartdns/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (85 of 85 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/es/ 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% (91 of 91 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/pl/ Translated using Weblate (Spanish) Currently translated at 100.0% (16 of 16 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/es/ Translated using Weblate (Spanish) Currently translated at 92.9% (288 of 310 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/es/ Translated using Weblate (Turkish) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/tr/ Translated using Weblate (Spanish) Currently translated at 100.0% (197 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (124 of 124 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/es/ Translated using Weblate (Turkish) Currently translated at 100.0% (102 of 102 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (55 of 55 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (184 of 184 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (62 of 62 strings) Translated using Weblate (Turkish) Currently translated at 100.0% (282 of 282 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (282 of 282 strings) Translated using Weblate (Turkish) Currently translated at 76.8% (2423 of 3154 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/ Translated using Weblate (Spanish) Currently translated at 100.0% (3154 of 3154 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Translated using Weblate (Polish) Currently translated at 47.8% (56 of 117 strings) Translation: OpenWrt/LuCI/applications/tailscale-community Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstailscale-community/pl/ Translated using Weblate (Spanish) Currently translated at 100.0% (6 of 6 strings) Translation: OpenWrt/LuCI/applications/ledtrig-rssi Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsledtrig-rssi/es/ Translated using Weblate (Spanish) Currently translated at 100.0% (4 of 4 strings) Translation: OpenWrt/LuCI/applications/ledtrig-switch Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsledtrig-switch/es/ Translated using Weblate (Turkish) Currently translated at 100.0% (179 of 179 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/tr/ Translated using Weblate (Turkish) Currently translated at 99.4% (196 of 197 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/tr/ Added translation using Weblate (Polish) Translated using Weblate (Polish) Currently translated at 100.0% (4 of 4 strings) Translation: OpenWrt/LuCI/applications/ledtrig-usbport Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsledtrig-usbport/pl/ Translated using Weblate (Polish) Currently translated at 100.0% (6 of 6 strings) Translation: OpenWrt/LuCI/applications/ledtrig-rssi Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsledtrig-rssi/pl/ Translated using Weblate (Tamil) Currently translated at 1.7% (3 of 168 strings) Translated using Weblate (Tamil) Currently translated at 3.7% (1 of 27 strings) Translation: OpenWrt/LuCI/applications/sfp-info Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssfp-info/ta/ Translated using Weblate (Tamil) Currently translated at 2.1% (4 of 187 strings) Translation: OpenWrt/LuCI/applications/strongswan-swanctl Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstrongswan-swanctl/ta/ Translated using Weblate (Tamil) Currently translated at 13.2% (15 of 113 strings) Translation: OpenWrt/LuCI/applications/libreswan Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslibreswan/ta/ Translated using Weblate (Tamil) Currently translated at 9.0% (2 of 22 strings) Translation: OpenWrt/LuCI/applications/wifihistory Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifihistory/ta/ Translated using Weblate (Tamil) Currently translated at 6.7% (11 of 162 strings) Translation: OpenWrt/LuCI/applications/ustreamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsustreamer/ta/ Translated using Weblate (Tamil) Currently translated at 7.1% (8 of 112 strings) Translation: OpenWrt/LuCI/applications/radicale3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale3/ta/ Translated using Weblate (Tamil) Currently translated at 2.3% (6 of 255 strings) Translation: OpenWrt/LuCI/applications/keepalived Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationskeepalived/ta/ Translated using Weblate (Tamil) Currently translated at 98.3% (59 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ta/ Translated using Weblate (Tamil) Currently translated at 15.2% (19 of 125 strings) Translation: OpenWrt/LuCI/applications/snmpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ta/ Translated using Weblate (Tamil) 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/ta/ Translated using Weblate (Tamil) Currently translated at 82.5% (109 of 132 strings) Translated using Weblate (Tamil) Currently translated at 99.4% (178 of 179 strings) Translation: OpenWrt/LuCI/applications/lldpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslldpd/ta/ Translated using Weblate (Tamil) Currently translated at 30.8% (159 of 515 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/ta/ Translated using Weblate (Tamil) Currently translated at 75.9% (79 of 104 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/ta/ Translated using Weblate (Tamil) Currently translated at 85.4% (2695 of 3154 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ta/ Translated using Weblate (Tamil) Currently translated at 95.5% (43 of 45 strings) Translation: OpenWrt/LuCI/applications/cloudflared Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscloudflared/ta/ Translated using Weblate (Tamil) Currently translated at 83.3% (60 of 72 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/ta/ Translated using Weblate (Turkish) Currently translated at 67.4% (209 of 310 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/tr/ Translated using Weblate (Turkish) Currently translated at 96.7% (268 of 277 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/tr/ Added translation using Weblate (Polish) Translated using Weblate (Spanish) Currently translated at 100.0% (60 of 60 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/es/ Added translation using Weblate (Polish) Translated using Weblate (Spanish) Currently translated at 5.1% (6 of 117 strings) Translation: OpenWrt/LuCI/applications/tailscale-community Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstailscale-community/es/ Translated using Weblate (Spanish) Currently translated at 25.0% (1 of 4 strings) Translation: OpenWrt/LuCI/applications/ledtrig-usbport Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsledtrig-usbport/es/ Translated using Weblate (Spanish) Currently translated at 5.2% (4 of 76 strings) Translation: OpenWrt/LuCI/applications/lorawan-basicstation Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslorawan-basicstation/es/ Translated using Weblate (Spanish) Currently translated at 92.9% (288 of 310 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/es/ Translated using Weblate (Swedish) Currently translated at 3.2% (1 of 31 strings) Translation: OpenWrt/LuCI/applications/csshnpd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscsshnpd/sv/ Translated using Weblate (Swedish) Currently translated at 50.0% (1 of 2 strings) Translation: OpenWrt/LuCI/applications/babeld Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbabeld/sv/ Translated using Weblate (Swedish) Currently translated at 3.7% (1 of 27 strings) Translation: OpenWrt/LuCI/applications/sfp-info Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssfp-info/sv/ Translated using Weblate (Swedish) Currently translated at 5.8% (4 of 68 strings) Translation: OpenWrt/LuCI/applications/chrony Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationschrony/sv/ 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: Matthaiks <kitynska@gmail.com> Co-authored-by: Pavel Borecki <pavel.borecki@gmail.com> Co-authored-by: Piotr Kołtun <pkoltungm@gmail.com> Co-authored-by: SnIPeRSnIPeR <snipersniper@users.noreply.hosted.weblate.org> Co-authored-by: umut <umvtt4@proton.me> Co-authored-by: 권기윤 <rldbs3411@gmail.com> Signed-off-by: Džiugas Januševičius <dziugas1959@hotmail.com> Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> Signed-off-by: Matthaiks <kitynska@gmail.com> Signed-off-by: Pavel Borecki <pavel.borecki@gmail.com> Signed-off-by: Piotr Kołtun <pkoltungm@gmail.com> Signed-off-by: SnIPeRSnIPeR <snipersniper@users.noreply.hosted.weblate.org> Signed-off-by: umut <umvtt4@proton.me> Signed-off-by: 권기윤 <rldbs3411@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/tr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/ta/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqosify/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqosify/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqosify/ta/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/lt/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/tr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/es/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/es/ Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/minidlna Translation: OpenWrt/LuCI/applications/nut Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/qosify Translation: OpenWrt/LuCI/applications/samba4 Translation: OpenWrt/LuCI/applications/statistics 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
e2a78dc to
d290f36
Compare
Translations update from Hosted Weblate for OpenWrt/LuCI/modules/luci-base.
Current translation status: