mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
feat: new es testing2 (#1428)
* fix: org tests * fix: org tests * fix: user grant test * fix: user grant test * fix: project and project role test * fix: project grant test * fix: project grant test * fix: project member, grant member, app changed tests * fix: application tests * fix: application tests * fix: add oidc app test * fix: add oidc app test * fix: add api keys test * fix: iam policies * fix: iam and org member tests * fix: idp config tests * fix: iam tests * fix: user tests * fix: user tests * fix: user tests * fix: user tests * fix: user tests * fix: user tests * fix: user tests * fix: user tests * fix: user tests * fix: user tests * fix: org domain test * fix: org tests * fix: org tests * fix: implement org idps * fix: pr requests * fix: email tests * fix: fix idp check * fix: fix user profile
This commit is contained in:
@@ -3,6 +3,7 @@ Errors:
|
||||
NoChangesFound: Keine Änderungen gefunden
|
||||
OriginNotAllowed: Dieser "Origin" ist nicht freigeschaltet
|
||||
IDMissing: ID fehlt
|
||||
ResourceOwnerMissing: Organisation fehlt
|
||||
User:
|
||||
NotFound: Benutzer konnte nicht gefunden werden
|
||||
AlreadyExists: Benutzer existierts bereits
|
||||
@@ -225,14 +226,11 @@ Errors:
|
||||
IdpIsNotOIDC: IDP Konfiguration ist nicht vom Typ OIDC
|
||||
LoginPolicyInvalid: Login Policy ist ungültig
|
||||
LoginPolicyNotExisting: Login Policy nicht vorhanden
|
||||
IdpProviderInvalid: Idp Provider ist ungültig
|
||||
LoginPolicy:
|
||||
NotFound: Default Login Policy konnte nicht gefunden
|
||||
NotChanged: Default Login Policy wurde nicht verändert
|
||||
NotExisting: Default Login Policy existiert nicht
|
||||
AlreadyExists: Default Login Policy existiert bereits
|
||||
IdpProviderAlreadyExisting: Idp Provider existiert bereits
|
||||
IdpProviderNotExisting: Idp Provider existiert nicht
|
||||
MFA:
|
||||
AlreadyExists: Multifaktor existiert bereits
|
||||
NotExisting: Multifaktor existiert nicht
|
||||
@@ -240,9 +238,9 @@ Errors:
|
||||
IDP:
|
||||
AlreadyExists: Identitäts Provider existiert bereits
|
||||
NotExisting: Identitäts Provider existiert nicht
|
||||
Invalid: Idp Provider ist ungültig
|
||||
IDPConfig:
|
||||
AlreadyExists: Identitäts Provider Konfiguration existiert bereits
|
||||
NotExisting: Identitäts Provider Konfiguration existiert nicht
|
||||
NotInactive: Identitäts Provider Konfiguration nicht inaktive
|
||||
NotActive: Identitäts Provider Konfiguration nicht aktive
|
||||
LabelPolicy:
|
||||
@@ -298,6 +296,7 @@ Errors:
|
||||
AlreadyExists: Member existiert bereits
|
||||
IDPConfig:
|
||||
AlreadyExists: IDP Konfiguration mit diesem Name existiert bereits
|
||||
NotExisting: Identitäts Provider Konfiguration existiert nicht
|
||||
Changes:
|
||||
NotFound: Es konnte kein Änderungsverlauf gefunden werden
|
||||
Token:
|
||||
|
@@ -3,6 +3,7 @@ Errors:
|
||||
NoChangesFound: No changes
|
||||
OriginNotAllowed: This "Origin" is not allowed
|
||||
IDMissing: ID missing
|
||||
ResourceOwnerMissing: Resource Owner Organisation missing
|
||||
User:
|
||||
NotFound: User could not be found
|
||||
AlreadyExists: User already exists
|
||||
@@ -231,15 +232,16 @@ Errors:
|
||||
NotChanged: Default Login Policy has not been changed
|
||||
NotExisting: Default Login Policy not existig
|
||||
AlreadyExists: Default Login Policy already exists
|
||||
IdpProviderAlreadyExisting: Idp Provider already existing
|
||||
IdpProviderNotExisting: Idp Provider not existing
|
||||
MFA:
|
||||
AlreadyExists: Multifactor already exists
|
||||
NotExisting: Multifactor not existing
|
||||
Unspecified: Multifactor invalid
|
||||
IDP:
|
||||
AlreadyExists: Identity provider already exists
|
||||
NotExisting: Identity provider doesn't exist
|
||||
Invalid: Identity Provider invalid
|
||||
IDPConfig:
|
||||
AlreadyExists: Identity Provider Configuration already exists
|
||||
NotExisting: Identity Provider Configuration doesn't exist
|
||||
NotInactive: Identity Provider Configuration not inactive
|
||||
NotActive: Identity Provider Configuration not active
|
||||
LabelPolicy:
|
||||
@@ -295,6 +297,7 @@ Errors:
|
||||
AlreadyExists: Member already exists
|
||||
IDPConfig:
|
||||
AlreadyExists: IDP Configuration with this name already exists
|
||||
NotExisting: Identity Provider Configuration doesn't exist
|
||||
Changes:
|
||||
NotFound: No history found
|
||||
Token:
|
||||
|
Reference in New Issue
Block a user