mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +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,8 @@ const translation = {
|
||||
adminTip: 'アプリの構築およびチーム設定の管理ができます',
|
||||
normal: '通常',
|
||||
normalTip: 'アプリの使用のみが可能で、アプリの構築はできません',
|
||||
editor: 'エディター',
|
||||
editorTip: 'アプリの構築ができますが、チーム設定の管理はできません',
|
||||
inviteTeamMember: 'チームメンバーを招待する',
|
||||
inviteTeamMemberTip: '彼らはサインイン後、直接あなたのチームデータにアクセスできます。',
|
||||
email: 'メール',
|
||||
@@ -185,6 +187,7 @@ const translation = {
|
||||
removeFromTeamTip: 'チームへのアクセスが削除されます',
|
||||
setAdmin: '管理者に設定',
|
||||
setMember: '通常のメンバーに設定',
|
||||
setEditor: 'エディターに設定',
|
||||
disinvite: '招待をキャンセル',
|
||||
deleteMember: 'メンバーを削除',
|
||||
you: '(あなた)',
|
||||
|
||||
Reference in New Issue
Block a user