重构华夏erp的整体ui风格
This commit is contained in:
18
erp_web/js/common/i18n/jsherp_zh_CN.js
Normal file
18
erp_web/js/common/i18n/jsherp_zh_CN.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/*!
|
||||
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
||||
*
|
||||
* 国际化文件
|
||||
* @author ThinkGem
|
||||
* @version 2017-12-24
|
||||
*/
|
||||
(function (a) {
|
||||
window.js = window.js || {};
|
||||
js.i18n = a.extend({}, js.i18n, {
|
||||
"tabpanel.newTabPage": "新页签",
|
||||
"loading.message": "正在加载,请稍候...",
|
||||
"loading.submitMessage": "正在提交,请稍候...",
|
||||
"showMessage.error": "失败,错误,未完成",
|
||||
"showMessage.success": "成功,完成",
|
||||
"showMessage.warning": "不能,不允许,必须,已存在,不需要,不正确"
|
||||
})
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user