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

32 lines
999 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": "Метод",
"scheduledJobJob": "Название задания",
"executedAt": "Выполнено в",
"startedAt": "Началось в",
"targetType": "Тип цели",
"targetId": "ID цели",
"number": "Номер",
"queue": "Очередь",
"job": "Задание",
"group": "Группа",
"className": "Название класса",
"targetGroup": "Целевая группа"
},
"options": {
"status": {
"Pending": "В ожидании",
"Success": "Успех",
"Running": "Выполняется",
"Failed": "Сбой"
}
}
}