Initial commit
This commit is contained in:
31
application/Espo/Resources/i18n/ru_RU/DynamicLogic.json
Normal file
31
application/Espo/Resources/i18n/ru_RU/DynamicLogic.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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": "Поле"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user