From d19392fde0d4de3eb41e97666c857395500e2619 Mon Sep 17 00:00:00 2001 From: Diamantis Tziotzios Date: Thu, 14 Mar 2019 17:44:40 +0200 Subject: [PATCH] language updates --- .../dataset-create-wizard.component.ts | 2 +- .../quick-wizard-editor.component.ts | 2 +- dmp-frontend/src/assets/i18n/en.json | 28 +++++++++---------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dmp-frontend/src/app/ui/dataset-create-wizard/dataset-create-wizard.component.ts b/dmp-frontend/src/app/ui/dataset-create-wizard/dataset-create-wizard.component.ts index c76248c4a..e6e12ac68 100644 --- a/dmp-frontend/src/app/ui/dataset-create-wizard/dataset-create-wizard.component.ts +++ b/dmp-frontend/src/app/ui/dataset-create-wizard/dataset-create-wizard.component.ts @@ -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' }] ); diff --git a/dmp-frontend/src/app/ui/quick-wizard/quick-wizard-editor/quick-wizard-editor.component.ts b/dmp-frontend/src/app/ui/quick-wizard/quick-wizard-editor/quick-wizard-editor.component.ts index 65b0c2376..893a6cd7e 100644 --- a/dmp-frontend/src/app/ui/quick-wizard/quick-wizard-editor/quick-wizard-editor.component.ts +++ b/dmp-frontend/src/app/ui/quick-wizard/quick-wizard-editor/quick-wizard-editor.component.ts @@ -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' }] ); diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index ee786cb29..c1fbc369e 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -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" } } }