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

61 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": "Название",
"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": "Закрытые"
}
}