feat: improve search to target single collections (#3760)
This commit is contained in:
@ -34,11 +34,18 @@ const de = {
|
||||
collection: {
|
||||
sidebar: {
|
||||
collections: 'Inhaltstypen',
|
||||
allCollections: 'Allen Inhaltstypen',
|
||||
searchAll: 'Alles durchsuchen',
|
||||
searchIn: 'Suchen in',
|
||||
},
|
||||
collectionTop: {
|
||||
sortBy: 'Sortieren nach',
|
||||
viewAs: 'Anzeigen als',
|
||||
newButton: 'Neue(r) %{collectionLabel}',
|
||||
ascending: 'Aufsteigend',
|
||||
descending: 'Absteigend',
|
||||
searchResults: 'Suchergebnisse für "%{searchTerm}"',
|
||||
searchResultsInCollection: 'Suchergebnisse für "%{searchTerm}" in %{collection}',
|
||||
},
|
||||
entries: {
|
||||
loadingEntries: 'Beiträge laden',
|
||||
|
@ -34,7 +34,9 @@ const en = {
|
||||
collection: {
|
||||
sidebar: {
|
||||
collections: 'Collections',
|
||||
allCollections: 'All Collections',
|
||||
searchAll: 'Search all',
|
||||
searchIn: 'Search in',
|
||||
},
|
||||
collectionTop: {
|
||||
sortBy: 'Sort by',
|
||||
@ -42,6 +44,8 @@ const en = {
|
||||
newButton: 'New %{collectionLabel}',
|
||||
ascending: 'Ascending',
|
||||
descending: 'Descending',
|
||||
searchResults: 'Search Results for "%{searchTerm}"',
|
||||
searchResultsInCollection: 'Search Results for "%{searchTerm}" in %{collection}',
|
||||
},
|
||||
entries: {
|
||||
loadingEntries: 'Loading Entries...',
|
||||
|
Reference in New Issue
Block a user