mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:07:31 +00:00
fix: rename iam to instance (#3345)
* fix: rename iam command side to instance * fix: rename iam command side to instance * fix: rename iam command side to instance * fix: rename iam command side to instance * fix: rename orgiampolicy to domain policy * fix: merge conflicts * fix: protos * fix: md files * implement deprecated org iam policy again Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -49,7 +49,7 @@ Errors:
|
||||
NotFoundOnOrg: Benutzer konnte in der gewünschten Organisation nicht gefunden werden
|
||||
NotAllowedOrg: Benutzer gehört nicht der benötigten Organisation an
|
||||
UserIDMissing: User ID fehlt
|
||||
OrgIamPolicyNil: Organisations Policy ist leer
|
||||
DomainPolicyNil: Organisations Policy ist leer
|
||||
EmailAsUsernameNotAllowed: Benutzername darf keine E-Mail Adresse sein
|
||||
Invalid: Benutzerdaten sind ungültig
|
||||
DomainNotAllowedAsUsername: Domäne ist bereits reserviert und kann nicht verwendet werden
|
||||
@@ -325,7 +325,7 @@ Errors:
|
||||
AlreadyExists: Default Password Lockout Policy existiert bereits
|
||||
Empty: Default Password Lockout Policy leer
|
||||
NotChanged: Default Password Lockout Policy wurde nicht verändert
|
||||
OrgIAMPolicy:
|
||||
DomainPolicy:
|
||||
NotFound: Default Org IAM Policy konnte nicht gefunden werden
|
||||
NotExisting: Default Org IAM Policy existiert nicht
|
||||
AlreadyExists: Default Org IAM Policy existiert bereits
|
||||
|
@@ -49,7 +49,7 @@ Errors:
|
||||
NotFoundOnOrg: User could not be found on chosen organisation
|
||||
NotAllowedOrg: User is no member of the required organisation
|
||||
UserIDMissing: User ID missing
|
||||
OrgIamPolicyNil: Organisation Policy is empty
|
||||
DomainPolicyNil: Organisation Policy is empty
|
||||
EmailAsUsernameNotAllowed: Email is not allowed as username
|
||||
Invalid: Userdata is invalid
|
||||
DomainNotAllowedAsUsername: Domain is already reserved and cannot be used
|
||||
@@ -325,7 +325,7 @@ Errors:
|
||||
AlreadyExists: Default Password Lockout Policy already existing
|
||||
Empty: Default Password Lockout Policy empty
|
||||
NotChanged: Default Password Lockout Policy has not been changed
|
||||
OrgIAMPolicy:
|
||||
DomainPolicy:
|
||||
NotFound: Org IAM Policy not found
|
||||
Empty: Org IAM Policy is empty
|
||||
NotExisting: Org IAM Policy not existing
|
||||
|
@@ -49,7 +49,7 @@ Errors:
|
||||
NotFoundOnOrg: L'utente non è stato trovato nell'organizzazione scelta
|
||||
NotAllowedOrg: L'utente non è membro dell'organizzazione richiesta
|
||||
UserIDMissing: ID utente mancante
|
||||
OrgIamPolicyNil: Impostazione Org IAM mancante
|
||||
DomainPolicyNil: Impostazione Org IAM mancante
|
||||
EmailAsUsernameNotAllowed: L'e-mail non è consentita come nome utente
|
||||
Invalid: I dati utente non sono validi
|
||||
DomainNotAllowedAsUsername: Il dominio è già riservato e non può essere utilizzato
|
||||
@@ -323,7 +323,7 @@ Errors:
|
||||
AlreadyExists: Impostazioni di blocco della password predefinite già esistenti
|
||||
Empty: Impostazioni di blocco della password predefinite sono vuote
|
||||
NotChanged: Le impostazioni di blocco della password predefinite non sono state cambiate
|
||||
OrgIAMPolicy:
|
||||
DomainPolicy:
|
||||
NotFound: Impostazioni Org IAM non trovate
|
||||
Empty: Impostazioni Org IAM mancanti
|
||||
NotExisting: Impostazioni Org IAM non esistenti
|
||||
|
Reference in New Issue
Block a user