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

  1. export default {
  2. dataset: 'Dataset',
  3. actions: 'Actions',
  4. importDataset: 'Import Dataset',
  5. exportDataset: 'Export Dataset',
  6. text: 'Text',
  7. metadata: 'Metadata',
  8. action: 'Action',
  9. annotate: 'Annotate',
  10. importDataTitle: 'Upload Data',
  11. importDataMessage1: 'Select a file format',
  12. importDataMessage2: 'Select a file',
  13. importDataPlaceholder: 'File input',
  14. exportDataTitle: 'Export Data',
  15. exportDataMessage: 'Select a file format',
  16. deleteDocumentsTitle: 'Delete Document',
  17. deleteDocumentsMessage: 'Are you sure you want to delete these documents from this project?',
  18. pageText: '{0}-{1} of {2}'
  19. }