vendor/assets/javascripts/i18n/grid.locale-ua.js in jqgrid-rails-4.5.4.3 vs vendor/assets/javascripts/i18n/grid.locale-ua.js in jqgrid-rails-4.6.0.0

- old
+ new

@@ -17,12 +17,14 @@ }, search : { caption: "Пошук...", Find: "Знайти", Reset: "Скидання", - odata: [{ oper:'eq', text:"рівно"},{ oper:'ne', text:"не рівно"},{ oper:'lt', text:"менше"},{ oper:'le', text:"менше або рівне"},{ oper:'gt', text:"більше"},{ oper:'ge', text:"більше або рівне"},{ oper:'bw', text:"починається з"},{ oper:'bn', text:"не починається з"},{ oper:'in', text:"знаходиться в"},{ oper:'ni', text:"не знаходиться в"},{ oper:'ew', text:"закінчується на"},{ oper:'en', text:"не закінчується на"},{ oper:'cn', text:"містить"},{ oper:'nc', text:"не містить"}], - groupOps: [ { op: "AND", text: "все" }, { op: "OR", text: "будь-який" } ] + odata: [{ oper:'eq', text:"рівно"},{ oper:'ne', text:"не рівно"},{ oper:'lt', text:"менше"},{ oper:'le', text:"менше або рівне"},{ oper:'gt', text:"більше"},{ oper:'ge', text:"більше або рівне"},{ oper:'bw', text:"починається з"},{ oper:'bn', text:"не починається з"},{ oper:'in', text:"знаходиться в"},{ oper:'ni', text:"не знаходиться в"},{ oper:'ew', text:"закінчується на"},{ oper:'en', text:"не закінчується на"},{ oper:'cn', text:"містить"},{ oper:'nc', text:"не містить"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}], + groupOps: [ { op: "AND", text: "все" }, { op: "OR", text: "будь-який" }], + operandTitle : "Click to select search operation.", + resetTitle : "Reset Search Value" }, edit : { addCaption: "Додати запис", editCaption: "Змінити запис", bSubmit: "Зберегти", @@ -99,10 +101,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: 'd.m.Y', - parseRe : /[Tt\\\/:_;.,\t\s-]/, + parseRe : /[#%\\\/:_;.,\t\s-]/, masks : { ISO8601Long:"Y-m-d H:i:s", ISO8601Short:"Y-m-d", ShortDate: "n.j.Y", LongDate: "l, F d, Y",