mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
feat: implement trigger plugin frontend integration (#25283)
This commit is contained in:
@ -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',
|
||||
|
||||
@ -1034,6 +1034,13 @@ const translation = {
|
||||
invalidParameterType: 'パラメータ"{{name}}"の無効なパラメータタイプ"{{type}}"です',
|
||||
},
|
||||
},
|
||||
triggerPlugin: {
|
||||
authorized: '認可された',
|
||||
notConfigured: '設定されていません',
|
||||
error: 'エラー',
|
||||
configuration: '構成',
|
||||
remove: '削除する',
|
||||
},
|
||||
},
|
||||
tracing: {
|
||||
stopBy: '{{user}}によって停止',
|
||||
|
||||
@ -1034,6 +1034,13 @@ const translation = {
|
||||
invalidParameterType: '参数"{{name}}"的参数类型"{{type}}"无效',
|
||||
},
|
||||
},
|
||||
triggerPlugin: {
|
||||
authorized: '已授权',
|
||||
notConfigured: '未配置',
|
||||
error: '错误',
|
||||
configuration: '配置',
|
||||
remove: '移除',
|
||||
},
|
||||
},
|
||||
tracing: {
|
||||
stopBy: '由{{user}}终止',
|
||||
|
||||
Reference in New Issue
Block a user