mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 01:47:33 +00:00
feat: add notification policy and password change message (#5065)
Implementation of new notification policy with functionality to send email when a password is changed
This commit is contained in:
@@ -225,6 +225,10 @@ Errors:
|
||||
Empty: Org IAM Policy ist leer
|
||||
NotExisting: Org IAM Policy existiert nicht
|
||||
AlreadyExists: Org IAM Policy existiert bereits
|
||||
NotificationPolicy:
|
||||
NotFound: Notification Policy konnte nicht gefunden werden
|
||||
NotChanged: Notification Policy wurde nicht verändert
|
||||
AlreadyExists: Notification Policy existiert bereits
|
||||
Project:
|
||||
ProjectIDMissing: Project ID fehlt
|
||||
AlreadyExists: Project existiert bereits auf der Organisation
|
||||
@@ -351,6 +355,10 @@ Errors:
|
||||
AlreadyExists: Default Org IAM Policy existiert bereits
|
||||
Empty: Default Org IAM Policy leer
|
||||
NotChanged: Default Org IAM Policy wurde nicht verändert
|
||||
NotificationPolicy:
|
||||
NotFound: Default Notification Policy konnte nicht gefunden werden
|
||||
NotChanged: Default Notification Policy wurde nicht verändert
|
||||
AlreadyExists: Default Notification Policy existiert bereits
|
||||
Policy:
|
||||
AlreadyExists: Policy existiert bereits
|
||||
Label:
|
||||
@@ -750,6 +758,10 @@ EventTypes:
|
||||
added: Passwortaussperrrichtlinie hinzugefügt
|
||||
changed: Passwortaussperrrichtlinie geändert
|
||||
removed: Passwortaussperrrichtlinie gelöscht
|
||||
notification:
|
||||
added: Notifikation Richtlinie hinzugefügt
|
||||
changed: Notifikation Richtlinie geändert
|
||||
removed: Notifikation Richtlinie entfernt
|
||||
flow:
|
||||
trigger_actions:
|
||||
set: Aktionen festgelegt
|
||||
@@ -980,7 +992,7 @@ EventTypes:
|
||||
removed: Instanzmitglied gelöscht
|
||||
cascade:
|
||||
removed: Instanzmitglied kaskadierend gelöscht
|
||||
notification:
|
||||
notification:
|
||||
provider:
|
||||
debug:
|
||||
fileadded: Datei zu Debug Notification Provider hinzugefügt
|
||||
@@ -1047,7 +1059,7 @@ EventTypes:
|
||||
changed: Datenschutzrichtlinie geändert
|
||||
security:
|
||||
set: Sicherheitsrichtlinie gesetzt
|
||||
|
||||
|
||||
removed: Instanz gelöscht
|
||||
secret:
|
||||
generator:
|
||||
|
@@ -225,6 +225,10 @@ Errors:
|
||||
Empty: Org IAM Policy is empty
|
||||
NotExisting: Org IAM Policy doesn't exist
|
||||
AlreadyExists: Org IAM Policy already exists
|
||||
NotificationPolicy:
|
||||
NotFound: Notification Policy not found
|
||||
NotChanged: Notification Policy not changed
|
||||
AlreadyExists: Notification Policy already exists
|
||||
Project:
|
||||
ProjectIDMissing: Project Id missing
|
||||
AlreadyExists: Project already exists on organization
|
||||
@@ -351,6 +355,10 @@ Errors:
|
||||
NotExisting: Org IAM Policy not existing
|
||||
AlreadyExists: Org IAM Policy already exists
|
||||
NotChanged: Org IAM Policy has not been changed
|
||||
NotificationPolicy:
|
||||
NotFound: Default Notification Policy not found
|
||||
NotChanged: Default Notification Policy not changed
|
||||
AlreadyExists: Default Notification Policy already exists
|
||||
Policy:
|
||||
AlreadyExists: Policy already exists
|
||||
Label:
|
||||
@@ -750,6 +758,10 @@ EventTypes:
|
||||
added: Lockout policy added
|
||||
changed: Lockout policy changed
|
||||
removed: Lockout policy removed
|
||||
notification:
|
||||
added: Notification policy added
|
||||
changed: Notification policy changed
|
||||
removed: Notification policy removed
|
||||
flow:
|
||||
trigger_actions:
|
||||
set: Action set
|
||||
@@ -1047,7 +1059,7 @@ EventTypes:
|
||||
changed: Privacy policy changed
|
||||
security:
|
||||
set: Security policy set
|
||||
|
||||
|
||||
removed: Instance removed
|
||||
secret:
|
||||
generator:
|
||||
|
@@ -225,6 +225,10 @@ Errors:
|
||||
Empty: La politique IAM d'Org est vide
|
||||
NotExisting: La politique Org IAM n'existe pas
|
||||
AlreadyExists: La politique IAM d'Org existe déjà
|
||||
NotificationPolicy:
|
||||
NotFound: La politique notification n'a pas été trouvée
|
||||
NotChanged: La politique notification n'a pas été modifiée
|
||||
AlreadyExists: La politique notification existe déjà
|
||||
Project:
|
||||
ProjectIDMissing: Id de projet manquant
|
||||
AlreadyExists: Le projet existe déjà dans l'organisation
|
||||
@@ -351,6 +355,10 @@ Errors:
|
||||
NotExisting: La politique IAM d'Org n'existe pas
|
||||
AlreadyExists: La politique IAM d'Org existe déjà
|
||||
NotChanged: La politique IAM d'Org n'a pas été modifiée
|
||||
NotificationPolicy:
|
||||
NotFound: La politique de notification par défaut n'a pas été trouvée
|
||||
NotChanged: La politique de notification par défaut n'a pas été modifiée
|
||||
AlreadyExists: La ppolitique de notification par défaut existe déjà
|
||||
Policy:
|
||||
AlreadyExists: La politique existe déjà
|
||||
Label:
|
||||
@@ -725,6 +733,10 @@ EventTypes:
|
||||
added: Politique de confidentialité et CGU ajoutés
|
||||
changed: Politique de confidentialité et CGU modifiées
|
||||
removed: Politique de confidentialité et conditions d'utilisation supprimées
|
||||
notification:
|
||||
added: Politique de notification ajoutée
|
||||
changed: Politique de notification modifiée
|
||||
removed: Politique de notification supprimée
|
||||
flow:
|
||||
trigger_actions:
|
||||
set: Action set
|
||||
|
@@ -225,6 +225,10 @@ Errors:
|
||||
Empty: Mancano le impostazioni Org IAM
|
||||
NotExisting: Impostazioni Org IAM non esistenti
|
||||
AlreadyExists: Impostazioni Org IAM già esistenti
|
||||
NotificationPolicy:
|
||||
NotFound: Impostazioni di notifica non trovate
|
||||
NotChanged: Impostazioni di notifica non è stato cambiato
|
||||
AlreadyExists: Impostazioni di notifica già esistente
|
||||
Project:
|
||||
ProjectIDMissing: ID del progetto mancante
|
||||
AlreadyExists: Il progetto è già stato creato nell'organizzazione
|
||||
@@ -351,6 +355,10 @@ Errors:
|
||||
NotExisting: Impostazioni Org IAM non esistenti
|
||||
AlreadyExists: Impostazioni Org IAM già esistenti
|
||||
NotChanged: Impostazioni Org IAM non sono state cambiate
|
||||
NotificationPolicy:
|
||||
NotFound: Impostazioni di notifica predefinite non trovate
|
||||
NotChanged: Impostazioni di notifica predefinite non è stato cambiato
|
||||
AlreadyExists: Impostazioni di notifica predefinite già esistente
|
||||
Policy:
|
||||
AlreadyExists: Impostazioni già esistenti
|
||||
Label:
|
||||
@@ -725,6 +733,10 @@ EventTypes:
|
||||
added: Informativa sulla privacy e termini e condizioni aggiunti
|
||||
changed: Informativa sulla privacy e termini e condizioni cambiati
|
||||
removed: Informativa sulla privacy e termini e condizioni rimossi
|
||||
notification:
|
||||
added: Impostazione di notifica creata
|
||||
changed: Impostazione di notifica cambiata
|
||||
removed: Impostazione di notifica rimossa
|
||||
flow:
|
||||
trigger_actions:
|
||||
set: azioni salvate
|
||||
|
@@ -225,6 +225,10 @@ Errors:
|
||||
Empty: 组织 IAM 策略为空
|
||||
NotExisting: 组织 IAM 策略不存在
|
||||
AlreadyExists: 组织 IAM 策略已存在
|
||||
NotificationPolicy:
|
||||
NotFound: 未找到通知政策
|
||||
NotChanged: 通知政策没有改变
|
||||
AlreadyExists: 已经存在的通知政策
|
||||
Project:
|
||||
ProjectIDMissing: P缺少项目 ID
|
||||
AlreadyExists: 项目以存在于组织中
|
||||
@@ -351,6 +355,10 @@ Errors:
|
||||
NotExisting: 组织 IAM 策略不存在
|
||||
AlreadyExists: 组织 IAM 策略已存在
|
||||
NotChanged: 组织 IAM 策略未更改
|
||||
NotificationPolicy:
|
||||
NotFound: 没有找到默认的通知政策
|
||||
NotChanged: 默认的通知政策没有改变
|
||||
AlreadyExists: 默认的通知政策已经存在
|
||||
Policy:
|
||||
AlreadyExists: 策略已存在
|
||||
Label:
|
||||
@@ -715,6 +723,10 @@ EventTypes:
|
||||
added: 添加隐私政策和服务条款
|
||||
changed: 更改隐私政策和服务条款
|
||||
removed: 删除隐私政策和服务条款
|
||||
notification:
|
||||
added: 增加了通知政策
|
||||
changed: 通知政策改变
|
||||
removed: 删除了通知政策
|
||||
flow:
|
||||
trigger_actions:
|
||||
set: 设置动作
|
||||
|
Reference in New Issue
Block a user