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

50 lines
1.6 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": "Ім'я",
"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": "Сьогоднішнє"
}
}