language fixes

This commit is contained in:
Diamantis Tziotzios 2019-07-29 17:08:49 +03:00
parent 68c2f19143
commit b5a53b348a
3 changed files with 60 additions and 55 deletions

View File

@ -1,8 +1,8 @@
<div class="sidebar-footer d-flex justify-content-around">
<a class="option vl" href="#">
<!-- <a class="option vl" href="#">
<i class="material-icons style-icon">mode_comment</i>
Glossary
</a>
<a class="option vl" href="#"><i class="fa fa-book style-icon"></i>Guide</a>
<a class="option" href="#"><i class="fa fa-life-ring style-icon"></i>Help</a>
<a class="option" href="#"><i class="fa fa-life-ring style-icon"></i>Help</a> -->
</div>

View File

@ -34,14 +34,17 @@ export const DMP_ROUTES: RouteInfo[] = [
];
export const DATASETS_ROUTES: RouteInfo[] = [
{ path: '/datasets', title: 'SIDE-BAR.MY-DATASET-DESC', icon: 'library_books' },
{ path: '/explore', title: 'SIDE-BAR.PUBLIC-DESC', icon: 'public'},
{ path: '/datasetcreatewizard', title: 'SIDE-BAR.QUICK-WIZARD-DATASET', icon: "play_circle_outline"},
{ path: '/projects', title: 'SIDE-BAR.MY-PROJECTS', icon: 'work_outline' }
{ path: '/explore', title: 'SIDE-BAR.PUBLIC-DESC', icon: 'public' },
{ path: '/datasetcreatewizard', title: 'SIDE-BAR.QUICK-WIZARD-DATASET', icon: "play_circle_outline" },
];
export const PUBLIC_ROUTES: RouteInfo[] = [
{ path: '/explore-plans', title: 'SIDE-BAR.PUBLIC-DMPS', icon: 'public' },
{ path: '/explore', title: 'SIDE-BAR.PUBLIC-DESC', icon: 'public'}
{ path: '/explore', title: 'SIDE-BAR.PUBLIC-DESC', icon: 'public' }
];
export const PROJECTS_ROUTES: RouteInfo[] = [
{ path: '/projects', title: 'SIDE-BAR.MY-PROJECTS', icon: 'work_outline' }
];
// export const PROJECTS_ROUTES: RouteInfo[] = [
@ -110,13 +113,14 @@ export class SidebarComponent implements OnInit {
}
this.groupMenuItems.push(this.datasetItems);
// this.projectItems = {
// title: 'SIDE-BAR.PROJECTS',
// routes: PROJECTS_ROUTES,
// requiresAuthentication: true,
// requiresAdmin: false
// }
// this.groupMenuItems.push(this.projectItems);
this.projectItems = {
title: 'SIDE-BAR.PROJECTS',
routes: PROJECTS_ROUTES,
requiresAuthentication: true,
requiresAdmin: false,
isGeneral: false
}
this.groupMenuItems.push(this.projectItems);
this.adminItems = {
title: 'SIDE-BAR.ADMIN',

View File

@ -3,7 +3,7 @@
"VALIDATION": {
"REQUIRED": "Required",
"PROJECT-START-AFTER-END": "Project start date cannot be after the end date",
"PATTERN-_": "Caracter \"_\" is not allowed"
"PATTERN-_": "Character \"_\" is not allowed"
},
"DELETE-CONFIRMATION": {
"TITLE": "Warning",
@ -23,7 +23,7 @@
"UNSUCCESSFUL-DELETE": "Unsuccessful Delete"
},
"ERRORS": {
"HTTP-REQUEST-ERROR": "An Unexpected Error Has Occured"
"HTTP-REQUEST-ERROR": "An Unexpected Error Has Occurred"
},
"NAMES": {
"DATASET": "Dataset Description"
@ -65,7 +65,7 @@
"DATASETS": "Dataset Descriptions",
"LOGIN": {
"TITLE": "Login",
"TEXT": "You dont need to have a registered account for OpenDMP"
"TEXT": "You don't need to have a registered account for OpenDMP"
}
},
"NAV-BAR": {
@ -101,6 +101,7 @@
"DMP": "DATA MANAGEMENT PLANS",
"MY-DMPS": "My DMPs",
"DATASETS": "DATASET DESCRIPTIONS",
"PROJECTS": "PROJECTS",
"NEW DATASET": "New Dataset Description",
"QUICK-WIZARD": "New DMP (Wizard)",
"QUICK-WIZARD-DATASET": "Add Dataset Description (Wizard)",
@ -115,7 +116,7 @@
"PUBLIC-DESC": "Published Dataset Descriptions",
"ACCOUNT": "ACCOUNT",
"ADMIN": "ADMIN",
"DATASET-TEMPLATES": "Dataset Templates",
"DATASET-TEMPLATES": "Dataset Description Templates",
"DMP-TEMPLATES": "DMP Templates",
"USERS": "Users"
},
@ -124,7 +125,7 @@
"NEW": "New API Client"
},
"FIELDS": {
"DATASET-TITLE": "Dataset Template Name",
"DATASET-TITLE": "Dataset Description Template Name",
"ROLES": "Roles"
},
"STEPS": {
@ -230,7 +231,7 @@
},
"CHECK-BOX": {
"CHECKED": "Checked",
"UNCHECKED": "Uncheck"
"UNCHECKED": "Unchecked"
}
},
"ACTIONS": {
@ -272,7 +273,7 @@
"PROJECT": "Project",
"PROFILE": "Template",
"CREATION-TIME": "Creation Time",
"ORGANISATIONS": "Organisations",
"ORGANISATIONS": "Organizations",
"LATEST_VERSION": "Latest Version",
"ACTIONS": "Actions",
"DATASETS": "Dataset Descriptions",
@ -308,22 +309,22 @@
},
"LEVEL-OF-ACCESS": "Level of Access",
"INVOLVED-DATASETS": "Involved Dataset Descriptions",
"TEMPLATES-INVOLVED": "Dataset Templates Involved"
"TEMPLATES-INVOLVED": "Dataset Description Templates Involved"
}
},
"DMP-PUBLIC-LISTING": {
"TITLE": "Published Dataset Managment Plans",
"TITLE": "Published Data Management Plans",
"OWNER": "Owner",
"MEMBER": "Member",
"VIEW-ONLY": "View Only",
"TOOLTIP": {
"PUBLISHED": "Public access - Closed DMP",
"INVOLVED-DATASETS": "Involved Dataset Descriptions",
"TEMPLATES-INVOLVED": "Dataset Templates Involved"
"TEMPLATES-INVOLVED": "Dataset Description Templates Involved"
}
},
"DMP-UPLOAD": {
"TITLE": "Import Data Managment Plan",
"TITLE": "Import Data Management Plan",
"UPLOAD-BUTTON": "Upload",
"ACTIONS": {
"IMPORT": "Import",
@ -344,7 +345,7 @@
"FIRST-STEP": {
"TITLE": "Dataset Description Information",
"DMP": "Data Management Plan",
"PROFILE": "Dataset Template"
"PROFILE": "Dataset Description Template"
},
"SECOND-STEP": {
"TITLE": "External References"
@ -370,12 +371,12 @@
},
"MESSAGES": {
"DATAESET-NOT-FOUND": "Dataset Description does not exist",
"SUCCESS-UPDATE-DATASET-PROFILE": "Dataset Template updated successfully"
"SUCCESS-UPDATE-DATASET-PROFILE": "Dataset Description Template updated successfully"
},
"UPLOAD": {
"UPLOAD-XML": "Import",
"UPLOAD-XML-FILE-TITLE": "Import Dataset Template",
"UPLOAD-XML-NAME": "Name Of Dataset Template",
"UPLOAD-XML-FILE-TITLE": "Import Dataset Description Template",
"UPLOAD-XML-NAME": "Name Of Dataset Description Template",
"UPLOAD-XML-IMPORT": "File",
"UPLOAD-XML-FILE-CANCEL": "Cancel"
},
@ -385,7 +386,7 @@
},
"COPY": "Copy",
"CANCEL": "Cancel",
"ERROR-MESSAGE": "Selected DMP does not contain this Dataset Template"
"ERROR-MESSAGE": "Selected DMP does not contain this Dataset Description Template"
}
},
"DMP-OVERVIEW": {
@ -393,7 +394,7 @@
"TOOLTIP": {
"LEVEL-OF-ACCESS": "Level of Access",
"INVOLVED-DATASETS": "Involved Dataset Descriptions",
"TEMPLATES-INVOLVED": "Dataset Templates Involved"
"TEMPLATES-INVOLVED": "Dataset Description Templates Involved"
}
},
"DATASET-LISTING": {
@ -430,7 +431,7 @@
},
"DMP": "DMP",
"PROJECT": "Project",
"TEMPLATES-INVOLVED": "Dataset Template"
"TEMPLATES-INVOLVED": "Dataset Description Template"
}
},
"DATASET-PUBLIC-LISTING": {
@ -439,11 +440,11 @@
"FINALIZED": "Private access - Closed Dataset Description",
"DMP": "DMP",
"PROJECT": "Project",
"TEMPLATES-INVOLVED": "Dataset Template"
"TEMPLATES-INVOLVED": "Dataset Description Template"
}
},
"DATASET-PROFILE-LISTING": {
"TITLE": "Dataset Templates",
"TITLE": "Dataset Description Templates",
"COLUMNS": {
"NAME": "Name",
"REFERNCE": "Reference",
@ -470,7 +471,7 @@
"VIEW": "View",
"CLONE": "Clone",
"NEW-VERSION": "New Version",
"VIEW-VERSIONS": "All Dataset Template Versions"
"VIEW-VERSIONS": "All Dataset Description Template Versions"
}
},
"DATASET-UPLOAD": {
@ -480,9 +481,9 @@
"IMPORT": "Import",
"CANCEL": "Cancel"
},
"PLACEHOLDER": "Dataset title",
"PLACEHOLDER": "Dataset Description Title",
"DATASET-PROFILE": {
"SELECT": "Select Dataset Template"
"SELECT": "Select Dataset Description Template"
},
"SNACK-BAR": {
"SUCCESSFUL-CREATION" : "Imported Successfully",
@ -514,7 +515,7 @@
"SAVE": "Save",
"CANCEL": "Cancel",
"DELETE": "Delete",
"FINALIZE": "Finalise",
"FINALIZE": "Finalize",
"DOWNLOAD-XML": "Download XML"
}
},
@ -550,12 +551,12 @@
"NAME": "Title",
"PROJECT": "Related Project",
"DESCRIPTION": "Description",
"ORGANISATIONS": "Organisations",
"ORGANISATIONS-HINT": "Add here the names of the organisations contributing to the creation and revision of the DMPs",
"ORGANISATIONS": "Organizations",
"ORGANISATIONS-HINT": "Add here the names of the organizations contributing to the creation and revision of the DMPs",
"RESEARCHERS": "Researchers",
"TEMPLATES": "Templates",
"TEMPLATE": "DMP Template",
"DATASET-TEMPLATES": "Related Dataset Templates",
"DATASET-TEMPLATES": "Related Dataset Description Templates",
"PROFILE": "DMP Template",
"GRANT": "Grant",
"FUNDER": "Funder",
@ -587,7 +588,7 @@
},
"UPLOAD": {
"UPLOAD-XML": "Import",
"UPLOAD-XML-FILE-TITLE": "Import Data Managment Plan Template",
"UPLOAD-XML-FILE-TITLE": "Import Data Management Plan Template",
"UPLOAD-XML-NAME": "Name Of DMP Template",
"UPLOAD-XML-IMPORT": "File",
"UPLOAD-XML-FILE-CANCEL": "Cancel"
@ -637,8 +638,8 @@
"RELATED-DMP": "Related DMPs",
"SELECT-COLLABORATORS": "Select Collaborators",
"RELATED-COLLABORATORS": "Related Collaborators",
"SELECT-DATASET-TEMPLATES": "Select Dataset Templates",
"RELATED-DATASET-TEMPLATES": "Related Dataset Templates"
"SELECT-DATASET-TEMPLATES": "Select Dataset Description Templates",
"RELATED-DATASET-TEMPLATES": "Related Dataset Description Templates"
},
"DMP": {
"LIKE": "Search DMPs",
@ -646,8 +647,8 @@
"SELECT-PROJECTS": "Select Projects",
"SELECT-COLLABORATORS": "Select Collaborators",
"RELATED-COLLABORATORS": "Related Collaborators",
"SELECT-DATASET-TEMPLATES": "Select Dataset Templates",
"RELATED-DATASET-TEMPLATES": "Related Dataset Templates"
"SELECT-DATASET-TEMPLATES": "Select Dataset Description Templates",
"RELATED-DATASET-TEMPLATES": "Related Dataset Description Templates"
},
"USERS": {
"LABEL": "Search",
@ -683,7 +684,7 @@
},
"VERSION-DIALOG": {
"ABOUT": "Versioning is automated.",
"QUESTION": "It seems your Dataset Template is outdated. Do you want to update it to the latest version?"
"QUESTION": "It seems your Dataset Description Template is outdated. Do you want to update it to the latest version?"
}
},
"DATASET-CREATE-WIZARD": {
@ -849,7 +850,7 @@
},
"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.",
"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 OpenDMP",
"WELCOME-MESSAGE": "Create, Link, Share Data Management Plans"
@ -858,7 +859,7 @@
"MY-PROJECTS": "My Projects",
"PROJECTS": "Projects",
"MY-DMPS": "My DMPs",
"TITLE": "What Open DMP is?",
"TITLE": "What is OpenDMP.eu?",
"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",
"DMPS": "DMPs",
@ -928,8 +929,8 @@
"TITLE": "Dataset specification"
},
"DMP-ORGANISATIONS": {
"TITLE": "DMP Organisations",
"FILTER": "Filter Organisations"
"TITLE": "DMP Organizations",
"FILTER": "Filter Organizations"
}
},
"DMP-FINALISE-DIALOG": {
@ -937,11 +938,11 @@
"DATASETS": "Dataset Descriptions",
"EMPTY": "No Dataset Descriptions for this DMP so far",
"SUBMIT": "Submit",
"FINALISE-TITLE": "Do you want to finalise any of the following Draft Dataset Descriptions?",
"FINALISE-TITLE": "Do you want to finalize any of the following Draft Dataset Descriptions?",
"ALREADY-FINALISED-DATASETS": "Already Finalized Dataset Descriptions",
"NONE": "None",
"VALIDATION": {
"AT-LEAST-ONE-DATASET-FINALISED": "You need to have at least one Dataset Finalized"
"AT-LEAST-ONE-DATASET-FINALISED": "You need to have at least one Dataset Description 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."
@ -990,7 +991,7 @@
"DESCRIPTION": "Summary",
"DESCRIPTION-HINT": "Briefly describe the context and purpose of the DMP",
"PROFILE": "Dataset Description Template",
"PROFILE-HINT": "Select a template to describe your Dataset Description(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.",
"PROFILE-HINT": "Select a template to describe your Dataset Description(s). If you want to select multiple Dataset Description 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."
}
},
@ -998,8 +999,8 @@
"TITLE": "Dataset Description",
"NEW-TITLE": "",
"DATASET-LABEL": "Dataset Description Title",
"DATASET-NAME": "Dataset : ",
"DATASET-NAME-FOR": " For DMP : ",
"DATASET-NAME": "Dataset Description: ",
"DATASET-NAME-FOR": " For DMP: ",
"LIST-BUTTON-TOOLTIP": "Dataset Descriptions List",
"ADD-BUTTON-TOOLTIP": "Add Dataset Description"
}