mirror of https://github.com/langgenius/dify.git
feat(i18n): add tooltip and placeholder for callback URL in plugin-trigger translations
This commit is contained in:
parent
8fc88f8cbf
commit
ffbc007f82
|
|
@ -150,6 +150,8 @@ const translation = {
|
|||
callbackUrl: {
|
||||
label: 'Callback URL',
|
||||
description: 'This URL will receive webhook events',
|
||||
tooltip: 'Provide a publicly accessible endpoint that can receive callback requests from the trigger provider.',
|
||||
placeholder: 'https://example.com/webhooks/github',
|
||||
copy: 'Copy',
|
||||
copied: 'Copied!',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -150,6 +150,8 @@ const translation = {
|
|||
callbackUrl: {
|
||||
label: '回调URL',
|
||||
description: '此URL将接收Webhook事件',
|
||||
tooltip: '填写能被触发器提供方访问的公网地址,用于接收回调请求。',
|
||||
placeholder: 'https://example.com/webhooks/github',
|
||||
copy: '复制',
|
||||
copied: '已复制!',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue