- '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' => 'がWebhookを作成:',
+ 'webhook_create_notification' => 'Webhookを作成しました',
+ 'webhook_update' => 'がWebhookを更新:',
+ 'webhook_update_notification' => 'Webhookを更新しました',
+ 'webhook_delete' => 'がWebhookを削除:',
+ 'webhook_delete_notification' => 'Webhookを削除しました',
+
+ // Users
+ 'user_update_notification' => 'ユーザーを更新しました',
+ 'user_delete_notification' => 'ユーザーを削除しました',