argos/dmp-frontend/src/assets/i18n/en.json

965 lines
28 KiB
JSON
Raw Normal View History

2019-01-18 18:03:45 +01:00
{
"GENERAL": {
"VALIDATION": {
"REQUIRED": "Required",
"PROJECT-START-AFTER-END": "Project start date cannot be after the end date",
"PATTERN-_": "Caracter \"_\" is not allowed"
2019-01-18 18:03:45 +01:00
},
"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",
"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",
2019-03-01 16:15:25 +01:00
"UNSUCCESSFUL-DELETE": "Unsuccessful Delete"
2019-01-18 18:03:45 +01:00
},
"ERRORS": {
"HTTP-REQUEST-ERROR": "An Unexpected Error Has Occured"
},
"NAMES": {
"DATASET": "Dataset"
},
"STATUSES": {
"EDIT": "Edited",
"FINALISED": "Finalized"
},
"CONFIRMATION-DIALOG": {
"DELETE-ITEM": "Delete this item?",
"DELETE-USER": "Remove this collaborator?",
"FINALIZE-ITEM": "Finalize this item?",
"ADD-DATASET": "Proceed on adding new Dataset?",
"ZENODO-DOI": "Would you like to create digital object identifier (DOI) for the DMP?",
"ACTIONS": {
"CONFIRM": "Yes",
2019-05-22 15:36:24 +02:00
"No": "No",
"DELETE": "Delete",
"REMOVE": "Remove",
2019-05-22 15:36:24 +02:00
"CANCEL": "Cancel"
}
2019-04-25 11:03:22 +02:00
},
"ACTIONS": {
"VIEW-ALL": "View All",
2019-05-21 15:42:28 +02:00
"SHOW-MORE": "Show more",
2019-04-25 11:03:22 +02:00
"LOG-IN": "Log in"
}
2019-01-18 18:03:45 +01:00
},
"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": "Email was send!"
},
2019-06-07 17:17:57 +02:00
"HOME": {
"DMPS": "DMPs",
"DATASETS": "Datasets",
2019-07-05 16:54:38 +02:00
"LOGIN": {
"TITLE": "Login",
"TEXT": "You dont need to have a registered account for OpenDMP"
}
2019-06-07 17:17:57 +02:00
},
2019-01-18 18:03:45 +01:00
"NAV-BAR": {
2019-04-25 11:03:22 +02:00
"BREADCRUMB-ROOT": "Dashboard",
2019-01-18 18:03:45 +01:00
"TITLE": "OpenDMP",
"PROJECTS": "Projects",
2019-05-23 11:40:24 +02:00
"PROJECT": "Project",
"DMP": "DMP",
2019-01-18 18:03:45 +01:00
"DMPS": "DMPs",
"MY-DMPS": "MY DMPs",
2019-01-18 18:03:45 +01:00
"DATASETS": "Datasets",
"DATASET": "Dataset",
2019-01-18 18:03:45 +01:00
"PUBLIC-DATASETS": "Explore OpenDMP",
"USERS": "Users",
"DATASETS-ADMIN": "Dataset Templates",
"DMP-PROFILES": "DMP Templates",
2019-05-23 11:40:24 +02:00
"ABOUT": "About",
"MY-DATASET-DESCRIPTIONS": "MY DATASET DESCRIPTIONS",
2019-05-23 11:40:24 +02:00
"DATASET-DESCRIPTION-WIZARD": "Dataset description wizard",
"PUBLIC DATASETS": "PUBLISHED DATASETS",
"PUBLIC-DMPS": "PUBLISHED DMPS",
2019-05-23 11:40:24 +02:00
"HOME": "HOME",
"DMP-WIZARD": "DMP Wizard",
"DATASET-TEMPLATES": "DATASET TEMPLATES",
"TEMPLATE": "TEMPLATE",
"DMP-TEMPLATES": "DMP TEMPLATES",
"USERS-BREADCRUMB": "USERS"
2019-01-18 18:03:45 +01:00
},
2019-04-24 11:26:53 +02:00
"SIDE-BAR": {
"GENERAL": "GENERAL",
"ABOUT": "About",
"DASHBOARD": "Home",
2019-04-24 11:26:53 +02:00
"DMP": "DATA MANAGEMENT PLANS",
"MY-DMPS": "My DMPs",
"DATASETS": "DATASETS",
"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 Descriptions",
"MY-PROJECTS": "My Projects",
2019-04-24 11:26:53 +02:00
"HISTORY": "HISTORY",
"HISTORY-VISITED": "LAST VISITED",
"HISTORY-EDITED": "LAST EDITED",
"PUBLIC": "PUBLISHED",
"PUBLIC-DMPS": "Published DMPs",
"PUBLIC-DESC": "Published Dataset Descriptions",
"ACCOUNT": "ACCOUNT",
"ADMIN": "ADMIN",
"DATASET-TEMPLATES": "Dataset Templates",
"DMP-TEMPLATES": "DMP Templates",
"USERS": "Users"
2019-04-24 11:26:53 +02:00
},
2019-01-18 18:03:45 +01:00
"DATASET-PROFILE-EDITOR": {
"TITLE": {
"NEW": "New API Client"
},
"FIELDS": {
"DATASET-TITLE": "Dataset Template Name",
"ROLES": "Roles"
},
"STEPS": {
"PAGES": {
"TITLE": "Page Description",
"PAGE-PREFIX": "Page",
"PAGE-INPUT-TITLE": "Page Title",
"DATASET-DETAILS": "Dataset Details",
"EXTERNAL-REFERENCES": "External References",
"DESCRIPTION": "Description"
2019-01-18 18:03:45 +01:00
},
"FORM": {
"TITLE": "Form Description",
"SECTION": {
"TITLE": "Section Information",
"FIELDS": {
"ID": "Section Unique Identifier",
"TITLE": "Section Name",
"PAGE": "Page to appear",
"ORDER": "Order",
"DESCRIPTION": "Description",
2019-01-18 18:03:45 +01:00
"FIELDS-TITLE": "Fields",
"SUB-SECTIONS-TITLE": "Sub-Sections"
},
"ACTIONS": {
"ADD-SUB-SECTION": "Add Sub-Section +",
"ADD-FIELD": "Add Field +"
}
},
"COMPOSITE-FIELD": {
"TITLE": "Composite Field Information",
"SIMPLE-FIELD-TITLE": "Field Information",
"SUB-FIELDS-TITLE": "Child Fields",
"FIELDS": {
"COMPOSITE-CHECKBOX": "Composite Field",
"MULTIPLICITY-CHECKBOX": "Multiplicity",
"COMMENT-CHECKBOX": "Include Comment Field",
"COMPOSITE-TITLE": "Composite Field Name",
"FIELD-TITLE": "Field Name",
"DESCRIPTION": "Description",
"EXTENDED-DESCRIPTION": "Extended Description",
2019-03-26 16:58:42 +01:00
"ADDITIONAL-INFORMATION": "Additional Information",
2019-01-18 18:03:45 +01:00
"MULTIPLICITY-MIN": "Multiplicity Min",
"MULTIPLICITY-MAX": "Multiplicity Max",
"MULTIPLICITY-ADD-ONE-FIELD": "Add one more fieldset",
"ORDER": "Order",
"COMMENT-PLACEHOLDER": "Please Specify",
"COMMENT-HINT": "Provide additional information or justification about your selection"
2019-01-18 18:03:45 +01:00
},
"ACTIONS": {
"ADD-CHILD-FIELD": "Add Child Field +"
}
},
"FIELD": {
"FIELDS": {
"RULES-TITLE": "Visibility Rules",
"FIELD-RULES-VALUE": "Value",
2019-01-18 18:03:45 +01:00
"ID": "Section Unique Identifier",
"VIEW-STYLE": "Type",
"MULTIPLICITY-MIN": "Multiplicity Min",
"MULTIPLICITY-MAX": "Multiplicity Max",
"ORDER": "Order",
"DEFAULT-VALUE": "Default Value",
"VALIDATION": "Validation",
"MULTIPLICITY-CHECKBOX": "Multiplicity",
"FIELD-TEXT-AREA-TITLE": "Text Area Data",
"FIELD-TEXT-AREA-PLACEHOLDER": "Input Placeholder",
"FIELD-BOOLEAN-DECISION-TITLE": "Boolean Decision Data",
"FIELD-BOOLEAN-DECISION-PLACEHOLDER": "Input Placeholder",
"FIELD-CHECKBOX-TITLE": "Checkbox Data",
"FIELD-CHECKBOX-PLACEHOLDER": "Input Placeholder",
"FIELD-FREE-TEXT-TITLE": "Free Text Data",
"FIELD-FREE-TEXT-PLACEHOLDER": "Input Placeholder",
"FIELD-COMBO-BOX-TYPE": "Type of Combo Box",
"FIELD-WORD-LIST-TITLE": "Word List Data",
"FIELD-WORD-LIST-PLACEHOLDER": "Input Placeholder",
"FIELD-WORD-LIST-LABEL": "Label",
"FIELD-WORD-LIST-VALUE": "Value",
"FIELD-RADIO-BOX-TITLE": "Radio Box Data",
"FIELD-RADIO-BOX-PLACEHOLDER": "Input Placeholder",
"FIELD-RADIO-BOX-LABEL": "Label",
"FIELD-RADIO-BOX-VALUE": "Value",
"FIELD-AUTOCOMPLETE-TITLE": "Autocomplete Data",
"FIELD-AUTOCOMPLETE-PLACEHOLDER": "Input Placeholder",
"FIELD-AUTOCOMPLETE-LABEL": "Label",
"FIELD-AUTOCOMPLETE-VALUE": "Value",
"FIELD-AUTOCOMPLETE-URL": "Url",
"FIELD-AUTOCOMPLETE-OPTIONS-ROOT": "Options Root",
"FIELD-DATE-PICKER-TITLE": "Date Picker",
"FIELD-DATE-PICKER-PLACEHOLDER": "Input Placeholder",
"FIELD-DATE-PICKER-LABEL": "Label",
2019-03-26 16:58:42 +01:00
"FIELD-DATE-PICKER-VALUE": "Value",
"FIELD-MULTIPLE-AUTOCOMPLETE": "Multiple Autocomplete"
2019-01-18 18:03:45 +01:00
},
"DEFAULT-VALUES": {
"NONE": "None",
"BOOLEAN-DECISION": {
"YES": "Yes",
"NO": "No"
},
"CHECK-BOX": {
"CHECKED": "Checked",
"UNCHECKED": "Uncheck"
}
},
2019-01-18 18:03:45 +01:00
"ACTIONS": {
"ADD-RULE": "Add Visibility Rule +"
}
},
"RULE": {
"FIELDS": {
"RULE-TYPE": "Rule Type",
"TARGET": "Target Field Id",
"VALUE": "Required Value",
"RULE-IF": "If Value is",
"RULE-THEN": "then show Field With Id"
2019-01-18 18:03:45 +01:00
}
}
}
},
"ACTIONS": {
"SAVE": "Save",
"CANCEL": "Cancel",
"DELETE": "Delete",
"ADD-PAGE": "Add Page +",
"ADD-SECTION": "Add Section +"
}
},
"PROJECT-LISTING": {
"TITLE": "Projects",
"SUBTITLE": "Project Subtitle",
"ACTIONS": {
"NEW":"New Project"
2019-01-18 18:03:45 +01:00
}
},
"DMP-LISTING": {
"TITLE": "Data Management Plans",
"OWNER": "Owner",
"MEMBER": "Member",
2019-01-18 18:03:45 +01:00
"COLUMNS": {
"NAME": "Name",
"PROJECT": "Project",
"PROFILE": "Template",
2019-01-18 18:03:45 +01:00
"CREATION-TIME": "Creation Time",
"ORGANISATIONS": "Organisations",
"LATEST_VERSION": "Latest Version",
"ACTIONS": "Actions",
"DATASETS": "Datasets",
2019-05-23 17:48:54 +02:00
"STATUS": "Status",
"PEOPLE": "People"
2019-01-18 18:03:45 +01:00
},
"ACTIONS": {
"NEW": "New DMP",
"NEW-WITH-WIZARD": "New DMP using the wizard",
2019-01-18 18:03:45 +01:00
"EDIT": "Edit",
"INVITE": "Invite Contributors",
"ADD-DATASET": "Add Dataset To DMP",
"DATASETS": "List All DMP Datasets",
"NEW-VERSION": "New Version",
"VIEW-VERSION": "All DMP Versions",
"CLONE": "Clone",
2019-05-21 15:42:28 +02:00
"DELETE": "Delete",
"EXPORT": "Export",
"PUBLISH": "Publish",
"FINALIZE": "Finalize",
2019-05-21 15:42:28 +02:00
"ADV-EXP": "Advanced Export",
2019-01-18 18:03:45 +01:00
"DOWNLOAD-XML": "Download XML",
"DOWNLOAD-DOCX": "Download Document",
2019-05-23 17:48:54 +02:00
"DOWNLOAD-PDF": "Download PDF",
"SETTINGS": "Settings",
"GETDOI": "Get DOI"
2019-01-18 18:03:45 +01:00
}
},
2019-04-26 16:05:15 +02:00
"DMP-PUBLIC-LISTING": {
2019-06-07 17:17:57 +02:00
"TITLE": "Published Dataset Managment Plans",
"OWNER": "Owner",
"MEMBER": "Member",
"VIEW-ONLY": "View Only"
2019-04-26 16:05:15 +02:00
},
"DMP-UPLOAD": {
"TITLE": "Import Data Managment Plan",
"UPLOAD-BUTTON": "Upload",
"ACTIONS": {
"IMPORT": "Import",
"CANCEL": "Cancel"
},
"PLACEHOLDER": "DMP title"
},
2019-01-18 18:03:45 +01:00
"DATASET-WIZARD": {
"TITLE": {
"NEW": "New Dataset Description"
},
"EDITOR": {
"FIELDS": {
"EXTERNAL-DATASET-TYPE": "Type"
}
},
"FIRST-STEP": {
"TITLE": "Dataset Information",
"DMP": "Data Management Plan",
"PROFILE": "Dataset Template"
2019-01-18 18:03:45 +01:00
},
"SECOND-STEP": {
"TITLE": "External References"
},
"THIRD-STEP": {
"TITLE": "Description"
},
"ACTIONS": {
"NEXT": "Next",
"BACK": "Back",
"DELETE": "Delete",
"GO-TO-PROJECT": "Go to Dataset Project",
"GO-TO-DMP": "Go to Dataset DMP",
"SAVE": "Save",
2019-06-21 17:36:16 +02:00
"SAVE-AND-FINALISE": "Save and Finalize",
"FINALIZE": "Finalize",
"REVERSE": "Undo Finalization",
2019-01-18 18:03:45 +01:00
"DOWNLOAD-PDF": "Download PDF",
2019-03-26 16:58:42 +01:00
"DOWNLOAD-XML": "Download XML",
"DOWNLOAD-DOCX": "Download DOCX",
"COPY-DATASET": "Copy Dataset",
"UPDATE-DATASET-PROFILE": "Update Template"
},
2019-03-01 16:15:25 +01:00
"UPLOAD": {
"UPLOAD-XML": "Import",
"UPLOAD-XML-FILE-TITLE": "Import Dataset Template",
"UPLOAD-XML-NAME": "Name Of Dataset Template",
2019-03-01 16:15:25 +01:00
"UPLOAD-XML-IMPORT": "File",
"UPLOAD-XML-FILE-CANCEL": "Cancel"
},
"DIALOGUE": {
"DMP-SEARCH": {
"PLACEHOLDER": "Search DMP"
},
"COPY": "Copy",
"CANCEL": "Cancel",
"ERROR-MESSAGE": "Selected DMP does not contain this Dataset Template"
2019-01-18 18:03:45 +01:00
}
},
2019-06-07 17:17:57 +02:00
"DMP-OVERVIEW": {
"RESEARCHERS": "Researchers"
},
2019-01-18 18:03:45 +01:00
"DATASET-LISTING": {
"TITLE": "Datasets",
"COLUMNS": {
"NAME": "Name",
"REFERNCE": "Reference",
"PROJECT": "Project",
"URI": "Uri",
"STATUS": "Status",
"DESCRIPTION": "Description",
"CREATED": "Created",
2019-05-28 15:37:39 +02:00
"PUBLISHED": "Published",
"FINALIZED": "Finalized",
"LAST-EDITED": "Last Edited",
2019-01-18 18:03:45 +01:00
"ACTIONS": "Actions",
"DMP": "DMP",
"PROFILE": "Template",
2019-01-18 18:03:45 +01:00
"DATAREPOSITORIES": "Data Repositories",
"REGISTRIES": "Registries",
"SERVICES": "Services"
},
"ACTIONS": {
"EDIT": "Edit",
"MAKE-IT-PUBLIC": "Make it public",
"VIEW": "View",
"NEW": "New Dataset Description",
"CREATE-NEW":"Create new dataset description"
2019-01-18 18:03:45 +01:00
}
},
"DATASET-PUBLIC-LISTING": {
"TITLE": "Published dataset descriptions"
},
"DATASET-PROFILE-LISTING": {
"TITLE": "Dataset Templates",
2019-01-18 18:03:45 +01:00
"COLUMNS": {
"NAME": "Name",
"REFERNCE": "Reference",
"PROJECT": "Project",
"URI": "Uri",
2019-04-25 11:03:22 +02:00
"ROLE": "Role",
"TEMPLATE": "Template",
"ORGANIZATION": "Organization",
2019-01-18 18:03:45 +01:00
"STATUS": "Status",
2019-04-25 11:03:22 +02:00
"VISITED": "Visited",
"EDITED": "Edited",
2019-01-18 18:03:45 +01:00
"DESCRIPTION": "Description",
"CREATED": "Created",
"ACTIONS": "Actions",
"DMP": "DMP",
"PROFILE": "Template",
2019-01-18 18:03:45 +01:00
"DATAREPOSITORIES": "Data Repositories",
"REGISTRIES": "Registries",
"SERVICES": "Services"
},
"ACTIONS": {
"EDIT": "Edit",
"MAKE-IT-PUBLIC": "Make it public",
"VIEW": "View",
2019-03-26 16:58:42 +01:00
"CLONE": "Clone",
"NEW-VERSION": "New Version",
"VIEW-VERSIONS": "All Dataset Versions"
2019-01-18 18:03:45 +01:00
}
},
"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"
}
},
2019-01-18 18:03:45 +01:00
"DMP-PROFILE-EDITOR": {
"TITLE": {
"NEW": "New DMP Template",
2019-01-18 18:03:45 +01:00
"EDIT": "Edit"
},
"FIELDS": {
"TITLE": "Fields",
"LABEL": "Name",
"TYPE": "Type",
"DATATYPE": "Data Type",
"REQUIRED": "Required"
},
"ACTIONS": {
"SAVE": "Save",
"CANCEL": "Cancel",
"DELETE": "Delete",
2019-03-01 16:15:25 +01:00
"FINALIZE": "Finalise",
"DOWNLOAD-XML": "Download XML"
2019-01-18 18:03:45 +01:00
}
},
"PROJECT-EDITOR": {
"TITLE": {
"NEW": "New Project",
"EDIT": "Edit"
},
"FIELDS": {
"LABEL": "Title",
"ABBREVIATION": "Abbreviation",
"URI": "URL",
"START": "Start",
"END": "End",
"DESCRIPTION": "Description",
"LOGO": "Project Logo"
},
"ACTIONS": {
"SAVE": "Save",
"CANCEL": "Cancel",
"DELETE": "Delete",
2019-05-21 15:42:28 +02:00
"GO-TO-DMPS": "Go To DMPs",
"VISIT-WEBSITE": "Visit Website"
2019-01-18 18:03:45 +01:00
}
},
"DMP-EDITOR": {
"TITLE": {
"NEW": "New Data Management Plan",
"EDIT": "Edit",
"SUBTITLE": "DOI"
2019-01-18 18:03:45 +01:00
},
"FIELDS": {
"NAME": "Title",
2019-05-23 17:48:54 +02:00
"PROJECT": "Related Project",
"DESCRIPTION": "Description",
"ORGANISATIONS": "Organisations",
2019-06-26 10:07:43 +02:00
"ORGANISATIONS-HINT": "Add here the names of the organisations contributing to the creation and revision of the DMPs",
2019-01-18 18:03:45 +01:00
"RESEARCHERS": "Researchers",
2019-05-21 15:42:28 +02:00
"TEMPLATES": "Templates",
"TEMPLATE": "DMP Template",
2019-05-23 17:48:54 +02:00
"DATASET-TEMPLATES": "Related Dataset Templates",
"PROFILE": "DMP Template",
2019-01-18 18:03:45 +01:00
"GRANT": "Grant",
2019-05-23 17:48:54 +02:00
"FUNDER": "Funder",
"STATUS": "DMP Status"
2019-01-18 18:03:45 +01:00
},
"ACTIONS": {
"GO-TO-PROJECT": "Go To DMP Project",
"GO-TO-DATASETS": "Go To Datasets",
"SAVE-CHANGES": "Save Changes",
"SAVE": "Save",
2019-01-18 18:03:45 +01:00
"CANCEL": "Cancel",
"DELETE": "Delete",
"FINALISE": "Finalize"
},
"SNACK-BAR": {
"UNSUCCESSFUL-DOI": "Unsuccessful DOI creation",
"SUCCESSFUL-DOI": "Successful DOI creation",
"UNSUCCESSFUL-FINALIZE": "Unsuccessful DMP finalization"
2019-01-18 18:03:45 +01:00
}
},
"DMP-PROFILE-LISTING": {
"TITLE": "DMP Templates",
2019-01-18 18:03:45 +01:00
"COLUMNS": {
"NAME": "Name",
"STATUS": "Status",
2019-05-28 15:37:39 +02:00
"CREATED": "Created",
"PUBLISHED": "Published",
"LAST-EDITED": "Last Edited"
},
2019-03-01 16:15:25 +01:00
"UPLOAD": {
"UPLOAD-XML": "Import",
"UPLOAD-XML-FILE-TITLE": "Import Data Managment Plan Template",
"UPLOAD-XML-NAME": "Name Of DMP Template",
2019-03-01 16:15:25 +01:00
"UPLOAD-XML-IMPORT": "File",
"UPLOAD-XML-FILE-CANCEL": "Cancel"
2019-01-18 18:03:45 +01:00
}
},
"DYNAMIC-FORM": {
"FIELDS": {
"LABEL": "Label"
},
"ACTIONS": {
"PREVIEW": "Preview",
"ADD-PAGE": "Add Page +",
"ADD-SECTION": "Add Section +"
}
},
"CRITERIA": {
"FILTERS": "Filters",
"PROJECTS": {
2019-04-26 16:05:15 +02:00
"LIKE": "Search",
2019-01-18 18:03:45 +01:00
"PERIOD-FROM": "Project Start",
"PERIOD-TO": "Project End",
"PROJECT-STATE-TYPE": "Project Status",
"TYPES": {
"NONE": "-",
2019-01-18 18:03:45 +01:00
"ON-GOING": "On Going",
"FINISHED": "Finished"
}
},
"DATASET-PROFILE": {
"LIKE": "Search"
},
"DATA-SETS": {
"PERIOD-FROM": "Start",
"PERIOD-TO": "End",
"STATUS": "Status",
2019-03-26 16:58:42 +01:00
"NONE": "-",
"TAGS": "Tags",
"SELECT-TAGS": "Select Tags",
"LIKE": "Search Datasets",
"SELECT-PROJECTS": "Select Projects",
"ROLE": "Role",
"ORGANIZATION": "Organization",
2019-05-10 16:02:20 +02:00
"SELECT-ORGANIZATIONS": "Select Organizations",
"SELECT-SPEC": "Select Dataset Specification",
2019-05-10 16:02:20 +02:00
"RELATED-PROJECT": "Related Project",
"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"
2019-01-18 18:03:45 +01:00
},
"DMP": {
"LIKE": "Search DMPs",
"PROJECTS": "Projects",
"SELECT-PROJECTS": "Select Projects",
"SELECT-COLLABORATORS": "Select Collaborators",
"RELATED-COLLABORATORS": "Related Collaborators",
"SELECT-DATASET-TEMPLATES": "Select Dataset Templates",
"RELATED-DATASET-TEMPLATES": "Related Dataset Templates"
2019-01-18 18:03:45 +01:00
},
"USERS": {
"LABEL": "Search",
"ROLE": "Role"
},
"SELECT": "Select an option"
2019-01-18 18:03:45 +01:00
},
"DATASET-EDITOR": {
"TITLE": {
"NEW": "New Data Management Plan",
"EDIT": "Edit"
},
"FIELDS": {
"NAME": "Name of the Dataset",
"DESCRIPTION": "Description",
"PROFILE": "Template",
2019-01-18 18:03:45 +01:00
"URI": "Uri",
"DMP": "DMP",
"DATAREPOSITORIES": "Data Repositories",
"REGISTRIES": "Registries",
"SERVICES": "Services",
"EXTERNAL-DATASETS": "External Datasets",
"EXTERNAL-DATASET-TYPE": "External Datasets Type",
"EXTERNAL-DATASET-INFO": "External Datasets Info",
"DATAREPOSITORIES-INFO": "Data Repositories Info",
"TAGS": "Tags",
"CREATE": "Create New"
},
"ACTIONS": {
"SAVE": "Save",
"CANCEL": "Cancel",
"DELETE": "Delete"
},
"VERSION-DIALOG": {
2019-05-28 15:37:39 +02:00
"ABOUT": "Versioning is automated.",
"QUESTION": "It seems your Dataset Template is outdated. Do you want to update it to the latest version?"
2019-01-18 18:03:45 +01:00
}
},
"DATASET-CREATE-WIZARD": {
"ACTIONS": {
"NEXT": "Next",
"BACK": "Back",
"SAVE": "Save"
},
"FIRST-STEP": {
"TITLE": "DMP",
"PLACEHOLDER": "Pick an existing DMP"
}
},
2019-01-18 18:03:45 +01:00
"INVITATION-EDITOR": {
"TITLE": "Send Invitations for ",
"AUTOCOMPLETE-USER": "User",
"AUTOCOMPLETE-EMAIL": "Email",
2019-01-18 18:03:45 +01:00
"ACTIONS": {
"SEND-INVITATION": "Send Invitations",
"CANCEL": "Cancel"
}
},
"USERS": {
"LISTING": {
"TITLE": "Users",
"EMAIL": "Email",
"LAST-LOGGED-IN": "Last Logged In",
"LABEL": "Label",
2019-05-28 15:37:39 +02:00
"ROLES": "Roles",
"NAME": "Name",
"PERMISSIONS": "Permissions"
2019-01-18 18:03:45 +01:00
}
},
"TYPES": {
"APP-ROLE": {
"ADMIN": "Admin",
"USER": "User",
"MANAGER": "Manager"
},
"DMP-PROFILE-FIELD": {
"DATA-TYPE": {
"DATE": "Date",
"NUMBER": "Number",
"TEXT": "Text"
},
"TYPE": {
"INPUT": "Input"
}
},
"DATASET-STATUS": {
"DRAFT": "Draft",
2019-05-06 14:41:05 +02:00
"FINALISED": "Finalized",
"ANY": "Any Dataset status",
2019-05-28 15:37:39 +02:00
"DRAFT-DESC": "Draft Registrations"
2019-05-06 14:41:05 +02:00
},
"DATASET-ROLE": {
"OWNER": "Owner",
"MEMBER": "Member",
"ANY": "Any"
2019-01-18 18:03:45 +01:00
},
"EXTERNAL-DATASET-TYPE": {
"SOURCE": "Source",
2019-06-07 17:17:57 +02:00
"SOURCES": "Sources",
2019-01-18 18:03:45 +01:00
"OUTPUT": "Output"
},
"DMP": {
"FINALISED": "Finalized",
"DRAFT": "Draft"
},
2019-05-06 15:35:46 +02:00
"DMP-VISIBILITY": {
"VISIBILITY": "Visibility",
"PUBLIC": "Published",
2019-06-20 13:31:29 +02:00
"FINALIZED": "Finalized" ,
"DRAFT": "Draft",
2019-05-06 15:35:46 +02:00
"ANY": "Any"
},
2019-01-18 18:03:45 +01:00
"DATASET-PROFILE-FIELD-VALIDATION-TYPE": {
"NONE": "None",
"REQUIRED": "Required"
},
"DATASET-PROFILE-FIELD-VIEW-STYLE": {
"BOOLEAN-DECISION": "Boolean Decision",
"CHECKBOX": "Checkbox",
"COMBO-BOX": "Combo Box",
"FREE-TEXT": "Free Text",
"RADIO-BOX": "Radio Box",
"TEXT-AREA": "Text Area",
2019-03-01 16:15:25 +01:00
"DATE-PICKER": "Date Picker"
2019-01-18 18:03:45 +01:00
},
"DATASET-PROFILE-COMBO-BOX-TYPE": {
"WORD-LIST": "Word List",
2019-04-26 16:05:15 +02:00
"AUTOCOMPLETE": "Autocomplete",
"EXTERNAL-SOURCE-HINT": "External source"
2019-01-18 18:03:45 +01:00
}
},
"ADDRESEARCHERS-EDITOR": {
"TITLE": "Add a Researcher",
"FIRST_NAME": "First Name",
"LAST_NAME": "Last Name",
"ACTIONS": {
"SAVE": "Save",
"CANCEL": "Cancel"
}
},
"DMP-WIZARD": {
"FIRST-STEP": {
"DMP": "DMP Editor",
"DATASETS": "Datasets"
},
"ACTIONS": {
"NEXT": "Next",
"BACK": "Back",
"SAVE": "Save"
}
},
2019-05-06 15:35:46 +02:00
"DMP-RELATED-PROJECT": {
"RELATED-PROJECT": "Related Project"
},
"DMP-RELATED-COLLABORATOR": {
"RELATED-COLLABORATOR": "Related Collaborator",
"SELECT-COLLABORATORS": "Select Collaborators"
},
"DMP-RELATED-ORGANIZATION": {
"RELATED-ORGANIZATION": "Organization",
"SELECT-ORGANIZATIONS": "Select Organizations"
2019-05-06 15:35:46 +02:00
},
2019-01-18 18:03:45 +01:00
"DATASET-PROFILE": {
"PREVIEW": "Preview",
"FORM-DESCRIPTION": "Form Description",
"PAGES-DESCRIPTION": "Pages Description"
},
"RECENT-ACTIVITY": {
"MY-TITLE-PROJECT": "My Recent Project Activity",
"MY-TITLE-DMP": "My Recent DMP Activity",
2019-04-25 11:03:22 +02:00
"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"
2019-01-18 18:03:45 +01:00
},
"FILE-UPLOADER": {
"DEFAULT": "Choose a file",
"PROJECT": "",
"UPLOAD": "Upload"
},
"URL-LISTING-COMPONENT": {
"SHOW-MORE": "Show more"
},
"HOMEPAGE": {
"OPEN-DMPS": {
"STATS": "OpenDMP Dashboard"
},
"MY-DMPS": {
"STATS": "My Dashboard"
}
},
"ABOUT": {
"TITLE": "-Our Mission-",
"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 implementationsolution.",
2019-05-23 08:43:44 +02:00
"CONTRIBUTORS": "Contributors",
"WELCOME": "Welcome to OpenDMP",
"WELCOME-MESSAGE": "Create, Link, Share Data Management Plans"
2019-01-18 18:03:45 +01:00
},
"DASHBOARD": {
"MY-PROJECTS": "My Projects",
"PROJECTS": "Projects",
"MY-DMPS": "My DMPs",
"TITLE": "What Open DMP is?",
"INFO-TEXT": "OpenDMP.eu 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.",
"ORGANIZATIONS": "Related Organizations",
2019-01-18 18:03:45 +01:00
"DMPS": "DMPs",
2019-04-24 11:26:53 +02:00
"MY-DATASETS": "My Dataset Descriptions",
2019-01-18 18:03:45 +01:00
"DATASETS": "Datasets",
2019-05-22 16:20:05 +02:00
"SEARCH": "SEARCH...",
"DATA-MANAGEMENT-PLANS": "DATA MANAGEMENT PLANS"
2019-01-18 18:03:45 +01:00
},
"USER-DIALOG": {
"USER-PROFILE": "My Profile",
2019-06-05 09:20:17 +02:00
"EXIT": "Exit ",
"LOG-OUT": "Log Out"
2019-01-18 18:03:45 +01:00
},
"USER-PROFILE": {
"SETTINGS": {
"TITLE": "Settings",
"TIMEZONE": "Time Zone",
"CULTURE": "Culture",
"LANGUAGE": "Language"
},
"ASSOCIATED-DMPS": "Associated DMPs",
"DMPS": {
"SHOW-ALL": "Show All",
"CREATOR": "Creator",
"MEMBER": "Member"
}
},
"DATASET-REFERENCED-MODELS": {
"SERVICES": {
"TITLE": "Add New Service",
"LABEL": "Label",
"ABBREVIATION": "Abbreviation",
"URI": "Uri"
},
"DATA-REPOSITORY": {
"TITLE": "Add New Service",
"LABEL": "Label",
"ABBREVIATION": "Abbreviation",
"URI": "Uri"
},
"EXTERNAL-DATASET": {
"TITLE": "Add New Service",
"LABEL": "Label",
"ABBREVIATION": "Abbreviation"
},
"REGISTRY": {
"TITLE": "Add New Service",
"LABEL": "Label",
"ABBREVIATION": "Abbreviation",
"URI": "Uri"
}
},
"FACET-SEARCH": {
"FILTER": "Filter",
"PROJECT-STATUS": {
"TITLE": "Project Status",
"OPTIONS": {
"ACTIVE": "Active",
"INACTIVE": "Inactive"
}
},
"PROJECT": {
"TITLE": "Project",
"FILTER": "Filter Projects"
},
"PROFILES": {
"TITLE": "Dataset specification"
},
"DMP-ORGANISATIONS": {
"TITLE": "DMP Organisations",
"FILTER": "Filter Organisations"
}
},
"DMP-FINALISE-DIALOG": {
"DMP": "DMP",
"DATASETS": "Datasets",
"EMPTY": "No Datasets for this DMP so far",
2019-01-18 18:03:45 +01:00
"SUBMIT": "Submit",
"FINALISE-TITLE": "Do you want to finalise any of the following Draft Datasets?",
2019-01-18 18:03:45 +01:00
"ALREADY-FINALISED-DATASETS": "Already Finalized Datasets",
"NONE": "None",
"VALIDATION": {
"AT-LEAST-ONE-DATASET-FINALISED": "You need to have at least one Dataset Finalized"
},
"IMPACT": "This action will finalize your DMP, and you won't be able to edit it again.",
"AFTER-FINALIZATION": "After finalizing your DMP you can Publish it, and it'll be publicly available to the OpenDMP tool."
2019-03-01 16:15:25 +01:00
},
2019-05-28 15:37:39 +02:00
"DRAFTS": {
"FOR-DMP": "For DMP:",
2019-05-28 15:37:39 +02:00
"FOR-PROJECT": "For Project:"
},
2019-03-01 16:15:25 +01:00
"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.",
2019-03-01 16:15:25 +01:00
"QUICKWIZARD_CREATE": {
2019-03-14 16:44:40 +01:00
"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 Dataset descriptions or editing the previous ones.",
2019-03-01 16:15:25 +01:00
"ACTIONS": {
"DELETE": "Delete",
"SAVE": "Save",
2019-03-26 16:58:42 +01:00
"SAVE-AND-FINALIZE": "Save and Finalize",
2019-03-01 16:15:25 +01:00
"NEXT": "Next",
"BACK": "Back",
"CREATE-NEW": "Add project",
2019-03-26 16:58:42 +01:00
"EXIST": "Existing Project"
2019-03-01 16:15:25 +01:00
},
"FIRST-STEP": {
2019-03-14 16:44:40 +01:00
"TITLE": "Project",
2019-06-26 12:51:16 +02:00
"ABOUT": "Find the project that your DMP is associated with and link it to funders' information. If the project is not listed or you are creating a DMP for a grant proposal or for other purposes, use \"Add Project\"",
"ABOUT-NEW": "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 project.",
"OR": "or",
2019-03-01 16:15:25 +01:00
"FIELDS": {
"SELECT-PROJECT": "Select the project that the DMP is associated with",
"LABEL": "Project Name",
"LABEL-HINT": "Add the name of the project as it appears in the call for grant proposal",
"DESCRIPTION": "Description",
"DESCRIPTION-HINT": "Briefly explain the aims and objectives of the project"
2019-03-01 16:15:25 +01:00
}
},
"SECOND-STEP": {
"TITLE": "DMP Profile",
2019-06-26 12:51:16 +02:00
"ABOUT": "A Data Management Plan consists of a set of questions that you should answer with a level of detail appropriate to the project or with relevance to the purpose that you are creating the DMP. Contents of each DMP vary depending on the selected Dataset Description Template(s) which contain(s) a set of tailored questions in response to policy requirements of funders, institutions, research communities.",
2019-03-14 16:44:40 +01:00
"NEW-TITLE": "",
"DMP-NAME": "DMP For Project : ",
2019-03-01 16:15:25 +01:00
"FIELDS": {
"NAME": "Title of the DMP",
"DESCRIPTION": "Summary",
"DESCRIPTION-HINT": "Briefly describe the context and purpose of the DMP",
"PROFILE": "Dataset Description Template",
2019-06-26 12:51:16 +02:00
"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 dataset descriptions 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."
2019-03-01 16:15:25 +01:00
}
},
"THIRD-STEP": {
2019-03-14 16:44:40 +01:00
"TITLE": "Dataset Description",
2019-03-26 16:58:42 +01:00
"NEW-TITLE": "",
"DATASET-LABEL": "Dataset Title",
"DATASET-NAME": "Dataset : ",
"DATASET-NAME-FOR": " For DMP : ",
2019-03-26 16:58:42 +01:00
"LIST-BUTTON-TOOLTIP": "Dataset List",
"ADD-BUTTON-TOOLTIP": "Add Dataset"
2019-03-01 16:15:25 +01:00
}
}
},
"ADD": {
"TITLE": "Add a dataset description into an existing DMP",
"DATASET-WIZARD": "Dataset Wizard",
"POST-SELECTION-INFO": "This wizard simplifies the process of adding new dataset descriptions 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 description can be obtained afterwards via the Dataset Description 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."
2019-03-01 16:15:25 +01:00
}
2019-03-26 16:58:42 +01:00
},
"SAVE-DIALOG": {
"TITLE": "Would you like to add another Dataset?",
"ACTIONS": {
"AFFIRMATIVE": "Yes",
"NEGATIVE": "No"
}
},
"HINT": "(Suggested Default Name)"
2019-01-18 18:03:45 +01:00
}
}