mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feature: Added option to save and set default filters for libraries (#107)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
d3e34d57e0
commit
691293648b
23 changed files with 1353 additions and 62 deletions
|
|
@ -1084,5 +1084,20 @@
|
|||
"speed": "Speed",
|
||||
"unableToPlayMedia": "There was an error finding a compatible media type",
|
||||
"errorOpeningMedia": "Something went trying to play this media",
|
||||
"unableToPlayBooksOnWeb": "Books are not supported on web for now"
|
||||
"unableToPlayBooksOnWeb": "Books are not supported on web for now",
|
||||
"defaultFilterForLibrary": "Default filter for library",
|
||||
"updateFilterForLibrary": "Update filter",
|
||||
"removeFilterForLibrary": "Remove {filter}?",
|
||||
"@removeFilterForLibrary": {
|
||||
"description": "removeFilterForLibrary",
|
||||
"placeholders": {
|
||||
"filter":{
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"deleteFilterConfirmation": "Are you sure you want to delete this filter?",
|
||||
"libraryFiltersLimitReached" : "Filter limit reached (10) remove some filters",
|
||||
"libraryFiltersRemoveAll": "Remove all filters",
|
||||
"libraryFiltersRemoveAllConfirm": "This will delete all saved filters for every library"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue