Fix missing network view translations
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user