X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/193d7fb3fe71a76a43ebc1ccdb617b4b627d1e09..refs/pull/3555/head:/resources/lang/sk/activities.php diff --git a/resources/lang/sk/activities.php b/resources/lang/sk/activities.php index 9f9ded00e..7d4a69303 100644 --- a/resources/lang/sk/activities.php +++ b/resources/lang/sk/activities.php @@ -28,6 +28,8 @@ return [ // Books 'book_create' => 'vytvoril(a) knihu', 'book_create_notification' => 'Kniha úspešne vytvorená', + 'book_create_from_chapter' => 'converted chapter to book', + 'book_create_from_chapter_notification' => 'Chapter successfully converted to a book', 'book_update' => 'aktualizoval(a) knihu', 'book_update_notification' => 'Kniha úspešne aktualizovaná', 'book_delete' => 'odstránil(a) knihu', @@ -38,6 +40,8 @@ return [ // Bookshelves 'bookshelf_create' => 'vytvoril(a) knižnicu', 'bookshelf_create_notification' => 'Knižnica úspešne vytvorená', + 'bookshelf_create_from_book' => 'converted book to bookshelf', + 'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf', 'bookshelf_update' => 'aktualizoval(a) knižnicu', 'bookshelf_update_notification' => 'Knižnica úspešne aktualizovaná', 'bookshelf_delete' => 'odstránil(a) knižnicu', @@ -51,6 +55,18 @@ return [ 'mfa_setup_method_notification' => 'Viacúrovňový spôsob overenia úspešne nastavený', 'mfa_remove_method_notification' => 'Viacúrovňový spôsob overenia úspešne odstránený', + // Webhooks + 'webhook_create' => 'vytvoril(a) si webhook', + 'webhook_create_notification' => 'Webhook úspešne vytvorený', + 'webhook_update' => 'aktualizoval(a) si webhook', + 'webhook_update_notification' => 'Webhook úspešne aktualizovaný', + 'webhook_delete' => 'odstránil(a) si webhook', + 'webhook_delete_notification' => 'Webhook úspešne odstránený', + + // Users + 'user_update_notification' => 'User successfully updated', + 'user_delete_notification' => 'User successfully removed', + // Other 'commented_on' => 'komentoval(a)', 'permissions_update' => 'aktualizované oprávnenia',