mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 23:20:12 -05:00
feat(i18n): add tooltip and placeholder for callback URL in plugin-trigger translations
This commit is contained in:
@@ -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: '已复制!',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user