]> BookStack Code Mirror - bookstack/blobdiff - lang/zh_TW/entities.php
ZIP Imports: Added API examples, finished testing
[bookstack] / lang / zh_TW / entities.php
index faeccda61e38de96d1b361809276ad4454b662fc..fccf0ef592f9f4e30dc8407a9c29095b476adde1 100644 (file)
@@ -23,9 +23,9 @@ return [
     'meta_updated' => '更新於 :timeLength',
     'meta_updated_name' => '由 :user 更新於 :timeLength',
     'meta_owned_name' => ':user 所擁有',
-    'meta_reference_page_count' => 'Referenced on :count page|Referenced on :count pages',
+    'meta_reference_count' => '被 :count 個項目引用',
     'entity_select' => '選取項目',
-    'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
+    'entity_select_lack_permission' => '你沒有權限使用此項目',
     'images' => '圖片',
     'my_recent_drafts' => '我最近的草稿',
     'my_recently_viewed' => '我最近檢視',
@@ -39,18 +39,42 @@ return [
     'export_pdf' => 'PDF 檔案',
     'export_text' => '純文字檔案',
     'export_md' => 'Markdown 檔案',
+    'export_zip' => '可攜式 ZIP',
+    'default_template' => '預設頁面範本',
+    'default_template_explain' => '請設定一個頁面範本,作為新頁面的預設內容。請注意,這僅限於作者擁有頁面範本讀取權限時才能夠使用。',
+    'default_template_select' => '選擇一個頁面範本',
+    'import' => '匯入',
+    'import_validate' => '驗證匯入',
+    'import_desc' => '使用從相同或不同站點匯出的可攜式壓縮檔匯入書本、章節與頁面。選取 ZIP 檔案繼續。檔案上傳並通過驗證後,您就可以在下一個檢視中設定並確認匯入。',
+    'import_zip_select' => '選取要上傳的 ZIP 檔案',
+    'import_zip_validation_errors' => '驗證提供的 ZIP 檔案時偵測到錯誤:',
+    'import_pending' => '擱置中的匯入',
+    'import_pending_none' => '尚未開始匯入。',
+    'import_continue' => '繼續匯入',
+    'import_continue_desc' => '檢視要從上傳的 ZIP 檔匯入的內容。準備就緒後,執行匯入以將其內容加入本系統。成功匯入後,上傳的 ZIP 匯入檔案會自動移除。',
+    'import_details' => '匯入詳細資訊',
+    'import_run' => '執行匯入',
+    'import_size' => ':size 匯入 ZIP 大小',
+    'import_uploaded_at' => ':relativeTime 已上傳',
+    'import_uploaded_by' => '上傳者',
+    'import_location' => '匯入位置',
+    'import_location_desc' => '為您匯入的內容選取目標位置。您需要相關權限才能在您選擇的位置內建立。',
+    'import_delete_confirm' => '您確定要刪除此匯入嗎?',
+    'import_delete_desc' => '這將會刪除已上傳的匯入 ZIP 檔案,且無法還原。',
+    'import_errors' => '匯入錯誤',
+    'import_errors_desc' => '嘗試匯入時發生以下錯誤:',
 
     // Permissions and restrictions
     'permissions' => '權限',
-    'permissions_desc' => 'Set permissions here to override the default permissions provided by user roles.',
-    'permissions_book_cascade' => 'Permissions set on books will automatically cascade to child chapters and pages, unless they have their own permissions defined.',
-    'permissions_chapter_cascade' => 'Permissions set on chapters will automatically cascade to child pages, unless they have their own permissions defined.',
+    'permissions_desc' => '設定權限,並覆蓋角色預設權限',
+    'permissions_book_cascade' => '除非章節、頁面有自訂權限,否則書籍設定的權限將自動套用',
+    'permissions_chapter_cascade' => '除非章節、頁面有自訂權限,否則章節的權限將自動套用',
     'permissions_save' => '儲存權限',
     'permissions_owner' => '擁有者',
-    'permissions_role_everyone_else' => 'Everyone Else',
-    'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.',
-    'permissions_role_override' => 'Override permissions for role',
-    'permissions_inherit_defaults' => 'Inherit defaults',
+    'permissions_role_everyone_else' => '所有其他人',
+    'permissions_role_everyone_else_desc' => '設定未被指派角色時的權限',
+    'permissions_role_override' => '覆蓋角色權限',
+    'permissions_inherit_defaults' => '繼承預設值',
 
     // Search
     'search_results' => '搜尋結果',
@@ -93,23 +117,24 @@ return [
     'shelves_save' => '儲存書架',
     'shelves_books' => '此書架上的書本',
     'shelves_add_books' => '新增書本至此書架',
-    'shelves_drag_books' => 'Drag books below to add them to this shelf',
+    'shelves_drag_books' => '拖曳書籍至下方,以便新增至此書架',
     'shelves_empty_contents' => '此書架沒有分配任何書本',
     'shelves_edit_and_assign' => '編輯書架以分配書本',
-    'shelves_edit_named' => 'Edit Shelf :name',
-    'shelves_edit' => 'Edit Shelf',
-    'shelves_delete' => 'Delete Shelf',
-    'shelves_delete_named' => 'Delete Shelf :name',
+    'shelves_edit_named' => '編輯書架',
+    'shelves_edit' => '編輯書架',
+    'shelves_delete' => '刪除書架',
+    'shelves_delete_named' => '刪除書架「:name」',
     'shelves_delete_explain' => "這將刪除名為「:name」的書架。但其中的書本不會被刪除。",
     'shelves_delete_confirmation' => '您確定要刪除此書架嗎?',
-    'shelves_permissions' => 'Shelf Permissions',
-    'shelves_permissions_updated' => 'Shelf Permissions Updated',
-    'shelves_permissions_active' => 'Shelf Permissions Active',
-    'shelves_permissions_cascade_warning' => 'Permissions on shelves do not automatically cascade to contained books. This is because a book can exist on multiple shelves. Permissions can however be copied down to child books using the option found below.',
+    'shelves_permissions' => '書架權限',
+    'shelves_permissions_updated' => '已更新書架權限',
+    'shelves_permissions_active' => '已啟用書架權限',
+    'shelves_permissions_cascade_warning' => '因書籍可位於多個書架,因此書架權限不會自動套用至書籍上。但仍可透過下方的選項來複製權限到子書籍。',
+    'shelves_permissions_create' => '書架創建權限僅用於使用下面的操作將權限複製到子圖書。這個權限不是用來控制創建書籍的。',
     'shelves_copy_permissions_to_books' => '將權限複製到書本',
     'shelves_copy_permissions' => '複製權限',
-    'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.',
-    'shelves_copy_permission_success' => 'Shelf permissions copied to :count books',
+    'shelves_copy_permissions_explain' => '此操作會將此書架的當前權限設置應用於其中包含的所有圖書上。 啓用前請確保已保存對此書架權限的任何更改。',
+    'shelves_copy_permission_success' => '書架權限已複製到 :count 本書籍',
 
     // Books
     'book' => '書本',
@@ -141,7 +166,9 @@ return [
     'books_search_this' => '搜尋此書本',
     'books_navigation' => '書本導覽',
     'books_sort' => '排序書本內容',
-    'books_sort_desc' => 'Move chapters and pages within a book to reorganise its contents. Other books can be added which allows easy moving of chapters and pages between books.',
+    'books_sort_desc' => '在書籍中移動章節和頁面,重新安排其內容。可加入其他書籍,方便在書籍之間移動章節與頁面。可選擇設定自動排序規則,以便在變更時自動排序此書籍的內容。',
+    'books_sort_auto_sort' => '自動排序選項',
+    'books_sort_auto_sort_active' => '自動排序啟動::sortName',
     'books_sort_named' => '排序書本 :bookName',
     'books_sort_name' => '按名稱排序',
     'books_sort_created' => '按建立時間排序',
@@ -150,19 +177,19 @@ return [
     'books_sort_chapters_last' => '最後一章',
     'books_sort_show_other' => '顯示其他書本',
     'books_sort_save' => '儲存新順序',
-    'books_sort_show_other_desc' => 'Add other books here to include them in the sort operation, and allow easy cross-book reorganisation.',
-    'books_sort_move_up' => 'Move Up',
-    'books_sort_move_down' => 'Move Down',
-    'books_sort_move_prev_book' => 'Move to Previous Book',
-    'books_sort_move_next_book' => 'Move to Next Book',
-    'books_sort_move_prev_chapter' => 'Move Into Previous Chapter',
-    'books_sort_move_next_chapter' => 'Move Into Next Chapter',
-    'books_sort_move_book_start' => 'Move to Start of Book',
-    'books_sort_move_book_end' => 'Move to End of Book',
-    'books_sort_move_before_chapter' => 'Move to Before Chapter',
-    'books_sort_move_after_chapter' => 'Move to After Chapter',
-    'books_copy' => 'Copy Book',
-    'books_copy_success' => 'Book successfully copied',
+    'books_sort_show_other_desc' => '新增書籍到排序清單中,以便跨書籍重組資料',
+    'books_sort_move_up' => '上移',
+    'books_sort_move_down' => '下移',
+    'books_sort_move_prev_book' => '移動至前一書籍',
+    'books_sort_move_next_book' => '移動至前一書籍',
+    'books_sort_move_prev_chapter' => '移動至前一章節',
+    'books_sort_move_next_chapter' => '移動至下一章節',
+    'books_sort_move_book_start' => '移動到書籍開頭',
+    'books_sort_move_book_end' => '移動到書籍結尾',
+    'books_sort_move_before_chapter' => '移動到章節之前',
+    'books_sort_move_after_chapter' => '移動到章節之後',
+    'books_copy' => '複製書籍',
+    'books_copy_success' => '書籍已成功被複製',
 
     // Chapters
     'chapter' => '章節',
@@ -180,15 +207,14 @@ return [
     'chapters_save' => '儲存章節',
     'chapters_move' => '移動章節',
     'chapters_move_named' => '移動章節 :chapterName',
-    'chapter_move_success' => '章節移動到 :bookName',
-    'chapters_copy' => 'Copy Chapter',
-    'chapters_copy_success' => 'Chapter successfully copied',
+    'chapters_copy' => '複製章節',
+    'chapters_copy_success' => '章節已成功被複製',
     'chapters_permissions' => '章節權限',
     'chapters_empty' => '本章目前沒有頁面。',
     'chapters_permissions_active' => '章節權限已啟用',
     'chapters_permissions_success' => '章節權限已更新',
     'chapters_search_this' => '搜尋此章節',
-    'chapter_sort_book' => 'Sort Book',
+    'chapter_sort_book' => '排序書籍內容',
 
     // Pages
     'page' => '頁面',
@@ -204,6 +230,7 @@ return [
     'pages_delete_draft' => '刪除草稿頁面',
     'pages_delete_success' => '頁面已刪除',
     'pages_delete_draft_success' => '草稿頁面已刪除',
+    'pages_delete_warning_template' => '此頁面是當前書籍或章節的默認頁面模板。刪除此頁面後,這些書籍或章節的默認頁面模板將被取消。',
     'pages_delete_confirm' => '您確定要刪除此頁面嗎?',
     'pages_delete_draft_confirm' => '您確定要刪除此草稿頁面嗎?',
     'pages_editing_named' => '正在編輯頁面 :pageName',
@@ -214,20 +241,23 @@ return [
     'pages_editing_page' => '正在編輯頁面',
     'pages_edit_draft_save_at' => '草稿儲存於 ',
     'pages_edit_delete_draft' => '刪除草稿',
+    'pages_edit_delete_draft_confirm' => '您確定要刪除您的草稿頁面更改嗎?自上次完整保存以來的所有更改都將丟失,編輯器將更新為最新非草稿頁面。',
     'pages_edit_discard_draft' => '放棄草稿',
-    'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor',
-    'pages_edit_switch_to_markdown_clean' => '(Clean Content)',
-    'pages_edit_switch_to_markdown_stable' => '(Stable Content)',
-    'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG Editor',
+    'pages_edit_switch_to_markdown' => '切換到 Markdown 編輯器',
+    'pages_edit_switch_to_markdown_clean' => '(清除內容)',
+    'pages_edit_switch_to_markdown_stable' => '(保留內容)',
+    'pages_edit_switch_to_wysiwyg' => '切換到所見即所得編輯器',
+    'pages_edit_switch_to_new_wysiwyg' => '切換為新的所見即所得編輯器',
+    'pages_edit_switch_to_new_wysiwyg_desc' => '(In Beta Testing)',
     'pages_edit_set_changelog' => '設定變更日誌',
     'pages_edit_enter_changelog_desc' => '輸入對您所做變動的簡易描述',
     'pages_edit_enter_changelog' => '輸入變更日誌',
     'pages_editor_switch_title' => '切換編輯器',
-    'pages_editor_switch_are_you_sure' => 'Are you sure you want to change the editor for this page?',
-    'pages_editor_switch_consider_following' => 'Consider the following when changing editors:',
-    'pages_editor_switch_consideration_a' => 'Once saved, the new editor option will be used by any future editors, including those that may not be able to change editor type themselves.',
-    'pages_editor_switch_consideration_b' => 'This can potentially lead to a loss of detail and syntax in certain circumstances.',
-    'pages_editor_switch_consideration_c' => 'Tag or changelog changes, made since last save, won\'t persist across this change.',
+    'pages_editor_switch_are_you_sure' => '你想要更改這頁所使用的編輯器嗎?',
+    'pages_editor_switch_consider_following' => '更換編輯器時請考慮以下事項:',
+    'pages_editor_switch_consideration_a' => '一旦選擇使用新的編輯器,其他頁面以及沒有權限更換編輯器的使用者都將使用新的編輯器',
+    'pages_editor_switch_consideration_b' => '在某些情況下,將遺失細部設定以及語法',
+    'pages_editor_switch_consideration_c' => '切換編輯器時,本次的標籤設定、版本修訂記錄將不會被保留',
     'pages_save' => '儲存頁面',
     'pages_title' => '頁面標題',
     'pages_name' => '頁面名稱',
@@ -237,10 +267,11 @@ return [
     'pages_md_insert_link' => '插入連結',
     'pages_md_insert_drawing' => '插入繪圖',
     'pages_md_show_preview' => '顯示預覽',
-    'pages_md_sync_scroll' => 'Sync preview scroll',
+    'pages_md_sync_scroll' => '預覽頁面同步捲動',
+    'pages_drawing_unsaved' => '偵測到未儲存的繪圖',
+    'pages_drawing_unsaved_confirm' => '從之前保存失敗的繪圖中發現了可恢復的數據。您想恢復並繼續編輯這個未保存的繪圖嗎?',
     'pages_not_in_chapter' => '頁面不在章節中',
     'pages_move' => '移動頁面',
-    'pages_move_success' => '頁面已移動到「:parentName」',
     'pages_copy' => '複製頁面',
     'pages_copy_desination' => '複製的目的地',
     'pages_copy_success' => '頁面已成功複製',
@@ -248,17 +279,17 @@ return [
     'pages_permissions_success' => '頁面權限已更新',
     'pages_revision' => '修訂版本',
     'pages_revisions' => '頁面修訂版本',
-    'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.',
+    'pages_revisions_desc' => '下面列出的是該頁面的所有過去修訂。如果權限允許,您可以回顧、比較和恢復舊的頁面版本。頁面的完整歷史可能不會在這裡完全反映出來,因為根據系統配置,舊的修訂可能會被自動刪除。',
     'pages_revisions_named' => ':pageName 頁面修訂版本',
     'pages_revision_named' => ':pageName 頁面修訂版本',
     'pages_revision_restored_from' => '從 #:id; :summary 復原',
     'pages_revisions_created_by' => '建立者',
     'pages_revisions_date' => '修訂日期',
     'pages_revisions_number' => '#',
-    'pages_revisions_sort_number' => 'Revision Number',
+    'pages_revisions_sort_number' => '修訂版號',
     'pages_revisions_numbered' => '修訂版本 #:id',
     'pages_revisions_numbered_changes' => '修訂版本 #:id 變更',
-    'pages_revisions_editor' => 'Editor Type',
+    'pages_revisions_editor' => '編輯器類型',
     'pages_revisions_changelog' => '變動日誌',
     'pages_revisions_changes' => '變動',
     'pages_revisions_current' => '目前版本',
@@ -266,14 +297,20 @@ return [
     'pages_revisions_restore' => '還原',
     'pages_revisions_none' => '此頁面沒有修訂',
     'pages_copy_link' => '複製連結',
-    'pages_edit_content_link' => '編輯內容',
+    'pages_edit_content_link' => '移動到編輯器區段',
+    'pages_pointer_enter_mode' => '進入區段選取模式',
+    'pages_pointer_label' => '頁面區段選項',
+    'pages_pointer_permalink' => '頁面區段永久連結',
+    'pages_pointer_include_tag' => '包含標籤的頁面區段',
+    'pages_pointer_toggle_link' => '永久連結模式,點擊顯示包含的標籤',
+    'pages_pointer_toggle_include' => '包含標籤模式,按下顯示永久鏈接',
     'pages_permissions_active' => '頁面權限已啟用',
     'pages_initial_revision' => '初次發布',
-    'pages_references_update_revision' => 'System auto-update of internal links',
+    'pages_references_update_revision' => '系統自動更新的內部鏈接',
     'pages_initial_name' => '新頁面',
     'pages_editing_draft_notification' => '您正在編輯最後儲存為 :timeDiff 的草稿。',
     'pages_draft_edited_notification' => '此頁面已經被更新過。建議您放棄此草稿。',
-    'pages_draft_page_changed_since_creation' => 'This page has been updated since this draft was created. It is recommended that you discard this draft or take care not to overwrite any page changes.',
+    'pages_draft_page_changed_since_creation' => '這個頁面在您的草稿創建後被其他用戶更新了,您目前的草稿不包含新的內容。建議您放棄此草稿,或是注意不要覆蓋新的頁面更改。',
     'pages_draft_edit_active' => [
         'start_a' => ':count 位使用者已經開始編輯此頁面',
         'start_b' => '使用者 :userName 已經開始編輯此頁面',
@@ -281,42 +318,44 @@ return [
         'time_b' => '在最近:minCount分鐘',
         'message' => ':start :time。注意不要覆寫其他人的更新!',
     ],
-    'pages_draft_discarded' => '草稿已丟棄。編輯器已更新到目前頁面內容',
+    'pages_draft_discarded' => '草稿已丟棄!編輯器已更新到當前頁面內容',
+    'pages_draft_deleted' => '草稿已刪除!編輯器已更新為當前頁面內容',
     'pages_specific' => '特定頁面',
     'pages_is_template' => '頁面模板',
 
     // Editor Sidebar
+    'toggle_sidebar' => '切換側邊欄',
     'page_tags' => '頁面標籤',
     'chapter_tags' => '章節標籤',
     'book_tags' => '書本標籤',
     'shelf_tags' => '書架標籤',
     'tag' => '標籤',
     'tags' =>  '標籤',
-    'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.',
+    'tags_index_desc' => '為內容加上標籤可靈活得進行分類。標籤可以設定名稱與數值,其中數值為選用。一旦標籤設定完成,便可透過標籤名稱與數值來進行搜尋。',
     'tag_name' =>  '標籤名稱',
     'tag_value' => '標籤值(選擇性)',
     'tags_explain' => "加入一些標籤以更好地對您的內容進行分類。 \n 您可以為標籤分配一個值,以進行更深入的組織。",
     'tags_add' => '新增另一個標籤',
     'tags_remove' => '移除此標籤',
-    'tags_usages' => 'Total tag usages',
-    'tags_assigned_pages' => 'Assigned to Pages',
-    'tags_assigned_chapters' => 'Assigned to Chapters',
-    'tags_assigned_books' => 'Assigned to Books',
-    'tags_assigned_shelves' => 'Assigned to Shelves',
-    'tags_x_unique_values' => ':count unique values',
-    'tags_all_values' => 'All values',
+    'tags_usages' => '總用量',
+    'tags_assigned_pages' => '頁面',
+    'tags_assigned_chapters' => '章節',
+    'tags_assigned_books' => '書籍',
+    'tags_assigned_shelves' => '書架',
+    'tags_x_unique_values' => ':count 個不同的數值',
+    'tags_all_values' => '所有數值',
     'tags_view_tags' => '檢視標籤',
     'tags_view_existing_tags' => '檢視已存在的標籤',
-    'tags_list_empty_hint' => 'Tags can be assigned via the page editor sidebar or while editing the details of a book, chapter or shelf.',
+    'tags_list_empty_hint' => '可在編輯書架、書籍時設定標籤,或是在編輯章節、頁面時透過側邊欄設定',
     'attachments' => '附件',
     'attachments_explain' => '上傳一些檔案或附加連結以顯示在您的網頁上。將顯示在在頁面的側邊欄。',
     'attachments_explain_instant_save' => '此處的變動將會立刻儲存。',
     'attachments_upload' => '上傳檔案',
     'attachments_link' => '附加連結',
-    'attachments_upload_drop' => 'Alternatively you can drag and drop a file here to upload it as an attachment.',
+    'attachments_upload_drop' => '你也可以將檔案拖曳到此來上傳附加檔案',
     'attachments_set_link' => '設定連結',
     'attachments_delete' => '您確定要刪除此附件嗎?',
-    'attachments_dropzone' => 'Drop files here to upload',
+    'attachments_dropzone' => '將檔案拖曳至此來上傳',
     'attachments_no_files' => '尚未上傳檔案',
     'attachments_explain_link' => '如果您不想上傳檔案,則可以附加連結。這可以是指向其他頁面的連結,也可以是指向雲端檔案的連結。',
     'attachments_link_name' => '連結名稱',
@@ -342,7 +381,7 @@ return [
     'templates_prepend_content' => '前置頁面內容',
 
     // Profile View
-    'profile_user_for_x' => '來這裡:time了',
+    'profile_user_for_x' => '來這裡 :time 了',
     'profile_created_content' => '已建立內容',
     'profile_not_created_pages' => ':userName 尚未建立任何頁面',
     'profile_not_created_chapters' => ':userName 尚未建立任何章節',
@@ -353,48 +392,80 @@ return [
     'comment' => '評論',
     'comments' => '評論',
     'comment_add' => '新增評論',
+    'comment_none' => 'No comments to display',
     'comment_placeholder' => '在這裡評論',
-    'comment_count' => '{0} 無評論 |{1} :count 則評論 |[2,*] :count 則評論',
+    'comment_thread_count' => ':count Comment Thread|:count Comment Threads',
+    'comment_archived_count' => ':count Archived',
+    'comment_archived_threads' => 'Archived Threads',
     'comment_save' => '儲存評論',
-    'comment_saving' => '正在儲存評論……',
-    'comment_deleting' => '正在刪除評論……',
     'comment_new' => '新評論',
     'comment_created' => '評論於 :createDiff',
     'comment_updated' => '由 :username 於 :updateDiff 更新',
+    'comment_updated_indicator' => '已更新',
     'comment_deleted_success' => '評論已刪除',
     'comment_created_success' => '評論已加入',
     'comment_updated_success' => '評論已更新',
+    'comment_archive_success' => 'Comment archived',
+    'comment_unarchive_success' => 'Comment un-archived',
+    'comment_view' => 'View comment',
+    'comment_jump_to_thread' => 'Jump to thread',
     'comment_delete_confirm' => '您確定要刪除這則評論?',
     'comment_in_reply_to' => '回覆 :commentId',
+    'comment_reference' => 'Reference',
+    'comment_reference_outdated' => '(Outdated)',
+    'comment_editor_explain' => '此為頁面上的評論。在查看檢視與儲存頁面的同時,可以新增和管理評論。',
 
     // Revision
     'revision_delete_confirm' => '您確定要刪除此修訂版本嗎?',
     'revision_restore_confirm' => '您確定要還原此修訂版本嗎? 目前頁面內容將被替換。',
-    'revision_delete_success' => '修訂版本已刪除',
     'revision_cannot_delete_latest' => '無法刪除最新修訂版本。',
 
     // Copy view
-    'copy_consider' => 'Please consider the below when copying content.',
-    'copy_consider_permissions' => 'Custom permission settings will not be copied.',
-    'copy_consider_owner' => 'You will become the owner of all copied content.',
-    'copy_consider_images' => 'Page image files will not be duplicated & the original images will retain their relation to the page they were originally uploaded to.',
-    'copy_consider_attachments' => 'Page attachments will not be copied.',
-    'copy_consider_access' => 'A change of location, owner or permissions may result in this content being accessible to those previously without access.',
+    'copy_consider' => '複製內容時請注意以下事項',
+    'copy_consider_permissions' => '自定義權限設置將不會被複製。',
+    'copy_consider_owner' => '您將成為所有已複製內容的所有者。',
+    'copy_consider_images' => '頁面中的圖像文件不會被複製,原始圖像將保留它們與最初上傳到的頁面的關係。',
+    'copy_consider_attachments' => '頁面中的附件不會被複製。',
+    'copy_consider_access' => '改變位置、所有者或權限可能會導致此內容被以前無法訪問的人訪問。',
 
     // Conversions
-    'convert_to_shelf' => 'Convert to Shelf',
-    'convert_to_shelf_contents_desc' => 'You can convert this book to a new shelf with the same contents. Chapters contained within this book will be converted to new books. If this book contains any pages, that are not in a chapter, this book will be renamed and contain such pages, and this book will become part of the new shelf.',
-    'convert_to_shelf_permissions_desc' => 'Any permissions set on this book will be copied to the new shelf and to all new child books that don\'t have their own permissions enforced. Note that permissions on shelves do not auto-cascade to content within, as they do for books.',
-    'convert_book' => 'Convert Book',
-    'convert_book_confirm' => 'Are you sure you want to convert this book?',
-    'convert_undo_warning' => 'This cannot be as easily undone.',
-    'convert_to_book' => 'Convert to Book',
-    'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.',
-    'convert_chapter' => 'Convert Chapter',
-    'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?',
+    'convert_to_shelf' => '轉換成書架',
+    'convert_to_shelf_contents_desc' => '你可以將此書籍轉換成包含相同內容的新書架,書籍中的章節則會轉換成書籍。若書籍中有不屬於任何章節的頁面,這些頁面會自動轉換成新書架中的書籍。',
+    'convert_to_shelf_permissions_desc' => '在這本書上設置的任何權限都將複製到所有未強制執行權限的新書架和新子圖書上。請注意,書架上的權限不會像圖書那樣繼承到內容物上。',
+    'convert_book' => '轉換成書本',
+    'convert_book_confirm' => '您確定要轉換此書本嗎?',
+    'convert_undo_warning' => '這可不能輕易撤消。',
+    'convert_to_book' => '轉換成書籍',
+    'convert_to_book_desc' => '您可以將此章節轉換為具有相同內容的新書本。此章節中設置的任何權限都將複製到新書本上,但從父圖書繼承的任何權限都不會被複製,這可能會導致訪問控制發生變化。',
+    'convert_chapter' => '轉換章節',
+    'convert_chapter_confirm' => '您確定要轉換此章節嗎?',
 
     // References
-    'references' => 'References',
-    'references_none' => 'There are no tracked references to this item.',
-    'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.',
+    'references' => '引用',
+    'references_none' => '沒有跟蹤到對此項目的引用。',
+    'references_to_desc' => '下方列出了系統中鏈接到此項目的所有已知內容。',
+
+    // Watch Options
+    'watch' => '追蹤',
+    'watch_title_default' => '預設偏好設定',
+    'watch_desc_default' => '還原成預設的通知設定',
+    'watch_title_ignore' => '忽略',
+    'watch_desc_ignore' => '忽略所有通知,包括來自用戶級偏好的通知。',
+    'watch_title_new' => '新頁面',
+    'watch_desc_new' => '在此項目中創建任何新頁面時通知我。',
+    'watch_title_updates' => '所有頁面更新',
+    'watch_desc_updates' => '在所有新頁面和頁面更改時通知我。',
+    'watch_desc_updates_page' => '在有頁面發生更改時通知我。',
+    'watch_title_comments' => '所有頁面更新和評論',
+    'watch_desc_comments' => '在有新頁面、頁面更改和新評論時通知我。',
+    'watch_desc_comments_page' => '在有頁面更改和新評論時通知我。',
+    'watch_change_default' => '更改默認通知偏好',
+    'watch_detail_ignore' => '忽略通知',
+    'watch_detail_new' => '追蹤新頁面',
+    'watch_detail_updates' => '追蹤新頁面與異動',
+    'watch_detail_comments' => '追蹤新頁面、自動與評論',
+    'watch_detail_parent_book' => '已關注—繼承自父書本',
+    'watch_detail_parent_book_ignore' => '已忽略—繼承自父書本',
+    'watch_detail_parent_chapter' => '已關注—繼承自父章節',
+    'watch_detail_parent_chapter_ignore' => '已忽略—繼承自父章節',
 ];