From 76e251c14d04499fb4f091b90ea91be68f47b317 Mon Sep 17 00:00:00 2001 From: Diamantis Tziotzios Date: Thu, 21 Mar 2024 20:57:51 +0200 Subject: [PATCH] en language cleanup --- .../services/utilities/enum-utils.service.ts | 8 +- .../annotation-dialog.component.html | 39 - .../app/ui/dashboard/dashboard.component.ts | 4 +- .../ui/dashboard/drafts/drafts.component.html | 4 +- .../recent-edited-activity.component.html | 4 +- ...edited-description-activity.component.html | 4 +- .../recent-edited-dmp-activity.component.html | 4 +- .../description-listing.component.html | 4 +- .../dataset-info/dataset-info.component.html | 1 - .../ui/dmp/listing/dmp-listing.component.html | 4 +- .../start-new-dmp-dialog.component.html | 18 +- .../src/app/ui/navbar/navbar.component.html | 11 +- .../src/app/ui/sidebar/sidebar.component.ts | 50 +- dmp-frontend/src/assets/i18n/en.json | 1230 ++--------------- 14 files changed, 187 insertions(+), 1198 deletions(-) diff --git a/dmp-frontend/src/app/core/services/utilities/enum-utils.service.ts b/dmp-frontend/src/app/core/services/utilities/enum-utils.service.ts index 1a0d06c9e..92da9e3ae 100644 --- a/dmp-frontend/src/app/core/services/utilities/enum-utils.service.ts +++ b/dmp-frontend/src/app/core/services/utilities/enum-utils.service.ts @@ -148,10 +148,10 @@ export class EnumUtils { toDmpBlueprintExtraFieldDataTypeString(status: DmpBlueprintExtraFieldDataType): string { switch (status) { - case DmpBlueprintExtraFieldDataType.Text: return this.language.instant('TYPES.DMP-PROFILE-FIELD.DATA-TYPE.TEXT'); - case DmpBlueprintExtraFieldDataType.RichText: return this.language.instant('TYPES.DMP-PROFILE-FIELD.DATA-TYPE.RICH-TEXT'); - case DmpBlueprintExtraFieldDataType.Date: return this.language.instant('TYPES.DMP-PROFILE-FIELD.DATA-TYPE.DATE'); - case DmpBlueprintExtraFieldDataType.Number: return this.language.instant('TYPES.DMP-PROFILE-FIELD.DATA-TYPE.NUMBER'); + case DmpBlueprintExtraFieldDataType.Text: return this.language.instant('TYPES.DMP-BLUEPRINT-EXTRA-FIELD-DATA-TYPE.TEXT'); + case DmpBlueprintExtraFieldDataType.RichText: return this.language.instant('TYPES.DMP-BLUEPRINT-EXTRA-FIELD-DATA-TYPE.RICH-TEXT'); + case DmpBlueprintExtraFieldDataType.Date: return this.language.instant('TYPES.DMP-BLUEPRINT-EXTRA-FIELD-DATA-TYPE.DATE'); + case DmpBlueprintExtraFieldDataType.Number: return this.language.instant('TYPES.DMP-BLUEPRINT-EXTRA-FIELD-DATA-TYPE.NUMBER'); } } diff --git a/dmp-frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html b/dmp-frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html index a6df6ac97..0b2f728a6 100644 --- a/dmp-frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html +++ b/dmp-frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html @@ -102,43 +102,4 @@ - - \ No newline at end of file diff --git a/dmp-frontend/src/app/ui/dashboard/dashboard.component.ts b/dmp-frontend/src/app/ui/dashboard/dashboard.component.ts index 023bd54a2..f7fc5281b 100644 --- a/dmp-frontend/src/app/ui/dashboard/dashboard.component.ts +++ b/dmp-frontend/src/app/ui/dashboard/dashboard.component.ts @@ -213,8 +213,8 @@ export class DashboardComponent extends BaseComponent implements OnInit { } public setDescriptionText(): void { - const descriptionText = this.language.instant('DASHBOARD.TOUR-GUIDE.description') + '\n\n' + - this.language.instant('DASHBOARD.TOUR-GUIDE.NEW-description'); + const descriptionText = this.language.instant('DASHBOARD.TOUR-GUIDE.DESCRIPTION') + '\n\n' + + this.language.instant('DASHBOARD.TOUR-GUIDE.NEW-DESCRIPTION'); this.dashboardTour.steps[3].title = descriptionText; } diff --git a/dmp-frontend/src/app/ui/dashboard/drafts/drafts.component.html b/dmp-frontend/src/app/ui/dashboard/drafts/drafts.component.html index 69cf831f0..f32e9a655 100644 --- a/dmp-frontend/src/app/ui/dashboard/drafts/drafts.component.html +++ b/dmp-frontend/src/app/ui/dashboard/drafts/drafts.component.html @@ -6,7 +6,7 @@ {{'DMP-LISTING.SORT-BY' | translate}}: - + {{enumUtils.toRecentActivityOrderString(order.UpdatedAt)}} {{enumUtils.toRecentActivityOrderString(order.Label)}} @@ -15,7 +15,7 @@ search - + {{formGroup.get('like').getError('backendError').message}} diff --git a/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.html b/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.html index 304fabf50..3be5c8104 100644 --- a/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.html +++ b/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.html @@ -6,7 +6,7 @@ {{'DMP-LISTING.SORT-BY' | translate}}: - + {{enumUtils.toRecentActivityOrderString(order.UpdatedAt)}} {{enumUtils.toRecentActivityOrderString(order.Label)}} @@ -17,7 +17,7 @@ search - + {{formGroup.get('like').getError('backendError').message}} diff --git a/dmp-frontend/src/app/ui/dashboard/recent-edited-description-activity/recent-edited-description-activity.component.html b/dmp-frontend/src/app/ui/dashboard/recent-edited-description-activity/recent-edited-description-activity.component.html index 5eb066275..2d76656ed 100644 --- a/dmp-frontend/src/app/ui/dashboard/recent-edited-description-activity/recent-edited-description-activity.component.html +++ b/dmp-frontend/src/app/ui/dashboard/recent-edited-description-activity/recent-edited-description-activity.component.html @@ -3,7 +3,7 @@ {{'DMP-LISTING.SORT-BY' | translate}}: - + {{enumUtils.toRecentActivityOrderString(order.UpdatedAt)}} {{enumUtils.toRecentActivityOrderString(order.Label)}} @@ -15,7 +15,7 @@ search - + {{formGroup.get('like').getError('backendError').message}} diff --git a/dmp-frontend/src/app/ui/dashboard/recent-edited-dmp-activity/recent-edited-dmp-activity.component.html b/dmp-frontend/src/app/ui/dashboard/recent-edited-dmp-activity/recent-edited-dmp-activity.component.html index 519620897..ab8396521 100644 --- a/dmp-frontend/src/app/ui/dashboard/recent-edited-dmp-activity/recent-edited-dmp-activity.component.html +++ b/dmp-frontend/src/app/ui/dashboard/recent-edited-dmp-activity/recent-edited-dmp-activity.component.html @@ -3,7 +3,7 @@ {{'DMP-LISTING.SORT-BY' | translate}}: - + {{enumUtils.toRecentActivityOrderString(order.UpdatedAt)}} {{enumUtils.toRecentActivityOrderString(order.Label)}} @@ -15,7 +15,7 @@ search - + {{formGroup.get('like').getError('backendError').message}} diff --git a/dmp-frontend/src/app/ui/description/listing/description-listing.component.html b/dmp-frontend/src/app/ui/description/listing/description-listing.component.html index 0a1dbb26b..1cc6a8dd2 100644 --- a/dmp-frontend/src/app/ui/description/listing/description-listing.component.html +++ b/dmp-frontend/src/app/ui/description/listing/description-listing.component.html @@ -36,7 +36,7 @@ {{'DMP-LISTING.SORT-BY' | translate}}: - + {{enumUtils.toRecentActivityOrderString(order.UpdatedAt)}} {{enumUtils.toRecentActivityOrderString(order.Label)}} @@ -54,7 +54,7 @@ search - + {{formGroup.get('like').getError('backendError').message}} diff --git a/dmp-frontend/src/app/ui/dmp/editor/dataset-info/dataset-info.component.html b/dmp-frontend/src/app/ui/dmp/editor/dataset-info/dataset-info.component.html index 491cb45f0..9b7c83681 100644 --- a/dmp-frontend/src/app/ui/dmp/editor/dataset-info/dataset-info.component.html +++ b/dmp-frontend/src/app/ui/dmp/editor/dataset-info/dataset-info.component.html @@ -1,6 +1,5 @@
-

{{'DMP-EDITOR.DATASET-INFO.SECOND-INTRO' | translate}}

diff --git a/dmp-frontend/src/app/ui/dmp/listing/dmp-listing.component.html b/dmp-frontend/src/app/ui/dmp/listing/dmp-listing.component.html index c98990db9..75655acb6 100644 --- a/dmp-frontend/src/app/ui/dmp/listing/dmp-listing.component.html +++ b/dmp-frontend/src/app/ui/dmp/listing/dmp-listing.component.html @@ -25,7 +25,7 @@ {{'DMP-LISTING.SORT-BY' | translate}}: - + {{enumUtils.toRecentActivityOrderString(order.UpdatedAt)}} {{enumUtils.toRecentActivityOrderString(order.Label)}} @@ -37,7 +37,7 @@ search - {{formGroup.get('like').getError('backendError').message}} diff --git a/dmp-frontend/src/app/ui/dmp/new/start-new-dmp-dialogue/start-new-dmp-dialog.component.html b/dmp-frontend/src/app/ui/dmp/new/start-new-dmp-dialogue/start-new-dmp-dialog.component.html index 65c8021b3..bc05a9175 100644 --- a/dmp-frontend/src/app/ui/dmp/new/start-new-dmp-dialogue/start-new-dmp-dialog.component.html +++ b/dmp-frontend/src/app/ui/dmp/new/start-new-dmp-dialogue/start-new-dmp-dialog.component.html @@ -8,26 +8,26 @@
-

{{'NAV-BAR.START-NEW-DMP' | translate}}

+

{{'START-NEW-PLAN-DIALOG.TITLE' | translate}}

-

{{'NAV-BAR.START-NEW-DMP-TXT' | translate}}

+

{{'START-NEW-PLAN-DIALOG.MESSAGE' | translate}}

-

{{ 'QUICKWIZARD.CREATE-ADD.CREATE.QUICKWIZARD_CREATE.FIRST-STEP.OR' | translate }}

+

{{ 'START-NEW-PLAN-DIALOG.OR' | translate }}

@@ -39,10 +39,10 @@ info
- {{'GENERAL.START-NEW-DMP-DIALOG.IMPORT' | translate }} {{'GENERAL.START-NEW-DMP-DIALOG.FUNCTION-SUPPORTS' | translate }} - {{'GENERAL.START-NEW-DMP-DIALOG.JSON-FILES' | translate }} {{'GENERAL.START-NEW-DMP-DIALOG.PRODUCED' | translate }} - {{'GENERAL.START-NEW-DMP-DIALOG.RDA-SPECIFICATIONS' | translate }} - {{'GENERAL.START-NEW-DMP-DIALOG.MACHINE-ACTIONABLE' | translate }} + {{'START-NEW-PLAN-DIALOG.IMPORT' | translate }} {{'START-NEW-PLAN-DIALOG.FUNCTION-SUPPORTS' | translate }} + {{'START-NEW-PLAN-DIALOG.JSON-FILES' | translate }} {{'START-NEW-PLAN-DIALOG.PRODUCED' | translate }} + {{'START-NEW-PLAN-DIALOG.RDA-SPECIFICATIONS' | translate }} + {{'START-NEW-PLAN-DIALOG.MACHINE-ACTIONABLE' | translate }}
diff --git a/dmp-frontend/src/app/ui/navbar/navbar.component.html b/dmp-frontend/src/app/ui/navbar/navbar.component.html index 56a9a3957..c1ff5224f 100644 --- a/dmp-frontend/src/app/ui/navbar/navbar.component.html +++ b/dmp-frontend/src/app/ui/navbar/navbar.component.html @@ -99,13 +99,4 @@
- - - - - + \ No newline at end of file diff --git a/dmp-frontend/src/app/ui/sidebar/sidebar.component.ts b/dmp-frontend/src/app/ui/sidebar/sidebar.component.ts index 198bbba44..16e6b36b5 100644 --- a/dmp-frontend/src/app/ui/sidebar/sidebar.component.ts +++ b/dmp-frontend/src/app/ui/sidebar/sidebar.component.ts @@ -1,14 +1,14 @@ +import { Location } from '@angular/common'; +import { HttpClient } from '@angular/common/http'; import { Component, OnInit } from '@angular/core'; import { MatDialog } from '@angular/material/dialog'; -import { TranslateService } from '@ngx-translate/core'; -import { AuthService } from '../../core/services/auth/auth.service'; -import { UserDialogComponent } from '../navbar/user-dialog/user-dialog.component'; -import { AppRole } from '../../core/common/enum/app-role'; import { Router } from '@angular/router'; -import { Location } from '@angular/common'; -import { LanguageDialogComponent } from '../language/dialog/language-dialog.component'; import { MatomoService } from '@app/core/services/matomo/matomo-service'; -import { HttpClient } from '@angular/common/http'; +import { TranslateService } from '@ngx-translate/core'; +import { AppRole } from '../../core/common/enum/app-role'; +import { AuthService } from '../../core/services/auth/auth.service'; +import { LanguageDialogComponent } from '../language/dialog/language-dialog.component'; +import { UserDialogComponent } from '../navbar/user-dialog/user-dialog.component'; declare interface RouteInfo { path: string; @@ -31,7 +31,6 @@ export const GENERAL_ROUTES: RouteInfo[] = [ export const DMP_ROUTES: RouteInfo[] = [ { path: '/plans', title: 'SIDE-BAR.MY-DMPS', icon: 'library_books' }, { path: '/descriptions', title: 'SIDE-BAR.MY-DESCRIPTIONS', icon: 'dns' }, - // { path: '/plans/new', title: 'SIDE-BAR.ADD-EXPERT', icon: 'playlist_add' } ]; export const DATASETS_ROUTES: RouteInfo[] = [ { path: '/explore-plans', title: 'SIDE-BAR.PUBLIC-DMPS', icon: 'library_books' }, @@ -43,15 +42,11 @@ export const PUBLIC_ROUTES: RouteInfo[] = [ { path: '/explore-descriptions', title: 'SIDE-BAR.PUBLIC-DESC', icon: 'dns' } ]; -// export const GRANTS_ROUTES: RouteInfo[] = [ -// { path: '/grants', title: 'SIDE-BAR.MY-GRANTS', icon: 'work_outline' } -// ]; - export const ADMIN_ROUTES: RouteInfo[] = [ { path: '/dmp-blueprints', title: 'SIDE-BAR.DMP-BLUEPRINTS', icon: 'library_books' }, { path: '/description-templates', title: 'SIDE-BAR.DESCRIPTION-TEMPLATES', icon: 'description' }, { path: '/description-template-type', title: 'SIDE-BAR.DESCRIPTION-TEMPLATE-TYPES', icon: 'stack' }, - { path: '/entity-locks', title: 'SIDE-BAR.ENTITY-LOCKS', icon: 'build'}, + { path: '/entity-locks', title: 'SIDE-BAR.ENTITY-LOCKS', icon: 'build' }, { path: '/references', title: 'SIDE-BAR.REFERENCES', icon: 'dataset_linked' }, { path: '/reference-type', title: 'SIDE-BAR.REFERENCE-TYPES', icon: 'add_link' }, { path: '/prefilling-sources', title: 'SIDE-BAR.PREFILLING-SOURCES', icon: 'add_link' }, @@ -59,9 +54,9 @@ export const ADMIN_ROUTES: RouteInfo[] = [ { path: '/users', title: 'SIDE-BAR.USERS', icon: 'people' }, { path: '/languages', title: 'SIDE-BAR.LANGUAGES', icon: 'language' }, { path: '/supportive-material', title: 'SIDE-BAR.SUPPORTIVE-MATERIAL', icon: 'dataset_linked' }, - { path: '/notification-templates', title: 'SIDE-BAR.NOTIFICATION-TEMPLATES', icon: 'build'}, - { path: '/notifications', title: 'SIDE-BAR.NOTIFICATIONS', icon: 'build'}, - { path: '/index-managment', title: 'SIDE-BAR.MAINTENANCE', icon: 'build'} + { path: '/notification-templates', title: 'SIDE-BAR.NOTIFICATION-TEMPLATES', icon: 'build' }, + { path: '/notifications', title: 'SIDE-BAR.NOTIFICATIONS', icon: 'build' }, + { path: '/index-managment', title: 'SIDE-BAR.MAINTENANCE', icon: 'build' } ]; export const DATASET_TEMPLATE_ROUTES: RouteInfo[] = [ @@ -74,11 +69,6 @@ export const INFO_ROUTES: RouteInfo[] = [ { path: '/feedback', title: 'SIDE-BAR.FEEDBACK', icon: 'feedback', url: 'https://docs.google.com/forms/d/12RSCrUjdSDp2LZLpjDKOi44cN1fLDD2q1-F66SqZIis/viewform?edit_requested=true' } ]; -// export const HISTORY_ROUTES: RouteInfo[] = [ -// { path: '/typography', title: 'SIDE-BAR.HISTORY-VISITED', icon: 'visibility'}, -// { path: '/icons', title: 'SIDE-BAR.HISTORY-EDITED', icon: 'edit'} -// ]; - @Component({ selector: 'app-sidebar', templateUrl: './sidebar.component.html', @@ -106,7 +96,7 @@ export class SidebarComponent implements OnInit { private location: Location, private httpClient: HttpClient, private matomoService: MatomoService - ) { + ) { } ngOnInit() { @@ -139,16 +129,6 @@ export class SidebarComponent implements OnInit { } this.groupMenuItems.push(this.datasetItems); - // ----------- UNCOMMENT TO ADD AGAIN GRANTS -------- - // this.grantItems = { - // title: 'SIDE-BAR.GRANTS', - // routes: GRANTS_ROUTES, - // requiresAuthentication: true, - // requiresAdmin: false, - // isGeneral: false - // } - // this.groupMenuItems.push(this.grantItems); - this.adminItems = { title: 'SIDE-BAR.ADMIN', routes: ADMIN_ROUTES, @@ -187,12 +167,6 @@ export class SidebarComponent implements OnInit { this.groupMenuItems.push(this.infoItems); this.router.events.subscribe((event) => this.currentRoute = this.router.url); - - // this.historyItems = { - // title: 'SIDE-BAR.HISTORY', - // routes: HISTORY_ROUTES - // } - // this.groupMenuItems.push(this.historyItems); } public principalHasAvatar(): boolean { diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 3c95f7b6f..168636ec9 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -4,47 +4,26 @@ "GENERAL": { "VALIDATION": { "REQUIRED": "Required", - "GRANT-START-AFTER-END": "Grant start date cannot be after the end date", - "PATTERN-_": "Character \"_\" is not allowed", "URL": { "LABEL": "URL", "MESSAGE": "Please provide a valid URL" } }, - "DELETE-CONFIRMATION": { - "TITLE": "Warning", - "MESSAGE": "Are you sure you want to delete this item?", - "POSITIVE": "Yes", - "NEGATIVE": "Cancel" - }, "SNACK-BAR": { "SUCCESSFUL-CREATION": "Created Successfully", "SUCCESSFUL-UPDATE": "Updated Successfully", "SUCCESSFUL-LOGIN": "Successful Login", - "SUCCESSFUL-LOGOUT": "Successful Logout", "SUCCESSFUL-EMAIL-SEND": "Email sent successfully", "SUCCESSFUL-COPY-TO-CLIPBOARD": "Copied to Clipboard", - "UNSUCCESSFUL-LOGOUT": "Unsuccessful Logout", "UNSUCCESSFUL-LOGIN": "Unsuccessful Login", - "SUCCESSFUL-DATASET-PROFILE-DELETE": "Successful Delete", - "UNSUCCESSFUL-DATASET-PROFILE-DELETE": "This template can not deleted, because Datasets are associated with it", - "SUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "Successful Delete", - "UNSUCCESSFUL-DESCRIPTION-TEMPLATE-TYPE-DELETE": "This type can not deleted, because Descriptions are associated with it", "SUCCESSFUL-DELETE": "Successful Delete", "UNSUCCESSFUL-DELETE": "Unsuccessful Delete", "UNSUCCESSFUL-EMAIL-SEND": "Failed sending email", - "UNSUCCESSFUL-REMOVE-TEMPLATE": "Failed to remove template, one or more datasets of this DMP use this template" + "UNSUCCESSFUL-REMOVE-TEMPLATE": "Failed to remove template, one or more Descriptions of this Plan use this template" }, "ERRORS": { "HTTP-REQUEST-ERROR": "An Unexpected Error Has Occurred" }, - "NAMES": { - "DATASET": "Dataset" - }, - "STATUSES": { - "EDIT": "Edited", - "FINALISED": "Finalized" - }, "FORM-VALIDATION-DISPLAY-DIALOG": { "WARNING": "Warning!", "THIS-FIELD": "Field", @@ -62,11 +41,11 @@ "DELETE-USER": "Remove this collaborator?", "UNFINALIZE-ITEM": "Undo Finalization?", "PUBLISH-ITEM": "Publish this item?", - "ADD-DATASET": "Do you want to continue by adding a Dataset to your DMP? You can always add more Datasets using \"Add Dataset (Wizard)\" menu.", - "ZENODO-DOI": "Would you like to create digital object identifier (DOI) with {{username}} account for the DMP?", + "ADD-DATASET": "Do you want to continue by adding a Description to your Plan? You can always add more Descriptions using \"Add Description (Wizard)\" menu.", + "ZENODO-DOI": "Would you like to create digital object identifier (DOI) with {{username}} account for the Plan?", "LEAVE-PAGE": "If you leave, your changes will be lost.", "LEAVE-WARNING": "You have unsaved changes!", - "PRIVACY-POLICY-NAMES": "The names of all people involved into this DMP will be publicly visible. Do you agree with that?", + "PRIVACY-POLICY-NAMES": "The names of all people involved into this Plan will be publicly visible. Do you agree with that?", "ACTIONS": { "CONFIRM": "Yes", "NO": "No", @@ -80,40 +59,21 @@ }, "NOTIFICATION-DIALOG": { "POPUP": { - "TITLE": "Missing Dataset", - "MESSAGE": "At least one dataset has to be created to proceed on saving DMP.", "CLOSE": "Close" } }, - "START-NEW-DMP-DIALOG": { - "IMPORT": "Import", - "FUNCTION-SUPPORTS": "function supports", - "JSON-FILES": ".json files", - "PRODUCED": "produced", - "RDA-SPECIFICATIONS": "according to RDA specifications", - "MACHINE-ACTIONABLE": "for machine-actionable DMPs", - "UPLOAD-FILE": "Upload File", - "REPLACE-FILE": "Replace File" - }, - "INVITATION-DIALOG": { - "HINT": "Press comma or enter between authors", - "SUCCESS": "Invitation successfully sent", - "ERROR": "Invitation sent failed" - }, "DMP-TO-DATASET-DIALOG": { "FROM-DMP": "You have successfully created your", - "DMP": "DMP", + "DMP": "Plan", "TO-DATASET": "You will be transferred to the", - "DATASET": "Dataset", + "DATASET": "Description", "EDITOR": "editor", "START": "let's start" }, "ACTIONS": { - "VIEW-ALL": "View All", "SHOW-MORE": "Show more", "LOAD-MORE": "Load more", "LOAD-LESS": "Load less", - "SHOW-LESS": "Show less", "LOG-IN": "Log in", "TAKE-A-TOUR": "Do you need help? Take a tour..", "NO-MORE-AVAILABLE": "No more results available" @@ -123,57 +83,20 @@ }, "TITLES": { "PREFIX": "{{ APP_NAME }} - ", - "GENERAL": "Data Management Plans Creator", + "GENERAL": "Plans Creator", "ABOUT": "About", "PRIVACY": "Privacy Policy", "OPENSOURCE-LICENCES": "Opensource Licenses", "TERMS": "Terms Of Service", "COOKIES-POLICY": "Cookies Policy", - "PLANS": "My DMPs", - "EXPLORE-PLANS": "Published DMPs", - "QUICK-WIZARD": "New DMP (Wizard)", - "PLANS-NEW": "New DMP (Expert)", - "DMP-NEW": "New DMP", + "PLANS": "My Plans", + "EXPLORE-PLANS": "Published Plans", "DESCRIPTIONS": "My Descriptions", "EXPLORE": "Published Descriptions", - "DATASETCREATEWIZARD": "Add Dataset (Wizard)", - "GRANTS": "My Grants", - "DMP-BLUEPRINTS": "DMP Blueprints", - "DATASET-PROFILES": "Dataset Templates", - "DESCRIPTION-TEMPLATE-TYPES": "Description Types", "USERS": "Users", "PROFILE": "My Profile", "LOGIN": "Login", - "DMP-OVERVIEW": "DMP Overview", - "DMP-EDIT": "Edit DMP", - "DATASET-OVERVIEW": "Dataset Overview", - "DATASET-EDIT": "Dataset View/Edit", - "DMP-NEW-VERSION": "DMP New Version", - "DMP-CLONE": "Clone DMP", - "DATASET-NEW": "New Dataset", - "GRANT-NEW": "New Grant", - "GRANT-EDIT": "View/Edit Grant", - "DMP-BLUEPRINT-NEW": "New DMP Blueprint", - "DMP-BLUEPRINT-CLONE": "New Clone of DMP Blueprint", - "DMP-BLUEPRINT-EDIT": "Edit DMP Blueprint", - "DATASET-PROFILES-NEW": "New Dataset Template", - "DATASET-PROFILES-EDIT": "Edit Dataset Template", - "DESCRIPTION-TYPE-NEW": "New Description Type", - "DESCRIPTION-TYPE-EDIT": "Edit Description Type", - "EXPLORE-PLANS-OVERVIEW": "Published DMP Overview", - "DATASET-PUBLIC-EDIT": "View Published Dataset", - "DMP-PUBLIC-EDIT": "View Published DMP", - "DATASET-COPY": "Copy Dataset", - "DATASET-UPDATE": "Update Dataset", - "DATASET-PROFILES-NEW-VERSION": "New Version of Dataset Template", - "DATASET-PROFILES-CLONE": "New Clone of Dataset Template", - "LANGUAGE-EDITOR": "Language Editor", - "GUIDE-EDITOR": "User Guide Editor", - "LANGUAGE": "Language", - "SIGN-IN": "Sign in to account", - "REFERENCE-TYPES": "Reference Types", - "TENANTS": "Tenants", - "REFERENCES": "References" + "DATASET-OVERVIEW": "Description Overview" }, "FILE-TRANSFORMER": { "PDF": "PDF", @@ -192,6 +115,9 @@ "pt": "Portuguese", "hr": "Croatian", "pl": "Polish" + }, + "CRITERIA": { + "LIKE": "Search..." } }, "HYBRID-LISTING": { @@ -211,15 +137,6 @@ "SEARCH-FILTER-BTN": "Filter Results", "CLEAR-ALL-FILTERS": "clear all filters", "FILTERS-SAVE-AS": "Save as", - "CANCEL": "Cancel", - "APPLY-FILTERS": "Apply Filters", - "TITLE": "Filters", - "ADD-NEW": "Add new", - "SETTINGS": { - "TITLE": "Settings", - "APPLY": "Apply", - "CLOSE": "Close" - }, "MESSAGE": { "EMPTY": "No data to display", "TOTAL": "Total", @@ -237,20 +154,15 @@ }, "SETTINGS-PICKER": { "DRAFT-FILTERS": "Draft profile", - "RENAME": "Rename", - "NAME": "Name", - "USER": "User", - "SHARE": "Share", - "CANCEL": "Cancel" + "RENAME": "Rename" }, "BREADCRUMBS": { - "OVERVIEW": "Overview", "HOME": "Board", "DESCRIPTION-TEMPLATE-TYPES": "Description Types", "DESCRIPTION-TEMPLATES": "Description Templates", "NEW-DESCRIPTION-TEMPLATE-TYPE": "New", "EDIT-DESCRIPTION-TEMPLATE-TYPE": "Edit", - "DMP-BLUEPRINTS": "DMP Blueprints", + "DMP-BLUEPRINTS": "Plan Blueprints", "NEW-DMP-BLUEPRINT": "New", "EDIT-DMP-BLUEPRINT": "Edit", "NEW-DESCRIPTION-TEMPLATES": "New", @@ -284,88 +196,47 @@ }, "EMAIL-CONFIRMATION": { "EXPIRED-EMAIL": "Mail invitation expired", - "CARD-TITLE": "E-mail", - "REQUEST-EMAIL-HEADER": "We are almost done! Please fill your e-mail.", - "REQUEST-EMAIL-TEXT": "You will need to confirm it to use the application.", - "SUBMIT": "Submit", - "SENT-EMAIL-HEADER": "An email has been sent! Please check your inbox.", "EMAIL-FOUND": "Email is already confirmed" }, "HOME": { - "DMPS": "DMPs", - "DATASETS": "Datasets", "LOGIN": { "TITLE": "Login", "TEXT": "You don't need to have a registered account for {{ APP_NAME_CAPS }}" } }, - "NAV-BAR": { - "BREADCRUMB-ROOT": "Dashboard", - "TITLE": "{{ APP_NAME_CAPS }}", - "GRANTS": "Grants", - "GRANT": "Grant", - "DMP": "DMP", - "DMPS": "DMPs", - "MY-DMPS": "MY DMPs", - "DATASETS": "Datasets", - "DESCRIPTION": "Description", - "PUBLIC-DATASETS": "Explore {{ APP_NAME_CAPS }}", - "USERS": "Users", - "DATASETS-ADMIN": "Dataset Templates", - "DMP-BLUEPRINTS": "DMP Blueprints", - "ABOUT": "About", - "MY-DATASET-DESCRIPTIONS": "MY DATASETS", - "DATASET-DESCRIPTION-WIZARD": "Dataset wizard", - "PUBLIC DATASETS": "PUBLISHED DATASETS", - "PUBLIC-DMPS": "PUBLISHED DMPS", - "HOME": "HOME", - "DMP-WIZARD": "DMP Wizard", - "DATASET-TEMPLATES": "DATASET TEMPLATES", - "TEMPLATE": "TEMPLATE", - "DMP-BLUEPRINTS-CAPS": "DMP BLUEPRINTS", - "USERS-BREADCRUMB": "USERS", - "START-NEW-DMP": "Start new DMP", - "START-NEW-DMP-TXT": "Start fresh or continue work in {{ APP_NAME }}! Create a new DMP or upload an existing DMP to {{ APP_NAME }}", - "START-WIZARD": "Start wizard", + "START-NEW-PLAN-DIALOG": { + "TITLE": "Start new Plan", + "MESSAGE": "Start fresh or continue work in {{ APP_NAME }}! Create a new Plan or upload an existing Plan to {{ APP_NAME }}", "IMPORT-FROM-FILE": "Import from file", - "SEARCH": { - "DATASET": "Dataset", - "DMP": "DMP", - "GRANT": "Grant", - "PUBLISHED": "Published" - }, + "OR": "OR", + "START-WIZARD": "Start wizard", + "IMPORT": "Import", + "FUNCTION-SUPPORTS": "function supports", + "JSON-FILES": ".json files", + "PRODUCED": "produced", + "RDA-SPECIFICATIONS": "according to RDA specifications", + "MACHINE-ACTIONABLE": "for machine-actionable DMPs" + }, + "NAV-BAR": { + "START-NEW-DMP": "Start new Plan", "INAPP-NOTIFICATIONS": "All Notifications", "READ-ALL-INAPP-NOTIFICATIONS": "Read All" }, "SIDE-BAR": { "GENERAL": "GENERAL", - "ABOUT": "About", "DASHBOARD": "Home", - "DMP": "DATA MANAGEMENT PLANS", - "MY-DMPS": "My DMPs", + "DMP": "PLANS", + "MY-DMPS": "My Plans", "DATASETS": "DATASETS", - "GRANTS": "GRANTS", - "NEW DATASET": "New Dataset", - "QUICK-WIZARD": "New DMP (Wizard)", - "QUICK-WIZARD-DATASET": "Add Dataset (Wizard)", - "ADD-EXPERT": "New DMP (Expert)", - "MY-DATASET-DESC": "My Dataset Desc.", "MY-DESCRIPTIONS": "My Descriptions", - "MY-GRANTS": "My Grants", - "HISTORY": "HISTORY", - "HISTORY-VISITED": "LAST VISITED", - "HISTORY-EDITED": "LAST EDITED", "PUBLIC": "PUBLISHED", - "PUBLIC-DMPS": "Public DMPs", + "PUBLIC-DMPS": "Public Plans", "PUBLIC-DESC": "Public Descriptions", - "ACCOUNT": "ACCOUNT", "ADMIN": "ADMIN", "DESCRIPTION-TEMPLATES": "Description Templates", "DESCRIPTION-TEMPLATE-TYPES": "Description Types", - "DMP-BLUEPRINTS": "DMP Blueprints", + "DMP-BLUEPRINTS": "Plan Blueprints", "USERS": "Users", - "LANGUAGE-EDITOR": "Language Editor", - "GUIDE-EDITOR": "User Guide Editor", "CO-BRANDING": "Co-Branding", "SUPPORT": "Support", "FEEDBACK": "Send feedback", @@ -418,7 +289,7 @@ "DATASET-TEMPLATE-NAME": "Description template name", "DATASET-TEMPLATE-NAME-HINT": "A title that determines the Description template.", "DATASET-TEMPLATE-DESCRIPTION": "Description", - "DATASET-TEMPLATE-DESCRIPTION-HINT": "A brief description of what the Dataset is about, it's scope and objectives.", + "DATASET-TEMPLATE-DESCRIPTION-HINT": "A brief description of what the Description is about, it's scope and objectives.", "DESCRIPTION-TEMPLATE-TYPE": "Description template type", "DESCRIPTION-TEMPLATE-SELECT-TYPE": "Select a type", "DATASET-TEMPLATE-LANGUAGE-HINT": "", @@ -430,7 +301,7 @@ "DATASET-TEMPLATE-REMOVE-USER": "Remove Editor", "DATASET-TEMPLATE-NO-USERS-YET": "... No editors yet", "DATASET-TEMPLATE-VALIDATE-AND-ADD-USER": "Validate and Add Editor", - "DATASET-TEMPLATE-DESCRIPTION-PLACEHOLDER": "Dataset template description", + "DATASET-TEMPLATE-DESCRIPTION-PLACEHOLDER": "Template description", "UNTITLED": "Untitled", "QUESTION": "Question", "TEMPLATE-OUTLINE": "Template outline", @@ -470,7 +341,7 @@ "TITLE": "Chapter Description", "PAGE-PREFIX": "Chapter", "PAGE-INPUT-TITLE": "Chapter Title", - "DATASET-DETAILS": "Dataset Details", + "DATASET-DETAILS": "Description Details", "EXTERNAL-REFERENCES": "External References", "DESCRIPTION": "Description" }, @@ -559,7 +430,7 @@ "FIELD-SELECT-PLACEHOLDER": "Input Placeholder Text", "FIELD-SELECT-LABEL": "Label", "FIELD-SELECT-VALUE": "Value", - "FIELD-INTERNAL-DMP-ENTITIES-TYPE": "Type of Internal DMP Entity", + "FIELD-INTERNAL-DMP-ENTITIES-TYPE": "Type of Internal Plan Entity", "FIELD-RESEARCHERS-TITLE": "Researchers Autocomplete", "FIELD-RESEARCHERS-PLACEHOLDER": "Input Placeholder Text", "FIELD-DATASETS-PLACEHOLDER": "Input Placeholder Text", @@ -742,17 +613,10 @@ "MESSAGE": "Somebody else is modifying the description template at this moment. You may view the description template but you cannot make any changes. If you would like to modify it please come back later." } }, - "GRANT-LISTING": { - "TITLE": "Grants", - "SUBTITLE": "Grant Subtitle", - "ACTIONS": { - "NEW": "New Grant" - } - }, "DMP-LISTING": { - "DMP": "DMP", + "DMP": "Plan", "GRANT": "Grant", - "TITLE": "Data Management Plans", + "TITLE": "Plans", "OWNER": "Owner", "MEMBER": "Member", "CREATOR": "Creator", @@ -761,8 +625,8 @@ "PUBLISHED": "Published", "VERSION": "Version", "CONTAINED-DESCRIPTIONS": "Contained Descriptions", - "TEXT-INFO": "Information in a DMP show how datasets have been collected and/or generated, how they have been processed and analyzed, i.e. using which tools, standards, methodologies etc, but also where and how datasets are backed up, published and preserved, including any costs associated with personnel dedicated for data curation/ stewardship activities or costs for acquiring or building data management services.", - "TEXT-INFO-QUESTION": "Not sure how a DMP looks in practice? Browse Public DMPs and", + "TEXT-INFO": "Information in a Plan show how Descriptions have been collected and/or generated, how they have been processed and analyzed, i.e. using which tools, standards, methodologies etc, but also where and how Descriptions are backed up, published and preserved, including any costs associated with personnel dedicated for data curation/ stewardship activities or costs for acquiring or building data management services.", + "TEXT-INFO-QUESTION": "Not sure how a Plan looks in practice? Browse Public Plans and", "LINK-ZENODO": "LIBER community in Zenodo", "GET-IDEA": "to get an idea!", "SORT-BY": "Sort by", @@ -774,25 +638,25 @@ "ORGANISATIONS": "Organizations", "LATEST_VERSION": "Latest Version", "ACTIONS": "Actions", - "DATASETS": "Datasets", + "DATASETS": "Descriptions", "STATUS": "Status", "PEOPLE": "People", "VERSION": "Version" }, "ACTIONS": { - "NEW": "New DMP", - "NEW-WITH-WIZARD": "New DMP using the wizard", + "NEW": "New Plan", + "NEW-WITH-WIZARD": "New Plan using the wizard", "EDIT": "Edit", "INVITE": "Invite Contributors", "INVITE-AUTHORS": "Invite authors", "INVITE-SHORT": "Invite", - "ADD-DATASET": "Add Dataset To DMP", + "ADD-DATASET": "Add Description To Plan", "ADD-DESCRIPTION-SHORT": "Add Description", "ADD-DESCRIPTION-FOR-SECTION": "Add Description", - "DATASETS": "List All DMP Datasets", + "DATASETS": "List All Plan Descriptions", "NEW-VERSION": "New Version", "START-NEW-VERSION": "Start New Version", - "VIEW-VERSION": "All DMP Versions", + "VIEW-VERSION": "All Plan Versions", "CLONE": "Clone", "COPY": "Copy", "DELETE": "Delete", @@ -810,133 +674,20 @@ "SETTINGS": "Settings", "GETDOI": "Get DOI" }, - "TOOLTIP": { - "DMP-STATUS": { - "DRAFT": "Private access - Editable DMP", - "FINALIZED": "Private access - Closed DMP", - "PUBLISHED": "Public access - Closed DMP" - }, - "LEVEL-OF-ACCESS": "Level of Access", - "INVOLVED-DATASETS": "Involved Datasets", - "TEMPLATES-INVOLVED": "Dataset Templates Involved" - }, "VIEW-ALL-VERSIONS": "All versions of", "EMPTY-LIST": "Nothing here yet." }, - "DMP-PUBLIC-LISTING": { - "TITLE": "Published Data Management Plans", - "OWNER": "Owner", - "MEMBER": "Member", - "CREATOR": "Creator", - "VIEW-ONLY": "View Only", - "TOOLTIP": { - "PUBLISHED": "Public access - Closed DMP", - "INVOLVED-DATASETS": "Involved Datasets", - "TEMPLATES-INVOLVED": "Dataset Templates Involved" - }, - "EMPTY-LIST": "Nothing here yet." - }, "DMP-UPLOAD": { - "TITLE": "Import Data Management Plan", - "UPLOAD-BUTTON": "Upload", + "TITLE": "Import Plan", "UPLOAD-SUCCESS": "Import was Successful", "ACTIONS": { "IMPORT": "Import", "CANCEL": "Cancel" }, - "PLACEHOLDER": "DMP title" - }, - "DATASET-WIZARD": { - "TITLE": { - "NEW": "New Dataset" - }, - "EDITOR": { - "FIELDS": { - "EXTERNAL-DATASET-TYPE": "Type", - "EXTERNAL-AUTOCOMPLETE-SUBTITLE": "Source: ", - "EXTERNAL-AUTOCOMPLETE-NO-SOURCE": "Source not provided" - } - }, - "FIRST-STEP": { - "TITLE": "Dataset Information", - "DMP": "Data Management Plan", - "PROFILE": "Dataset Template", - "SUB-TITLE": "Created At: " - }, - "SECOND-STEP": { - "TITLE": "External References", - "EXTERNAL-HINT": "List of values provided by external source(s)" - }, - "THIRD-STEP": { - "TITLE": "Description" - }, - "ACTIONS": { - "NEXT": "Next", - "BACK": "Back", - "CLOSE": "Close", - "BACK-TO": "Back to", - "DELETE": "Delete", - "GO-TO-GRANT": "Go to Dataset's Grant", - "GO-TO-DMP": "Go to Dataset's DMP", - "SAVE": "Save", - "SAVE-AND-CONTINUE": "Save & Continue", - "SAVE-AND-ADD": "Save & Add New", - "SAVE-AND-CLOSE": "Save & Close", - "SAVE-AND-FINALISE": "Save and Finalize", - "FINALIZE": "Finalize", - "REVERSE": "Undo Finalization", - "INFO": "Datasets of finalized DMPs can't revert to unfinalized", - "LOCK": "Dataset is Locked by another user", - "DOWNLOAD-PDF": "Download PDF", - "DOWNLOAD-XML": "Download XML", - "DOWNLOAD-DOCX": "Download DOCX", - "COPY-DESCRIPTION": "Copy Description", - "UPDATE-DATASET-PROFILE": "Update Template", - "VALIDATE": "Validate", - "UNDO-FINALIZATION-QUESTION": "Undo finalization?", - "CONFIRM": "Yes", - "REJECT": "No" - }, - "MESSAGES": { - "DATASET-NOT-FOUND": "Dataset does not exist", - "DATASET-NOT-ALLOWED": "You have no access to this Dataset", - "SUCCESS-UPDATE-DATASET-PROFILE": "Dataset Template updated successfully", - "MISSING-FIELDS": "There are some required fields left unfilled. Please check the DMP and make sure that all required questions are answered and URLs are provided with valid input. (Missing fields are marked in red color)", - "NO-FILES-SELECTED": "There is no selected file to upload", - "LARGE-FILE-OR-UNACCEPTED-TYPE": "The file is too large or its type is not supported.", - "MAX-FILE-SIZE": "Uploaded files should be up to {{maxfilesize}} MB.", - "ACCEPTED-FILE-TRANSFOMER": "Supported media types are: " - }, - "UPLOAD": { - "UPLOAD-XML": "Import", - "UPLOAD-XML-FILE-TITLE": "Import Dataset Template", - "UPLOAD-XML-NAME": "Name Of Dataset Template", - "UPLOAD-XML-IMPORT": "File", - "UPLOAD-XML-FILE-CANCEL": "Cancel" - }, - "NEW-VERSION-FROM-FILE": { - "NEW-VERSION-XML": "Import", - "NEW-VERSION-XML-FILE-TITLE": "New Version from File for {{datasetName}}", - "NEW-VERSION-XML-FILE-CANCEL": "Cancel", - "NEW-VERSION-XML-SUCCESSFUL": "New Version successfully uploaded" - }, - "DIALOGUE": { - "TITLE": "Copy Dataset to DMP", - "DMP-SEARCH": { - "PLACEHOLDER": "Search DMP" - }, - "COPY": "Copy", - "CANCEL": "Cancel", - "NEXT": "Next", - "ERROR-MESSAGE": "Does not contain this Dataset Template" - }, - "LOCKED": { - "TITLE": "Dataset is locked", - "MESSAGE": "Somebody else is modifying the dataset at this moment. You may view the dataset but you cannot make any changes. If you would like to modify it please come back later." - } + "PLACEHOLDER": "Plan title" }, "DMP-OVERVIEW": { - "TITLE": "DMP", + "TITLE": "Plan", "PUBLIC": "Public", "LOCKED": "Locked", "VERSION": "Version", @@ -947,7 +698,7 @@ "DESCRIPTION": "Description", "DESCRIPTIONS": "Descriptions included", "DOI-PROVIDED": "DOI provided by", - "DMP-AUTHORS": "DΜP Authors", + "DMP-AUTHORS": "Plan Authors", "YOU": "you", "ACTIONS": { "BACK": "Back", @@ -973,14 +724,9 @@ "PRIVATE": "Private", "UNLOCKED": "Unlocked", "LOCK": "Lock", - "TOOLTIP": { - "LEVEL-OF-ACCESS": "Level of Access", - "INVOLVED-DATASETS": "Involved Datasets", - "TEMPLATES-INVOLVED": "Dataset Templates Involved" - }, "ERROR": { - "DELETED-DMP": "The requested DMP is deleted", - "FORBIDEN-DMP": "You are not allowed to access this DMP" + "DELETED-DMP": "The requested Plan is deleted", + "FORBIDEN-DMP": "You are not allowed to access this Plan" }, "MULTIPLE-DIALOG": { "ZENODO-LOGIN": "Login with Zenodo", @@ -995,12 +741,12 @@ "CANCEL": "Cancel" }, "LOCKED-DIALOG": { - "TITLE": "DMP is locked", - "MESSAGE": "Somebody else is modifying the DMP at this moment. If you would like to modify or view it, please come back later." + "TITLE": "Plan is locked", + "MESSAGE": "Somebody else is modifying the Plan at this moment. If you would like to modify or view it, please come back later." }, "MIN-DESCRIPTIONS-DIALOG": { - "TITLE": "Min({{minMultiplicity}}) datasets needed using this template.", - "MESSAGE": "Add dataset." + "TITLE": "Min({{minMultiplicity}}) Descriptions needed using this template.", + "MESSAGE": "Add Description." } }, "DESCRIPTION-OVERVIEW": { @@ -1016,8 +762,8 @@ "DESCRIPTION-AUTHORS": "Description authors", "YOU": "you", "ERROR": { - "DELETED-DATASET": "The requested dataset is deleted", - "FORBIDEN-DATASET": "You are not allowed to access this dataset" + "DELETED-DATASET": "The requested Description is deleted", + "FORBIDEN-DATASET": "You are not allowed to access this Description" }, "ACTIONS": { "BACK": "Back", @@ -1049,7 +795,7 @@ "MESSAGE": "Somebody else is modifying the description at this moment. If you would like to modify or view it, please come back later." }, "FINALISE-POPUP": { - "MESSAGE": "You will be directed to Dataset Editor where you can finalize the selected dataset. Would you like to proceed?", + "MESSAGE": "You will be directed to Description Editor where you can finalize the selected Description. Would you like to proceed?", "CONFIRM": "OK", "CANCEL": "Cancel" } @@ -1057,13 +803,13 @@ "DESCRIPTION-LISTING": { "TITLE": "My Descriptions", "TITLE-EXPLORE": "Published Descriptions", - "TEXT-INFO": "Datasets are documented following pre-defined templates which set the content of dataset descriptions. In {{ APP_NAME }}, a DMP can contain as many dataset descriptions as the datasets it documents. Browse ", - "TEXT-INFO-REST": " for a look at datasets described in {{ APP_NAME }} DMPs", - "LINK-PUBLIC-DATASETS": "Public Datasets", - "TEXT-INFO-PAR": "New datasets can be added to existing DMPs at any time and be described with more than one template. Datasets can also be cloned and re-used in other DMPs as well as be deleted without negatively affecting the DMP as a whole.", + "TEXT-INFO": "Descriptions are documented following pre-defined templates which set the content of Plans. In {{ APP_NAME }}, a Plan can contain as many Descriptions as the items it documents. Browse ", + "TEXT-INFO-REST": " for a look at Descriptions in {{ APP_NAME }} Plans", + "LINK-PUBLIC-DATASETS": "Public Descriptions", + "TEXT-INFO-PAR": "New Descriptions can be added to existing Plans at any time and be described with more than one template. Descriptions can also be cloned and re-used in other Plans as well as be deleted without negatively affecting the Plan as a whole.", "DESCRIPTION": "Description", "GRANT": "Grant", - "LOCKED": "Dataset is Locked by another user", + "LOCKED": "Description is Locked by another user", "ACTIONS": { "ADD-DESCRIPTION": "Add Description", "TAKE-A-TOUR": "Do you need help? Take a tour..", @@ -1084,15 +830,15 @@ "CANCEL": "Cancel" }, "PART-OF": "Part of", - "DMP": "DMP", + "DMP": "Plan", "EMPTY-LIST": "Nothing here yet." }, "DESCRIPTION-EDITOR": { - "TITLE-ADD-DESCRIPTION": "Adding dataset", + "TITLE-ADD-DESCRIPTION": "Adding Description", "TITLE-EDIT-DESCRIPTION": "Editing Description", "TITLE-PREVIEW-DESCRIPTION": "Previewing Description", "TO-DMP": "Previewing Description", - "DMP": "DMP", + "DMP": "Plan", "TOC": { "TITLE": "Guide steps", "MAIN-INFO": "Main info", @@ -1128,7 +874,7 @@ "REJECT": "No" }, "MESSAGES":{ - "MISSING-FIELDS": "There are some required fields left unfilled. Please check the DMP and make sure that all required questions are answered and URLs are provided with valid input. (Missing fields are marked in red color)" + "MISSING-FIELDS": "There are some required fields left unfilled. Please check the Plan and make sure that all required questions are answered and URLs are provided with valid input. (Missing fields are marked in red color)" }, "LOCKED-DIALOG": { "TITLE": "Description is locked", @@ -1136,14 +882,14 @@ } }, "DESCRIPTION-COPY-DIALOG": { - "TITLE": "Copy Description to DMP", - "SELECT-DMP": "Select DMP", + "TITLE": "Copy Description to Plan", + "SELECT-DMP": "Select Plan", "DMP-SECTION": "Select Section" }, "PREFILL-DESCRIPTION-DIALOG": { - "TITLE": "Initialize your Dataset", + "TITLE": "Initialize your Description", "OR": "OR", - "HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.", + "HINT": "Select the item from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.", "DESCRIPTION-TEMPLATE": "Description Template", "PREFILLING-SOURCE": "Prefilling Source", "SEARCH-HEADER": "Prefilled object", @@ -1154,16 +900,6 @@ "MANUALLY": "Manually" } }, - "DATASET-PUBLIC-LISTING": { - "TITLE": "Published Datasets", - "TOOLTIP": { - "FINALIZED": "Private access - Closed Dataset", - "DMP": "DMP", - "GRANT": "Grant", - "TEMPLATES-INVOLVED": "Dataset Template" - }, - "EMPTY-LIST": "Nothing here yet." - }, "DESCRIPTION-TEMPLATE-LISTING": { "TITLE": "Description Templates", "CREATE-DESCRIPTION-TEMPLATE": "Create Description Template", @@ -1413,15 +1149,12 @@ "UNSUCCESSFUL-DELETE": "This item could not be deleted." }, "SUPPORTIVE-MATERIAL-EDITOR": { - "TITLE": "Supportive Material", "FIELDS": { "MATERIAL-TYPE": "Material Type", "LANGUAGE": "Language" }, "ACTIONS": { - "SAVE": "Save", - "CANCEL": "Cancel", - "DELETE": "Delete" + "SAVE": "Save" } }, "LANGUAGE-EDITOR": { @@ -1443,22 +1176,6 @@ "CANCEL-BUTTON": "No" } }, - "DATASET-UPLOAD": { - "TITLE": "Import Dataset", - "UPLOAD-BUTTON": "Upload", - "ACTIONS": { - "IMPORT": "Import", - "CANCEL": "Cancel" - }, - "PLACEHOLDER": "Dataset Title", - "DATASET-PROFILE": { - "SELECT": "Select Dataset Template" - }, - "SNACK-BAR": { - "SUCCESSFUL-CREATION": "Imported Successfully", - "UNSUCCESSFUL": "Something went wrong" - } - }, "NOTIFICATION-SERVICE": { "INAPP-NOTIFICATION-LISTING": { "TITLE": "Notifications", @@ -1489,7 +1206,6 @@ "UNSUCCESSFUL-DELETE": "This item could not be deleted." }, "INAPP-NOTIFICATION-EDITOR": { - "FIELDS": {}, "ACTIONS": { "CANCEL": "Cancel", "DELETE": "Delete" @@ -1775,11 +1491,11 @@ }, "DMP-BLUEPRINT-EDITOR": { "TITLE": { - "NEW": "New DMP Blueprint", + "NEW": "New Plan Blueprint", "NEW-PROFILE-CLONE": "New Clone Of ", "EDIT": "Edit", - "CLONE": "Clone DMP Blueprint", - "NEW-VERSION": "Create New Version of DMP Blueprint" + "CLONE": "Clone Plan Blueprint", + "NEW-VERSION": "Create New Version of Plan Blueprint" }, "SECTIONS-REQUIRED": "Required", "FIELDS-REQUIRED": "Required", @@ -1829,46 +1545,24 @@ "DOWNLOAD-XML": "Download XML" }, "CONFIRM-DELETE-DIALOG": { - "MESSAGE": "Would you like to delete this DMP template?", + "MESSAGE": "Would you like to delete this Plan Blueprint?", "CONFIRM-BUTTON": "Yes, delete", "CANCEL-BUTTON": "No" }, "LOCKED-DIALOG": { - "TITLE": "Dmp Blueprint is locked", - "MESSAGE": "Somebody else is modifying the dmp blueprint at this moment. You may view the dmp blueprint but you cannot make any changes. If you would like to modify it please come back later." - } - }, - "GRANT-EDITOR": { - "TITLE": { - "NEW": "New Grant", - "EDIT": "Edit" - }, - "FIELDS": { - "LABEL": "Title", - "ABBREVIATION": "Abbreviation", - "URI": "URL", - "START": "Start", - "END": "End", - "DESCRIPTION": "Description", - "LOGO": "Grant Logo" - }, - "ACTIONS": { - "SAVE": "Save", - "CANCEL": "Cancel", - "DELETE": "Delete", - "GO-TO-DMPS": "Go To DMPs", - "VISIT-WEBSITE": "Visit Website" + "TITLE": "Plan Blueprint is locked", + "MESSAGE": "Somebody else is modifying the Plan Blueprint at this moment. You may view the Plan Blueprint but you cannot make any changes. If you would like to modify it please come back later." } }, "DMP-EDITOR": { - "TITLE-EDIT": "Editing DMP", - "TITLE": "DMP Blueprint", + "TITLE-EDIT": "Editing Plan", + "TITLE": "Plan Blueprint", "UNSAVED-CHANGES": "unsaved changes", "LOCKED": "Locked", "DESCRIPTION": "Description", "NO-TEMPLATE-MESSAGE": "If you can't find a template or if you want to create a personalized template for your institution, research community or training needs, please contact us.", "FIELDS": { - "TITLE": "Title of DMP", + "TITLE": "Title of Plan", "DESCRIPTION": "Description", "BLUEPRINT": "Blueprint", "LICENSE": "License", @@ -1888,153 +1582,39 @@ "DEFAULT-BLUEPRINT": "Default Blueprint", "OR-CONTINUE-WITH": "or continue with" }, - "TITLE1": { - "NEW": "New Data Management Plan", - "EDIT": "Edit", - "EDIT-DMP": "Editing DMP", - "ADD-DATASET": "Adding dataset", - "EDIT-DESCRIPTION": "Editing Description", - "CLONE-DMP": "Clone", - "NEW-VERSION": "New Version", - "CREATE-DATASET": "Creating Dataset", - "SUBTITLE": "DOI provided by", - "PREVIEW-DATASET": "Previewing Dataset" - }, - "FIELDS1": { - "NAME": "Title of DMP", - "RELATED-GRANT": "Related Grant", - "DESCRIPTION": "Description", - "DESCRIPTION-HINT": "Briefly describe the context and purpose of the DMP", - "BLUEPRINT": "Blueprint", - "ORGANISATIONS": "Organizations", - "ORGANISATIONS-HINT": "Add here the names of the organizations contributing to the creation and revision of the DMPs", - "RESEARCHERS": "Researchers", - "RESEARCHERS-HINT": "Add here the names of people that have produced, processed, analyzed the data described in the DMP. ", - "AUTHORS": "Authors", - "TEMPLATES": "Templates", - "TEMPLATE": "DMP Template", - "DATASET-TEMPLATES": "Related Dataset Templates", - "SELECT-TEMPLATE": "Select a template to describe your descriptions", - "PROFILE": "DMP Template", - "PROJECT": "Project", - "GRANT": "Grant", - "GRANTS": "Grants", - "GRANTS-HINT": "Find the grant of your research or add new", - "FUNDER": "Funder", - "FUNDER-HINT": "Select a funder of your research or add new", - "FUNDING-ORGANIZATIONS": "Funding organizations", - "PROJECT-HINT": "Projects in {{ APP_NAME }} are perceived as distinct activities falling under a grant or common activities under different grants in collaborative schemas, eg open call for contributions. Please complete it for the grant associated to your organization if your project falls under this category. In all other cases, please leave blank and it will be autocompleted.", - "STATUS": "DMP Status", - "EXTERNAL-SOURCE-HINT": "List of values provided by external source(s)", - "COLLABORATORS": "Collaborators", - "LANGUAGE": "Language", - "LANGUAGE-HINT": "Select the language of your DMP", - "LICENSE": "License", - "VISIBILITY": "Access Rights", - "VISIBILITY-HINT": "Choose how the DMP is displayed after is published on Zenodo. By choosing Open Access, the DMP will be open on Zenodo after the Publication Date. By choosing Restricted Access, the DMP will be restricted after the publication is made.", - "PUBLICATION": "Publication Date", - "CONTACT": "Contact", - "COST": "Costs", - "DESCRIPTIONS": "Descriptions", - "USER": "User", - "FIRST-NAME": "First Name", - "LAST-NAME": "Last Name", - "EMAIL": "Email", - "USER-ROLE": "Role", - "SECTION": "Specific DMP Section" - }, - "ACTIONS1": { - "GO-TO-GRANT": "Go To DMP Grant", - "GO-TO-DATASETS": "Go To Datasets", - "SAVE-CHANGES": "Save Changes", - "SAVE": "Save", - "CANCEL": "Cancel", - "DELETE": "Delete", - "DELETE-DATASET": "Delete Dataset", - "DISCARD": "Discard", - "FINALISE": "Finalize", - "LOCK": "DMP is locked by another user", - "PERMISSION": "You have no permission to edit this DMP", - "INSERT-MANUALLY": "Insert it manually", - "CREATE-DATASET": "Create new one", - "DISABLED-EXPORT": "Please save your changes to export this DMP", - "REMOVE-CONTACT": "Remove Contact", - "REMOVE-USER": "Remove User" - }, "PLACEHOLDER": { "DESCRIPTION": "Fill with description", "ORGANIZATION": "Select organization", - "BLUEPRINT": "Select Blueprint", - "AUTHORS": "Select authors", - "RESEARCHERS": "Select researchers" + "BLUEPRINT": "Select Blueprint" }, "SNACK-BAR": { "UNSUCCESSFUL-DOI": "Unsuccessful DOI creation", - "SUCCESSFUL-DOI": "Successful DOI creation", - "UNSUCCESSFUL-FINALIZE": "Unsuccessful DMP finalization" + "SUCCESSFUL-DOI": "Successful DOI creation" }, "DESCRIPTION-TEMPLATE-LIST": { "TITLE": "Available Description Templates", "TEXT": "Descriptions selected: ", "OK": "OK" }, - "VISIBILITY": { - "PUBLIC": "Open Access", - "RESTRICTED": "Restricted Access" - }, "STEPPER": { - "USER-GUIDE": "Guide steps", - "MAIN-INFO": "Main info", - "FUNDING-INFO": "Funding", - "DATASET-SELECTION": "Dataset selection", "DESCRIPTION-INFO": "Description info", - "LICENSE-INFO": "License", - "DATASET": "Dataset", - "PREVIOUS": "Previous", "NEXT": "Next" }, "MAIN-INFO": { - "INTRO": "A DMP in {{ APP_NAME }} consists of key information about research, such as purpose, objectives and researchers involved, but also about documentation of research datasets that highlight the steps followed and the means used across data management activities.", - "HINT": "A brief description of what the DMP is about, it’s scope and objectives.", - "TYPING": "Type more letters of the name so its more possible to find the correct one.", - "UNIQUE-IDENTIFIER": "Unique Identifier", - "RESEARCHER-IDENTIFIER-EXISTS": "Researcher identifier already exists.", - "ORGANISATION-IDENTIFIER-EXSTS": "Organization identifier already exists.", - "IDENTIFIER-EXISTS-RESEARCHER-LIST": "This identifier is already used by a researcher in the researchers list.", - "IDENTIFIER-EXISTS-ORGANISATION-LIST": "This identifier is already used by an organization in the organizations list.", - "SAVE": "Save", - "CANCEL": "Cancel" - }, - "FUNDING-INFO": { - "INTRO": "You are using the DMP editor. Add here information about the scope, funding, actors of your DMP and decide on access and re-use issues for the DMP output that you are creating.", - "FIND": "Couldn't find the correct one?", - "UNIQUE-IDENTIFIER": "Unique Identifier", - "IDENTIFIER-FUNDER-EXISTS": "A funder with the given identifier exists.", - "IDENTIFIER-GRANT-EXISTS": "A grant with the given identifier exists.", - "IDENTIFIER-PROJECT-EXISTS": "A project with the given identifier exists." - }, - "DATASET-INFO": { - "INTRO": "A DMP in {{ APP_NAME }} consists of key information about research, such as purpose, objectives and researchers involved, but also about documentation of research datasets that highlight the steps followed and the means used across data management activities.", - "SECOND-INTRO": "Datasets are documented following pre-defined templates which set the content of dataset descriptions. In {{ APP_NAME }}, a DMP can contain as many dataset descriptions as the datasets it documents.", - "FIND": "Couldn't find a suitable one?", - "HINT": "Select a template to describe your descriptions. You may select more than one template." - }, - "LICENSE-INFO": { - "INTRO": "Each DMP can contain specific license information over how much open and available it is, that way you can determine who can see your dataset and for how long that data will be private", - "HINT": "Assign a license to your DMP by selecting the most appropriate from the list.", + "HINT": "A brief description of what the Plan is about, it’s scope and objectives.", "TYPING": "Type more letters of the name so its more possible to find the correct one." }, - "DATASET-DESCRIPTION": { - "INTRO": "In general terms, your research data should be 'fair', that is findable, accessible, interoperable and re-usable. these principles precede implementation choices and do not necessarily suggest any specific technology, standard, or implementation-solution. this template is not intended as a strict technical implementation of the fair principles, it is rather inspired by fair as a general concept." + "DATASET-INFO": { + "SECOND-INTRO": "Descriptions are documented following pre-defined templates which set the content of Plans. In {{ APP_NAME }}, a Plan can contain as many Descriptions as the items it documents.", + "HINT": "Select a template to describe your descriptions. You may select more than one template." }, "CLONE-DIALOG": { - "CLONE": "Clone", "SAVE": "Save", "CANCEL": "Cancel" }, "LOCKED-DIALOG": { - "TITLE": "DMP is locked", - "MESSAGE": "Somebody else is modifying the DMP at this moment. You may view the dataset but you cannot make any changes." + "TITLE": "Plan is locked", + "MESSAGE": "Somebody else is modifying the Plan at this moment. You may view the Plan but you cannot make any changes." } }, "REFERENCE-FIELD": { @@ -2047,14 +1627,14 @@ "DMP-CLONE-DIALOG": { "TITLE": "Clone", "FIELDS": { - "LABEL": "Title of DMP", + "LABEL": "Title of Plan", "DESCRIPTION": "Description", - "DESCRIPTION-HINT": "A brief description of what the DMP is about, it’s scope and objectives.", + "DESCRIPTION-HINT": "A brief description of what the Plan is about, it’s scope and objectives.", "DESCRIPTION-PLACEHOLDER": "Fill with Description", "DESCRIPTIONS": "Descriptions", - "DESCRIPTIONS-HINT": "Select which descriptions to include in the new DMP. Selected descriptions will be editable." + "DESCRIPTIONS-HINT": "Select which descriptions to include in the new Plan. Selected descriptions will be editable." }, - "NO-DESCRIPTIONS": "Not available Descriptions for this DMP.", + "NO-DESCRIPTIONS": "Not available Descriptions for this Plan.", "ACTIONS": { "CANCEL": "Cancel", "CLONE": "Clone" @@ -2063,16 +1643,16 @@ "DMP-NEW-VERSION-DIALOG": { "TITLE": "New Version", "FIELDS": { - "LABEL": "Title of DMP", + "LABEL": "Title of Plan", "DESCRIPTION": "Description", - "DESCRIPTION-HINT": "A brief description of what the DMP is about, it’s scope and objectives.", + "DESCRIPTION-HINT": "A brief description of what the Plan is about, it’s scope and objectives.", "DESCRIPTION-PLACEHOLDER": "Fill with Description", "DESCRIPTIONS": "Descriptions", - "DESCRIPTIONS-HINT": "Select which descriptions to include in the new DMP. Selected descriptions will be editable.", - "BLUEPRINT": "DMP Blueprint", - "BLUEPRINT-PLACEHOLDER": "DMP Blueprint" + "DESCRIPTIONS-HINT": "Select which descriptions to include in the new Plan. Selected descriptions will be editable.", + "BLUEPRINT": "Plan Blueprint", + "BLUEPRINT-PLACEHOLDER": "Plan Blueprint" }, - "NO-DESCRIPTIONS": "Not available Descriptions for this DMP.", + "NO-DESCRIPTIONS": "Not available Descriptions for this Plan.", "ACTIONS": { "CANCEL": "Cancel", "NEW-VERSION": "Create New Version" @@ -2080,18 +1660,13 @@ }, "DMP-USER-INVITATION-DIALOG": { "TITLE": "Invite authors", - "FIELDS": { - "USERS": "Kat or kat@example.com", - "USERS-PLACEHOLDER": "Kat or kat@example.com", - "USERS-HINT": "Press comma or enter between authors" - }, "ACTIONS": { "INVITE": "Invite" } }, "DMP-BLUEPRINT-LISTING": { - "TITLE": "DMP Blueprints", - "CREATE-DMP-BLUEPRINT": "Create DMP Blueprint", + "TITLE": "Plan Blueprints", + "CREATE-DMP-BLUEPRINT": "Create Plan Blueprint", "FIELDS": { "NAME": "Name", "STATUS": "Status", @@ -2109,7 +1684,7 @@ "APPLY-FILTERS": "Apply filters" }, "CONFIRM-DELETE-DIALOG": { - "MESSAGE": "Would you like to delete this DMP Blueprint?", + "MESSAGE": "Would you like to delete this Plan Blueprint?", "CONFIRM-BUTTON": "Yes, delete", "CANCEL-BUTTON": "No" }, @@ -2119,192 +1694,19 @@ "CLONE": "Clone", "NEW-VERSION": "New Version", "DOWNLOAD-XML": "Download XML", - "VIEW-VERSIONS": "All Dmp Blueprint Versions" + "VIEW-VERSIONS": "All Plan Blueprint Versions" }, "IMPORT": { "UPLOAD-XML": "Import", - "UPLOAD-XML-FILE-TITLE": "Import Data Management Plan Template", - "UPLOAD-XML-NAME": "Name Of DMP Template", + "UPLOAD-XML-FILE-TITLE": "Import Plan Blueprint", + "UPLOAD-XML-NAME": "Name Of Plan Blueprint", "UPLOAD-XML-IMPORT": "File", "UPLOAD-XML-FILE-CANCEL": "Cancel" }, "SUCCESSFUL-DELETE": "Successful Delete", "UNSUCCESSFUL-DELETE": "This item could not be deleted.", - "TEMPLATE-UPLOAD-SUCCESS": "Template successfully uploaded", - "MESSAGES": "Template successfully uploaded" - }, - "DYNAMIC-FORM": { - "FIELDS": { - "LABEL": "Label" - }, - "ACTIONS": { - "PREVIEW": "Preview", - "ADD-PAGE": "Add Page +", - "ADD-SECTION": "Add Section +" - } - }, - "CRITERIA": { - "FILTERS": "Filters", - "GRANTS": { - "LIKE": "Search", - "PERIOD-FROM": "Grant Start", - "PERIOD-TO": "Grant End", - "GRANT-STATE-TYPE": "Grant Status", - "TYPES": { - "NONE": "-", - "ON-GOING": "On Going", - "FINISHED": "Finished" - } - }, - "DATASET-PROFILE": { - "LIKE": "Search", - "STATUS": "Status" - }, - "DATA-SETS": { - "PERIOD-FROM": "Start", - "PERIOD-TO": "End", - "STATUS": "Status", - "NONE": "-", - "TAGS": "Tags", - "SELECT-TAGS": "Select Tags", - "LIKE": "Search Descriptions", - "DRAFT-LIKE": "Search Draft Descriptions", - "SELECT-GRANTS": "Select Grants", - "ROLE": "Role", - "ORGANIZATION": "Organization", - "SELECT-ORGANIZATIONS": "Select Organizations", - "SELECT-SPEC": "Select Dataset Specification", - "RELATED-GRANT": "Related Grant", - "SELECT-DMP": "Select DMP", - "RELATED-DMP": "Related DMPs", - "SELECT-COLLABORATORS": "Select Collaborators", - "RELATED-COLLABORATORS": "Related Collaborators", - "SELECT-DATASET-TEMPLATES": "Select Dataset Templates", - "RELATED-DATASET-TEMPLATES": "Related Dataset Templates", - "ALL-VERSIONS": "From All Versions" - }, - "DMP": { - "LIKE": "Search DMPs", - "GRANTS": "Grants", - "SELECT-GRANTS": "Select Grants", - "SELECT-COLLABORATORS": "Select Collaborators", - "RELATED-COLLABORATORS": "Related Collaborators", - "SELECT-DATASET-TEMPLATES": "Select Dataset Templates", - "RELATED-DATASET-TEMPLATES": "Related Dataset Templates" - }, - "BLUEPRINT": { - "LIKE": "Search", - "STATUS": "Status" - }, - "USERS": { - "LABEL": "Search", - "ROLE": "Role", - "SHOW": "Show" - }, - "SELECT": "Select an option", - "LIKE": "Search" - }, - "DATASET-EDITOR1": { - "TITLE": { - "NEW": "New Data Management Plan", - "EDIT": "Edit", - "INTRO": "You are using the Description editor. Answer here questions that describe your data management activities.", - "INTRO-TIP": "Tip: Add new descriptions to describe different types of data or disciplinary data to avoid mixing information." - }, - "FIELDS": { - "NAME": "Name of the Dataset", - "TITLE": "Title of Description", - "DESCRIPTION": "Description", - "PROFILE": "Template", - "URI": "Uri", - "DMP": "DMP", - "SELECT-DMP": "Select DMP", - "DATAREPOSITORIES": "Data Repositories", - "REGISTRIES": "Registries", - "SERVICES": "Services", - "EXTERNAL-DATASETS": "External Datasets", - "EXTERNAL-DATASETS-DESCRIPTION": "Datasets related to the one being described in the DMP, either utilized for its production or being a derivative or byproduct of its utilization", - "EXTERNAL-DATASET-TYPE": "External Dataset Type", - "EXTERNAL-DATASET-INFO": "External Dataset Info", - "DATAREPOSITORIES-INFO": "Data Repositories Info", - "EXTERNAL-LINK": "External link", - "TAGS": "Tags", - "CREATE": "Create New" - }, - "ACTIONS": { - "SAVE": "Save", - "CANCEL": "Cancel", - "DELETE": "Delete", - "UPDATE": "Update", - "DISCARD": { - "DISCARD-NEW-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", - "DISCARD-NEW-CONFIRM": "Yes, revert changes.", - "DISCARD-NEW-DENY": "No.", - "DISCARD-EDITED-MESSAGE": "All unsaved changes will be lost. Would you like to proceed?", - "DISCARD-EDITED-CONFIRM": "Yes, revert changes.", - "DISCARD-EDITED-DENY": "No." - }, - "DISABLED-EXPORT": "Please save your changes to export this Dataset" - }, - "PLACEHOLDER": { - "DESCRIPTION": "Fill with description", - "EXTERNAL-LINK": "Provide an external URL link" - }, - "HINT": { - "DESCRIPTION": "Briefly describe the context and purpose of the Description", - "TITLE": "A brief description of what the ", - "TITLE-REST": " is about it’s scope and objectives." - }, - "VERSION-DIALOG": { - "ABOUT": "Versioning is automated.", - "QUESTION": "It seems your Dataset Template is outdated. Do you want to update it to the latest version?" - }, - "ERRORS": { - "ERROR-OCCURED": "An error occurred.", - "MESSAGE": "Message: " - }, - "QUESTION": { - "EXTENDED-DESCRIPTION": { - "VIEW-MORE": "View more", - "VIEW-LESS": "View less" - } - }, - "MAX-DESCRIPTION-DIALOG": { - "TITLE": "Max datasets using this template.", - "MESSAGE": "Select another profile." - } - }, - "DATASET-CREATE-WIZARD": { - "ACTIONS": { - "NEXT": "Next", - "BACK": "Back", - "SAVE": "Save" - }, - "FIRST-STEP": { - "TITLE": "DMP", - "PLACEHOLDER": "Pick an existing DMP" - }, - "PREFILL-STEP": { - "TITLE": "Initialize your Dataset", - "PREFILL": "Prefill", - "OR": "OR", - "HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.", - "MANUALLY": "Manually", - "PROFILE": "Dataset Template", - "PREFILLED-DATASET": "Prefilled Dataset", - "SEARCH": "Start typing to search for a dataset or software", - "NEXT": "Next" - } - }, - "INVITATION-EDITOR": { - "TITLE": "Send Invitations for ", - "AUTOCOMPLETE-USER": "User", - "AUTOCOMPLETE-EMAIL": "Email", - "AUTOCOMPLETE-USER-EMAIL": "Kat or kat@example.com", - "ACTIONS": { - "SEND-INVITATION": "Send Invitations", - "CANCEL": "Cancel" - } + "TEMPLATE-UPLOAD-SUCCESS": "Blueprint successfully uploaded", + "MESSAGES": "Blueprint successfully uploaded" }, "USER-LISTING": { "TITLE": "Users", @@ -2348,17 +1750,6 @@ "ACTIVE": "Active", "INACTIVE": "Inactive" }, - "DMP-PROFILE-FIELD": { - "DATA-TYPE": { - "DATE": "Date", - "NUMBER": "Number", - "TEXT": "Text", - "RICH-TEXT": "Rich Text" - }, - "TYPE": { - "INPUT": "Input" - } - }, "DESCRIPTION-STATUS": { "DRAFT": "Draft", "FINALIZED": "Finalized", @@ -2372,10 +1763,8 @@ }, "EXTERNAL-DATASET-TYPE": { "SOURCE": "Source", - "SOURCES": "Sources", "SOURCE:": "Source: ", "NO-SOURCE": "Not bind with source", - "OUTPUT": "Output", "SELECT": "Select" }, "DMP": { @@ -2393,41 +1782,13 @@ "NONE": "None", "REQUIRED": "Required" }, - "DATASET-PROFILE-FIELD-VIEW-STYLE": { - "BOOLEAN-DECISION": "Boolean Decision", - "CHECKBOX": "Checkbox", - "INTERNAL-DMP-ENTITIES": "Internal DMP Entities", - "FREE-TEXT": "Free Text", - "RADIO-BOX": "Radio Box", - "TEXT-AREA": "Text Area", - "RICH-TEXT-AREA": "Rich Text Area", - "UPLOAD": "Upload", - "DATE-PICKER": "Date Picker", - "EXTERNAL-DATASETS": "External Datasets", - "DATA-REPOSITORIES": "Data Repositories", - "PUB-REPOSITORIES": "Publication Repositories", - "JOURNALS-REPOSITORIES": "Journals", - "TAXONOMIES": "Taxonomies", - "LICENSES": "Licenses", - "PUBLICATIONS": "Publications", - "REGISTRIES": "Metadata", - "SERVICES": "Services", - "TAGS": "Tags", - "RESEARCHERS": "Researchers", - "ORGANIZATIONS": "Organizations", - "DATASET-IDENTIFIER": "Dataset Identifier", - "CURRENCY": "Currency", - "VALIDATION": "Validator", - "OTHER": "Other", - "SELECT": "Select" - }, "DESCRIPTION-TEMPLATE-FIELD-TYPE": { "COMBO-BOX": "Combo Box", "EXTERNAL-SELECT": "Custom", "SELECT": "Select", "BOOLEAN-DECISION": "Boolean Decision", "RADIO-BOX": "Radio Box", - "INTERNAL-DMP-ENTITIES-DMPS": "Internal DMPs", + "INTERNAL-DMP-ENTITIES-DMPS": "Internal Plans", "INTERNAL-DMP-ENTITIES-DATASETS": "Internal Descriptions", "CHECKBOX": "Checkbox", "FREE-TEXT": "Free Text", @@ -2435,7 +1796,7 @@ "RICH-TEXT-AREA": "Rich Text Area", "UPLOAD": "Upload", "DATE-PICKER": "Date Picker", - "EXTERNAL-DATASETS": "External Datasets", + "EXTERNAL-DATASETS": "External Descriptions", "REFERENCE-TYPES": "Reference Types", "TAGS": "Tags", "DATASET-IDENTIFIER": "Dataset Identifier", @@ -2450,20 +1811,12 @@ "DOWNLOAD": "Download file" }, "DATASET-PROFILE-COMBO-BOX-TYPE": { - "SELECT": "Word List", - "AUTOCOMPLETE": "Autocomplete", "EXTERNAL-SOURCE-HINT": "List of values provided by external source(s)", "ACTIONS": { "YES": "Yes", "NO": "No" } }, - "DATASET-PROFILE-INTERNAL-DMP-ENTITIES-TYPE": { - "RESEARCHERS": "Researchers", - "DMPS": "DMPs", - "DATASETS": "Datasets", - "EXTERNAL-SOURCE-HINT": "List of values provided by external source(s)" - }, "DATASET-PROFILE-VALIDATOR": { "ACTION": "Validate", "REPOSITORIES-PLACEHOLDER": "Repositories" @@ -2524,22 +1877,6 @@ "DESCRIPTION-TEMPLATE-EXTERNAL-SELECT-AUTH-TYPE": { "BEARER": "Bearer" }, - "REFERENCE-TYPE": { - "TAXONOMY": "Taxonomy", - "LICENCE": "License", - "PUBLICATION": "Publication", - "JOURNAL": "Journal", - "PUB-REPOSITORY": "Publication Repository", - "DATA-REPOSITORY": "Data Repository", - "REGISTRY": "Registry", - "SERVICE": "Service", - "PROJECT": "Project", - "FUNDER": "Funder", - "DATASET": "Dataset", - "ORGANISATION": "Organization", - "GRANT": "Grant", - "RESEARCHER": "Researcher" - }, "REFERENCE-SOURCE-TYPE": { "INTERNAL": "Internal", "EXTERNAL": "External" @@ -2567,15 +1904,15 @@ "REPLACE": "Replace" }, "NOTIFICATION-TEMPLATE-NOTIFICATION-TYPE": { - "DMP-INVITATION-EXTERNAL-USER": "DMP Invitation External User", - "DMP-INVITATION-EXISTING-USER": "DMP Invitation Existing User", - "DMP-MODIFIED": "DMP Modified", - "DMP-FINALISED": "DMP Finalised", + "DMP-INVITATION-EXTERNAL-USER": "Plan Invitation External User", + "DMP-INVITATION-EXISTING-USER": "Plan Invitation Existing User", + "DMP-MODIFIED": "Plan Modified", + "DMP-FINALISED": "Plan Finalised", "DESCRIPTION-MODIFIED": "Description Modified", "DESCRIPTION-FINALISED": "Description Finalised", "MERGE-ACCOUNT-CONFIRMATION": "Merge Account Confirmation", "REMOVE-CREDENTIAL-CONFIRMATION": "Remove Credential Confirmation", - "DMP-DEPOSIT": "DMP Deposit", + "DMP-DEPOSIT": "Plan Deposit", "DESCRIPTION-TEMPLATE-INVITATION": "Description Template Invitation", "CONTACT-SUPPORT": "Contact Support", "PUBLIC-CONTACT-SUPPORT": "Public Contact Support" @@ -2640,100 +1977,12 @@ "TAGS": "Tags" }, "LOCK-TARGET-TYPE": { - "DMP": "DMP", + "DMP": "Plan", "DESCRIPTION": "Description", - "DMP-BLUEPRINT": "DMP Blueprint", + "DMP-BLUEPRINT": "Plan Blueprint", "DESCRIPTION-TEMPLATE": "Description Template" } }, - "ADDRESEARCHERS-EDITOR": { - "TITLE": "Add a Researcher", - "FIRST_NAME": "First Name", - "LAST_NAME": "Last Name", - "ACTIONS": { - "SAVE": "Save", - "CANCEL": "Cancel" - } - }, - "ADDORGANIZATION-EDITOR": { - "TITLE": "Add an Organization", - "NAME": "Name", - "ACTIONS": { - "SAVE": "Save", - "CANCEL": "Cancel" - } - }, - "ADDEDITCOST-EDITOR": { - "ADD-TITLE": "Add a Cost", - "EDIT-TITLE": "Edit the Cost", - "CODE": "Code", - "DESCRIPTION": "Description", - "TITLE": "Title", - "VALUE": "Value", - "ACTIONS": { - "SAVE": "Save", - "CANCEL": "Cancel" - } - }, - "DMP-WIZARD": { - "FIRST-STEP": { - "DMP": "DMP Editor", - "DATASETS": "Datasets" - }, - "ACTIONS": { - "NEXT": "Next", - "BACK": "Back", - "SAVE": "Save" - } - }, - "DMP-RELATED-GRANT": { - "RELATED-GRANT": "Related Grant" - }, - "DMP-RELATED-COLLABORATOR": { - "RELATED-COLLABORATOR": "Related Collaborator", - "SELECT-COLLABORATORS": "Select Collaborators" - }, - "DMP-RELATED-ORGANIZATION": { - "RELATED-ORGANIZATION": "Organization", - "SELECT-ORGANIZATIONS": "Select Organizations" - }, - "DATASET-PROFILE": { - "PREVIEW": "Preview", - "FORM-DESCRIPTION": "Form Description", - "PAGES-DESCRIPTION": "Pages Description" - }, - "RECENT-ACTIVITY": { - "MY-TITLE-GRANT": "My Recent Grant Activity", - "MY-TITLE-DMP": "My Recent DMP Activity", - "MY-TITLE-DATASET": "My Recent Dataset Activity", - "LAST-VISITED-DMP": "Last Visited Data Management Plan", - "LAST-EDITED-DMP": "Last Edited Data Management Plan", - "LICENSE": "The DMPs below are public under the ## license of" - }, - "FILE-UPLOADER": { - "DEFAULT": "Choose a file", - "GRANT": "", - "UPLOAD": "Upload" - }, - "URL-LISTING-COMPONENT": { - "SHOW-MORE": "Show more" - }, - "HOMEPAGE": { - "OPEN-DMPS": { - "STATS": "{{ APP_NAME_CAPS }} Dashboard" - }, - "MY-DMPS": { - "STATS": "My Dashboard" - } - }, - "ABOUT": { - "TITLE-DASHED": "-About-", - "TITLE": "About", - "MAIN-CONTENT": "Our goal is to make your research data FAIR, that is findable, accessible,interoperable and re-usable. These principles precede implementation choices and do not necessarily suggest any specific technology, standard, or implementation solution.", - "CONTRIBUTORS": "Contributors", - "WELCOME": "Welcome to {{ APP_NAME_CAPS }}", - "WELCOME-MESSAGE": "Create, Link, Share Data Management Plans" - }, "FOOTER": { "CONTACT-SUPPORT": "Contact Support", "FAQ": "FAQ", @@ -2746,31 +1995,25 @@ }, "GLOSSARY": { "TITLE": "Glossary", - "TITLE-DASHED": "-Glossary-", "CLOSE": "Close" }, "FAQ": { "TITLE": "FAQ", - "TITLE-DASHED": "-FAQ-", "CLOSE": "Close" }, "GUIDE": { "TITLE": "User Guide", - "TITLE-DASHED": "-User Guide-", - "CLOSE": "Close", - "SAVE": "Save" + "CLOSE": "Close" }, "PRIVACY-POLICY": { "TITLE": "-Privacy Policy-", "MAIN-CONTENT": "" }, "OPENSOURCE-LICENCES": { - "TITLE": "Opensource licenses", - "MAIN-CONTENT": "" + "TITLE": "Opensource licenses" }, "TERMS-OF-SERVICE": { - "TITLE": "Terms of Service", - "MAIN-CONTENT": "" + "TITLE": "Terms of Service" }, "COOKIES-POLICY": { "TITLE": "Cookies Policy" @@ -2783,79 +2026,65 @@ "DESCRIPTION": "Description", "CANCEL": "Cancel", "SEND": "Send" - }, - "TITLE-DASHED": "-Contact Support-", - "GUIDE": "Guide", - "HELP": "Help", - "GLOSSARY": "Glossary" + } }, "LANGUAGE": { "TITLE": "Language", - "TITLE-DASHED": "-Language-", "CLOSE": "Close" }, "DASHBOARD": { - "MY-GRANTS": "My Grants", "GRANTS": "Grants", - "MY-DMPS": "My DMPs", "TITLE": "What is {{ APP_NAME_CAPS }}?", - "DMP-QUESTION": "What is a DMP in {{ APP_NAME_CAPS }}?", - "INFO-TEXT": "{{ APP_NAME_CAPS }} is an open extensible service that simplifies the management, validation, monitoring and maintenance and of Data Management Plans. It allows actors (researchers, managers, supervisors etc) to create actionable DMPs that may be freely exchanged among infrastructures for carrying out specific aspects of the Data management process in accordance with the intentions and commitment of Data owners.", - "INFO-DMP-TEXT": "A Data Management Plan (DMP) is a living document describing the datasets that are generated and/ or re-used during and after a research lifetime. DMPs aim to provide researchers with essential information to re-produce, re-distribute and re-purpose research results thus assuring for their validity and exploitation.", - "NEW-QUESTION": "New with DMPs? Visit", - "START-YOUR-FIRST-DMP": "Start your first DMP", + "DMP-QUESTION": "What is a Plan in {{ APP_NAME_CAPS }}?", + "INFO-TEXT": "{{ APP_NAME_CAPS }} is an open extensible service that simplifies the management, validation, monitoring and maintenance and of Plans. It allows actors (researchers, managers, supervisors etc) to create actionable Plans that may be freely exchanged among infrastructures for carrying out specific aspects of the Data management process in accordance with the intentions and commitment of Data owners.", + "INFO-DMP-TEXT": "A Plan (DMP) is a living document describing the items that are generated and/ or re-used during and after a research lifetime. Plans aim to provide researchers with essential information to re-produce, re-distribute and re-purpose research results thus assuring for their validity and exploitation.", + "NEW-QUESTION": "New with Plans? Visit", + "START-YOUR-FIRST-DMP": "Start your first Plan", "OPEN-AIR-GUIDE": "OpenAIRE’s Guide for Researchers", "LEARN-MORE": "to learn more about how to create one!", - "ORGANIZATIONS": "Related Organizations", - "DMPS": "DMPs", - "MY-DATASETS": "My Datasets", - "DATASETS": "Datasets", - "SEARCH": "SEARCH...", - "DATA-MANAGEMENT-PLANS": "DATA MANAGEMENT PLANS", + "DMPS": "Plans", "PERSONAL-USAGE": "Personal Usage", "PUBLIC-USAGE": "Public Usage", "DESCRIPTIONS": "Descriptions", - "DATASET-DESCRIPTIONS-DASHBOARD-TEXT": "Datasets", - "PUBLIC-DMPS": "Public DMPs", + "DATASET-DESCRIPTIONS-DASHBOARD-TEXT": "Descriptions", + "PUBLIC-DMPS": "Public Plans", "PUBLIC-DESCRIPTIONS": "Public Descriptions", "RELATED-ORGANISATIONS": "Related Organizations", "DRAFTS": "Drafts", "ALL": "All", "EMPTY-LIST": "Nothing here yet.", "LATEST-ACTIVITY": "Latest Activity", - "DMP-ABOUT-BEG": "A DMP in {{ APP_NAME }} consists of key information about research, such as purpose, objectives and researchers involved, but also about documentation of research datasets, namely", + "DMP-ABOUT-BEG": "A Plan in {{ APP_NAME }} consists of key information about research, such as purpose, objectives and researchers involved, but also about documentation of research datasets, namely", "DMP-ABOUT-END": ", that highlight the steps followed and the means used across data management activities.", - "SELECT-DMP": "Select a DMP for your Description", + "SELECT-DMP": "Select a Plan for your Description", "ACTIONS": { - "ADD-DESCRIPTION": "Add Description", - "ADD-DMP-DESCRIPTION": "Add DMP Description" + "ADD-DESCRIPTION": "Add Description" }, "TOUR-GUIDE": { - "DMP": "This is your dashboard. You can view and edit all DMPs that you have either contributed to or created yourself.", - "START-NEW": "Create your DMP with Start new DMP.", - "IMPORT-DMP": "You can import a DMP", + "DMP": "This is your dashboard. You can view and edit all Plans that you have either contributed to or created yourself.", + "START-NEW": "Create your Plan with Start new Plan.", + "IMPORT-DMP": "You can import a Plan", "START-WIZARD": "or create new in {{ APP_NAME }}.", - "DATASET": "This is your dashboard. You can view and edit all Datasets that you have either contributed to or created yourself.", - "NEW-DATASET": "With Add Dataset you can describe new datasets anytime in the research process.", + "DESCRIPTION": "This is your dashboard. You can view and edit all Descriptions that you have either contributed to or created yourself.", + "NEW-DESCRIPTION": "With Add Description you can describe new items anytime in the research process.", "GOT-IT": "Got it!", "LEAVE-TOUR": "Leave Tour" }, "ADD-NEW-DATASET": { "OPTIONS-NOT-ENOUGH": "Are those options not enough?", - "START-NEW-DMP": "Start new DMP" + "START-NEW-DMP": "Start new Plan" } }, "USER-DIALOG": { "USER-PROFILE": "My Profile", "USER-PROFILE-SETTINGS": "My Profile Settings...", - "EXIT": "Exit ", "LOG-OUT": "Log Out" }, "USER-PROFILE": { "MERGING-SUCCESS": "Linking of the two profiles was successful.", "MERGING-EMAILS-DIALOG": { "TITLE": "Verify linked account", - "MESSAGE": "An email to verify this action has been sent to you. Once accepted, you will be able to see your accounts merged. The last email account that you merge will be the one containing all of your DMP records and activity in {{ APP_NAME }}." + "MESSAGE": "An email to verify this action has been sent to you. Once accepted, you will be able to see your accounts merged. The last email account that you merge will be the one containing all of your Plan records and activity in {{ APP_NAME }}." }, "UNLINK-ACCOUNT": { "TITLE": "Verify account to be unlinked", @@ -2880,19 +2109,7 @@ "EMAILS": "Emails", "YOUR-EMAIL": "Your Email" }, - "ASSOCIATED-DMPS": "Associated DMPs", - "DMPS": { - "SHOW-ALL": "Show All", - "CREATOR": "Creator", - "MEMBER": "Member" - }, - "ZENODO": { - "LOGIN": "Login to Zenodo", - "LOGOUT": "Remove Zenodo", - "AUTHORIZE": "Authorize Zenodo", - "TITLE": "Zenodo Account", - "DESCRIPTION": "Linked Zenodo Account" - }, + "ASSOCIATED-DMPS": "Associated Plans", "ROLE-ORGANIZATION": { "FACULTY": "Faculty", "LIBRARIAN": "Librarian", @@ -2919,71 +2136,18 @@ "CANCEL": "Cancel" } }, - "DATASET-REFERENCED-MODELS": { - "SERVICES": { - "TITLE": "Add New Service", - "LABEL": "Label", - "ABBREVIATION": "Abbreviation", - "URI": "Uri" - }, - "DATA-REPOSITORY": { - "TITLE": "Add New Data Repository", - "LABEL": "Label", - "ABBREVIATION": "Abbreviation", - "URI": "Uri" - }, - "EXTERNAL-DATASET": { - "TITLE": "Add New External Dataset", - "LABEL": "Label", - "ABBREVIATION": "Abbreviation" - }, - "REGISTRY": { - "TITLE": "Add New Registry", - "LABEL": "Label", - "ABBREVIATION": "Abbreviation", - "URI": "Uri" - } - }, - "FACET-SEARCH": { - "FILTER": "Filter", - "GRANT-STATUS": { - "TITLE": "Grant Status", - "OPTIONS": { - "ANY": "Any", - "ACTIVE": "Active", - "INACTIVE": "Inactive" - } - }, - "GRANT": { - "TITLE": "Related Grant", - "FILTER": "Filter Grants" - }, - "PROFILES": { - "TITLE": "Dataset specification" - }, - "ROLE": { - "TITLE": "Role", - "ANY": "Any", - "OWNER": "Owner", - "MEMBER": "Member" - }, - "DMP-ORGANISATIONS": { - "TITLE": "Organization", - "FILTER": "Filter Organizations" - } - }, "DMP-FINALISE-DIALOG": { "TITLE": "Finalize this item?", - "DMP": "DMP", + "DMP": "Plan", "DESCRPIPTIONS": "Descriptions", - "EMPTY": "No Descriptions for this DMP so far", + "EMPTY": "No Descriptions for this Plan so far", "FINALISE-TITLE": "Do you want to finalize any of the following Draft Descriptions?", "VALIDATION": { "AT-LEAST-ONE-DESCRPIPTION-FINALISED": "You need to have at least one Description Finalized" }, - "IMPACT": "This action will finalize your DMP, and you won't be able to edit it again.", - "PUBLIC-DMP-MESSAGE": "After finalizing your DMP, it'll be published and be publicly available to the {{ APP_NAME_CAPS }} tool.", - "RESTRICTED-DMP-MESSAGE": "Your DMP can be published and be publicly available to the {{ APP_NAME_CAPS }} tool after finalization when its access rights are opened. Current access rights: restricted", + "IMPACT": "This action will finalize your Plan, and you won't be able to edit it again.", + "PUBLIC-DMP-MESSAGE": "After finalizing your Plan, it'll be published and be publicly available to the {{ APP_NAME_CAPS }} tool.", + "RESTRICTED-DMP-MESSAGE": "Your Plan can be published and be publicly available to the {{ APP_NAME_CAPS }} tool after finalization when its access rights are opened. Current access rights: restricted", "INVALID": "Invalid", "ACTIONS": { "SUBMIT": "Submit", @@ -2991,113 +2155,13 @@ } }, "START-NEW-DESCRIPTION-DIALOG": { - "SELECT-DMP": "Select DMP", + "SELECT-DMP": "Select Plan", "DMP-SECTION": "Select Section", "ACTIONS": { "NEXT": "Next", "CANCEL": "Cancel" } }, - "DRAFTS": { - "FOR-DMP": "For DMP:", - "FOR-GRANT": "For Grant:" - }, - "QUICKWIZARD": { - "CREATE-ADD": { - "CREATE": { - "TITLE": "Create new DMP", - "SUBTITLE": "Create a new DMP and describe your Dataset(s) guided step by step by our wizard through the most essential elements of a DMP definition.", - "QUICKWIZARD_CREATE": { - "TITLE": "DMP Wizard", - "POST-SELECTION-INFO": "This wizard allows you to create a new DMP supplying just the most essential information required for it and then describe one or more Datasets that are managed under this DMP. After finishing through the wizard you will be able to further edit the DMP, accessing its advanced properties, via the full DMP editor, and even add more Datasets or editing the previous ones.", - "ACTIONS": { - "DELETE": "Delete", - "SAVE": "Save", - "SAVE-AND-FINALIZE": "Save and Finalize", - "NEXT": "Next", - "BACK": "Back", - "CREATE-NEW-GRANT": "Add Grant", - "EXIST-GRANT": "Use Existing Grant", - "CREATE-NEW-FUNDER": "Add Funder", - "EXIST-FUNDER": "Use Existing Funder", - "CREATE-NEW-PROJECT": "Add Project", - "EXIST-PROJECT": "Use Existing Project" - }, - "FIRST-STEP": { - "TITLE": "Grant", - "ABOUT-GRANT": "Find the grant that your DMP is associated with and link it to funders' information. If the grant is not listed or you are creating a DMP for a grant proposal or for other purposes, use \"Add Grant\"", - "ABOUT-NEW-GRANT": "If you are creating a DMP for a grant proposal, institutional or research community use or training and educational purposes, add information below by creating a new grant.", - "ABOUT-FUNDER": "Find the funder that you wish to associate with the DMP that will be created and then select a grant that funder is linked with. If the funder is not listed, use \"Add Funder\"", - "ABOUT-NEW-FUNDER": "If you you are creating a DMP for a grant proposal, institutional or research community use or training and educational purposes and you wish to associate it with a funder that is not listed then create a new funder", - "ABOUT-PROJECT": "Find the project that your DMP is associated with. If the project is not listed, use \"Add Project\"", - "ABOUT-NEW-PROJECT": "", - "OR": "or", - "FIELDS": { - "SELECT-GRANT": "Select the grant that the DMP is associated with", - "SELECT-FUNDER": "Select the funder of the grant that the DMP is associated with", - "SELECT-PROJECT": "Select the project that the DMP is associated with", - "GRANT-LABEL": "Grant Name", - "FUNDER-LABEL": "Funder Name", - "PROJECT-LABEL": "Project Name", - "LABEL-HINT": "Add the name of the grant as it appears in the call for grant proposal", - "DESCRIPTION": "Description", - "DESCRIPTION-HINT": "Briefly explain the aims and objectives of the grant" - } - }, - "SECOND-STEP": { - "TITLE": "DMP Profile", - "ABOUT": "A Data Management Plan consists of a set of questions that you should answer with a level of detail appropriate to the grant or with relevance to the purpose that you are creating the DMP. Contents of each DMP vary depending on the selected Dataset Template(s) which contain(s) a set of tailored questions in response to policy requirements of funders, institutions, research communities.", - "NEW-TITLE": "", - "DMP-NAME": "DMP For Grant : ", - "FIELDS": { - "NAME": "Title of the DMP", - "DESCRIPTION": "Summary", - "DESCRIPTION-HINT": "Briefly describe the context and purpose of the DMP", - "PROFILE": "Dataset Template", - "PROFILE-HINT": "Select a template to describe your Dataset(s). If you want to select multiple Dataset Templates use \"New DMP (Expert)\". You can also add new Datasets at any time after the DMP creation.", - "HELP": "If you can't find a template or if you want to create a personalized template for your institution, research community or training needs, please contact us." - } - }, - "THIRD-STEP": { - "TITLE": "Dataset", - "NEW-TITLE": "", - "DATASET-LABEL": "Dataset Title", - "DATASET-NAME": "Dataset: ", - "DATASET-NAME-FOR": " For DMP: ", - "LIST-BUTTON-TOOLTIP": "Datasets List", - "ADD-BUTTON-TOOLTIP": "Add Dataset" - } - } - }, - "ADD": { - "TITLE": "Add a Dataset into an existing DMP", - "DATASET-WIZARD": "Dataset Wizard", - "POST-SELECTION-INFO": "This wizard simplifies the process of adding new Datasets into existing DMPs, guiding you through and requesting only the most essential pieces of information for completing the task. Full access to the attributes of a Dataset can be obtained afterwards via the Dataset access menus of the System.", - "SUBTITLE": "This wizard allows you to describe additional Datasets managed in the context of a DMP providing only the essential information for their description.", - "CREATED": "Created on" - } - }, - "SAVE-DIALOG": { - "TITLE": "Would you like to add another Dataset?", - "ACTIONS": { - "AFFIRMATIVE": "Yes", - "NEGATIVE": "No" - } - }, - "HINT": "(Suggested Default Name)" - }, - "DATASET-PROFILE-STATUS": { - "NONE": "None", - "DRAFT": "Draft", - "FINALIZED": "Finalized", - "DELETED": "Deleted" - }, - "BLUEPRINT-STATUS": { - "NONE": "None", - "DRAFT": "Draft", - "FINALIZED": "Finalized", - "DELETED": "Deleted" - }, "NEW-RELEASE-NOTIFICATION": { "TITLE": "New ARGOS Release!", "HINT": "Discover the all-new Argos version",