diff --git a/web/public/locales/en/components/filter.json b/web/public/locales/en/components/filter.json index e33718ad8..00dc6e8ac 100644 --- a/web/public/locales/en/components/filter.json +++ b/web/public/locales/en/components/filter.json @@ -47,5 +47,18 @@ }, "review": { "showReviewed": "Show Reviewed" + }, + "explore": { + "settings": { + "title": "Settings", + "defaultView": "Default View", + "defaultView.desc": "When no filters are selected, display a summary of the most recent tracked objects per label, or display an unfiltered grid.", + "defaultView.summary": "Summary", + "defaultView.unfilteredGrid": "Unfiltered Grid", + "gridColumns": "Grid Columns", + "gridColumns.desc": "Select the number of columns in the grid view.", + "searchSource": "Search Source", + "searchSource.desc": "Choose whether to search the thumbnails or descriptions of your tracked objects." + } } }