summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormonkeycraps <monkeycraps.lin@gmail.com>2013-01-25 21:38:48 -0800
committermonkeycraps <monkeycraps.lin@gmail.com>2013-01-25 21:38:48 -0800
commit931adf8a6370fcfdf153d12b50c0e16da637225f (patch)
treeff0a3a1196e35a677e5fd91677a865f49c0325e7 /lib
parent844ee6c862cfc3221de4d22e9014a5eae357cabd (diff)
downloadjtable-931adf8a6370fcfdf153d12b50c0e16da637225f.zip
jtable-931adf8a6370fcfdf153d12b50c0e16da637225f.tar.gz
jtable-931adf8a6370fcfdf153d12b50c0e16da637225f.tar.bz2
Create jquery.jtable.cn.js
translation in chinese, thanks to the jtable.js
Diffstat (limited to 'lib')
-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);