X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9ec114641c35eaedfa5d6b00b82b06dad2b8c050..refs/pull/1755/head:/resources/lang/zh_TW/activities.php diff --git a/resources/lang/zh_TW/activities.php b/resources/lang/zh_TW/activities.php index 95db20b09..5cf2bd3cf 100644 --- a/resources/lang/zh_TW/activities.php +++ b/resources/lang/zh_TW/activities.php @@ -1,12 +1,10 @@ '建立了頁面', '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' => '評論', ];