- 'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
- 'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
+ 'mfa_setup_method_notification' => '多要素認証が正常に設定されました',
+ 'mfa_remove_method_notification' => '多要素認証が正常に解除されました',
+
+ // Webhooks
+ 'webhook_create' => 'created webhook',
+ 'webhook_create_notification' => 'Webhookが正常に作成されました',
+ 'webhook_update' => 'updated webhook',
+ 'webhook_update_notification' => 'Webhookが正常に更新されました',
+ 'webhook_delete' => 'deleted webhook',
+ 'webhook_delete_notification' => 'Webhookが正常に削除されました',
+
+ // Users
+ 'user_update_notification' => 'ユーザーが正常に更新されました',
+ 'user_delete_notification' => 'ユーザーが正常に削除されました',