mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 14:57:33 +00:00
Merge branch 'main' into next
# Conflicts: # internal/crypto/crypto.go # internal/crypto/crypto_test.go
This commit is contained in:
@@ -56,6 +56,7 @@ Errors:
|
||||
SMTPConfig:
|
||||
NotFound: SMTP Konfiguration nicht gefunden
|
||||
AlreadyExists: SMTP Konfiguration existiert bereits
|
||||
AlreadyDeactivated: SMTP-Konfiguration bereits deaktiviert
|
||||
SenderAdressNotCustomDomain: Die Sender Adresse muss als Custom Domain auf der Instanz registriert sein.
|
||||
Notification:
|
||||
NoDomain: Keine Domäne für Nachricht gefunden
|
||||
@@ -582,6 +583,15 @@ AggregateTypes:
|
||||
target: Ziel
|
||||
execution: Ausführung
|
||||
user_schema: Benutzerschema
|
||||
auth_request: Authentifizierungsanfrage
|
||||
device_auth: Geräteauthentifizierung
|
||||
idpintent: IDP Intent
|
||||
limits: Limits
|
||||
milestone: Milestone
|
||||
oidc_session: OIDC Sitzung
|
||||
restrictions: Restriktionen
|
||||
system: System
|
||||
session: Session
|
||||
|
||||
EventTypes:
|
||||
execution:
|
||||
@@ -627,6 +637,7 @@ EventTypes:
|
||||
removed: Key entfernt
|
||||
secret:
|
||||
set: Secret gesetzt
|
||||
updated: Geheimer Hash aktualisiert
|
||||
removed: Secret entfernt
|
||||
check:
|
||||
succeeded: Secret Überprüfung erfolgreich
|
||||
@@ -1001,6 +1012,11 @@ EventTypes:
|
||||
check:
|
||||
succeeded: OIDC Client Secret Validierung erfolgreich
|
||||
failed: OIDC Client Secret Validierung fehlgeschlagen
|
||||
api:
|
||||
secret:
|
||||
check:
|
||||
succeeded: Überprüfung des API-Geheimnisses erfolgreich
|
||||
failed: Die Überprüfung des API-Geheimnisses ist fehlgeschlagen
|
||||
key:
|
||||
added: Applikations Schlüssel hinzugefügt
|
||||
removed: Applikations Schlüssel entfernt
|
||||
@@ -1013,11 +1029,13 @@ EventTypes:
|
||||
changed: OIDC Konfiguration geändert
|
||||
secret:
|
||||
changed: OIDC Client Secret geändert
|
||||
updated: OIDC-Geheim-Hash aktualisiert
|
||||
api:
|
||||
added: API Konfiguration hinzugefügt
|
||||
changed: API Konfiguration geändert
|
||||
secret:
|
||||
changed: API Client Secret geändert
|
||||
updated: API-Geheimnis-Hash aktualisiert
|
||||
policy:
|
||||
password:
|
||||
complexity:
|
||||
@@ -1112,6 +1130,9 @@ EventTypes:
|
||||
config:
|
||||
added: SMTP Konfiguration hinzugefügt
|
||||
changed: SMTP Konfiguration geändert
|
||||
activated: SMTP Konfiguration aktiviert
|
||||
deactivated: SMTP Konfiguration deaktiviert
|
||||
removed: SMTP Konfiguration entfernt
|
||||
password:
|
||||
changed: SMTP Konfigurations Passwort geändert
|
||||
sms:
|
||||
@@ -1257,6 +1278,8 @@ EventTypes:
|
||||
config:
|
||||
added: SMTP Konfiguration hinzugefügt
|
||||
changed: SMTP Konfiguration geändert
|
||||
activated: SMTP Konfiguration aktiviert
|
||||
deactivated: SMTP Konfiguration deaktiviert
|
||||
password:
|
||||
changed: Passwort von SMTP Konfiguration geändert
|
||||
removed: SMTP Konfiguration gelöscht
|
||||
|
Reference in New Issue
Block a user