Merge pull request #2214 from AiyionPrime/status_page_mesh_protocol
This commit is contained in:
commit
0ac3061225
@ -136,6 +136,15 @@
|
|||||||
string.format(' (%s)', nodeinfo.software.autoupdater.branch)
|
string.format(' (%s)', nodeinfo.software.autoupdater.branch)
|
||||||
%></dd>
|
%></dd>
|
||||||
<%- end %>
|
<%- 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>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<div class="frame">
|
<div class="frame">
|
||||||
|
@ -70,6 +70,9 @@ msgstr "Systemlast"
|
|||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr "Position"
|
msgstr "Position"
|
||||||
|
|
||||||
|
msgid "Mesh protocol"
|
||||||
|
msgstr "Mesh-Protokoll"
|
||||||
|
|
||||||
msgid "Mesh VPN"
|
msgid "Mesh VPN"
|
||||||
msgstr "Mesh-VPN"
|
msgstr "Mesh-VPN"
|
||||||
|
|
||||||
|
@ -61,6 +61,9 @@ msgstr ""
|
|||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Mesh protocol"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Mesh VPN"
|
msgid "Mesh VPN"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ if we ever add Russion to gluon-web, the following strings can be reused:
|
|||||||
"Packets/s": "Пакетов/c",
|
"Packets/s": "Пакетов/c",
|
||||||
"Statistic": "Статистика",
|
"Statistic": "Статистика",
|
||||||
"Traffic": "Трафик",
|
"Traffic": "Трафик",
|
||||||
|
"Mesh protocol": "Ячеистый протокол"
|
||||||
"Neighbors": "Соседи",
|
"Neighbors": "Соседи",
|
||||||
"Firmware": "Прошивка",
|
"Firmware": "Прошивка",
|
||||||
"Branch": "Ветка"
|
"Branch": "Ветка"
|
||||||
|
Loading…
Reference in New Issue
Block a user