]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/zh_TW/activities.php
Fix English translations
[bookstack] / resources / lang / zh_TW / activities.php
index 95db20b098a56b78087a3fa361cf7761092e94a7..5cf2bd3cf01c6ccd7d1e1994049b3085a7c661e3 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'                => '評論',
 ];