You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
613 B

4 years ago
  1. export default {
  2. createProjectTitle: 'Add Project',
  3. projectName: 'Project name',
  4. projectType: 'Project type',
  5. textClassification: 'Text Classification',
  6. sequenceLabeling: 'Sequence Labeling',
  7. sequenceToSequence: 'Sequence to sequence',
  8. randomizeDocOrder: 'Randomize document order',
  9. shareAnnotations: 'Share annotations across all users',
  10. delete: 'Delete',
  11. deleteProjectTitle: 'Delete Project',
  12. deleteProjectMessage: 'Are you sure you want to delete these projects?',
  13. search: 'Search',
  14. projectTypes: [
  15. 'Text Classification',
  16. 'Sequence Labeling',
  17. 'Sequence to sequence'
  18. ]
  19. }