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
429 B
16 lines
429 B
export default {
|
|
members: '成员',
|
|
role: '角色',
|
|
updateRole: '更行角色',
|
|
addMember: '添加成员',
|
|
userSearchAPIs: '用户搜索接口',
|
|
userSearchPrompt: '开始搜索',
|
|
removeMember: '移除成员',
|
|
removePrompt: '你确定要移除当前成员吗?',
|
|
roles: {
|
|
projectAdmin: '项目管理员',
|
|
annotator: '标注员',
|
|
annotationApprover: '审查员',
|
|
undefined: '角色未定义'
|
|
}
|
|
}
|