diff --git a/resources/i18n/en.json b/resources/i18n/en.json index 2851a8dc84..88b1da2453 100644 --- a/resources/i18n/en.json +++ b/resources/i18n/en.json @@ -415,7 +415,12 @@ "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", + "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.", @@ -434,6 +439,8 @@ "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", @@ -448,30 +455,6 @@ "until-placeholder": "Until", "group-label": "Group" } - }, - "detect-duplicate": { - "duplicate-detected": "Potential duplicate detected", - "duplicate": "It's a duplicate", - "not-duplicate": "It's not a duplicate", - "confirm-duplicate": "Confirm (It's a duplicate)", - "confirm-not-duplicate": "Confirm (It's not a duplicate)", - "duplicate-ctrl": "Mark the record to merge", - "duplicate-help": "Click here if this is a duplicate of your item", - "not-duplicate-help": "Click here if this is not a duplicate of your item", - "note-help": "Please enter your reason for the duplication into the box below.", - "note-placeholder": "Describe the reason of duplication", - "clear-decision": "Undo", - "clear-decision-help": "Click for clear the decision about this pontential duplicate", - "decision-success-notice": "Choice registered successfully", - "no-decision": "No decision yet", - "submitter-decision": "Submitter decision:", - "submitter-note": "Submitter note:", - "disclaimer": "The system has identified some potential duplicates. Please carefully review the list and flag each occurency with the appropriate choice or discard this submission.", - "disclaimer-ctrl": "The system has identified some potential duplicates. Please carefully review the list and the submitter comments and perform the appropriate action.", - "disclaimer-no-match": "All your feedback on potential duplicates have been registered correctly." - }, - "recycle": { - "disclaimer": "The following existent information are not valid within the selected collection. Please copy them to the appropriate metadata if applicable. Use the discard button to remove these information when done." } } }, diff --git a/src/app/submission/form/collection/submission-form-collection.component.html b/src/app/submission/form/collection/submission-form-collection.component.html index 4f027c90c5..2e5294ac7e 100644 --- a/src/app/submission/form/collection/submission-form-collection.component.html +++ b/src/app/submission/form/collection/submission-form-collection.component.html @@ -1,7 +1,9 @@