22 lines
546 B
JSON
22 lines
546 B
JSON
{
|
|
"fields": {
|
|
"status": "Stav",
|
|
"executeTime": "Vykonať v",
|
|
"attempts": "Zostávajúce pokusy",
|
|
"failedAttempts": "Zlyhané pokusy",
|
|
"serviceName": "Služba",
|
|
"methodName": "Metóda",
|
|
"scheduledJob": "Naplánovaný beh",
|
|
"data": "Dáta",
|
|
"method": "Metóda (",
|
|
"scheduledJobJob": "Názov naplánovaného behu"
|
|
},
|
|
"options": {
|
|
"status": {
|
|
"Pending": "Nerozhodnutý",
|
|
"Success": "Úspešný",
|
|
"Running": "Prebiehajúci",
|
|
"Failed": "Chybný"
|
|
}
|
|
}
|
|
} |