]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/lt/activities.php
Fixed some typos and corrected grammar.
[bookstack] / resources / lang / lt / activities.php
index 985dd02dddc8dd44d009de862bcc6def332eb764..7728f48351736c0b46892a7cf70b9772365b7402 100644 (file)
@@ -28,6 +28,8 @@ return [
     // Books
     'book_create'                 => 'sukurta knyga',
     'book_create_notification'    => 'Book successfully created',
+    'book_create_from_chapter'              => 'converted chapter to book',
+    'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
     'book_update'                 => 'atnaujinta knyga',
     'book_update_notification'    => 'Book successfully updated',
     'book_delete'                 => 'ištrinta knyga',
@@ -38,6 +40,8 @@ return [
     // Bookshelves
     'bookshelf_create'            => 'created bookshelf',
     'bookshelf_create_notification'    => 'Bookshelf successfully created',
+    'bookshelf_create_from_book'    => 'converted book to bookshelf',
+    'bookshelf_create_from_book_notification'    => 'Book successfully converted to a shelf',
     'bookshelf_update'                 => 'atnaujinta knygų lentyna',
     'bookshelf_update_notification'    => 'Bookshelf successfully updated',
     'bookshelf_delete'                 => 'ištrinta knygų lentyna',
@@ -59,6 +63,10 @@ return [
     'webhook_delete' => 'deleted webhook',
     'webhook_delete_notification' => 'Webhook successfully deleted',
 
+    // Users
+    'user_update_notification' => 'User successfully updated',
+    'user_delete_notification' => 'User successfully removed',
+
     // Other
     'commented_on'                => 'pakomentavo',
     'permissions_update'          => 'atnaujinti leidimai',