NEZ-920 fix: 增加语法错误提示

This commit is contained in:
chenjinsong
2021-08-21 17:34:01 +08:00
parent 25a04fa31e
commit ad9337c788
4 changed files with 45 additions and 28 deletions

View File

@@ -612,7 +612,9 @@ const en = {
confirmCancel: 'Changes you made are not saved?',
copySuccess: 'Copy success',
lnglatError: 'Wrong format of latitude and longitude',
tagError: 'Does not conform to regular expressions /^[a-zA-Z_][a-zA-Z0-9_]*/!'
tagError: 'Does not conform to regular expressions /^[a-zA-Z_][a-zA-Z0-9_]*/!',
syntaxError: 'Syntax error',
errorInRow: 'There are some syntax errors in rows'
},
asset: {
asset: 'Asset ',