feat: tag debugging plugins in webui

This commit is contained in:
Junyan Qin
2025-08-15 19:11:49 +08:00
parent 2b8eb5f01c
commit e1a78e8ff9
10 changed files with 314 additions and 14 deletions
+2
View File
@@ -179,6 +179,8 @@ const enUS = {
eventCount: 'Events: {{count}}',
toolCount: 'Tools: {{count}}',
starCount: 'Stars: {{count}}',
uploadLocal: 'Upload Local',
debugging: 'Debugging',
},
pipelines: {
title: 'Pipelines',
+2
View File
@@ -179,6 +179,8 @@ const jaJP = {
eventCount: 'イベント:{{count}}',
toolCount: 'ツール:{{count}}',
starCount: 'スター:{{count}}',
uploadLocal: 'ローカルアップロード',
debugging: 'デバッグ中',
},
pipelines: {
title: 'パイプライン',
+2
View File
@@ -175,6 +175,8 @@ const zhHans = {
eventCount: '事件:{{count}}',
toolCount: '工具:{{count}}',
starCount: '星标:{{count}}',
uploadLocal: '本地上传',
debugging: '调试中',
},
pipelines: {
title: '流水线',