Skip to content

Commit 8591727

Browse files
authored
Merge pull request DSpace#1684 from saschaszott/german-translations
added missing German translations
2 parents 19bc9df + fa5dc5c commit 8591727

1 file changed

Lines changed: 72 additions & 6 deletions

File tree

src/assets/i18n/de.json5

Lines changed: 72 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,8 @@
895895
"bitstream.edit.title": "Datei bearbeiten",
896896

897897

898+
// "browse.back.all-results": "All browse results",
899+
"browse.back.all-results": "Filter zurücksetzen",
898900

899901
// "browse.comcol.by.author": "By Author",
900902
"browse.comcol.by.author": "Nach Autor:in",
@@ -1782,6 +1784,18 @@
17821784
// "dso-selector.placeholder": "Search for a {{ type }}",
17831785
"dso-selector.placeholder": "Suche nach {{ type }}",
17841786

1787+
// "dso-selector.select.collection.head": "Select a collection",
1788+
"dso-selector.select.collection.head": "Sammlung auswählen",
1789+
1790+
// "dso-selector.set-scope.community.head": "Select a search scope",
1791+
"dso-selector.set-scope.community.head": "Suchbereich auswählen",
1792+
1793+
// "dso-selector.set-scope.community.button": "Search all of DSpace",
1794+
"dso-selector.set-scope.community.button": "Alles durchsuchen",
1795+
1796+
// "dso-selector.set-scope.community.input-header": "Search for a community or collection",
1797+
"dso-selector.set-scope.community.input-header": "Suche Bereich oder Sammlung",
1798+
17851799

17861800

17871801
// "confirmation-modal.export-metadata.header": "Export metadata for {{ dsoName }}",
@@ -4293,6 +4307,9 @@
42934307
// "search.filters.filter.author.placeholder": "Author name",
42944308
"search.filters.filter.author.placeholder": "Autor:innenname",
42954309

4310+
// "search.filters.filter.author.label": "Search author name",
4311+
"search.filters.filter.author.label": "Autorensuche",
4312+
42964313
// "search.filters.filter.birthDate.head": "Birth Date",
42974314
"search.filters.filter.birthDate.head": "Geburtsdatum",
42984315

@@ -4472,8 +4489,10 @@
44724489
// "search.form.search_mydspace": "Search MyDSpace",
44734490
"search.form.search_mydspace": "Suche im persönlichen Arbeitsbereich",
44744491

4475-
4476-
4492+
// "search.form.scope.all": "All of DSpace",
4493+
"search.form.scope.all": "Alles durchsuchen",
4494+
4495+
44774496
// "search.results.head": "Search Results",
44784497
"search.results.head": "Suchergebnisse",
44794498

@@ -4486,7 +4505,11 @@
44864505
// "search.results.empty": "Your search returned no results.",
44874506
"search.results.empty": "Ihre Suche führte zu keinem Ergebnis.",
44884507

4489-
4508+
// "search.results.view-result": "View",
4509+
"search.results.view-result": "Anzeigen",
4510+
4511+
// "default.search.results.head": "Search Results",
4512+
"default.search.results.head": "Suchergebnisse",
44904513

44914514
// "search.sidebar.close": "Back to results",
44924515
"search.sidebar.close": "Zurück zu den Ergebnissen",
@@ -4534,10 +4557,29 @@
45344557
// "sorting.dc.title.DESC": "Title Descending",
45354558
"sorting.dc.title.DESC": "Titel absteigend",
45364559

4537-
// "sorting.score.DESC": "Relevance",
4538-
"sorting.score.DESC": "Relevanz",
4539-
4560+
// "sorting.score.ASC": "Least Relevant",
4561+
"sorting.score.ASC": "Relevanz aufsteigend",
4562+
4563+
// "sorting.score.DESC": "Most Relevant",
4564+
"sorting.score.DESC": "Relevanz absteigend",
4565+
4566+
// "sorting.dc.date.issued.ASC": "Date Issued Ascending",
4567+
"sorting.dc.date.issued.ASC": "Erscheinungsdatum aufsteigend",
4568+
4569+
// "sorting.dc.date.issued.DESC": "Date Issued Descending",
4570+
"sorting.dc.date.issued.DESC": "Erscheinungsdatum absteigend",
45404571

4572+
// "sorting.dc.date.accessioned.ASC": "Accessioned Date Ascending",
4573+
"sorting.dc.date.accessioned.ASC": "Freischaltungsdatum aufsteigend",
4574+
4575+
// "sorting.dc.date.accessioned.DESC": "Accessioned Date Descending",
4576+
"sorting.dc.date.accessioned.DESC": "Freischaltungsdatum absteigend",
4577+
4578+
// "sorting.lastModified.ASC": "Last modified Ascending",
4579+
"sorting.lastModified.ASC": "Änderungsdatum aufsteigend",
4580+
4581+
// "sorting.lastModified.DESC": "Last modified Descending",
4582+
"sorting.lastModified.DESC": "Änderungsdatum absteigend",
45414583

45424584
// "statistics.title": "Statistics",
45434585
"statistics.title": "Statistiken",
@@ -5238,6 +5280,30 @@
52385280
"submission.workflow.tasks.pool.show-detail": "Details anzeigen",
52395281

52405282

5283+
// "thumbnail.default.alt": "Thumbnail Image",
5284+
"thumbnail.default.alt": "Vorschaubild",
5285+
5286+
// "thumbnail.default.placeholder": "No Thumbnail Available",
5287+
"thumbnail.default.placeholder": "Vorschaubild nicht verfügbar",
5288+
5289+
// "thumbnail.project.alt": "Project Logo",
5290+
"thumbnail.project.alt": "Logo des Projekt",
5291+
5292+
// "thumbnail.project.placeholder": "Project Placeholder Image",
5293+
"thumbnail.project.placeholder": "Platzhalterbild des Projekts",
5294+
5295+
// "thumbnail.orgunit.alt": "OrgUnit Logo",
5296+
"thumbnail.orgunit.alt": "Logo der Organisationseinheit",
5297+
5298+
// "thumbnail.orgunit.placeholder": "OrgUnit Placeholder Image",
5299+
"thumbnail.orgunit.placeholder": "Platzhalterbild der Organisationseinheit",
5300+
5301+
// "thumbnail.person.alt": "Profile Picture",
5302+
"thumbnail.person.alt": "Profilbild",
5303+
5304+
// "thumbnail.person.placeholder": "No Profile Picture Available",
5305+
"thumbnail.person.placeholder": "Profilbild nicht verfügbar",
5306+
52415307

52425308
// "title": "DSpace",
52435309
"title": "DSpace",

0 commit comments

Comments
 (0)