From c1822edb13cba76f7b36976363bec450a3712bf2 Mon Sep 17 00:00:00 2001 From: will Date: Mon, 9 Feb 2015 16:32:28 +0800 Subject: [PATCH] Update jquery.jtable.zh-CN.js localized 'Row Count' and 'Go to Page' and in Chinese People like to say :'Go to nth Page' not 'Go to page nth'. I remember jqGrid or something has a solution for this diff. --- lib/localization/jquery.jtable.zh-CN.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/localization/jquery.jtable.zh-CN.js b/lib/localization/jquery.jtable.zh-CN.js index 7e169e7e..ae165e7a 100644 --- a/lib/localization/jquery.jtable.zh-CN.js +++ b/lib/localization/jquery.jtable.zh-CN.js @@ -23,8 +23,8 @@ pagingInfo: '显示 {0} 至 {1} 共 {2}', canNotDeletedRecords: '删除失败 {0} 至 {1}!', deleteProggress: '正在删除 {0} 至 {1} 记录, 进心中...', - pageSizeChangeLabel: 'Row count', //New. Must be localized. - gotoPageLabel: 'Go to page' //New. Must be localized. + pageSizeChangeLabel: '行数', + gotoPageLabel: '翻到(页)' }); })(jQuery);