diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index 48a67b5..260134b 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -412,16 +412,33 @@ export default function Sidebar({ const chips = visibleChips(topics); return ( <> -
- + {(["or", "and"] as const).map((m) => ( + + ))} +
{chips.map((tg) => ( diff --git a/frontend/src/i18n/locales/de/sidebar.json b/frontend/src/i18n/locales/de/sidebar.json index 11ccab4..6fa35b8 100644 --- a/frontend/src/i18n/locales/de/sidebar.json +++ b/frontend/src/i18n/locales/de/sidebar.json @@ -19,6 +19,7 @@ "any": "Beliebig", "all": "Alle", "tagModeTooltip": "Beliebige vs. alle ausgewählten Tags treffen", + "match": "Treffer", "custom": "Benutzerdefiniert", "from": "Von", "to": "Bis", diff --git a/frontend/src/i18n/locales/en/sidebar.json b/frontend/src/i18n/locales/en/sidebar.json index 23b21be..5d8a473 100644 --- a/frontend/src/i18n/locales/en/sidebar.json +++ b/frontend/src/i18n/locales/en/sidebar.json @@ -19,6 +19,7 @@ "any": "Any", "all": "All", "tagModeTooltip": "Match any vs all selected tags", + "match": "Match", "custom": "Custom", "from": "From", "to": "To", diff --git a/frontend/src/i18n/locales/hu/sidebar.json b/frontend/src/i18n/locales/hu/sidebar.json index 0c4cbab..72780a2 100644 --- a/frontend/src/i18n/locales/hu/sidebar.json +++ b/frontend/src/i18n/locales/hu/sidebar.json @@ -19,6 +19,7 @@ "any": "Bármelyik", "all": "Összes", "tagModeTooltip": "Bármelyik vagy az összes kijelölt címke illeszkedjen", + "match": "Egyezés", "custom": "Egyéni", "from": "Ettől", "to": "Eddig",