]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/zh_TW/activities.php
Fixed comment count update error
[bookstack] / resources / lang / zh_TW / activities.php
index 7a342919658c7ee1b565b196e622ff77c938e849..69639cbb6ecd1b7b0b404c5190501ec4b508f7d5 100644 (file)
@@ -28,6 +28,8 @@ return [
     // Books
     'book_create'                 => '已建立書本',
     'book_create_notification'    => '書本已建立成功',
+    'book_create_from_chapter'              => 'converted chapter to book',
+    'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
     'book_update'                 => '已更新書本',
     'book_update_notification'    => '書本已更新成功',
     'book_delete'                 => '已刪除書本',
@@ -38,6 +40,8 @@ return [
     // Bookshelves
     'bookshelf_create'            => '已建立書架',
     'bookshelf_create_notification'    => '書架已建立成功',
+    'bookshelf_create_from_book'    => 'converted book to bookshelf',
+    'bookshelf_create_from_book_notification'    => 'Book successfully converted to a shelf',
     'bookshelf_update'                 => '已更新書架',
     'bookshelf_update_notification'    => '書架已更新成功',
     'bookshelf_delete'                 => '已刪除書架',