Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
{
"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": "Закриті"
}
}