mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:07:36 +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">
|
<div *ngIf="features" class="tier">
|
||||||
<mat-icon class="icon">stars</mat-icon>
|
<mat-icon class="icon">stars</mat-icon>
|
||||||
<div class="text" *ngIf="features.tier">
|
<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.tier?.description}}</p>
|
||||||
<p>{{'FEATURES.TIERSTATES.'+features.tier.state | translate}}</p>
|
<p>{{'FEATURES.TIERSTATES.'+features.tier.state | translate}}</p>
|
||||||
<p>{{features.tier?.statusInfo}}</p>
|
<p>{{features.tier?.statusInfo}}</p>
|
||||||
@@ -29,4 +29,4 @@
|
|||||||
(showDetailClicked)="showDetail()" (refreshClicked)="loadMembers()" [disabled]="false">
|
(showDetailClicked)="showDetail()" (refreshClicked)="loadMembers()" [disabled]="false">
|
||||||
</app-contributors>
|
</app-contributors>
|
||||||
</div>
|
</div>
|
||||||
</app-meta-layout>
|
</app-meta-layout>
|
||||||
|
@@ -602,22 +602,22 @@
|
|||||||
"BTN": "Preisstufe ändern"
|
"BTN": "Preisstufe ändern"
|
||||||
},
|
},
|
||||||
"DATA": {
|
"DATA": {
|
||||||
"AUDITLOGRETENTION": "Audit Log retention",
|
"AUDITLOGRETENTION": "Audit Log Retention",
|
||||||
"LOGINPOLICYUSERNAMELOGIN": "Login Policy - Username as login",
|
"LOGINPOLICYUSERNAMELOGIN": "Login Richtlinie: Login mit Username erlauben - benutzerdefiniert",
|
||||||
"LOGINPOLICYREGISTRATION": "Login Policy - Registration",
|
"LOGINPOLICYREGISTRATION": "Login Richtlinie: Registration erlauben - benutzerdefiniert",
|
||||||
"LOGINPOLICYIDP": "Login Policy - Identity Providers",
|
"LOGINPOLICYIDP": "Login Richtlinie: Identity Providers - benutzerdefiniert",
|
||||||
"LOGINPOLICYFACTORS": "Login Policy - Factors",
|
"LOGINPOLICYFACTORS": "Login Richtlinie: Mltifaktoren - benutzerdefiniert",
|
||||||
"LOGINPOLICYPASSWORDLESS": "Login Policy - Passwordless Authentication",
|
"LOGINPOLICYPASSWORDLESS": "Login Richtlinie: Passwortlose Authentifizierung - benutzerdefiniert",
|
||||||
"LOGINPOLICYCOMPLEXITYPOLICY": "Password Complexity Settings",
|
"LOGINPOLICYCOMPLEXITYPOLICY": "Passwortkomplexitäts Richtlinie - benutzerdefiniert",
|
||||||
"LABELPOLICY": "Label Policy"
|
"LABELPOLICY": "Label Richtlinie - benutzerdefiniert"
|
||||||
},
|
},
|
||||||
"TIERSTATES": {
|
"TIERSTATES": {
|
||||||
"0": "Aktiv",
|
"0": "Aktiv",
|
||||||
"1": "Aktion erforderlich",
|
"1": "Aktion erforderlich",
|
||||||
"2": "Annuliert",
|
"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"
|
"RETENTIONHOURS": "Stunden"
|
||||||
},
|
},
|
||||||
"POLICY": {
|
"POLICY": {
|
||||||
|
@@ -602,14 +602,14 @@
|
|||||||
"BTN": "Change Tier"
|
"BTN": "Change Tier"
|
||||||
},
|
},
|
||||||
"DATA": {
|
"DATA": {
|
||||||
"AUDITLOGRETENTION": "Audit Log retention",
|
"AUDITLOGRETENTION": "Audit Log Retention",
|
||||||
"LOGINPOLICYUSERNAMELOGIN": "Login Policy - Benutzername als Loginname",
|
"LOGINPOLICYUSERNAMELOGIN": "Login Policy: Allow login with Username - custom",
|
||||||
"LOGINPOLICYREGISTRATION": "Login Policy - Registration",
|
"LOGINPOLICYREGISTRATION": "Login Policy: Allow self registration - custom",
|
||||||
"LOGINPOLICYIDP": "Login Policy - Identity Provider",
|
"LOGINPOLICYIDP": "Login Policy: Identity Provider - custom",
|
||||||
"LOGINPOLICYFACTORS": "Login Policy - Multifaktoren",
|
"LOGINPOLICYFACTORS": "Login Policy: Multifactors - custom",
|
||||||
"LOGINPOLICYPASSWORDLESS": "Login Policy - Passwortlose Authentifizierung",
|
"LOGINPOLICYPASSWORDLESS": "Login Policy: Passwordless Authentication - custom",
|
||||||
"LOGINPOLICYCOMPLEXITYPOLICY": "Password Komplexitätseinstellungen",
|
"LOGINPOLICYCOMPLEXITYPOLICY": "Password Complexity Policy - custom",
|
||||||
"LABELPOLICY": "Labelling Einstellungen"
|
"LABELPOLICY": "Labeling Policy - custom"
|
||||||
},
|
},
|
||||||
"TIERSTATES": {
|
"TIERSTATES": {
|
||||||
"0": "Active",
|
"0": "Active",
|
||||||
|
Reference in New Issue
Block a user