diff --git a/src/translation/en.json b/src/translation/en.json index 4da7dd962..ed5ec3c1e 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -348,6 +348,23 @@ "label": "Secret", "description": "All LDAP queries have to be authenticated with this secret and the user DN {{ userDN }}" } + }, + "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 documentation", + "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": { diff --git a/src/views/users.html b/src/views/users.html index f9b5999d2..cc6f4e885 100644 --- a/src/views/users.html +++ b/src/views/users.html @@ -346,34 +346,34 @@ @@ -597,14 +597,14 @@ {{ 'users.newUserAction' | tr }}
- +
-