diff --git a/libs/ui/search/src/lib/record-table/record-table.component.html b/libs/ui/search/src/lib/record-table/record-table.component.html index 61c0242027..4fd53946d6 100644 --- a/libs/ui/search/src/lib/record-table/record-table.component.html +++ b/libs/ui/search/src/lib/record-table/record-table.component.html @@ -1,14 +1,23 @@
-
- results.records.hits.displayedOn +
+
+ results.records.hits.displayedOn +
+
+ results.records.hits.selected +
  • Versuchen Sie andere Wörter
  • Geben Sie weniger Wörter ein
  • ", "results.records.hits.found": "{hits, plural, =0{Keine Dokumente entsprechen der angegebenen Suche.} one{1 Datensatz gefunden.} other{{hits} Datensätze gefunden.}}", + "results.records.hits.selected": "", "results.showMore": "Mehr Ergebnisse anzeigen...", "results.sortBy.dateStamp": "Letzte Aktualisierungen", "results.sortBy.popularity": "Beliebtheit", diff --git a/translations/en.json b/translations/en.json index a5161f5937..4747d0c6e0 100644 --- a/translations/en.json +++ b/translations/en.json @@ -217,6 +217,7 @@ "results.records.hits.displayedOn": "{displayed, plural, =0{No record.} one{1 record} other{{displayed} records }} {hits, plural, other{displayed on {hits} total.}}", "results.records.hits.empty.help.html": "Suggestions:
    • Try other words
    • Specify fewer words
    ", "results.records.hits.found": "{hits, plural, =0{No documents match the specified search.} one{1 record found.} other{{hits} records found.}}", + "results.records.hits.selected": "{ amount } selected", "results.showMore": "Show more results...", "results.sortBy.dateStamp": "Most recent", "results.sortBy.popularity": "Popularity", diff --git a/translations/es.json b/translations/es.json index 99b30dbc7b..d7e5c4b252 100644 --- a/translations/es.json +++ b/translations/es.json @@ -217,6 +217,7 @@ "results.records.hits.displayedOn": "", "results.records.hits.empty.help.html": "", "results.records.hits.found": "", + "results.records.hits.selected": "", "results.showMore": "", "results.sortBy.dateStamp": "", "results.sortBy.popularity": "", diff --git a/translations/fr.json b/translations/fr.json index 3624304b54..9a033fec0b 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -217,6 +217,7 @@ "results.records.hits.displayedOn": "", "results.records.hits.empty.help.html": "Suggestions :
    • Essayez d'autres mots clés
    • Cherchez moins de mots
    ", "results.records.hits.found": "{hits, plural, =0{Aucune correspondance.} one{1 enregistrement trouvé.} other{{hits} résultats.}}", + "results.records.hits.selected": "", "results.showMore": "Plus de résultats...", "results.sortBy.dateStamp": "Plus récent", "results.sortBy.popularity": "Popularité", diff --git a/translations/it.json b/translations/it.json index 87e64ddc88..4680b7444c 100644 --- a/translations/it.json +++ b/translations/it.json @@ -217,6 +217,7 @@ "results.records.hits.displayedOn": "", "results.records.hits.empty.help.html": "", "results.records.hits.found": "", + "results.records.hits.selected": "", "results.showMore": "", "results.sortBy.dateStamp": "", "results.sortBy.popularity": "", diff --git a/translations/nl.json b/translations/nl.json index 66028d6bbe..f899d5d88a 100644 --- a/translations/nl.json +++ b/translations/nl.json @@ -217,6 +217,7 @@ "results.records.hits.displayedOn": "", "results.records.hits.empty.help.html": "", "results.records.hits.found": "", + "results.records.hits.selected": "", "results.showMore": "", "results.sortBy.dateStamp": "", "results.sortBy.popularity": "", diff --git a/translations/pt.json b/translations/pt.json index 42f5e7ebec..b63c087541 100644 --- a/translations/pt.json +++ b/translations/pt.json @@ -217,6 +217,7 @@ "results.records.hits.displayedOn": "", "results.records.hits.empty.help.html": "", "results.records.hits.found": "", + "results.records.hits.selected": "", "results.showMore": "", "results.sortBy.dateStamp": "", "results.sortBy.popularity": "",