Initial commit
This commit is contained in:
18
application/Espo/Resources/i18n/es_ES/WebhookQueueItem.json
Normal file
18
application/Espo/Resources/i18n/es_ES/WebhookQueueItem.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"fields": {
|
||||
"event": "Evento",
|
||||
"target": "Objetivo",
|
||||
"data": "Datos",
|
||||
"status": "Estado",
|
||||
"processedAt": "Procesado en",
|
||||
"attempts": "Intentos",
|
||||
"processAt": "Proceso en"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Pending": "Pendiente",
|
||||
"Success": "Éxito",
|
||||
"Failed": "Fallido"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user