mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-22 13:57:51 +00:00
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component * project grant refresh table * project role refresh, user grant, i18n * lint * auth user mfa table * auth mfa table * rm unused 404 page, add mgmt mfa table * change light accent color * add actions to mfa table * user detail mfa table * clear selection on refresh, bind data length * member table * fix padding mfa table * 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> * z-index, new colors * new senf color * create stepper * app create stepper * i18n * i18n sections, header titles * lint * add pro mode * main contributor component * drop project members shared module * project detail members * org contributors, iam contributors * invert card and background colors in light design * changes card design * lighten meta background * account card radius * fix imports, global user email link * move spinner to refresh-table component * 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/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> * 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> * 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> * light background on light design * 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> Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
@@ -479,7 +479,8 @@
|
||||
},
|
||||
"APP": {
|
||||
"TITLE": "Applikationen",
|
||||
"NAME": "Name"
|
||||
"NAME": "Name",
|
||||
"NAMEREQUIRED":"Der Name ist erforderlich."
|
||||
},
|
||||
"ROLE": {
|
||||
"ADDNEWLINE":"Zusätzliche Rolle hinzufügen",
|
||||
@@ -531,7 +532,8 @@
|
||||
"TITLE": "Applikation",
|
||||
"DESCRIPTION": "Hier kannst du deine Applikation bearbeiten und deren Konfiguration anpassen.",
|
||||
"CREATE_OIDC": "OIDC Applikation",
|
||||
"CREATE_OIDC_DESc": "Gib deine Applikationsdaten ein!",
|
||||
"CREATE_OIDC_DESC_TITLE": "Gib deine Applikationsdaten Schritt für Schritt ein",
|
||||
"CREATE_OIDC_DESC_SUB": "Es wird automatisch eine empfohlene Konfiguration generiert",
|
||||
"DETAIL": {
|
||||
"TITLE": "Detail",
|
||||
"STATE": {
|
||||
@@ -542,16 +544,29 @@
|
||||
}
|
||||
},
|
||||
"NAME": "Name",
|
||||
"TYPE":"Applikationstyp",
|
||||
"GRANT":"Grant Types",
|
||||
"OIDC": {
|
||||
"PROSWITCH":"Konfigurator überspringen",
|
||||
"NAMEANDTYPESECTION":"Name und Typ",
|
||||
"TITLEFIRST":"Geben Sie zuerst einen Namen ein!",
|
||||
"TYPETITLE":"Welche Art von Applikation möchtest du erstellen?",
|
||||
"REDIRECTTITLE":"Wohin soll nach dem Login weitergeleitet werden?",
|
||||
"POSTREDIRECTTITLE":"Das ist die Weiterleitung nach einem logout.",
|
||||
"TYPEREQUIRED":"Der Typ ist notwendig!",
|
||||
"TITLE": "OIDC Konfiguration",
|
||||
"CLIENTID": "Client ID",
|
||||
"CLIENTSECRET": "Client Secret",
|
||||
"CLIENTSECRET_DESCRIPTION": "Speichere das Client Secret, da es verschwindet, sobald der Dialog geschlossen wird!",
|
||||
"REGENERATESECRET": "Client Secret neu generieren",
|
||||
"REDIRECT": "Redirect URIs",
|
||||
"REDIRECTSECTION": "Redirect URIs",
|
||||
"POSTLOGOUTREDIRECT":"Post logout URIs",
|
||||
"RESPONSE": "Response Types",
|
||||
"RESPONSESECTION": "Antwort Typen",
|
||||
"GRANT": "Grant Types",
|
||||
"GRANTSECTION":"Grant Typen",
|
||||
"GRANTTITLE":"Wählen Sie Ihre Grant Typen aus. Hinweis: Implizit ist nur für Browserbasierte Anwendungen verfügbar.",
|
||||
"APPTYPE": "App Types",
|
||||
"RESPONSE0": "Code",
|
||||
"RESPONSE1": "Id Token",
|
||||
@@ -563,9 +578,13 @@
|
||||
"APPTYPE1": "User Agent",
|
||||
"APPTYPE2": "Native",
|
||||
"AUTHMETHOD":"Auth Method",
|
||||
"AUTHMETHODSECTION":"Authentifizierungsmethode",
|
||||
"AUTHMETHOD0":"Basic",
|
||||
"AUTHMETHOD1":"Post",
|
||||
"AUTHMETHOD2":"None"
|
||||
"AUTHMETHOD2":"None",
|
||||
"UNSECUREREDIRECT":"Ich hoffe du weisst was du tust",
|
||||
"OVERVIEWSECTION":"Übersicht",
|
||||
"OVERVIEWTITLE":"Deine Konfiguration ist bereit! Du kannst sie hier nochmals prüfen."
|
||||
},
|
||||
"TOAST": {
|
||||
"REACTIVATED":"App reaktiviert!",
|
||||
|
@@ -477,7 +477,8 @@
|
||||
},
|
||||
"APP": {
|
||||
"TITLE": "Applications",
|
||||
"NAME": "Name"
|
||||
"NAME": "Name",
|
||||
"NAMEREQUIRED":"A name ist required."
|
||||
},
|
||||
"ROLE": {
|
||||
"ADDNEWLINE":"Add additional role",
|
||||
@@ -529,7 +530,8 @@
|
||||
"TITLE": "Application",
|
||||
"DESCRIPTION": "Here you can edit your application data and its configuration",
|
||||
"CREATE_OIDC": "OIDC Application",
|
||||
"CREATE_OIDC_DESc": "Enter your application details",
|
||||
"CREATE_OIDC_DESC_TITLE": "Enter your application details step by step",
|
||||
"CREATE_OIDC_DESC_SUB": "A recommended configuration will be automatically generated.",
|
||||
"DETAIL": {
|
||||
"TITLE": "Detail",
|
||||
"STATE": {
|
||||
@@ -540,16 +542,29 @@
|
||||
}
|
||||
},
|
||||
"NAME": "Name",
|
||||
"TYPE":"Application type",
|
||||
"GRANT":"Grant Types",
|
||||
"OIDC": {
|
||||
"PROSWITCH":"I'm a pro. Skip this wizard.",
|
||||
"NAMEANDTYPESECTION":"Name and Type",
|
||||
"TITLEFIRST":"Insert a name first!",
|
||||
"TYPETITLE":"What type of application do you want to create?",
|
||||
"REDIRECTTITLE":"Specify the urls where the login will redirect to.",
|
||||
"POSTREDIRECTTITLE":"This is the redirect after logout.",
|
||||
"TYPEREQUIRED":"The type is required!",
|
||||
"TITLE": "OIDC Configuration",
|
||||
"CLIENTID": "Client ID",
|
||||
"CLIENTSECRET": "Client Secret",
|
||||
"CLIENTSECRET_DESCRIPTION": "Save your Client Secret as it will disappear once the dialog is closed!",
|
||||
"REGENERATESECRET": "Regenerate Client Secret",
|
||||
"REDIRECT": "Redirect URIs",
|
||||
"REDIRECTSECTION": "Redirect URIs",
|
||||
"POSTLOGOUTREDIRECT":"Post logout URIs",
|
||||
"RESPONSE": "Response Types",
|
||||
"RESPONSESECTION": "Response Types",
|
||||
"GRANT": "Grant Types",
|
||||
"GRANTSECTION":"Grant Types",
|
||||
"GRANTTITLE":"Select your grant types. Note: Implicit is only available for browser based applications.",
|
||||
"APPTYPE": "App Types",
|
||||
"RESPONSE0": "Code",
|
||||
"RESPONSE1": "Id Token",
|
||||
@@ -561,9 +576,13 @@
|
||||
"APPTYPE1": "User Agent",
|
||||
"APPTYPE2": "Native",
|
||||
"AUTHMETHOD":"Auth Method",
|
||||
"AUTHMETHODSECTION":"Auth Method",
|
||||
"AUTHMETHOD0":"Basic",
|
||||
"AUTHMETHOD1":"Post",
|
||||
"AUTHMETHOD2":"None"
|
||||
"AUTHMETHOD2":"None",
|
||||
"UNSECUREREDIRECT":"I sure hope you know what you are doing.",
|
||||
"OVERVIEWSECTION":"Overview",
|
||||
"OVERVIEWTITLE":"You are now done. Review your configuration"
|
||||
},
|
||||
"TOAST": {
|
||||
"REACTIVATED":"App reactivated!",
|
||||
|
Reference in New Issue
Block a user