From 3641e2c64e9ae294504c8edf55e724d14db20f82 Mon Sep 17 00:00:00 2001 From: wangwei Date: Sun, 2 Jun 2019 18:18:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E3=80=81=E5=8E=BB=E9=99=A4=E9=98=BB=E6=96=AD=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?.template=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/views/cfg/proxy/fileResponsePage/form.jsp | 2 +- .../jquery-validation/1.11.0/localization/messages_en.js | 2 +- .../jquery-validation/1.11.0/localization/messages_ru.js | 2 +- .../jquery-validation/1.11.0/localization/messages_zh.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/cfg/proxy/fileResponsePage/form.jsp b/src/main/webapp/WEB-INF/views/cfg/proxy/fileResponsePage/form.jsp index 674bb168d..ca517e72b 100644 --- a/src/main/webapp/WEB-INF/views/cfg/proxy/fileResponsePage/form.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/proxy/fileResponsePage/form.jsp @@ -39,7 +39,7 @@ }); function cfgFileValidate(){ var flag=false; //状态,检测文件后缀用 - var arr=["template","html"];//使用是什么格式的后缀 + var arr=["html"];//使用是什么格式的后缀 var cFile=$("#cfgFile").val();//文件的值 //取出上传文件的扩展名 var index=cFile.lastIndexOf("."); diff --git a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_en.js b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_en.js index 3d9fa3baf..44bad32b3 100644 --- a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_en.js +++ b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_en.js @@ -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)); diff --git a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_ru.js b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_ru.js index 369ee7f75..3eb88fdd9 100644 --- a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_ru.js +++ b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_ru.js @@ -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)); diff --git a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_zh.js b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_zh.js index cee366886..119c48483 100644 --- a/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_zh.js +++ b/src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_zh.js @@ -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));