Initial commit
This commit is contained in:
32
application/Espo/Resources/i18n/en_US/Job.json
Normal file
32
application/Espo/Resources/i18n/en_US/Job.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"fields": {
|
||||
"status": "Status",
|
||||
"executeTime": "Execute At",
|
||||
"executedAt": "Executed At",
|
||||
"startedAt": "Started At",
|
||||
"attempts": "Attempts Left",
|
||||
"failedAttempts": "Failed Attempts",
|
||||
"serviceName": "Service",
|
||||
"method": "Method (deprecated)",
|
||||
"methodName": "Method",
|
||||
"scheduledJob": "Scheduled Job",
|
||||
"scheduledJobJob": "Scheduled Job Name",
|
||||
"data": "Data",
|
||||
"targetType": "Target Type",
|
||||
"targetId": "Target ID",
|
||||
"number": "Number",
|
||||
"queue": "Queue",
|
||||
"group": "Group",
|
||||
"className": "Class Name",
|
||||
"targetGroup": "Target Group",
|
||||
"job": "Job"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Pending": "Pending",
|
||||
"Success": "Success",
|
||||
"Running": "Running",
|
||||
"Failed": "Failed"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user