Make bulk registration CSV import more user-friendly (#411)

* Refactor CSV import

* Finish refactoring

* Add types file

* update readme
This commit is contained in:
Borislav Pantaleev
2025-03-21 20:29:07 +02:00
committed by GitHub
parent 28043dc2ca
commit 7af2831be8
19 changed files with 800 additions and 583 deletions

View File

@@ -91,7 +91,7 @@ const de: SynapseTranslationMessages = {
goToPdf: "Gehe zum PDF",
cards: {
importstats: {
header: "Benutzer importieren",
header: "Geparste Benutzer für den Import",
users_total: "%{smart_count} Benutzer in der CSV Datei |||| %{smart_count} Benutzer in der CSV Datei",
guest_count: "%{smart_count} Gast |||| %{smart_count} Gäste",
admin_count: "%{smart_count} Server Administrator |||| %{smart_count} Server Administratoren",