mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 17:42:25 +00:00
feat(console): add stylelint scss, app redirecturi validation, user grant api change (#531)
* add custom validator for redirect inputs * change http pattern, i18n * throw out deprecated usergrant functions * remove deprecation service * show docs in app detail * reorder data promises * show redirect desc in app detail * custom validator * grant search filters * rm animations * add validation to app detail * user grant udpate * rm grantid from update req * fix project member guard * fix hasrole directive * show validation errors, i18n * fix router link from org members * navitem padding * mobile layout * policy grid mobile layout * rm unused background * lint * add stylelinter add to pipeline * update stylelint rules * lint unknown rule * disable enable rules * lint * table style lint * table classes * fix stylelinter rule, lint * overflow fix member detail * common detail page * user create, password, project grant detail clnup * move meta styles * lint * password policy indicator * lint * fix org create * common component for complexity view * lint * user grant filter * Update console/src/assets/i18n/en.json Co-authored-by: Florian Forster <florian@caos.ch> * Update console/src/assets/i18n/en.json Co-authored-by: Florian Forster <florian@caos.ch> * Update console/src/assets/i18n/de.json Co-authored-by: Florian Forster <florian@caos.ch> * Update console/src/assets/i18n/de.json Co-authored-by: Florian Forster <florian@caos.ch> * Update console/src/assets/i18n/en.json Co-authored-by: Florian Forster <florian@caos.ch> Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
},
|
||||
"PASSWORD": {
|
||||
"TITLE": "Passwort",
|
||||
"DESCRIPTION": "## TODO - Replace with Password Policy text - TODO ##",
|
||||
"DESCRIPTION": "Gib das neue Password unter Einhaltung der Richtlinie für die Komplexität ein.",
|
||||
"OLD": "Aktuelles Passwort",
|
||||
"NEW": "Neues Passwort",
|
||||
"CONFIRM": "Neues Passwort wiederholen",
|
||||
@@ -152,7 +152,7 @@
|
||||
"SET":"Password neu setzen",
|
||||
"RESENDNOTIFICATION": "Passwort Reset Link senden.",
|
||||
"REQUIRED": "Bitte prüfe das alle notwendigen Felder befüllt sind.",
|
||||
"MINLENGTHERROR":"Passwort muss mindestens {{value}} lang sein",
|
||||
"MINLENGTHERROR":"Das Passwort muss mindestens {{value}} Zeichen lang sein",
|
||||
"NOTEQUAL":"Das Passwort muss übereinstimmen!"
|
||||
},
|
||||
"EMAIL": "Email",
|
||||
@@ -562,6 +562,9 @@
|
||||
"TITLEFIRST":"Geben Sie zuerst einen Namen ein!",
|
||||
"TYPETITLE":"Welche Art von Applikation möchtest du erstellen?",
|
||||
"REDIRECTTITLE":"Wohin soll nach dem Login weitergeleitet werden?",
|
||||
"REDIRECTDESCRIPTIONWEB":"Der redirect muss mit https:// beginnen. http:// ist nur für Testzwecke zulässig!",
|
||||
"REDIRECTDESCRIPTIONNATIVE":"Die Weiterleitung muss mit einem eigenen Protokoll oder http://localhost beginnen!",
|
||||
"REDIRECTNOTVALID":"Diese Weiterleitung ist nicht zulässig!",
|
||||
"POSTREDIRECTTITLE":"Das ist die Weiterleitung nach einem logout.",
|
||||
"TYPEREQUIRED":"Der Typ ist notwendig!",
|
||||
"TITLE": "OIDC Konfiguration",
|
||||
@@ -642,6 +645,7 @@
|
||||
"ORG_POLICY_EDITOR":"Org. Policy Editor",
|
||||
"ORG_POLICY_VIEWER":"Org. Policy Viewer",
|
||||
"PROJECT_OWNER":"Project Owner",
|
||||
"PROJECT_OWNER_VIEWER":"Project Owner Viewer",
|
||||
"PROJECT_MEMBER_EDITOR":"Project Member Editor",
|
||||
"PROJECT_APP_EDITOR":"Project App Editor",
|
||||
"PROJECT_APP_VIEWER":"Project App Viewer",
|
||||
|
||||
Reference in New Issue
Block a user