Skip to content

Commit

Permalink
chore(i18n): translations for webhooks.json (English)
Browse files Browse the repository at this point in the history
  • Loading branch information
c43721 committed Nov 17, 2024
1 parent affc3ce commit 1d4c119
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/languages/en-US/commands/webhooks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "webhooks",
"description": "Provides a set of actions to work with the Payload webhook integration",
"detailedDescription": {
"usages": [],
"details": "See more on (Github)[https://github.com/payload-bot/payload-logs-plugin]"
},
"addName": "add",
"addDescription": "Creates a webhook for a given channel",
"addChannelIdName": "channelid",
"addChannelIdDescription": "The channel id to send webhooks to",
"addFailed": "Failed to create the webhook",
"removeName": "remove",
"removeDescription": "Removes the webhook",
"showName": "show",
"showDescription": "Shows the webhook secret for the channel"
}

0 comments on commit 1d4c119

Please # to comment.