Do not use ng-href in translation strings

This commit is contained in:
Johannes Zellner
2020-11-12 22:23:39 +01:00
parent b9b31afeca
commit 50433206a3
2 changed files with 7 additions and 7 deletions

View File

@@ -191,7 +191,7 @@
"provider": "Storage provider",
"noopNote": "This option breaks the backup and restore functionality of Cloudron and should only be used for testing. Please make sure the server is completely backed up using alternate means.",
"mountPoint": "Mount point",
"mountPointDescription": "The mount point has to be setup manually. See <a ng-href=\"https://docs.cloudron.io/backups/#{{ provider }}\" target=\"_blank\">docs</a>.",
"mountPointDescription": "The mount point has to be setup manually. See <a href=\"https://docs.cloudron.io/backups/#{{ provider }}\" target=\"_blank\">docs</a>.",
"localDirectory": "Local backup directory",
"ext4Label": "Backup directory is an external EXT4 Disk",
"hardlinksLabel": "Use hardlinks",
@@ -286,7 +286,7 @@
"description": "Cloudron will make the necessary DNS changes across all the domains and restart the mail server. Desktop & Mobile email clients have to be re-configured to use this new location as the IMAP and SMTP server.",
"location": "Location",
"locationPlaceholder": "Leave empty to use bare domain",
"linodeInfo": "Linode DNS average <a target=\"_blank\" ng-href=\"{{ linodeDocsLink }}\">propagation time</a> is 30 minutes. Changing the location will take a while.",
"linodeInfo": "Linode DNS average <a target=\"_blank\" href=\"{{ linodeDocsLink }}\">propagation time</a> is 30 minutes. Changing the location will take a while.",
"manualInfo": "Add an A record manually for {{ (!subdomain ? '' : '.') + domain.domain }} to this Cloudron's public IP"
},
"changeMailSizeDialog": {
@@ -525,7 +525,7 @@
"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 &amp; and getting a Let's Encrypt certificate will take a while.",
"linodeInfo": "Linode DNS average <a target=\"_blank\" href=\"{{ linodeDocsLink }}\">propagation time</a> is 30 minutes. Installing apps &amp; 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",
@@ -535,7 +535,7 @@
"fallbackCert": "Fallback Certificate (optional)",
"fallbackCertInfo": "Certificates are automatically obtained and renewed from <a href=\"https://letsencrypt.org/\" target=\"_blank\">Lets 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 Lets 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.",
"fallbackCertCustomCertInfo": "This <a 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"
},
@@ -665,7 +665,7 @@
},
"incoming": {
"title": "Incoming Email",
"description": "Cloudron <a ng-href=\"{{ emailDocsLink }}\" target=\"_blank\">Email Server</a> allows users to receive email for this domain. <a href=\"{{ rainloopLink }}\">Rainloop</a>, <a href=\"{{ sogoLink }}\">SOGo</a>, <a href=\"{{ roundcubeLink }}\">Roundcube</a> are pre-configured to access Cloudron Email.",
"description": "Cloudron <a href=\"{{ emailDocsLink }}\" target=\"_blank\">Email Server</a> allows users to receive email for this domain. <a href=\"{{ rainloopLink }}\">Rainloop</a>, <a href=\"{{ sogoLink }}\">SOGo</a>, <a href=\"{{ roundcubeLink }}\">Roundcube</a> are pre-configured to access Cloudron Email.",
"disableAction": "Disable",
"enableAction": "Enable",
"outgointServerInfo": "Outgoing Mail (SMTP)",
@@ -739,7 +739,7 @@
"dnsStatus": {
"title": "DNS Status",
"reSetupAction": "Re-setup DNS",
"description": "Status of DNS Records may show an error while DNS is propagating (~5 minutes). See the <a ng-href=\"{{ emailDnsDocsLink }}\" target=\"_blank\">troubleshooting</a> docs for help.",
"description": "Status of DNS Records may show an error while DNS is propagating (~5 minutes). See the <a href=\"{{ emailDnsDocsLink }}\" target=\"_blank\">troubleshooting</a> docs for help.",
"namecheapInfo": "Namecheap requires manual steps for MX records",
"ptrInfo": "The PTR record is set by your VPS provider and not by your DNS provider.",
"hostname": "Hostname",