fix(plex): explain an empty search when filters are also active
A Plex search that returns nothing while a collection/rating filter is active showed a bare "No matches", hiding that the filters — not the query — were the cause. Show how many filters are narrowing the results and offer a one-click Clear filters inline. Translated in all three languages.
This commit is contained in:
parent
6232a66878
commit
d84edebc09
4 changed files with 29 additions and 2 deletions
|
|
@ -57,6 +57,8 @@
|
|||
"count": "{{count}} Titel",
|
||||
"searchCount": "{{count}} Treffer",
|
||||
"noMatches": "Keine Treffer.",
|
||||
"noMatchesFiltered_one": "Keine Treffer — ein Filter schränkt die Ergebnisse zusätzlich ein.",
|
||||
"noMatchesFiltered_other": "Keine Treffer — {{count}} Filter schränken die Ergebnisse zusätzlich ein.",
|
||||
"loading": "Wird geladen…",
|
||||
"empty": "Noch nichts hier. Starte eine Plex-Synchronisierung auf der Admin-Konfigurationsseite.",
|
||||
"loadMore": "Mehr laden",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue