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
554 B

  1. export default {
  2. createProjectTitle: '添加项目',
  3. projectName: '项目名称',
  4. projectType: '项目类型',
  5. textClassification: '文本分类',
  6. sequenceLabeling: '序列标注',
  7. sequenceToSequence: '序列到序列',
  8. randomizeDocOrder: '随机文档顺序',
  9. shareAnnotations: '在所有用户共享标注',
  10. delete: '删除',
  11. deleteProjectTitle: '删除项目',
  12. deleteProjectMessage: '你确定要删除这些项目吗?',
  13. search: '搜索',
  14. projectTypes: [
  15. '文本分类',
  16. '序列标注',
  17. '序列到序列'
  18. ]
  19. }