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

27 lines
1.2 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": {
"fieldList": "Список полів",
"exportAllFields": "Експортувати всі поля",
"format": "Формат",
"status": "Статус",
"xlsxLite": "Лайт",
"xlsxRecordLinks": "Посилання на записи",
"xlsxTitle": "Назва"
},
"options": {
"status": {
"Pending": "Очікується",
"Running": "Виконується",
"Success": "Успішно",
"Failed": "Невдало"
}
},
"messages": {
"exportProcessed": "Експорт оброблено. Завантажте [файл]({url}).",
"infoText": "Експорт обробляється в фоновому режимі за допомогою cron. Завершення може зайняти деякий час. Закриття цього модального вікна не вплине на процес виконання."
},
"tooltips": {
"xlsxLite": "Споживає набагато менше пам'яті. Рекомендується, якщо експортується велика кількість записів.",
"xlsxTitle": "Надрукуйте назву і поточну дату в заголовку."
}
}