Skip to content

Commit

Permalink
add webhook events strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Jun 26, 2024
1 parent 535bd57 commit 19efa21
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 0 deletions.
34 changes: 34 additions & 0 deletions bot/en_gb/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,39 @@
"description": "{executor} updated permissions for {channel} for {special}",
"newPermissions": "New Permissions",
"viewFullNewPermissions": "View Full New Permissions"
},
"webhookCreate": {
"title": "Webhook Created",
"description": "{executor} created a webhook {webhook} in {channel}"
},
"webhookDelete": {
"title": "Webhook Deleted",
"description": "{executor} deleted the webhook {webhook}"
},
"webhookUpdate": {
"title": "Webhook Modified",
"description": "{executor} modified the webhook {webhook}"
},
"webhookAvatarUpdate": {
"title": "Webhook Avatar Updated",
"description": "{executor} updated the avatar for {webhook}",
"description_added": "{executor} added an avatar for {webhook}",
"description_removed": "{executor} removed the avatar for {webhook}",
"linkToOldAvatar": "Link to old avatar",
"linkToNewAvatar": "Link to new avatar"
},
"statusChannelFollowed": {
"title": "Channel Followed",
"description": "{executor} followed the channel {name} in {channel}"
},
"statusChannelUnfollowed": {
"title": "Channel Unfollowed",
"description": "{executor} unfollowed the channel {name}"
},
"statusChannelUpdated": {
"title": "Followed Channel Updated",
"description": "{executor} updated the followed channel {name}",
"name": "New name",
"channel": "New channel"
}
}
34 changes: 34 additions & 0 deletions bot/en_pr/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,39 @@
"description": "{executor} updated permissions for {channel} for {special}",
"newPermissions": "New Permissions",
"viewFullNewPermissions": "View Full New Permissions"
},
"webhookCreate": {
"title": "Webhook Created",
"description": "{executor} created a webhook {webhook} in {channel}"
},
"webhookDelete": {
"title": "Webhook Deleted",
"description": "{executor} deleted the webhook {webhook}"
},
"webhookUpdate": {
"title": "Webhook Modified",
"description": "{executor} modified the webhook {webhook}"
},
"webhookAvatarUpdate": {
"title": "Webhook Avatar Updated",
"description": "{executor} updated the avatar for {webhook}",
"description_added": "{executor} added an avatar for {webhook}",
"description_removed": "{executor} removed the avatar for {webhook}",
"linkToOldAvatar": "Link to old avatar",
"linkToNewAvatar": "Link to new avatar"
},
"statusChannelFollowed": {
"title": "Channel Followed",
"description": "{executor} followed the channel {name} in {channel}"
},
"statusChannelUnfollowed": {
"title": "Channel Unfollowed",
"description": "{executor} unfollowed the channel {name}"
},
"statusChannelUpdated": {
"title": "Followed Channel Updated",
"description": "{executor} updated the followed channel {name}",
"name": "New name",
"channel": "New channel"
}
}
34 changes: 34 additions & 0 deletions bot/en_us/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,39 @@
"description": "{executor} updated permissions for {channel} for {special}",
"newPermissions": "New Permissions",
"viewFullNewPermissions": "View Full New Permissions"
},
"webhookCreate": {
"title": "Webhook Created",
"description": "{executor} created a webhook {webhook} in {channel}"
},
"webhookDelete": {
"title": "Webhook Deleted",
"description": "{executor} deleted the webhook {webhook}"
},
"webhookUpdate": {
"title": "Webhook Modified",
"description": "{executor} modified the webhook {webhook}"
},
"webhookAvatarUpdate": {
"title": "Webhook Avatar Updated",
"description": "{executor} updated the avatar for {webhook}",
"description_added": "{executor} added an avatar for {webhook}",
"description_removed": "{executor} removed the avatar for {webhook}",
"linkToOldAvatar": "Link to old avatar",
"linkToNewAvatar": "Link to new avatar"
},
"statusChannelFollowed": {
"title": "Channel Followed",
"description": "{executor} followed the channel {name} in {channel}"
},
"statusChannelUnfollowed": {
"title": "Channel Unfollowed",
"description": "{executor} unfollowed the channel {name}"
},
"statusChannelUpdated": {
"title": "Followed Channel Updated",
"description": "{executor} updated the followed channel {name}",
"name": "New name",
"channel": "New channel"
}
}

0 comments on commit 19efa21

Please sign in to comment.