Fix user import

This commit is contained in:
Girish Ramakrishnan
2022-02-17 14:42:24 -08:00
parent 5e76a8ea7b
commit dd364733a4
6 changed files with 91 additions and 30 deletions

View File

@@ -81,7 +81,9 @@
"users": "Gebruikers"
},
"disableAction": "Uitschakelen",
"enableAction": "Inschakelen"
"enableAction": "Inschakelen",
"statusEnabled": "Ingeschakeld",
"statusDisabled": "Uitgeschakeld"
},
"appstore": {
"title": "App Store",
@@ -579,7 +581,8 @@
"diskPath": "Schijf pad",
"user": "Gebruiker",
"privateKey": "Private sleutel",
"cifsSealSupport": "Gebruik seal encryptie. SMB v3 is hiervoor minimaal benodigd"
"cifsSealSupport": "Gebruik seal encryptie. SMB v3 is hiervoor minimaal benodigd",
"chown": "Extern bestandssysteem ondersteunt chown"
},
"backupFailed": {
"title": "Backup maken niet mogelijk"
@@ -1428,7 +1431,9 @@
"owner": "Eigenaar",
"aliases": "Aliassen",
"usage": "Gebruik",
"title": "E-mailboxen"
"title": "E-mailboxen",
"importTooltip": "Import Mailboxen",
"exportTooltip": "Export Mailboxen"
},
"mailinglists": {
"title": "E-maillijsten",
@@ -1577,7 +1582,16 @@
"updateMailinglistDialog": {
"activeCheckbox": "Mailing-lijst is actief"
},
"howToConnectInfoModal": "Configureren e-mail clients"
"howToConnectInfoModal": "Configureren e-mail clients",
"mailboxImportDialog": {
"title": "Importeer Mailboxen",
"description": "Voor de import is een specifiek schema voor JSON benodigd. Het gedetailleerde schema is beschreven in onze <a href=\"{{ docsLink }}\" target=\"_blank\">documentatie</a>",
"fileInput": "Selecteer JSON bestand",
"mailboxesFound": "{{ count }} mailboxen gevonden om te importeren",
"success": "{{ count }} mailboxen succesvol geïmporteerd.",
"failed": "De volgende mailboxen zijn niet geïmporteerd:",
"importAction": "Importeren"
}
},
"login": {
"loginTo": "Inloggen bij",