Add user import/export translations
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user