]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/zh_CN/activities.php
Show bookshelves that a book belongs to on a book view
[bookstack] / resources / lang / zh_CN / activities.php
index 6ef10b67fd5890af754eae91d20136b1d8e0d0a3..7198710efce37ada9c4ac7aac0a79ceed4bcda15 100644 (file)
@@ -36,6 +36,14 @@ return [
     'book_delete_notification'    => '图书已删除成功',
     'book_sort'                   => '排序了图书',
     'book_sort_notification'      => '图书已重新排序成功',
+    
+    // Bookshelves
+    'bookshelf_create'            => '创建了书架',
+    'bookshelf_create_notification'    => '书架已成功创建',
+    'bookshelf_update'                 => '更新了书架',
+    'bookshelf_update_notification'    => '书架已成功更新',
+    'bookshelf_delete'                 => '删除了书架',
+    'bookshelf_delete_notification'    => '书架已成功删除',
 
     // Other
     'commented_on'                => '评论',