mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Fixed Missing Tags in Import Popup from External Sources - 4220
This commit is contained in:

committed by
Tim Donohue

parent
78b230b82f
commit
eeb4009664
@@ -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",
|
||||
@@ -2840,6 +2837,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",
|
||||
@@ -5558,6 +5563,8 @@
|
||||
|
||||
"subscriptions.tooltip": "Subscribe",
|
||||
|
||||
"subscriptions.unsubscribe": "Unsubscribe",
|
||||
|
||||
"subscriptions.modal.title": "Subscriptions",
|
||||
|
||||
"subscriptions.modal.type-frequency": "Type and frequency",
|
||||
|
Reference in New Issue
Block a user