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

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