X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a274406038e13cf678e14d65dfa70d04ead67206..refs/pull/3210/head:/resources/lang/hu/activities.php diff --git a/resources/lang/hu/activities.php b/resources/lang/hu/activities.php index 98bdd798b..1a34acbd4 100644 --- a/resources/lang/hu/activities.php +++ b/resources/lang/hu/activities.php @@ -7,41 +7,41 @@ return [ // Pages 'page_create' => 'létrehozta az oldalt:', - 'page_create_notification' => 'Oldal sikeresen létrehozva', + 'page_create_notification' => 'Page successfully created', 'page_update' => 'frissítette az oldalt:', - 'page_update_notification' => 'Oldal sikeresen frissítve', + 'page_update_notification' => 'Page successfully updated', 'page_delete' => 'törölte az oldalt:', - 'page_delete_notification' => 'Oldal sikeresen törölve', + 'page_delete_notification' => 'Page successfully deleted', 'page_restore' => 'visszaállította az oldalt:', - 'page_restore_notification' => 'Oldal sikeresen visszaállítva', + 'page_restore_notification' => 'Page successfully restored', 'page_move' => 'áthelyezte az oldalt:', // Chapters 'chapter_create' => 'létrehozta a fejezetet:', - 'chapter_create_notification' => 'Fejezet sikeresen létrehozva', + 'chapter_create_notification' => 'Chapter successfully created', 'chapter_update' => 'frissítette a fejezetet:', - 'chapter_update_notification' => 'Fejezet sikeresen frissítve', + 'chapter_update_notification' => 'Chapter successfully updated', 'chapter_delete' => 'törölte a fejezetet:', - 'chapter_delete_notification' => 'Fejezet sikeresen törölve', + 'chapter_delete_notification' => 'Chapter successfully deleted', 'chapter_move' => 'áthelyezte a fejezetet:', // Books 'book_create' => 'létrehozott egy könyvet:', - 'book_create_notification' => 'Könyv sikeresen létrehozva', + 'book_create_notification' => 'Book successfully created', 'book_update' => 'frissítette a könyvet:', - 'book_update_notification' => 'Könyv sikeresen frissítve', + 'book_update_notification' => 'Book successfully updated', 'book_delete' => 'törölte a könyvet:', - 'book_delete_notification' => 'Könyv sikeresen törölve', + 'book_delete_notification' => 'Book successfully deleted', 'book_sort' => 'átrendezte a könyvet:', - 'book_sort_notification' => 'Könyv sikeresen újrarendezve', + 'book_sort_notification' => 'Book successfully re-sorted', // Bookshelves - 'bookshelf_create' => 'létrehozta a könyvespolcot:', - 'bookshelf_create_notification' => 'Könyvespolc sikeresen létrehozva', + 'bookshelf_create' => 'created bookshelf', + 'bookshelf_create_notification' => 'Bookshelf successfully created', 'bookshelf_update' => 'frissítette a könyvespolcot:', - 'bookshelf_update_notification' => 'Könyvespolc sikeresen frissítve', + 'bookshelf_update_notification' => 'Bookshelf successfully updated', 'bookshelf_delete' => 'törölte a könyvespolcot:', - 'bookshelf_delete_notification' => 'Könyvespolc sikeresen törölve', + 'bookshelf_delete_notification' => 'Bookshelf successfully deleted', // Favourites 'favourite_add_notification' => '":name" has been added to your favourites', @@ -51,6 +51,14 @@ return [ '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', + // Other 'commented_on' => 'megjegyzést fűzött hozzá:', 'permissions_update' => 'updated permissions',