]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/zh_CN/activities.php
Improve sorting Shelf Books
[bookstack] / resources / lang / zh_CN / activities.php
index 7198710efce37ada9c4ac7aac0a79ceed4bcda15..717c7dfdf98a7bbd4b292201a4274bf49cd746ea 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'    => '页面已创建成功',
@@ -36,7 +34,7 @@ return [
     'book_delete_notification'    => '图书已删除成功',
     'book_sort'                   => '排序了图书',
     'book_sort_notification'      => '图书已重新排序成功',
-    
+
     // Bookshelves
     'bookshelf_create'            => '创建了书架',
     'bookshelf_create_notification'    => '书架已成功创建',
@@ -47,4 +45,5 @@ return [
 
     // Other
     'commented_on'                => '评论',
+    'permissions_update'          => '权限已更新',
 ];