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