commonjs move to static
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
/*!
|
||||
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
||||
* No deletion without permission, or be held responsible to law.
|
||||
*
|
||||
* 国际化文件
|
||||
* @author ThinkGem
|
||||
* @version 2017-12-24
|
||||
*/
|
||||
(function($) {
|
||||
window.js = window.js || {};
|
||||
js.i18n = $.extend({}, js.i18n, {
|
||||
'tabpanel.newTabPage':'New Page',
|
||||
'loading.message':'Loading ...',
|
||||
'loading.submitMessage':'Submission ...',
|
||||
'showMessage.error':'failure,error',
|
||||
'showMessage.warning':'no,not,Not,already exists',
|
||||
'showMessage.success':'success,completion'
|
||||
});
|
||||
// ============ layer ============
|
||||
window.layer = window.layer || {};
|
||||
layer.i18n = $.extend({}, layer.i18n, {
|
||||
btnOk: 'Ok',
|
||||
btnCancel: 'Cancel',
|
||||
title: 'Information',
|
||||
promptTipA: 'Enter ',
|
||||
promptTipB: 'character at most.',
|
||||
noPicture: 'No picture',
|
||||
photoError: 'Current image address error.<br>Next slide?',
|
||||
photoNextPage: 'The next',
|
||||
photoClose: 'Close'
|
||||
});
|
||||
})(jQuery);
|
||||
@@ -1,32 +0,0 @@
|
||||
/*!
|
||||
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
||||
* No deletion without permission, or be held responsible to law.
|
||||
*
|
||||
* 国际化文件
|
||||
* @author ThinkGem
|
||||
* @version 2017-12-24
|
||||
*/
|
||||
(function($) {
|
||||
window.js = window.js || {};
|
||||
js.i18n = $.extend({}, js.i18n, {
|
||||
'tabpanel.newTabPage':'新タブ',
|
||||
'loading.message':'ローディング...お待ちください...',
|
||||
'loading.submitMessage':'送信中...お待ちください...',
|
||||
'showMessage.error':'失敗,エラー,未完了',
|
||||
'showMessage.warning':'不可,不許可,必須,既に存在,不要,不正確',
|
||||
'showMessage.success':'成功,完了'
|
||||
});
|
||||
// ============ layer ============
|
||||
window.layer = window.layer || {};
|
||||
layer.i18n = $.extend({}, layer.i18n, {
|
||||
btnOk: '確定',
|
||||
btnCancel: 'キャンセル',
|
||||
title: 'メッセージ',
|
||||
promptTipA: '最大入力',
|
||||
promptTipB: '個文字',
|
||||
noPicture: '画像が存在しません',
|
||||
photoError: 'この画像が表示できません<br>次の画像へ遷移しますか?',
|
||||
photoNextPage: '次へ',
|
||||
photoClose: '閉じる'
|
||||
});
|
||||
})(jQuery);
|
||||
@@ -1,19 +0,0 @@
|
||||
/*!
|
||||
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
||||
* No deletion without permission, or be held responsible to law.
|
||||
*
|
||||
* 国际化文件
|
||||
* @author ThinkGem
|
||||
* @version 2017-12-24
|
||||
*/
|
||||
(function($) {
|
||||
window.js = window.js || {};
|
||||
js.i18n = $.extend({}, js.i18n, {
|
||||
'tabpanel.newTabPage':'新页签',
|
||||
'loading.message':'正在加载,请稍候...',
|
||||
'loading.submitMessage':'正在提交,请稍候...',
|
||||
'showMessage.error':'失败,错误,未完成',
|
||||
'showMessage.warning':'不能,不允许,必须,已存在,不需要,不正确',
|
||||
'showMessage.success':'成功,完成'
|
||||
});
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user