|
74 | 74 | 'reg_confirm_restrict_domain_desc' => '输入您想要限制注册的电子邮件域名列表(即只允许使用这些电子邮件域名注册),多个域名用英文逗号隔开。在允许用户与应用程序交互之前,系统将向用户发送一封电子邮件以确认其电子邮件地址。<br>请注意,用户在注册成功后仍然可以更改他们的电子邮件地址。', |
75 | 75 | 'reg_confirm_restrict_domain_placeholder' => '尚未设置限制', |
76 | 76 |
|
| 77 | + // Sorting Settings |
| 78 | + 'sorting' => 'Sorting', |
| 79 | + 'sorting_book_default' => 'Default Book Sort', |
| 80 | + 'sorting_book_default_desc' => 'Select the default sort role to apply to new books. This won\'t affect existing books, and can be overridden per-book.', |
| 81 | + 'sorting_rules' => 'Sort Rules', |
| 82 | + 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', |
| 83 | + 'sort_rule_assigned_to_x_books' => 'Assigned to :count Book|Assigned to :count Books', |
| 84 | + 'sort_rule_create' => 'Create Sort Rule', |
| 85 | + 'sort_rule_edit' => 'Edit Sort Rule', |
| 86 | + 'sort_rule_delete' => 'Delete Sort Rule', |
| 87 | + 'sort_rule_delete_desc' => 'Remove this sort rule from the system. Books using this sort will revert to manual sorting.', |
| 88 | + 'sort_rule_delete_warn_books' => 'This sort rule is currently used on :count book(s). Are you sure you want to delete this?', |
| 89 | + 'sort_rule_delete_warn_default' => 'This sort rule is currently used as the default for books. Are you sure you want to delete this?', |
| 90 | + 'sort_rule_details' => 'Sort Rule Details', |
| 91 | + 'sort_rule_details_desc' => 'Set a name for this sort rule, which will appear in lists when users are selecting a sort.', |
| 92 | + 'sort_rule_operations' => 'Sort Operations', |
| 93 | + 'sort_rule_operations_desc' => 'Configure the sort actions to be performed in this set by moving them from the list of available operations. Upon use, the operations will be applied in order, from top to bottom.', |
| 94 | + 'sort_rule_available_operations' => 'Available Operations', |
| 95 | + 'sort_rule_available_operations_empty' => 'No operations remaining', |
| 96 | + 'sort_rule_configured_operations' => 'Configured Operations', |
| 97 | + 'sort_rule_configured_operations_empty' => 'Drag/add operations from the "Available Operations" list', |
| 98 | + 'sort_rule_op_asc' => '(Asc)', |
| 99 | + 'sort_rule_op_desc' => '(Desc)', |
| 100 | + 'sort_rule_op_name' => 'Name - Alphabetical', |
| 101 | + 'sort_rule_op_name_numeric' => 'Name - Numeric', |
| 102 | + 'sort_rule_op_created_date' => 'Created Date', |
| 103 | + 'sort_rule_op_updated_date' => 'Updated Date', |
| 104 | + 'sort_rule_op_chapters_first' => 'Chapters First', |
| 105 | + 'sort_rule_op_chapters_last' => 'Chapters Last', |
| 106 | + |
77 | 107 | // Maintenance settings |
78 | 108 | 'maint' => '维护', |
79 | 109 | 'maint_image_cleanup' => '清理图像', |
|
0 commit comments