Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
wangyidong
2019-12-25 15:54:57 +08:00
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -266,6 +266,10 @@ if (window.$ && $.zui && $.zui.lang) {
placeholder: 'エディターを使用して画像を貼り付けます。',
failMsg: '画像を貼り付けませんでした、後でやり直してください。',
uploadingHint: '画像をアップロード中、しばらくお待ちください...',
},
'zui.table': {
selectedItems: '<strong>{0}</strong> 選択',
attrTotal: '{0} 合計 <strong>{1}</strong>'
}
});
}
+4 -4
View File
File diff suppressed because one or more lines are too long