- 'bookshelf_update_notification' => 'Rak berhasil diupdate',
- 'bookshelf_delete' => 'hapus rak',
- 'bookshelf_delete_notification' => 'Rak berhasil dihapus',
+ 'bookshelf_update_notification' => 'Bookshelf successfully updated',
+ 'bookshelf_delete' => 'hapus rak buku',
+ 'bookshelf_delete_notification' => 'Bookshelf successfully deleted',
+
+ // Favourites
+ 'favourite_add_notification' => '":name" telah ditambahkan ke favorit Anda',
+ 'favourite_remove_notification' => '":name" telah dihapus dari favorit Anda',
+
+ // MFA
+ 'mfa_setup_method_notification' => 'Metode multi-faktor sukses dikonfigurasi',
+ 'mfa_remove_method_notification' => 'Metode multi-faktor sukses dihapus',
+
+ // 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',
+
+ // Users
+ 'user_update_notification' => 'User successfully updated',
+ 'user_delete_notification' => 'User successfully removed',