fix(i18n): localize pipeline processor type

This commit is contained in:
RockChinQ
2026-08-27 15:57:31 +08:00
parent 21ffaf9a14
commit 5e144ac7c8
9 changed files with 26 additions and 10 deletions
+1 -1
View File
@@ -715,7 +715,7 @@ const jaJP = {
agentType: 'Agent',
agentTypeDescription:
'Runner を使ってメッセージ、グループメンバー、友だち、フィードバックなどのプラットフォームイベントを処理します。自律的な判断、ツール利用、メッセージ以外のイベント対応が必要な場合に適しています。',
pipelineType: 'Pipeline',
pipelineType: 'パイプライン',
kindBadgeAgent: 'Agent',
kindBadgePipeline: 'パイプライン',
groupByKind: 'タイプ別にグループ化',