| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/icd/msc/scripts/jtable.2.4.0/localization/ |
Upload File : |
/*
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: 'Row count', //New. Must be localized.
gotoPageLabel: 'Go to page' //New. Must be localized.
});
})(jQuery);