mirror of https://github.com/doccano/doccano.git
pythondatasetsactive-learningtext-annotationdatasetnatural-language-processingdata-labelingmachine-learningannotation-tool
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.
22 lines
822 B
22 lines
822 B
export default {
|
|
dataset: 'Dataset',
|
|
actions: 'Actions',
|
|
importDataset: 'Import Dataset',
|
|
exportDataset: 'Export Dataset',
|
|
text: 'Text',
|
|
metadata: 'Metadata',
|
|
action: 'Action',
|
|
annotate: 'Annotate',
|
|
importDataTitle: 'Import Dataset',
|
|
importDataMessage1: 'Select a file format',
|
|
importDataMessage2: 'Select file(s)',
|
|
importDataPlaceholder: 'File input',
|
|
exportDataTitle: 'Export Dataset',
|
|
exportDataMessage: 'Select a file format',
|
|
exportDataMessage2: 'Select a file name',
|
|
deleteDocumentsTitle: 'Delete Document',
|
|
deleteDocumentsMessage: 'Are you sure you want to delete {number} items from this project?',
|
|
deleteBulkDocumentsTitle: 'Delete All Documents',
|
|
deleteBulkDocumentsMessage: 'Are you sure you want to delete all documents from this project?',
|
|
pageText: '{0}-{1} of {2}'
|
|
}
|