X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/58fa7679bccafd00f9a50bcd4a87e96876331b03..refs/pull/3333/head:/resources/lang/hu/activities.php diff --git a/resources/lang/hu/activities.php b/resources/lang/hu/activities.php index ff2ddb490..04a3ac0ea 100644 --- a/resources/lang/hu/activities.php +++ b/resources/lang/hu/activities.php @@ -36,7 +36,7 @@ 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', @@ -47,6 +47,22 @@ return [ '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',