Sorting: Started sort set routes and form

This commit is contained in:
Dan Brown
2025-02-03 16:48:57 +00:00
parent a34023f715
commit bf8a84a8b1
7 changed files with 182 additions and 6 deletions

View File

@@ -80,6 +80,22 @@ return [
'sorting_book_default_desc' => 'Select the default sort set to apply to new books. This won\'t affect existing books, and can be overridden per-book.',
'sorting_sets' => 'Sort Sets',
'sorting_sets_desc' => 'These are predefined sorting operations which can be applied to content in the system.',
'sort_set_create' => 'Create Sort Set',
'sort_set_edit' => 'Edit Sort Set',
'sort_set_details' => 'Sort Set Details',
'sort_set_details_desc' => 'Set a name for this sort set, which will appear in lists when users are selecting a sort.',
'sort_set_operations' => 'Sort Operations',
'sort_set_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.',
'sort_set_available_operations' => 'Available Operations',
'sort_set_configured_operations' => 'Configured Operations',
'sort_set_op_asc' => '(Asc)',
'sort_set_op_desc' => '(Desc)',
'sort_set_op_name' => 'Name - Alphabetical',
'sort_set_op_name_numeric' => 'Name - Numeric',
'sort_set_op_created_date' => 'Created Date',
'sort_set_op_updated_date' => 'Updated Date',
'sort_set_op_chapters_first' => 'Chapters First',
'sort_set_op_chapters_last' => 'Chapters Last',
// Maintenance settings
'maint' => 'Maintenance',