diff --git a/package.json b/package.json index 5f3716702d..7916379039 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "debug:server": "node-nightly --inspect --debug-brk dist/server.js", "debug:build": "node-nightly --inspect --debug-brk node_modules/webpack/bin/webpack.js --mode development", "debug:build:prod": "node-nightly --inspect --debug-brk node_modules/webpack/bin/webpack.js --env.aot --env.client --env.server --mode production", - "ci": "yarn run lint && yarn run build:aot && yarn run test:headless && npm-run-all -p -r server e2e", + "ci": "yarn run lint && yarn run build:aot && yarn run test:headless", "protractor": "node node_modules/protractor/bin/protractor", "pree2e": "yarn run webdriver:update", "e2e": "yarn run protractor", diff --git a/protractor.conf.js b/protractor.conf.js index 6570c9f7c3..2949702a0a 100644 --- a/protractor.conf.js +++ b/protractor.conf.js @@ -5,7 +5,7 @@ var SpecReporter = require('jasmine-spec-reporter').SpecReporter; exports.config = { - allScriptsTimeout: 600000, + allScriptsTimeout: 11000, // ----------------------------------------------------------------- // Uncomment to run tests using a remote Selenium server //seleniumAddress: 'http://selenium.address:4444/wd/hub', @@ -73,7 +73,7 @@ exports.config = { framework: 'jasmine', jasmineNodeOpts: { showColors: true, - defaultTimeoutInterval: 600000, + defaultTimeoutInterval: 30000, print: function () {} }, useAllAngular2AppRoots: true, diff --git a/resources/i18n/cs.json b/resources/i18n/cs.json index 1fdd02401b..d658030b6b 100644 --- a/resources/i18n/cs.json +++ b/resources/i18n/cs.json @@ -1,277 +1,149 @@ { - "footer": { - "copyright": "copyright © 2002-{{ year }}", - "link.dspace": "software DSpace", - "link.duraspace": "DuraSpace" - }, - "collection": { - "page": { - "news": "Novinky", - "license": "Licence", - "browse": { - "recent": { - "head": "Poslední příspěvky" - } - } - } - }, - "community": { - "page": { - "news": "Novinky", - "license": "Licence" - }, - "sub-collection-list": { - "head": "Kolekce v této komunitě" - } - }, - "item": { - "page": { - "author": "Autor", - "abstract": "Abstract", - "date": "Datum", - "uri": "URI", - "files": "Soubory", - "collections": "Kolekce", - "filesection": { - "download": "Stáhnout", - "name": "Název:", - "format": "Formát:", - "size": "Velikost:", - "description": "Popis:" - }, - "link": { - "simple": "Minimální záznam", - "full": "Úplný záznam" - } - } - }, - "nav": { - "home": "Domů", - "login": "Přihlásit se", - "logout": "Odhlásit se" - }, - "pagination": { - "results-per-page": "Výsledků na stránku", - "sort-direction": "Seřazení", - "showing": { - "label": "Zobrazují se záznamy ", - "detail": "{{ range }} z {{ total }}" - } - }, - "sorting": { - "score": { - "DESC": "Relevance" - }, - "dc.title": { - "ASC": "Název vzestupně", - "DESC": "Název sestupně" - } - }, - "title": "DSpace", - "404": { - "help": "Nepodařilo se najít stránku, kterou hledáte. Je možné, že stránka byla přesunuta nebo smazána. Pomocí tlačítka níže můžete přejít na domovskou stránku. ", - "page-not-found": "stránka nenalezena", - "link": { - "home-page": "Přejít na domovskou stránku" - } - }, - "home": { - "title": "DSpace Angular :: Domů", - "description": "", - "top-level-communities": { - "head": "Komunity v DSpace", - "help": "Vybráním komunity můžete prohlížet její kolekce." - } - }, - "search": { - "title": "DSpace Angular :: Hledat", - "description": "", - "form": { - "search": "Hledat", - "search_dspace": "Hledat v DSpace" - }, - "results": { - "head": "Výsledky hledání", - "no-results": "Nebyli nalezeny žádné výsledky" - }, - "sidebar": { - "close": "Zpět na výsledky", - "open": "Vyhledávací nástroje", - "results": "výsledky", - "filters": { - "title": "Filtry" - }, - "settings": { - "title": "Nastavení", - "sort-by": "Řadit dle", - "rpp": "Výsledků na stránku" - } - }, - "view-switch": { - "show-list": "Zobrazit seznam", - "show-grid": "Zobrazit mřížku" - }, - "filters": { - "head": "Filtry", - "reset": "Obnovit filtry", - "applied": { - "f.author": "Autor", - "f.dateIssued.min": "Od data", - "f.dateIssued.max": "Do data", - "f.subject": "Předmět", - "f.has_content_in_original_bundle": "Má soubory" - }, - "filter": { - "show-more": "Zobrazit více", - "show-less": "Sbalit", - "author": { - "placeholder": "Jméno autora", - "head": "Autor" - }, - "scope": { - "placeholder": "Filtr rozsahu", - "head": "Rozsah" - }, - "subject": { - "placeholder": "Předmět", - "head": "Předmět" - }, - "dateIssued": { - "max": { - "placeholder": "Datum od" - }, - "min": { - "placeholder": "Datum do" - }, - "head": "Datum" - }, - "has_content_in_original_bundle": { - "head": "Má soubory" - } - } - } - }, - "browse": { - "title": "Prohlížíte {{ collection }} dle {{ field }} {{ value }}" - }, - "admin": { - "registries": { - "metadata": { - "title": "DSpace Angular :: Registr metadat", - "head": "Registr metadat", - "description": "Registr metadat je seznam všech metadatových polí dostupných v repozitáři. Tyto pole mohou být rozdělena do více schémat. DSpace však vyžaduje použití schématu kvalifikový Dublin Core.", - "schemas": { - "table": { - "id": "ID", - "namespace": "Jmenný prostor", - "name": "Název" - }, - "no-items": "Žádná schémata metadat." - } - }, - "schema": { - "title": "DSpace Angular :: Registr schémat metadat", - "head": "Metadata Schema", - "description": "Toto je schéma metadat pro „{{namespace}}“.", - "fields": { - "head": "Pole schématu metadat", - "table": { - "field": "Pole", - "scopenote": "Poznámka o rozsahu" - }, - "no-items": "Žádná metadatová pole." - } - }, - "bitstream-formats": { - "title": "DSpace Angular :: Registr formátů souborů", - "head": "Registr formátů souborů", - "description": "Tento seznam formátů souborů poskytuje informace o známých formátech a o úrovni jejich podpory.", - "formats": { - "table": { - "name": "Název", - "mimetype": "Typ MIME", - "supportLevel": { - "head": "Úroveň podpory", - "0": "Neznámá", - "1": "Známá", - "2": "Podpora" - }, - "internal": "interní" - }, - "no-items": "Žádné formáty souborů." - } - } - } - }, - "loading": { - "default": "Načítá se...", - "top-level-communities": "Načítají se komunity nejvyšší úrovně...", - "community": "Načítá se komunita...", - "collection": "Načítá se kolekce...", - "sub-collections": "Načítají se subkolekce...", - "recent-submissions": "Načítají se poslední příspěvky...", - "item": "Načítá se záznam...", - "objects": "Načítá se...", - "search-results": "Načítají se výsledky hledání...", - "browse-by": "Načítají se záznamy..." - }, - "error": { - "default": "Chyba", - "top-level-communities": "Chyba během stahování komunit nejvyšší úrovně", - "community": "Chyba během stahování komunity", - "collection": "Chyba během stahování kolekce", - "sub-collections": "Chyba během stahování subkolekcí", - "recent-submissions": "Chyba během stahování posledních příspěvků", - "item": "Chyba během stahování záznamu", - "objects": "Chyba během stahování objektů", - "search-results": "Chyba během stahování výsledků hledání", - "browse-by": "Chyba během stahování záznamů", - "validation": { - "pattern": "Tento vstup je omezen dle vzoru: {{ pattern }}.", - "license": { - "notgranted": "Pro dokončení zaslání Musíte udělit licenci. Pokud v tuto chvíli tuto licenci nemůžete udělit, můžete svou práci uložit a později se k svému příspěveku vrátit nebo jej smazat." - } - } - }, - "form": { - "submit": "Odeslat", - "cancel": "Zrušit", - "search": "Hledat", - "remove": "Smazat", - "first-name": "Křestní jméno", - "last-name": "Příjmení", - "loading": "Načítá se...", - "no-results": "Nebyli nalezeny žádné výsledky", - "no-value": "Nebyla zadána hodnota", - "group-collapse": "Sbalit", - "group-expand": "Rozbalit", - "group-collapse-help": "Kliknutím sem sbalíte", - "group-expand-help": "Kliknutím sem rozbalíte a přidáte další prvky" - }, - "login": { - "title": "Přihlásit se", - "form": { - "header": "Prosím, přihlaste se do DSpace", - "email": "E-mailová adresa", - "forgot-password": "Zapomněli jste své heslo?", - "new-user": "Nový uživatel? Zaregistrujte se kliknutím sem.", - "password": "Heslo", - "submit": "Přihlásit se" - } - }, - "logout": { - "title": "Odhlásit se", - "form": { - "header": "Odhlásit se z DSpace", - "submit": "Odhlásit se" - } - }, - "auth": { - "messages": { - "expired": "Vaše relace vypršela. Prosím, znova se přihlaste." - }, - "errors": { - "invalid-user": "Neplatná e-mailová adresa nebo heslo." - } - } + "404.help": "Nepodařilo se najít stránku, kterou hledáte. Je možné, že stránka byla přesunuta nebo smazána. Pomocí tlačítka níže můžete přejít na domovskou stránku. ", + "404.link.home-page": "Přejít na domovskou stránku", + "404.page-not-found": "stránka nenalezena", + "admin.registries.bitstream-formats.description": "Tento seznam formátů souborů poskytuje informace o známých formátech a o úrovni jejich podpory.", + "admin.registries.bitstream-formats.formats.no-items": "Žádné formáty souborů.", + "admin.registries.bitstream-formats.formats.table.internal": "interní", + "admin.registries.bitstream-formats.formats.table.mimetype": "Typ MIME", + "admin.registries.bitstream-formats.formats.table.name": "Název", + "admin.registries.bitstream-formats.formats.table.supportLevel.0": "Neznámá", + "admin.registries.bitstream-formats.formats.table.supportLevel.1": "Známá", + "admin.registries.bitstream-formats.formats.table.supportLevel.2": "Podpora", + "admin.registries.bitstream-formats.formats.table.supportLevel.head": "Úroveň podpory", + "admin.registries.bitstream-formats.head": "Registr formátů souborů", + "admin.registries.bitstream-formats.title": "DSpace Angular :: Registr formátů souborů", + "admin.registries.metadata.description": "Registr metadat je seznam všech metadatových polí dostupných v repozitáři. Tyto pole mohou být rozdělena do více schémat. DSpace však vyžaduje použití schématu kvalifikový Dublin Core.", + "admin.registries.metadata.head": "Registr metadat", + "admin.registries.metadata.schemas.no-items": "Žádná schémata metadat.", + "admin.registries.metadata.schemas.table.id": "ID", + "admin.registries.metadata.schemas.table.name": "Název", + "admin.registries.metadata.schemas.table.namespace": "Jmenný prostor", + "admin.registries.metadata.title": "DSpace Angular :: Registr metadat", + "admin.registries.schema.description": "Toto je schéma metadat pro „{{namespace}}“.", + "admin.registries.schema.fields.head": "Pole schématu metadat", + "admin.registries.schema.fields.no-items": "Žádná metadatová pole.", + "admin.registries.schema.fields.table.field": "Pole", + "admin.registries.schema.fields.table.scopenote": "Poznámka o rozsahu", + "admin.registries.schema.head": "Metadata Schema", + "admin.registries.schema.title": "DSpace Angular :: Registr schémat metadat", + "auth.errors.invalid-user": "Neplatná e-mailová adresa nebo heslo.", + "auth.messages.expired": "Vaše relace vypršela. Prosím, znova se přihlaste.", + "browse.title": "Prohlížíte {{ collection }} dle {{ field }} {{ value }}", + "collection.page.browse.recent.head": "Poslední příspěvky", + "collection.page.license": "Licence", + "collection.page.news": "Novinky", + "community.page.license": "Licence", + "community.page.news": "Novinky", + "community.sub-collection-list.head": "Kolekce v této komunitě", + "error.browse-by": "Chyba během stahování záznamů", + "error.collection": "Chyba během stahování kolekce", + "error.community": "Chyba během stahování komunity", + "error.default": "Chyba", + "error.item": "Chyba během stahování záznamu", + "error.objects": "Chyba během stahování objektů", + "error.recent-submissions": "Chyba během stahování posledních příspěvků", + "error.search-results": "Chyba během stahování výsledků hledání", + "error.sub-collections": "Chyba během stahování subkolekcí", + "error.top-level-communities": "Chyba během stahování komunit nejvyšší úrovně", + "error.validation.license.notgranted": "Pro dokončení zaslání Musíte udělit licenci. Pokud v tuto chvíli tuto licenci nemůžete udělit, můžete svou práci uložit a později se k svému příspěveku vrátit nebo jej smazat.", + "error.validation.pattern": "Tento vstup je omezen dle vzoru: {{ pattern }}.", + "footer.copyright": "copyright © 2002-{{ year }}", + "footer.link.dspace": "software DSpace", + "footer.link.duraspace": "DuraSpace", + "form.cancel": "Zrušit", + "form.first-name": "Křestní jméno", + "form.group-collapse": "Sbalit", + "form.group-collapse-help": "Kliknutím sem sbalíte", + "form.group-expand": "Rozbalit", + "form.group-expand-help": "Kliknutím sem rozbalíte a přidáte další prvky", + "form.last-name": "Příjmení", + "form.loading": "Načítá se...", + "form.no-results": "Nebyli nalezeny žádné výsledky", + "form.no-value": "Nebyla zadána hodnota", + "form.remove": "Smazat", + "form.search": "Hledat", + "form.submit": "Odeslat", + "home.description": "", + "home.title": "DSpace Angular :: Domů", + "home.top-level-communities.head": "Komunity v DSpace", + "home.top-level-communities.help": "Vybráním komunity můžete prohlížet její kolekce.", + "item.page.abstract": "Abstract", + "item.page.author": "Autor", + "item.page.collections": "Kolekce", + "item.page.date": "Datum", + "item.page.files": "Soubory", + "item.page.filesection.description": "Popis:", + "item.page.filesection.download": "Stáhnout", + "item.page.filesection.format": "Formát:", + "item.page.filesection.name": "Název:", + "item.page.filesection.size": "Velikost:", + "item.page.link.full": "Úplný záznam", + "item.page.link.simple": "Minimální záznam", + "item.page.uri": "URI", + "loading.browse-by": "Načítají se záznamy...", + "loading.collection": "Načítá se kolekce...", + "loading.community": "Načítá se komunita...", + "loading.default": "Načítá se...", + "loading.item": "Načítá se záznam...", + "loading.objects": "Načítá se...", + "loading.recent-submissions": "Načítají se poslední příspěvky...", + "loading.search-results": "Načítají se výsledky hledání...", + "loading.sub-collections": "Načítají se subkolekce...", + "loading.top-level-communities": "Načítají se komunity nejvyšší úrovně...", + "login.form.email": "E-mailová adresa", + "login.form.forgot-password": "Zapomněli jste své heslo?", + "login.form.header": "Prosím, přihlaste se do DSpace", + "login.form.new-user": "Nový uživatel? Zaregistrujte se kliknutím sem.", + "login.form.password": "Heslo", + "login.form.submit": "Přihlásit se", + "login.title": "Přihlásit se", + "logout.form.header": "Odhlásit se z DSpace", + "logout.form.submit": "Odhlásit se", + "logout.title": "Odhlásit se", + "nav.home": "Domů", + "nav.login": "Přihlásit se", + "nav.logout": "Odhlásit se", + "pagination.results-per-page": "Výsledků na stránku", + "pagination.showing.detail": "{{ range }} z {{ total }}", + "pagination.showing.label": "Zobrazují se záznamy ", + "pagination.sort-direction": "Seřazení", + "search.description": "", + "search.filters.applied.f.author": "Autor", + "search.filters.applied.f.dateIssued.max": "Do data", + "search.filters.applied.f.dateIssued.min": "Od data", + "search.filters.applied.f.has_content_in_original_bundle": "Má soubory", + "search.filters.applied.f.subject": "Předmět", + "search.filters.filter.author.head": "Autor", + "search.filters.filter.author.placeholder": "Jméno autora", + "search.filters.filter.dateIssued.head": "Datum", + "search.filters.filter.dateIssued.max.placeholder": "Datum od", + "search.filters.filter.dateIssued.min.placeholder": "Datum do", + "search.filters.filter.has_content_in_original_bundle.head": "Má soubory", + "search.filters.filter.scope.head": "Rozsah", + "search.filters.filter.scope.placeholder": "Filtr rozsahu", + "search.filters.filter.show-less": "Sbalit", + "search.filters.filter.show-more": "Zobrazit více", + "search.filters.filter.subject.head": "Předmět", + "search.filters.filter.subject.placeholder": "Předmět", + "search.filters.head": "Filtry", + "search.filters.reset": "Obnovit filtry", + "search.form.search": "Hledat", + "search.form.search_dspace": "Hledat v DSpace", + "search.results.head": "Výsledky hledání", + "search.results.no-results": "Nebyli nalezeny žádné výsledky", + "search.sidebar.close": "Zpět na výsledky", + "search.sidebar.filters.title": "Filtry", + "search.sidebar.open": "Vyhledávací nástroje", + "search.sidebar.results": "výsledky", + "search.sidebar.settings.rpp": "Výsledků na stránku", + "search.sidebar.settings.sort-by": "Řadit dle", + "search.sidebar.settings.title": "Nastavení", + "search.title": "DSpace Angular :: Hledat", + "search.view-switch.show-grid": "Zobrazit mřížku", + "search.view-switch.show-list": "Zobrazit seznam", + "sorting.dc.title.ASC": "Název vzestupně", + "sorting.dc.title.DESC": "Název sestupně", + "sorting.score.DESC": "Relevance", + "title": "DSpace" } diff --git a/resources/i18n/de.json b/resources/i18n/de.json index d6b02ff533..d184e7d091 100644 --- a/resources/i18n/de.json +++ b/resources/i18n/de.json @@ -1,277 +1,149 @@ { - "footer": { - "copyright": "Copyright © 2002-{{ year }}", - "link.dspace": "DSpace Software", - "link.duraspace": "DuraSpace" - }, - "collection": { - "page": { - "news": "Neuigkeiten", - "license": "Lizenz", - "browse": { - "recent": { - "head": "Aktuellste Veröffentlichungen" - } - } - } - }, - "community": { - "page": { - "news": "Neuigkeiten", - "license": "Lizenz" - }, - "sub-collection-list": { - "head": "Sammlungen in diesem Bereich" - } - }, - "item": { - "page": { - "author": "Autor", - "abstract": "Kurzfassung", - "date": "Datum", - "uri": "URI", - "files": "Dateien", - "collections": "Sammlungen", - "filesection": { - "download": "Herunterladen", - "name": "Name:", - "format": "Format:", - "size": "Größe:", - "description": "Beschreibung:" - }, - "link": { - "simple": "Kurzanzeige", - "full": "Vollanzeige" - } - } - }, - "nav": { - "home": "Zur Startseite", - "login": "Anmelden", - "logout": "Abmelden" - }, - "pagination": { - "results-per-page": "Ergebnisse pro Seite", - "sort-direction": "Sortiermöglichkeiten", - "showing": { - "label": "Anzeige der Treffer ", - "detail": "{{ range }} bis {{ total }}" - } - }, - "sorting": { - "score": { - "DESC": "Relevanz" - }, - "dc.title": { - "ASC": "Titel aufsteigend", - "DESC": "Titel absteigend" - } - }, - "title": "DSpace", - "404": { - "help": "Die Seite, die Sie aufrufen wollten, konnte nicht gefunden werden. Sie könnte verschoben oder gelöscht worden sein. Mit dem Link unten kommen Sie zurück zur Startseite. ", - "page-not-found": "Seite nicht gefunden", - "link": { - "home-page": "Zurück zur Startseite" - } - }, - "home": { - "title": "DSpace Angular :: Startseite", - "description": "", - "top-level-communities": { - "head": "Bereiche in DSpace", - "help": "Wählen Sie einen Bereich, um seine Sammlungen einzusehen." - } - }, - "search": { - "title": "DSpace Angular :: Suche", - "description": "", - "form": { - "search": "Suche", - "search_dspace": "DSpace durchsuchen" - }, - "results": { - "head": "Suchergebnisse", - "no-results": "Zu dieser Suche gibt es keine Treffer." - }, - "sidebar": { - "close": "Zurück zu den Ergebnissen", - "open": "Suchwerkzeuge", - "results": "Ergebnisse", - "filters": { - "title": "Filter" - }, - "settings": { - "title": "Einstellungen", - "sort-by": "Sortiere nach", - "rpp": "Treffer pro Seite" - } - }, - "view-switch": { - "show-list": "Zeige als Liste", - "show-grid": "Zeige als Raster" - }, - "filters": { - "head": "Filter", - "reset": "Filter zurücksetzen", - "applied": { - "f.author": "Autor", - "f.dateIssued.min": "Anfangsdatum", - "f.dateIssued.max": "Enddatum", - "f.subject": "Thema", - "f.has_content_in_original_bundle": "Besitzt Dateien" - }, - "filter": { - "show-more": "Zeige mehr", - "show-less": "Zeige weniger", - "author": { - "placeholder": "Autor", - "head": "Autor" - }, - "scope": { - "placeholder": "Bereichsfilter", - "head": "Bereich" - }, - "subject": { - "placeholder": "Schlagwort", - "head": "Schlagwort" - }, - "dateIssued": { - "max": { - "placeholder": "Frühestes Datum" - }, - "min": { - "placeholder": "Ältestes Datum" - }, - "head": "Datum" - }, - "has_content_in_original_bundle": { - "head": "Besitzt Dateien" - } - } - } - }, - "browse": { - "title": "Anzeige {{ collection }} nach {{ field }} {{ value }}" - }, - "admin": { - "registries": { - "metadata": { - "title": "DSpace Angular :: Metadatenreferenzliste", - "head": "Metadatenreferenzliste", - "description": "Die Metadatenreferenzliste beinhaltet alle Metadatenfelder, die zur Verfügung stehen. Die Felder können in unterschiedlichen Schemata enthalten sein. Nichtsdestotrotz benötigt DSpace mindestens qualifiziertes Dublin Core.", - "schemas": { - "table": { - "id": "ID", - "namespace": "Namensraum", - "name": "Name" - }, - "no-items": "Es gbit keine Metadatenschemata." - } - }, - "schema": { - "title": "DSpace Angular :: Referenzliste der Metadatenschemata", - "head": "Metadatenschemata", - "description": "Dies ist das Metadatenschema für \"{{namespace}}\".", - "fields": { - "head": "Felder in diesem Schema", - "table": { - "field": "Feld", - "scopenote": "Gültigkeitsbereich" - }, - "no-items": "Es gibt keine Felder in diesem Schema." - } - }, - "bitstream-formats": { - "title": "DSpace Angular :: Referenzliste der Dateiformate", - "head": "Referenzliste der Dateiformate", - "description": "Diese Liste enhtält die in diesem Repositorium zulässigen Dateiformate und den jeweiligen Unterstützungsgrad.", - "formats": { - "table": { - "name": "Name", - "mimetype": "MIME Type", - "supportLevel": { - "head": "Unterstützungsgrad", - "0": "Unbekannt", - "1": "Bekannt", - "2": "Unterstützt" - }, - "internal": "intern" - }, - "no-items": "Es gibt keine Formate in dieser Referenzliste." - } - } - } - }, - "loading": { - "default": "Am Laden ...", - "top-level-communities": "Die Hauptbereiche werden geladen ...", - "community": "Der Bereich wird geladen ...", - "collection": "Die Sammlung wird geladen ...", - "sub-collections": "Die untergeordneten Sammlungen werden geladen ...", - "recent-submissions": "Die aktuellsten Veröffentlichungen werden geladen ...", - "item": "Die Ressource wird geladen ...", - "objects": "Am Laden ...", - "search-results": "Die Suchergebnisse werden geladen ...", - "browse-by": "Die Ressourcen werden geladen ..." - }, - "error": { - "default": "Fehler", - "top-level-communities": "Fehler beim Laden der Hauptbereiche.", - "community": "Fehler beim Laden des Bereiches.", - "collection": "Fehler beim Laden der Sammlung.", - "sub-collections": "Fehler beim Laden der untergeordneten Sammlungen.", - "recent-submissions": "Fehler beim Laden der aktuellsten Veröffentlichungen.", - "item": "Fehler beim Laden der Ressource.", - "objects": "Fehler beim Laden der Objekte.", - "search-results": "Fehler beim Laden der Suchergebnisse.", - "browse-by": "Fehler beim Laden der Ressourcen", - "validation": { - "pattern": "Die Eingabe kann nur folgendes Muster haben: {{ pattern }}.", - "license": { - "notgranted": "Sie müssen der Lizenz zustimmen, um die Ressource einzureichen. Wenn dies zur Zeit nicht geht, können Sie die Einreichung speichern und später wiederaufnehmen oder löschen." - } - } - }, - "form": { - "submit": "Los", - "cancel": "Abbrechen", - "search": "Suchen", - "remove": "Löschen", - "first-name": "Vorname", - "last-name": "Nachname", - "loading": "Am Laden ...", - "no-results": "Keine Ergebnisse gefunden", - "no-value": "Kein Wert eingegeben", - "group-collapse": "Weniger", - "group-expand": "Mehr", - "group-collapse-help": "Hier klicken, um die Anzeige zu reduzieren", - "group-expand-help": "Hier klicken, um mehr Elemente anzuzeigen" - }, - "login": { - "title": "Einloggen", - "form": { - "header": "Bitte Loggen Sie sich ein.", - "email": "E-Mail-Adresse", - "forgot-password": "Haben Sie Ihr Passwort vergessen?", - "new-user": "Sind Sie neu hier? Klicken Sie hier, um sich zu registrieren.", - "password": "Passwort", - "submit": "Einloggen" - } - }, - "logout": { - "title": "Ausloggen", - "form": { - "header": "Ausloggen aus DSpace", - "submit": "Ausloggen" - } - }, - "auth": { - "messages": { - "expired": "Ihre Sitzung ist abgelaufen, bitte melden Sie sich erneut an." - }, - "errors": { - "invalid-user": "Ungültige E-Mail-Adresse oder Passwort." - } - } + "404.help": "Die Seite, die Sie aufrufen wollten, konnte nicht gefunden werden. Sie könnte verschoben oder gelöscht worden sein. Mit dem Link unten kommen Sie zurück zur Startseite. ", + "404.link.home-page": "Zurück zur Startseite", + "404.page-not-found": "Seite nicht gefunden", + "admin.registries.bitstream-formats.description": "Diese Liste enhtält die in diesem Repositorium zulässigen Dateiformate und den jeweiligen Unterstützungsgrad.", + "admin.registries.bitstream-formats.formats.no-items": "Es gibt keine Formate in dieser Referenzliste.", + "admin.registries.bitstream-formats.formats.table.internal": "intern", + "admin.registries.bitstream-formats.formats.table.mimetype": "MIME Type", + "admin.registries.bitstream-formats.formats.table.name": "Name", + "admin.registries.bitstream-formats.formats.table.supportLevel.0": "Unbekannt", + "admin.registries.bitstream-formats.formats.table.supportLevel.1": "Bekannt", + "admin.registries.bitstream-formats.formats.table.supportLevel.2": "Unterstützt", + "admin.registries.bitstream-formats.formats.table.supportLevel.head": "Unterstützungsgrad", + "admin.registries.bitstream-formats.head": "Referenzliste der Dateiformate", + "admin.registries.bitstream-formats.title": "DSpace Angular :: Referenzliste der Dateiformate", + "admin.registries.metadata.description": "Die Metadatenreferenzliste beinhaltet alle Metadatenfelder, die zur Verfügung stehen. Die Felder können in unterschiedlichen Schemata enthalten sein. Nichtsdestotrotz benötigt DSpace mindestens qualifiziertes Dublin Core.", + "admin.registries.metadata.head": "Metadatenreferenzliste", + "admin.registries.metadata.schemas.no-items": "Es gbit keine Metadatenschemata.", + "admin.registries.metadata.schemas.table.id": "ID", + "admin.registries.metadata.schemas.table.name": "Name", + "admin.registries.metadata.schemas.table.namespace": "Namensraum", + "admin.registries.metadata.title": "DSpace Angular :: Metadatenreferenzliste", + "admin.registries.schema.description": "Dies ist das Metadatenschema für \"{{namespace}}\".", + "admin.registries.schema.fields.head": "Felder in diesem Schema", + "admin.registries.schema.fields.no-items": "Es gibt keine Felder in diesem Schema.", + "admin.registries.schema.fields.table.field": "Feld", + "admin.registries.schema.fields.table.scopenote": "Gültigkeitsbereich", + "admin.registries.schema.head": "Metadatenschemata", + "admin.registries.schema.title": "DSpace Angular :: Referenzliste der Metadatenschemata", + "auth.errors.invalid-user": "Ungültige E-Mail-Adresse oder Passwort.", + "auth.messages.expired": "Ihre Sitzung ist abgelaufen, bitte melden Sie sich erneut an.", + "browse.title": "Anzeige {{ collection }} nach {{ field }} {{ value }}", + "collection.page.browse.recent.head": "Aktuellste Veröffentlichungen", + "collection.page.license": "Lizenz", + "collection.page.news": "Neuigkeiten", + "community.page.license": "Lizenz", + "community.page.news": "Neuigkeiten", + "community.sub-collection-list.head": "Sammlungen in diesem Bereich", + "error.browse-by": "Fehler beim Laden der Ressourcen", + "error.collection": "Fehler beim Laden der Sammlung.", + "error.community": "Fehler beim Laden des Bereiches.", + "error.default": "Fehler", + "error.item": "Fehler beim Laden der Ressource.", + "error.objects": "Fehler beim Laden der Objekte.", + "error.recent-submissions": "Fehler beim Laden der aktuellsten Veröffentlichungen.", + "error.search-results": "Fehler beim Laden der Suchergebnisse.", + "error.sub-collections": "Fehler beim Laden der untergeordneten Sammlungen.", + "error.top-level-communities": "Fehler beim Laden der Hauptbereiche.", + "error.validation.license.notgranted": "Sie müssen der Lizenz zustimmen, um die Ressource einzureichen. Wenn dies zur Zeit nicht geht, können Sie die Einreichung speichern und später wiederaufnehmen oder löschen.", + "error.validation.pattern": "Die Eingabe kann nur folgendes Muster haben: {{ pattern }}.", + "footer.copyright": "Copyright © 2002-{{ year }}", + "footer.link.dspace": "DSpace Software", + "footer.link.duraspace": "DuraSpace", + "form.cancel": "Abbrechen", + "form.first-name": "Vorname", + "form.group-collapse": "Weniger", + "form.group-collapse-help": "Hier klicken, um die Anzeige zu reduzieren", + "form.group-expand": "Mehr", + "form.group-expand-help": "Hier klicken, um mehr Elemente anzuzeigen", + "form.last-name": "Nachname", + "form.loading": "Am Laden ...", + "form.no-results": "Keine Ergebnisse gefunden", + "form.no-value": "Kein Wert eingegeben", + "form.remove": "Löschen", + "form.search": "Suchen", + "form.submit": "Los", + "home.description": "", + "home.title": "DSpace Angular :: Startseite", + "home.top-level-communities.head": "Bereiche in DSpace", + "home.top-level-communities.help": "Wählen Sie einen Bereich, um seine Sammlungen einzusehen.", + "item.page.abstract": "Kurzfassung", + "item.page.author": "Autor", + "item.page.collections": "Sammlungen", + "item.page.date": "Datum", + "item.page.files": "Dateien", + "item.page.filesection.description": "Beschreibung:", + "item.page.filesection.download": "Herunterladen", + "item.page.filesection.format": "Format:", + "item.page.filesection.name": "Name:", + "item.page.filesection.size": "Größe:", + "item.page.link.full": "Vollanzeige", + "item.page.link.simple": "Kurzanzeige", + "item.page.uri": "URI", + "loading.browse-by": "Die Ressourcen werden geladen ...", + "loading.collection": "Die Sammlung wird geladen ...", + "loading.community": "Der Bereich wird geladen ...", + "loading.default": "Am Laden ...", + "loading.item": "Die Ressource wird geladen ...", + "loading.objects": "Am Laden ...", + "loading.recent-submissions": "Die aktuellsten Veröffentlichungen werden geladen ...", + "loading.search-results": "Die Suchergebnisse werden geladen ...", + "loading.sub-collections": "Die untergeordneten Sammlungen werden geladen ...", + "loading.top-level-communities": "Die Hauptbereiche werden geladen ...", + "login.form.email": "E-Mail-Adresse", + "login.form.forgot-password": "Haben Sie Ihr Passwort vergessen?", + "login.form.header": "Bitte Loggen Sie sich ein.", + "login.form.new-user": "Sind Sie neu hier? Klicken Sie hier, um sich zu registrieren.", + "login.form.password": "Passwort", + "login.form.submit": "Einloggen", + "login.title": "Einloggen", + "logout.form.header": "Ausloggen aus DSpace", + "logout.form.submit": "Ausloggen", + "logout.title": "Ausloggen", + "nav.home": "Zur Startseite", + "nav.login": "Anmelden", + "nav.logout": "Abmelden", + "pagination.results-per-page": "Ergebnisse pro Seite", + "pagination.showing.detail": "{{ range }} bis {{ total }}", + "pagination.showing.label": "Anzeige der Treffer ", + "pagination.sort-direction": "Sortiermöglichkeiten", + "search.description": "", + "search.filters.applied.f.author": "Autor", + "search.filters.applied.f.dateIssued.max": "Enddatum", + "search.filters.applied.f.dateIssued.min": "Anfangsdatum", + "search.filters.applied.f.has_content_in_original_bundle": "Besitzt Dateien", + "search.filters.applied.f.subject": "Thema", + "search.filters.filter.author.head": "Autor", + "search.filters.filter.author.placeholder": "Autor", + "search.filters.filter.dateIssued.head": "Datum", + "search.filters.filter.dateIssued.max.placeholder": "Frühestes Datum", + "search.filters.filter.dateIssued.min.placeholder": "Ältestes Datum", + "search.filters.filter.has_content_in_original_bundle.head": "Besitzt Dateien", + "search.filters.filter.scope.head": "Bereich", + "search.filters.filter.scope.placeholder": "Bereichsfilter", + "search.filters.filter.show-less": "Zeige weniger", + "search.filters.filter.show-more": "Zeige mehr", + "search.filters.filter.subject.head": "Schlagwort", + "search.filters.filter.subject.placeholder": "Schlagwort", + "search.filters.head": "Filter", + "search.filters.reset": "Filter zurücksetzen", + "search.form.search": "Suche", + "search.form.search_dspace": "DSpace durchsuchen", + "search.results.head": "Suchergebnisse", + "search.results.no-results": "Zu dieser Suche gibt es keine Treffer.", + "search.sidebar.close": "Zurück zu den Ergebnissen", + "search.sidebar.filters.title": "Filter", + "search.sidebar.open": "Suchwerkzeuge", + "search.sidebar.results": "Ergebnisse", + "search.sidebar.settings.rpp": "Treffer pro Seite", + "search.sidebar.settings.sort-by": "Sortiere nach", + "search.sidebar.settings.title": "Einstellungen", + "search.title": "DSpace Angular :: Suche", + "search.view-switch.show-grid": "Zeige als Raster", + "search.view-switch.show-list": "Zeige als Liste", + "sorting.dc.title.ASC": "Titel aufsteigend", + "sorting.dc.title.DESC": "Titel absteigend", + "sorting.score.DESC": "Relevanz", + "title": "DSpace" } diff --git a/resources/i18n/en.json b/resources/i18n/en.json index deed067d43..63bc598304 100644 --- a/resources/i18n/en.json +++ b/resources/i18n/en.json @@ -1,1113 +1,662 @@ { - "footer": { - "copyright": "copyright © 2002-{{ year }}", - "link.dspace": "DSpace software", - "link.duraspace": "DuraSpace" - }, - "collection": { - "page": { - "news": "News", - "license": "License", - "browse": { - "recent": { - "head": "Recent Submissions" - } - } - }, - "form": { - "title": "Name", - "description": "Introductory text (HTML)", - "abstract": "Short Description", - "rights": "Copyright text (HTML)", - "tableofcontents": "News (HTML)", - "license": "License", - "provenance": "Provenance", - "errors": { - "title": { - "required": "Please enter a collection name" - } - } - }, - "edit": { - "head": "Edit Collection", - "delete": "Delete this collection" - }, - "create": { - "head": "Create a Collection", - "sub-head": "Create a Collection for Community {{ parent }}" - }, - "delete": { - "head": "Delete Collection", - "text": "Are you sure you want to delete collection \"{{ dso }}\"", - "confirm": "Confirm", - "cancel": "Cancel", - "notification": { - "success": "Successfully deleted collection", - "fail": "Collection could not be deleted" - } - } - }, - "community": { - "page": { - "news": "News", - "license": "License" - }, - "sub-collection-list": { - "head": "Collections of this Community" - }, - "sub-community-list": { - "head": "Communities of this Community" - }, - "form": { - "title": "Name", - "description": "Introductory text (HTML)", - "abstract": "Short Description", - "rights": "Copyright text (HTML)", - "tableofcontents": "News (HTML)", - "errors": { - "title": { - "required": "Please enter a community name" - } - } - }, - "edit": { - "head": "Edit Community", - "delete": "Delete this community" - }, - "create": { - "head": "Create a Community", - "sub-head": "Create a Sub-Community for Community {{ parent }}" - }, - "delete": { - "head": "Delete Community", - "text": "Are you sure you want to delete community \"{{ dso }}\"", - "confirm": "Confirm", - "cancel": "Cancel", - "notification": { - "success": "Successfully deleted community", - "fail": "Community could not be deleted" - } - } - }, - "item": { - "page": { - "author": "Authors", - "abstract": "Abstract", - "date": "Date", - "uri": "URI", - "files": "Files", - "collections": "Collections", - "subject": "Keywords", - "citation": "Citation", - "filesection": { - "download": "Download", - "name": "Name:", - "format": "Format:", - "size": "Size:", - "description": "Description:" - }, - "link": { - "simple": "Simple item page", - "full": "Full item page" - }, - "journal": { - "search": { - "title": "Articles in this journal" - } - }, - "person": { - "search": { - "title": "Articles by this author" - } - } - }, - "select": { - "table": { - "collection": "Collection", - "author": "Author", - "title": "Title" - }, - "confirm": "Confirm selected" - }, - "edit": { - "head": "Edit Item", - "tabs": { - "status": { - "head": "Item Status", - "description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", - "title": "Item Edit - Status", - "labels": { - "id": "Item Internal ID", - "handle": "Handle", - "lastModified": "Last Modified", - "itemPage": "Item Page" - }, - "buttons": { - "authorizations": { - "label": "Edit item's authorization policies", - "button": "Authorizations..." - }, - "withdraw": { - "label": "Withdraw item from the repository", - "button": "Withdraw..." - }, - "reinstate": { - "label": "Reinstate item into the repository", - "button": "Reinstate..." - }, - "move": { - "label": "Move item to another collection", - "button": "Move..." - }, - "private": { - "label": "Make item private", - "button": "Make it private..." - }, - "public": { - "label": "Make item public", - "button": "Make it public..." - }, - "delete": { - "label": "Completely expunge item", - "button": "Permanently delete" - }, - "mappedCollections": { - "label": "Manage mapped collections", - "button": "Mapped collections" - } - } - }, - "bitstreams": { - "head": "Item Bitstreams", - "title": "Item Edit - Bitstreams" - }, - "metadata": { - "head": "Item Metadata", - "title": "Item Edit - Metadata" - }, - "view": { - "head": "View Item", - "title": "Item Edit - View" - }, - "curate": { - "head": "Curate", - "title": "Item Edit - Curate" - } - }, - "modify.overview": { - "field": "Field", - "value": "Value", - "language": "Language" - }, - "withdraw": { - "header": "Withdraw item: {{ id }}", - "description": "Are you sure this item should be withdrawn from the archive?", - "confirm": "Withdraw", - "cancel": "Cancel", - "success": "The item was withdrawn successfully", - "error": "An error occurred while withdrawing the item" - }, - "reinstate": { - "header": "Reinstate item: {{ id }}", - "description": "Are you sure this item should be reinstated to the archive?", - "confirm": "Reinstate", - "cancel": "Cancel", - "success": "The item was reinstated successfully", - "error": "An error occurred while reinstating the item" - }, - "private": { - "header": "Make item private: {{ id }}", - "description": "Are you sure this item should be made private in the archive?", - "confirm": "Make it Private", - "cancel": "Cancel", - "success": "The item is now private", - "error": "An error occurred while making the item private" - }, - "public": { - "header": "Make item public: {{ id }}", - "description": "Are you sure this item should be made public in the archive?", - "confirm": "Make it Public", - "cancel": "Cancel", - "success": "The item is now public", - "error": "An error occurred while making the item public" - }, - "delete": { - "header": "Delete item: {{ id }}", - "description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", - "confirm": "Delete", - "cancel": "Cancel", - "success": "The item has been deleted", - "error": "An error occurred while deleting the item" - }, - "metadata": { - "add-button": "Add", - "discard-button": "Discard", - "reinstate-button": "Undo", - "save-button": "Save", - "headers": { - "field": "Field", - "value": "Value", - "language": "Lang", - "edit": "Edit" - }, - "edit": { - "buttons": { - "edit": "Edit", - "unedit": "Stop editing", - "remove": "Remove", - "undo": "Undo changes" - } - }, - "metadatafield": { - "invalid": "Please choose a valid metadata field" - }, - "notifications": { - "outdated": { - "title": "Changed outdated", - "content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts" - }, - "discarded": { - "title": "Changed discarded", - "content": "Your changes were discarded. To reinstate your changes click the 'Undo' button" - }, - "invalid": { - "title": "Metadata invalid", - "content": "Your changes were not saved. Please make sure all fields are valid before you save." - }, - "saved": { - "title": "Metadata saved", - "content": "Your changes to this item's metadata were saved." - } - } - } - } - }, - "relationships": { - "isPublicationOf": "Publications", - "isProjectOf": "Research Projects", - "isOrgUnitOf": "Organizational Units", - "isAuthorOf": "Authors", - "isPersonOf": "Authors", - "isJournalOf": "Journals", - "isSingleJournalOf": "Journal", - "isVolumeOf": "Journal Volumes", - "isSingleVolumeOf": "Journal Volume", - "isIssueOf": "Journal Issues", - "isJournalIssueOf": "Journal Issue", - "isPublicationOfJournalIssue": "Articles" - }, - "person": { - "page": { - "titleprefix": "Person: ", - "jobtitle": "Job Title", - "lastname": "Last Name", - "firstname": "First Name", - "email": "Email Address", - "orcid": "ORCID", - "birthdate": "Birth Date", - "staffid": "Staff ID", - "link": { - "full": "Show all metadata" - } - }, - "listelement": { - "badge": "Person" - }, - "search": { - "title": "DSpace Angular :: Person Search", - "results": { - "head": "Person Search Results" - } - } - }, - "project": { - "page": { - "titleprefix": "Research Project: ", - "status": "Status", - "contributor": "Contributors", - "funder": "Funders", - "id": "ID", - "expectedcompletion": "Expected Completion", - "description": "Description", - "keyword": "Keywords" - }, - "listelement": { - "badge": "Research Project" - } - }, - "orgunit": { - "page": { - "titleprefix": "Organizational Unit: ", - "dateestablished": "Date established", - "city": "City", - "country": "Country", - "id": "ID", - "description": "Description" - }, - "listelement": { - "badge": "Organizational Unit" - } - }, - "journal": { - "page": { - "titleprefix": "Journal: ", - "issn": "ISSN", - "publisher": "Publisher", - "description": "Description", - "editor": "Editor-in-Chief" - }, - "listelement": { - "badge": "Journal" - }, - "search": { - "title": "DSpace Angular :: Journal Search", - "results": { - "head": "Journal Search Results" - } - } - }, - "journalvolume": { - "page": { - "titleprefix": "Journal Volume: ", - "volume": "Volume", - "issuedate": "Issue Date", - "description": "Description" - }, - "listelement": { - "badge": "Journal Volume" - } - }, - "journalissue": { - "page": { - "titleprefix": "Journal Issue: ", - "number": "Number", - "issuedate": "Issue Date", - "description": "Description", - "keyword": "Keywords", - "journal-title": "Journal Title", - "journal-issn": "Journal ISSN" - }, - "listelement": { - "badge": "Journal Issue" - } - }, - "publication": { - "page": { - "titleprefix": "Publication: ", - "journal-title": "Journal Title", - "journal-issn": "Journal ISSN", - "volume-title": "Volume Title", - "publisher": "Publisher", - "description": "Description" - }, - "listelement": { - "badge": "Publication" - }, - "search": { - "title": "DSpace Angular :: Publication Search", - "results": { - "head": "Publication Search Results" - } - } - }, - "nav": { - "browse": { - "header": "All of DSpace" - }, - "community-browse": { - "header": "By Community" - }, - "statistics": { - "header": "Statistics" - }, - "login": "Log In", - "logout": "Log Out", - "mydspace": "MyDSpace", - "language": "Language switch", - "search": "Search" - }, - "pagination": { - "results-per-page": "Results Per Page", - "sort-direction": "Sort Options", - "showing": { - "label": "Now showing ", - "detail": "{{ range }} of {{ total }}" - } - }, - "sorting": { - "score": { - "DESC": "Relevance" - }, - "dc.title": { - "ASC": "Title Ascending", - "DESC": "Title Descending" - } - }, + "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", + "404.link.home-page": "Take me to the home page", + "404.page-not-found": "page not found", + "admin.registries.bitstream-formats.description": "This list of bitstream formats provides information about known formats and their support level.", + "admin.registries.bitstream-formats.formats.no-items": "No bitstream formats to show.", + "admin.registries.bitstream-formats.formats.table.internal": "internal", + "admin.registries.bitstream-formats.formats.table.mimetype": "MIME Type", + "admin.registries.bitstream-formats.formats.table.name": "Name", + "admin.registries.bitstream-formats.formats.table.supportLevel.0": "Unknown", + "admin.registries.bitstream-formats.formats.table.supportLevel.1": "Known", + "admin.registries.bitstream-formats.formats.table.supportLevel.2": "Support", + "admin.registries.bitstream-formats.formats.table.supportLevel.head": "Support Level", + "admin.registries.bitstream-formats.head": "Bitstream Format Registry", + "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Format Registry", + "admin.registries.metadata.description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", + "admin.registries.metadata.form.create": "Create metadata schema", + "admin.registries.metadata.form.edit": "Edit metadata schema", + "admin.registries.metadata.form.name": "Name", + "admin.registries.metadata.form.namespace": "Namespace", + "admin.registries.metadata.head": "Metadata Registry", + "admin.registries.metadata.schemas.no-items": "No metadata schemas to show.", + "admin.registries.metadata.schemas.table.delete": "Delete selected", + "admin.registries.metadata.schemas.table.id": "ID", + "admin.registries.metadata.schemas.table.name": "Name", + "admin.registries.metadata.schemas.table.namespace": "Namespace", + "admin.registries.metadata.title": "DSpace Angular :: Metadata Registry", + "admin.registries.schema.description": "This is the metadata schema for \"{{namespace}}\".", + "admin.registries.schema.fields.head": "Schema metadata fields", + "admin.registries.schema.fields.no-items": "No metadata fields to show.", + "admin.registries.schema.fields.table.delete": "Delete selected", + "admin.registries.schema.fields.table.field": "Field", + "admin.registries.schema.fields.table.scopenote": "Scope Note", + "admin.registries.schema.form.create": "Create metadata field", + "admin.registries.schema.form.edit": "Edit metadata field", + "admin.registries.schema.form.element": "Element", + "admin.registries.schema.form.qualifier": "Qualifier", + "admin.registries.schema.form.scopenote": "Scope Note", + "admin.registries.schema.head": "Metadata Schema", + "admin.registries.schema.notification.created": "Successfully created metadata schema \"{{prefix}}\"", + "admin.registries.schema.notification.deleted.failure": "Failed to delete {{amount}} metadata schemas", + "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", + "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", + "admin.registries.schema.notification.failure": "Error", + "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", + "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", + "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", + "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", + "admin.registries.schema.notification.success": "Success", + "admin.registries.schema.return": "Return", + "admin.registries.schema.title": "DSpace Angular :: Metadata Schema Registry", + "auth.errors.invalid-user": "Invalid email address or password.", + "auth.messages.expired": "Your session has expired. Please log in again.", + "browse.comcol.by.author": "By Author", + "browse.comcol.by.dateissued": "By Issue Date", + "browse.comcol.by.subject": "By Subject", + "browse.comcol.by.title": "By Title", + "browse.comcol.head": "Browse", + "browse.empty": "No items to show.", + "browse.metadata.author": "Author", + "browse.metadata.dateissued": "Issue Date", + "browse.metadata.subject": "Subject", + "browse.metadata.title": "Title", + "browse.startsWith.choose_start": "(Choose start)", + "browse.startsWith.choose_year": "(Choose year)", + "browse.startsWith.jump": "Jump to a point in the index:", + "browse.startsWith.months.april": "April", + "browse.startsWith.months.august": "August", + "browse.startsWith.months.december": "December", + "browse.startsWith.months.february": "February", + "browse.startsWith.months.january": "January", + "browse.startsWith.months.july": "July", + "browse.startsWith.months.june": "June", + "browse.startsWith.months.march": "March", + "browse.startsWith.months.may": "May", + "browse.startsWith.months.none": "(Choose month)", + "browse.startsWith.months.november": "November", + "browse.startsWith.months.october": "October", + "browse.startsWith.months.september": "September", + "browse.startsWith.submit": "Go", + "browse.startsWith.type_date": "Or type in a date (year-month):", + "browse.startsWith.type_text": "Or enter first few letters:", + "browse.title": "Browsing {{ collection }} by {{ field }} {{ value }}", + "chips.remove": "Remove chip", + "collection.create.head": "Create a Collection", + "collection.create.sub-head": "Create a Collection for Community {{ parent }}", + "collection.delete.cancel": "Cancel", + "collection.delete.confirm": "Confirm", + "collection.delete.head": "Delete Collection", + "collection.delete.notification.fail": "Collection could not be deleted", + "collection.delete.notification.success": "Successfully deleted collection", + "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"", + "collection.edit.delete": "Delete this collection", + "collection.edit.head": "Edit Collection", + "collection.form.abstract": "Short Description", + "collection.form.description": "Introductory text (HTML)", + "collection.form.errors.title.required": "Please enter a collection name", + "collection.form.license": "License", + "collection.form.provenance": "Provenance", + "collection.form.rights": "Copyright text (HTML)", + "collection.form.tableofcontents": "News (HTML)", + "collection.form.title": "Name", + "collection.page.browse.recent.head": "Recent Submissions", + "collection.page.license": "License", + "collection.page.news": "News", + "community.create.head": "Create a Community", + "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", + "community.delete.cancel": "Cancel", + "community.delete.confirm": "Confirm", + "community.delete.head": "Delete Community", + "community.delete.notification.fail": "Community could not be deleted", + "community.delete.notification.success": "Successfully deleted community", + "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"", + "community.edit.delete": "Delete this community", + "community.edit.head": "Edit Community", + "community.form.abstract": "Short Description", + "community.form.description": "Introductory text (HTML)", + "community.form.errors.title.required": "Please enter a community name", + "community.form.rights": "Copyright text (HTML)", + "community.form.tableofcontents": "News (HTML)", + "community.form.title": "Name", + "community.page.license": "License", + "community.page.news": "News", + "community.sub-collection-list.head": "Collections of this Community", + "community.sub-community-list.head": "Communities of this Community", + "dso-selector.create.collection.head": "New collection", + "dso-selector.create.community.head": "New community", + "dso-selector.create.community.sub-level": "Create a new community in", + "dso-selector.create.community.top-level": "Create a new top-level community", + "dso-selector.create.item.head": "New item", + "dso-selector.edit.collection.head": "Edit collection", + "dso-selector.edit.community.head": "Edit community", + "dso-selector.edit.item.head": "Edit item", + "dso-selector.no-results": "No {{ type }} found", + "dso-selector.placeholder": "Search for a {{ type }}", + "error.browse-by": "Error fetching items", + "error.collection": "Error fetching collection", + "error.community": "Error fetching community", + "error.default": "Error", + "error.item": "Error fetching item", + "error.objects": "Error fetching objects", + "error.recent-submissions": "Error fetching recent submissions", + "error.search-results": "Error fetching search results", + "error.sub-collections": "Error fetching sub-collections", + "error.sub-communities": "Error fetching sub-communities", + "error.submission.sections.init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

", + "error.top-level-communities": "Error fetching top-level communities", + "error.validation.license.notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission.", + "error.validation.pattern": "This input is restricted by the current pattern: {{ pattern }}.", + "footer.copyright": "copyright © 2002-{{ year }}", + "footer.link.dspace": "DSpace software", + "footer.link.duraspace": "DuraSpace", + "form.cancel": "Cancel", + "form.clear": "Clear", + "form.clear-help": "Click here to remove the selected value", + "form.edit": "Edit", + "form.edit-help": "Click here to edit the selected value", + "form.first-name": "First name", + "form.group-collapse": "Collapse", + "form.group-collapse-help": "Click here to collapse", + "form.group-expand": "Expand", + "form.group-expand-help": "Click here to expand and add more elements", + "form.last-name": "Last name", + "form.loading": "Loading...", + "form.no-results": "No results found", + "form.no-value": "No value entered", + "form.other-information": {}, + "form.remove": "Remove", + "form.save": "Save", + "form.save-help": "Save changes", + "form.search": "Search", + "form.search-help": "Click here to looking for an existing correspondence", + "form.submit": "Submit", + "home.description": "", + "home.title": "DSpace Angular :: Home", + "home.top-level-communities.head": "Communities in DSpace", + "home.top-level-communities.help": "Select a community to browse its collections.", + "item.edit.delete.cancel": "Cancel", + "item.edit.delete.confirm": "Delete", + "item.edit.delete.description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.", + "item.edit.delete.error": "An error occurred while deleting the item", + "item.edit.delete.header": "Delete item: {{ id }}", + "item.edit.delete.success": "The item has been deleted", + "item.edit.head": "Edit Item", + "item.edit.metadata.add-button": "Add", + "item.edit.metadata.discard-button": "Discard", + "item.edit.metadata.edit.buttons.edit": "Edit", + "item.edit.metadata.edit.buttons.remove": "Remove", + "item.edit.metadata.edit.buttons.undo": "Undo changes", + "item.edit.metadata.edit.buttons.unedit": "Stop editing", + "item.edit.metadata.headers.edit": "Edit", + "item.edit.metadata.headers.field": "Field", + "item.edit.metadata.headers.language": "Lang", + "item.edit.metadata.headers.value": "Value", + "item.edit.metadata.metadatafield.invalid": "Please choose a valid metadata field", + "item.edit.metadata.notifications.discarded.content": "Your changes were discarded. To reinstate your changes click the 'Undo' button", + "item.edit.metadata.notifications.discarded.title": "Changed discarded", + "item.edit.metadata.notifications.invalid.content": "Your changes were not saved. Please make sure all fields are valid before you save.", + "item.edit.metadata.notifications.invalid.title": "Metadata invalid", + "item.edit.metadata.notifications.outdated.content": "The item you're currently working on has been changed by another user. Your current changes are discarded to prevent conflicts", + "item.edit.metadata.notifications.outdated.title": "Changed outdated", + "item.edit.metadata.notifications.saved.content": "Your changes to this item's metadata were saved.", + "item.edit.metadata.notifications.saved.title": "Metadata saved", + "item.edit.metadata.reinstate-button": "Undo", + "item.edit.metadata.save-button": "Save", + "item.edit.modify.overview.field": "Field", + "item.edit.modify.overview.language": "Language", + "item.edit.modify.overview.value": "Value", + "item.edit.private.cancel": "Cancel", + "item.edit.private.confirm": "Make it Private", + "item.edit.private.description": "Are you sure this item should be made private in the archive?", + "item.edit.private.error": "An error occurred while making the item private", + "item.edit.private.header": "Make item private: {{ id }}", + "item.edit.private.success": "The item is now private", + "item.edit.public.cancel": "Cancel", + "item.edit.public.confirm": "Make it Public", + "item.edit.public.description": "Are you sure this item should be made public in the archive?", + "item.edit.public.error": "An error occurred while making the item public", + "item.edit.public.header": "Make item public: {{ id }}", + "item.edit.public.success": "The item is now public", + "item.edit.reinstate.cancel": "Cancel", + "item.edit.reinstate.confirm": "Reinstate", + "item.edit.reinstate.description": "Are you sure this item should be reinstated to the archive?", + "item.edit.reinstate.error": "An error occurred while reinstating the item", + "item.edit.reinstate.header": "Reinstate item: {{ id }}", + "item.edit.reinstate.success": "The item was reinstated successfully", + "item.edit.tabs.bitstreams.head": "Item Bitstreams", + "item.edit.tabs.bitstreams.title": "Item Edit - Bitstreams", + "item.edit.tabs.curate.head": "Curate", + "item.edit.tabs.curate.title": "Item Edit - Curate", + "item.edit.tabs.metadata.head": "Item Metadata", + "item.edit.tabs.metadata.title": "Item Edit - Metadata", + "item.edit.tabs.status.buttons.authorizations.button": "Authorizations...", + "item.edit.tabs.status.buttons.authorizations.label": "Edit item's authorization policies", + "item.edit.tabs.status.buttons.delete.button": "Permanently delete", + "item.edit.tabs.status.buttons.delete.label": "Completely expunge item", + "item.edit.tabs.status.buttons.mappedCollections.button": "Mapped collections", + "item.edit.tabs.status.buttons.mappedCollections.label": "Manage mapped collections", + "item.edit.tabs.status.buttons.move.button": "Move...", + "item.edit.tabs.status.buttons.move.label": "Move item to another collection", + "item.edit.tabs.status.buttons.private.button": "Make it private...", + "item.edit.tabs.status.buttons.private.label": "Make item private", + "item.edit.tabs.status.buttons.public.button": "Make it public...", + "item.edit.tabs.status.buttons.public.label": "Make item public", + "item.edit.tabs.status.buttons.reinstate.button": "Reinstate...", + "item.edit.tabs.status.buttons.reinstate.label": "Reinstate item into the repository", + "item.edit.tabs.status.buttons.withdraw.button": "Withdraw...", + "item.edit.tabs.status.buttons.withdraw.label": "Withdraw item from the repository", + "item.edit.tabs.status.description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.", + "item.edit.tabs.status.head": "Item Status", + "item.edit.tabs.status.labels.handle": "Handle", + "item.edit.tabs.status.labels.id": "Item Internal ID", + "item.edit.tabs.status.labels.itemPage": "Item Page", + "item.edit.tabs.status.labels.lastModified": "Last Modified", + "item.edit.tabs.status.title": "Item Edit - Status", + "item.edit.tabs.view.head": "View Item", + "item.edit.tabs.view.title": "Item Edit - View", + "item.edit.withdraw.cancel": "Cancel", + "item.edit.withdraw.confirm": "Withdraw", + "item.edit.withdraw.description": "Are you sure this item should be withdrawn from the archive?", + "item.edit.withdraw.error": "An error occurred while withdrawing the item", + "item.edit.withdraw.header": "Withdraw item: {{ id }}", + "item.edit.withdraw.success": "The item was withdrawn successfully", + "item.page.abstract": "Abstract", + "item.page.author": "Authors", + "item.page.citation": "Citation", + "item.page.collections": "Collections", + "item.page.date": "Date", + "item.page.files": "Files", + "item.page.filesection.description": "Description:", + "item.page.filesection.download": "Download", + "item.page.filesection.format": "Format:", + "item.page.filesection.name": "Name:", + "item.page.filesection.size": "Size:", + "item.page.journal.search.title": "Articles in this journal", + "item.page.link.full": "Full item page", + "item.page.link.simple": "Simple item page", + "item.page.person.search.title": "Articles by this author", + "item.page.subject": "Keywords", + "item.page.uri": "URI", + "item.select.confirm": "Confirm selected", + "item.select.table.author": "Author", + "item.select.table.collection": "Collection", + "item.select.table.title": "Title", + "journal.listelement.badge": "Journal", + "journal.page.description": "Description", + "journal.page.editor": "Editor-in-Chief", + "journal.page.issn": "ISSN", + "journal.page.publisher": "Publisher", + "journal.page.titleprefix": "Journal: ", + "journal.search.results.head": "Journal Search Results", + "journal.search.title": "DSpace Angular :: Journal Search", + "journalissue.listelement.badge": "Journal Issue", + "journalissue.page.description": "Description", + "journalissue.page.issuedate": "Issue Date", + "journalissue.page.journal-issn": "Journal ISSN", + "journalissue.page.journal-title": "Journal Title", + "journalissue.page.keyword": "Keywords", + "journalissue.page.number": "Number", + "journalissue.page.titleprefix": "Journal Issue: ", + "journalvolume.listelement.badge": "Journal Volume", + "journalvolume.page.description": "Description", + "journalvolume.page.issuedate": "Issue Date", + "journalvolume.page.titleprefix": "Journal Volume: ", + "journalvolume.page.volume": "Volume", + "loading.browse-by": "Loading items...", + "loading.browse-by-page": "Loading page...", + "loading.collection": "Loading collection...", + "loading.community": "Loading community...", + "loading.default": "Loading...", + "loading.item": "Loading item...", + "loading.mydspace-results": "Loading items...", + "loading.objects": "Loading...", + "loading.recent-submissions": "Loading recent submissions...", + "loading.search-results": "Loading search results...", + "loading.sub-collections": "Loading sub-collections...", + "loading.sub-communities": "Loading sub-communities...", + "loading.top-level-communities": "Loading top-level communities...", + "login.form.email": "Email address", + "login.form.forgot-password": "Have you forgotten your password?", + "login.form.header": "Please log in to DSpace", + "login.form.new-user": "New user? Click here to register.", + "login.form.password": "Password", + "login.form.submit": "Log in", + "login.title": "Login", + "logout.form.header": "Log out from DSpace", + "logout.form.submit": "Log out", + "logout.title": "Logout", + "menu.header.admin": "Admin", + "menu.header.image.logo": "Repository logo", + "menu.section.access_control": "Access Control", + "menu.section.access_control_authorizations": "Authorizations", + "menu.section.access_control_groups": "Groups", + "menu.section.access_control_people": "People", + "menu.section.browse_community": "This Community", + "menu.section.browse_community_by_author": "By Author", + "menu.section.browse_community_by_issue_date": "By Issue Date", + "menu.section.browse_community_by_title": "By Title", + "menu.section.browse_global": "All of DSpace", + "menu.section.browse_global_by_author": "By Author", + "menu.section.browse_global_by_dateissued": "By Issue Date", + "menu.section.browse_global_by_subject": "By Subject", + "menu.section.browse_global_by_title": "By Title", + "menu.section.browse_global_communities_and_collections": "Communities & Collections", + "menu.section.control_panel": "Control Panel", + "menu.section.curation_task": "Curation Task", + "menu.section.edit": "Edit", + "menu.section.edit_collection": "Collection", + "menu.section.edit_community": "Community", + "menu.section.edit_item": "Item", + "menu.section.export": "Export", + "menu.section.export_collection": "Collection", + "menu.section.export_community": "Community", + "menu.section.export_item": "Item", + "menu.section.export_metadata": "Metadata", + "menu.section.find": "Find", + "menu.section.find_items": "Items", + "menu.section.find_private_items": "Private Items", + "menu.section.find_withdrawn_items": "Withdrawn Items", + "menu.section.icon.access_control": "Access Control menu section", + "menu.section.icon.control_panel": "Control Panel menu section", + "menu.section.icon.curation_task": "Curation Task menu section", + "menu.section.icon.edit": "Edit menu section", + "menu.section.icon.export": "Export menu section", + "menu.section.icon.find": "Find menu section", + "menu.section.icon.import": "Import menu section", + "menu.section.icon.new": "New menu section", + "menu.section.icon.pin": "Pin sidebar", + "menu.section.icon.registries": "Registries menu section", + "menu.section.icon.statistics_task": "Statistics Task menu section", + "menu.section.icon.unpin": "Unpin sidebar", + "menu.section.import": "Import", + "menu.section.import_batch": "Batch Import (ZIP)", + "menu.section.import_metadata": "Metadata", + "menu.section.new": "New", + "menu.section.new_collection": "Collection", + "menu.section.new_community": "Community", + "menu.section.new_item": "Item", + "menu.section.new_item_version": "Item Version", + "menu.section.pin": "Pin sidebar", + "menu.section.registries": "Registries", + "menu.section.registries_format": "Format", + "menu.section.registries_metadata": "Metadata", + "menu.section.statistics": "Statistics", + "menu.section.statistics_task": "Statistics Task", + "menu.section.toggle.access_control": "Toggle Access Control section", + "menu.section.toggle.control_panel": "Toggle Control Panel section", + "menu.section.toggle.curation_task": "Toggle Curation Task section", + "menu.section.toggle.edit": "Toggle Edit section", + "menu.section.toggle.export": "Toggle Export section", + "menu.section.toggle.find": "Toggle Find section", + "menu.section.toggle.import": "Toggle Import section", + "menu.section.toggle.new": "Toggle New section", + "menu.section.toggle.registries": "Toggle Registries section", + "menu.section.toggle.statistics_task": "Toggle Statistics Task section", + "menu.section.unpin": "Unpin sidebar", + "mydspace.description": "", + "mydspace.general.text-here": "HERE", + "mydspace.messages.controller-help": "Select this option to send a message to item's submitter.", + "mydspace.messages.description-placeholder": "Insert your message here...", + "mydspace.messages.hide-msg": "Hide message", + "mydspace.messages.mark-as-read": "Mark as read", + "mydspace.messages.mark-as-unread": "Mark as unread", + "mydspace.messages.no-content": "No content.", + "mydspace.messages.no-messages": "No messages yet.", + "mydspace.messages.send-btn": "Send", + "mydspace.messages.show-msg": "Show message", + "mydspace.messages.subject-placeholder": "Subject...", + "mydspace.messages.submitter-help": "Select this option to send a message to controller.", + "mydspace.messages.title": "Messages", + "mydspace.messages.to": "To", + "mydspace.new-submission": "New submission", + "mydspace.results.head": "Your submissions", + "mydspace.results.no-abstract": "No Abstract", + "mydspace.results.no-authors": "No Authors", + "mydspace.results.no-collections": "No Collections", + "mydspace.results.no-date": "No Date", + "mydspace.results.no-files": "No Files", + "mydspace.results.no-results": "There were no items to show", + "mydspace.results.no-title": "No title", + "mydspace.results.no-uri": "No Uri", + "mydspace.show.workflow": "All tasks", + "mydspace.show.workspace": "Your Submissions", + "mydspace.status.archived": "Archived", + "mydspace.status.validation": "Validation", + "mydspace.status.waiting-for-controller": "Waiting for controller", + "mydspace.status.workflow": "Workflow", + "mydspace.status.workspace": "Workspace", + "mydspace.title": "MyDSpace", + "mydspace.upload.upload-failed": "Error creating new workspace. Please verify the content uploaded before retry.", + "mydspace.upload.upload-multiple-successful": "{{qty}} new workspace items created.", + "mydspace.upload.upload-successful": "New workspace item created. Click {{here}} for edit it.", + "mydspace.view-btn": "View", + "nav.browse.header": "All of DSpace", + "nav.community-browse.header": "By Community", + "nav.language": "Language switch", + "nav.login": "Log In", + "nav.logout": "Log Out", + "nav.mydspace": "MyDSpace", + "nav.search": "Search", + "nav.statistics.header": "Statistics", + "orgunit.listelement.badge": "Organizational Unit", + "orgunit.page.city": "City", + "orgunit.page.country": "Country", + "orgunit.page.dateestablished": "Date established", + "orgunit.page.description": "Description", + "orgunit.page.id": "ID", + "orgunit.page.titleprefix": "Organizational Unit: ", + "pagination.results-per-page": "Results Per Page", + "pagination.showing.detail": "{{ range }} of {{ total }}", + "pagination.showing.label": "Now showing ", + "pagination.sort-direction": "Sort Options", + "person.listelement.badge": "Person", + "person.page.birthdate": "Birth Date", + "person.page.email": "Email Address", + "person.page.firstname": "First Name", + "person.page.jobtitle": "Job Title", + "person.page.lastname": "Last Name", + "person.page.link.full": "Show all metadata", + "person.page.orcid": "ORCID", + "person.page.staffid": "Staff ID", + "person.page.titleprefix": "Person: ", + "person.search.results.head": "Person Search Results", + "person.search.title": "DSpace Angular :: Person Search", + "project.listelement.badge": "Research Project", + "project.page.contributor": "Contributors", + "project.page.description": "Description", + "project.page.expectedcompletion": "Expected Completion", + "project.page.funder": "Funders", + "project.page.id": "ID", + "project.page.keyword": "Keywords", + "project.page.status": "Status", + "project.page.titleprefix": "Research Project: ", + "publication.listelement.badge": "Publication", + "publication.page.description": "Description", + "publication.page.journal-issn": "Journal ISSN", + "publication.page.journal-title": "Journal Title", + "publication.page.publisher": "Publisher", + "publication.page.titleprefix": "Publication: ", + "publication.page.volume-title": "Volume Title", + "publication.search.results.head": "Publication Search Results", + "publication.search.title": "DSpace Angular :: Publication Search", + "relationships.isAuthorOf": "Authors", + "relationships.isIssueOf": "Journal Issues", + "relationships.isJournalIssueOf": "Journal Issue", + "relationships.isJournalOf": "Journals", + "relationships.isOrgUnitOf": "Organizational Units", + "relationships.isPersonOf": "Authors", + "relationships.isProjectOf": "Research Projects", + "relationships.isPublicationOf": "Publications", + "relationships.isPublicationOfJournalIssue": "Articles", + "relationships.isSingleJournalOf": "Journal", + "relationships.isSingleVolumeOf": "Journal Volume", + "relationships.isVolumeOf": "Journal Volumes", + "search.description": "", + "search.filters.applied.f.author": "Author", + "search.filters.applied.f.dateIssued.max": "End date", + "search.filters.applied.f.dateIssued.min": "Start date", + "search.filters.applied.f.dateSubmitted": "Date submitted", + "search.filters.applied.f.entityType": "Item Type", + "search.filters.applied.f.has_content_in_original_bundle": "Has files", + "search.filters.applied.f.itemtype": "Type", + "search.filters.applied.f.namedresourcetype": "Status", + "search.filters.applied.f.subject": "Subject", + "search.filters.applied.f.submitter": "Submitter", + "search.filters.filter.author.head": "Author", + "search.filters.filter.author.placeholder": "Author name", + "search.filters.filter.birthDate.head": "Birth Date", + "search.filters.filter.birthDate.placeholder": "Birth Date", + "search.filters.filter.creativeDatePublished.head": "Date Published", + "search.filters.filter.creativeDatePublished.placeholder": "Date Published", + "search.filters.filter.creativeWorkEditor.head": "Editor", + "search.filters.filter.creativeWorkEditor.placeholder": "Editor", + "search.filters.filter.creativeWorkKeywords.head": "Subject", + "search.filters.filter.creativeWorkKeywords.placeholder": "Subject", + "search.filters.filter.creativeWorkPublisher.head": "Publisher", + "search.filters.filter.creativeWorkPublisher.placeholder": "Publisher", + "search.filters.filter.dateIssued.head": "Date", + "search.filters.filter.dateIssued.max.placeholder": "Minimum Date", + "search.filters.filter.dateIssued.min.placeholder": "Maximum Date", + "search.filters.filter.dateSubmitted.head": "Date submitted", + "search.filters.filter.dateSubmitted.placeholder": "Date submitted", + "search.filters.filter.entityType.head": "Item Type", + "search.filters.filter.entityType.placeholder": "Item Type", + "search.filters.filter.has_content_in_original_bundle.head": "Has files", + "search.filters.filter.itemtype.head": "Type", + "search.filters.filter.itemtype.placeholder": "Type", + "search.filters.filter.jobTitle.head": "Job Title", + "search.filters.filter.jobTitle.placeholder": "Job Title", + "search.filters.filter.knowsLanguage.head": "Known language", + "search.filters.filter.knowsLanguage.placeholder": "Known language", + "search.filters.filter.namedresourcetype.head": "Status", + "search.filters.filter.namedresourcetype.placeholder": "Status", + "search.filters.filter.objectpeople.head": "People", + "search.filters.filter.objectpeople.placeholder": "People", + "search.filters.filter.organizationAddressCountry.head": "Country", + "search.filters.filter.organizationAddressCountry.placeholder": "Country", + "search.filters.filter.organizationAddressLocality.head": "City", + "search.filters.filter.organizationAddressLocality.placeholder": "City", + "search.filters.filter.organizationFoundingDate.head": "Date Founded", + "search.filters.filter.organizationFoundingDate.placeholder": "Date Founded", + "search.filters.filter.scope.head": "Scope", + "search.filters.filter.scope.placeholder": "Scope filter", + "search.filters.filter.show-less": "Collapse", + "search.filters.filter.show-more": "Show more", + "search.filters.filter.subject.head": "Subject", + "search.filters.filter.subject.placeholder": "Subject", + "search.filters.filter.submitter.head": "Submitter", + "search.filters.filter.submitter.placeholder": "Submitter", + "search.filters.head": "Filters", + "search.filters.reset": "Reset filters", + "search.form.search": "Search", + "search.form.search_dspace": "Search DSpace", + "search.form.search_mydspace": "Search MyDSpace", + "search.results.head": "Search Results", + "search.results.no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", + "search.results.no-results-link": "quotes around it", + "search.sidebar.close": "Back to results", + "search.sidebar.filters.title": "Filters", + "search.sidebar.open": "Search Tools", + "search.sidebar.results": "results", + "search.sidebar.settings.rpp": "Results per page", + "search.sidebar.settings.sort-by": "Sort By", + "search.sidebar.settings.title": "Settings", + "search.switch-configuration.title": "Show", + "search.title": "DSpace Angular :: Search", + "search.view-switch.show-detail": "Show detail", + "search.view-switch.show-grid": "Show as grid", + "search.view-switch.show-list": "Show as list", + "sorting.dc.title.ASC": "Title Ascending", + "sorting.dc.title.DESC": "Title Descending", + "sorting.score.DESC": "Relevance", + "submission.edit.title": "Edit Submission", + "submission.general.cannot_submit": "You have not the privilege to make a new submission.", + "submission.general.deposit": "Deposit", + "submission.general.discard.confirm.cancel": "Cancel", + "submission.general.discard.confirm.info": "This operation can't be undone. Are you sure?", + "submission.general.discard.confirm.submit": "Yes, I'm sure", + "submission.general.discard.confirm.title": "Discard submission", + "submission.general.discard.submit": "Discard", + "submission.general.save": "Save", + "submission.general.save-later": "Save for later", + "submission.mydspace": {}, + "submission.sections.general.add-more": "Add more", + "submission.sections.general.collection": "Collection", + "submission.sections.general.deposit_error_notice": "There was an issue when submitting the item, please try again later.", + "submission.sections.general.deposit_success_notice": "Submission deposited successfully.", + "submission.sections.general.discard_error_notice": "There was an issue when discarding the item, please try again later.", + "submission.sections.general.discard_success_notice": "Submission discarded successfully.", + "submission.sections.general.metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", + "submission.sections.general.metadata-extracted-new-section": "New {{sectionId}} section has been added to submission.", + "submission.sections.general.no-collection": "No collection found", + "submission.sections.general.no-sections": "No options available", + "submission.sections.general.save_error_notice": "There was an issue when saving the item, please try again later.", + "submission.sections.general.save_success_notice": "Submission saved successfully.", + "submission.sections.general.search-collection": "Search for a collection", + "submission.sections.general.sections_not_valid": "There are incomplete sections.", + "submission.sections.submit.progressbar.cclicense": "Creative commons license", + "submission.sections.submit.progressbar.describe.recycle": "Recycle", + "submission.sections.submit.progressbar.describe.stepcustom": "Describe", + "submission.sections.submit.progressbar.describe.stepone": "Describe", + "submission.sections.submit.progressbar.describe.steptwo": "Describe", + "submission.sections.submit.progressbar.detect-duplicate": "Potential duplicates", + "submission.sections.submit.progressbar.license": "Deposit license", + "submission.sections.submit.progressbar.upload": "Upload files", + "submission.sections.upload.delete.confirm.cancel": "Cancel", + "submission.sections.upload.delete.confirm.info": "This operation can't be undone. Are you sure?", + "submission.sections.upload.delete.confirm.submit": "Yes, I'm sure", + "submission.sections.upload.delete.confirm.title": "Delete bitstream", + "submission.sections.upload.delete.submit": "Delete", + "submission.sections.upload.drop-message": "Drop files to attach them to the item", + "submission.sections.upload.form.access-condition-label": "Access condition type", + "submission.sections.upload.form.date-required": "Date is required.", + "submission.sections.upload.form.from-label": "Access grant from", + "submission.sections.upload.form.from-placeholder": "From", + "submission.sections.upload.form.group-label": "Group", + "submission.sections.upload.form.group-required": "Group is required.", + "submission.sections.upload.form.until-label": "Access grant until", + "submission.sections.upload.form.until-placeholder": "Until", + "submission.sections.upload.header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", + "submission.sections.upload.header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", + "submission.sections.upload.info": "Here you will find all the files currently in the item. You can update the fle metadata and access conditions or upload additional files just dragging & dropping them everywhere in the page", + "submission.sections.upload.no-entry": "No", + "submission.sections.upload.no-file-uploaded": "No file uploaded yet.", + "submission.sections.upload.save-metadata": "Save metadata", + "submission.sections.upload.undo": "Cancel", + "submission.sections.upload.upload-failed": "Upload failed", + "submission.sections.upload.upload-successful": "Upload successful", + "submission.submit.title": "Submission", + "submission.workflow.generic.delete": "Delete", + "submission.workflow.generic.delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", + "submission.workflow.generic.edit": "Edit", + "submission.workflow.generic.edit-help": "Select this option to change the item's metadata.", + "submission.workflow.generic.view": "View", + "submission.workflow.generic.view-help": "Select this option to view the item's metadata.", + "submission.workflow.tasks.claimed.approve": "Approve", + "submission.workflow.tasks.claimed.approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", + "submission.workflow.tasks.claimed.edit": "Edit", + "submission.workflow.tasks.claimed.edit_help": "Select this option to change the item's metadata.", + "submission.workflow.tasks.claimed.reject.reason.info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", + "submission.workflow.tasks.claimed.reject.reason.placeholder": "Describe the reason of reject", + "submission.workflow.tasks.claimed.reject.reason.submit": "Reject item", + "submission.workflow.tasks.claimed.reject.reason.title": "Reason", + "submission.workflow.tasks.claimed.reject.submit": "Reject", + "submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", + "submission.workflow.tasks.claimed.return": "Return to pool", + "submission.workflow.tasks.claimed.return_help": "Return the task to the pool so that another user may perform the task.", + "submission.workflow.tasks.generic.error": "Error occurred during operation...", + "submission.workflow.tasks.generic.processing": "Processing...", + "submission.workflow.tasks.generic.submitter": "Submitter", + "submission.workflow.tasks.generic.success": "Operation successful", + "submission.workflow.tasks.pool.claim": "Claim", + "submission.workflow.tasks.pool.claim_help": "Assign this task to yourself.", + "submission.workflow.tasks.pool.hide-detail": "Hide detail", + "submission.workflow.tasks.pool.show-detail": "Show detail", "title": "DSpace", - "404": { - "help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", - "page-not-found": "page not found", - "link": { - "home-page": "Take me to the home page" - } - }, - "home": { - "title": "DSpace Angular :: Home", - "description": "", - "top-level-communities": { - "head": "Communities in DSpace", - "help": "Select a community to browse its collections." - } - }, - "mydspace": { - "title": "MyDSpace", - "description": "", - "new-submission": "New submission", - "results": { - "head": "Your submissions", - "no-results": "There were no items to show", - "no-title": "No title", - "no-authors": "No Authors", - "no-date": "No Date", - "no-abstract": "No Abstract", - "no-files": "No Files", - "no-uri": "No Uri", - "no-collections": "No Collections" - }, - "messages": { - "title": "Messages", - "to": "To", - "hide-msg": "Hide message", - "show-msg": "Show message", - "no-messages": "No messages yet.", - "no-content": "No content.", - "send-btn": "Send", - "subject-placeholder": "Subject...", - "description-placeholder": "Insert your message here...", - "mark-as-read": "Mark as read", - "mark-as-unread": "Mark as unread", - "submitter-help": "Select this option to send a message to controller.", - "controller-help": "Select this option to send a message to item's submitter." - }, - "show": { - "workspace": "Your Submissions", - "workflow": "All tasks" - }, - "status": { - "workflow": "Workflow", - "validation": "Validation", - "waiting-for-controller": "Waiting for controller", - "workspace": "Workspace", - "archived": "Archived" - }, - "view-btn": "View", - "general": { - "text-here": "HERE" - }, - "upload": { - "upload-successful": "New workspace item created. Click {{here}} for edit it.", - "upload-multiple-successful": "{{qty}} new workspace items created.", - "upload-failed": "Error creating new workspace. Please verify the content uploaded before retry." - } - }, - "search": { - "title": "DSpace Angular :: Search", - "description": "", - "form": { - "search": "Search", - "search_dspace": "Search DSpace", - "search_mydspace": "Search MyDSpace" - }, - "results": { - "head": "Search Results", - "no-results": "Your search returned no results. Having trouble finding what you're looking for? Try putting", - "no-results-link": "quotes around it" - }, - "sidebar": { - "close": "Back to results", - "open": "Search Tools", - "results": "results", - "filters": { - "title": "Filters" - }, - "settings": { - "title": "Settings", - "sort-by": "Sort By", - "rpp": "Results per page" - } - }, - "switch-configuration": { - "title": "Show" - }, - "view-switch": { - "show-list": "Show as list", - "show-grid": "Show as grid", - "show-detail": "Show detail" - }, - "filters": { - "head": "Filters", - "reset": "Reset filters", - "applied": { - "f.author": "Author", - "f.dateIssued.min": "Start date", - "f.dateIssued.max": "End date", - "f.subject": "Subject", - "f.has_content_in_original_bundle": "Has files", - "f.entityType": "Item Type", - "f.namedresourcetype": "Status", - "f.dateSubmitted": "Date submitted", - "f.itemtype": "Type", - "f.submitter": "Submitter" - }, - "filter": { - "show-more": "Show more", - "show-less": "Collapse", - "author": { - "placeholder": "Author name", - "head": "Author" - }, - "scope": { - "placeholder": "Scope filter", - "head": "Scope" - }, - "subject": { - "placeholder": "Subject", - "head": "Subject" - }, - "dateIssued": { - "max": { - "placeholder": "Minimum Date" - }, - "min": { - "placeholder": "Maximum Date" - }, - "head": "Date" - }, - "has_content_in_original_bundle": { - "head": "Has files" - }, - "entityType": { - "placeholder": "Item Type", - "head": "Item Type" - }, - "namedresourcetype": { - "placeholder": "Status", - "head": "Status" - }, - "dateSubmitted": { - "placeholder": "Date submitted", - "head": "Date submitted" - }, - "itemtype": { - "placeholder": "Type", - "head": "Type" - }, - "submitter": { - "placeholder": "Submitter", - "head": "Submitter" - }, - "objectpeople": { - "placeholder": "People", - "head": "People" - }, - "jobTitle": { - "placeholder": "Job Title", - "head": "Job Title" - }, - "knowsLanguage": { - "placeholder": "Known language", - "head": "Known language" - }, - "birthDate": { - "placeholder": "Birth Date", - "head": "Birth Date" - }, - "creativeWorkPublisher": { - "placeholder": "Publisher", - "head": "Publisher" - }, - "creativeWorkEditor": { - "placeholder": "Editor", - "head": "Editor" - }, - "creativeWorkKeywords": { - "placeholder": "Subject", - "head": "Subject" - }, - "creativeDatePublished": { - "placeholder": "Date Published", - "head": "Date Published" - }, - "organizationAddressCountry": { - "placeholder": "Country", - "head": "Country" - }, - "organizationAddressLocality": { - "placeholder": "City", - "head": "City" - }, - "organizationFoundingDate": { - "placeholder": "Date Founded", - "head": "Date Founded" - } - } - } - }, - "browse": { - "title": "Browsing {{ collection }} by {{ field }} {{ value }}", - "startsWith": { - "jump": "Jump to a point in the index:", - "choose_year": "(Choose year)", - "choose_start": "(Choose start)", - "type_date": "Or type in a date (year-month):", - "type_text": "Or enter first few letters:", - "months": { - "none": "(Choose month)", - "january": "January", - "february": "February", - "march": "March", - "april": "April", - "may": "May", - "june": "June", - "july": "July", - "august": "August", - "september": "September", - "october": "October", - "november": "November", - "december": "December" - }, - "submit": "Go" - }, - "metadata": { - "title": "Title", - "author": "Author", - "subject": "Subject", - "dateissued": "Issue Date" - }, - "comcol": { - "head": "Browse", - "by": { - "title": "By Title", - "dateissued": "By Issue Date", - "author": "By Author", - "subject": "By Subject" - } - }, - "empty": "No items to show." - }, - "admin": { - "registries": { - "metadata": { - "title": "DSpace Angular :: Metadata Registry", - "head": "Metadata Registry", - "description": "The metadata registry maintains a list of all metadata fields available in the repository. These fields may be divided amongst multiple schemas. However, DSpace requires the qualified Dublin Core schema.", - "form": { - "create": "Create metadata schema", - "edit": "Edit metadata schema", - "namespace": "Namespace", - "name": "Name" - }, - "schemas": { - "table": { - "id": "ID", - "namespace": "Namespace", - "name": "Name", - "delete": "Delete selected" - }, - "no-items": "No metadata schemas to show." - } - }, - "schema": { - "title": "DSpace Angular :: Metadata Schema Registry", - "head": "Metadata Schema", - "description": "This is the metadata schema for \"{{namespace}}\".", - "return": "Return", - "form": { - "create": "Create metadata field", - "edit": "Edit metadata field", - "element": "Element", - "qualifier": "Qualifier", - "scopenote": "Scope Note" - }, - "fields": { - "head": "Schema metadata fields", - "table": { - "field": "Field", - "scopenote": "Scope Note", - "delete": "Delete selected" - }, - "no-items": "No metadata fields to show." - }, - "notification": { - "success": "Success", - "failure": "Error", - "created": "Successfully created metadata schema \"{{prefix}}\"", - "edited": "Successfully edited metadata schema \"{{prefix}}\"", - "deleted": { - "success": "Successfully deleted {{amount}} metadata schemas", - "failure": "Failed to delete {{amount}} metadata schemas" - }, - "field": { - "created": "Successfully created metadata field \"{{field}}\"", - "edited": "Successfully edited metadata field \"{{field}}\"", - "deleted": { - "success": "Successfully deleted {{amount}} metadata fields", - "failure": "Failed to delete {{amount}} metadata fields" - } - } - } - }, - "bitstream-formats": { - "title": "DSpace Angular :: Bitstream Format Registry", - "head": "Bitstream Format Registry", - "description": "This list of bitstream formats provides information about known formats and their support level.", - "formats": { - "table": { - "name": "Name", - "mimetype": "MIME Type", - "supportLevel": { - "head": "Support Level", - "0": "Unknown", - "1": "Known", - "2": "Support" - }, - "internal": "internal" - }, - "no-items": "No bitstream formats to show." - } - } - } - }, - "menu": { - "header": { - "admin": "Admin", - "image": { - "logo": "Repository logo" - } - }, - "section": { - "pin": "Pin sidebar", - "unpin": "Unpin sidebar", - "new": "New", - "new_community": "Community", - "new_collection": "Collection", - "new_item": "Item", - "new_item_version": "Item Version", - "edit": "Edit", - "edit_community": "Community", - "edit_collection": "Collection", - "edit_item": "Item", - "import": "Import", - "import_metadata": "Metadata", - "import_batch": "Batch Import (ZIP)", - "export": "Export", - "export_community": "Community", - "export_collection": "Collection", - "export_item": "Item", - "export_metadata": "Metadata", - "access_control": "Access Control", - "access_control_people": "People", - "access_control_groups": "Groups", - "access_control_authorizations": "Authorizations", - "find": "Find", - "find_items": "Items", - "find_withdrawn_items": "Withdrawn Items", - "find_private_items": "Private Items", - "registries": "Registries", - "registries_metadata": "Metadata", - "registries_format": "Format", - "curation_task": "Curation Task", - "statistics_task": "Statistics Task", - "control_panel": "Control Panel", - "browse_global": "All of DSpace", - "browse_global_communities_and_collections": "Communities & Collections", - "browse_global_by_dateissued": "By Issue Date", - "browse_global_by_author": "By Author", - "browse_global_by_title": "By Title", - "browse_global_by_subject": "By Subject", - "statistics": "Statistics", - "browse_community": "This Community", - "browse_community_by_issue_date": "By Issue Date", - "browse_community_by_author": "By Author", - "browse_community_by_title": "By Title", - "icon": { - "pin": "Pin sidebar", - "unpin": "Unpin sidebar", - "new": "New menu section", - "edit": "Edit menu section", - "import": "Import menu section", - "export": "Export menu section", - "access_control": "Access Control menu section", - "find": "Find menu section", - "registries": "Registries menu section", - "curation_task": "Curation Task menu section", - "statistics_task": "Statistics Task menu section", - "control_panel": "Control Panel menu section" - }, - "toggle": { - "new": "Toggle New section", - "edit": "Toggle Edit section", - "import": "Toggle Import section", - "export": "Toggle Export section", - "access_control": "Toggle Access Control section", - "find": "Toggle Find section", - "registries": "Toggle Registries section", - "curation_task": "Toggle Curation Task section", - "statistics_task": "Toggle Statistics Task section", - "control_panel": "Toggle Control Panel section" - } - } - }, - "loading": { - "default": "Loading...", - "top-level-communities": "Loading top-level communities...", - "community": "Loading community...", - "collection": "Loading collection...", - "sub-collections": "Loading sub-collections...", - "sub-communities": "Loading sub-communities...", - "recent-submissions": "Loading recent submissions...", - "item": "Loading item...", - "objects": "Loading...", - "search-results": "Loading search results...", - "mydspace-results": "Loading items...", - "browse-by": "Loading items...", - "browse-by-page": "Loading page..." - }, - "error": { - "default": "Error", - "top-level-communities": "Error fetching top-level communities", - "community": "Error fetching community", - "collection": "Error fetching collection", - "sub-collections": "Error fetching sub-collections", - "sub-communities": "Error fetching sub-communities", - "recent-submissions": "Error fetching recent submissions", - "item": "Error fetching item", - "objects": "Error fetching objects", - "search-results": "Error fetching search results", - "browse-by": "Error fetching items", - "validation": { - "pattern": "This input is restricted by the current pattern: {{ pattern }}.", - "license": { - "notgranted": "You must grant this license to complete your submission. If you are unable to grant this license at this time you may save your work and return later or remove the submission." - } - }, - "submission": { - "sections": { - "init-form-error": "An error occurred during section initialize, please check your input-form configuration. Details are below :

" - } - } - }, - "form": { - "submit": "Submit", - "cancel": "Cancel", - "search": "Search", - "search-help": "Click here to looking for an existing correspondence", - "remove": "Remove", - "clear": "Clear", - "clear-help": "Click here to remove the selected value", - "edit": "Edit", - "edit-help": "Click here to edit the selected value", - "save": "Save", - "save-help": "Save changes", - "first-name": "First name", - "last-name": "Last name", - "loading": "Loading...", - "no-results": "No results found", - "no-value": "No value entered", - "group-collapse": "Collapse", - "group-expand": "Expand", - "group-collapse-help": "Click here to collapse", - "group-expand-help": "Click here to expand and add more elements", - "other-information": { - } - }, - "login": { - "title": "Login", - "shibboleth": "Shibboleth", - "form": { - "header": "Please log in to DSpace", - "email": "Email address", - "forgot-password": "Have you forgotten your password?", - "new-user": "New user? Click here to register.", - "password": "Password", - "submit": "Log in" - } - }, - "logout": { - "title": "Logout", - "form": { - "header": "Log out from DSpace", - "submit": "Log out" - } - }, - "auth": { - "messages": { - "expired": "Your session has expired. Please log in again." - }, - "errors": { - "invalid-user": "Invalid email address or password." - } - }, - "chips": { - "remove": "Remove chip" - }, - "dso-selector": { - "create": { - "community": { - "head": "New community", - "sub-level": "Create a new community in", - "top-level": "Create a new top-level community" - }, - "collection": { - "head": "New collection" - }, - "item": { - "head": "New item" - } - }, - "edit": { - "community": { - "head": "Edit community" - }, - "collection": { - "head": "Edit collection" - }, - "item": { - "head": "Edit item" - } - }, - "placeholder": "Search for a {{ type }}", - "no-results": "No {{ type }} found" - }, - "submission": { - "general": { - "cannot_submit": "You have not the privilege to make a new submission.", - "deposit": "Deposit", - "discard": { - "submit": "Discard", - "confirm": { - "cancel": "Cancel", - "submit": "Yes, I'm sure", - "title": "Discard submission", - "info": "This operation can't be undone. Are you sure?" - } - }, - "save": "Save", - "save-later": "Save for later" - }, - "submit": { - "title": "Submission" - }, - "edit": { - "title": "Edit Submission" - }, - "mydspace": { - }, - "sections": { - "general": { - "add-more": "Add more", - "no-sections": "No options available", - "sections_not_valid": "There are incomplete sections.", - "collection": "Collection", - "no-collection": "No collection found", - "search-collection": "Search for a collection", - "save_error_notice": "There was an issue when saving the item, please try again later.", - "deposit_success_notice": "Submission deposited successfully.", - "deposit_error_notice": "There was an issue when submitting the item, please try again later.", - "discard_success_notice": "Submission discarded successfully.", - "discard_error_notice": "There was an issue when discarding the item, please try again later.", - "save_success_notice": "Submission saved successfully.", - "metadata-extracted": "New metadata have been extracted and added to the {{sectionId}} section.", - "metadata-extracted-new-section": "New {{sectionId}} section has been added to submission." - }, - "submit.progressbar.describe.stepone": "Describe", - "submit.progressbar.describe.steptwo": "Describe", - "submit.progressbar.describe.stepcustom": "Describe", - "submit.progressbar.describe.recycle": "Recycle", - "submit.progressbar.upload": "Upload files", - "submit.progressbar.license": "Deposit license", - "submit.progressbar.cclicense": "Creative commons license", - "submit.progressbar.detect-duplicate": "Potential duplicates", - "upload": { - "no-entry": "No", - "no-file-uploaded": "No file uploaded yet.", - "info": "Here you will find all the files currently in the item. You can update the fle metadata and access conditions or upload additional files just dragging & dropping them everywhere in the page", - "drop-message": "Drop files to attach them to the item", - "upload-successful": "Upload successful", - "upload-failed": "Upload failed", - "header.policy.default.nolist": "Uploaded files in the {{collectionName}} collection will be accessible according to the following group(s):", - "header.policy.default.withlist": "Please note that uploaded files in the {{collectionName}} collection will be accessible, in addition to what is explicitly decided for the single file, with the following group(s):", - "form": { - "access-condition-label": "Access condition type", - "from-label": "Access grant from", - "from-placeholder": "From", - "until-label": "Access grant until", - "until-placeholder": "Until", - "group-label": "Group", - "group-required": "Group is required.", - "date-required": "Date is required." - }, - "save-metadata": "Save metadata", - "undo": "Cancel", - "delete": { - "submit": "Delete", - "confirm": { - "cancel": "Cancel", - "submit": "Yes, I'm sure", - "title": "Delete bitstream", - "info": "This operation can't be undone. Are you sure?" - } - } - } - }, - "workflow": { - "generic": { - "delete": "Delete", - "delete-help": "If you would to discard this item, select \"Delete\". You will then be asked to confirm it.", - "edit": "Edit", - "edit-help": "Select this option to change the item's metadata.", - "view": "View", - "view-help": "Select this option to view the item's metadata." - }, - "tasks": { - "generic": { - "processing": "Processing...", - "success": "Operation successful", - "error": "Error occurred during operation...", - "submitter": "Submitter" - }, - "claimed": { - "approve": "Approve", - "approve_help": "If you have reviewed the item and it is suitable for inclusion in the collection, select \"Approve\".", - "edit": "Edit", - "edit_help": "Select this option to change the item's metadata.", - "reject": { - "submit": "Reject", - "reason": { - "submit": "Reject item", - "title": "Reason", - "info": "Please enter your reason for rejecting the submission into the box below, indicating whether the submitter may fix a problem and resubmit.", - "placeholder": "Describe the reason of reject" - } - }, - "reject_help": "If you have reviewed the item and found it is not suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.", - "return": "Return to pool", - "return_help": "Return the task to the pool so that another user may perform the task." - }, - "pool": { - "claim": "Claim", - "claim_help": "Assign this task to yourself.", - "show-detail": "Show detail", - "hide-detail": "Hide detail" - } - } - } - }, - "uploader": { - "drag-message": "Drag & Drop your files here", - "or": ", or", - "browse": "browse", - "queue-lenght": "Queue length", - "processing": "Processing" - } + "uploader.browse": "browse", + "uploader.drag-message": "Drag & Drop your files here", + "uploader.or": ", or", + "uploader.processing": "Processing", + "uploader.queue-lenght": "Queue length" } diff --git a/resources/i18n/nl.json b/resources/i18n/nl.json index f4dda3b3c8..da12ff0518 100644 --- a/resources/i18n/nl.json +++ b/resources/i18n/nl.json @@ -1,277 +1,149 @@ { - "footer": { - "copyright": "copyright © 2002-{{ year }}", - "link.dspace": "DSpace software", - "link.duraspace": "DuraSpace" - }, - "collection": { - "page": { - "news": "Nieuws", - "license": "Licentie", - "browse": { - "recent": { - "head": "Recent toegevoegd" - } - } - } - }, - "community": { - "page": { - "news": "Nieuws", - "license": "Licentie" - }, - "sub-collection-list": { - "head": "Collecties in deze Community" - } - }, - "item": { - "page": { - "author": "Auteur", - "abstract": "Abstract", - "date": "Datum", - "uri": "URI", - "files": "Bestanden", - "collections": "Collecties", - "filesection": { - "download": "Download", - "name": "Naam:", - "format": "Formaat:", - "size": "Grootte:", - "description": "Beschrijving:" - }, - "link": { - "simple": "Eenvoudige itemweergave", - "full": "Volledige itemweergave" - } - } - }, - "nav": { - "home": "Home", - "login": "Log In", - "logout": "Log Uit" - }, - "pagination": { - "results-per-page": "Resultaten per pagina", - "sort-direction": "Sorteermogelijkheden", - "showing": { - "label": "Resultaten ", - "detail": "{{ range }} van {{ total }}" - } - }, - "sorting": { - "score": { - "DESC": "Relevantie" - }, - "dc.title": { - "ASC": "Oplopend op titel", - "DESC": "Aflopend op titel" - } - }, - "title": "DSpace", - "404": { - "help": "De pagina die u zoekt kan niet gevonden worden. De pagina werd mogelijk verplaatst of verwijderd. U kan onderstaande knop gebruiken om terug naar de homepagina te gaan. ", - "page-not-found": "Pagina niet gevonden", - "link": { - "home-page": "Terug naar de homepagina" - } - }, - "home": { - "title": "DSpace Angular :: Home", - "description": "", - "top-level-communities": { - "head": "Communities in DSpace", - "help": "Selecteer een community om diens collecties te verkennen." - } - }, - "search": { - "title": "DSpace Angular :: Zoek", - "description": "", - "form": { - "search": "Zoek", - "search_dspace": "Zoek in DSpace" - }, - "results": { - "head": "Zoekresultaten", - "no-results": "Er waren geen resultaten voor deze zoekopdracht" - }, - "sidebar": { - "close": "Terug naar de resultaten", - "open": "Zoek Tools", - "results": "resultaten", - "filters": { - "title": "Filters" - }, - "settings": { - "title": "Instellingen", - "sort-by": "Sorteer volgens", - "rpp": "Resultaten per pagina" - } - }, - "view-switch": { - "show-list": "Toon als lijst", - "show-grid": "Toon in raster" - }, - "filters": { - "head": "Filters", - "reset": "Filters verwijderen", - "applied": { - "f.author": "Auteur", - "f.dateIssued.min": "Startdatum", - "f.dateIssued.max": "Einddatum", - "f.subject": "Sleutelwoord", - "f.has_content_in_original_bundle": "Heeft bestanden" - }, - "filter": { - "show-more": "Toon meer", - "show-less": "Inklappen", - "author": { - "placeholder": "Auteursnaam", - "head": "Auteur" - }, - "scope": { - "placeholder": "Bereikfilter", - "head": "Bereik" - }, - "subject": { - "placeholder": "Onderwerp", - "head": "Onderwerp" - }, - "dateIssued": { - "max": { - "placeholder": "Vroegste Datum" - }, - "min": { - "placeholder": "Laatste Datum" - }, - "head": "Datum" - }, - "has_content_in_original_bundle": { - "head": "Heeft bestanden" - } - } - } - }, - "browse": { - "title": "Verken {{ collection }} volgens {{ field }} {{ value }}" - }, - "admin": { - "registries": { - "metadata": { - "title": "DSpace Angular :: Metadata Register", - "head": "Metadata Register", - "description": "Het metadataregister omvat de lijst van alle metadatavelden die beschikbaar zijn in het systeem. Deze velden kunnen verspreid zijn over verschillende metadataschema's. Het qualified Dublin Core schema (dc) is een verplicht schema en kan niet worden verwijderd.", - "schemas": { - "table": { - "id": "ID", - "namespace": "Naamruimte", - "name": "Naam" - }, - "no-items": "Er kunnen geen metadataschema's getoond worden." - } - }, - "schema": { - "title": "DSpace Angular :: Metadata Schema Register", - "head": "Metadata Schema", - "description": "Dit is het metadataschema voor \"{{namespace}}\".", - "fields": { - "head": "Schema metadatavelden", - "table": { - "field": "Veld", - "scopenote": "Opmerking over bereik" - }, - "no-items": "Er kunnen geen metadatavelden getoond worden." - } - }, - "bitstream-formats": { - "title": "DSpace Angular :: Bitstream Formaat Register", - "head": "Bitstream Formaat Register", - "description": "Deze lijst van Bitstream formaten biedt informatie over de formaten die in deze repository zijn toegelaten en op welke manier ze ondersteund worden. De term Bitstream wordt in DSpace gebruikt om een bestand aan te duiden dat samen met metadata onderdeel uitmaakt van een item. De naam bitstream duidt op het feit dat het bestand achterliggend wordt opgeslaan zonder bestandsextensie.", - "formats": { - "table": { - "name": "Naam", - "mimetype": "MIME Type", - "supportLevel": { - "head": "Ondersteuning", - "0": "Onbekend", - "1": "Gekend", - "2": "Ondersteund" - }, - "internal": "intern" - }, - "no-items": "Er kunnen geen bitstreamformaten getoond worden." - } - } - } - }, - "loading": { - "default": "Laden...", - "top-level-communities": "Inladen van de Communities op het hoogste niveau...", - "community": "Community wordt ingeladen...", - "collection": "Collectie wordt ingeladen...", - "sub-collections": "De sub-collecties worden ingeladen...", - "recent-submissions": "Recent toegevoegde items worden ingeladen...", - "item": "Item wordt ingeladen...", - "objects": "Laden...", - "search-results": "Zoekresultaten worden ingeladen...", - "browse-by": "Items worden ingeladen..." - }, - "error": { - "default": "Fout", - "top-level-communities": "Fout bij het inladen van communities op het hoogste niveau", - "community": "Fout bij het ophalen van een community", - "collection": "Fout bij het ophalen van een collectie", - "sub-collections": "Fout bij het ophalen van sub-collecties", - "recent-submissions": "Fout bij het ophalen van recent toegevoegde items", - "item": "Fout bij het ophalen van items", - "objects": "Fout bij het ophalen van objecten", - "search-results": "Fout bij het ophalen van zoekresultaten", - "browse-by": "Fout bij het ophalen van items", - "validation": { - "pattern": "Deze invoer is niet toegelaten volgens dit patroon: {{ pattern }}.", - "license": { - "notgranted": "U moet de invoerlicentie goedkeuren om de invoer af te werken. Indien u deze licentie momenteel niet kan of mag goedkeuren, kan u uw werk opslaan en de invoer later afwerken. U kunt dit nieuwe item ook verwijderen indien u niet voldoet aan de vereisten van de invoerlicentie." - } - } - }, - "form": { - "submit": "Verstuur", - "cancel": "Annuleer", - "search": "Zoek", - "remove": "Verwijder", - "first-name": "Voornaam", - "last-name": "Achternaam", - "loading": "Inladen...", - "no-results": "Geen resultaten gevonden", - "no-value": "Geen waarde ingevoerd", - "group-collapse": "Inklappen", - "group-expand": "Uitklappen", - "group-collapse-help": "Klik hier op in te klappen", - "group-expand-help": "Klik hier om uit te klappen en om meer onderdelen toe te voegen" - }, - "login": { - "title": "Aanmelden", - "form": { - "header": "Gelieve in te loggen in DSpace", - "email": "Email adres", - "forgot-password": "Bent u uw wachtwoord vergeten?", - "new-user": "Nieuwe gebruiker? Gelieve u hier te registreren", - "password": "Wachtwoord", - "submit": "Aanmelden" - } - }, - "logout": { - "title": "Afmelden", - "form": { - "header": "Afmelden in DSpace", - "submit": "Afmelden" - } - }, - "auth": { - "messages": { - "expired": "Uw sessie is vervallen. Gelieve opnieuw aan te melden." - }, - "errors": { - "invalid-user": "Ongeldig e-mailadres of wachtwoord." - } - } + "404.help": "De pagina die u zoekt kan niet gevonden worden. De pagina werd mogelijk verplaatst of verwijderd. U kan onderstaande knop gebruiken om terug naar de homepagina te gaan. ", + "404.link.home-page": "Terug naar de homepagina", + "404.page-not-found": "Pagina niet gevonden", + "admin.registries.bitstream-formats.description": "Deze lijst van Bitstream formaten biedt informatie over de formaten die in deze repository zijn toegelaten en op welke manier ze ondersteund worden. De term Bitstream wordt in DSpace gebruikt om een bestand aan te duiden dat samen met metadata onderdeel uitmaakt van een item. De naam bitstream duidt op het feit dat het bestand achterliggend wordt opgeslaan zonder bestandsextensie.", + "admin.registries.bitstream-formats.formats.no-items": "Er kunnen geen bitstreamformaten getoond worden.", + "admin.registries.bitstream-formats.formats.table.internal": "intern", + "admin.registries.bitstream-formats.formats.table.mimetype": "MIME Type", + "admin.registries.bitstream-formats.formats.table.name": "Naam", + "admin.registries.bitstream-formats.formats.table.supportLevel.0": "Onbekend", + "admin.registries.bitstream-formats.formats.table.supportLevel.1": "Gekend", + "admin.registries.bitstream-formats.formats.table.supportLevel.2": "Ondersteund", + "admin.registries.bitstream-formats.formats.table.supportLevel.head": "Ondersteuning", + "admin.registries.bitstream-formats.head": "Bitstream Formaat Register", + "admin.registries.bitstream-formats.title": "DSpace Angular :: Bitstream Formaat Register", + "admin.registries.metadata.description": "Het metadataregister omvat de lijst van alle metadatavelden die beschikbaar zijn in het systeem. Deze velden kunnen verspreid zijn over verschillende metadataschema's. Het qualified Dublin Core schema (dc) is een verplicht schema en kan niet worden verwijderd.", + "admin.registries.metadata.head": "Metadata Register", + "admin.registries.metadata.schemas.no-items": "Er kunnen geen metadataschema's getoond worden.", + "admin.registries.metadata.schemas.table.id": "ID", + "admin.registries.metadata.schemas.table.name": "Naam", + "admin.registries.metadata.schemas.table.namespace": "Naamruimte", + "admin.registries.metadata.title": "DSpace Angular :: Metadata Register", + "admin.registries.schema.description": "Dit is het metadataschema voor \"{{namespace}}\".", + "admin.registries.schema.fields.head": "Schema metadatavelden", + "admin.registries.schema.fields.no-items": "Er kunnen geen metadatavelden getoond worden.", + "admin.registries.schema.fields.table.field": "Veld", + "admin.registries.schema.fields.table.scopenote": "Opmerking over bereik", + "admin.registries.schema.head": "Metadata Schema", + "admin.registries.schema.title": "DSpace Angular :: Metadata Schema Register", + "auth.errors.invalid-user": "Ongeldig e-mailadres of wachtwoord.", + "auth.messages.expired": "Uw sessie is vervallen. Gelieve opnieuw aan te melden.", + "browse.title": "Verken {{ collection }} volgens {{ field }} {{ value }}", + "collection.page.browse.recent.head": "Recent toegevoegd", + "collection.page.license": "Licentie", + "collection.page.news": "Nieuws", + "community.page.license": "Licentie", + "community.page.news": "Nieuws", + "community.sub-collection-list.head": "Collecties in deze Community", + "error.browse-by": "Fout bij het ophalen van items", + "error.collection": "Fout bij het ophalen van een collectie", + "error.community": "Fout bij het ophalen van een community", + "error.default": "Fout", + "error.item": "Fout bij het ophalen van items", + "error.objects": "Fout bij het ophalen van objecten", + "error.recent-submissions": "Fout bij het ophalen van recent toegevoegde items", + "error.search-results": "Fout bij het ophalen van zoekresultaten", + "error.sub-collections": "Fout bij het ophalen van sub-collecties", + "error.top-level-communities": "Fout bij het inladen van communities op het hoogste niveau", + "error.validation.license.notgranted": "U moet de invoerlicentie goedkeuren om de invoer af te werken. Indien u deze licentie momenteel niet kan of mag goedkeuren, kan u uw werk opslaan en de invoer later afwerken. U kunt dit nieuwe item ook verwijderen indien u niet voldoet aan de vereisten van de invoerlicentie.", + "error.validation.pattern": "Deze invoer is niet toegelaten volgens dit patroon: {{ pattern }}.", + "footer.copyright": "copyright © 2002-{{ year }}", + "footer.link.dspace": "DSpace software", + "footer.link.duraspace": "DuraSpace", + "form.cancel": "Annuleer", + "form.first-name": "Voornaam", + "form.group-collapse": "Inklappen", + "form.group-collapse-help": "Klik hier op in te klappen", + "form.group-expand": "Uitklappen", + "form.group-expand-help": "Klik hier om uit te klappen en om meer onderdelen toe te voegen", + "form.last-name": "Achternaam", + "form.loading": "Inladen...", + "form.no-results": "Geen resultaten gevonden", + "form.no-value": "Geen waarde ingevoerd", + "form.remove": "Verwijder", + "form.search": "Zoek", + "form.submit": "Verstuur", + "home.description": "", + "home.title": "DSpace Angular :: Home", + "home.top-level-communities.head": "Communities in DSpace", + "home.top-level-communities.help": "Selecteer een community om diens collecties te verkennen.", + "item.page.abstract": "Abstract", + "item.page.author": "Auteur", + "item.page.collections": "Collecties", + "item.page.date": "Datum", + "item.page.files": "Bestanden", + "item.page.filesection.description": "Beschrijving:", + "item.page.filesection.download": "Download", + "item.page.filesection.format": "Formaat:", + "item.page.filesection.name": "Naam:", + "item.page.filesection.size": "Grootte:", + "item.page.link.full": "Volledige itemweergave", + "item.page.link.simple": "Eenvoudige itemweergave", + "item.page.uri": "URI", + "loading.browse-by": "Items worden ingeladen...", + "loading.collection": "Collectie wordt ingeladen...", + "loading.community": "Community wordt ingeladen...", + "loading.default": "Laden...", + "loading.item": "Item wordt ingeladen...", + "loading.objects": "Laden...", + "loading.recent-submissions": "Recent toegevoegde items worden ingeladen...", + "loading.search-results": "Zoekresultaten worden ingeladen...", + "loading.sub-collections": "De sub-collecties worden ingeladen...", + "loading.top-level-communities": "Inladen van de Communities op het hoogste niveau...", + "login.form.email": "Email adres", + "login.form.forgot-password": "Bent u uw wachtwoord vergeten?", + "login.form.header": "Gelieve in te loggen in DSpace", + "login.form.new-user": "Nieuwe gebruiker? Gelieve u hier te registreren", + "login.form.password": "Wachtwoord", + "login.form.submit": "Aanmelden", + "login.title": "Aanmelden", + "logout.form.header": "Afmelden in DSpace", + "logout.form.submit": "Afmelden", + "logout.title": "Afmelden", + "nav.home": "Home", + "nav.login": "Log In", + "nav.logout": "Log Uit", + "pagination.results-per-page": "Resultaten per pagina", + "pagination.showing.detail": "{{ range }} van {{ total }}", + "pagination.showing.label": "Resultaten ", + "pagination.sort-direction": "Sorteermogelijkheden", + "search.description": "", + "search.filters.applied.f.author": "Auteur", + "search.filters.applied.f.dateIssued.max": "Einddatum", + "search.filters.applied.f.dateIssued.min": "Startdatum", + "search.filters.applied.f.has_content_in_original_bundle": "Heeft bestanden", + "search.filters.applied.f.subject": "Sleutelwoord", + "search.filters.filter.author.head": "Auteur", + "search.filters.filter.author.placeholder": "Auteursnaam", + "search.filters.filter.dateIssued.head": "Datum", + "search.filters.filter.dateIssued.max.placeholder": "Vroegste Datum", + "search.filters.filter.dateIssued.min.placeholder": "Laatste Datum", + "search.filters.filter.has_content_in_original_bundle.head": "Heeft bestanden", + "search.filters.filter.scope.head": "Bereik", + "search.filters.filter.scope.placeholder": "Bereikfilter", + "search.filters.filter.show-less": "Inklappen", + "search.filters.filter.show-more": "Toon meer", + "search.filters.filter.subject.head": "Onderwerp", + "search.filters.filter.subject.placeholder": "Onderwerp", + "search.filters.head": "Filters", + "search.filters.reset": "Filters verwijderen", + "search.form.search": "Zoek", + "search.form.search_dspace": "Zoek in DSpace", + "search.results.head": "Zoekresultaten", + "search.results.no-results": "Er waren geen resultaten voor deze zoekopdracht", + "search.sidebar.close": "Terug naar de resultaten", + "search.sidebar.filters.title": "Filters", + "search.sidebar.open": "Zoek Tools", + "search.sidebar.results": "resultaten", + "search.sidebar.settings.rpp": "Resultaten per pagina", + "search.sidebar.settings.sort-by": "Sorteer volgens", + "search.sidebar.settings.title": "Instellingen", + "search.title": "DSpace Angular :: Zoek", + "search.view-switch.show-grid": "Toon in raster", + "search.view-switch.show-list": "Toon als lijst", + "sorting.dc.title.ASC": "Oplopend op titel", + "sorting.dc.title.DESC": "Aflopend op titel", + "sorting.score.DESC": "Relevantie", + "title": "DSpace" } diff --git a/src/app/+item-page/simple/related-entities/related-entities-search/related-entities-search.component.html b/src/app/+item-page/simple/related-entities/related-entities-search/related-entities-search.component.html index 9ec082db73..c7e1f77264 100644 --- a/src/app/+item-page/simple/related-entities/related-entities-search/related-entities-search.component.html +++ b/src/app/+item-page/simple/related-entities/related-entities-search/related-entities-search.component.html @@ -1,6 +1,6 @@ diff --git a/src/app/+item-page/simple/related-entities/related-entities-search/related-entities-search.component.spec.ts b/src/app/+item-page/simple/related-entities/related-entities-search/related-entities-search.component.spec.ts index e76a9cf3d0..711e1b9d3d 100644 --- a/src/app/+item-page/simple/related-entities/related-entities-search/related-entities-search.component.spec.ts +++ b/src/app/+item-page/simple/related-entities/related-entities-search/related-entities-search.component.spec.ts @@ -47,9 +47,9 @@ describe('RelatedEntitiesSearchComponent', () => { expect(comp.fixedFilter).toEqual(mockFilter); }); - it('should create a fixedFilter$', () => { - comp.fixedFilter$.subscribe((fixedFilter) => { - expect(fixedFilter).toEqual(mockRelationEntityType); + it('should create a configuration$', () => { + comp.configuration$.subscribe((configuration) => { + expect(configuration).toEqual(mockRelationEntityType); }) }); diff --git a/src/app/+item-page/simple/related-entities/related-entities-search/related-entities-search.component.ts b/src/app/+item-page/simple/related-entities/related-entities-search/related-entities-search.component.ts index 672655a8b8..4c0b127925 100644 --- a/src/app/+item-page/simple/related-entities/related-entities-search/related-entities-search.component.ts +++ b/src/app/+item-page/simple/related-entities/related-entities-search/related-entities-search.component.ts @@ -47,7 +47,7 @@ export class RelatedEntitiesSearchComponent implements OnInit { @Input() sideBarWidth = 4; fixedFilter: string; - fixedFilter$: Observable; + configuration$: Observable; constructor(private fixedFilterService: SearchFixedFilterService) { } @@ -57,7 +57,7 @@ export class RelatedEntitiesSearchComponent implements OnInit { this.fixedFilter = this.fixedFilterService.getFilterByRelation(this.relationType, this.item.id); } if (isNotEmpty(this.relationEntityType)) { - this.fixedFilter$ = of(this.relationEntityType); + this.configuration$ = of(this.relationEntityType); } } diff --git a/src/app/+search-page/configuration-search-page.component.spec.ts b/src/app/+search-page/configuration-search-page.component.spec.ts new file mode 100644 index 0000000000..a18dd38f78 --- /dev/null +++ b/src/app/+search-page/configuration-search-page.component.spec.ts @@ -0,0 +1,21 @@ +import { async, ComponentFixture, TestBed } from '@angular/core/testing'; +import { configureSearchComponentTestingModule } from './search-page.component.spec'; +import { SearchConfigurationService } from './search-service/search-configuration.service'; +import { ConfigurationSearchPageComponent } from './configuration-search-page.component'; + +describe('ConfigurationSearchPageComponent', () => { + let comp: ConfigurationSearchPageComponent; + let fixture: ComponentFixture; + let searchConfigService: SearchConfigurationService; + + beforeEach(async(() => { + configureSearchComponentTestingModule(ConfigurationSearchPageComponent); + })); + + beforeEach(() => { + fixture = TestBed.createComponent(ConfigurationSearchPageComponent); + comp = fixture.componentInstance; + searchConfigService = (comp as any).searchConfigService; + fixture.detectChanges(); + }); +}); diff --git a/src/app/+search-page/configuration-search-page.component.ts b/src/app/+search-page/configuration-search-page.component.ts new file mode 100644 index 0000000000..85619e8f04 --- /dev/null +++ b/src/app/+search-page/configuration-search-page.component.ts @@ -0,0 +1,71 @@ +import { HostWindowService } from '../shared/host-window.service'; +import { SearchService } from './search-service/search.service'; +import { SearchSidebarService } from './search-sidebar/search-sidebar.service'; +import { SearchPageComponent } from './search-page.component'; +import { ChangeDetectionStrategy, Component, Inject, Input, OnInit } from '@angular/core'; +import { pushInOut } from '../shared/animations/push'; +import { RouteService } from '../shared/services/route.service'; +import { SearchConfigurationService } from './search-service/search-configuration.service'; +import { Observable } from 'rxjs'; +import { PaginatedSearchOptions } from './paginated-search-options.model'; +import { SEARCH_CONFIG_SERVICE } from '../+my-dspace-page/my-dspace-page.component'; +import { map } from 'rxjs/operators'; + +/** + * This component renders a search page using a configuration as input. + */ +@Component({ + selector: 'ds-configuration-search-page', + styleUrls: ['./search-page.component.scss'], + templateUrl: './search-page.component.html', + changeDetection: ChangeDetectionStrategy.OnPush, + animations: [pushInOut], + providers: [ + { + provide: SEARCH_CONFIG_SERVICE, + useClass: SearchConfigurationService + } + ] +}) + +export class ConfigurationSearchPageComponent extends SearchPageComponent implements OnInit { + /** + * The configuration to use for the search options + * If empty, the configuration will be determined by the route parameter called 'configuration' + */ + @Input() configuration: string; + + constructor(protected service: SearchService, + protected sidebarService: SearchSidebarService, + protected windowService: HostWindowService, + @Inject(SEARCH_CONFIG_SERVICE) public searchConfigService: SearchConfigurationService, + protected routeService: RouteService) { + super(service, sidebarService, windowService, searchConfigService, routeService); + } + + /** + * Listening to changes in the paginated search options + * If something changes, update the search results + * + * Listen to changes in the scope + * If something changes, update the list of scopes for the dropdown + */ + ngOnInit(): void { + super.ngOnInit(); + } + + /** + * Get the current paginated search options after updating the configuration using the configuration input + * This is to make sure the configuration is included in the paginated search options, as it is not part of any + * query or route parameters + * @returns {Observable} + */ + protected getSearchOptions(): Observable { + return this.searchConfigService.paginatedSearchOptions.pipe( + map((options: PaginatedSearchOptions) => { + const config = this.configuration || options.configuration; + return Object.assign(options, { configuration: config }); + }) + ); + } +} diff --git a/src/app/+search-page/configuration-search-page.guard.ts b/src/app/+search-page/configuration-search-page.guard.ts new file mode 100644 index 0000000000..c52a0a6d8e --- /dev/null +++ b/src/app/+search-page/configuration-search-page.guard.ts @@ -0,0 +1,22 @@ +import { Injectable } from '@angular/core'; +import { CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router'; +import { Observable } from 'rxjs'; + +@Injectable() +/** + * Assemble the correct i18n key for the configuration search page's title depending on the current route's configuration parameter. + * The format of the key will be "{configuration}.search.title" with: + * - configuration: The current configuration stored in route.params + */ +export class ConfigurationSearchPageGuard implements CanActivate { + canActivate( + route: ActivatedRouteSnapshot, + state: RouterStateSnapshot): Observable | Promise | boolean { + const configuration = route.params.configuration; + + const newTitle = configuration + '.search.title'; + + route.data = { title: newTitle }; + return true; + } +} diff --git a/src/app/+search-page/filtered-search-page.guard.ts b/src/app/+search-page/filtered-search-page.guard.ts deleted file mode 100644 index 6d41d4965d..0000000000 --- a/src/app/+search-page/filtered-search-page.guard.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { Injectable } from '@angular/core'; -import { CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router'; -import { Observable } from 'rxjs'; - -@Injectable() -/** - * Assemble the correct i18n key for the filtered search page's title depending on the current route's filter parameter. - * The format of the key will be "{filter}.search.title" with: - * - filter: The current filter stored in route.params - */ -export class FilteredSearchPageGuard implements CanActivate { - canActivate( - route: ActivatedRouteSnapshot, - state: RouterStateSnapshot): Observable | Promise | boolean { - const filter = route.params.filter; - - const newTitle = filter + '.search.title'; - - route.data = { title: newTitle }; - return true; - } -} diff --git a/src/app/+search-page/search-page-routing.module.ts b/src/app/+search-page/search-page-routing.module.ts index c3cf4e1343..d1ab02945e 100644 --- a/src/app/+search-page/search-page-routing.module.ts +++ b/src/app/+search-page/search-page-routing.module.ts @@ -2,14 +2,14 @@ import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; import { SearchPageComponent } from './search-page.component'; -import { FilteredSearchPageComponent } from './filtered-search-page.component'; -import { FilteredSearchPageGuard } from './filtered-search-page.guard'; +import { ConfigurationSearchPageGuard } from './configuration-search-page.guard'; +import { ConfigurationSearchPageComponent } from './configuration-search-page.component'; @NgModule({ imports: [ RouterModule.forChild([ { path: '', component: SearchPageComponent, data: { title: 'search.title' } }, - { path: ':filter', component: FilteredSearchPageComponent, canActivate: [FilteredSearchPageGuard]} + { path: ':configuration', component: ConfigurationSearchPageComponent, canActivate: [ConfigurationSearchPageGuard]} ]) ] }) diff --git a/src/app/+search-page/search-page.component.html b/src/app/+search-page/search-page.component.html index b4d8c70f11..ea04a2b04e 100644 --- a/src/app/+search-page/search-page.component.html +++ b/src/app/+search-page/search-page.component.html @@ -33,7 +33,7 @@ diff --git a/src/app/+search-page/search-page.component.ts b/src/app/+search-page/search-page.component.ts index f23bff96f3..03433d1da1 100644 --- a/src/app/+search-page/search-page.component.ts +++ b/src/app/+search-page/search-page.component.ts @@ -86,10 +86,10 @@ export class SearchPageComponent implements OnInit { sideBarWidth = 3; /** - * The currently applied filter (determines title of search) + * The currently applied configuration (determines title of search) */ @Input() - fixedFilter$: Observable; + configuration$: Observable; constructor(protected service: SearchService, protected sidebarService: SearchSidebarService, @@ -116,8 +116,8 @@ export class SearchPageComponent implements OnInit { this.scopeListRD$ = this.searchConfigService.getCurrentScope('').pipe( switchMap((scopeId) => this.service.getScopes(scopeId)) ); - if (!isNotEmpty(this.fixedFilter$)) { - this.fixedFilter$ = this.routeService.getRouteParameterValue('filter'); + if (!isNotEmpty(this.configuration$)) { + this.configuration$ = this.routeService.getRouteParameterValue('configuration'); } } diff --git a/src/app/+search-page/search-page.module.ts b/src/app/+search-page/search-page.module.ts index 65558eae17..d7d66d854c 100644 --- a/src/app/+search-page/search-page.module.ts +++ b/src/app/+search-page/search-page.module.ts @@ -17,9 +17,7 @@ import { SearchFiltersComponent } from './search-filters/search-filters.componen import { SearchFilterComponent } from './search-filters/search-filter/search-filter.component'; import { SearchFacetFilterComponent } from './search-filters/search-filter/search-facet-filter/search-facet-filter.component'; import { SearchFilterService } from './search-filters/search-filter/search-filter.service'; -import { FilteredSearchPageComponent } from './filtered-search-page.component'; import { SearchFixedFilterService } from './search-filters/search-filter/search-fixed-filter.service'; -import { FilteredSearchPageGuard } from './filtered-search-page.guard'; import { SearchLabelsComponent } from './search-labels/search-labels.component'; import { SearchRangeFilterComponent } from './search-filters/search-filter/search-range-filter/search-range-filter.component'; import { SearchTextFilterComponent } from './search-filters/search-filter/search-text-filter/search-text-filter.component'; @@ -32,6 +30,9 @@ import { SearchFacetSelectedOptionComponent } from './search-filters/search-filt import { SearchFacetRangeOptionComponent } from './search-filters/search-filter/search-facet-filter-options/search-facet-range-option/search-facet-range-option.component'; import { SearchSwitchConfigurationComponent } from './search-switch-configuration/search-switch-configuration.component'; import { SearchAuthorityFilterComponent } from './search-filters/search-filter/search-authority-filter/search-authority-filter.component'; +import { ConfigurationSearchPageComponent } from './configuration-search-page.component'; +import { ConfigurationSearchPageGuard } from './configuration-search-page.guard'; +import { FilteredSearchPageComponent } from './filtered-search-page.component'; const effects = [ SearchSidebarEffects @@ -60,7 +61,8 @@ const components = [ SearchFacetRangeOptionComponent, SearchSwitchConfigurationComponent, SearchAuthorityFilterComponent, - FilteredSearchPageComponent + FilteredSearchPageComponent, + ConfigurationSearchPageComponent ]; @NgModule({ @@ -76,7 +78,7 @@ const components = [ SearchSidebarService, SearchFilterService, SearchFixedFilterService, - FilteredSearchPageGuard, + ConfigurationSearchPageGuard, SearchFilterService, SearchConfigurationService ], diff --git a/src/app/+search-page/search-results/search-results.component.html b/src/app/+search-page/search-results/search-results.component.html index 824d531155..5a1e89858b 100644 --- a/src/app/+search-page/search-results/search-results.component.html +++ b/src/app/+search-page/search-results/search-results.component.html @@ -1,4 +1,4 @@ -

{{ getTitleKey() | translate }}

+

{{ (configuration ? configuration + '.search.results.head' : 'search.results.head') | translate }}

} Emits the current configuration string */ getCurrentConfiguration(defaultConfiguration: string) { - return this.routeService.getQueryParameterValue('configuration').pipe(map((configuration) => { - return configuration || defaultConfiguration; - })); + return observableCombineLatest( + this.routeService.getQueryParameterValue('configuration').pipe(startWith(undefined)), + this.routeService.getRouteParameterValue('configuration').pipe(startWith(undefined)) + ).pipe( + map(([queryConfig, routeConfig]) => { + return queryConfig || routeConfig || defaultConfiguration; + }) + ); } /** diff --git a/src/app/+search-page/search-service/search-result-element-decorator.ts b/src/app/+search-page/search-service/search-result-element-decorator.ts index 59446480a3..e804a5d8ee 100644 --- a/src/app/+search-page/search-service/search-result-element-decorator.ts +++ b/src/app/+search-page/search-service/search-result-element-decorator.ts @@ -1,6 +1,6 @@ import { GenericConstructor } from '../../core/shared/generic-constructor'; import { ListableObject } from '../../shared/object-collection/shared/listable-object.model'; -import { isNull } from '../../shared/empty.util'; +import { hasNoValue, isNull } from '../../shared/empty.util'; /** * Contains the mapping between a search result component and a DSpaceObject @@ -34,7 +34,7 @@ export function searchResultFor(domainConstructor: GenericConstructor, configuration: string = null) { - if (isNull(configuration) || configuration === 'default') { + if (isNull(configuration) || configuration === 'default' || hasNoValue(searchResultMap.get(configuration))) { return searchResultMap.get(domainConstructor); } else { return searchResultMap.get(configuration).get(domainConstructor); diff --git a/src/app/shared/dso-selector/modal-wrappers/dso-selector-modal-wrapper.component.html b/src/app/shared/dso-selector/modal-wrappers/dso-selector-modal-wrapper.component.html index 88f4a6f917..1181e097eb 100644 --- a/src/app/shared/dso-selector/modal-wrappers/dso-selector-modal-wrapper.component.html +++ b/src/app/shared/dso-selector/modal-wrappers/dso-selector-modal-wrapper.component.html @@ -5,6 +5,6 @@
- \ No newline at end of file + diff --git a/src/app/shared/pagination/pagination.component.html b/src/app/shared/pagination/pagination.component.html index 22a58dd7fc..c16a153026 100644 --- a/src/app/shared/pagination/pagination.component.html +++ b/src/app/shared/pagination/pagination.component.html @@ -1,9 +1,9 @@
-
- {{ 'pagination.showing.label' | translate }} - {{ 'pagination.showing.detail' | translate:getShowingDetails(collectionSize)}} +
+ {{ 'pagination.showing.label' | translate }} + {{ 'pagination.showing.detail' | translate:getShowingDetails(collectionSize)}}