Skip to content

Commit d95974a

Browse files
authored
Merge pull request #4285 from tdonohue/port_4282_to_8x
[Port dspace-8_x] Fixed Missing Tags in Import Popup from External Sources - 4220
2 parents 78b230b + eeb4009 commit d95974a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/assets/i18n/en.json5

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
32
"401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.",
43

54
"401.link.home-page": "Take me to the home page",
@@ -640,7 +639,6 @@
640639

641640
"admin.reports.items.title": "Title",
642641

643-
644642
"admin.reports.commons.filters": "Filters",
645643

646644
"admin.reports.commons.additional-data": "Additional data to return",
@@ -661,7 +659,6 @@
661659

662660
"admin.reports.commons.filters.matches_all": "Matches all specified filters",
663661

664-
665662
"admin.reports.commons.filters.property": "Item Property Filters",
666663

667664
"admin.reports.commons.filters.property.is_item": "Is Item - always true",
@@ -2840,6 +2837,14 @@
28402837

28412838
"item.preview.oaire.citation.volume": "Volume",
28422839

2840+
"item.preview.dc.relation.hasversion": "Has version",
2841+
2842+
"item.preview.dc.relation.ispartofseries": "Is part of series",
2843+
2844+
"item.preview.dc.rights": "Rights",
2845+
2846+
"item.preview.dc.identifier.other": "Other Identifier",
2847+
28432848
"item.preview.dc.relation.issn": "ISSN",
28442849

28452850
"item.preview.dc.identifier.isbn": "ISBN",
@@ -5558,6 +5563,8 @@
55585563

55595564
"subscriptions.tooltip": "Subscribe",
55605565

5566+
"subscriptions.unsubscribe": "Unsubscribe",
5567+
55615568
"subscriptions.modal.title": "Subscriptions",
55625569

55635570
"subscriptions.modal.type-frequency": "Type and frequency",

0 commit comments

Comments
 (0)