mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-29 01:07:22 +00:00
feat(gallery): implement global search functionality for photos (#115)
Signed-off-by: Innei <tukon479@gmail.com> Co-authored-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -17,6 +17,16 @@
|
||||
"action.rating.filter-above": "Show {{rating}} stars and above",
|
||||
"action.rating.filter-all": "Show all photos",
|
||||
"action.rating.search": "Search Ratings",
|
||||
"action.search.clear": "Clear",
|
||||
"action.search.filter.no-results": "No matches found",
|
||||
"action.search.filter.placeholder": "Filter items...",
|
||||
"action.search.hint": "Search photos by filename, tags, camera, or lens",
|
||||
"action.search.no-results": "No photos found",
|
||||
"action.search.placeholder": "Search photos...",
|
||||
"action.search.preset.all": "All",
|
||||
"action.search.results": "Found {{count}} photos",
|
||||
"action.search.title": "Search Photos",
|
||||
"action.search.unified.title": "Search & Filter",
|
||||
"action.sort.mode": "Sort Mode",
|
||||
"action.sort.newest.first": "Newest First",
|
||||
"action.sort.oldest.first": "Oldest First",
|
||||
@@ -31,6 +41,9 @@
|
||||
"action.tag.not-found": "No tags match your search",
|
||||
"action.tag.search": "Search Tags",
|
||||
"action.view.github": "View GitHub Repository",
|
||||
"action.view.layout": "Layout",
|
||||
"action.view.settings": "View Settings",
|
||||
"action.view.title": "View",
|
||||
"date.day.1": "1st",
|
||||
"date.day.10": "10th",
|
||||
"date.day.11": "11th",
|
||||
|
||||
Reference in New Issue
Block a user