mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 02:39:25 +00:00
feat(console): project privatelabelling, catch query param to set org context (#2277)
* feat: privatelabeling setting, query param for context * 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> * 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:
@@ -910,6 +910,25 @@
|
||||
"OWNED": "Eigene Projekte",
|
||||
"GRANTED": "Berechtigte Projekte"
|
||||
},
|
||||
"PRIVATELABEL": {
|
||||
"TITLE":"Private Labeling Verhalten",
|
||||
"0": {
|
||||
"TITLE":"Unspezifiziert",
|
||||
"DESC":"Sobald der Nutzer identifiziert ist, wird das Privatelabeling der von ihm gewählten Organisation angezeigt, davor wird der Default des Systems angezeigt."
|
||||
},
|
||||
"1": {
|
||||
"TITLE":"Durchsetzung der Richtlinie des Projekteigentümers",
|
||||
"DESC":"Das Privatelabeling der Organisation, die Eigentümerin des Projekts ist, wird angezeigt"
|
||||
},
|
||||
"2": {
|
||||
"TITLE":"Durchsetzung der Richtlinie des Benutzereigentümers",
|
||||
"DESC":"Das Privatelabeling der Organisation des Projekts wird angezeigt, sobald der Benutzer identifiziert ist, wird jedoch auf die Einstellung der Organisation des identifizierten Benutzers, gewechselt."
|
||||
},
|
||||
"DIALOG":{
|
||||
"TITLE":"Privatelabeling Verhalten",
|
||||
"DESCRIPTION":"Bestimmen Sie das Verhalten des Projektes im Bezug auf das Privatelabeling."
|
||||
}
|
||||
},
|
||||
"PINNED": "Angepinnt",
|
||||
"ALL": "Alle",
|
||||
"CREATEDON": "Erstellt am",
|
||||
|
@@ -912,6 +912,25 @@
|
||||
"OWNED": "Owned Projects",
|
||||
"GRANTED": "Granted Projects"
|
||||
},
|
||||
"PRIVATELABEL": {
|
||||
"TITLE":"Private Labeling Setting",
|
||||
"0": {
|
||||
"TITLE":"Unspecified",
|
||||
"DESC":"As soon as the user is identified, the private labeling of the organisation of the identified user will be shown, before the system default is shown."
|
||||
},
|
||||
"1": {
|
||||
"TITLE":"Enforce project resource owner Policy",
|
||||
"DESC":"The private labeling of the organisation which owns the project will be shown"
|
||||
},
|
||||
"2": {
|
||||
"TITLE":"Allow Login User resource owner policy",
|
||||
"DESC":"The private labeling of the organization of the project will be shown, but as soon as the user is identified, the setting of the organization of the identified user, will be shown."
|
||||
},
|
||||
"DIALOG":{
|
||||
"TITLE":"Privatelabeling Setting",
|
||||
"DESCRIPTION":"Select the behaviour of the login, when using the project."
|
||||
}
|
||||
},
|
||||
"PINNED": "Pinned",
|
||||
"ALL": "All",
|
||||
"CREATEDON": "Created on",
|
||||
|
Reference in New Issue
Block a user