mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-06 12:02:45 +03:00
New Crowdin updates (#3402)
This commit is contained in:
@@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => '更新于 :timeLength',
|
||||
'meta_updated_name' => '由 :user 更新于 :timeLength',
|
||||
'meta_owned_name' => '拥有者 :user',
|
||||
'entity_select' => '实体选择',
|
||||
'entity_select' => '选择项目',
|
||||
'images' => '图片',
|
||||
'my_recent_drafts' => '我最近的草稿',
|
||||
'my_recently_viewed' => '我最近看过',
|
||||
@@ -197,7 +197,7 @@ return [
|
||||
'pages_edit_delete_draft' => '删除草稿',
|
||||
'pages_edit_discard_draft' => '放弃草稿',
|
||||
'pages_edit_switch_to_markdown' => '切换到 Markdown 编辑器',
|
||||
'pages_edit_switch_to_markdown_clean' => '(清除内容)',
|
||||
'pages_edit_switch_to_markdown_clean' => '(整理内容)',
|
||||
'pages_edit_switch_to_markdown_stable' => '(保留内容)',
|
||||
'pages_edit_switch_to_wysiwyg' => '切换到所见即所得编辑器',
|
||||
'pages_edit_set_changelog' => '更新说明',
|
||||
@@ -206,16 +206,16 @@ return [
|
||||
'pages_editor_switch_title' => '切换编辑器',
|
||||
'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_editor_switch_consideration_a' => '一旦保存,任何未来的编辑都将使用新的编辑器,包括那些没有权限自行更改编辑器类型的用户。',
|
||||
'pages_editor_switch_consideration_b' => '在某些情况下这可能会导致丢失页面格式或功能损坏。',
|
||||
'pages_editor_switch_consideration_c' => '上次保存后修改的标签和更改日志将不会被保存。',
|
||||
'pages_save' => '保存页面',
|
||||
'pages_title' => '页面标题',
|
||||
'pages_name' => '页面名',
|
||||
'pages_md_editor' => '编者',
|
||||
'pages_md_preview' => '预览',
|
||||
'pages_md_insert_image' => '插入图片',
|
||||
'pages_md_insert_link' => '插入实体链接',
|
||||
'pages_md_insert_link' => '插入项目链接',
|
||||
'pages_md_insert_drawing' => '插入图表',
|
||||
'pages_not_in_chapter' => '本页面不在某章节中',
|
||||
'pages_move' => '移动页面',
|
||||
|
@@ -57,7 +57,7 @@ return [
|
||||
'page_custom_home_deletion' => '无法删除一个被设置为主页的页面',
|
||||
|
||||
// Entities
|
||||
'entity_not_found' => '未找到实体',
|
||||
'entity_not_found' => '未找到项目',
|
||||
'bookshelf_not_found' => '未找到书架',
|
||||
'book_not_found' => '未找到图书',
|
||||
'page_not_found' => '未找到页面',
|
||||
|
@@ -237,14 +237,14 @@ return [
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_create' => '新建 Webhook',
|
||||
'webhooks_none_created' => '尚未创建任何 webhook',
|
||||
'webhooks_none_created' => '尚未创建任何 Webhook。',
|
||||
'webhooks_edit' => '编辑 Webhook',
|
||||
'webhooks_save' => '保存 Webhook',
|
||||
'webhooks_details' => 'Webhook 详情',
|
||||
'webhooks_details_desc' => '提供一个用户友好的名称和一个 POST endpoint 作为 webhook 数据发送的位置。',
|
||||
'webhooks_details_desc' => '提供一个用户友好的名称和一个 POST Endpoint 作为 Webhook 数据发送的位置。',
|
||||
'webhooks_events' => 'Webhook 事件',
|
||||
'webhooks_events_desc' => '选择所有应触发此 webhook 的事件。',
|
||||
'webhooks_events_warning' => '请记住,即使应用了自定义权限,所有选定的事件也仍然会被触发。 确保使用此 webhook 不会泄露机密内容。',
|
||||
'webhooks_events_desc' => '选择所有应触发此 Webhook 的事件。',
|
||||
'webhooks_events_warning' => '请记住,即使应用了自定义权限,所有选定的事件也仍然会被触发。 确保使用此 Webhook 不会泄露机密内容。',
|
||||
'webhooks_events_all' => '所有系统事件',
|
||||
'webhooks_name' => 'Webhook 名称',
|
||||
'webhooks_timeout' => 'Webhook 请求超时(秒)',
|
||||
@@ -255,7 +255,7 @@ return [
|
||||
'webhooks_delete_warning' => '这将会从系统中完全删除名为 “:webhookName” 的 webhook。',
|
||||
'webhooks_delete_confirm' => '您确定要删除此 Webhook 吗?',
|
||||
'webhooks_format_example' => 'Webhook 格式示例',
|
||||
'webhooks_format_example_desc' => 'Webhook 数据会用 POST 请求按照以下 JSON 格式发送到设置的 endpoint。 “related_item” 和 “url” 属性是可选的,取决于触发的事件类型。',
|
||||
'webhooks_format_example_desc' => 'Webhook 数据会以 POST 请求按照以下 JSON 格式发送到设置的 Endpoint。 “related_item” 和 “url” 属性是可选的,取决于触发的事件类型。',
|
||||
'webhooks_status' => 'Webhook 状态',
|
||||
'webhooks_last_called' => '最后一次调用:',
|
||||
'webhooks_last_errored' => '最后一个错误:',
|
||||
|
Reference in New Issue
Block a user