diff --git a/resources/lang/zh_TW/entities.php b/resources/lang/zh_TW/entities.php index bc08ee32a..78e924e05 100644 --- a/resources/lang/zh_TW/entities.php +++ b/resources/lang/zh_TW/entities.php @@ -146,7 +146,7 @@ return [ 'chapters_create' => '建立章節', 'chapters_delete' => '刪除章節', 'chapters_delete_named' => '刪除章節「:chapterName」', - 'chapters_delete_explain' => '這將刪除章節「:chapterName」。所有的頁面將被刪除並加入到其所在的書籍。', + 'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages that exist within this chapter will also be deleted.', 'chapters_delete_confirm' => '您確定要刪除此章節嗎?', 'chapters_edit' => '編輯章節', 'chapters_edit_named' => '編輯章節「:chapterName」',