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.
17 lines
510 B
17 lines
510 B
export default {
|
|
labels: 'Labels',
|
|
shortkey: 'Shortkey',
|
|
color: 'Color',
|
|
createLabel: 'Create Label',
|
|
importLabels: 'Import Labels',
|
|
exportLabels: 'Export Labels',
|
|
labelName: 'Label name',
|
|
labelMessage: 'Label name is required',
|
|
key: 'Key',
|
|
deleteLabel: 'Delete Label',
|
|
deleteMessage: 'Are you sure you want to delete these labels from this project?',
|
|
importTitle: 'Upload Label',
|
|
importMessage1: 'Example format',
|
|
importMessage2: 'Select a file',
|
|
filePlaceholder: 'File input'
|
|
}
|