Commit 37dac855 by 潘际乾

英文补充

parent b57f6426
...@@ -16,7 +16,7 @@ function mt700({Tags}){ ...@@ -16,7 +16,7 @@ function mt700({Tags}){
count+=itemValue[1].replace(/[\r\n]{1,2}/g,'').length count+=itemValue[1].replace(/[\r\n]{1,2}/g,'').length
}); });
if(count > 63400) if(count > 63400)
return `45A,46A,47A,49G,49H总长度不得超过63400个字符` return `45A,46A,47A,49G,49H The total length shall not exceed 63400 characters`
} }
function mt707({Tags}){ function mt707({Tags}){
...@@ -29,7 +29,7 @@ function mt707({Tags}){ ...@@ -29,7 +29,7 @@ function mt707({Tags}){
count+=itemValue[1].replace(/[\r\n]{1,2}/g,'').length count+=itemValue[1].replace(/[\r\n]{1,2}/g,'').length
}); });
if(count > 63400) if(count > 63400)
return `45B,46B,47B,49M,49N总长度不得超过63400个字符` return `45B,46B,47B,49M,49N The total length shall not exceed 63400 characters`
} }
const FUNC_SET={mt700,mt707} const FUNC_SET={mt700,mt707}
\ No newline at end of file
...@@ -320,7 +320,7 @@ function TestAdr(adr,reg,line,length) ...@@ -320,7 +320,7 @@ function TestAdr(adr,reg,line,length)
} }
let linemsg = '' let linemsg = ''
if(arr.length > line) if(arr.length > line)
linemsg = `最多${line}` linemsg = `Up to ${line} lines`
let msg = [] let msg = []
if(a1.length) if(a1.length)
{ {
......
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