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

31 lines
978 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"fields": {
"status": "Статус",
"executeTime": "Изпълнение в",
"attempts": "Налични опити",
"failedAttempts": "Неуспешни опити",
"serviceName": "Услуга",
"methodName": "Метод",
"scheduledJob": "Планирана задача",
"data": "Данни",
"method": "Метод (deprecated)",
"scheduledJobJob": "Име на планирана задача",
"executedAt": "Изпълнена на",
"startedAt": "Започната на",
"targetType": "Целеви тип",
"number": "Номер",
"queue": "Опашка",
"job": "Задача",
"group": "Група",
"className": "Име на клас",
"targetGroup": "Целева група"
},
"options": {
"status": {
"Pending": "Предстоящо",
"Success": "Успешно",
"Running": "В действие",
"Failed": "Провалено"
}
}
}