+ 'bookshelf_delete_notification' => 'Bookshelf successfully deleted',
+
+ // Favourites
+ 'favourite_add_notification' => '«:name» ble lagt til i dine favoritter',
+ 'favourite_remove_notification' => '«:name» ble fjernet fra dine favoritter',
+
+ // MFA
+ 'mfa_setup_method_notification' => 'Flerfaktor-metoden ble konfigurert',
+ 'mfa_remove_method_notification' => 'Flerfaktor-metoden ble fjernet',
+
+ // Webhooks
+ 'webhook_create' => 'created webhook',
+ 'webhook_create_notification' => 'Webhook successfully created',
+ 'webhook_update' => 'updated webhook',
+ 'webhook_update_notification' => 'Webhook successfully updated',
+ 'webhook_delete' => 'deleted webhook',
+ 'webhook_delete_notification' => 'Webhook successfully deleted',