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.
16 lines
457 B
16 lines
457 B
export default {
|
|
checkedTooltip: '已选',
|
|
notCheckedTooltip: '未选',
|
|
selectFilterTooltip: '过滤',
|
|
filterOption1: '全部',
|
|
filterOption2: '已标注',
|
|
filterOption3: '未标注',
|
|
guidelineTooltip: '显示指南',
|
|
guidelinePopupTitle: '标注指南',
|
|
commentTooltip: '点击对文档进行评论',
|
|
commentPopupTitle: '评论',
|
|
metadataDefaultMessage: '没有数据可获得',
|
|
key: '键',
|
|
value: '值',
|
|
newText: '下一条'
|
|
}
|