+ 'bookshelf_delete_notification' => 'Knihovna byla úspěšně smazána',
+
+ // Favourites
+ 'favourite_add_notification' => '":name" byla přidána do Vašich oblíbených',
+ 'favourite_remove_notification' => '":name" byla odstraněna z Vašich oblíbených',
+
+ // MFA
+ 'mfa_setup_method_notification' => 'Vícefaktorová metoda byla úspěšně nakonfigurována',
+ 'mfa_remove_method_notification' => 'Vícefaktorová metoda byla úspěšně odstraněna',
+
+ // Webhooks
+ 'webhook_create' => 'vytvořil/a webhook',
+ 'webhook_create_notification' => 'Webhook byl úspěšně vytvořen',
+ 'webhook_update' => 'aktualizoval/a webhook',
+ 'webhook_update_notification' => 'Webhook byl úspěšně aktualizován',
+ 'webhook_delete' => 'odstranil/a webhook',
+ 'webhook_delete_notification' => 'Webhook byl úspěšně odstraněn',
+
+ // Users
+ 'user_update_notification' => 'User successfully updated',
+ 'user_delete_notification' => 'User successfully removed',