We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa7c5d commit 71148aaCopy full SHA for 71148aa
src/shared/config/i18n/translations/en.json
@@ -194,8 +194,8 @@
194
"selectUnit": "Select unit",
195
"column": "Column",
196
"selectOption": "Select option",
197
- "isNull": "is null",
198
- "isNotNull": "is not null",
+ "isNull": "is NULL",
+ "isNotNull": "is not NULL",
199
"equal": "equal",
200
"notEqual": "not equal",
201
"greaterThan": "greater than",
src/shared/config/i18n/translations/ru.json
"selectUnit": "Выберите единицу измерения",
"column": "Столбец",
"selectOption": "Выберите опцию",
- "isNull": "пусто",
- "isNotNull": "не пусто",
+ "isNull": "NULL",
+ "isNotNull": "не NULL",
"equal": "равно",
"notEqual": "не равно",
"greaterThan": "больше чем",
0 commit comments