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": "Закрытые"
}
}