nsedit/jtable/lib/localization/jquery.jtable.zh-CN.js

30 lines
1 KiB
JavaScript

/*
jTable localization file for 'Chinese' language.
Author: monkeycraps
*/
(function ($) {
$.extend(true, $.hik.jtable.prototype.options.messages, {
serverCommunicationError: '服务器请求错误。',
loadingMessage: '加载中...',
noDataAvailable: '没有数据!',
addNewRecord: '+ 新建',
editRecord: '编辑',
areYouSure: '确定?',
deleteConfirmation: '确定删除这行数据?',
save: '保存',
saving: '保存中',
cancel: '取消',
deleteText: '删除',
deleting: '删除中',
error: '错误',
close: '关闭',
cannotLoadOptionsFor: '无法加载对象属性 {0}',
pagingInfo: '显示 {0} 至 {1} 共 {2}',
canNotDeletedRecords: '删除失败 {0} 至 {1}!',
deleteProggress: '正在删除 {0} 至 {1} 记录, 进心中...',
pageSizeChangeLabel: '每页显示',
gotoPageLabel: '跳转到'
});
})(jQuery);