Merge pull request #2214 from AiyionPrime/status_page_mesh_protocol

This commit is contained in:
Martin Weinelt 2021-05-09 16:53:49 +02:00 committed by GitHub
commit 0ac3061225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 0 deletions

View File

@ -136,6 +136,15 @@
string.format(' (%s)', nodeinfo.software.autoupdater.branch)
%></dd>
<%- end %>
<% if nodeinfo.software.babeld or nodeinfo.software['batman-adv'] then -%>
<dt><%:Mesh protocol%></dt>
<% if nodeinfo.software.babeld then -%>
<dd>babeld <%| nodeinfo.software.babeld.version %></dd>
<%- end %>
<% if nodeinfo.software['batman-adv'] then -%>
<dd>batman-adv <%| nodeinfo.software['batman-adv'].version %> (compat<%| nodeinfo.software['batman-adv'].compat %>)</dd>
<%- end %>
<%- end %>
</dl>
</div>
<div class="frame">

View File

@ -70,6 +70,9 @@ msgstr "Systemlast"
msgid "Location"
msgstr "Position"
msgid "Mesh protocol"
msgstr "Mesh-Protokoll"
msgid "Mesh VPN"
msgstr "Mesh-VPN"

View File

@ -61,6 +61,9 @@ msgstr ""
msgid "Location"
msgstr ""
msgid "Mesh protocol"
msgstr ""
msgid "Mesh VPN"
msgstr ""

View File

@ -28,6 +28,7 @@ if we ever add Russion to gluon-web, the following strings can be reused:
"Packets/s": "Пакетов/c",
"Statistic": "Статистика",
"Traffic": "Трафик",
"Mesh protocol": "Ячеистый протокол"
"Neighbors": "Соседи",
"Firmware": "Прошивка",
"Branch": "Ветка"