X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/3433/head:/resources/lang/hu/activities.php diff --git a/resources/lang/hu/activities.php b/resources/lang/hu/activities.php index 8d22605e3..04a3ac0ea 100644 --- a/resources/lang/hu/activities.php +++ b/resources/lang/hu/activities.php @@ -36,13 +36,33 @@ return [ 'book_sort_notification' => 'Könyv sikeresen újrarendezve', // Bookshelves - 'bookshelf_create' => 'létrehozta a könyvespolcot:', + 'bookshelf_create' => 'created bookshelf', 'bookshelf_create_notification' => 'Könyvespolc sikeresen létrehozva', 'bookshelf_update' => 'frissítette a könyvespolcot:', 'bookshelf_update_notification' => 'Könyvespolc sikeresen frissítve', 'bookshelf_delete' => 'törölte a könyvespolcot:', 'bookshelf_delete_notification' => 'Könyvespolc sikeresen törölve', + // Favourites + 'favourite_add_notification' => '":name" has been added to your favourites', + 'favourite_remove_notification' => '":name" has been removed from your favourites', + + // 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 sikeresen létrehozva', + 'webhook_update' => 'updated webhook', + 'webhook_update_notification' => 'Webhook sikeresen frissítve', + 'webhook_delete' => 'deleted webhook', + 'webhook_delete_notification' => 'Webhook successfully deleted', + + // Users + 'user_update_notification' => 'Felhasználó sikeresen frissítve', + 'user_delete_notification' => 'Felhasználó sikeresen eltávolítva', + // Other 'commented_on' => 'megjegyzést fűzött hozzá:', 'permissions_update' => 'updated permissions',