Files
espocrm/application/Espo/Resources/i18n/ru_RU/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": "Не в",
"inPast": "В Прошлом",
"inFuture": "В Будущем",
"isToday": "Сегодня",
"isTrue": "Правда",
"isFalse": "Неверно",
"isEmpty": "Пусто",
"isNotEmpty": "Не пусто",
"contains": "Содержит",
"has": "Содержит",
"notContains": "Не включает в себя",
"notHas": "Не включает в себя",
"startsWith": "Начинается с",
"endsWith": "Заканчивается",
"matches": "Соответствия (регулярное выражение)"
}
},
"labels": {
"Field": "Поле"
}
}