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

61 lines
1.8 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": "Ім'я",
"number": "Номер",
"status": "Статус",
"account": "Контрагент",
"contact": "Контакт",
"contacts": "Контакти",
"priority": "Пріоритет",
"type": "Тип",
"description": "Опис",
"lead": "Лід",
"attachments": "Вкладення",
"inboundEmail": "Групова поштова скринька"
},
"links": {
"account": "Контрагент",
"contact": "Контакт (Основний)",
"Contacts": "Контакти",
"meetings": "Зустрічі",
"calls": "Дзвінки",
"tasks": "Завдання",
"emails": "Електронні скриньки",
"articles": "Статті бази знань",
"lead": "Лід",
"attachments": "Вкладення",
"inboundEmail": "Групова поштова скринька"
},
"options": {
"status": {
"New": "Новий",
"Assigned": "На розгляді",
"Pending": "Очікується",
"Closed": "Закрито",
"Rejected": "Відмовлено",
"Duplicate": "Дуплікат"
},
"priority": {
"Low": "Низький",
"Normal": "Нормальний",
"High": "Високий",
"Urgent": "Терміново"
},
"type": {
"Question": "Питання",
"Incident": "Випадок",
"Problem": "Проблема"
}
},
"labels": {
"Create Case": "Створити звернення",
"Close": "Закрити",
"Reject": "Відхилити",
"Closed": "Закрито",
"Rejected": "Відхилено"
},
"presetFilters": {
"open": "Відкриті",
"closed": "Закриті"
}
}