Translate domains view
This commit is contained in:
@@ -319,7 +319,72 @@
|
||||
"filterAllEvents": "All Events"
|
||||
},
|
||||
"domains": {
|
||||
"title": "Domains & Certs"
|
||||
"title": "Domains & Certs",
|
||||
"addDomain": "Add Domain",
|
||||
"domain": "Domain",
|
||||
"provider": "Provider",
|
||||
"tooltipEdit": "Edit Domain",
|
||||
"tooltipRemove": "Remove Domain",
|
||||
"renewCerts": {
|
||||
"title": "Renew certificates",
|
||||
"description": "Cloudron renews Let's Encrypt certificates automatically. Use this option to trigger a renewal immediately.",
|
||||
"renewAllAction": "Renew All Certs",
|
||||
"showLogsAction": "Show Logs"
|
||||
},
|
||||
"changeDashboardDomain": {
|
||||
"title": "Change Dashboard Domain",
|
||||
"description": "This will move the dashboard and the email server to the <code>my</code>subdomain of the selected domain.",
|
||||
"changeAction": "Change Domain",
|
||||
"cancelAction": "Cancel",
|
||||
"showLogsAction": "Show Logs"
|
||||
},
|
||||
"subscriptionRequired": {
|
||||
"title": "Subscription required",
|
||||
"description": "To add more domains, please setup a paid plan.",
|
||||
"setupAction": "Setup Subscription"
|
||||
},
|
||||
"domainDialog": {
|
||||
"addTitle": "Add Domain",
|
||||
"editTitle": "Configure {{ domain }}",
|
||||
"addDescription": "Adding a domain lets you install apps on subdomains of this domain. Email settings for the domain can be configured in the Email view.",
|
||||
"domain": "Domain",
|
||||
"provider": "DNS Provider",
|
||||
"route53AccessKeyId": "Access Key Id",
|
||||
"route53SecretAccessKey": "Secret Access Key",
|
||||
"gcdnsServiceAccountKey": "Service Account Key",
|
||||
"digitalOceanToken": "DigitalOcean Token",
|
||||
"gandiApiKey": "Gandi API Key",
|
||||
"goDaddyApiKey": "API Key",
|
||||
"goDaddyApiSecret": "API Secret",
|
||||
"cloudflareTokenType": "Token Type",
|
||||
"cloudflareTokenTypeGlobalApiKey": "Global API Key",
|
||||
"cloudflareTokenTypeApiToken": "API Token",
|
||||
"cloudflareEmail": "Cloudflare Email",
|
||||
"linodeToken": "Linode Token",
|
||||
"nameComUsername": "Name.com Username",
|
||||
"nameComApiToken": "API Token",
|
||||
"namecheapUsername": "Namecheap Username",
|
||||
"namecheapApiKey": "API Key",
|
||||
"namecheapInfo": "The server IP needs to be whitelisted for this API Key.",
|
||||
"linodeInfo": "Linode DNS average <a target=\"_blank\" ng-href=\"{{ linodeDocsLink }}\">propagation time</a> is 30 minutes. Installing apps & and getting a Let's Encrypt certificate will take a while.",
|
||||
"manualInfo": "All DNS records have to be setup manually before each app installation.",
|
||||
"wildcardInfo": "Setup <i>A</i> records for <b>*.{{ newDomain || domain.domain }}</b> and <b>{{ newDomain || domain.domain }}</b> to this server's IP.",
|
||||
"letsEncryptInfo": "Let's Encrypt requires your server to be reachable on port 80",
|
||||
"advancedAction": "Advanced settings...",
|
||||
"zoneName": "Zone Name (Optional)",
|
||||
"certProvider": "Certificate Provider",
|
||||
"fallbackCert": "Fallback Certificate (optional)",
|
||||
"fallbackCertInfo": "Certificates are automatically obtained and renewed from <a href=\"https://letsencrypt.org/\" target=\"_blank\">Let’s Encrypt</a>. See the current rate limit <a href=\"https://letsencrypt.org/docs/rate-limits/\" target=\"_blank\">here</a>.\nThis wildcard certificate will be used should getting a Let’s Encrypt certificate fail. If not provided, an automatically generated self-signed certificate will be used as fallback.",
|
||||
"fallbackCertCustomCert": "Custom Certificate",
|
||||
"fallbackCertCustomCertInfo": "This <a ng-href=\"{{ customCertLink }}\" target=\"_blank\">wildcard certificate</a> will be used for all apps on this domain. If not provided, a self-signed certificate will be automatically generated.",
|
||||
"fallbackCertKeyPlaceholder": "Key",
|
||||
"fallbackCertCertificatePlaceholder": "Certificate"
|
||||
},
|
||||
"removeDialog": {
|
||||
"title": "Really remove {{ domain }}?",
|
||||
"description": "This will delete the domain <code>{{ domain }}</code>.",
|
||||
"removeAction": "Remove"
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Notifications",
|
||||
|
||||
Reference in New Issue
Block a user