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

47 lines
1.5 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.
{
"labels": {
"Create KnowledgeBaseArticle": "Створити статтю",
"Any": "Будь-яка",
"Send in Email": "Надіслати в електронному листі",
"Move Up": "Перемістити вгору",
"Move Down": "Перемістити вниз",
"Move to Top": "Перемістити на початок",
"Move to Bottom": "Перемістити в кінець"
},
"fields": {
"name": "Назва",
"status": "Статус",
"type": "Тип",
"attachments": "Вкладення",
"publishDate": "Дата публікації",
"expirationDate": "Термін придатності",
"description": "Опис",
"body": "Тіло",
"categories": "Категорії",
"language": "Мова",
"portals": "Портали"
},
"links": {
"cases": "Звернення",
"opportunities": "Угоди",
"categories": "Категорії",
"portals": "Портали"
},
"options": {
"status": {
"In Review": "На розгляді",
"Draft": "Чернетка",
"Archived": "В архіві",
"Published": "Опубліковано"
},
"type": {
"Article": "Стаття"
}
},
"presetFilters": {
"published": "Опубліковано"
},
"tooltips": {
"portals": "Стаття буде доступна тільки на вказаних порталах."
}
}