Smart Filters & Dashboard Customization (#2282)
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
3d501c9532
commit
84f85b4f24
92 changed files with 7149 additions and 555 deletions
|
|
@ -14,7 +14,8 @@
|
|||
"not-granted": "You haven't been granted access to any libraries.",
|
||||
"on-deck-title": "On Deck",
|
||||
"recently-updated-title": "Recently Updated Series",
|
||||
"recently-added-title": "Newly Added Series"
|
||||
"recently-added-title": "Newly Added Series",
|
||||
"more-in-genre-title": "More In {{genre}}"
|
||||
},
|
||||
|
||||
"edit-user": {
|
||||
|
|
@ -98,6 +99,7 @@
|
|||
"devices-tab": "Devices",
|
||||
"stats-tab": "Stats",
|
||||
"scrobbling-tab": "Scrobbling",
|
||||
"smart-filters-tab": "Smart Filters",
|
||||
"success-toast": "User preferences updated",
|
||||
|
||||
"global-settings-title": "Global Settings",
|
||||
|
|
@ -1324,6 +1326,13 @@
|
|||
"read": "{{common.read}}"
|
||||
},
|
||||
|
||||
"stream-list-item": {
|
||||
"remove": "{{common.remove}}",
|
||||
"load-filter": "Load Filter",
|
||||
"provided": "Provided",
|
||||
"smart-filter": "Smart Filter"
|
||||
},
|
||||
|
||||
"reading-list-detail": {
|
||||
"item-count": "{{common.item-count}}",
|
||||
"page-settings-title": "Page Settings",
|
||||
|
|
@ -1494,10 +1503,12 @@
|
|||
"metadata-filter": {
|
||||
"filter-title": "Filter",
|
||||
"sort-by-label": "Sort By",
|
||||
"filter-name-label": "Filter Name",
|
||||
"ascending-alt": "Ascending",
|
||||
"descending-alt": "Descending",
|
||||
"reset": "{{common.reset}}",
|
||||
"apply": "{{common.apply}}",
|
||||
"save": "{{common.save}}",
|
||||
"limit-label": "Limit To",
|
||||
|
||||
"format-label": "Format",
|
||||
|
|
@ -1707,6 +1718,12 @@
|
|||
"remove-rule": "Remove Row"
|
||||
},
|
||||
|
||||
"customize-dashboard-modal": {
|
||||
"title": "Customize Dashboard",
|
||||
"close": "{{common.close}}",
|
||||
"save": "{{common.save}}"
|
||||
},
|
||||
|
||||
"filter-field-pipe": {
|
||||
"age-rating": "Age Rating",
|
||||
"characters": "Characters",
|
||||
|
|
@ -1733,7 +1750,8 @@
|
|||
"user-rating": "User Rating",
|
||||
"writers": "Writers",
|
||||
"path": "Path",
|
||||
"file-path": "File Path"
|
||||
"file-path": "File Path",
|
||||
"want-to-read": "Want to Read"
|
||||
},
|
||||
|
||||
"filter-comparison-pipe": {
|
||||
|
|
@ -1755,6 +1773,8 @@
|
|||
"must-contains": "Must Contains"
|
||||
},
|
||||
|
||||
|
||||
|
||||
"toasts": {
|
||||
"regen-cover": "A job has been enqueued to regenerate the cover image",
|
||||
"no-pages": "There are no pages. Kavita was not able to read this archive.",
|
||||
|
|
@ -1831,7 +1851,10 @@
|
|||
"confirm-library-delete": "Are you sure you want to delete the {{name}} library? You cannot undo this action.",
|
||||
"confirm-library-type-change": "Changing library type will trigger a new scan with different parsing rules and may lead to series being re-created and hence you may loose progress and bookmarks. You should backup before you do this. Are you sure you want to continue?",
|
||||
"confirm-download-size": "The {{entityType}} is {{size}}. Are you sure you want to continue?",
|
||||
"list-doesnt-exist": "This list doesn't exist"
|
||||
"list-doesnt-exist": "This list doesn't exist",
|
||||
"confirm-delete-smart-filter": "Are you sure you want to delete this Smart Filter?",
|
||||
"smart-filter-deleted": "Smart Filter Deleted",
|
||||
"smart-filter-updated": "Created/Updated smart filter"
|
||||
},
|
||||
|
||||
"actionable": {
|
||||
|
|
@ -1861,8 +1884,8 @@
|
|||
"read": "Read",
|
||||
"add-rule-group-and": "Add Rule Group (AND)",
|
||||
"add-rule-group-or": "Add Rule Group (OR)",
|
||||
"remove-rule-group": "Remove Rule Group"
|
||||
|
||||
"remove-rule-group": "Remove Rule Group",
|
||||
"customize": "Customize"
|
||||
},
|
||||
|
||||
"preferences": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue