From 6402bd1ce1c02f2ce44d2cf21d4f870be9cdaf18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 25 Sep 2018 15:11:02 +0800 Subject: [PATCH] Update grid.locale-cn.js --- admin/lib/js/grid.locale-cn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/lib/js/grid.locale-cn.js b/admin/lib/js/grid.locale-cn.js index 6b09226..aa5364c 100644 --- a/admin/lib/js/grid.locale-cn.js +++ b/admin/lib/js/grid.locale-cn.js @@ -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}";