X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e176aae9406f0aa3920bfa5eb44e3e6fc4724caa..refs/pull/5313/head:/lang/zh_CN/entities.php diff --git a/lang/zh_CN/entities.php b/lang/zh_CN/entities.php index f401fd226..5083b263e 100644 --- a/lang/zh_CN/entities.php +++ b/lang/zh_CN/entities.php @@ -23,7 +23,7 @@ return [ 'meta_updated' => '更新于 :timeLength', 'meta_updated_name' => '由 :user 更新于 :timeLength', 'meta_owned_name' => '拥有者 :user', - 'meta_reference_page_count' => '被 :count 个页面引用|被 :count 个页面引用', + 'meta_reference_count' => '被 :count 个页面引用|被 :count 个页面引用', 'entity_select' => '选择项目', 'entity_select_lack_permission' => '您没有选择此项目所需的权限', 'images' => '图片', @@ -39,6 +39,9 @@ return [ 'export_pdf' => 'PDF文件', 'export_text' => '纯文本文件', 'export_md' => 'Markdown 文件', + 'default_template' => '默认页面模板', + 'default_template_explain' => '指定一个页面模板,该模板将作为此项目中所有页面的默认内容。请注意,仅当页面创建者具有对所选页面模板的查看访问权限时,此功能才会生效。', + 'default_template_select' => '选择模板页面', // Permissions and restrictions 'permissions' => '权限', @@ -204,6 +207,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”', @@ -220,6 +224,8 @@ return [ 'pages_edit_switch_to_markdown_clean' => '(整理内容)', 'pages_edit_switch_to_markdown_stable' => '(保留内容)', 'pages_edit_switch_to_wysiwyg' => '切换到所见即所得编辑器', + 'pages_edit_switch_to_new_wysiwyg' => 'Switch to new WYSIWYG', + 'pages_edit_switch_to_new_wysiwyg_desc' => '(In Alpha Testing)', 'pages_edit_set_changelog' => '更新说明', 'pages_edit_enter_changelog_desc' => '输入对您所做更改的简要说明', 'pages_edit_enter_changelog' => '输入更新说明', @@ -239,8 +245,8 @@ return [ 'pages_md_insert_drawing' => '插入图表', 'pages_md_show_preview' => '显示预览', 'pages_md_sync_scroll' => '同步预览滚动', - 'pages_drawing_unsaved' => 'Unsaved Drawing Found', - 'pages_drawing_unsaved_confirm' => 'Unsaved drawing data was found from a previous failed drawing save attempt. Would you like to restore and continue editing this unsaved drawing?', + 'pages_drawing_unsaved' => '找到未保存的绘图', + 'pages_drawing_unsaved_confirm' => '从之前保存失败的绘图中发现了可恢复的数据。您想恢复并继续编辑这个未保存的绘图吗?', 'pages_not_in_chapter' => '本页面不在某章节中', 'pages_move' => '移动页面', 'pages_copy' => '复制页面', @@ -295,6 +301,7 @@ return [ 'pages_is_template' => '页面模板', // Editor Sidebar + 'toggle_sidebar' => '切换侧边栏', 'page_tags' => '页面标签', 'chapter_tags' => '章节标签', 'book_tags' => '图书标签', @@ -404,29 +411,29 @@ return [ // References 'references' => '引用', 'references_none' => '没有跟踪到对此项目的引用。', - 'references_to_desc' => '下面显示的是系统中所有已知链接到这个项目的页面。', + 'references_to_desc' => '下方列出了系统中链接到此项目的所有已知内容。', // Watch Options - 'watch' => 'Watch', - 'watch_title_default' => 'Default Preferences', - 'watch_desc_default' => 'Revert watching to just your default notification preferences.', - 'watch_title_ignore' => 'Ignore', - 'watch_desc_ignore' => 'Ignore all notifications, including those from user-level preferences.', - 'watch_title_new' => 'New Pages', - 'watch_desc_new' => 'Notify when any new page is created within this item.', - 'watch_title_updates' => 'All Page Updates', - 'watch_desc_updates' => 'Notify upon all new pages and page changes.', - 'watch_desc_updates_page' => 'Notify upon all page changes.', - 'watch_title_comments' => 'All Page Updates & Comments', - 'watch_desc_comments' => 'Notify upon all new pages, page changes and new comments.', - 'watch_desc_comments_page' => 'Notify upon page changes and new comments.', - 'watch_change_default' => 'Change default notification preferences', - 'watch_detail_ignore' => 'Ignoring notifications', - 'watch_detail_new' => 'Watching for new pages', - 'watch_detail_updates' => 'Watching new pages and updates', - 'watch_detail_comments' => 'Watching new pages, updates & comments', - 'watch_detail_parent_book' => 'Watching via parent book', - 'watch_detail_parent_book_ignore' => 'Ignoring via parent book', - 'watch_detail_parent_chapter' => 'Watching via parent chapter', - 'watch_detail_parent_chapter_ignore' => 'Ignoring via parent chapter', + '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' => '已忽略—继承自父章节', ];