- 'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
- 'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
+ 'mfa_setup_method_notification' => 'Multi-Faktor-Methode erfolgreich konfiguriert',
+ 'mfa_remove_method_notification' => 'Multi-Faktor-Methode erfolgreich entfernt',
+
+ // Webhooks
+ 'webhook_create' => 'erstellter Webhook',
+ 'webhook_create_notification' => 'Webhook wurde erfolgreich eingerichtet',
+ 'webhook_update' => 'aktualisierter Webhook',
+ 'webhook_update_notification' => 'Webhook wurde erfolgreich aktualisiert',
+ 'webhook_delete' => 'gelöschter Webhook',
+ 'webhook_delete_notification' => 'Webhook wurde erfolgreich gelöscht',
+
+ // Users
+ 'user_update_notification' => 'Benutzer erfolgreich aktualisiert',
+ 'user_delete_notification' => 'Benutzer erfolgreich entfernt',