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:
Magren
2025-10-16 20:21:40 +08:00
committed by GitHub
parent 6b16b83e72
commit 6c9406585d
23 changed files with 1528 additions and 890 deletions

View File

@@ -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",