From d0959d4dff0e04cf059a095c90683a6ebdac49e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 25 Sep 2018 14:28:22 +0800 Subject: [PATCH] Update grid.locale-cn.js --- admin/lib/js/grid.locale-cn.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/admin/lib/js/grid.locale-cn.js b/admin/lib/js/grid.locale-cn.js index a3ce55f..6b09226 100644 --- a/admin/lib/js/grid.locale-cn.js +++ b/admin/lib/js/grid.locale-cn.js @@ -1,10 +1,10 @@ function translate_de() { - window.jsGrid.Grid.prototype.noDataContent = "Nicht gefunden"; - window.jsGrid.Grid.prototype.deleteConfirm = "Sind Sie sicher?"; - window.jsGrid.Grid.prototype.pagerFormat = "Seiten = {first} {prev} {pages} {next} {last}    {pageIndex} of {pageCount}"; - window.jsGrid.Grid.prototype.pagePrevText = "Vorh."; + 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 = "Erste"; - window.jsGrid.Grid.prototype.pageLastText = "Letzte"; - window.jsGrid.Grid.prototype.loadMessage = "Bitte; warten..."; + window.jsGrid.Grid.prototype.pageFirstText = "首页"; + window.jsGrid.Grid.prototype.pageLastText = "尾页"; + window.jsGrid.Grid.prototype.loadMessage = "加载中..."; } \ No newline at end of file