From 43db1731ec242d0abf2ce83f6696d02d98b3965c Mon Sep 17 00:00:00 2001 From: guillermo2519 Date: Tue, 29 Apr 2025 21:24:59 -0600 Subject: [PATCH] Fixed Missing Tags in Import Popup from External Sources - 4220 --- src/assets/i18n/en.json5 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 0e713cc95d..5a75de6a66 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", @@ -2560,6 +2559,14 @@ "item.preview.oaire.citation.volume": "Volume", + "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", @@ -4830,6 +4837,8 @@ "subscriptions.tooltip": "Subscribe", + "subscriptions.unsubscribe": "Unsubscribe", + "subscriptions.modal.title": "Subscriptions", "subscriptions.modal.type-frequency": "Type and frequency",