mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-15 05:07:44 +00:00
feat(console): user grant filtering, org domain verification improvements, fix membership detail link (#916)
* user grant filter * add filter input * org domain spinner and reload * user grant filter templates * single selection filter for grants, same dl btn * filter margin * lint style, remove duplicate code * project count as observable * deferred reload on delete * fix user grant formfield * lint styles * fix event propagation on pin, change selection * propagate counter change * admin warn, localstorage, i18n, sidenav impv * overlays * adapt toolbar elevationn, card * color vars, i18n, admin section * fix lint * selection clear on filter * ts lint * Update console/src/assets/i18n/de.json Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> * Update console/src/assets/i18n/de.json Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> * Update console/src/assets/i18n/en.json Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
This commit is contained in:
@@ -5,14 +5,26 @@
|
||||
"SECURITYANDPRIVACY": "Data Protection and Personalisation",
|
||||
"SECURITYANDPRIVACY_DESC": "Manage Your Information and Security Settings",
|
||||
"SECURITYANDPRIVACY_BUTTON": "Personalise Information and Security",
|
||||
"CHANGE_PWD":"Change Password",
|
||||
"PROTECTION": "Organisational Policies",
|
||||
"PROTECTION_DESC": "Manage your organisational guidelines. Explore some pre-packaged solutions that save you time and ensure security.",
|
||||
"PROTECTION_BUTTON": "Explore",
|
||||
"PROJECTS": "Create and Manage Your Applications and Projects",
|
||||
"PROJECTS_DESC": "Authorize others to use your projects or define custom roles on eligible projects.",
|
||||
"PROJECTS_BUTTON": "Project Overview",
|
||||
"PROJECTS_NEW_LINK":"Create new project",
|
||||
"ORG_POLICY_COMPLEXITY":"Password Complexity Settings",
|
||||
"ORG_POLICY_IAM":"Organisation Access Properties",
|
||||
"ORG_POLICY_LOGIN":"Login Policy",
|
||||
"IAM_CREATE_ORG":"Create organisation",
|
||||
"IAM_POLICY_COMPLEXITY":"System Password Complexity Settings",
|
||||
"IAM_POLICY_IAM":"System Access Properties",
|
||||
"IAM_POLICY_LOGIN":"System Login Policy",
|
||||
"USERS": "Create and Manage Your Users",
|
||||
"USERS_DESC": "Monitor your role concept in real time. Take immediate action.",
|
||||
"USERS_HUMANS":"Show human users",
|
||||
"USERS_MACHINES": "Show machine users",
|
||||
"USERS_CREATE":"Create User",
|
||||
"USERS_BUTTON": "Show Users",
|
||||
"IAM": "Identity and Access Management",
|
||||
"IAM_DESC": "Manage your organisations and administrators.",
|
||||
@@ -26,6 +38,7 @@
|
||||
"PERSONAL_INFO": "Personal Information",
|
||||
"IAM":"Administration",
|
||||
"ORGANIZATION": "Organisation",
|
||||
"ADMINSECTION":"Administration",
|
||||
"PROJECTSSECTION":"Projects Section",
|
||||
"PROJECT": "Projects",
|
||||
"GRANTEDPROJECT":"Granted Projects",
|
||||
@@ -106,8 +119,11 @@
|
||||
"1":"Filter for Username",
|
||||
"2":"filter for Firstname",
|
||||
"3":"filter for Lastname",
|
||||
"4":"filter for role Key",
|
||||
"5":"filter for DisplayName",
|
||||
"6":"filter for email"
|
||||
"6":"filter for email",
|
||||
"10":"filter for organisation name",
|
||||
"12":"filter for project name"
|
||||
}
|
||||
},
|
||||
"MFA": {
|
||||
@@ -384,6 +400,7 @@
|
||||
"VERIFICATION_NEWTOKEN_DESC":"If you want to request a new token, select you preferred method. If you want to validate a persisting token, click the button above.",
|
||||
"VERIFICATION_VALIDATION_ONGOING":"A verification token has already been requested. Click on the button to trigger a verification check.",
|
||||
"VERIFICATION_VALIDATION_ONGOING_TYPE":"Type of the token:",
|
||||
"VERIFICATION_SUCCESSFUL":"Domain successfully verified!",
|
||||
"REQUESTNEWTOKEN":"Request new Token",
|
||||
"TYPES": {
|
||||
"1":"HTTP",
|
||||
|
Reference in New Issue
Block a user