Initial commit
This commit is contained in:
61
application/Espo/Modules/Crm/Resources/i18n/ru_RU/Case.json
Normal file
61
application/Espo/Modules/Crm/Resources/i18n/ru_RU/Case.json
Normal 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": "Закрытые"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user