Skip to content

Commit 3ef459b

Browse files
Grazia Querciavins01-4science
authored andcommitted
Merged in task/dspace-cris-2023_02_x/DSC-2625 (pull request DSpace#3883)
[DSC-2625] changed text of browse.startsWith.type_text in en, de, es, fr, it Approved-by: Francesco Molinaro
2 parents 85e9602 + 5cb45a9 commit 3ef459b

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

src/assets/i18n/de.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,8 +1948,7 @@
19481948
"browse.startsWith.type_date.label": "Or type in a date (year-month) and click on the Browse button",
19491949

19501950
// "browse.startsWith.type_text": "Filter results by typing the first few letters",
1951-
// TODO Source message changed - Revise the translation
1952-
"browse.startsWith.type_text": "Oder geben Sie die ersten Buchstaben ein:",
1951+
"browse.startsWith.type_text": "Ergebnisse filtern, indem Sie die ersten Buchstaben eingeben und auf Durchsuchen klicken",
19531952

19541953
// "browse.startsWith.input": "Filter",
19551954
// TODO New key - Add a translation

src/assets/i18n/en.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@
11351135

11361136
"browse.startsWith.type_date.label": "Or type in a date (year-month) and click on the Browse button",
11371137

1138-
"browse.startsWith.type_text": "Filter results by typing the first few letters",
1138+
"browse.startsWith.type_text": "Filter results by typing the first letters and clicking on Browse",
11391139

11401140
"browse.startsWith.input": "Filter",
11411141

src/assets/i18n/es.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,7 @@
18471847
"browse.startsWith.type_date.label": "O escriba una fecha (año-mes) y haga clic en el botón Examinar",
18481848

18491849
// "browse.startsWith.type_text": "Filter results by typing the first few letters",
1850-
"browse.startsWith.type_text": "Seleccione resultados tecleando las primeras letras",
1850+
"browse.startsWith.type_text": "Filtre los resultados escribiendo las primeras letras y haciendo clic en Examinar",
18511851

18521852
// "browse.startsWith.input": "Filter",
18531853
"browse.startsWith.input": "Filtrar",

src/assets/i18n/fr.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,8 +1896,7 @@
18961896
"browse.startsWith.type_date.label": "Ou saisir une date (année-mois) puis cliquer sur le bouton « Parcourir »",
18971897

18981898
// "browse.startsWith.type_text": "Filter results by typing the first few letters",
1899-
// TODO Source message changed - Revise the translation
1900-
"browse.startsWith.type_text": "Ou saisir les premières lettres puis cliquer sur le bouton « Parcourir »",
1899+
"browse.startsWith.type_text": "Filtrer les résultats en saisissant les premières lettres et en cliquant sur Valider",
19011900

19021901
// "browse.startsWith.input": "Filter",
19031902
// TODO New key - Add a translation

src/assets/i18n/it.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@
17791779
"browse.startsWith.type_date.label": "Oppure digita una data (anno-mese) e clicca sul pulsante Sfoglia",
17801780

17811781
// "browse.startsWith.type_text": "Filter results by typing the first few letters",
1782-
"browse.startsWith.type_text": "Per filtrare i risultati inizia a digitare le prime lettere",
1782+
"browse.startsWith.type_text": "Filtra i risultati digitando le prime lettere e facendo clic su Sfoglia",
17831783

17841784
// "browse.startsWith.input": "Filter",
17851785
// TODO New key - Add a translation

0 commit comments

Comments
 (0)