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

21 lines
540 B
JSON

{
"fields": {
"executeTime": "Execută la",
"attempts": "Încercări rămase",
"failedAttempts": "Încercări nereușite",
"serviceName": "Serviciu",
"methodName": "Metodă",
"scheduledJob": "Activitate Planificată",
"data": "Date",
"method": "Metodă (depreciată)",
"scheduledJobJob": "Nume Activitate Planificată"
},
"options": {
"status": {
"Pending": "În așteptare",
"Success": "Succes",
"Running": "Rulează",
"Failed": "Eșuat"
}
}
}