feat(i18n): add tooltip and placeholder for callback URL in plugin-trigger translations

This commit is contained in:
zhsama 2025-09-28 20:13:10 +08:00
parent 8fc88f8cbf
commit ffbc007f82
2 changed files with 4 additions and 0 deletions

View File

@ -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!',
},

View File

@ -150,6 +150,8 @@ const translation = {
callbackUrl: {
label: '回调URL',
description: '此URL将接收Webhook事件',
tooltip: '填写能被触发器提供方访问的公网地址,用于接收回调请求。',
placeholder: 'https://example.com/webhooks/github',
copy: '复制',
copied: '已复制!',
},