mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[CST-12500] coar-notify panel - new label keys for the dropdowns
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<div *ngFor="let pattern of patterns; let i = index" class="col">
|
<div *ngFor="let pattern of patterns; let i = index" class="col">
|
||||||
<label class="row col-form-label"
|
<label class="row col-form-label"
|
||||||
>
|
>
|
||||||
{{'submission.section.section-coar-notify.control.label' | translate : {pattern : pattern} }}
|
{{'submission.section.section-coar-notify.control.' + pattern + '.label' | translate }}
|
||||||
</label
|
</label
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
@@ -5030,7 +5030,11 @@
|
|||||||
|
|
||||||
"submission.workspace.generic.view-help": "Select this option to view the item's metadata.",
|
"submission.workspace.generic.view-help": "Select this option to view the item's metadata.",
|
||||||
|
|
||||||
"submission.section.section-coar-notify.control.label": "Request {{ pattern }} at the following services",
|
"submission.section.section-coar-notify.control.review.label": "You can request a review to one of the following services",
|
||||||
|
|
||||||
|
"submission.section.section-coar-notify.control.endorsement.label": "You can request an Endorsement to one of the following overlay journals",
|
||||||
|
|
||||||
|
"submission.section.section-coar-notify.control.ingest.label": "You can request to ingest a copy of your submission to one of the following services",
|
||||||
|
|
||||||
"submission.section.section-coar-notify.dropdown.no-data": "No data available",
|
"submission.section.section-coar-notify.dropdown.no-data": "No data available",
|
||||||
|
|
||||||
|
@@ -7477,10 +7477,6 @@
|
|||||||
// "submission.workspace.generic.view-help": "Select this option to view the item's metadata.",
|
// "submission.workspace.generic.view-help": "Select this option to view the item's metadata.",
|
||||||
"submission.workspace.generic.view-help": "Seleziona questa opzione per vedere i metadata dell'item.",
|
"submission.workspace.generic.view-help": "Seleziona questa opzione per vedere i metadata dell'item.",
|
||||||
|
|
||||||
// "submission.section.section-coar-notify.control.label": "Request {{ pattern }} at the following services",
|
|
||||||
// TODO New key - a translation
|
|
||||||
"submission.section.section-coar-notify.control.label": "Request {{ pattern }} at the following services",
|
|
||||||
|
|
||||||
// "submission.section.section-coar-notify.dropdown.no-data": "No data available",
|
// "submission.section.section-coar-notify.dropdown.no-data": "No data available",
|
||||||
// TODO New key - a translation
|
// TODO New key - a translation
|
||||||
"submission.section.section-coar-notify.dropdown.no-data": "No data available",
|
"submission.section.section-coar-notify.dropdown.no-data": "No data available",
|
||||||
|
Reference in New Issue
Block a user