]> BookStack Code Mirror - bookstack/blobdiff - lang/zh_CN/entities.php
ZIP Imports: Added API examples, finished testing
[bookstack] / lang / zh_CN / entities.php
index a4bd4664a9febb1a61e484e65fab2e7baa040771..5b67ee0c451cb3c290ac21b6505bbdd6d848f45a 100644 (file)
@@ -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,30 @@ 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 导出从相同或不同的实例导入书籍、章节和页面。选择一个 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' => '权限',
@@ -142,7 +166,9 @@ return [
     'books_search_this' => '搜索这本书',
     'books_navigation' => '图书导航',
     'books_sort' => '排序图书内容',
-    'books_sort_desc' => '移动并重新排序书中的章节和页面。你也可以添加其他图书,这样就可以方便地在图书之间移动章节和页面。',
+    '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. Optionally an auto sort rule can be set to automatically sort this book\'s contents upon changes.',
+    'books_sort_auto_sort' => '自动排序选项',
+    'books_sort_auto_sort_active' => 'Auto Sort Active: :sortName',
     'books_sort_named' => '排序图书「:bookName」',
     'books_sort_name' => '按名称排序',
     'books_sort_created' => '创建时间排序',
@@ -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”',
@@ -220,6 +247,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' => '切换到新的所见即所得',
+    'pages_edit_switch_to_new_wysiwyg_desc' => '(In Beta Testing)',
     'pages_edit_set_changelog' => '更新说明',
     'pages_edit_enter_changelog_desc' => '输入对您所做更改的简要说明',
     'pages_edit_enter_changelog' => '输入更新说明',
@@ -363,8 +392,11 @@ return [
     'comment' => '评论',
     'comments' => '评论',
     'comment_add' => '添加评论',
+    'comment_none' => '没有要显示的评论',
     'comment_placeholder' => '在这里评论',
-    'comment_count' => '{0} 无评论|{1} 1 条评论|[2,*] :count 条评论',
+    'comment_thread_count' => ':count Comment Thread|:count Comment Threads',
+    'comment_archived_count' => ':count Archived',
+    'comment_archived_threads' => 'Archived Threads',
     'comment_save' => '保存评论',
     'comment_new' => '新评论',
     'comment_created' => '评论于 :createDiff',
@@ -373,8 +405,14 @@ return [
     'comment_deleted_success' => '评论已删除',
     'comment_created_success' => '评论已添加',
     'comment_updated_success' => '评论已更新',
+    'comment_archive_success' => 'Comment archived',
+    'comment_unarchive_success' => 'Comment un-archived',
+    'comment_view' => '查看评论',
+    '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
@@ -405,7 +443,7 @@ return [
     // References
     'references' => '引用',
     'references_none' => '没有跟踪到对此项目的引用。',
-    'references_to_desc' => '下面显示的是系统中所有已知链接到这个项目的页面。',
+    'references_to_desc' => '下方列出了系统中链接到此项目的所有已知内容。',
 
     // Watch Options
     'watch' => '关注',