mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
fix: features (#1611)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -8,7 +8,7 @@
|
||||
<div *ngIf="features" class="tier">
|
||||
<mat-icon class="icon">stars</mat-icon>
|
||||
<div class="text" *ngIf="features.tier">
|
||||
<p class="title"><strong>ZITADEL {{features.tier.name}}</strong></p>
|
||||
<p class="title"><strong>{{features.tier.name}}</strong></p>
|
||||
<p>{{features.tier?.description}}</p>
|
||||
<p>{{'FEATURES.TIERSTATES.'+features.tier.state | translate}}</p>
|
||||
<p>{{features.tier?.statusInfo}}</p>
|
||||
@@ -29,4 +29,4 @@
|
||||
(showDetailClicked)="showDetail()" (refreshClicked)="loadMembers()" [disabled]="false">
|
||||
</app-contributors>
|
||||
</div>
|
||||
</app-meta-layout>
|
||||
</app-meta-layout>
|
||||
|
@@ -602,22 +602,22 @@
|
||||
"BTN": "Preisstufe ändern"
|
||||
},
|
||||
"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"
|
||||
"AUDITLOGRETENTION": "Audit Log Retention",
|
||||
"LOGINPOLICYUSERNAMELOGIN": "Login Richtlinie: Login mit Username erlauben - benutzerdefiniert",
|
||||
"LOGINPOLICYREGISTRATION": "Login Richtlinie: Registration erlauben - benutzerdefiniert",
|
||||
"LOGINPOLICYIDP": "Login Richtlinie: Identity Providers - benutzerdefiniert",
|
||||
"LOGINPOLICYFACTORS": "Login Richtlinie: Mltifaktoren - benutzerdefiniert",
|
||||
"LOGINPOLICYPASSWORDLESS": "Login Richtlinie: Passwortlose Authentifizierung - benutzerdefiniert",
|
||||
"LOGINPOLICYCOMPLEXITYPOLICY": "Passwortkomplexitäts Richtlinie - benutzerdefiniert",
|
||||
"LABELPOLICY": "Label Richtlinie - benutzerdefiniert"
|
||||
},
|
||||
"TIERSTATES": {
|
||||
"0": "Aktiv",
|
||||
"1": "Aktion erforderlich",
|
||||
"2": "Annuliert",
|
||||
"3": "Besitzstandswahrend"
|
||||
"3": "Durch IAM Owner gesetzt"
|
||||
},
|
||||
"NOTAVAILABLE": "Feature {{value}} ist auf Ihrer organisation nicht freigeschaltet!",
|
||||
"NOTAVAILABLE": "Feature {{value}} ist auf Ihrer Organisation nicht freigeschaltet!",
|
||||
"RETENTIONHOURS": "Stunden"
|
||||
},
|
||||
"POLICY": {
|
||||
|
@@ -602,14 +602,14 @@
|
||||
"BTN": "Change Tier"
|
||||
},
|
||||
"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"
|
||||
"AUDITLOGRETENTION": "Audit Log Retention",
|
||||
"LOGINPOLICYUSERNAMELOGIN": "Login Policy: Allow login with Username - custom",
|
||||
"LOGINPOLICYREGISTRATION": "Login Policy: Allow self registration - custom",
|
||||
"LOGINPOLICYIDP": "Login Policy: Identity Provider - custom",
|
||||
"LOGINPOLICYFACTORS": "Login Policy: Multifactors - custom",
|
||||
"LOGINPOLICYPASSWORDLESS": "Login Policy: Passwordless Authentication - custom",
|
||||
"LOGINPOLICYCOMPLEXITYPOLICY": "Password Complexity Policy - custom",
|
||||
"LABELPOLICY": "Labeling Policy - custom"
|
||||
},
|
||||
"TIERSTATES": {
|
||||
"0": "Active",
|
||||
|
Reference in New Issue
Block a user