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

  1. export default {
  2. members: '成员',
  3. role: '角色',
  4. updateRole: '更行角色',
  5. addMember: '添加成员',
  6. userSearchAPIs: '用户搜索接口',
  7. userSearchPrompt: '开始搜索',
  8. removeMember: '移除成员',
  9. removePrompt: '你确定要移除当前成员吗?',
  10. roles: {
  11. projectAdmin: '项目管理员',
  12. annotator: '标注员',
  13. annotationApprover: '审查员',
  14. undefined: '角色未定义'
  15. }
  16. }