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

22 lines
533 B
JSON

{
"fields": {
"executeTime": "Wykonaj o",
"attempts": "Pozostałe próby",
"scheduledJob": "Zaplanowane zadanie",
"method": "Metoda (przestarzała)",
"scheduledJobJob": "Nazwa zaplanowanego zadania",
"executedAt": "Wykonano",
"startedAt": "Rozpoczęto",
"targetType": "Typ celu",
"targetId": "ID celu",
"number": "Numer",
"queue": "Kolejka",
"job": "Praca"
},
"options": {
"status": {
"Pending": "Oczekiwanie",
"Success": "Sukces"
}
}
}