23 lines
505 B
JSON
23 lines
505 B
JSON
{
|
|
"labels": {
|
|
"Reset": "Restablecer"
|
|
},
|
|
"fields": {
|
|
"status": "Estado",
|
|
"processedAt": "Procesado en",
|
|
"elementType": "Tipo de elemento",
|
|
"element": "Elemento"
|
|
},
|
|
"options": {
|
|
"status": {
|
|
"Created": "Creado",
|
|
"Pending": "Pendiente",
|
|
"In Process": "En proceso",
|
|
"Standby": "En espera",
|
|
"Processed": "Procesado",
|
|
"Rejected": "Rechazado",
|
|
"Failed": "Ha fallado",
|
|
"Interrupted": "Interrumpido"
|
|
}
|
|
}
|
|
} |