From 58a2727ff317e6bc158ac61f8b0291415b2b9c5c Mon Sep 17 00:00:00 2001 From: Angelika Kinas Date: Wed, 25 Oct 2023 15:30:17 +0200 Subject: [PATCH] feat(ME): Add selected records count, add translations --- .../record-table/record-table.component.html | 27 ++++++++++++------- translations/de.json | 1 + translations/en.json | 1 + translations/es.json | 1 + translations/fr.json | 1 + translations/it.json | 1 + translations/nl.json | 1 + translations/pt.json | 1 + 8 files changed, 25 insertions(+), 9 deletions(-) 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 c4a818b997..b913aa2b1c 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 a8f6d85feb..06f25a10d8 100644 --- a/translations/en.json +++ b/translations/en.json @@ -224,6 +224,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 deb48dee7a..fb343b2f7b 100644 --- a/translations/es.json +++ b/translations/es.json @@ -224,6 +224,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 b433aaa0f9..55a5b0b9d8 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -224,6 +224,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 db14efc962..bbb065b142 100644 --- a/translations/it.json +++ b/translations/it.json @@ -224,6 +224,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 4af1cd9267..11d0f0ab3e 100644 --- a/translations/nl.json +++ b/translations/nl.json @@ -224,6 +224,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 d4a4d66612..22c858950f 100644 --- a/translations/pt.json +++ b/translations/pt.json @@ -224,6 +224,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": "",