language updates

This commit is contained in:
Diamantis Tziotzios 2019-03-14 17:44:40 +02:00
parent 19416d29e7
commit d19392fde0
3 changed files with 16 additions and 16 deletions

View File

@ -36,7 +36,7 @@ export class DatasetCreateWizard extends BaseComponent implements OnInit, IBread
this.breadCrumbs = Observable.of([
{
parentComponentName: 'Dashboard',
label: 'Quick Add Dataset',
label: 'Dataset description wizard',
url: '/datasetcreatewizard'
}]
);

View File

@ -52,7 +52,7 @@ export class QuickWizardEditorComponent extends BaseComponent implements OnInit,
this.breadCrumbs = Observable.of([
{
parentComponentName: 'Dashboard',
label: 'Quick Create DMP',
label: 'DMP Wizard',
url: '/quick-wizard'
}]
);

View File

@ -471,7 +471,7 @@
"SAVE": "Save"
},
"FIRST-STEP": {
"TITLE": "DMP Information"
"TITLE": "DMP"
}
},
"INVITATION-EDITOR": {
@ -674,47 +674,47 @@
"QUICKWIZARD": {
"CREATE-ADD": {
"CREATE": {
"TITLE": "Create Dmp",
"TITLE": "Start new DMP",
"QUICKWIZARD_CREATE": {
"TITLE": "Quick Create",
"TITLE": "DMP Wizard",
"ACTIONS": {
"DELETE": "Delete",
"SAVE": "Save",
"NEXT": "Next",
"BACK": "Back",
"CREATE-NEW":"Create new",
"CREATE-NEW":"Create new project",
"EXIST":"Existing Project"
},
"FIRST-STEP": {
"TITLE": "Select Project",
"TITLE": "Project",
"OR": "or",
"FIELDS": {
"SELECT-PROJECT":"Select Project",
"SELECT-PROJECT":"Pick the project the DMP is associate with",
"LABEL": "Label",
"DESCRIPTION": "Description"
}
},
"SECOND-STEP": {
"TITLE": "Create Dmp",
"NEW-TITLE": "New Data Management Plan",
"TITLE": "DMP Description",
"NEW-TITLE": "",
"DMP-NAME":"Dmp For Project : ",
"FIELDS": {
"NAME": "Name of the Dmp",
"NAME": "Title of the Dmp",
"DESCRIPTION": "Description",
"PROFILE": "Dataset Profile"
"PROFILE": "Dataset Description Template"
}
},
"THIRD-STEP": {
"TITLE": "Create Dataset",
"NEW-TITLE":"New Dataset",
"DATASET-LABEL":"Dataset Name",
"TITLE": "Dataset Description",
"NEW-TITLE":"",
"DATASET-LABEL":"Dataset Title",
"DATASET-NAME":"Dataset : ",
"DATASET-NAME-FOR":" For Dmp : "
}
}
},
"ADD": {
"TITLE": "Add Dataset"
"TITLE": "Describe Dataset"
}
}
}