加载中国际化
This commit is contained in:
@@ -20,6 +20,7 @@ edit=edit
|
||||
hi=hi
|
||||
exit=exit
|
||||
choose=choose
|
||||
onloading=onloading...
|
||||
#============menu begin======================
|
||||
requestInfo=requestInfo
|
||||
configuration_manage=configuration manage
|
||||
|
||||
@@ -20,6 +20,7 @@ edit=edit
|
||||
hi=hi
|
||||
exit=exit
|
||||
choose=choose
|
||||
onloading=onloading...
|
||||
#============menu begin======================
|
||||
requestInfo=requestInfo
|
||||
configuration_manage=configuration manage
|
||||
|
||||
@@ -20,6 +20,7 @@ edit=\u4FEE\u6539
|
||||
hi=\u4F60\u597D
|
||||
exit=\u9000\u51FA
|
||||
choose=\u9009\u62E9
|
||||
onloading=\u52A0\u8F7D\u4E2D...
|
||||
#==========menu begin=====================
|
||||
requestInfo=\u6765\u51FD\u4FE1\u606F
|
||||
configuration_manage=\u914D\u7F6E\u7BA1\u7406
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
$(element).parents(".form-group").find("div[for='"+element.attr("name")+"']").append(error);
|
||||
},
|
||||
submitHandler: function(form){
|
||||
loading('onloading...');
|
||||
loading('<spring:message code="onloading"/>');
|
||||
form.submit();
|
||||
},
|
||||
errorContainer: "#messageBox"
|
||||
|
||||
@@ -45,7 +45,7 @@ $(function(){
|
||||
$("#cfgRegionCode").val($("#cfgRegionCodeMaat").val());
|
||||
$("#cfgType").val($("#cfgTypeMaat").val());
|
||||
}
|
||||
loading('onloading...');
|
||||
loading('<spring:message code="onloading"/>');
|
||||
form.submit();
|
||||
},
|
||||
errorContainer: "#messageBox"
|
||||
|
||||
@@ -45,7 +45,7 @@ $(function(){
|
||||
$(element).parents(".form-group").find("div[for='"+element.attr("name")+"']").append(error);
|
||||
},
|
||||
submitHandler: function(form){
|
||||
loading('onloading...');
|
||||
loading('<spring:message code="onloading"/>');
|
||||
form.submit();
|
||||
},
|
||||
errorContainer: "#messageBox",
|
||||
|
||||
@@ -56,7 +56,7 @@ $(function(){
|
||||
$(element).parents(".form-group").find("div[for='"+element.attr("name")+"']").append(error);
|
||||
},
|
||||
submitHandler: function(form){
|
||||
loading('onloading...');
|
||||
loading('<spring:message code="onloading"/>');
|
||||
form.submit();
|
||||
},
|
||||
errorContainer: "#messageBox",
|
||||
|
||||
Reference in New Issue
Block a user