Update translations

This commit is contained in:
Johannes Zellner
2022-02-08 21:52:15 +01:00
parent 06d60d5aea
commit 7a66a104ad
3 changed files with 57 additions and 1 deletions

View File

@@ -348,6 +348,23 @@
"label": "Geheim",
"description": "Alle LDAP verzoeken moeten geauthentiseerd worden met dit geheim en de gebruiker DN <i>{{ userDN }}</i>"
}
},
"userImportDialog": {
"title": "Importeer gebruikers",
"fileInput": "Selecteer JSON of CSV bestand",
"importAction": "Importeer",
"description": "Het importeren vereist een specifiek schema voor zowel JSON als CSV. Details zijn beschreven in onze <a href=\"{{ docsLink }}\" target=\"_blank\">documentatie</a>",
"usersFound": "{{ count }} gebruikers gevonden om te importeren.",
"success": "{{ count }} gebruikers succesvol geïmporteerd.",
"failed": "De volgende gebruikers zijn niet geïmporteerd:"
},
"userExport": {
"csv": "Exporteer als CSV",
"json": "Exporteer als JSON",
"tooltip": "Exporteer gebruikers"
},
"userImport": {
"tooltip": "Importeer gebruikers"
}
},
"profile": {