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 @@ @@ -49,22 +49,22 @@ @@ -76,20 +76,20 @@
-

IP Address

+

{{ 'network.ip.title' | tr }}

- Cloudron uses this IP address when setting up DNS records. + {{ 'network.ip.description' | tr }}

- Provider + {{ 'network.ip.provider' | tr }}
{{ prettySysinfoProviderName(sysinfo.provider) }} @@ -98,7 +98,7 @@
- IP Address + {{ 'network.ip.address' | tr }}
{{ sysinfo.ip }} @@ -108,7 +108,7 @@
- Network Interface Name + {{ 'network.ip.interface' | tr }}
{{ sysinfo.ifname }} @@ -119,41 +119,38 @@
- +
-

Firewall

+

{{ 'network.firewall.title' | tr }}

- Blocked IPs & Ranges + {{ 'network.firewall.blockedIpRanges' | tr }}
- {{ blocklist.currentBlocklistLength }} IP(s) blocked + {{ 'network.firewall.blocklist' | tr:blocklist }}
-

Dynamic DNS

+

{{ 'network.dyndns.title' | tr }}

-

- 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 }}

@@ -161,11 +158,11 @@
- Saved + {{ 'network.dyndns.saved' | tr }}
- +