Initial commit
This commit is contained in:
50
application/Espo/Modules/Crm/Resources/i18n/ru_RU/Call.json
Normal file
50
application/Espo/Modules/Crm/Resources/i18n/ru_RU/Call.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Название",
|
||||
"parent": "Источник",
|
||||
"status": "Статус",
|
||||
"dateStart": "Дата начала",
|
||||
"dateEnd": "Дата окончания",
|
||||
"direction": "Категория",
|
||||
"duration": "Длительность",
|
||||
"description": "Описание",
|
||||
"users": "Пользователи",
|
||||
"contacts": "Контакты",
|
||||
"leads": "Кандидаты",
|
||||
"reminders": "Напоминания",
|
||||
"account": "Контрагент",
|
||||
"acceptanceStatus": "Статус принятия"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Planned": "Запланирован",
|
||||
"Held": "Состоялся",
|
||||
"Not Held": "Не состоялся"
|
||||
},
|
||||
"direction": {
|
||||
"Outbound": "Исходящий",
|
||||
"Inbound": "Входящий"
|
||||
},
|
||||
"acceptanceStatus": {
|
||||
"None": "Нет",
|
||||
"Accepted": "Согласен",
|
||||
"Declined": "Не согласен",
|
||||
"Tentative": "Есть сомнения"
|
||||
}
|
||||
},
|
||||
"massActions": {
|
||||
"setHeld": "Состоялось",
|
||||
"setNotHeld": "Не состоялось"
|
||||
},
|
||||
"labels": {
|
||||
"Create Call": "Создать звонок",
|
||||
"Set Held": "Состоялось",
|
||||
"Set Not Held": "Не состоялось",
|
||||
"Send Invitations": "Отправить приглашения"
|
||||
},
|
||||
"presetFilters": {
|
||||
"planned": "Запланированные",
|
||||
"held": "Завершенные",
|
||||
"todays": "На сегодня"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user