feat: implement trigger plugin frontend integration (#25283)

This commit is contained in:
lyzno1
2025-09-06 16:18:46 +08:00
committed by GitHub
parent 814787677a
commit a91e59d544
15 changed files with 886 additions and 83 deletions

View File

@ -724,6 +724,13 @@ const translation = {
json: 'tool generated json',
},
},
triggerPlugin: {
authorized: 'Authorized',
notConfigured: 'Not Configured',
error: 'Error',
configuration: 'Configuration',
remove: 'Remove',
},
questionClassifiers: {
model: 'model',
inputVars: 'Input Variables',

View File

@ -1034,6 +1034,13 @@ const translation = {
invalidParameterType: 'パラメータ"{{name}}"の無効なパラメータタイプ"{{type}}"です',
},
},
triggerPlugin: {
authorized: '認可された',
notConfigured: '設定されていません',
error: 'エラー',
configuration: '構成',
remove: '削除する',
},
},
tracing: {
stopBy: '{{user}}によって停止',

View File

@ -1034,6 +1034,13 @@ const translation = {
invalidParameterType: '参数"{{name}}"的参数类型"{{type}}"无效',
},
},
triggerPlugin: {
authorized: '已授权',
notConfigured: '未配置',
error: '错误',
configuration: '配置',
remove: '移除',
},
},
tracing: {
stopBy: '由{{user}}终止',