mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-21 05:26:10 +03:00
New translations settings.php (Chinese Simplified)
This commit is contained in:
parent
e69aff8fbe
commit
4d75d10cf1
@ -76,33 +76,33 @@ return [
|
||||
|
||||
// Sorting Settings
|
||||
'sorting' => '排序',
|
||||
'sorting_book_default' => 'Default Book Sort',
|
||||
'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.',
|
||||
'sorting_rules' => 'Sort Rules',
|
||||
'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.',
|
||||
'sort_rule_assigned_to_x_books' => 'Assigned to :count Book|Assigned to :count Books',
|
||||
'sort_rule_create' => 'Create Sort Rule',
|
||||
'sort_rule_edit' => 'Edit Sort Rule',
|
||||
'sort_rule_delete' => 'Delete Sort Rule',
|
||||
'sort_rule_delete_desc' => 'Remove this sort rule from the system. Books using this sort will revert to manual sorting.',
|
||||
'sort_rule_delete_warn_books' => 'This sort rule is currently used on :count book(s). Are you sure you want to delete this?',
|
||||
'sort_rule_delete_warn_default' => 'This sort rule is currently used as the default for books. Are you sure you want to delete this?',
|
||||
'sort_rule_details' => 'Sort Rule Details',
|
||||
'sort_rule_details_desc' => 'Set a name for this sort rule, which will appear in lists when users are selecting a sort.',
|
||||
'sort_rule_operations' => 'Sort Operations',
|
||||
'sort_rule_operations_desc' => 'Configure the sort actions to be performed by moving them from the list of available operations. Upon use, the operations will be applied in order, from top to bottom. Any changes made here will be applied to all assigned books upon save.',
|
||||
'sort_rule_available_operations' => 'Available Operations',
|
||||
'sort_rule_available_operations_empty' => 'No operations remaining',
|
||||
'sort_rule_configured_operations' => 'Configured Operations',
|
||||
'sort_rule_configured_operations_empty' => 'Drag/add operations from the "Available Operations" list',
|
||||
'sorting_book_default' => '默认书卷排序',
|
||||
'sorting_book_default_desc' => '选择要应用于新书的默认排序规则。这不会影响现有书,并且可以每本书覆盖。',
|
||||
'sorting_rules' => '排序规则',
|
||||
'sorting_rules_desc' => '这些是预定义的排序操作,可应用于系统中的内容。',
|
||||
'sort_rule_assigned_to_x_books' => '分配给 :count Book|分配给 :count Books',
|
||||
'sort_rule_create' => '创建排序规则',
|
||||
'sort_rule_edit' => '编辑排序规则',
|
||||
'sort_rule_delete' => '删除排序规则',
|
||||
'sort_rule_delete_desc' => '从系统中删除这种排序规则。使用这种类型的书本将恢复到手动排序。',
|
||||
'sort_rule_delete_warn_books' => '此排序规则目前用于:count book(s)。您确定要删除吗?',
|
||||
'sort_rule_delete_warn_default' => '此排序规则目前被用作书籍的默认值。您确定要删除吗?',
|
||||
'sort_rule_details' => '排序规则详细信息',
|
||||
'sort_rule_details_desc' => '为此排序规则设置一个名称,当用户选择排序时,该名称将出现在列表中。',
|
||||
'sort_rule_operations' => '排序选项',
|
||||
'sort_rule_operations_desc' => '配置通过将它们从可用操作列表中移动来执行的排序操作。 一旦使用,操作将按顺序从上到下顺序进行。 这里所做的任何更改都将在保存时适用于所有分配的书本。',
|
||||
'sort_rule_available_operations' => '可用操作',
|
||||
'sort_rule_available_operations_empty' => '没有剩余操作',
|
||||
'sort_rule_configured_operations' => '配置选项',
|
||||
'sort_rule_configured_operations_empty' => '从“可用操作”列表中拖动/添加操作',
|
||||
'sort_rule_op_asc' => '(Asc)',
|
||||
'sort_rule_op_desc' => '(Desc)',
|
||||
'sort_rule_op_name' => 'Name - Alphabetical',
|
||||
'sort_rule_op_name_numeric' => 'Name - Numeric',
|
||||
'sort_rule_op_created_date' => 'Created Date',
|
||||
'sort_rule_op_updated_date' => 'Updated Date',
|
||||
'sort_rule_op_chapters_first' => 'Chapters First',
|
||||
'sort_rule_op_chapters_last' => 'Chapters Last',
|
||||
'sort_rule_op_name' => '名称-按字母顺序排序',
|
||||
'sort_rule_op_name_numeric' => '名称-按数字顺序排序',
|
||||
'sort_rule_op_created_date' => '创建时间',
|
||||
'sort_rule_op_updated_date' => '更新时间',
|
||||
'sort_rule_op_chapters_first' => '章节正序',
|
||||
'sort_rule_op_chapters_last' => '章节倒序',
|
||||
|
||||
// Maintenance settings
|
||||
'maint' => '维护',
|
||||
|
Loading…
x
Reference in New Issue
Block a user