mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-24 19:17:14 +00:00
feat: add plugin enable config (#1678)
* add plugin enable config * fix logic error * improve codes * feat: add plugin system status checking api * perf: add ui displaying plugin system status * chore: fix linter errors --------- Co-authored-by: Junyan Qin <rockchinq@gmail.com>
This commit is contained in:
@@ -182,6 +182,17 @@ const enUS = {
|
||||
pluginSortSuccess: 'Plugin sort successful',
|
||||
pluginSortError: 'Plugin sort failed: ',
|
||||
pluginNoConfig: 'The plugin has no configuration items.',
|
||||
systemDisabled: 'Plugin System Disabled',
|
||||
systemDisabledDesc:
|
||||
'Plugin system is not enabled, please modify the configuration according to the documentation',
|
||||
connectionError: 'Plugin System Connection Error',
|
||||
connectionErrorDesc:
|
||||
'Please check the plugin system configuration or contact the administrator.',
|
||||
errorDetails: 'Error Details',
|
||||
loadingStatus: 'Checking plugin system status...',
|
||||
failedToGetStatus: 'Failed to get plugin system status',
|
||||
pluginSystemNotReady:
|
||||
'Plugin system is not ready, cannot perform this operation',
|
||||
deleting: 'Deleting...',
|
||||
deletePlugin: 'Delete Plugin',
|
||||
cancel: 'Cancel',
|
||||
|
||||
Reference in New Issue
Block a user