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
798 B
22 lines
798 B
export default {
|
|
dataset: '数据集',
|
|
actions: '操作',
|
|
importDataset: '导入数据集',
|
|
exportDataset: '导出数据集',
|
|
text: '文本',
|
|
metadata: '元数据',
|
|
action: '操作',
|
|
annotate: '标注',
|
|
importDataTitle: '上传数据',
|
|
importDataMessage1: '选择文件格式',
|
|
importDataMessage2: '选择一个文件',
|
|
importDataPlaceholder: '请导入文件',
|
|
exportDataTitle: '导出数据',
|
|
exportDataMessage: '请选择文件格式',
|
|
exportDataMessage2: '选择文件',
|
|
deleteDocumentsTitle: '删除文档',
|
|
deleteDocumentsMessage: '你确定要从这个项目中删除这些文档吗?',
|
|
deleteBulkDocumentsTitle: '删除全部文档',
|
|
deleteBulkDocumentsMessage: '你确定要从这个项目中删除全部文档吗?',
|
|
pageText: '{0}-{1} of {2}'
|
|
}
|