+ // Favourites
+ 'favourite_add_notification' => '":name" har lagts till i dina favoriter',
+ 'favourite_remove_notification' => '":name" har tagits bort från dina favoriter',
+
+ // MFA
+ 'mfa_setup_method_notification' => 'Multifaktor-metod har konfigurerats',
+ 'mfa_remove_method_notification' => 'Multifaktor-metod har tagits bort',
+
+ // Webhooks
+ 'webhook_create' => 'skapade webhook',
+ 'webhook_create_notification' => 'Webhook har skapats',
+ 'webhook_update' => 'uppdaterade webhook',
+ 'webhook_update_notification' => 'Webhook har uppdaterats',
+ 'webhook_delete' => 'raderade webhook',
+ 'webhook_delete_notification' => 'Webhook har tagits bort',
+
+ // Users
+ 'user_update_notification' => 'Användaren har uppdaterats',
+ 'user_delete_notification' => 'Användaren har tagits bort',
+