Initial commit
This commit is contained in:
22
application/Espo/Resources/i18n/en_US/WebhookQueueItem.json
Normal file
22
application/Espo/Resources/i18n/en_US/WebhookQueueItem.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"fields": {
|
||||
"event": "Event",
|
||||
"webhook": "Webhook",
|
||||
"target": "Target",
|
||||
"data": "Data",
|
||||
"status": "Status",
|
||||
"processedAt": "Processed At",
|
||||
"attempts": "Attempts",
|
||||
"processAt": "Process At"
|
||||
},
|
||||
"links": {
|
||||
"webhook": "Webhook"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Pending": "Pending",
|
||||
"Success": "Success",
|
||||
"Failed": "Failed"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user