'books_sort_chapters_last' => '最後一章',
'books_sort_show_other' => '顯示其他書本',
'books_sort_save' => '儲存新順序',
+ 'books_copy' => 'Copy Book',
+ 'books_copy_success' => 'Book successfully copied',
// Chapters
'chapter' => '章節',
'chapters_move' => '移動章節',
'chapters_move_named' => '移動章節 :chapterName',
'chapter_move_success' => '章節移動到 :bookName',
+ 'chapters_copy' => 'Copy Chapter',
+ 'chapters_copy_success' => 'Chapter successfully copied',
'chapters_permissions' => '章節權限',
'chapters_empty' => '本章目前沒有頁面。',
'chapters_permissions_active' => '章節權限已啟用',
'pages_edit_draft_save_at' => '草稿儲存於 ',
'pages_edit_delete_draft' => '刪除草稿',
'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_set_changelog' => '設定變更日誌',
'pages_edit_enter_changelog_desc' => '輸入對您所做變動的簡易描述',
'pages_edit_enter_changelog' => '輸入變更日誌',
+ 'pages_editor_switch_title' => 'Switch Editor',
+ '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_save' => '儲存頁面',
'pages_title' => '頁面標題',
'pages_name' => '頁面名稱',
'pages_revisions_number' => '#',
'pages_revisions_numbered' => '修訂版本 #:id',
'pages_revisions_numbered_changes' => '修訂版本 #:id 變更',
+ 'pages_revisions_editor' => 'Editor Type',
'pages_revisions_changelog' => '變動日誌',
'pages_revisions_changes' => '變動',
'pages_revisions_current' => '目前版本',
'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.',
];