"allowMetaWrite":"This option allows modification of database schema, including adding, altering, or deleting tables and columns. Use with caution, as changes may impact the structural integrity of your database.",
"allowDataWrite":"This option allows creating, updating, or deleting records within database tables. Ideal for administrative users needing to change data directly.",
"preFillFormInfo":"Generate share form URL with pre-filled field data. To get a pre-filled link, make sure you’ve filled the necessary fields in the form view builder.",
"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":"Field {columnName} is not available",
"cantSaveCircularReference":"Can’t save field because it causes a circular reference",
"columnWithTypeFoundButExpected":"Field {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 fields can't have commas(',')",
"cantHaveDuplicates":"Select options can't have duplicates",
"createNewOptionNamed":"Create new option named"
},
"plsEnterANumber":"Please enter a number",
"plsInputEmail":"Please input email",
"invalidDate":"Invalid date",
"invalidLocale":"Invalid locale",
"invalidCurrencyCode":"Invalid Currency Code",
"postgresHasItsOwnCurrencySettings":"PostgreSQL 'money' type has own currency settings",
"validColumnsForBarCode":"The valid Field Types for a Barcode Field are: Number, Single Line Text, Long Text, Phone Number, URL, Email, Decimal. Please create one first.",
"hm":{
"title":"Has Many Relation",
"tooltip_desc":"A single record from table ",
"tooltip_desc2":" can be linked with multiple records from table "
},
"mm":{
"title":"Many to Many Relation",
"tooltip_desc":"Multiple records from table ",
"tooltip_desc2":" can be linked with multiple records from table "
},
"bt":{
"title":"Belongs to Relation",
"tooltip_desc":"A single record from table ",
"tooltip_desc2":" can be linked with a record from table "
},
"oo":{
"title":"One to One Relation",
"tooltip_desc":"A single record from table ",
"tooltip_desc2":" can be linked with a single record from table "
"calendarNoFields":"Calendar view requires a date or date time field to be setup. Try setting up a calendar view after adding a date / date time field!",
"kanbanNoFields":"Kanban view requires a single select field to be setup. Try setting up a kanban view after adding a single select field!",
"mapNoFields":"Map view requires a geo data field to be setup. Try setting up a map view after adding a geo data field!",
"showM2mTablesDesc":"Many-to-many relation is supported via a junction table & is hidden by default. Enable this option to list all such tables along with existing tables.",
"showNullInCells":"Show NULL in Cells",
"showNullInCellsDesc":"Display 'NULL' tag in cells holding NULL value. This helps differentiate against cells holding EMPTY string.",
"showNullAndEmptyInFilter":"Show NULL and EMPTY in Filter",
"showNullAndEmptyInFilterDesc":"Enable 'additional' filters to differentiate fields containing NULL & Empty Strings. Default support for Blank treats both NULL & Empty strings alike.",