diff options
Diffstat (limited to 'lib/localization/jquery.jtable.zh-CN.js')
-rw-r--r-- | lib/localization/jquery.jtable.zh-CN.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/localization/jquery.jtable.zh-CN.js b/lib/localization/jquery.jtable.zh-CN.js index 7e169e7..17eeac7 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);
|