export default {
  createProjectTitle: 'Create a project',
  projectName: 'Project name',
  projectType: 'Project type',
  textClassification: 'Text Classification',
  sequenceLabeling: 'Sequence Labeling',
  sequenceToSequence: 'Sequence to sequence',
  randomizeDocOrder: 'Randomize document order',
  shareAnnotations: 'Share annotations across all users',
  delete: 'Delete',
  deleteProjectTitle: 'Delete Project',
  deleteProjectMessage: 'Are you sure you want to delete these projects?',
  search: 'Search',
  projectTypes: [
    'Text Classification',
    'Sequence Labeling',
    'Sequence to sequence',
    'Intent Detection and Slot Filling',
    'Image Classification',
    'Speech to Text',
  ]
}