feat: plugin installation webui

This commit is contained in:
Junyan Qin
2025-08-15 22:05:39 +08:00
parent b464d238c5
commit 288b294148
7 changed files with 234 additions and 8 deletions
+8
View File
@@ -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',
+8
View File
@@ -181,6 +181,14 @@ const jaJP = {
starCount: 'スター:{{count}}',
uploadLocal: 'ローカルアップロード',
debugging: 'デバッグ中',
uploadLocalPlugin: 'ローカルプラグインのアップロード',
dragToUpload: 'ファイルをここにドラッグしてアップロード',
unsupportedFileType:
'サポートされていないファイルタイプです。.lbpkg と .zip ファイルのみサポートされています',
uploadingPlugin: 'プラグインをアップロード中...',
uploadSuccess: 'アップロード成功',
uploadFailed: 'アップロード失敗',
selectFileToUpload: 'アップロードするプラグインファイルを選択',
},
pipelines: {
title: 'パイプライン',
+7
View File
@@ -177,6 +177,13 @@ const zhHans = {
starCount: '星标:{{count}}',
uploadLocal: '本地上传',
debugging: '调试中',
uploadLocalPlugin: '上传本地插件',
dragToUpload: '拖拽文件到此处上传',
unsupportedFileType: '不支持的文件类型,仅支持 .lbpkg 和 .zip 文件',
uploadingPlugin: '正在上传插件...',
uploadSuccess: '上传成功',
uploadFailed: '上传失败',
selectFileToUpload: '选择要上传的插件文件',
},
pipelines: {
title: '流水线',