Feat: add check before install plugin (#20014)
This commit is contained in:
@@ -64,6 +64,8 @@ const translation = {
|
||||
skip: 'Skip',
|
||||
format: 'Format',
|
||||
more: 'More',
|
||||
selectAll: 'Select All',
|
||||
deSelectAll: 'Deselect All',
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}} is required',
|
||||
|
@@ -154,6 +154,7 @@ const translation = {
|
||||
next: 'Next',
|
||||
pluginLoadError: 'Plugin load error',
|
||||
pluginLoadErrorDesc: 'This plugin will not be installed',
|
||||
installWarning: 'This plugin is not allowed to be installed.',
|
||||
},
|
||||
installFromGitHub: {
|
||||
installPlugin: 'Install plugin from GitHub',
|
||||
|
Reference in New Issue
Block a user