Files
espocrm/application/Espo/Resources/i18n/en_US/MassAction.json
2026-01-19 17:46:06 +01:00

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."
}
}