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

31 lines
1.0 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.
{
"options": {
"operators": {
"equals": "Дорівнює",
"notEquals": "Не дорівнює",
"greaterThan": "Більше ніж",
"lessThan": "Менше ніж",
"greaterThanOrEquals": "Більше ніж або дорівнює",
"lessThanOrEquals": "Менше ніж або дорівнює",
"in": "В",
"notIn": "Не в\n",
"inPast": "В минулому",
"inFuture": "В майбутньому",
"isToday": "Сьогодні",
"isTrue": "Правда",
"isFalse": "Хибно",
"isEmpty": "Пусто",
"isNotEmpty": "Не пусто",
"contains": "Містить",
"has": "Містить",
"notContains": "Не містить",
"notHas": "Не містить",
"startsWith": "Починається з",
"endsWith": "Закінчується на",
"matches": "Співпадає (регулярний вираз)"
}
},
"labels": {
"Field": "Поле"
}
}