From 524e37b44066f6980f440fdffb11260202b1c7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 25 Sep 2018 15:11:49 +0800 Subject: [PATCH] Add new file --- admin/lib/js/grid.locale-cn.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 admin/lib/js/grid.locale-cn.js diff --git a/admin/lib/js/grid.locale-cn.js b/admin/lib/js/grid.locale-cn.js new file mode 100644 index 0000000..aa5364c --- /dev/null +++ b/admin/lib/js/grid.locale-cn.js @@ -0,0 +1,10 @@ +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}"; + window.jsGrid.Grid.prototype.pagePrevText = "上一页."; + window.jsGrid.Grid.prototype.pageNextText = "下一页"; + window.jsGrid.Grid.prototype.pageFirstText = "首页"; + window.jsGrid.Grid.prototype.pageLastText = "尾页"; + window.jsGrid.Grid.prototype.loadMessage = "加载中..."; +} \ No newline at end of file