mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 14:30:00 +00:00
fix(console): ui/ux improvements, delete user phone, pinned cards, user grant role load fix (#357)
* project grant member edit * project grant member dialog, import cleanup * readd project roles * user login-methods cleanup * fix sw config, user grant context * delete user grants, context for creation, search * contributor box shadow * password to detail view * user detail notification * ui ux improvements * pinned section * project pinnable grid, rem columns, move buttons * user detail mfa, move user comonents, user grant * del phone * user detail service * delete phone for auth, mgmt user
This commit is contained in:
@@ -20,12 +20,14 @@
|
||||
},
|
||||
"MENU": {
|
||||
"PERSONAL_INFO": "Persönliche Informationen",
|
||||
"IAM":"IAM",
|
||||
"IAM":"Administration",
|
||||
"ORGANIZATION": "Organisation",
|
||||
"PROJECTSSECTION":"Projekte",
|
||||
"PROJECT": "Projekte",
|
||||
"GRANTEDPROJECT":"Berechtigte Projekte",
|
||||
"USERSECTION":"Benutzer",
|
||||
"USER": "Benutzer",
|
||||
"LOGOUT": "abmelden",
|
||||
"LOGOUT": "alle Benutzer abmelden",
|
||||
"NEWORG":"Neue Organisation",
|
||||
"IAMADMIN":"Sie sind ein IAM Administrator. Sie haben erweiterte Berechtigungen!",
|
||||
"SHOWORGS":"Alle organisationen anzeigen"
|
||||
@@ -64,7 +66,9 @@
|
||||
"LOGINNAMESDESC":"Mit diesen Namen können Sie sich anmelden",
|
||||
"COPY":"In die Zwischenablage kopieren",
|
||||
"COPIED":"In die Zwischenablage kopiert!",
|
||||
"NOUSER":"Kein User"
|
||||
"NOUSER":"Kein User",
|
||||
"REACTIVATE":"Reaktivieren",
|
||||
"DEACTIVATE":"Deaktivieren"
|
||||
},
|
||||
"MFA": {
|
||||
"TITLE": "Multifaktor-Authentifizierung",
|
||||
@@ -220,7 +224,9 @@
|
||||
"ORGDOMAIN_VERIFICATION_SKIP":"Sie können die Überprüfung vorerst überspringen und Ihre Organisation weiter erstellen. Um Ihre Organisation jedoch verwenden zu können, muss dieser Schritt abgeschlossen sein!",
|
||||
"ORGDETAILUSER_TITLE":"Organisationsbesitzer hinzufügen",
|
||||
"DOWNLOAD_FILE":"File download",
|
||||
"SELECTORGTOOLTIP":"Wähle diese Organisation"
|
||||
"SELECTORGTOOLTIP":"Wähle diese Organisation",
|
||||
"PRIMARYDOMAIN":"Primäre Domain",
|
||||
"STATE":"Status"
|
||||
},
|
||||
"DOMAINS": {
|
||||
"TITLE":"Domains",
|
||||
@@ -330,7 +336,11 @@
|
||||
"TYPE":{
|
||||
"OWNED":"Eigene Projekte",
|
||||
"GRANTED":"Berechtigte Projekte"
|
||||
}
|
||||
},
|
||||
"PINNED":"Angepinnt",
|
||||
"ALL": "Alle",
|
||||
"CREATEDON":"erstellt am",
|
||||
"LASTMODIFIED":"zuletzt verändert am"
|
||||
},
|
||||
"STATE": {
|
||||
"TITLE":"Status",
|
||||
@@ -420,7 +430,8 @@
|
||||
"STATE":"Status",
|
||||
"TYPE":"Typ",
|
||||
"CREATIONDATE":"Erstelldatum",
|
||||
"CHANGEDATE":"Letzte Änderung"
|
||||
"CHANGEDATE":"Letzte Änderung",
|
||||
"RESOURCEOWNER":"Besitzer"
|
||||
}
|
||||
},
|
||||
"APP": {
|
||||
|
@@ -20,12 +20,14 @@
|
||||
},
|
||||
"MENU": {
|
||||
"PERSONAL_INFO": "Personal Information",
|
||||
"IAM":"IAM",
|
||||
"IAM":"Administration",
|
||||
"ORGANIZATION": "Organization",
|
||||
"PROJECTSSECTION":"Projects",
|
||||
"PROJECT": "Projects",
|
||||
"GRANTEDPROJECT":"Granted Projects",
|
||||
"USERSECTION":"Benutzer",
|
||||
"USER": "Users",
|
||||
"LOGOUT": "Log out",
|
||||
"LOGOUT": "Logout all users",
|
||||
"NEWORG":"New Organization",
|
||||
"IAMADMIN":"You are an IAM Administrator. Note that you have enhanced permissions!",
|
||||
"SHOWORGS":"Show all organizations"
|
||||
@@ -64,7 +66,9 @@
|
||||
"LOGINNAMESDESC":"You can log into zitadel with these names",
|
||||
"COPY":"Copy to clipboard",
|
||||
"COPIED":"Copied to clipboard!",
|
||||
"NOUSER":"No User"
|
||||
"NOUSER":"No User",
|
||||
"REACTIVATE":"Reactivate",
|
||||
"DEACTIVATE":"Deactivate"
|
||||
},
|
||||
"MFA": {
|
||||
"TITLE": "Multifactor Authentication",
|
||||
@@ -221,16 +225,18 @@
|
||||
"ORGDOMAIN_VERIFICATION_SKIP":"You can skip verification for now and continue to create your organization, but in order to use your organization this step has to be completed!",
|
||||
"ORGDETAILUSER_TITLE":"Configure Organization Owner",
|
||||
"DOWNLOAD_FILE":"Download file",
|
||||
"SELECTORGTOOLTIP":"Select this organization"
|
||||
"SELECTORGTOOLTIP":"Select this organization",
|
||||
"PRIMARYDOMAIN":"Primary Domain",
|
||||
"STATE":"State"
|
||||
},
|
||||
"DOMAINS": {
|
||||
"TITLE":"Domains",
|
||||
"DESCRIPTION":"Configure your domains on which your users will be registered."
|
||||
},
|
||||
"STATE": {
|
||||
"0": "nicht definiert",
|
||||
"1": "aktiv",
|
||||
"2": "inaktiv"
|
||||
"0": "not defined",
|
||||
"1": "active",
|
||||
"2": "deactivated"
|
||||
},
|
||||
"MEMBER": {
|
||||
"TITLE":"Organization Managers",
|
||||
@@ -331,7 +337,11 @@
|
||||
"TYPE":{
|
||||
"OWNED":"Owned Projects",
|
||||
"GRANTED":"Granted Projects"
|
||||
}
|
||||
},
|
||||
"PINNED":"Pinned",
|
||||
"ALL": "All",
|
||||
"CREATEDON":"created on",
|
||||
"LASTMODIFIED":"last modified on"
|
||||
},
|
||||
"STATE": {
|
||||
"TITLE":"State",
|
||||
@@ -421,7 +431,8 @@
|
||||
"STATE":"Status",
|
||||
"TYPE":"Type",
|
||||
"CREATIONDATE":"Created At",
|
||||
"CHANGEDATE":"Last Modified"
|
||||
"CHANGEDATE":"Last Modified",
|
||||
"RESOURCEOWNER":"Owner"
|
||||
}
|
||||
},
|
||||
"APP": {
|
||||
|
Reference in New Issue
Block a user