mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-23 18:06:38 +08:00
feat: plugin installation webui
This commit is contained in:
@@ -181,6 +181,14 @@ const enUS = {
|
||||
starCount: 'Stars: {{count}}',
|
||||
uploadLocal: 'Upload Local',
|
||||
debugging: 'Debugging',
|
||||
uploadLocalPlugin: 'Upload Local Plugin',
|
||||
dragToUpload: 'Drag plugin file here to upload',
|
||||
unsupportedFileType:
|
||||
'Unsupported file type, only .lbpkg and .zip files are supported',
|
||||
uploadingPlugin: 'Uploading plugin...',
|
||||
uploadSuccess: 'Upload successful',
|
||||
uploadFailed: 'Upload failed',
|
||||
selectFileToUpload: 'Select plugin file to upload',
|
||||
},
|
||||
pipelines: {
|
||||
title: 'Pipelines',
|
||||
|
||||
Reference in New Issue
Block a user