18 lines
496 B
JSON
18 lines
496 B
JSON
{
|
|
"fields": {
|
|
"status": "Status",
|
|
"processedCount": "Processed Count"
|
|
},
|
|
"options": {
|
|
"status": {
|
|
"Pending": "Pending",
|
|
"Running": "Running",
|
|
"Success": "Success",
|
|
"Failed": "Failed"
|
|
}
|
|
},
|
|
"messages": {
|
|
"infoText": "The mass action is being processed in idle by cron. It can take some time to finish. Closing this modal dialog won't affect the execution process."
|
|
}
|
|
}
|