Add network view translation

This commit is contained in:
Johannes Zellner
2020-11-05 14:27:07 +01:00
parent 3bd55bbeba
commit 6298479e17
2 changed files with 58 additions and 32 deletions
+30 -1
View File
@@ -232,7 +232,36 @@
"title": "Email"
},
"network": {
"title": "Network"
"title": "Network",
"ip": {
"title": "IP Address",
"description": "Cloudron uses this IP address when setting up DNS records.",
"provider": "Provider",
"address": "IP Address",
"interface": "Network Interface Name",
"configure": "Configure",
"interfaceDescription": "List available devices on the server with:"
},
"firewall": {
"title": "Firewall",
"blockedIpRanges": "Blocked IPs & Ranges",
"blocklist": "{{ currentBlocklistLength }} IP(s) blocked",
"configure": {
"title": "Firewall Configuration",
"description": "Matched addresses will be unable to connect to the server including the mail server, the dashboard and all apps. Be careful not to lock yourself out.",
"blocklistPlaceholder": "Line separated IP address or Subnet"
}
},
"dyndns": {
"title": "Dynamic DNS",
"description": "Enable this option to keep all your DNS records in sync with a changing IP address. This is useful when Cloudron runs in a network with a frequently changing public IP address like a home connection.",
"useLabel": "Use Dynamic DNS",
"saved": "Saved"
},
"configureIp": {
"title": "Configure IP Provider",
"providerGenericDescription": "The Public IP address of the server will be automatically detected."
}
},
"services": {
"title": "Services"