mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 02:39:25 +00:00
feat: console feature api (#1480)
This commit is contained in:
@@ -440,10 +440,10 @@
|
||||
"REMOVE":"Entfernen",
|
||||
"TYPE":"Typ",
|
||||
"TYPES":{
|
||||
"0":"Unbekannt",
|
||||
"1":"Organisation",
|
||||
"2":"Projekt",
|
||||
"3":"Berechtigtes Projekt"
|
||||
"UNKNOWN":"Unbekannt",
|
||||
"ORG":"Organisation",
|
||||
"PROJECT":"Projekt",
|
||||
"GRANTEDPROJECT":"Berechtigtes Projekt"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -568,6 +568,28 @@
|
||||
"SETPRIMARY":"Primäre Domain gesetzt."
|
||||
}
|
||||
},
|
||||
"FEATURES": {
|
||||
"TITLE":"Features",
|
||||
"DESCRIPTION":"Hier können Sie Funktionen von ZITADEL auf Basis von Ihrem Tier aktivieren sowie deaktivieren.",
|
||||
"BTN-EDIT":"Featureset anpassen",
|
||||
"DATA": {
|
||||
"AUDITLOGRETENTION":"Audit Log retention",
|
||||
"LOGINPOLICYUSERNAMELOGIN":"Login Policy - Username as login",
|
||||
"LOGINPOLICYREGISTRATION":"Login Policy - Registration",
|
||||
"LOGINPOLICYIDP":"Login Policy - Identity Providers",
|
||||
"LOGINPOLICYFACTORS":"Login Policy - Factors",
|
||||
"LOGINPOLICYPASSWORDLESS": "Login Policy - Passwordless Authentication",
|
||||
"LOGINPOLICYCOMPLEXITYPOLICY":"Password Complexity Settings",
|
||||
"LABELPOLICY":"Label Policy"
|
||||
},
|
||||
"TIERSTATES": {
|
||||
"0":"Aktiv",
|
||||
"1":"Aktion erforderlich",
|
||||
"2":"Annuliert",
|
||||
"3":"Besitzstandswahrend"
|
||||
},
|
||||
"NOTAVAILABLE":"Feature {{value}} ist auf Ihrer organisation nicht freigeschaltet!"
|
||||
},
|
||||
"POLICY": {
|
||||
"TITLE":"Richtlinen entdecken",
|
||||
"DESCRIPTION":"Vorgefertigte Richtlinien, die Dir Zeit sparen und die Sicherheit erhöhen.",
|
||||
|
@@ -438,10 +438,10 @@
|
||||
"REMOVE":"Remove",
|
||||
"TYPE":"Type",
|
||||
"TYPES":{
|
||||
"0":"Unknown",
|
||||
"1":"Organisation",
|
||||
"2":"Project",
|
||||
"3":"Granted Project"
|
||||
"UNKNOWN":"Unknown",
|
||||
"ORG":"Organisation",
|
||||
"PROJECT":"Project",
|
||||
"GRANTEDPROJECT":"Granted Project"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -566,6 +566,28 @@
|
||||
"SETPRIMARY":"Primary domain set."
|
||||
}
|
||||
},
|
||||
"FEATURES": {
|
||||
"TITLE":"Features",
|
||||
"DESCRIPTION":"here you can edit your ZITADEL Features based on your Tier",
|
||||
"BTN-EDIT":"Edit Featureset",
|
||||
"DATA": {
|
||||
"AUDITLOGRETENTION":"Audit Log retention",
|
||||
"LOGINPOLICYUSERNAMELOGIN":"Login Policy - Benutzername als Loginname",
|
||||
"LOGINPOLICYREGISTRATION":"Login Policy - Registration",
|
||||
"LOGINPOLICYIDP":"Login Policy - Identity Provider",
|
||||
"LOGINPOLICYFACTORS":"Login Policy - Multifaktoren",
|
||||
"LOGINPOLICYPASSWORDLESS": "Login Policy - Passwortlose Authentifizierung",
|
||||
"LOGINPOLICYCOMPLEXITYPOLICY":"Password Komplexitätseinstellungen",
|
||||
"LABELPOLICY":"Labelling Einstellungen"
|
||||
},
|
||||
"TIERSTATES": {
|
||||
"0":"Active",
|
||||
"1":"Action required",
|
||||
"2":"Cancelled",
|
||||
"3":"Grandfathered"
|
||||
},
|
||||
"NOTAVAILABLE":"Feature {{value}} is missing on your organization."
|
||||
},
|
||||
"POLICY": {
|
||||
"TITLE":"Explore Policies",
|
||||
"DESCRIPTION":"Pre-packaged policies that enhance your security.",
|
||||
|
Reference in New Issue
Block a user