]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/zh_CN/activities.php
Add footer element, styles, and associated settings
[bookstack] / resources / lang / zh_CN / activities.php
index 6ef10b67fd5890af754eae91d20136b1d8e0d0a3..676a1dd92db0c0c2556ae858b6a0ada0c236b472 100644 (file)
@@ -1,12 +1,10 @@
 <?php
-
+/**
+ * Activity text strings.
+ * Is used for all the text within activity logs & notifications.
+ */
 return [
 
-    /**
-     * Activity text strings.
-     * Is used for all the text within activity logs & notifications.
-     */
-
     // Pages
     'page_create'                 => '创建了页面',
     'page_create_notification'    => '页面已创建成功',
@@ -37,6 +35,14 @@ return [
     'book_sort'                   => '排序了图书',
     'book_sort_notification'      => '图书已重新排序成功',
 
+    // Bookshelves
+    'bookshelf_create'            => '创建了书架',
+    'bookshelf_create_notification'    => '书架已成功创建',
+    'bookshelf_update'                 => '更新了书架',
+    'bookshelf_update_notification'    => '书架已成功更新',
+    'bookshelf_delete'                 => '删除了书架',
+    'bookshelf_delete_notification'    => '书架已成功删除',
+
     // Other
     'commented_on'                => '评论',
 ];