summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-10-25luci-theme-bootstrap: fix overlay display failuresPaul Dee
Fixed overlay display failures for users on mobile, or users who booted up in safe mode XD. Noticeable when vertical or horizontal real-estate is too small for the displayed overlay. This failure is most evident when you "edit" an interface, or display your unsaved changes. When content is wider than the screen view, the table hugs the (widest) content maximally, and the overlay window becomes scrollable. Disabled -webkit-overflow-scrolling, left, and right, because both FF and Safari disable them as invalid anyway. Signed-off-by: Paul Dee <systemcrash@users.noreply.github.com> [Merge duplicate modal declarations, remove not applicable modal flexbox properties] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-25Translated using Weblate (Russian)Hosted Weblate
Currently translated at 100.0% (1783 of 1783 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (212 of 212 strings) Translated using Weblate (Russian) Currently translated at 100.0% (72 of 72 strings) Translated using Weblate (Russian) Currently translated at 100.0% (1783 of 1783 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (1783 of 1783 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/ Translated using Weblate (Russian) Currently translated at 100.0% (1783 of 1783 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Translated using Weblate (Russian) Currently translated at 100.0% (180 of 180 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/ru/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (1783 of 1783 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (1783 of 1783 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/zh_Hans/ Translated using Weblate (Russian) Currently translated at 99.7% (1779 of 1783 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (1783 of 1783 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% (1783 of 1783 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.4% (1755 of 1783 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/es/ Co-authored-by: Alexey <agarkov.alexey.viktorovich@gmail.com> Co-authored-by: Artem <Localizer_in_Russian@protonmail.com> Co-authored-by: Darin Avdeyeva <yulyablack@inbox.lv> Co-authored-by: Eric <spice2wolf@gmail.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: Wellington Terumi Uemura <wellingtonuemura@gmail.com> Signed-off-by: Alexey <agarkov.alexey.viktorovich@gmail.com> Signed-off-by: Artem <Localizer_in_Russian@protonmail.com> Signed-off-by: Darin Avdeyeva <yulyablack@inbox.lv> Signed-off-by: Eric <spice2wolf@gmail.com> Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> Signed-off-by: Matthaiks <kitynska@gmail.com> Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/ru/ Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/opkg
2021-10-25luci-theme-bootstrap: fix header widthJo-Philipp Wich
Fixes: 588e24f9ca ("luci-theme-bootstrap: various tweaks and cleanups") Ref: https://github.com/openwrt/luci/commit/588e24f9ca68de074c4d085ec99fd8c96ad0a3ed#r58625289 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-24Merge pull request #5444 from psiegl/masterJo-Philipp Wich
luci-app-hd-idle: Improve content to display
2021-10-23luci-app-hd-idle: Improve content shown by luci.Patrick Siegl
Signed-off-by: Patrick Siegl <3261314+psiegl@users.noreply.github.com>
2021-10-23luci-app-statistics: fix process graph tab captionsJo-Philipp Wich
Plugins that provide both detail and non-detail instances led to a mismatch between the instance list to render and the plugin instance list, causing tab captions to be wrongly assigned. Fixes: #5387 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-22luci-app-example: add appAndreas Bräu
add a minimalistic example app for modern js-based apps Signed-off-by: Andreas Bräu <ab@andi95.de>
2021-10-22luci-base: remove further related section types on deleting networkJo-Philipp Wich
When removing a `config interface` section in `/etc/config/network`, drop related `rule` and `rule6` sections too, as well as related `dhcp` sections in `/etc/config/dhcp`. Ref: https://forum.openwrt.org/t/grooming-etc-config/109764/7 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-22luci-mod-network: remove related bridge-vlan sections on deleting deviceJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-19luci-mod-network: allow sorting static leasesJo-Philipp Wich
Fixes: #5453 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-19luci-mod-system: fix time display logicJo-Philipp Wich
Use the system/info ubus call to obtain a TZ adjusted epoch value and format the date time string manually instead of relying on the browsers local representation. Fixes: #5454 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-19treewide: sync i18n translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-10-19Translated using Weblate (Italian)Hosted Weblate
Currently translated at 18.9% (40 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/it/ Translated using Weblate (Italian) Currently translated at 49.0% (104 of 212 strings) Translated using Weblate (Portuguese) Currently translated at 100.0% (1775 of 1775 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt/ Translated using Weblate (Italian) Currently translated at 53.2% (946 of 1775 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/it/ Translated using Weblate (French) Currently translated at 96.7% (180 of 186 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/fr/ Translated using Weblate (French) Currently translated at 100.0% (5 of 5 strings) Translated using Weblate (French) Currently translated at 67.0% (55 of 82 strings) Translated using Weblate (French) Currently translated at 84.1% (1494 of 1775 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/fr/ Co-authored-by: ButterflyOfFire <ButterflyOfFire@protonmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: pisquan8 <cimurro@outlook.de> Co-authored-by: ssantos <ssantos@web.de> Signed-off-by: ButterflyOfFire <ButterflyOfFire@protonmail.com> Signed-off-by: pisquan8 <cimurro@outlook.de> Signed-off-by: ssantos <ssantos@web.de> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/fr/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/fr/ Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/splash
2021-10-17Translated using Weblate (Portuguese (Brazil))Hosted Weblate
Currently translated at 100.0% (212 of 212 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (1775 of 1775 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (1775 of 1775 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/pt_BR/ Translated using Weblate (Italian) Currently translated at 51.9% (922 of 1775 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/it/ Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com> Co-authored-by: pisquan8 <cimurro@outlook.de> Signed-off-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com> Signed-off-by: pisquan8 <cimurro@outlook.de> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/pt_BR/ Translation: OpenWrt/LuCI/applications/firewall
2021-10-13Translated using Weblate (Italian)Hosted Weblate
Currently translated at 50.8% (903 of 1775 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/it/ Translated using Weblate (German) Currently translated at 100.0% (50 of 50 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/de/ Translated using Weblate (German) Currently translated at 53.4% (39 of 73 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/de/ Translated using Weblate (German) Currently translated at 52.9% (9 of 17 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/de/ Translated using Weblate (Russian) Currently translated at 100.0% (1775 of 1775 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Translated using Weblate (Italian) Currently translated at 12.9% (15 of 116 strings) Translation: OpenWrt/LuCI/applications/radicale Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/it/ Translated using Weblate (Italian) Currently translated at 10.4% (13 of 125 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/it/ Translated using Weblate (Russian) Currently translated at 100.0% (72 of 72 strings) Translated using Weblate (Russian) Currently translated at 100.0% (1775 of 1775 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/ru/ Co-authored-by: Darin Avdeyeva <yulyablack@inbox.lv> Co-authored-by: Federico Cappon <dududede371@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jan Kindler <j.e.g.kindler@gmail.com> Co-authored-by: pisquan8 <cimurro@outlook.de> Signed-off-by: Darin Avdeyeva <yulyablack@inbox.lv> Signed-off-by: Federico Cappon <dududede371@gmail.com> Signed-off-by: Jan Kindler <j.e.g.kindler@gmail.com> Signed-off-by: pisquan8 <cimurro@outlook.de> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/ru/ Translation: OpenWrt/LuCI/applications/opkg
2021-10-12luci-theme-openwrt: add success style for alert messagesJo-Philipp Wich
Fixes: #5427 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-12Merge pull request #5436 from vgaetera/dhcp-ipsetJo-Philipp Wich
2021-10-11luci-mod-network: diagnostics: remove leftover attributeJo-Philipp Wich
There is no `type` attribute for `select` elements. Fixes: 5ac9fd7b3b ("luci-mod-network: diagnostics: remove arp-scan install placeholder") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-11luci-mod-network: diagnostics: remove arp-scan install placeholderJo-Philipp Wich
We do not want to advertise functionality that is not installed as it may have been left out intentionally. Referring to "Missing" functionality is confusing in this case. It is also not comparable to missing protocol extension hints as those are backed by actual user configuration. Also replace the freetext input with a dropdown of known network devices as the hardcoded `br-lan` is not universally applicable to all setups. In general we want to avoid hardcoding defaults which might deviate from the system state. Finaly drop the superfluous width annotations and add a missing space to the RPC command declaration. Fixes: 22b7442011 ("luci-mod-admin-full: add arp-scan to network diagnostic") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-12luci-mod-network: support dhcp.ipset as sectionVladislav Grigoryev
Allow configuring ipset sections in the dhcp config: https://openwrt.org/docs/guide-user/base-system/dhcp#ip_sets This can also be combined with instance-specific IP sets: https://github.com/openwrt/luci/pull/5402 However, it makes easier to assign domains to IP sets. Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
2021-10-11luci-mod-admin-full: add arp-scan to network diagnosticPaul Spooren
This is a JavaScript rewrite of the PR#5152 It adds the ability to perform ARP scans if the tool `arp-scan` is installed. Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-11luci-base: dispatcher: rework dispatching and menu filtering logicJo-Philipp Wich
- Prefer nodes that do not require authentication over nodes that do - Honour ACL dependencies while resolving firstchild nodes - Consider currently active session while scanning menu tree instead of only loading effective ACLs when a login node is encountered - Do not consider nodes for firstchild dispatching which specify a special "firstchild_ineligible" property - Hide menu nodes that have no accessible children Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-11luci-base: sysauth.htm: switch https detection URLJo-Philipp Wich
The `up.gif` icon is not present by default anymore, it has been moved to luci-compat. Probe loading.gif instead which is guaranteed to be available by default. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-11luci-base: dispatcher: fix null access on dispatching unknown urlsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-10luci-app-rosy-fileserver: mark as brokenDirk Brenken
The LuCI application is unmaintained and broken. Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-10-10Merge pull request #5423 from jow-/masterJo-Philipp Wich
luci-theme-bootstrap: various tweaks and cleanups
2021-10-10luci-theme-bootstrap: various tweaks and cleanupsJo-Philipp Wich
- introduce new variable --text-color-highest which results in #000/#fff for bright and dark modes respectively - drop unused navigation style rules and selectors - use sticky positioning for header bar and drop top margin hacks - use flex box layout for header bar contents - use uniform line-height for button elements instead of pixel paddings - fix too bright .cbi-value bottom border in mobile dark mode - avoid rendering duplicate .cbi-value bottom borders for nested sections - simplify header markup, get rid of unused container elements - use non-wrapping flex box layout for page actions, prioritize primary action button in automatic width calculation - fix border radius of ifacebox headers - use brightest color for log output textareas - fix dark mode colors for mode menu - use flex layout for footer Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-09CI: add formal testsPaul Spooren
Migrate the same formal tests used in packages.git Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-09CI: test build LuCI packagesPaul Spooren
While all LuCI packages should always build fine, this allows others to directly install those packages within test setups. Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-09Translated using Weblate (Italian)Hosted Weblate
Currently translated at 7.2% (9 of 125 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/it/ Translated using Weblate (Italian) Currently translated at 14.8% (29 of 195 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/it/ Translated using Weblate (Italian) Currently translated at 52.7% (95 of 180 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/it/ Translated using Weblate (Italian) Currently translated at 100.0% (49 of 49 strings) Translated using Weblate (Italian) Currently translated at 18.4% (39 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/it/ Translated using Weblate (Italian) Currently translated at 100.0% (28 of 28 strings) Translation: OpenWrt/LuCI/applications/acl Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/it/ Translated using Weblate (Italian) Currently translated at 21.1% (36 of 170 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/it/ Translated using Weblate (Italian) Currently translated at 90.0% (36 of 40 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/it/ Translated using Weblate (Italian) Currently translated at 20.4% (10 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 100.0% (38 of 38 strings) Translation: OpenWrt/LuCI/applications/advanced-reboot Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadvanced-reboot/it/ Translated using Weblate (Italian) Currently translated at 37.4% (73 of 195 strings) Translated using Weblate (Italian) Currently translated at 12.2% (42 of 343 strings) Translated using Weblate (Turkish) Currently translated at 100.0% (1775 of 1775 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/tr/ Translated using Weblate (Italian) Currently translated at 50.5% (898 of 1775 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/it/ Co-authored-by: Alaaddin Biçici <alaaddinbicici@gmail.com> Co-authored-by: Gerardo <gerardo.zinno@aol.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Pierfrancesco Passerini <p.passerini@gmail.com> Signed-off-by: Alaaddin Biçici <alaaddinbicici@gmail.com> Signed-off-by: Gerardo <gerardo.zinno@aol.com> Signed-off-by: Pierfrancesco Passerini <p.passerini@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/it/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/it/ Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/modules/luci-mod-dashboard
2021-10-08CI: enable jekyll for docs for overview READMEPaul Spooren
the overview README contains links for the client and server side API, it's a markdown file and therefore requires jekyll to run. Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-09Merge pull request #5424 from PolynomialDivision/luci-app-dawn-remove-settingsHannu Nyman
luci-app-dawn: remove page for steering options
2021-10-09luci-app-dawn: remove page for steering optionsNick Hainke
The luci-app-dawn is blocking the PR to be merged: https://github.com/openwrt/packages/pull/16299 Remove the configuration page and set appropriate standard values. Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-10-08CI: use GITHUB_TOKEN for page deploymentPaul Spooren
The token is set automatically when running on the master branch, no personal access token is required. Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-08CI: automatically update jsapi docsPaul Spooren
Use a GitHub Action to keep the docs updated, the current onces are 14 month old and outdated. Use latest jsdoc package Add full URL to LuCI.html file in README.md Ignore generated HTML files via .gitignore Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-08docs: remove static jsapi contentPaul Spooren
It should be dynamically created by a CI rather than being updated manually. This should result to more accurate docs. Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-08luc-app-banip: spelling / grammarPaul Dee
"Setup" is a noun, the thing. "Set up" is a verbal idiom, the action. One cannot setup a DHCP server, just as one cannot fuckup a test, or ripup some paper. One can, however, set a DHCP server up, and one can fuck a test up, and rip some paper up. Signed-off-by: Paul Dee <systemcrash@users.noreply.github.com>
2021-10-08luci-app-adblock: spelling / grammarPaul Dee
"Setup" is a noun, the thing. "Set up" is a verbal idiom, the action. One cannot setup a DHCP server, just as one cannot fuckup a test, or ripup some paper. One can, however, set a DHCP server up, and one can fuck a test up, and rip some paper up. Signed-off-by: Paul Dee <systemcrash@users.noreply.github.com>
2021-10-08luci-mod-network: spelling / grammarPaul Dee
"Setup" is a noun, the thing. "Set up" is a verbal idiom, the action. One cannot setup a DHCP server, just as one cannot fuckup a test, or ripup some paper. One can, however, set a DHCP server up, and one can fuck a test up, and rip some paper up. Signed-off-by: Paul Dee <systemcrash@users.noreply.github.com>
2021-10-08Translated using Weblate (Bengali (Bangladesh))Hosted Weblate
Currently translated at 6.6% (14 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 78.0% (39 of 50 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 4.4% (5 of 113 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 12.5% (6 of 48 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 5.6% (7 of 123 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 26.9% (7 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 3.3% (59 of 1775 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 2.6% (9 of 343 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 4.8% (9 of 187 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 7.6% (15 of 195 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 42.8% (3 of 7 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 6.1% (5 of 81 strings) Translation: OpenWrt/LuCI/applications/shadowsocks-libev Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 16.0% (4 of 25 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 23.7% (23 of 97 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 5.0% (9 of 180 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 9.6% (6 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 12.2% (6 of 49 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 7.6% (15 of 195 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 9.3% (3 of 32 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 3.3% (2 of 59 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 1.8% (4 of 212 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 6.8% (4 of 58 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 10.8% (4 of 37 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 10.0% (5 of 50 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 14.2% (7 of 49 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 100.0% (3 of 3 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 6.1% (13 of 211 strings) Translation: OpenWrt/LuCI/applications/dockerman Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdockerman/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 6.0% (3 of 50 strings) Translation: OpenWrt/LuCI/applications/acme Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacme/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 3.5% (4 of 113 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 2.0% (4 of 191 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 10.4% (5 of 48 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 4.8% (6 of 123 strings) Translation: OpenWrt/LuCI/applications/nlbwmon Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnlbwmon/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 100.0% (125 of 125 strings) Translation: OpenWrt/LuCI/applications/privoxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsprivoxy/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 10.5% (18 of 170 strings) Translation: OpenWrt/LuCI/applications/mwan3 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmwan3/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 23.0% (6 of 26 strings) Translation: OpenWrt/LuCI/applications/dcwapd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdcwapd/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) 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/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 2.9% (1 of 34 strings) Translation: OpenWrt/LuCI/applications/wifischedule Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswifischedule/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 8.3% (4 of 48 strings) Translation: OpenWrt/LuCI/applications/mjpg-streamer Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsmjpg-streamer/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 5.4% (4 of 73 strings) Translation: OpenWrt/LuCI/applications/https-dns-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationshttps-dns-proxy/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 14.2% (4 of 28 strings) Translation: OpenWrt/LuCI/applications/vnstat2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat2/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 3.2% (57 of 1775 strings) Translation: OpenWrt/LuCI/modules/luci-base Translate-URL: https://hosted.weblate.org/projects/openwrt/luci/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 8.1% (6 of 74 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 8.3% (1 of 12 strings) Translation: OpenWrt/LuCI/applications/bcp38 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbcp38/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 2.3% (8 of 343 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 6.2% (1 of 16 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 6.8% (7 of 102 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 4.2% (8 of 187 strings) Translation: OpenWrt/LuCI/applications/travelmate Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstravelmate/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 100.0% (31 of 31 strings) Translation: OpenWrt/LuCI/applications/dynapoint Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdynapoint/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 7.1% (14 of 195 strings) Translation: OpenWrt/LuCI/applications/banip Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbanip/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 100.0% (40 of 40 strings) Translation: OpenWrt/LuCI/applications/clamav Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsclamav/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 28.5% (2 of 7 strings) Translation: OpenWrt/LuCI/applications/squid Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssquid/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 6.8% (2 of 29 strings) Translation: OpenWrt/LuCI/applications/vpnbypass Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpnbypass/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 4.9% (4 of 81 strings) Translation: OpenWrt/LuCI/applications/shadowsocks-libev Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshadowsocks-libev/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 100.0% (52 of 52 strings) Translation: OpenWrt/LuCI/applications/ttyd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsttyd/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 16.6% (3 of 18 strings) Translation: OpenWrt/LuCI/applications/nextdns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnextdns/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 5.8% (1 of 17 strings) Translation: OpenWrt/LuCI/applications/omcproxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsomcproxy/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 7.4% (7 of 94 strings) Translation: OpenWrt/LuCI/applications/vpn-policy-routing Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvpn-policy-routing/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 12.9% (4 of 31 strings) Translation: OpenWrt/LuCI/applications/yggdrasil Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsyggdrasil/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 12.0% (3 of 25 strings) Translation: OpenWrt/LuCI/applications/ksmbd Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsksmbd/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 9.0% (4 of 44 strings) Translation: OpenWrt/LuCI/applications/ser2net Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsser2net/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 28.2% (22 of 78 strings) Translation: OpenWrt/LuCI/applications/frpc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrpc/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 100.0% (66 of 66 strings) Translation: OpenWrt/LuCI/applications/frps Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfrps/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 4.4% (8 of 180 strings) Translation: OpenWrt/LuCI/applications/adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsadblock/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 8.1% (4 of 49 strings) Translation: OpenWrt/LuCI/applications/bmx7 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsbmx7/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 100.0% (18 of 18 strings) Translation: OpenWrt/LuCI/applications/wireguard Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswireguard/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 7.6% (1 of 13 strings) Translation: OpenWrt/LuCI/applications/pagekitec Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspagekitec/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 6.1% (4 of 65 strings) Translation: OpenWrt/LuCI/applications/dnscrypt-proxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdnscrypt-proxy/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 100.0% (6 of 6 strings) Translation: OpenWrt/LuCI/applications/olsr-services Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-services/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 15.3% (2 of 13 strings) Translation: OpenWrt/LuCI/applications/shairplay Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsshairplay/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 6.9% (12 of 173 strings) Translation: OpenWrt/LuCI/applications/aria2 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsaria2/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 29.4% (5 of 17 strings) Translation: OpenWrt/LuCI/applications/udpxy Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsudpxy/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 5.0% (1 of 20 strings) Translation: OpenWrt/LuCI/applications/ltqtapi Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsltqtapi/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 2.6% (5 of 186 strings) Translation: OpenWrt/LuCI/applications/unbound Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsunbound/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 16.6% (4 of 24 strings) Translation: OpenWrt/LuCI/applications/lxc Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationslxc/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 1.7% (1 of 56 strings) Translation: OpenWrt/LuCI/applications/dump1090 Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsdump1090/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 18.9% (22 of 116 strings) Translation: OpenWrt/LuCI/applications/radicale Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 6.9% (3 of 43 strings) Translation: OpenWrt/LuCI/applications/attendedsysupgrade Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsattendedsysupgrade/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 7.0% (4 of 57 strings) Translation: OpenWrt/LuCI/applications/nft-qos Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnft-qos/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 100.0% (2 of 2 strings) Translation: OpenWrt/LuCI/applications/olsr-viz Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr-viz/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 12.2% (24 of 196 strings) Translation: OpenWrt/LuCI/applications/ddns Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsddns/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 8.0% (5 of 62 strings) Translation: OpenWrt/LuCI/applications/ocserv Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsocserv/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 40.0% (10 of 25 strings) Translation: OpenWrt/LuCI/applications/cshark Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscshark/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 5.5% (6 of 108 strings) Translation: OpenWrt/LuCI/applications/simple-adblock Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssimple-adblock/bn_BD/ Translated using Weblate (Bengali (Bangladesh)) Currently translated at 2.2% (1 of 44 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 10.2% (5 of 49 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 4.3% (1 of 23 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 100.0% (5 of 5 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 7.1% (14 of 195 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 6.2% (2 of 32 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 9.0% (3 of 33 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 100.0% (16 of 16 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 6.0% (2 of 33 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 21.4% (3 of 14 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 36.3% (4 of 11 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 11.1% (8 of 72 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 1.4% (3 of 212 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 5.1% (3 of 58 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 12.0% (3 of 25 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 100.0% (82 of 82 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 2.2% (3 of 133 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 8.1% (3 of 37 strings) Translated using Weblate (Bengali (Bangladesh)) Currently translated at 100.0% (28 of 28 strings) Translation: OpenWrt/LuCI/applications/acl Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsacl/bn_BD/ Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Rayhan Nabi <rayhanjanam@gmail.com> Signed-off-by: Rayhan Nabi <rayhanjanam@gmail.com> Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsahcp/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscommands/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationscoovachilli/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfirewall/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsfwknopd/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsminidlna/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsntpc/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsnut/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsolsr/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopenvpn/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsopkg/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsp910nd/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationspolipo/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsqos/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsradicale2/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsrp-pppoe-server/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssamba4/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationssplash/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsstatistics/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstinyproxy/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationstransmission/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsuhttpd/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsupnp/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationsvnstat/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswatchcat/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/luciapplicationswol/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-battstatus/bn_BD/ Translate-URL: https://hosted.weblate.org/projects/openwrt/lucimodulesluci-mod-dashboard/bn_BD/ Translation: OpenWrt/LuCI/applications/ahcp Translation: OpenWrt/LuCI/applications/commands Translation: OpenWrt/LuCI/applications/coovachilli Translation: OpenWrt/LuCI/applications/firewall Translation: OpenWrt/LuCI/applications/fwknopd Translation: OpenWrt/LuCI/applications/minidlna Translation: OpenWrt/LuCI/applications/ntpc Translation: OpenWrt/LuCI/applications/nut Translation: OpenWrt/LuCI/applications/olsr Translation: OpenWrt/LuCI/applications/openvpn Translation: OpenWrt/LuCI/applications/opkg Translation: OpenWrt/LuCI/applications/p910nd Translation: OpenWrt/LuCI/applications/polipo Translation: OpenWrt/LuCI/applications/qos Translation: OpenWrt/LuCI/applications/radicale2 Translation: OpenWrt/LuCI/applications/rp-pppoe-server Translation: OpenWrt/LuCI/applications/samba4 Translation: OpenWrt/LuCI/applications/splash Translation: OpenWrt/LuCI/applications/statistics Translation: OpenWrt/LuCI/applications/tinyproxy Translation: OpenWrt/LuCI/applications/transmission Translation: OpenWrt/LuCI/applications/uhttpd Translation: OpenWrt/LuCI/applications/upnp Translation: OpenWrt/LuCI/applications/vnstat Translation: OpenWrt/LuCI/applications/watchcat Translation: OpenWrt/LuCI/applications/wol Translation: OpenWrt/LuCI/modules/luci-mod-battstatus Translation: OpenWrt/LuCI/modules/luci-mod-dashboard
2021-10-08luci-base: cbi.js: use IEC 80000-13 units to format base 2 byte valuesJo-Philipp Wich
Fixes: #5354 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-08luci-proto-wireguard: fix potential shell injection vulnerabilitiesJo-Philipp Wich
The `luci.wireguard.generateQrCode` UBUS method allows injecting arbitrary shell code by not sanitizing the `privkey` and `allowed_ips` arguments before concatenating them into shell command expressions. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-08Merge pull request #5381 from ddast/radicale2_fixJo-Philipp Wich
luci-app-radicale2: Fix library loading
2021-10-08Merge pull request #5353 from vgaetera/fix-rule-src/dest-textvalueJo-Philipp Wich
luci-mod-network: fix src/dest textvalue for rules
2021-10-08luci-app-snmpd: convert CBI to JSKarl Palsson
Eliminates luci-compat, but no other changes. Signed-off-by: Karl Palsson <karlp@etactica.com> [add final newline, explicitly require `view` class, remove unused require, fix commit subject, initialize translation template] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-08Revert "app-snmpd: convert CBI to JS"Jo-Philipp Wich
This reverts commit 693bf9523ebe5a008baa2ff017e7e267a9e72ceb. The commit did not contain the mentioned amendmends. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-08app-snmpd: convert CBI to JSKarl Palsson
Eliminates luci-compat, but no other changes. Signed-off-by: Karl Palsson <karlp@etactica.com> [add final newline, explicitly require `view` class, remove unused require, resync translations] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-08luci-app-smartdns: explicitly require `view` classJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-08luci-app-olsr-viz: fix markup which is not valid XHTMLJo-Philipp Wich
Replace `<br>` with `<br />` as XHTML does not allow self-closing tags. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-08luci-app-ttyd: fix markup which is not valid XHTMLJo-Philipp Wich
Replace `<br>` with `<br />` as XHTML does not allow self-closing tags. Signed-off-by: Jo-Philipp Wich <jo@mein.io>