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

export default {
dataset: 'Dataset',
actions: 'Actions',
importDataset: 'Import Dataset',
exportDataset: 'Export Dataset',
text: 'Text',
metadata: 'Metadata',
action: 'Action',
annotate: 'Annotate',
importDataTitle: 'Upload Data',
importDataMessage1: 'Select a file format',
importDataMessage2: 'Select a file',
importDataPlaceholder: 'File input',
exportDataTitle: 'Export Data',
exportDataMessage: 'Select a file format',
deleteDocumentsTitle: 'Delete Document',
deleteDocumentsMessage: 'Are you sure you want to delete these documents from this project?',
pageText: '{0}-{1} of {2}'
}