Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/uk_UA/Task.json
2026-01-19 17:46:06 +01:00

55 lines
1.7 KiB
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": {
"name": "Ім'я",
"parent": "Батько",
"status": "Статус",
"dateStart": "Дата початку",
"dateEnd": "Кінцева дата",
"dateStartDate": "Дата початку (цілий день)",
"dateEndDate": "Дата закінчення (цілий день)",
"priority": "Пріоритет",
"description": "Опис",
"isOverdue": "Прострочено",
"account": "Контрагент",
"dateCompleted": "Дата завершення",
"attachments": "Вкладення",
"reminders": "Нагадування",
"contact": "Контакт"
},
"links": {
"attachments": "Вкладення",
"account": "Контраґент",
"contact": "Контакт",
"email": "Електронна пошта"
},
"options": {
"status": {
"Not Started": "Не почалося",
"Started": "Почалося",
"Completed": "Завершено",
"Canceled": "Скасовано",
"Deferred": "Відкладено"
},
"priority": {
"Low": "Низький",
"Normal": "Нормальний",
"High": "Високий",
"Urgent": "Терміново"
}
},
"labels": {
"Create Task": "Створити завдання",
"Complete": "Завершити",
"overdue": "прострочений"
},
"presetFilters": {
"actual": "Актуальні",
"completed": "Завершені",
"todays": "Сьогоднішні",
"overdue": "Прострочені",
"deferred": "Відкладено"
},
"nameOptions": {
"replyToEmail": "Відповісти на електронну пошту"
}
}