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:
Bruce
2025-09-22 22:49:22 +08:00
committed by GitHub
parent ee24582dd3
commit 3f59bfac5c
10 changed files with 194 additions and 8 deletions
+11
View File
@@ -183,6 +183,17 @@ const jaJP = {
pluginSortSuccess: 'プラグインの並び替えに成功しました',
pluginSortError: 'プラグインの並び替えに失敗しました:',
pluginNoConfig: 'プラグインに設定項目がありません。',
systemDisabled: 'プラグインシステムが無効になっています',
systemDisabledDesc:
'プラグインシステムが無効になっています。プラグインシステムを有効にするか、ドキュメントに従って設定を変更してください',
connectionError: 'プラグインシステム接続エラー',
connectionErrorDesc:
'プラグインシステム設定を確認するか、管理者に連絡してください',
errorDetails: 'エラー詳細',
loadingStatus: 'プラグインシステム状態を確認中...',
failedToGetStatus: 'プラグインシステム状態の取得に失敗しました',
pluginSystemNotReady:
'プラグインシステムが準備されていません。この操作を実行できません',
deleting: '削除中...',
deletePlugin: 'プラグインを削除',
cancel: 'キャンセル',