From bb158554d6d48b2ef909fe348637681ca2647c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 25 Sep 2018 14:26:51 +0800 Subject: [PATCH] Update grid.locale-de.js --- admin/lib/js/{grid.locale-de.js => grid.locale-cn.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename admin/lib/js/{grid.locale-de.js => grid.locale-cn.js} (89%) diff --git a/admin/lib/js/grid.locale-de.js b/admin/lib/js/grid.locale-cn.js similarity index 89% rename from admin/lib/js/grid.locale-de.js rename to admin/lib/js/grid.locale-cn.js index 9c07a68..a3ce55f 100644 --- a/admin/lib/js/grid.locale-de.js +++ b/admin/lib/js/grid.locale-cn.js @@ -3,7 +3,7 @@ function translate_de() { 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.pageNextText = "Nexte"; + window.jsGrid.Grid.prototype.pageNextText = "下一页"; window.jsGrid.Grid.prototype.pageFirstText = "Erste"; window.jsGrid.Grid.prototype.pageLastText = "Letzte"; window.jsGrid.Grid.prototype.loadMessage = "Bitte; warten...";