Merge branch 'develop' of http://10.0.6.99/gwall/gwall.git into develop
Conflicts: src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_en.js src/main/webapp/static/global/plugins/jquery-validation/1.11.0/localization/messages_zh.js
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
invisibleChar:"Please enter the visible character",
|
||||
hasInvisibleChar:"The tag {0} has invisible character",
|
||||
haveInvisibleChar:"The tags {0} have invisible character",
|
||||
httpCheck:"Please enter a correct url(http[s]://xxx.xx)"
|
||||
httpCheck:"Please enter a correct url(http[s]://xxx.xx)",
|
||||
failed:"Failed"
|
||||
});
|
||||
}(jQuery));
|
||||
|
||||
@@ -65,6 +65,8 @@
|
||||
invisibleChar:"请输入可见字符",
|
||||
hasInvisibleChar:"标签{0}包含不可见字符",
|
||||
haveInvisibleChar:"标签{0}包含不可见字符",
|
||||
httpCheck:"请输入正确的url(http[s]://xxx.xx)"
|
||||
httpCheck:"请输入正确的url(http[s]://xxx.xx)",
|
||||
failed:"获取失败"
|
||||
|
||||
});
|
||||
}(jQuery));
|
||||
|
||||
Reference in New Issue
Block a user