- 'bookshelf_create' => 'je kreirao/la Policu za knjige',
- 'bookshelf_create_notification' => 'Polica za knjige Uspješno Kreirana',
- 'bookshelf_update' => 'je ažurirao/la policu za knjige',
- 'bookshelf_update_notification' => 'Polica za knjige Uspješno Ažurirana',
- 'bookshelf_delete' => 'je izbrisao/la policu za knjige',
- 'bookshelf_delete_notification' => 'Polica za knjige Uspješno Izbrisana',
+ 'bookshelf_create' => 'created shelf',
+ 'bookshelf_create_notification' => 'Shelf successfully created',
+ 'bookshelf_create_from_book' => 'converted book to shelf',
+ 'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
+ 'bookshelf_update' => 'updated shelf',
+ 'bookshelf_update_notification' => 'Shelf successfully updated',
+ 'bookshelf_delete' => 'deleted shelf',
+ 'bookshelf_delete_notification' => 'Shelf successfully deleted',
+
+ // Favourites
+ 'favourite_add_notification' => '":name" je dodan u tvoje favorite',
+ 'favourite_remove_notification' => '":name" je uklonjen iz tvojih favorita',
+
+ // MFA
+ 'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
+ 'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
+
+ // 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',