mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-12 14:01:51 +03:00
Merge commit '8997d5b1ff
' as 'jtable'
This commit is contained in:
commit
d90fb0d2a6
155 changed files with 22323 additions and 0 deletions
30
jtable/lib/localization/jquery.jtable.zh-CN.js
Normal file
30
jtable/lib/localization/jquery.jtable.zh-CN.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
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);
|
Loading…
Add table
Add a link
Reference in a new issue