Fix missing network view translations

This commit is contained in:
Johannes Zellner
2020-12-15 17:31:03 +01:00
parent 39b50b2aa9
commit b0f9ba5483
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -85,7 +85,8 @@
"interface": "Name der Netzwerkschnittstelle",
"configure": "Konfigurieren",
"interfaceDescription": "Verfügbare Netzwerkgeräte auf dem Server anzeigen mit:",
"title": "IP-Adresse"
"title": "IP-Adresse",
"detected": "ermittelt"
}
},
"settings": {
+2 -1
View File
@@ -558,7 +558,8 @@
"address": "IP Address",
"interface": "Network Interface Name",
"configure": "Configure",
"interfaceDescription": "List available devices on the server with:"
"interfaceDescription": "List available devices on the server with:",
"detected": "detected"
},
"firewall": {
"title": "Firewall",
+1 -1
View File
@@ -102,7 +102,7 @@
</div>
<div class="col-xs-6 text-right">
<span ng-show="sysinfo.ip">{{ sysinfo.ip }}</span>
<span ng-show="!sysinfo.ip">{{ sysinfo.serverIp }} (detected)</span>
<span ng-show="!sysinfo.ip">{{ sysinfo.serverIp }} ({{ 'network.ip.detected' | tr }})</span>
</div>
</div>