vendor/assets/javascripts/i18n/grid.locale-cn.js in jqgrid-jquery-rails-4.4.5.0 vs vendor/assets/javascripts/i18n/grid.locale-cn.js in jqgrid-jquery-rails-4.5.0.0
- old
+ new
@@ -20,15 +20,13 @@
},
search : {
caption: "搜索...",
Find: "查找",
Reset: "重置",
- odata : ['等于\u3000\u3000', '不等\u3000\u3000', '小于\u3000\u3000', '小于等于','大于\u3000\u3000','大于等于',
- '开始于','不开始于','属于\u3000\u3000','不属于','结束于','不结束于','包含\u3000\u3000','不包含','空值于\u3000\u3000','非空值'],
- groupOps: [ { op: "AND", text: "所有" }, { op: "OR", text: "任一" } ],
- matchText: " 匹配",
- rulesText: " 规则"
+ odata : [{oper:'eq', text:'等于\u3000\u3000'},{oper:'ne', text: '不等\u3000\u3000'}, { oper:'lt', text:'小于\u3000\u3000'},{ oper:'le', text: '小于等于'},{ oper:'gt', text:'大于\u3000\u3000'},{ oper:'ge', text:'大于等于'},
+ {oper:'bw', text:'开始于'},{ oper:'bn', text:'不开始于'},{ oper:'in', text:'属于\u3000\u3000'},{ oper:'ni', text:'不属于'},{ oper:'ew', text:'结束于'},{ oper:'en', text:'不结束于'},{ oper:'cn', text:'包含\u3000\u3000'},{ oper:'nc', text:'不包含'},{ oper:'nu', text:'空值于\u3000\u3000'},{ oper:'nn', text:'非空值'}],
+ groupOps: [ { op: "AND", text: "所有" }, { op: "OR", text: "任一" } ]
},
edit : {
addCaption: "添加记录",
editCaption: "编辑记录",
bSubmit: "提交",
@@ -106,9 +104,10 @@
],
AmPm : ["am","pm","AM","PM"],
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
srcformat: 'Y-m-d',
newformat: 'm-d-Y',
+ parseRe : /[Tt\\\/:_;.,\t\s-]/,
masks : {
ISO8601Long:"Y-m-d H:i:s",
ISO8601Short:"Y-m-d",
ShortDate: "Y/j/n",
LongDate: "l, F d, Y",