Skip to content
  1. Jun 05, 2021
  2. Jun 03, 2021
    • Hosted Weblate's avatar
      Translated using Weblate (Polish) · 1bfeec69
      Hosted Weblate authored
      
      
      Currently translated at 100.0% (1715 of 1715 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/
      
      Translated using Weblate (Russian)
      
      Currently translated at 100.0% (1715 of 1715 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/
      
      Translated using Weblate (Bulgarian)
      
      Currently translated at 0.4% (1 of 211 strings)
      
      Translation: OpenWrt/LuCI/applications/dockerman
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/bg/
      
      Translated using Weblate (Bulgarian)
      
      Currently translated at 3.5% (1 of 28 strings)
      
      Translation: OpenWrt/LuCI/applications/vnstat2
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/bg/
      
      Translated using Weblate (Bulgarian)
      
      Currently translated at 2.3% (40 of 1715 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/bg/
      
      Translated using Weblate (Bulgarian)
      
      Currently translated at 2.4% (2 of 81 strings)
      
      Translation: OpenWrt/LuCI/applications/shadowsocks-libev
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/bg/
      
      Translated using Weblate (Bulgarian)
      
      Currently translated at 8.3% (6 of 72 strings)
      
      Translated using Weblate (Bulgarian)
      
      Currently translated at 0.5% (1 of 196 strings)
      
      Translation: OpenWrt/LuCI/applications/ddns
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/bg/
      
      Translated using Weblate (Bulgarian)
      
      Currently translated at 6.0% (2 of 33 strings)
      
      Translated using Weblate (Bulgarian)
      
      Currently translated at 0.5% (1 of 193 strings)
      
      Translation: OpenWrt/LuCI/applications/banip
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/bg/
      
      Translated using Weblate (Bulgarian)
      
      Currently translated at 2.4% (1 of 41 strings)
      
      Translation: OpenWrt/LuCI/applications/attendedsysupgrade
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/bg/
      
      Translated using Weblate (Bulgarian)
      
      Currently translated at 15.7% (6 of 38 strings)
      
      Translation: OpenWrt/LuCI/applications/advanced-reboot
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/bg/
      
      Translated using Weblate (Bulgarian)
      
      Currently translated at 0.5% (1 of 169 strings)
      
      Translation: OpenWrt/LuCI/applications/adblock
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/bg/
      
      Translated using Weblate (Polish)
      
      Currently translated at 100.0% (1715 of 1715 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/
      
      Co-authored-by: default avatarAnton Kikin <a.a.kikin@gmail.com>
      Co-authored-by: default avatarHosted Weblate <hosted@weblate.org>
      Co-authored-by: default avatarKalin Iliev <kalin.t.iliev@gmail.com>
      Co-authored-by: default avatarMarcin Net <marcin.net@linux.pl>
      Signed-off-by: default avatarAnton Kikin <a.a.kikin@gmail.com>
      Signed-off-by: default avatarKalin Iliev <kalin.t.iliev@gmail.com>
      Signed-off-by: default avatarMarcin Net <marcin.net@linux.pl>
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/bg/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/bg/
      Translation: OpenWrt/LuCI/applications/commands
      Translation: OpenWrt/LuCI/applications/opkg
      1bfeec69
    • Jo-Philipp Wich's avatar
      luci-mod-network: interfaces: restructure DHCPv6 and IPv6 RA options · 3fbd4338
      Jo-Philipp Wich authored
      
      
       - Condense overly large IPv6 RA/DHCPv6 description texts and get rid of most embedded markup
      
       - Switch ra/ndp/dhcpv6 mode selections to rich dropdown lists and move extended choice
         descriptions next to the selection options
      
       - Drop ndproxy_static option which has been removed from odhcpd long ago
      
       - Add format validations to all text input fields
      
       - Add ability to configure master/relay modes for non-static interfaces (#2998)
      
       - Move extended RA configuration options into a new tab
      
       - Prevent enabling master mode on multiple interfaces
      
       - Prevent enabling ra/dhcpv6 server mode on non-static or master interfaces
      
       - Drop ra_management in favor to ra_flags option (#5083)
      
       - Add support for dns_service option
      
       - Read current effective IPv6 MTU and hop limit placeholder values from procfs
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      3fbd4338
    • Jo-Philipp Wich's avatar
      luci-base: network.js: sorting fixes · e35041e0
      Jo-Philipp Wich authored
      
      
      Ensure that sort callbacks consistently return [-N .. 0 .. +N] values
      instead of just true/false.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      e35041e0
    • Niels Widger's avatar
      treewide: Update JS using luci-rpc getHostHints · c7b7b42c
      Niels Widger authored
      
      
      Update frontend JS code which uses luci-rpc getHostHints to support the new
      response format which removes the `ipv4` and `ipv6` host hint string fields
      and replaces them with `ipaddrs` and `ip6addrs` weighted string list fields.
      
      Signed-off-by: default avatarNiels Widger <niels@qacafe.com>
      [rework code to be forwards/backwards compatible, fix some Network.Hosts
       methods, fix IP choice ordering, change commit subject, rewrap commit
       message]
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      c7b7b42c
  3. Jun 01, 2021
  4. May 31, 2021
  5. May 30, 2021
    • Hosted Weblate's avatar
      Translated using Weblate (Dutch) · 00d518d6
      Hosted Weblate authored
      
      
      Currently translated at 4.0% (2 of 49 strings)
      
      Translated using Weblate (Dutch)
      
      Currently translated at 66.6% (2 of 3 strings)
      
      Translated using Weblate (Dutch)
      
      Currently translated at 0.2% (1 of 341 strings)
      
      Translated using Weblate (Dutch)
      
      Currently translated at 9.7% (168 of 1715 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/nl/
      
      Translated using Weblate (Swedish)
      
      Currently translated at 5.6% (12 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 42.8% (735 of 1715 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sv/
      
      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 (Turkish)
      
      Currently translated at 100.0% (196 of 196 strings)
      
      Translation: OpenWrt/LuCI/applications/ddns
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/tr/
      
      Translated using Weblate (Spanish)
      
      Currently translated at 100.0% (169 of 169 strings)
      
      Translation: OpenWrt/LuCI/applications/travelmate
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (32 of 32 strings)
      
      Translated using Weblate (Spanish)
      
      Currently translated at 78.1% (25 of 32 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (1715 of 1715 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/
      
      Translated using Weblate (Polish)
      
      Currently translated at 100.0% (1715 of 1715 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/
      
      Translated using Weblate (Spanish)
      
      Currently translated at 98.1% (1684 of 1715 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/
      
      Co-authored-by: default avatarFranco Castillo <castillofrancodamian@gmail.com>
      Co-authored-by: default avatarHosted Weblate <hosted@weblate.org>
      Co-authored-by: default avatarJonathan Mohamed <jonathanmohamed34@gmail.com>
      Co-authored-by: default avatarKristoffer Grundström <swedishsailfishosuser@tutanota.com>
      Co-authored-by: default avatarMatthaiks <kitynska@gmail.com>
      Co-authored-by: default avatarOğuz Ersen <oguzersen@protonmail.com>
      Signed-off-by: default avatarFranco Castillo <castillofrancodamian@gmail.com>
      Signed-off-by: default avatarJonathan Mohamed <jonathanmohamed34@gmail.com>
      Signed-off-by: default avatarKristoffer Grundström <swedishsailfishosuser@tutanota.com>
      Signed-off-by: default avatarMatthaiks <kitynska@gmail.com>
      Signed-off-by: default avatarOğuz Ersen <oguzersen@protonmail.com>
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/nl/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/es/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-battstatus/nl/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/nl/
      Translation: OpenWrt/LuCI/applications/statistics
      Translation: OpenWrt/LuCI/applications/watchcat
      Translation: OpenWrt/LuCI/modules/luci-mod-battstatus
      Translation: OpenWrt/LuCI/modules/luci-mod-dashboard
      00d518d6
  6. May 29, 2021
  7. May 28, 2021
    • Rafał Miłecki's avatar
      treewide: drop MAC and MTU from interfaces (protocols) · 79947af0
      Rafał Miłecki authored
      
      
      Those are L2 options that are not part of interfaces (L3), should not be
      set there and don't work. Setting MAC and MTU should be done at device
      layer (config device) and is supported for basic types already.
      
      Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
      79947af0
    • Rafał Miłecki's avatar
    • Hosted Weblate's avatar
      Translated using Weblate (Spanish) · d47fd485
      Hosted Weblate authored
      
      
      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 (Spanish)
      
      Currently translated at 100.0% (164 of 164 strings)
      
      Translation: OpenWrt/LuCI/applications/mwan3
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/es/
      
      Translated using Weblate (Chinese (Simplified))
      
      Currently translated at 100.0% (196 of 196 strings)
      
      Translation: OpenWrt/LuCI/applications/ddns
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/zh_Hans/
      
      Translated using Weblate (Spanish)
      
      Currently translated at 100.0% (169 of 169 strings)
      
      Translation: OpenWrt/LuCI/applications/travelmate
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/es/
      
      Translated using Weblate (Portuguese (Brazil))
      
      Currently translated at 100.0% (196 of 196 strings)
      
      Translation: OpenWrt/LuCI/applications/ddns
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pt_BR/
      
      Translated using Weblate (Polish)
      
      Currently translated at 100.0% (196 of 196 strings)
      
      Translation: OpenWrt/LuCI/applications/ddns
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/pl/
      
      Translated using Weblate (Spanish)
      
      Currently translated at 100.0% (196 of 196 strings)
      
      Translation: OpenWrt/LuCI/applications/ddns
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/es/
      
      Translated using Weblate (Chinese (Simplified))
      
      Currently translated at 100.0% (32 of 32 strings)
      
      Translated using Weblate (Portuguese (Brazil))
      
      Currently translated at 100.0% (32 of 32 strings)
      
      Translated using Weblate (Polish)
      
      Currently translated at 100.0% (32 of 32 strings)
      
      Translated using Weblate (Spanish)
      
      Currently translated at 100.0% (72 of 72 strings)
      
      Translated using Weblate (Spanish)
      
      Currently translated at 100.0% (341 of 341 strings)
      
      Translated using Weblate (Chinese (Simplified))
      
      Currently translated at 100.0% (1715 of 1715 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% (1715 of 1715 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/
      
      Translated using Weblate (Polish)
      
      Currently translated at 100.0% (1715 of 1715 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pl/
      
      Translated using Weblate (Spanish)
      
      Currently translated at 98.1% (1684 of 1715 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/
      
      Co-authored-by: default avatarEric <spice2wolf@gmail.com>
      Co-authored-by: default avatarFranco Castillo <castillofrancodamian@gmail.com>
      Co-authored-by: default avatarHosted Weblate <hosted@weblate.org>
      Co-authored-by: default avatarMatthaiks <kitynska@gmail.com>
      Co-authored-by: default avatarWellington Terumi Uemura <wellingtonuemura@gmail.com>
      Signed-off-by: default avatarEric <spice2wolf@gmail.com>
      Signed-off-by: default avatarFranco Castillo <castillofrancodamian@gmail.com>
      Signed-off-by: default avatarMatthaiks <kitynska@gmail.com>
      Signed-off-by: default avatarWellington Terumi Uemura <wellingtonuemura@gmail.com>
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/es/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/es/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/pl/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/pt_BR/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/zh_Hans/
      Translation: OpenWrt/LuCI/applications/opkg
      Translation: OpenWrt/LuCI/applications/statistics
      Translation: OpenWrt/LuCI/applications/watchcat
      d47fd485
  8. May 27, 2021
  9. May 26, 2021
  10. May 25, 2021
  11. May 20, 2021
  12. May 19, 2021
    • Hosted Weblate's avatar
      Translated using Weblate (Swedish) · 1b236861
      Hosted Weblate authored
      
      
      Currently translated at 44.8% (22 of 49 strings)
      
      Translated using Weblate (Swedish)
      
      Currently translated at 5.2% (11 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 5.3% (4 of 75 strings)
      
      Translation: OpenWrt/LuCI/applications/frpc
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/sv/
      
      Translated using Weblate (Swedish)
      
      Currently translated at 13.8% (17 of 123 strings)
      
      Translation: OpenWrt/LuCI/applications/nlbwmon
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/sv/
      
      Translated using Weblate (Swedish)
      
      Currently translated at 100.0% (33 of 33 strings)
      
      Translated using Weblate (Swedish)
      
      Currently translated at 41.0% (703 of 1714 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/sv/
      
      Co-authored-by: default avatarHosted Weblate <hosted@weblate.org>
      Co-authored-by: default avatarStefan Tamas <tamas79@gmail.com>
      Signed-off-by: default avatarStefan Tamas <tamas79@gmail.com>
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/sv/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/sv/
      Translation: OpenWrt/LuCI/applications/commands
      Translation: OpenWrt/LuCI/modules/luci-mod-dashboard
      1b236861
    • Hosted Weblate's avatar
      Translated using Weblate (Catalan) · 61fa60b7
      Hosted Weblate authored
      
      
      Currently translated at 2.0% (1 of 49 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (31 of 31 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (16 of 16 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (212 of 212 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (72 of 72 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (341 of 341 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (1714 of 1714 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/
      
      Translated using Weblate (Catalan)
      
      Currently translated at 36.5% (626 of 1714 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ca/
      
      Translated using Weblate (German)
      
      Currently translated at 15.6% (33 of 211 strings)
      
      Translation: OpenWrt/LuCI/applications/dockerman
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/de/
      
      Translated using Weblate (German)
      
      Currently translated at 36.5% (15 of 41 strings)
      
      Translation: OpenWrt/LuCI/applications/attendedsysupgrade
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/de/
      
      Translated using Weblate (German)
      
      Currently translated at 40.9% (18 of 44 strings)
      
      Co-authored-by: default avatarHosted Weblate <hosted@weblate.org>
      Co-authored-by: default avatarZocker1012 <julian.schoemer.1997@gmail.com>
      Co-authored-by: default avatarferranb <ferranb@gmail.com>
      Co-authored-by: default avatarsemih <semiht@gmail.com>
      Signed-off-by: default avatarZocker1012 <julian.schoemer.1997@gmail.com>
      Signed-off-by: default avatarferranb <ferranb@gmail.com>
      Signed-off-by: default avatarsemih <semiht@gmail.com>
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/de/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/ca/
      Translation: OpenWrt/LuCI/applications/firewall
      Translation: OpenWrt/LuCI/applications/fwknopd
      Translation: OpenWrt/LuCI/applications/opkg
      Translation: OpenWrt/LuCI/applications/statistics
      Translation: OpenWrt/LuCI/applications/watchcat
      Translation: OpenWrt/LuCI/applications/wol
      Translation: OpenWrt/LuCI/modules/luci-mod-dashboard
      61fa60b7
  13. May 18, 2021
  14. May 16, 2021
    • Hosted Weblate's avatar
      Translated using Weblate (French) · 94d35bba
      Hosted Weblate authored
      
      
      Currently translated at 100.0% (3 of 3 strings)
      
      Translated using Weblate (French)
      
      Currently translated at 18.0% (38 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 88.5% (1517 of 1714 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% (3 of 3 strings)
      
      Translated using Weblate (French)
      
      Currently translated at 100.0% (3 of 3 strings)
      
      Translated using Weblate (Italian)
      
      Currently translated at 4.7% (10 of 211 strings)
      
      Translation: OpenWrt/LuCI/applications/dockerman
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/it/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (211 of 211 strings)
      
      Translation: OpenWrt/LuCI/applications/dockerman
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (75 of 75 strings)
      
      Translation: OpenWrt/LuCI/applications/frpc
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/tr/
      
      Translated using Weblate (Italian)
      
      Currently translated at 11.3% (5 of 44 strings)
      
      Translation: OpenWrt/LuCI/applications/ser2net
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/it/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (44 of 44 strings)
      
      Translation: OpenWrt/LuCI/applications/ser2net
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (25 of 25 strings)
      
      Translation: OpenWrt/LuCI/applications/ksmbd
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/tr/
      
      Translated using Weblate (Italian)
      
      Currently translated at 20.0% (5 of 25 strings)
      
      Translation: OpenWrt/LuCI/applications/ksmbd
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/it/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (28 of 28 strings)
      
      Translation: OpenWrt/LuCI/applications/vnstat2
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (94 of 94 strings)
      
      Translation: OpenWrt/LuCI/applications/vpn-policy-routing
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (66 of 66 strings)
      
      Translation: OpenWrt/LuCI/applications/https-dns-proxy
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (17 of 17 strings)
      
      Translation: OpenWrt/LuCI/applications/omcproxy
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (52 of 52 strings)
      
      Translation: OpenWrt/LuCI/applications/ttyd
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (29 of 29 strings)
      
      Translation: OpenWrt/LuCI/applications/vpnbypass
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (186 of 186 strings)
      
      Translation: OpenWrt/LuCI/applications/unbound
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (17 of 17 strings)
      
      Translation: OpenWrt/LuCI/applications/udpxy
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (169 of 169 strings)
      
      Translation: OpenWrt/LuCI/applications/travelmate
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (108 of 108 strings)
      
      Translation: OpenWrt/LuCI/applications/simple-adblock
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (13 of 13 strings)
      
      Translation: OpenWrt/LuCI/applications/shairplay
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (81 of 81 strings)
      
      Translation: OpenWrt/LuCI/applications/shadowsocks-libev
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (116 of 116 strings)
      
      Translation: OpenWrt/LuCI/applications/radicale
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (125 of 125 strings)
      
      Translation: OpenWrt/LuCI/applications/privoxy
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (62 of 62 strings)
      
      Translation: OpenWrt/LuCI/applications/ocserv
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (123 of 123 strings)
      
      Translation: OpenWrt/LuCI/applications/nlbwmon
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (57 of 57 strings)
      
      Translation: OpenWrt/LuCI/applications/nft-qos
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (24 of 24 strings)
      
      Translation: OpenWrt/LuCI/applications/lxc
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (20 of 20 strings)
      
      Translation: OpenWrt/LuCI/applications/ltqtapi
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (56 of 56 strings)
      
      Translation: OpenWrt/LuCI/applications/dump1090
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (49 of 49 strings)
      
      Translation: OpenWrt/LuCI/applications/bmx7
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (193 of 193 strings)
      
      Translation: OpenWrt/LuCI/applications/banip
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (169 of 169 strings)
      
      Translation: OpenWrt/LuCI/applications/adblock
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/tr/
      
      Translated using Weblate (Italian)
      
      Currently translated at 11.2% (19 of 169 strings)
      
      Translation: OpenWrt/LuCI/applications/travelmate
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/it/
      
      Translated using Weblate (Italian)
      
      Currently translated at 32.2% (20 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 10.5% (13 of 123 strings)
      
      Translation: OpenWrt/LuCI/applications/nlbwmon
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/it/
      
      Translated using Weblate (Italian)
      
      Currently translated at 12.2% (7 of 57 strings)
      
      Translation: OpenWrt/LuCI/applications/nft-qos
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/it/
      
      Translated using Weblate (Italian)
      
      Currently translated at 12.5% (6 of 48 strings)
      
      Translation: OpenWrt/LuCI/applications/mjpg-streamer
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/it/
      
      Translated using Weblate (Italian)
      
      Currently translated at 35.0% (7 of 20 strings)
      
      Translation: OpenWrt/LuCI/applications/ltqtapi
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/it/
      
      Translated using Weblate (Italian)
      
      Currently translated at 19.3% (6 of 31 strings)
      
      Translation: OpenWrt/LuCI/applications/dynapoint
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/it/
      
      Translated using Weblate (Italian)
      
      Currently translated at 3.5% (2 of 56 strings)
      
      Translation: OpenWrt/LuCI/applications/dump1090
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/it/
      
      Translated using Weblate (Italian)
      
      Currently translated at 9.2% (6 of 65 strings)
      
      Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/it/
      
      Translated using Weblate (Italian)
      
      Currently translated at 16.3% (8 of 49 strings)
      
      Translation: OpenWrt/LuCI/applications/bmx7
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/it/
      
      Translated using Weblate (Italian)
      
      Currently translated at 25.0% (3 of 12 strings)
      
      Translation: OpenWrt/LuCI/applications/bcp38
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/it/
      
      Translated using Weblate (Italian)
      
      Currently translated at 7.5% (13 of 173 strings)
      
      Translation: OpenWrt/LuCI/applications/aria2
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/it/
      
      Translated using Weblate (Italian)
      
      Currently translated at 8.4% (5 of 59 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (59 of 59 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (23 of 23 strings)
      
      Translated using Weblate (Italian)
      
      Currently translated at 8.8% (10 of 113 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (113 of 113 strings)
      
      Translated using Weblate (Italian)
      
      Currently translated at 6.0% (8 of 133 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (102 of 102 strings)
      
      Translated using Weblate (Italian)
      
      Currently translated at 34.8% (68 of 195 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (74 of 74 strings)
      
      Translated using Weblate (Italian)
      
      Currently translated at 41.8% (80 of 191 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (16 of 16 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (341 of 341 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (82 of 82 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (58 of 58 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (37 of 37 strings)
      
      Translated using Weblate (Italian)
      
      Currently translated at 45.9% (17 of 37 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (1714 of 1714 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/
      
      Translated using Weblate (Ukrainian)
      
      Currently translated at 4.6% (9 of 193 strings)
      
      Translation: OpenWrt/LuCI/applications/banip
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/uk/
      
      Translated using Weblate (Ukrainian)
      
      Currently translated at 19.5% (8 of 41 strings)
      
      Translation: OpenWrt/LuCI/applications/attendedsysupgrade
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/uk/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (195 of 195 strings)
      
      Translation: OpenWrt/LuCI/applications/ddns
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 9.8% (10 of 102 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (49 of 49 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 13.5% (10 of 74 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (33 of 33 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (16 of 16 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (212 of 212 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (72 of 72 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 7.3% (25 of 341 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 15.8% (13 of 82 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 13.5% (5 of 37 strings)
      
      Translated using Weblate (Ukrainian)
      
      Currently translated at 92.2% (1582 of 1714 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/uk/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (1714 of 1714 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (63 of 63 strings)
      
      Translation: OpenWrt/LuCI/applications/frps
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (75 of 75 strings)
      
      Translation: OpenWrt/LuCI/applications/frpc
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 22.7% (10 of 44 strings)
      
      Translation: OpenWrt/LuCI/applications/ser2net
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (25 of 25 strings)
      
      Translation: OpenWrt/LuCI/applications/ksmbd
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (66 of 66 strings)
      
      Translation: OpenWrt/LuCI/applications/yggdrasil
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 28.7% (27 of 94 strings)
      
      Translation: OpenWrt/LuCI/applications/vpn-policy-routing
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (17 of 17 strings)
      
      Translation: OpenWrt/LuCI/applications/omcproxy
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (18 of 18 strings)
      
      Translation: OpenWrt/LuCI/applications/nextdns
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 32.6% (17 of 52 strings)
      
      Translation: OpenWrt/LuCI/applications/ttyd
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 8.0% (15 of 186 strings)
      
      Translation: OpenWrt/LuCI/applications/unbound
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (17 of 17 strings)
      
      Translation: OpenWrt/LuCI/applications/udpxy
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 20.1% (34 of 169 strings)
      
      Translation: OpenWrt/LuCI/applications/travelmate
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 28.7% (31 of 108 strings)
      
      Translation: OpenWrt/LuCI/applications/simple-adblock
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 18.5% (15 of 81 strings)
      
      Translation: OpenWrt/LuCI/applications/shadowsocks-libev
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 25.8% (30 of 116 strings)
      
      Translation: OpenWrt/LuCI/applications/radicale
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (125 of 125 strings)
      
      Translation: OpenWrt/LuCI/applications/privoxy
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (13 of 13 strings)
      
      Translation: OpenWrt/LuCI/applications/pagekitec
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (62 of 62 strings)
      
      Translation: OpenWrt/LuCI/applications/ocserv
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (57 of 57 strings)
      
      Translation: OpenWrt/LuCI/applications/nft-qos
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (164 of 164 strings)
      
      Translation: OpenWrt/LuCI/applications/mwan3
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (48 of 48 strings)
      
      Translation: OpenWrt/LuCI/applications/mjpg-streamer
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (24 of 24 strings)
      
      Translation: OpenWrt/LuCI/applications/lxc
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (20 of 20 strings)
      
      Translation: OpenWrt/LuCI/applications/ltqtapi
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (59 of 59 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 17.3% (4 of 23 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 15.0% (17 of 113 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (133 of 133 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (44 of 44 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (48 of 48 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 34.6% (17 of 49 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (195 of 195 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (191 of 191 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 10.8% (8 of 74 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (212 of 212 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 13.4% (11 of 82 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (58 of 58 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 13.5% (5 of 37 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 25.4% (436 of 1714 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/
      
      Co-authored-by: default avatarHosted Weblate <hosted@weblate.org>
      Co-authored-by: default avatarMarco Mihai Condrache <marcomihaicondrache@gmail.com>
      Co-authored-by: default avatarThorfin89 <thorfin89@free.fr>
      Co-authored-by: default avatarkhorwood <khorwood@gmail.com>
      Co-authored-by: default avatarsemih <semiht@gmail.com>
      Co-authored-by: default avatarНикита Сластихин <slastikhin.nikita@gmail.com>
      Signed-off-by: default avatarMarco Mihai Condrache <marcomihaicondrache@gmail.com>
      Signed-off-by: default avatarThorfin89 <thorfin89@free.fr>
      Signed-off-by: default avatarsemih <semiht@gmail.com>
      Signed-off-by: default avatarНикита Сластихин <slastikhin.nikita@gmail.com>
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/it/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/it/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/it/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/it/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/it/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/it/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-battstatus/fr/
      Translation: OpenWrt/LuCI/applications/ahcp
      Translation: OpenWrt/LuCI/applications/firewall
      Translation: OpenWrt/LuCI/applications/fwknopd
      Translation: OpenWrt/LuCI/applications/minidlna
      Translation: OpenWrt/LuCI/applications/nut
      Translation: OpenWrt/LuCI/applications/olsr
      Translation: OpenWrt/LuCI/applications/openvpn
      Translation: OpenWrt/LuCI/applications/opkg
      Translation: OpenWrt/LuCI/applications/polipo
      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/vnstat
      Translation: OpenWrt/LuCI/applications/wol
      Translation: OpenWrt/LuCI/modules/luci-mod-battstatus
      94d35bba
  15. May 12, 2021
    • Jo-Philipp Wich's avatar
      luci-mod-status: fix potential XSS via specially crafted DNS names · 3c66c5b1
      Jo-Philipp Wich authored
      
      
      When an upstream NS returns PTR domain names containing HTML, it is
      added verbatim to the connection status table.
      
      Prevent this issue by HTML escaping any values in the source and
      destination columns.
      
      Fixes: CVE-2021-32019
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      3c66c5b1
    • Hosted Weblate's avatar
      Translated using Weblate (Turkish) · f99e4edc
      Hosted Weblate authored
      
      
      Currently translated at 100.0% (211 of 211 strings)
      
      Translation: OpenWrt/LuCI/applications/dockerman
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 10.6% (8 of 75 strings)
      
      Translation: OpenWrt/LuCI/applications/frpc
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 24.0% (6 of 25 strings)
      
      Translation: OpenWrt/LuCI/applications/ksmbd
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 9.0% (6 of 66 strings)
      
      Translation: OpenWrt/LuCI/applications/yggdrasil
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 27.6% (26 of 94 strings)
      
      Translation: OpenWrt/LuCI/applications/vpn-policy-routing
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 22.5% (14 of 62 strings)
      
      Translation: OpenWrt/LuCI/applications/ocserv
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (193 of 193 strings)
      
      Translation: OpenWrt/LuCI/applications/banip
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (169 of 169 strings)
      
      Translation: OpenWrt/LuCI/applications/adblock
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 9.7% (11 of 113 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 25.0% (430 of 1714 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 58.2% (123 of 211 strings)
      
      Translation: OpenWrt/LuCI/applications/dockerman
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 20.4% (9 of 44 strings)
      
      Translation: OpenWrt/LuCI/applications/ser2net
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 26.5% (25 of 94 strings)
      
      Translation: OpenWrt/LuCI/applications/vpn-policy-routing
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (66 of 66 strings)
      
      Translation: OpenWrt/LuCI/applications/https-dns-proxy
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 27.5% (8 of 29 strings)
      
      Translation: OpenWrt/LuCI/applications/vpnbypass
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 27.7% (30 of 108 strings)
      
      Translation: OpenWrt/LuCI/applications/simple-adblock
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 14.8% (12 of 81 strings)
      
      Translation: OpenWrt/LuCI/applications/shadowsocks-libev
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 20.9% (13 of 62 strings)
      
      Translation: OpenWrt/LuCI/applications/ocserv
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 20.7% (34 of 164 strings)
      
      Translation: OpenWrt/LuCI/applications/mwan3
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (31 of 31 strings)
      
      Translation: OpenWrt/LuCI/applications/dynapoint
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (56 of 56 strings)
      
      Translation: OpenWrt/LuCI/applications/dump1090
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (65 of 65 strings)
      
      Translation: OpenWrt/LuCI/applications/dnscrypt-proxy
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (26 of 26 strings)
      
      Translation: OpenWrt/LuCI/applications/dcwapd
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (195 of 195 strings)
      
      Translation: OpenWrt/LuCI/applications/ddns
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 9.7% (13 of 133 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 6.8% (7 of 102 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 16.6% (8 of 48 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 41.0% (87 of 212 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 5.8% (20 of 341 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 15.5% (9 of 58 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 13.5% (5 of 37 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 25.0% (429 of 1714 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (49 of 49 strings)
      
      Translated using Weblate (Spanish)
      
      Currently translated at 89.7% (44 of 49 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 14.6% (31 of 211 strings)
      
      Translation: OpenWrt/LuCI/applications/dockerman
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (50 of 50 strings)
      
      Translation: OpenWrt/LuCI/applications/acme
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/tr/
      
      Translated using Weblate (Russian)
      
      Currently translated at 21.6% (8 of 37 strings)
      
      Translation: OpenWrt/LuCI/applications/sqm
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ru/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 7.9% (5 of 63 strings)
      
      Translation: OpenWrt/LuCI/applications/frps
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 9.3% (7 of 75 strings)
      
      Translation: OpenWrt/LuCI/applications/frpc
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 18.1% (8 of 44 strings)
      
      Translation: OpenWrt/LuCI/applications/ser2net
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 20.0% (5 of 25 strings)
      
      Translation: OpenWrt/LuCI/applications/ksmbd
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 25.5% (24 of 94 strings)
      
      Translation: OpenWrt/LuCI/applications/vpn-policy-routing
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/tr/
      
      Translated using Weblate (Russian)
      
      Currently translated at 53.8% (28 of 52 strings)
      
      Translation: OpenWrt/LuCI/applications/ttyd
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/ru/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 26.9% (14 of 52 strings)
      
      Translation: OpenWrt/LuCI/applications/ttyd
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 7.5% (14 of 186 strings)
      
      Translation: OpenWrt/LuCI/applications/unbound
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/tr/
      
      Translated using Weblate (French)
      
      Currently translated at 21.3% (36 of 169 strings)
      
      Translation: OpenWrt/LuCI/applications/travelmate
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/fr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 19.5% (33 of 169 strings)
      
      Translation: OpenWrt/LuCI/applications/travelmate
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 23.1% (25 of 108 strings)
      
      Translation: OpenWrt/LuCI/applications/simple-adblock
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 13.7% (16 of 116 strings)
      
      Translation: OpenWrt/LuCI/applications/radicale
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 19.3% (12 of 62 strings)
      
      Translation: OpenWrt/LuCI/applications/ocserv
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 38.5% (22 of 57 strings)
      
      Translation: OpenWrt/LuCI/applications/nft-qos
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 19.5% (32 of 164 strings)
      
      Translation: OpenWrt/LuCI/applications/mwan3
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 37.5% (9 of 24 strings)
      
      Translation: OpenWrt/LuCI/applications/lxc
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 40.0% (8 of 20 strings)
      
      Translation: OpenWrt/LuCI/applications/ltqtapi
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 96.1% (25 of 26 strings)
      
      Translation: OpenWrt/LuCI/applications/dcwapd
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (25 of 25 strings)
      
      Translation: OpenWrt/LuCI/applications/cshark
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (40 of 40 strings)
      
      Translation: OpenWrt/LuCI/applications/clamav
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (49 of 49 strings)
      
      Translation: OpenWrt/LuCI/applications/bmx7
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (12 of 12 strings)
      
      Translation: OpenWrt/LuCI/applications/bcp38
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (193 of 193 strings)
      
      Translation: OpenWrt/LuCI/applications/banip
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/tr/
      
      Translated using Weblate (German)
      
      Currently translated at 14.6% (6 of 41 strings)
      
      Translation: OpenWrt/LuCI/applications/attendedsysupgrade
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/de/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (41 of 41 strings)
      
      Translation: OpenWrt/LuCI/applications/attendedsysupgrade
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (173 of 173 strings)
      
      Translation: OpenWrt/LuCI/applications/aria2
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (38 of 38 strings)
      
      Translation: OpenWrt/LuCI/applications/advanced-reboot
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (169 of 169 strings)
      
      Translation: OpenWrt/LuCI/applications/adblock
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/tr/
      
      Translated using Weblate (Russian)
      
      Currently translated at 29.0% (54 of 186 strings)
      
      Translation: OpenWrt/LuCI/applications/unbound
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/ru/
      
      Translated using Weblate (Russian)
      
      Currently translated at 84.6% (11 of 13 strings)
      
      Translation: OpenWrt/LuCI/applications/pagekitec
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/ru/
      
      Translated using Weblate (Russian)
      
      Currently translated at 26.7% (15 of 56 strings)
      
      Translation: OpenWrt/LuCI/applications/dump1090
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/ru/
      
      Translated using Weblate (Russian)
      
      Currently translated at 92.3% (156 of 169 strings)
      
      Translation: OpenWrt/LuCI/applications/adblock
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 13.8% (27 of 195 strings)
      
      Translation: OpenWrt/LuCI/applications/ddns
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/tr/
      
      Translated using Weblate (Turkish)
      
      Currently translated at 13.0% (3 of 23 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 8.8% (10 of 113 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 6.8% (3 of 44 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 12.8% (25 of 195 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 100.0% (31 of 31 strings)
      
      Translated using Weblate (French)
      
      Currently translated at 87.5% (14 of 16 strings)
      
      Translated using Weblate (Russian)
      
      Currently translated at 97.5% (80 of 82 strings)
      
      Translated using Weblate (Turkish)
      
      Currently translated at 24.5% (421 of 1714 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/
      
      Translated using Weblate (French)
      
      Currently translated at 88.5% (1517 of 1714 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fr/
      
      Translated using Weblate (Spanish)
      
      Currently translated at 98.1% (1683 of 1714 strings)
      
      Translation: OpenWrt/LuCI/modules/luci-base
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/
      
      Translated using Weblate (Russian)
      
      Currently translated at 21.6% (8 of 37 strings)
      
      Translation: OpenWrt/LuCI/applications/sqm
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssqm/ru/
      
      Co-authored-by: default avatarAlex F1-FERRARI <alex@pillou.net>
      Co-authored-by: default avatarAtaberk Özen <ataberkozen123@gmail.com>
      Co-authored-by: default avatarAxus Wizix <axus.wizix@mail.ru>
      Co-authored-by: default avatarFranco Castillo <castillofrancodamian@gmail.com>
      Co-authored-by: default avatarGRZ <grndztx@yandex.ru>
      Co-authored-by: default avatarHosted Weblate <hosted@weblate.org>
      Co-authored-by: default avatarMathias Buhr <napcode@apparatus.de>
      Co-authored-by: default avatarYevgeniy B <jberezhnoy@gmail.com>
      Co-authored-by: default avatarsemih <semiht@gmail.com>
      Signed-off-by: default avatarAlex F1-FERRARI <alex@pillou.net>
      Signed-off-by: default avatarAtaberk Özen <ataberkozen123@gmail.com>
      Signed-off-by: default avatarAxus Wizix <axus.wizix@mail.ru>
      Signed-off-by: default avatarFranco Castillo <castillofrancodamian@gmail.com>
      Signed-off-by: default avatarGRZ <grndztx@yandex.ru>
      Signed-off-by: default avatarMathias Buhr <napcode@apparatus.de>
      Signed-off-by: default avatarYevgeniy B <jberezhnoy@gmail.com>
      Signed-off-by: default avatarsemih <semiht@gmail.com>
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/ru/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/tr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/fr/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/es/
      Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/tr/
      Translation: OpenWrt/LuCI/applications/firewall
      Translation: OpenWrt/LuCI/applications/fwknopd
      Translation: OpenWrt/LuCI/applications/minidlna
      Translation: OpenWrt/LuCI/applications/nut
      Translation: OpenWrt/LuCI/applications/olsr
      Translation: OpenWrt/LuCI/applications/polipo
      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/transmission
      Translation: OpenWrt/LuCI/applications/watchcat
      Translation: OpenWrt/LuCI/applications/wol
      Translation: OpenWrt/LuCI/modules/luci-mod-dashboard
      f99e4edc