Files
espocrm/custom/Espo/Modules/Advanced/Resources/i18n/uk_UA/BpmnFlowNode.json
2026-01-19 17:46:06 +01:00

23 lines
603 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.
{
"labels": {
"Reset": "Скинути"
},
"fields": {
"status": "Статус",
"processedAt": "Оброблено в",
"elementType": "Тип елементу",
"element": "Елемент"
},
"options": {
"status": {
"Created": "Створено",
"Pending": "В очікуванні",
"In Process": "У процесі",
"Standby": "На готові",
"Processed": "Оброблено",
"Rejected": "Відхилено",
"Failed": "Невдало",
"Interrupted": "Перервано"
}
}
}