Translate mails view

This commit is contained in:
Johannes Zellner
2020-11-12 11:42:11 +01:00
parent 5f716669fe
commit 47de719fc8
5 changed files with 148 additions and 94 deletions

View File

@@ -237,7 +237,78 @@
}
},
"emails": {
"title": "Email"
"title": "Email",
"domains": {
"title": "Domains",
"domain": "Domain",
"config": "Config",
"outbound": "Outbound only",
"disabled": "Disabled",
"stats": "{{ mailboxCount }} Mailbox(es) / Usage: {{ usage | prettyByteSize }}",
"testEmailTooltip": "Send Test Email"
},
"settings": {
"title": "Settings",
"info": "These settings are global and apply to all domains.",
"location": "Mail server location",
"maxMailSize": "Maximum email size",
"spamFilter": "Spam filtering",
"spamFilterOverview": "{{ acl.blacklist.length }} address(es) blacklisted {{ customConfig ? '. Custom rules set.' : '.' }}",
"changeDomainProgress": "Changing Email domain:"
},
"eventlog": {
"title": "Event Log",
"time": "Time",
"details": "Details",
"empty": "Event Log is empty.",
"type": {
"outgoing": "Outgoing",
"deferred": "Deferred",
"incoming": "Incoming",
"queued": "Queued",
"denied": "Denied",
"bounce": "Bounce",
"spamFilterTrained": "Spam filter trained",
"bounceInfo": "Sent bounce to {{ mailFrom | prettyEmailAddresses }} for mail sent to {{ rcptTo | prettyEmailAddresses }}. {{ details.message || details.reason }}",
"deferredInfo": "Failed to deliver mail to {{ rcptTo | prettyEmailAddresses }}. {{ details.message || details.reason }}. Will retry in {{ details.delay }}s.",
"inboundInfo": "Incoming mail from {{ mailFrom | prettyEmailAddresses }} to {{ rcptTo | prettyEmailAddresses }}. Spam: {{ details.spamStatus.indexOf('Yes,') === 0 ? 'Yes' : 'No' }}",
"outboundInfo": "Queued mail for delivery to {{ rcptTo | prettyEmailAddresses }} from {{ mailFrom | prettyEmailAddresses }}",
"receivedInfo": "Saved mail from {{ mailFrom | prettyEmailAddresses }} in mailbox {{ rcptTo | prettyEmailAddresses }}",
"deliveredInfo": "Delivered mail to {{ rcptTo | prettyEmailAddresses }} from {{ mailFrom | prettyEmailAddresses }}",
"deniedInfo": "Connection from {{ remote.ip }} denied. {{ details.message || details.reason }}",
"spamFilterTrainedInfo": "Spam filter trained using mailbox content"
},
"showRawLogsAction": "Show Raw Logs",
"searchPlaceholder": "Search"
},
"changeDomainDialog": {
"title": "Change Email Server Location",
"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.",
"manualInfo": "Add an A record manually for {{ (!subdomain ? '' : '.') + domain.domain }} to this Cloudron's public IP"
},
"changeMailSizeDialog": {
"title": "Change Maximum Email Size",
"description": "Changing the maximum email message size requires a restart of the mail server.",
"size": "Maximum size in megabytes:"
},
"spamFilterDialog": {
"title": "Spam Filtering",
"blacklisteAddresses": "Blacklisted addresses",
"blacklisteAddressesInfo": "Matched addresses will end up in the user's Spam folder. '*' and '?' glob patterns are supported.",
"customRules": "Custom Spamassassin Rules",
"blacklisteAddressesPlaceholder": "Line separated email address patterns",
"customRulesPlaceholder": "Custom Spamassassin Rules"
},
"testMailDialog": {
"title": "Send test email for {{ domain }}",
"description": "This will send a test email from <b>no-reply@{{domain}}</b> to the address below.",
"mailTo": "Email to",
"mailToPlaceholder": "Email address",
"sendAction": "Send"
}
},
"network": {
"title": "Network",