Merged in coar-CST-12500 (pull request #991)

[CST-12500] coar-notify panel - new label keys for the dropdowns

Approved-by: Andrea Bollini
This commit is contained in:
Alisa Ismailati
2023-11-10 13:10:04 +00:00
committed by Andrea Bollini
3 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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.request-review.label": "You can request a review to one of the following services",
"submission.section.section-coar-notify.control.request-endorsement.label": "You can request an Endorsement to one of the following overlay journals",
"submission.section.section-coar-notify.control.request-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",

View File

@@ -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",