Add user import/export translations

This commit is contained in:
Johannes Zellner
2022-01-24 14:16:16 +01:00
parent 963af4334d
commit 961cce95d7
2 changed files with 28 additions and 11 deletions

View File

@@ -348,6 +348,23 @@
"label": "Secret",
"description": "All LDAP queries have to be authenticated with this secret and the user DN <i>{{ userDN }}</i>"
}
},
"userImportDialog": {
"title": "Import Users",
"fileInput": "Select JSON or CSV file",
"importAction": "Import",
"description": "The import requires a specific schema for both JSON and CSV. The detailed schema is described in our <a href=\"{{ docsLink }}\" target=\"_blank\">documentation</a>",
"usersFound": "Found {{ count }} users to import.",
"success": "{{ count }} users successfully imported.",
"failed": "The following users were not imported:"
},
"userExport": {
"csv": "Export as CSV",
"json": "Export as JSON",
"tooltip": "Export Users"
},
"userImport": {
"tooltip": "Import Users"
}
},
"profile": {