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

17 lines
675 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": "Статус",
"processedCount": "Обработанный граф"
},
"options": {
"status": {
"Pending": "В ожидании",
"Running": "Работает",
"Success": "Выполнено",
"Failed": "Неудачно"
}
},
"messages": {
"infoText": "Массовое действие обрабатывается в режиме ожидания программой cron. Его завершение может занять некоторое время. Закрытие этого модального диалога не повлияет на процесс выполнения."
}
}