Placeholder changed in dataset-info
This commit is contained in:
parent
8caad8bb3e
commit
311f79b372
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
<div class="profile-form">
|
||||
<mat-form-field *ngIf="!isNewDataset">
|
||||
<app-multiple-auto-complete required='true' [formControl]="formGroup.get('profiles')" placeholder="{{'DMP-EDITOR.FIELDS.DATASET-TEMPLATES' | translate}}" [configuration]="profilesAutoCompleteConfiguration">
|
||||
<app-multiple-auto-complete required='true' [formControl]="formGroup.get('profiles')" placeholder="{{'DMP-EDITOR.FIELDS.SELECT-TEMPLATE' | translate}}" [configuration]="profilesAutoCompleteConfiguration">
|
||||
</app-multiple-auto-complete>
|
||||
<mat-error *ngIf="formGroup.get('profiles').hasError('backendError')">
|
||||
{{formGroup.get('profiles').getError('backendError').message}}</mat-error>
|
||||
|
|
|
@ -703,6 +703,7 @@
|
|||
"TEMPLATES": "Vorlagen",
|
||||
"TEMPLATE": "DMP Vorlage",
|
||||
"DATASET-TEMPLATES": "Zugehörige Vorlagen für Datensatzbeschreibungen",
|
||||
"SELECT-TEMPLATE": "Select a template to describe your dataset",
|
||||
"PROFILE": "DMP Vorlage",
|
||||
"PROJECT": "Projekt",
|
||||
"GRANT": "Förderung",
|
||||
|
|
|
@ -774,6 +774,7 @@
|
|||
"TEMPLATES": "Templates",
|
||||
"TEMPLATE": "DMP Template",
|
||||
"DATASET-TEMPLATES": "Related Dataset Description Templates",
|
||||
"SELECT-TEMPLATE": "Select a template to describe your dataset",
|
||||
"PROFILE": "DMP Template",
|
||||
"PROJECT": "Project",
|
||||
"GRANT": "Grant",
|
||||
|
|
|
@ -768,6 +768,7 @@
|
|||
"TEMPLATES": "Plantillas",
|
||||
"TEMPLATE": "Plantilla del PGD",
|
||||
"DATASET-TEMPLATES": "Related Dataset Description Templates",
|
||||
"SELECT-TEMPLATE": "Select a template to describe your dataset",
|
||||
"PROFILE": "Plantilla del PGD",
|
||||
"PROJECT": "Proyecto",
|
||||
"GRANT": "Subvención",
|
||||
|
|
|
@ -768,6 +768,7 @@
|
|||
"TEMPLATES": "Templates",
|
||||
"TEMPLATE": "Template Σχεδίου Διαχείρισης Δεδομένων",
|
||||
"DATASET-TEMPLATES": "Σχετικά Templates Περιγραφής Συνόλου Δεδομένων",
|
||||
"SELECT-TEMPLATE": "Select a template to describe your dataset",
|
||||
"PROFILE": "Template Σχεδίου Διαχείρισης Δεδομένων",
|
||||
"PROJECT": "Έργο",
|
||||
"GRANT": "Επιχορήγηση",
|
||||
|
|
|
@ -700,6 +700,7 @@
|
|||
"TEMPLATES": "Şablonlar",
|
||||
"TEMPLATE": "VYP Şablonu",
|
||||
"DATASET-TEMPLATES": "İlgili Veriseti Tanım Şablonları",
|
||||
"SELECT-TEMPLATE": "Select a template to describe your dataset",
|
||||
"PROFILE": "VYP Şablonu",
|
||||
"PROJECT": "Proje",
|
||||
"GRANT": "Hibe",
|
||||
|
|
Loading…
Reference in New Issue