Update grid.locale-cn.js

This commit is contained in:
2018-09-25 15:11:02 +08:00
parent 69017832d6
commit 6402bd1ce1

View File

@@ -1,4 +1,4 @@
function translate_de() {
function translate_cn() {
window.jsGrid.Grid.prototype.noDataContent = "暂无数据";
window.jsGrid.Grid.prototype.deleteConfirm = "确认删除吗?";
window.jsGrid.Grid.prototype.pagerFormat = "分页 = {first} {prev} {pages} {next} {last}    {pageIndex} of {pageCount}";