mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: plugin permission
This commit is contained in:
@ -42,8 +42,8 @@ const translation = {
|
||||
whoCanInstall: 'Who can install and manage plugins?',
|
||||
whoCanDebug: 'Who can debug plugins?',
|
||||
everyone: 'Everyone',
|
||||
admin: 'Admins',
|
||||
noOne: 'No one',
|
||||
admins: 'Admins',
|
||||
noone: 'No one',
|
||||
},
|
||||
pluginInfoModal: {
|
||||
title: 'Plugin info',
|
||||
|
||||
@ -42,8 +42,8 @@ const translation = {
|
||||
whoCanInstall: '谁可以安装和管理插件?',
|
||||
whoCanDebug: '谁可以调试插件?',
|
||||
everyone: '所有人',
|
||||
admin: '管理员',
|
||||
noOne: '无人',
|
||||
admins: '管理员',
|
||||
noone: '无人',
|
||||
},
|
||||
pluginInfoModal: {
|
||||
title: '插件信息',
|
||||
|
||||
Reference in New Issue
Block a user