Make email import dialog translatable

This commit is contained in:
Johannes Zellner
2022-02-17 15:52:15 +01:00
parent 9d8f21f78d
commit 9481eccfb0
2 changed files with 22 additions and 12 deletions

View File

@@ -1134,7 +1134,9 @@
"name": "Name",
"owner": "Owner",
"aliases": "Aliases",
"usage": "Usage"
"usage": "Usage",
"importTooltip": "Import Mailboxes",
"exportTooltip": "Export Mailboxes"
},
"mailinglists": {
"title": "Mailing Lists",
@@ -1282,7 +1284,16 @@
"activeCheckbox": "Mailbox is active",
"enablePop3": "Enable POP3 access"
},
"howToConnectInfoModal": "Configuring Email Clients"
"howToConnectInfoModal": "Configuring Email Clients",
"mailboxImportDialog": {
"title": "Import Mailboxes",
"description": "The import requires a specific schema for JSON. The detailed schema is described in our <a href=\"{{ docsLink }}\" target=\"_blank\">documentation</a>",
"fileInput": "Select JSON file",
"mailboxesFound": "Found {{ count }} mailboxes to import",
"success": "{{ count }} mailboxes successfully imported.",
"failed": "The following mailboxes were not imported:",
"importAction": "Import"
}
},
"app": {
"backAction": "Back to My Apps",