language updates
This commit is contained in:
parent
19416d29e7
commit
d19392fde0
|
@ -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'
|
||||
}]
|
||||
);
|
||||
|
|
|
@ -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'
|
||||
}]
|
||||
);
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue