preparing for user edit form

This commit is contained in:
2025-07-01 00:29:07 +02:00
parent 956281e749
commit 7ef36fedff
9 changed files with 106 additions and 24 deletions

View File

@@ -11,5 +11,26 @@
"Login" : "Anmeldung",
"OIDC_Login" : "Anmeldung mit OIDC",
"Password" : "Passwort"
},
"menu" : {
"logout": "Abmelden",
"users": "Benutzer",
"tutorial": "Tutorial"
},
"user" : {
"CREATE_USERS": "NUTZER ANLEGEN",
"DELETE_USERS": "NUTZER LÖSCHEN",
"email": "E-Mail",
"id": "Id",
"IMPERSONATE": "NUTZER WECHSELN",
"language": "Sprache",
"LIST_USERS": "NUTZER AUFLISTEN",
"login": "Login",
"MANAGE_LOGIN_SERVICES": "LOGIN-SERVICES VERWALTEN",
"name": "Name",
"permissions": "Berechtigungen",
"profile": "Profil",
"theme": "Design",
"user_module" : "Umbrella User-Verwaltung"
}
}