mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
feat: new editor user permission profile (#4435)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
@@ -169,6 +169,10 @@ const translation = {
|
||||
adminTip: 'Can build apps & manage team settings',
|
||||
normal: 'Normal',
|
||||
normalTip: 'Only can use apps, can not build apps',
|
||||
builder: 'Builder',
|
||||
builderTip: 'Can build & edit own apps',
|
||||
editor: 'Editor',
|
||||
editorTip: 'Can build & edit apps',
|
||||
inviteTeamMember: 'Add team member',
|
||||
inviteTeamMemberTip: 'They can access your team data directly after signing in.',
|
||||
email: 'Email',
|
||||
@@ -185,6 +189,8 @@ const translation = {
|
||||
removeFromTeamTip: 'Will remove team access',
|
||||
setAdmin: 'Set as administrator',
|
||||
setMember: 'Set to ordinary member',
|
||||
setBuilder: 'Set as builder',
|
||||
setEditor: 'Set as editor',
|
||||
disinvite: 'Cancel the invitation',
|
||||
deleteMember: 'Delete Member',
|
||||
you: '(You)',
|
||||
|
||||
Reference in New Issue
Block a user