@ -290,9 +290,7 @@ function validateAgainstMeta(parsedTree: any, errors = new Set(), typeErrors = n
'y',
].includes(v)
){
typeErrors.add(
'The third parameter of DATETIME_DIFF() should have value either "milliseconds", "ms", "seconds", "s", "minutes", "m", "hours", "h", "days", "d", "weeks", "w", "months", "M", "quarters", "Q", "years", or "y"',
"maxRequiredArgumentsFormula":"{calleeName} required maximum {maxRequiredArguments} arguments",
"functionNotAvailable":"{function} function is not available",
"firstParamWeekDayHaveDate":"The first parameter of WEEKDAY() should have date value",
"secondParamWeekDayHaveDate":"The second parameter of WEEKDAY() should have the value either \"sunday\", \"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\" or \"saturday\"",
"firstParamDateAddHaveDate":"The first parameter of DATEADD() should have date value",
"secondParamDateAddHaveNumber":"The second parameter of DATEADD() should have numeric value",
"thirdParamDateAddHaveDate":"The third parameter of DATEADD() should have the value either \"day\", \"week\", \"month\" or \"year\"",
"firstParamDateDiffHaveDate":"The first parameter of DATEDIFF() should have date value",
"secondParamDateDiffHaveDate":"The second parameter of DATEDIFF() should have date value",
"thirdParamDateDiffHaveDate":"The third parameter of DATETIME_DIFF() should have value either \"milliseconds\", \"ms\", \"seconds\", \"s\", \"minutes\", \"m\", \"hours\", \"h\", \"days\", \"d\", \"weeks\", \"w\", \"months\", \"M\", \"quarters\", \"Q\", \"years\", or \"y\"",
"columnNotAvailable":"Column {columnName} is not available",
"cantSaveCircularReference":"Can’t save field because it causes a circular reference",
"columnWithTypeFoundButExpected":"Column {columnName} with {columnType} type is found but {expectedType} type is expected",
"columnNotMatchedWithType":"{columnName} is not matched with {columnType}"
},
"selectOption":{
"cantBeNull":"Select options can't be null",
"multiSelectCantHaveCommas":"MultiSelect columns can't have commas(',')",
"cantHaveDuplicates":"Select options can't have duplicates",
"createNewOptionNamed":"Create new option named"
},
"plsEnterANumber":"Please enter a number",
"invalidDate":"Invalid date",
"invalidLocale":"Invalid locale",
"invalidCurrencyCode":"Invalid Currency Code",
"postgresHasItsOwnCurrencySettings":"PostgreSQL 'money' type has own currency settings",
"validColumnsForBarCode":"The valid Column Types for a Barcode Column are: Number, Single Line Text, Long Text, Phone Number, URL, Email, Decimal. Please create one first.",
"hm":{
"title":"Has Many Relation",
"icon":"HasManyIcon",
"tooltip_desc":"A single record from table ",
"tooltip_desc2":" can be linked with multiple records from table "
},
"mm":{
"title":"Many to Many Relation",
"icon":"ManytoManyIcon",
"tooltip_desc":"Multiple records from table ",
"tooltip_desc2":" can be linked with multiple records from table "
},
"bt":{
"title":"Belongs to Relation",
"icon":"BelongsToIcon",
"tooltip_desc":"A single record from table ",
"tooltip_desc2":" can be linked with a record from table "
},
"oo":{
"title":"One to One Relation",
"icon":"OnetoOneIcon",
"tooltip_desc":"A single record from table ",
"tooltip_desc2":" can be linked with a single record from table "
},
@ -968,6 +1106,7 @@
"invalidChar":"Invalid character in folder path.",