更新国际化、去除阻断页面.template校验
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
});
|
||||
function cfgFileValidate(){
|
||||
var flag=false; //状态,检测文件后缀用
|
||||
var arr=["template","html"];//使用是什么格式的后缀
|
||||
var arr=["html"];//使用是什么格式的后缀
|
||||
var cFile=$("#cfgFile").val();//文件的值
|
||||
//取出上传文件的扩展名
|
||||
var index=cFile.lastIndexOf(".");
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
rangeCross0:"The IP {0} must not between {1} and {2}",
|
||||
rangeCross1:"The IP range {0} has intersections with {1}",
|
||||
protectedCfgUnique:"Keyword already exists.",
|
||||
addrList:"Please enter a correct: MAC(aa:bb:cc:11:22:33),VLAN(1) must be exponent of 1 not greater than 4094,Multiple data separated by commas",
|
||||
addrList:"Please enter a correct: MAC(aa:bb:cc:11:22:33),VLAN must be exponent of 1 not greater than 4094,Multiple data separated by commas",
|
||||
sslVersionCheck:"Min SSL version should smaller than Max SSL version"
|
||||
});
|
||||
}(jQuery));
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
rangeCross0:"IP {0} не должен находиться между {1} и {2}",
|
||||
rangeCross1:"Диапазон IP {0} имеет пересечения с {1}",
|
||||
protectedCfgUnique:"Ключевое слово уже существует.",
|
||||
addrList:"Please enter a correct: MAC(aa:bb:cc:11:22:33),VLAN(1) must be exponent of 1 not greater than 4094,Multiple data separated by commas",
|
||||
addrList:"Please enter a correct: MAC(aa:bb:cc:11:22:33),VLAN must be exponent of 1 not greater than 4094,Multiple data separated by commas",
|
||||
sslVersionCheck:"моя версия SSL должны меньше, чем версия SSL, макс"
|
||||
});
|
||||
}(jQuery));
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
rangeCross0:"IP{0}不能介于{1}和{2}",
|
||||
rangeCross1:"IP范围{0}和IP范围{1}有交集",
|
||||
protectedCfgUnique:"关键字已存在",
|
||||
addrList:"请输入合法的目标标识如MAC(aa:bb:cc:11:22:33),VLAN(1)介于1-4094之间,多条数据用逗号分隔",
|
||||
addrList:"请输入合法的目标标识如MAC(aa:bb:cc:11:22:33),VLAN介于1-4094之间,多条数据用逗号分隔",
|
||||
sslVersionCheck:"最小SSL协议版本应小于最大SSL协议版本"
|
||||
});
|
||||
}(jQuery));
|
||||
|
||||
Reference in New Issue
Block a user