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.

15 lines
531 B

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