From c712fa17f71ecac3e288d8892b98642dfa36a65e Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Sun, 2 Oct 2022 20:48:38 +0200 Subject: [PATCH] refactor: search related app ui translations --- src/assets/i18n/de.json | 8 ++++---- src/assets/i18n/en.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index 9f15d564..a5d8c063 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -338,18 +338,18 @@ "title": "Universal Suche", "type": "Suche", "search_bar": { - "placeholder": "Suche nach News, Räumen, Personen ..." + "placeholder": "Veranstaltungen, Personen, Orte und mehr" }, - "instruction": "Starte oben zu tippen, um Veranstaltungen, Veranstaltungstermine, Personen, Orte, Essen und mehr zu finden ...", + "instruction": "Finde alle Informationen rund ums Studium und den Campus", "nothing_found": "Keine Ergebnisse" }, "hebisSearch": { "title": "Bibliothekssuche", "type": "Bibliothek", "search_bar": { - "placeholder": "Suche ..." + "placeholder": "Bücher, mehrteilige Werke, Zeitschriften und mehr" }, - "instruction": "Starte oben zu tippen, um Bücher, mehrteilige Werke, Zeitschriften, E-Books und mehr zu finden ...", + "instruction": "Durchsuche den Katalog der Bibliothek", "nothing_found": "Keine Ergebnisse", "detail": { "title": "Titel", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 078960e7..40dfea63 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -338,18 +338,18 @@ "title": "Universal Search", "type": "Search", "search_bar": { - "placeholder": "Search for news, rooms, persons ..." + "placeholder": "Events, places, persons and more" }, - "instruction": "Start typing above to find events, persons, places, food and more ...", + "instruction": "Find all information related to your studies and campus", "nothing_found": "No results" }, "hebisSearch": { "title": "Library Search", "type": "Library", "search_bar": { - "placeholder": "Search ..." + "placeholder": "Books, journals, multipart items and more" }, - "instruction": "Start typing above to find books, journals, multipart items, e-books and more ...", + "instruction": "Search through the vast library catalogue", "nothing_found": "No results", "detail": { "title": "Title",