Commit a82d6485 authored by Joel's avatar Joel

chore: run batch error same to run once

parent fc542115
......@@ -55,7 +55,7 @@ const translation = {
empty: 'Please input content in the uploaded file.',
fileStructNotMatch: 'The uploaded CSV file not match the struct.',
emptyLine: 'Row {{rowIndex}} is empty',
invalidLine: 'Row {{rowIndex}}: {{varName}} is required',
invalidLine: 'Row {{rowIndex}}: variables value can not be empty',
atLeastOne: 'Please input at least one row in the uploaded file.',
},
},
......
......@@ -51,7 +51,7 @@ const translation = {
empty: '上传文件的内容不能为空',
fileStructNotMatch: '上传文件的内容与结构不匹配',
emptyLine: '第 {{rowIndex}} 行的内容为空',
invalidLine: '第 {{rowIndex}} 行: {{varName}} 的内容不能为空',
invalidLine: '第 {{rowIndex}} 行: 变量值必填',
atLeastOne: '上传文件的内容不能少于一条',
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment