summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-bmx7
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-bmx7')
-rw-r--r--applications/luci-app-bmx7/po/bg/bmx7.po8
-rw-r--r--applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js2
2 files changed, 5 insertions, 5 deletions
diff --git a/applications/luci-app-bmx7/po/bg/bmx7.po b/applications/luci-app-bmx7/po/bg/bmx7.po
index 168bc33c87..67cac00b64 100644
--- a/applications/luci-app-bmx7/po/bg/bmx7.po
+++ b/applications/luci-app-bmx7/po/bg/bmx7.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2021-08-27 12:56+0000\n"
+"PO-Revision-Date: 2021-09-15 08:34+0000\n"
"Last-Translator: Iskren Mihaylov <iskren.mihaylov91@gmail.com>\n"
"Language-Team: Bulgarian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsbmx7/bg/>\n"
@@ -8,7 +8,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.8.1-dev\n"
+"X-Generator: Weblate 4.9-dev\n"
#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:33
msgid "Announcements"
@@ -33,11 +33,11 @@ msgstr ""
#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/admin_status/index/bmx7_nodes.htm:12
#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:79
msgid "Device"
-msgstr ""
+msgstr "Устройство"
#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/status_j.htm:57
msgid "Interface"
-msgstr ""
+msgstr "Интерфейс"
#: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:81
msgid "Last Desc"
diff --git a/applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js b/applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js
index 5e9e02d26e..1df0db4e33 100644
--- a/applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js
+++ b/applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js
@@ -227,7 +227,7 @@
}
if(n.linkCount) { html += "<p><b>links</b>: " + n.linkCount + "</p>"; }
if(n.local_addresses) {
- html += "<p><b>local addresses</b>:<br>" + n.local_addresses.join('<br>') + "</p>";
+ html += "<p><b>local addresses</b>:<br />" + n.local_addresses.join('<br />') + "</p>";
}
overlayInner.html(html);
overlay.classed("njg-hidden", false);