]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/zh_TW/activities.php
Add feature to send test e-mails
[bookstack] / resources / lang / zh_TW / activities.php
index 95db20b098a56b78087a3fa361cf7761092e94a7..eb23e35a1fcf3c85140a72e4114217f378947c25 100644 (file)
@@ -37,6 +37,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'                => '評論',
 ];