From 4c26359e293c995c4ec2cce78fd1a7e126dbcab0 Mon Sep 17 00:00:00 2001 From: guillermo2519 Date: Tue, 29 Apr 2025 21:24:59 -0600 Subject: [PATCH 1/2] Fixed Missing Tags in Import Popup from External Sources - 4220 --- src/assets/i18n/en.json5 | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 03c960ac1f..2709a1e99c 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -1,5 +1,4 @@ { - "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", "401.link.home-page": "Take me to the home page", @@ -640,7 +639,6 @@ "admin.reports.items.title": "Title", - "admin.reports.commons.filters": "Filters", "admin.reports.commons.additional-data": "Additional data to return", @@ -661,7 +659,6 @@ "admin.reports.commons.filters.matches_all": "Matches all specified filters", - "admin.reports.commons.filters.property": "Item Property Filters", "admin.reports.commons.filters.property.is_item": "Is Item - always true", @@ -2910,6 +2907,14 @@ "item.preview.oaire.citation.endPage": "Citation end page", + "item.preview.dc.relation.hasversion": "Has version", + + "item.preview.dc.relation.ispartofseries": "Is part of series", + + "item.preview.dc.rights": "Rights", + + "item.preview.dc.identifier.other": "Other Identifier", + "item.preview.dc.relation.issn": "ISSN", "item.preview.dc.identifier.isbn": "ISBN", @@ -5685,6 +5690,8 @@ "subscriptions.tooltip": "Subscribe", + "subscriptions.unsubscribe": "Unsubscribe", + "subscriptions.modal.title": "Subscriptions", "subscriptions.modal.type-frequency": "Type and frequency", @@ -5751,7 +5758,7 @@ "thumbnail.person.placeholder": "No Profile Picture Available", - "title": "DSpace", + title: "DSpace", "vocabulary-treeview.header": "Hierarchical tree view", From af3d68ff717b7ffa0f82e3ce873b7895406d8828 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Thu, 1 May 2025 11:20:31 -0500 Subject: [PATCH 2/2] Fix title tag to have quotes again --- src/assets/i18n/en.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 2709a1e99c..2377801cbc 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -5758,7 +5758,7 @@ "thumbnail.person.placeholder": "No Profile Picture Available", - title: "DSpace", + "title": "DSpace", "vocabulary-treeview.header": "Hierarchical tree view",