summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhikalkan <hikalkan@gmail.com>2013-01-26 02:22:38 -0800
committerhikalkan <hikalkan@gmail.com>2013-01-26 02:22:38 -0800
commit25885e3b8d1b4b3c5bae6cf992c1b97eebc8733b (patch)
treeff0a3a1196e35a677e5fd91677a865f49c0325e7
parent844ee6c862cfc3221de4d22e9014a5eae357cabd (diff)
parent931adf8a6370fcfdf153d12b50c0e16da637225f (diff)
downloadjtable-25885e3b8d1b4b3c5bae6cf992c1b97eebc8733b.zip
jtable-25885e3b8d1b4b3c5bae6cf992c1b97eebc8733b.tar.gz
jtable-25885e3b8d1b4b3c5bae6cf992c1b97eebc8733b.tar.bz2
Merge pull request #132 from monkeycraps/patch-1
Create jquery.jtable.cn.js
-rw-r--r--lib/localization/jquery.jtable.cn.js28
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);