diff options
Diffstat (limited to 'lib/localization/jquery.jtable.cn.js')
-rw-r--r-- | lib/localization/jquery.jtable.cn.js | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/localization/jquery.jtable.cn.js b/lib/localization/jquery.jtable.cn.js new file mode 100644 index 0000000..3465e19 --- /dev/null +++ b/lib/localization/jquery.jtable.cn.js @@ -0,0 +1,28 @@ +/* + 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} 记录, 进心中...' + }); + +})(jQuery); |