diff --git a/src/translation/en.json b/src/translation/en.json index 53e3c554b..c20686976 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -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" diff --git a/src/views/network.html b/src/views/network.html index bee6fe7d1..2c90021fd 100644 --- a/src/views/network.html +++ b/src/views/network.html @@ -3,31 +3,31 @@
- 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. -
+{{ 'network.dyndns.description' | tr }}
{{ dyndnsConfigure.error }}