valueTypeNoMatch:'The input does not match the type',
tableFieldConf:'Table field Configuration',
columnFilterPlaceholder:'Enter column name or remark filter',
selectAll:'Select All',
submitUpdate:'Submit changes',
cancelUpdate:'Cancel changes',
autoCompleteColumnPlaceholder:
'Select a column or enter a SQL conditional expression and press Enter or click the query icon to filter the results. The input can be prompted by the field name',
noTransferTableMsg:'Select the table you want to transfer',
// dbSync
recentState:'Recent task status',
dbSync:'Data Synchronism',
realTime:'Real Time',
noRealTime:'Non-real time',
srcDataSql:'Source Data SQL',
targetDbTable:'Target Db table',
pageSize:'Page Size',
pageSizePlaceholder:'Size of data per page queried when synchronizing data',
updateField:'Update Field',
updateFieldTips:'The current maximum value of this field will be included when querying the data source, with aliases such as t.reate_time',
updateFiledPlaceholder:'The current maximum value of this field will be included when querying the data source',
updateFieldValue:'Update Field Value',
updateFieldValueTips:
'The record updates the current value of the field, such as: current time, current date, etc., and the next time the data is queried, the value condition will be added',
updateFieldValuePlaceholder:'Update the current maximum value of the field',
fieldValueSrc:'Source of values',
fieldValueSrcTips:
'The field name of the updated value is taken from the query result. The default is the same as the updated field. If the query result specifies a field alias and is inconsistent with the original updated field, the field value is the current updated value',
fieldValueSrcPlaceholder:'Update the value source',
fieldMap:'Field Mapping',
srcField:'Source Field',
targetField:'Target Field',
sqlPreview:'SQL Preview',
selectSql:'Select SQL',
insertSql:'Insert SQL',
keyDuplicateStrategy:'Key Duplicate Strategy',
fieldMapError:'There are duplicate target fields in the field map, please check',
noDataSqlMsg:'Please enter data sql',
notSelectSql:'sql statement error, please enter the select statement',
notOneSql:'sql statement error, please enter a single query statement',