0.290cfc45.chunk.js
343 KB
webpackJsonp([0],{1377:function(t,e,a){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i,n,u,o=a(1628),s=r(o),l=a(388),b=r(l),m=a(22),c=r(m),d=a(8),h=r(d),f=a(17),g=r(f),v=a(14),p=r(v),y=a(4),k=r(y),w=a(1),j=r(w),T=a(5),_=r(T),O=a(2),q=r(O),x=a(3),z=r(x),D=a(0),P=r(D),E=a(56),A=r(E),C=a(7),S=a(21),M=r(S),R=a(1643),N=r(R),I=a(20),F=r(I),Y=a(18),H=r(Y),U=a(381),L=r(U),W=a(1777),B=(r(W),a(26)),K=(r(B),a(1390)),X=r(K),Q=a(163),V=r(Q),J=a(383),G=r(J),Z=a(385),$=r(Z),tt=a(19),et=r(tt),at=a(9),rt=r(at),it=rt.default.getLabel,nt=(n=i=function(t){function e(t){(0,j.default)(this,e);var a=(0,q.default)(this,(e.__proto__||(0,k.default)(e)).call(this,t));return u.call(a),a.state={datas:[],selectedRowKeys:[],selectedRows:[],collapsed:!1,selectedBtnKey:"",validate:{},current:1,pageSize:t.defaultPageSize||t.pageSize||0},a}return(0,z.default)(e,t),(0,_.default)(e,[{key:"componentDidMount",value:function(){var t=this.props,e=t.datas,a=t.collapsed,r=t.selectedRowKeys,i={};Array.isArray(e)&&(i.datas=[].concat((0,p.default)(e))),void 0!==a&&(i.collapsed=a),Array.isArray(r)&&(i.selectedRowKeys=[].concat((0,p.default)(r))),(0,g.default)(i).length>0&&this.setState(i)}},{key:"componentWillReceiveProps",value:function(t){var e=this.state,a=e.datas,r=e.collapsed,i=e.selectedRowKeys,n=e.pageSize,u=t.datas,o=t.collapsed,s=t.selectedRowKeys,l=t.pageSize,b={};Array.isArray(u)&&!(0,F.default)(a,u)&&(b.datas=[].concat((0,p.default)(u))),void 0!==o&&r!==o&&(b.collapsed=o),Array.isArray(s)&&!(0,F.default)(i,s)&&(b.selectedRowKeys=[].concat((0,p.default)(s))),"pageSize"in t&&l!==n&&(b.pageSize=l),(0,g.default)(b).length>0&&this.setState(b)}},{key:"componentWillUnmount",value:function(){}},{key:"dispathDatas",value:function(t){var e=this.props,a=e.initialDatas,r=e.rowKey,i=/^wte_.{6}$/,n=[],u=[],o=[],s=[],l=[],b=[],m=[];return t.forEach(function(t){var e=t[r];i.test(e)?(n.push(t),u.push(e)):a.some(function(t){return t[r]===e})&&a.forEach(function(a){if(a[r]===e&&!(0,F.default)(a,t)){o.push(t),l.push(e);var i={};(0,g.default)(t).forEach(function(e){void 0!==a[e]&&(0,F.default)(a[e],t[e])||(i[e]=t[e])}),s.push(i)}})}),a.forEach(function(e){var a=e[r];t.some(function(t){return t[r]===a})||(b.push(e),m.push(a))}),{addDatas:n,addKeys:u,editDatas:o,editKeys:l,editDatasDiff:s,deleteDatas:b,deleteKeys:m}}},{key:"getCheckValueType",value:function(t){var e=t.checkVauleType;return Array.isArray(e)&&2===e.length&&e[0]!==e[1]?e:["1","0"]}},{key:"checkboxAll",value:function(t,e){if(t){var a=this.props.rowKey,r=this.state.datas,i=this.getCheckRows(t),n=i.disabledRows,u=this.getCheckValueType(t),o=r.map(function(r){var i=n.some(function(t){return t[a]===r[a]});return(0,h.default)({},r,i?{}:(0,c.default)({},t.dataIndex,u["1"===e?0:1]))});this.setState({datas:o}),this.onChange(o)}}},{key:"getColumns",value:function(){var t=this,e=this.props,a=e.columns,r=e.pushTitleIntoHeader,i=e.draggable,n=e.rowKey,u=a.map(function(e,n){var u=(0,h.default)({},e),o=u.showCheckAll,s=(0,b.default)(u.com,1),l=s[0];if("string"===typeof l.type&&("CHECKBOX"===l.type.toLocaleUpperCase()||"SWITCH"===l.type.toLocaleUpperCase())&&o){var m=u.checkAllProps,c=t.getCheckRows(u),d=c.canCheckedRows,f=c.checkedRows,g=d.length,v=f.length,p=m&&(m.disabled||1===m.viewAttr),y={value:p||0===g||g!==v?"0":"1",disabled:0===g||p};u.title=P.default.createElement("span",null,P.default.createElement(V.default,(0,h.default)({},m,y,{onChange:t.checkboxAll.bind(t,u)})),e.title)}return u.render||(u.render=function(e,a,i){return 0!==u.colSpan||r?t.getColRender(u,e,a,i):{props:{children:e,colSpan:0}}}),r&&(i||0!==n?u.colSpan=0:(u.title=t.renderTitle(),u.colSpan=a.length)),u});return i&&(u=[{key:"draggable",dataIndex:"draggable",colSpan:r?u.length+1:1,title:r?this.renderTitle():null,render:function(t,e,a){return P.default.createElement("span",{"data-index":e[n],key:e[n],className:"icon-coms-move cursor-pointer"})}}].concat(u)),u}},{key:"getRowSelection",value:function(){var t=this,e=this.props,a=e.columns,r=e.getRowSelection,i=e.checkStrictly,n=e.rowKey,u=e.onRowSelect,o=this.state,s=o.selectedRowKeys;o.selectedRows;if(!(""+a))return null;var l={selectedRowKeys:s,onChange:function(e,a){t.setState({selectedRowKeys:e,selectedRows:a}),"function"===typeof u&&u(e,a)},onSelect:function(e,a,r){var o=t.state.selectedRowKeys,s=t.state.selectedRows,l=t.state.datas;if(i){var b=e[n],m=[],c=[];if(a)l.forEach(function(t,e){(b===t[n]||(0,L.default)(t[n],b+"."))&&(c.push(t[n]),m.push(t))}),o=o.concat(c),s=s.concat(m);else{o.forEach(function(t,e){b===t||(0,L.default)(t,b+".")||c.push(t)});for(var d=b.split("."),h=d.length-1;h>=0;h--)!function(t){var e=d.slice(0,t).join(".");c=c.filter(function(t){return t!==e})}(h);o=c,s=m}t.setState({selectedRowKeys:o,selectedRows:s}),"function"===typeof u&&u(o,s)}}};return"function"===typeof r&&(l=r(l)),l}},{key:"renderTitle",value:function(){var t=this,e=this.props,a=e.prefixCls,r=e.title,i=e.showTitle,n=e.onCustomBtnsClick,u=e.rowKey,o=e.onBtnsSelect,s=e.onCollapse;return i?P.default.createElement(C.Row,{className:a+"-title"},P.default.createElement(C.Col,null,r,P.default.createElement(G.default,(0,h.default)({},this.props,this.state,{onBtnClick:function(e){switch(e){case"add":t.doAdd();break;case"delete":t.doDelete();break;case"copy":t.doCopy();break;default:if("function"===typeof n){var a=t.state,r=a.selectedRowKeys,i=a.datas,o=i.filter(function(t){return!r.some(function(e){return e===t[u]})});n(e,o,r)}}},onBtnsSelect:function(e){t.setState({selectedBtnKey:e}),o&&o(e)},onCollapse:function(e){t.setState({collapsed:e}),s&&s(e)}})))):null}},{key:"renderTable",value:function(){var t,e=this,a=this.props,r=a.prefixCls,i=a.pushTitleIntoHeader,n=a.tableProps,u=a.rowKey,o=a.className,s=a.style,l=this.state,b=l.datas,m=l.collapsed,d=(0,M.default)((t={},(0,c.default)(t,r,!0),(0,c.default)(t,r+"-titleinheader",i),(0,c.default)(t,""+o,o),t));return P.default.createElement("div",{ref:function(t){return e.wrap=t},className:d,style:s},i?null:this.renderTitle(),P.default.createElement("div",{style:{display:m?"none":"block"}},P.default.createElement(C.Table,(0,h.default)({},n,{ref:function(t){e.table=t},rowKey:u,columns:this.getColumns(),dataSource:b,pagination:this.getPagination(),rowSelection:this.getRowSelection()}))))}},{key:"render",value:function(){var t=this.props,e=t.draggable,a=t.rowKey,r=t.className,i=t.style,n=this.state.datas;return n.length>0&&n.some(function(t){return void 0===t[a]})?P.default.createElement("p",{className:r,style:(0,h.default)({color:"#f00",padding:10,textAlign:"center",background:"#fcfcfc"},i)},it("385960","WeaTableEditable 加载失败,数据格式非法!"),P.default.createElement("br",null),it("385961","您的数据没有主键,请为 datas 指定主键 'rowKey',默认为 'id'")):n.length>0&&!this.doRowKeyValidate(n)?P.default.createElement("p",{className:r,style:(0,h.default)({color:"#f00",padding:10,textAlign:"center",background:"#fcfcfc"},i)},it("385960","WeaTableEditable 加载失败,数据格式非法!"),P.default.createElement("br",null),it("385962","数据主键 $s 必须唯一!").replace(/\$s/,a)):e?P.default.createElement(X.default,this.getWeaDragulaProps(),this.renderTable()):this.renderTable()}}]),e}(D.Component),i.displayName="WeaTableEditable",i.defaultProps={prefixCls:"wea-table-editable",rowKey:"id",operationKey:"canClick",initialDatas:[],columns:[],cells:[],validator:{},tableProps:{},loading:!1,draggable:!1,viewAttr:2,title:null,pushTitleIntoHeader:!1,buttonsType:"select",addButtonType:"normal",addDropDatas:{},moveDropDatas:{},showTitle:!0,showAdd:!0,showDelete:!0,showCopy:!0,showMove:!1,showCollapse:!1,draggableType:"icon",checkStrictly:!1,className:"",style:{},paginationSize:"",pageSizeOptions:null},u=function(){var t=this;this.getHash=function(){return Math.random().toString(36).substr(2,6)},this.doValidate=function(){var e=t.props,a=e.validator,r=a.rules,i=a.errorMessage,n=a.customRegister,u=e.rowKey,o=t.state.datas,s=function(t){return"[object Object]"===Object.prototype.toString.call(t)},l={},b=!0,m={accepted:it("386937",":attribute必须是可接受的"),alpha:it("386936",":attribute只能包含字母"),alpha_dash:it("386939",":attribute只能包含字母,连字符和下划线"),alpha_num:it("386940",":attribute只能包含字母和数字"),between:it("386941",":attribute的(大小,长度等)只能在:min和:max之间"),confirmed:it("386942",":attribute确认不一致"),email:it("386943",":attribute格式不正确"),date:it("386944",":attribute日期格式错误"),def:it("386945",":attribute属性错误"),digits:it("386946",":attribute必须是:digits位小数"),different:it("386947",":attribute和:different必须不同"),in:it("386948","选择的:attribute无效"),integer:it("386949",":attribute必须是一个整数"),min:{numeric:it("386950",":attribute不能小于:min"),string:it("386951",":attribute长度不能小于:min")},max:{numeric:it("386952",":attribute不能大于:max"),string:it("386953",":attribute长度不能大于:max")},not_in:it("386954","所选的:attribute无效"),numeric:it("386955",":attribute必须是一个数字"),present:it("386956",":attribute字段必须存在(但可以是空的)"),required:it("385869","此项必填"),required_if:it("386958","当:other是:value时,:attribute不能为空"),same:it("386959",":attribute和:same必须一致"),size:{numeric:it("386960",":attribute必须等于:size"),string:it("386962",":attribute的长度必须等于:size")},string:it("386963",":attribute必须是一个字符串"),url:it("386943",":attribute格式不正确"),regex:it("386943",":attribute格式不正确")};Array.isArray(n)&&n.forEach(function(t){N.default.register(t.name,t.rules,t.errorMessage)}),o.forEach(function(t,e){if(b){var a=[];if(s(r)&&(a.push(r),s(i)&&(m=(0,h.default)({},m,i)),a.push(m)),a.length>0){var n=new(Function.prototype.bind.apply(N.default,[null].concat([t],a)));n.passes()||(b=!1,l=(0,h.default)((0,c.default)({},u,t[u]),n.errors.all()))}}});var d={pass:b,validateResult:l};return t.setState({validate:d},function(){setTimeout(function(){t.setState({validate:{}})},1900)}),d},this.doRowKeyValidate=function(e){var a=t.props.rowKey,r=e.map(function(t){return t[a]});return new s.default(r).size===e.length},this.getDefaultValues=function(e){var a=t.props,r=a.rowKey,i=a.columns,n=(0,c.default)({},r,e?e+".wte_"+t.getHash():"wte_"+t.getHash());return i.forEach(function(t){Array.isArray(t.com)&&t.com.forEach(function(t){void 0!==t.defaultValue&&(n[t.key]=t.defaultValue)})}),n},this.onChange=function(e,a,r){if(t.doRowKeyValidate(e)){t.setState((0,h.default)({datas:e},a?{selectedRowKeys:[]}:{}));var i=t.props,n=i.onChange,u=i.onRowSelect;"function"===typeof n&&n(e,t.dispathDatas(e),r),a&&"function"===typeof u&&u([])}else{var o=t.props.rowKey;C.Modal.error({content:P.default.createElement("p",{style:{color:"#f00",textAlign:"center"}},it("385959","主键 $s 必须唯一").replace(/\$s/,o))}),t.setState({datas:t.state.datas})}},this.onEdit=function(e){var a=t.props,r=a.willEdit,i=a.rowKey,n=e.record,u=e.key,o=e.value,s=e.names,l=e.type,b=e.col,m=t.state.datas,c=m.map(function(e){var a=(0,H.default)(e);if(n[i]===e[i]&&("CUSTOM"===l&&(a=(0,h.default)({},a,n)),u&&(a[u]=o,"BROWSER"===l&&(a[u+"span"]=s),"CHECKBOX"===l||"SWITCH"===l))){var r=t.getCheckValueType(b);a[u]=r["1"===o?0:1]}if("RADIO"===l){var m=t.getCheckValueType(b);n[i]===e[i]?a[u]=m[o?0:1]:a[u]=m[o?1:0]}return a});"function"===typeof r&&(c=r(c,e)),"[object Promise]"===Object.prototype.toString.call(c)&&c.then(function(e){Array.isArray(e)&&t.onChange(e)}),Array.isArray(c)&&t.onChange(c)},this.onDrop=function(e,a,r,i){t.onChange(e,!1,i)},this.doAdd=function(e){var a=t.props,r=a.willAdd,i=a.rowKey,n=t.state,u=n.datas,o=n.pageSize,s=t.getDefaultValues(e),l=[];if(e){var b=0,m=u.length-1;u.forEach(function(t,a){(0,L.default)(t[i],e)&&(b=a)}),b===m?l=u.concat([s]):u.forEach(function(t,e){e===b+1&&l.push(s),l.push(t)})}else l=u.concat([s]);"function"===typeof r&&(l=r(l,s)),"[object Promise]"===Object.prototype.toString.call(l)&&l.then(function(e){Array.isArray(e)&&(t.onChange(e),o>0&&t.changeCurrent(Math.ceil(e.length/o)))}),Array.isArray(l)&&(t.onChange(l),o>0&&t.changeCurrent(Math.ceil(l.length/o)))},this.doDelete=function(){var e=t.props,a=e.willDelete,r=e.rowKey,i=e.deleteConfirm,n=t.state,u=n.selectedRowKeys,o=n.datas,s=n.pageSize,l=n.current,b=o.filter(function(t){return!u.some(function(e){return e===t[r]})}),m=function(){var e=!0;"function"===typeof a&&(e=a(b,u)),"[object Promise]"===Object.prototype.toString.call(e)&&e.then(function(e){if(e&&(t.onChange(b,!0),s>0)){var a=Math.ceil(b.length/s);a<l&&t.changeCurrent(a)}}),"boolean"===typeof e&&e&&(t.onChange(b,!0),s>0&&t.changeCurrent(Math.ceil(b.length/s)))};i?C.Modal.confirm({title:it(15172,"系统提示"),content:it(23271,"确认要删除吗")+"?",onOk:m}):m()},this.doCopy=function(){var e=t.props,a=e.willCopy,r=e.rowKey,i=t.state,n=i.selectedRowKeys,u=i.datas,o=i.current,s=i.pageSize;s>0&&(u.length%s===0?t.changeCurrent(o+1):t.changeCurrent(Math.ceil(u.length/s)));var l=u.filter(function(t){return n.some(function(e){return e===t[r]})});l=l.map(function(e){return(0,h.default)({},e,(0,c.default)({},r,"wte_"+t.getHash()))});var b=u.concat(l);"function"===typeof a&&(b=a(b,n,l)),"[object Promise]"===Object.prototype.toString.call(b)&&b.then(function(e){Array.isArray(e)&&t.onChange(e)}),Array.isArray(b)&&t.onChange(b)},this.getWeaDragulaProps=function(){var e=t.props,a=e.rowKey,r=e.draggableType;return{container:".ant-table-tbody",datas:t.state.datas,canDrag:function(e){var a=(0,A.default)(t.wrap).closest(".ant-modal.react-draggable");return 1===a.length&&(a[0].style.transform="inherit"),"row"===r?(0,A.default)(e).closest("tr"):(0,A.default)(e).hasClass("icon-coms-move")},getKeyFromData:function(t){return t[a]},getKeyFromDom:function(t){return(0,A.default)("span.icon-coms-move",t).attr("data-index")},onDrop:t.onDrop}},this.getCheckRows=function(e,a){if(!e)return{disabledRows:[],canCheckedRows:[],checkedRows:[],disabledAndCheckedRows:[]};var r=e.dataIndex,i=t.getCheckValueType(e),n=(0,b.default)(e.com,1),u=n[0],o=[],s=[],l=[],m=[];return t.state.datas.forEach(function(e){var a=(0,h.default)({},e),n=t.props,b=n.cells,c=n.rowKey,d=b.filter(function(t){return t[c]===a[c]}),f=u;if(1===d.length){var g=d[0][r];g&&(f=Array.isArray(g.com)&&g.com.length>0?g.com[0]:u)}var v=f.disabled||1===f.viewAttr,p=a[r]===i[0];v&&o.push(a),!v&&s.push(a),!v&&p&&l.push(a),v&&p&&m.push(a)}),{disabledRows:o,canCheckedRows:s,checkedRows:l,disabledAndCheckedRows:m}},this.getLastTreeNode=function(e,a){var r=t.props.rowKey,i=t.state.datas,n=e[r].toString(),u=n.split(".").length-1,o=!1;if(0!==u){i.find(function(t,e){var i=t[r].toString();return i.split(".").length-1===u&&(0,L.default)(i,n.slice(0,n.lastIndexOf(".")))&&n!==i&&e>a})&&(o=!0)}return o},this.getColRender=function(e,a,r,i){var n,u=t.props,o=u.cells,s=u.rowKey,l=u.operationKey,b=u.onRowAdd,m=t.state,d=m.datas,f=m.validate,g=e.com,v=e.dataIndex,p=o.filter(function(t){return t[s]===r[s]}),y=[],k={record:r,index:i,text:a,row:p,col:e,rowKey:s,len:d.length,validate:f,operationKey:l,onEdit:t.onEdit,lastTreeNode:t.getLastTreeNode(r,i),onRowAdd:b};(1===p.length&&p[0][v]&&Array.isArray(p[0][v].com)?p[0][v].com:g).forEach(function(a){if("string"===typeof a.type&&("CHECKBOX"===a.type.toLocaleUpperCase()||"SWITCH"===a.type.toLocaleUpperCase()||"RADIO"===a.type.toLocaleUpperCase())){var i=t.getCheckRows(e),n=i.disabledRows,u=i.checkedRows,o=i.disabledAndCheckedRows,l=o.concat(u).some(function(t){return t[s]===r[s]}),b={value:l?"1":"0",disabled:n.some(function(t){return t[s]===r[s]}),checked:l};k.checkProps=b}y.push(P.default.createElement($.default,(0,h.default)({},k,{com:a,doAdd:t.doAdd})))});var w=t.props.prefixCls,j=(0,M.default)((n={},(0,c.default)(n,w+"-tablecell",!0),(0,c.default)(n,w+"-tablecell-single",1===y.length),n));return P.default.createElement("div",{className:j},y)},this.changeCurrent=function(e,a){var r=t.props.onShowSizeChange,i=t.state,n=i.current,u=i.pageSize;if(!u)return!1;e!==n&&t.setState({current:e}),a&&a!==u&&t.setState({pageSize:a},function(){"function"===typeof r&&r(e,a)})},this.getPagination=function(){var e=t.state,a=e.datas,r=e.pageSize,i=t.props,n=i.paginationSize,u=i.pageSizeOptions;return!!r&&{showSizeChanger:!0,showQuickJumper:!0,size:n,current:t.state.current,pageSize:r,pageSizeOptions:Array.isArray(u)?u:[10,20,50,100],total:a.length,showTotal:function(t){return it("385617","共$s条").replace(/\$s/,t)},onChange:t.changeCurrent,onShowSizeChange:t.changeCurrent}}},n),ut=(0,et.default)(nt,"WeaTableEdittable");e.default=ut},1379:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object.prototype.toString.call(t);return t instanceof Date||"object"===typeof t&&"[object Date]"===e?new Date(t.getTime()):"number"===typeof t||"[object Number]"===e?new Date(t):("string"!==typeof t&&"[object String]"!==e||"undefined"===typeof console||(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule"),console.warn((new Error).stack)),new Date(NaN))}e.a=r},1380:function(t,e,a){"use strict";function r(t){if(null===t||!0===t||!1===t)return NaN;var e=Number(t);return isNaN(e)?e:e<0?Math.ceil(e):Math.floor(e)}e.a=r},1381:function(t,e,a){"use strict";function r(t){var e=new Date(t.getTime()),a=e.getTimezoneOffset();e.setSeconds(0,0);var r=e.getTime()%i;return a*i+r}e.a=r;var i=6e4},1383:function(t,e){t.exports=function(t,e){return Array.prototype.slice.call(t,e)}},1384:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var a=e||{},r=a.locale,u=r&&r.options&&r.options.weekStartsOn,o=null==u?0:Object(n.a)(u),s=null==a.weekStartsOn?o:Object(n.a)(a.weekStartsOn);if(!(s>=0&&s<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var l=Object(i.a)(t),b=l.getDay(),m=(b<s?7:0)+b-s;return l.setDate(l.getDate()-m),l.setHours(0,0,0,0),l}e.a=r;var i=a(1379),n=a(1380)},1385:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(i.a)(e);return a.setDate(a.getDate()+r),a}e.a=r;var i=a(1380),n=a(1379)},1386:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t,{weekStartsOn:1})}e.a=r;var i=a(1384)},1387:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(n.a)(e),o=a.getTime()-Object(i.a)(a),s=r.getTime()-Object(i.a)(r);return Math.round((o-s)/u)}e.a=r;var i=a(1381),n=a(1415),u=864e5},1388:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e),n=a.getTime()-r.getTime();return n<0?-1:n>0?1:n}e.a=r;var i=a(1379)},1390:function(t,e,a){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=a(14),n=r(i),u=a(4),o=r(u),s=a(1),l=r(s),b=a(5),m=r(b),c=a(2),d=r(c),h=a(3),f=r(h);a(1397);var g=a(1399),v=r(g),p=a(28),y=r(p),k=a(167),w=r(k),j=a(19),T=r(j),_=function(t){function e(t){(0,l.default)(this,e);var a=(0,d.default)(this,(e.__proto__||(0,o.default)(e)).call(this,t));return a.initDragula=function(){var t=a.props,e=t.container,r=t.canDrag,i=t.direction,u=t.onDrop,o=t.getKeyFromDom,s=t.getKeyFromData;"string"==typeof e?e=jQuery(e,ReactDOM.findDOMNode(a))[0]:(0,y.default)(e)&&(e=e()),a.drake=(0,v.default)([e],{isContainer:function(t){return!1},moves:function(t,e,a,i){return(0,y.default)(r)?r(a,t,e,i):r},mirrorContainer:e,direction:i}),a.drake.on("drop",function(t,e,r,i){var l=a.props.datas;if(Array.isArray(l)&&(0,y.default)(o)&&(0,y.default)(s)&&(0,y.default)(u)){var b=o(t),m=i?o(i):-1;m==b&&(m=-1);var c=(0,w.default)(l,function(t,e){return s(t,e)==b}),d=-1==m?l.length:(0,w.default)(l,function(t,e){return s(t,e)==m});d=d>c?d-1:d;var h=l.splice(c,1)[0];l.splice(d,0,h),u([].concat((0,n.default)(l)),c,d,h)}else(0,y.default)(u)&&u(t,i,e,r)})},a.drake=null,a}return(0,f.default)(e,t),(0,m.default)(e,[{key:"componentDidMount",value:function(){this.initDragula()}},{key:"componentWillUnmount",value:function(){this.drake&&this.drake.destroy()}},{key:"render",value:function(){return this.props.children}}]),e}(React.Component);_.propTypes={container:React.PropTypes.any,canDrag:React.PropTypes.any,onDrop:React.PropTypes.func,datas:React.PropTypes.array,getKeyFromData:React.PropTypes.func,getKeyFromDom:React.PropTypes.func};var O=(0,T.default)(_,"WeaDragula");e.default=O},1391:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getFullYear(),r=new Date(0);r.setFullYear(a+1,0,4),r.setHours(0,0,0,0);var u=Object(n.a)(r),o=new Date(0);o.setFullYear(a,0,4),o.setHours(0,0,0,0);var s=Object(n.a)(o);return e.getTime()>=u.getTime()?a+1:e.getTime()>=s.getTime()?a:a-1}e.a=r;var i=a(1379),n=a(1386)},1397:function(t,e,a){var r=a(1398);"string"===typeof r&&(r=[[t.i,r,""]]);var i={hmr:!1};i.transform=void 0;a(1361)(r,i);r.locals&&(t.exports=r.locals)},1398:function(t,e,a){e=t.exports=a(1360)(!0),e.push([t.i,'.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}',"",{version:3,sources:["E:/git/WEAVER_CloudStore_e9/components/ecology9/wea-dragula/dragula.min.css"],names:[],mappings:"AAAA,WAAW,yBAAyB,mBAAmB,uBAAuB,WAAW,iEAAiE,wBAAwB,CAAC,SAAS,sBAAsB,CAAC,iBAAiB,mCAAmC,gCAAgC,+BAA+B,0BAA0B,CAAC,YAAY,WAAW,iEAAiE,wBAAwB,CAAC",file:"dragula.min.css",sourcesContent:['.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}\r\n'],sourceRoot:""}])},1399:function(t,e,a){"use strict";function r(){function t(t){e(t),n(t.getElementsByTagName("*")).forEach(e)}function e(t){t.removeAttribute("data-reactid")}return i.apply(this,n(arguments)).on("cloned",t)}var i=a(1400),n=a(1383);t.exports=r},1400:function(t,e,a){"use strict";(function(e){function r(t,e){function a(t){return-1!==lt.containers.indexOf(t)||st.isContainer(t)}function r(t){var e=t?"remove":"add";i(T,e,"mousedown",O),i(T,e,"mouseup",S)}function o(t){i(T,t?"remove":"add","mousemove",q)}function f(t){var e=t?"remove":"add";k[e](T,"selectstart",_),k[e](T,"click",_)}function v(){r(!0),S({})}function _(t){ut&&t.preventDefault()}function O(t){if(tt=t.clientX,et=t.clientY,!(1!==n(t)||t.metaKey||t.ctrlKey)){var e=t.target,a=x(e);a&&(ut=a,o(),"mousedown"===t.type&&(h(e)?e.focus():t.preventDefault()))}}function q(t){if(ut){if(0===n(t))return void S({});if(void 0===t.clientX||t.clientX!==tt||void 0===t.clientY||t.clientY!==et){if(st.ignoreInputTextSelection){var e=p("clientX",t),a=p("clientY",t);if(h(j.elementFromPoint(e,a)))return}var r=ut;o(!0),f(),A(),P(r);var i=u(G);Z=p("pageX",t)-i.left,$=p("pageY",t)-i.top,w.add(it||G,"gu-transit"),W(),H(t)}}}function x(t){if((!lt.dragging||!V)&&!a(t)){for(var e=t;d(t)&&!1===a(d(t));){if(st.invalid(t,e))return;if(!(t=d(t)))return}var r=d(t);if(r&&!st.invalid(t,e)){if(st.moves(t,r,e,g(t)))return{item:t,source:r}}}}function z(t){return!!x(t)}function D(t){var e=x(t);e&&P(e)}function P(t){Q(t.item,t.source)&&(it=t.item.cloneNode(!0),lt.emit("cloned",it,t.item,"copy")),J=t.source,G=t.item,at=rt=g(t.item),lt.dragging=!0,lt.emit("drag",G,J)}function E(){return!1}function A(){if(lt.dragging){var t=it||G;M(t,d(t))}}function C(){ut=!1,o(!0),f(!0)}function S(t){if(C(),lt.dragging){var e=it||G,a=p("clientX",t),r=p("clientY",t),i=s(V,a,r),n=Y(i,a,r);n&&(it&&st.copySortSource||!it||n!==J)?M(e,n):st.removeOnSpill?R():N()}}function M(t,e){var a=d(t);it&&st.copySortSource&&e===J&&a.removeChild(G),F(e)?lt.emit("cancel",t,J,J):lt.emit("drop",t,e,J,rt),I()}function R(){if(lt.dragging){var t=it||G,e=d(t);e&&e.removeChild(t),lt.emit(it?"cancel":"remove",t,e,J),I()}}function N(t){if(lt.dragging){var e=arguments.length>0?t:st.revertOnSpill,a=it||G,r=d(a),i=F(r);!1===i&&e&&(it?r&&r.removeChild(it):J.insertBefore(a,at)),i||e?lt.emit("cancel",a,J,J):lt.emit("drop",a,r,J,rt),I()}}function I(){var t=it||G;C(),B(),t&&w.rm(t,"gu-transit"),nt&&clearTimeout(nt),lt.dragging=!1,ot&<.emit("out",t,ot,J),lt.emit("dragend",t),J=G=it=at=rt=nt=ot=null}function F(t,e){var a;return a=void 0!==e?e:V?rt:g(it||G),t===J&&a===at}function Y(t,e,r){for(var i=t;i&&!function(){if(!1===a(i))return!1;var n=K(i,t),u=X(i,n,e,r);return!!F(i,u)||st.accepts(G,i,J,u)}();)i=d(i);return i}function H(t){function e(t){lt.emit(t,u,ot,J)}if(V){t.preventDefault();var a=p("clientX",t),r=p("clientY",t),i=a-Z,n=r-$;V.style.left=i+"px",V.style.top=n+"px";var u=it||G,o=s(V,a,r),l=Y(o,a,r),b=null!==l&&l!==ot;(b||null===l)&&(function(){ot&&e("out")}(),ot=l,function(){b&&e("over")}());var m=d(u);if(l===J&&it&&!st.copySortSource)return void(m&&m.removeChild(u));var c,h=K(l,o);if(null!==h)c=X(l,h,a,r);else{if(!0!==st.revertOnSpill||it)return void(it&&m&&m.removeChild(u));c=at,l=J}(null===c&&b||c!==u&&c!==g(u))&&(rt=c,l.insertBefore(u,c),lt.emit("shadow",u,l,J))}}function U(t){w.rm(t,"gu-hide")}function L(t){lt.dragging&&w.add(t,"gu-hide")}function W(){if(!V){var t=G.getBoundingClientRect();V=G.cloneNode(!0),V.style.width=m(t)+"px",V.style.height=c(t)+"px",w.rm(V,"gu-transit"),w.add(V,"gu-mirror"),st.mirrorContainer.appendChild(V),i(T,"add","mousemove",H),w.add(st.mirrorContainer,"gu-unselectable"),lt.emit("cloned",V,G,"mirror")}}function B(){V&&(w.rm(st.mirrorContainer,"gu-unselectable"),i(T,"remove","mousemove",H),d(V).removeChild(V),V=null)}function K(t,e){for(var a=e;a!==t&&d(a)!==t;)a=d(a);return a===T?null:a}function X(t,e,a,r){function i(t){return t?g(e):e}var n="horizontal"===st.direction;return e!==t?function(){var t=e.getBoundingClientRect();return i(n?a>t.left+m(t)/2:r>t.top+c(t)/2)}():function(){var e,i,u,o=t.children.length;for(e=0;e<o;e++){if(i=t.children[e],u=i.getBoundingClientRect(),n&&u.left+u.width/2>a)return i;if(!n&&u.top+u.height/2>r)return i}return null}()}function Q(t,e){return"boolean"===typeof st.copy?st.copy:st.copy(t,e)}1===arguments.length&&!1===Array.isArray(t)&&(e=t,t=[]);var V,J,G,Z,$,tt,et,at,rt,it,nt,ut,ot=null,st=e||{};void 0===st.moves&&(st.moves=b),void 0===st.accepts&&(st.accepts=b),void 0===st.invalid&&(st.invalid=E),void 0===st.containers&&(st.containers=t||[]),void 0===st.isContainer&&(st.isContainer=l),void 0===st.copy&&(st.copy=!1),void 0===st.copySortSource&&(st.copySortSource=!1),void 0===st.revertOnSpill&&(st.revertOnSpill=!1),void 0===st.removeOnSpill&&(st.removeOnSpill=!1),void 0===st.direction&&(st.direction="vertical"),void 0===st.ignoreInputTextSelection&&(st.ignoreInputTextSelection=!0),void 0===st.mirrorContainer&&(st.mirrorContainer=j.body);var lt=y({containers:st.containers,start:D,end:A,cancel:N,remove:R,destroy:v,canMove:z,dragging:!1});return!0===st.removeOnSpill&<.on("over",U).on("out",L),r(),lt}function i(t,a,r,i){var n={mouseup:"touchend",mousedown:"touchstart",mousemove:"touchmove"},u={mouseup:"pointerup",mousedown:"pointerdown",mousemove:"pointermove"},o={mouseup:"MSPointerUp",mousedown:"MSPointerDown",mousemove:"MSPointerMove"};e.navigator.pointerEnabled?k[a](t,u[r],i):e.navigator.msPointerEnabled?k[a](t,o[r],i):(k[a](t,n[r],i),k[a](t,r,i))}function n(t){if(void 0!==t.touches)return t.touches.length;if(void 0!==t.which&&0!==t.which)return t.which;if(void 0!==t.buttons)return t.buttons;var e=t.button;return void 0!==e?1&e?1:2&e?3:4&e?2:0:void 0}function u(t){var e=t.getBoundingClientRect();return{left:e.left+o("scrollLeft","pageXOffset"),top:e.top+o("scrollTop","pageYOffset")}}function o(t,a){return"undefined"!==typeof e[a]?e[a]:T.clientHeight?T[t]:j.body[t]}function s(t,e,a){var r,i=t||{},n=i.className;return i.className+=" gu-hide",r=j.elementFromPoint(e,a),i.className=n,r}function l(){return!1}function b(){return!0}function m(t){return t.width||t.right-t.left}function c(t){return t.height||t.bottom-t.top}function d(t){return t.parentNode===j?null:t.parentNode}function h(t){return"INPUT"===t.tagName||"TEXTAREA"===t.tagName||"SELECT"===t.tagName||f(t)}function f(t){return!!t&&("false"!==t.contentEditable&&("true"===t.contentEditable||f(d(t))))}function g(t){return t.nextElementSibling||function(){var e=t;do{e=e.nextSibling}while(e&&1!==e.nodeType);return e}()}function v(t){return t.targetTouches&&t.targetTouches.length?t.targetTouches[0]:t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:t}function p(t,e){var a=v(e),r={pageX:"clientX",pageY:"clientY"};return t in r&&!(t in a)&&r[t]in a&&(t=r[t]),a[t]}var y=a(1401),k=a(1404),w=a(1407),j=document,T=j.documentElement;t.exports=r}).call(e,a(53))},1401:function(t,e,a){"use strict";var r=a(1383),i=a(1402);t.exports=function(t,e){var a=e||{},n={};return void 0===t&&(t={}),t.on=function(e,a){return n[e]?n[e].push(a):n[e]=[a],t},t.once=function(e,a){return a._once=!0,t.on(e,a),t},t.off=function(e,a){var r=arguments.length;if(1===r)delete n[e];else if(0===r)n={};else{var i=n[e];if(!i)return t;i.splice(i.indexOf(a),1)}return t},t.emit=function(){var e=r(arguments);return t.emitterSnapshot(e.shift()).apply(this,e)},t.emitterSnapshot=function(e){var u=(n[e]||[]).slice(0);return function(){var n=r(arguments),o=this||t;if("error"===e&&!1!==a.throws&&!u.length)throw 1===n.length?n[0]:n;return u.forEach(function(r){a.async?i(r,n,o):r.apply(o,n),r._once&&t.off(e,r)}),t}},t}},1402:function(t,e,a){"use strict";var r=a(1403);t.exports=function(t,e,a){t&&r(function(){t.apply(a||null,e||[])})}},1403:function(t,e,a){(function(e){var a,r="function"===typeof e;a=r?function(t){e(t)}:function(t){setTimeout(t,0)},t.exports=a}).call(e,a(370).setImmediate)},1404:function(t,e,a){"use strict";(function(e){function r(t,e,a,r){return t.addEventListener(e,a,r)}function i(t,e,a){return t.attachEvent("on"+e,l(t,e,a))}function n(t,e,a,r){return t.removeEventListener(e,a,r)}function u(t,e,a){var r=b(t,e,a);if(r)return t.detachEvent("on"+e,r)}function o(t,e,a){var r=-1===d.indexOf(e)?function(){return new c(e,{detail:a})}():function(){var t;return h.createEvent?(t=h.createEvent("Event"),t.initEvent(e,!0,!0)):h.createEventObject&&(t=h.createEventObject()),t}();t.dispatchEvent?t.dispatchEvent(r):t.fireEvent("on"+e,r)}function s(t,a,r){return function(a){var i=a||e.event;i.target=i.target||i.srcElement,i.preventDefault=i.preventDefault||function(){i.returnValue=!1},i.stopPropagation=i.stopPropagation||function(){i.cancelBubble=!0},i.which=i.which||i.keyCode,r.call(t,i)}}function l(t,e,a){var r=b(t,e,a)||s(t,e,a);return v.push({wrapper:r,element:t,type:e,fn:a}),r}function b(t,e,a){var r=m(t,e,a);if(r){var i=v[r].wrapper;return v.splice(r,1),i}}function m(t,e,a){var r,i;for(r=0;r<v.length;r++)if(i=v[r],i.element===t&&i.type===e&&i.fn===a)return r}var c=a(1405),d=a(1406),h=e.document,f=r,g=n,v=[];e.addEventListener||(f=i,g=u),t.exports={add:f,remove:g,fabricate:o}}).call(e,a(53))},1405:function(t,e,a){(function(e){var a=e.CustomEvent;t.exports=function(){try{var t=new a("cat",{detail:{foo:"bar"}});return"cat"===t.type&&"bar"===t.detail.foo}catch(t){}return!1}()?a:"function"===typeof document.createEvent?function(t,e){var a=document.createEvent("CustomEvent");return e?a.initCustomEvent(t,e.bubbles,e.cancelable,e.detail):a.initCustomEvent(t,!1,!1,void 0),a}:function(t,e){var a=document.createEventObject();return a.type=t,e?(a.bubbles=Boolean(e.bubbles),a.cancelable=Boolean(e.cancelable),a.detail=e.detail):(a.bubbles=!1,a.cancelable=!1,a.detail=void 0),a}}).call(e,a(53))},1406:function(t,e,a){"use strict";(function(e){var a=[],r="",i=/^on/;for(r in e)i.test(r)&&a.push(r.slice(2));t.exports=a}).call(e,a(53))},1407:function(t,e,a){"use strict";function r(t){var e=u[t];return e?e.lastIndex=0:u[t]=e=new RegExp(o+t+s,"g"),e}function i(t,e){var a=t.className;a.length?r(e).test(a)||(t.className+=" "+e):t.className=e}function n(t,e){t.className=t.className.replace(r(e)," ").trim()}var u={},o="(?:^|\\s)",s="(?:\\s|$)";t.exports={add:i,rm:n}},1408:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t).getTime(),r=Object(i.a)(e);return new Date(a+r)}e.a=r;var i=a(1380),n=a(1379)},1409:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=new Date(0);return a.setFullYear(e,0,4),a.setHours(0,0,0,0),Object(n.a)(a)}e.a=r;var i=a(1391),n=a(1386)},1410:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e);return a.getTime()===r.getTime()}e.a=r;var i=a(1415)},1411:function(t,e,a){"use strict";var r=a(1673),i=a(1674),n=a(1676),u=a(1677),o=a(1679),s={formatDistance:r.a,formatLong:i.a,formatRelative:n.a,localize:u.a,match:o.a,options:{weekStartsOn:0,firstWeekContainsDate:1}};e.a=s},1412:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);return Object(n.a)(t,-a)}e.a=r;var i=a(1380),n=a(1408)},1414:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getDay();return 0===a||6===a}e.a=r;var i=a(1379)},1415:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t);return e.setHours(0,0,0,0),e}e.a=r;var i=a(1379)},1416:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(i.a)(e),o=a.getMonth()+r,s=new Date(0);s.setFullYear(a.getFullYear(),o,1),s.setHours(0,0,0,0);var l=Object(u.a)(s);return a.setMonth(o,Math.min(l,a.getDate())),a}e.a=r;var i=a(1380),n=a(1379),u=a(1441)},1417:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e),r=7*a;return Object(n.a)(t,r)}e.a=r;var i=a(1380),n=a(1385)},1418:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t);return!isNaN(e)}e.a=r;var i=a(1379)},1419:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e);return a.getTime()-r.getTime()}e.a=r;var i=a(1379)},1420:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t);return e.setDate(1),e.setHours(0,0,0,0),e}e.a=r;var i=a(1379)},1421:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getUTCDay(),r=(a<1?7:0)+a-1;return e.setUTCDate(e.getUTCDate()-r),e.setUTCHours(0,0,0,0),e}e.a=r;var i=a(1379)},1422:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var a=e||{},r=a.locale,u=r&&r.options&&r.options.weekStartsOn,o=null==u?0:Object(i.a)(u),s=null==a.weekStartsOn?o:Object(i.a)(a.weekStartsOn);if(!(s>=0&&s<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var l=Object(n.a)(t),b=l.getUTCDay(),m=(b<s?7:0)+b-s;return l.setUTCDate(l.getUTCDate()-m),l.setUTCHours(0,0,0,0),l}e.a=r;var i=a(1380),n=a(1379)},1441:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getFullYear(),r=e.getMonth(),n=new Date(0);return n.setFullYear(a,r+1,0),n.setHours(0,0,0,0),n.getDate()}e.a=r;var i=a(1379)},1442:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e),o=Object(u.a)(a,r),s=Math.abs(Object(n.a)(a,r));a.setMonth(a.getMonth()-o*s);var l=Object(u.a)(a,r)===-o,b=o*(s-l);return 0===b?0:b}e.a=r;var i=a(1379),n=a(1471),u=a(1388)},1443:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t,e)/1e3;return a>0?Math.floor(a):Math.ceil(a)}e.a=r;var i=a(1419)},1444:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");for(var e=Object(i.a)(t),a=[],r=0;r++<e.length;){var o=e[r];Object(u.a)(o)&&(a.push(o),Object(n.a)(o)&&(r+=5))}return a}e.a=r;var i=a(1477),n=a(1478),u=a(1414)},1445:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getMonth();return e.setFullYear(e.getFullYear(),a+1,0),e.setHours(23,59,59,999),e}e.a=r;var i=a(1379)},1446:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=new Date(0);return a.setFullYear(e.getFullYear(),0,1),a.setHours(0,0,0,0),a}e.a=r;var i=a(1379)},1447:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t);return e.setHours(23,59,59,999),e}e.a=r;var i=a(1379)},1448:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var a=Object(n.a)(t,e),r=a.getUTCFullYear(),o=e||{},s=o.locale,l=s&&s.options&&s.options.firstWeekContainsDate,b=null==l?1:Object(i.a)(l),m=null==o.firstWeekContainsDate?b:Object(i.a)(o.firstWeekContainsDate);if(!(m>=1&&m<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var c=new Date(0);c.setUTCFullYear(r+1,0,m),c.setUTCHours(0,0,0,0);var d=Object(u.a)(c,e),h=new Date(0);h.setUTCFullYear(r,0,m),h.setUTCHours(0,0,0,0);var f=Object(u.a)(h,e);return a.getTime()>=d.getTime()?r+1:a.getTime()>=f.getTime()?r:r-1}e.a=r;var i=a(1380),n=a(1379),u=a(1422)},1449:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var a=e||{},r=a.locale,o=r&&r.options&&r.options.firstWeekContainsDate,s=null==o?1:Object(u.a)(o),l=null==a.firstWeekContainsDate?s:Object(u.a)(a.firstWeekContainsDate),b=Object(i.a)(t,e),m=new Date(0);return m.setFullYear(b,0,l),m.setHours(0,0,0,0),Object(n.a)(m,e)}e.a=r;var i=a(1499),n=a(1384),u=a(1380)},1450:function(t,e,a){"use strict";function r(t,e,a){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var r=Object(i.a)(t,a),n=Object(i.a)(e,a);return r.getTime()===n.getTime()}e.a=r;var i=a(1384)},1451:function(t,e){t.exports={accepted:"The :attribute must be accepted.",after:"The :attribute must be after :after.",after_or_equal:"The :attribute must be equal or after :after_or_equal.",alpha:"The :attribute field must contain only alphabetic characters.",alpha_dash:"The :attribute field may only contain alpha-numeric characters, as well as dashes and underscores.",alpha_num:"The :attribute field must be alphanumeric.",before:"The :attribute must be before :before.",before_or_equal:"The :attribute must be equal or before :before_or_equal.",between:"The :attribute field must be between :min and :max.",confirmed:"The :attribute confirmation does not match.",email:"The :attribute format is invalid.",date:"The :attribute is not a valid date format.",def:"The :attribute attribute has errors.",digits:"The :attribute must be :digits digits.",digits_between:"The :attribute field must be between :min and :max digits.",different:"The :attribute and :different must be different.",in:"The selected :attribute is invalid.",integer:"The :attribute must be an integer.",hex:"The :attribute field should have hexadecimal format",min:{numeric:"The :attribute must be at least :min.",string:"The :attribute must be at least :min characters."},max:{numeric:"The :attribute may not be greater than :max.",string:"The :attribute may not be greater than :max characters."},not_in:"The selected :attribute is invalid.",numeric:"The :attribute must be a number.",present:"The :attribute field must be present (but can be empty).",required:"The :attribute field is required.",required_if:"The :attribute field is required when :other is :value.",required_unless:"The :attribute field is required when :other is not :value.",required_with:"The :attribute field is required when :field is not empty.",required_with_all:"The :attribute field is required when :fields are not empty.",required_without:"The :attribute field is required when :field is empty.",required_without_all:"The :attribute field is required when :fields are empty.",same:"The :attribute and :same fields must match.",size:{numeric:"The :attribute must be :size.",string:"The :attribute must be :size characters."},string:"The :attribute must be a string.",url:"The :attribute format is invalid.",regex:"The :attribute format is invalid.",attributes:{}}},1462:function(t,e,a){var r=a(69);t.exports=function(t,e){if(!r(t)||t._t!==e)throw TypeError("Incompatible receiver, "+e+" required!");return t}},1463:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);return Object(n.a)(t,a*u)}e.a=r;var i=a(1380),n=a(1408),u=36e5},1464:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);return Object(u.a)(t,Object(n.a)(t)+a)}e.a=r;var i=a(1380),n=a(1391),u=a(1465)},1465:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(i.a)(e),s=Object(o.a)(a,Object(u.a)(a)),l=new Date(0);return l.setFullYear(r,0,4),l.setHours(0,0,0,0),a=Object(u.a)(l),a.setDate(a.getDate()+s),a}e.a=r;var i=a(1380),n=a(1379),u=a(1409),o=a(1387)},1466:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);return Object(n.a)(t,a*u)}e.a=r;var i=a(1380),n=a(1408),u=6e4},1467:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e),r=3*a;return Object(n.a)(t,r)}e.a=r;var i=a(1380),n=a(1416)},1468:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);return Object(n.a)(t,1e3*a)}e.a=r;var i=a(1380),n=a(1408)},1469:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);return Object(n.a)(t,12*a)}e.a=r;var i=a(1380),n=a(1416)},1470:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");return Object(i.a)(t)-Object(i.a)(e)}e.a=r;var i=a(1391)},1471:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e);return 12*(a.getFullYear()-r.getFullYear())+(a.getMonth()-r.getMonth())}e.a=r;var i=a(1379)},1472:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t);return Math.floor(e.getMonth()/3)+1}e.a=r;var i=a(1379)},1473:function(t,e,a){"use strict";function r(t,e,a){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var r=Object(i.a)(t,a),o=Object(i.a)(e,a),s=r.getTime()-Object(n.a)(r),l=o.getTime()-Object(n.a)(o);return Math.round((s-l)/u)}e.a=r;var i=a(1384),n=a(1381),u=6048e5},1474:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e);return a.getFullYear()-r.getFullYear()}e.a=r;var i=a(1379)},1475:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e),o=Object(u.a)(a,r),s=Math.abs(Object(n.a)(a,r));a.setDate(a.getDate()-o*s);var l=Object(u.a)(a,r)===-o,b=o*(s-l);return 0===b?0:b}e.a=r;var i=a(1379),n=a(1387),u=a(1388)},1476:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);return Object(n.a)(t,-a)}e.a=r;var i=a(1380),n=a(1464)},1477:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var a=t||{},r=Object(i.a)(a.start),n=Object(i.a)(a.end),u=n.getTime();if(!(r.getTime()<=u))throw new RangeError("Invalid interval");var o=[],s=r;s.setHours(0,0,0,0);var l=e&&"step"in e?Number(e.step):1;if(l<1||isNaN(l))throw new RangeError("`options.step` must be a number greater than 1");for(;s.getTime()<=u;)o.push(Object(i.a)(s)),s.setDate(s.getDate()+l),s.setHours(0,0,0,0);return o}e.a=r;var i=a(1379)},1478:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return 0===Object(i.a)(t).getDay()}e.a=r;var i=a(1379)},1479:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getFullYear();return e.setFullYear(a+1,0,0),e.setHours(23,59,59,999),e}e.a=r;var i=a(1379)},1480:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var a=e||{},r=a.locale,u=r&&r.options&&r.options.weekStartsOn,o=null==u?0:Object(n.a)(u),s=null==a.weekStartsOn?o:Object(n.a)(a.weekStartsOn);if(!(s>=0&&s<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var l=Object(i.a)(t),b=l.getDay(),m=6+(b<s?-7:0)-(b-s);return l.setDate(l.getDate()+m),l.setHours(23,59,59,999),l}e.a=r;var i=a(1379),n=a(1380)},1481:function(t,e,a){"use strict";function r(t,e,a){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var r=String(e),g=a||{},v=g.locale||u.a,y=v.options&&v.options.firstWeekContainsDate,k=null==y?1:Object(d.a)(y),w=null==g.firstWeekContainsDate?k:Object(d.a)(g.firstWeekContainsDate);if(!(w>=1&&w<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var j=v.options&&v.options.weekStartsOn,T=null==j?0:Object(d.a)(j),_=null==g.weekStartsOn?T:Object(d.a)(g.weekStartsOn);if(!(_>=0&&_<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!v.localize)throw new RangeError("locale must contain localize property");if(!v.formatLong)throw new RangeError("locale must contain formatLong property");var O=Object(s.a)(t);if(!Object(n.a)(O))throw new RangeError("Invalid time value");var q=Object(m.a)(O),x=Object(o.a)(O,q),z={firstWeekContainsDate:w,weekStartsOn:_,locale:v,_originalDate:O};return r.match(f).map(function(t){var e=t[0];if("p"===e||"P"===e){return(0,b.a[e])(t,v.formatLong,z)}return t}).join("").match(h).map(function(t){if("''"===t)return"'";var e=t[0];if("'"===e)return i(t);var a=l.a[e];if(a)return!g.useAdditionalWeekYearTokens&&Object(c.b)(t)&&Object(c.c)(t),!g.useAdditionalDayOfYearTokens&&Object(c.a)(t)&&Object(c.c)(t),a(x,t,v.localize,z);if(e.match(p))throw new RangeError("Format string contains an unescaped latin alphabet character `"+e+"`");return t}).join("")}function i(t){return t.match(g)[1].replace(v,"'")}e.a=r;var n=a(1418),u=a(1411),o=a(1412),s=a(1379),l=a(1682),b=a(1487),m=a(1381),c=a(1488),d=a(1380),h=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,f=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,g=/^'(.*?)'?$/,v=/''/g,p=/[a-zA-Z]/},1482:function(t,e,a){"use strict";var r=a(1483),i={y:function(t,e){var a=t.getUTCFullYear(),i=a>0?a:1-a;return Object(r.a)("yy"===e?i%100:i,e.length)},M:function(t,e){var a=t.getUTCMonth();return"M"===e?String(a+1):Object(r.a)(a+1,2)},d:function(t,e){return Object(r.a)(t.getUTCDate(),e.length)},a:function(t,e){var a=t.getUTCHours()/12>=1?"pm":"am";switch(e){case"a":case"aa":case"aaa":return a.toUpperCase();case"aaaaa":return a[0];case"aaaa":default:return"am"===a?"a.m.":"p.m."}},h:function(t,e){return Object(r.a)(t.getUTCHours()%12||12,e.length)},H:function(t,e){return Object(r.a)(t.getUTCHours(),e.length)},m:function(t,e){return Object(r.a)(t.getUTCMinutes(),e.length)},s:function(t,e){return Object(r.a)(t.getUTCSeconds(),e.length)},S:function(t,e){var a=e.length,i=t.getUTCMilliseconds(),n=Math.floor(i*Math.pow(10,a-3));return Object(r.a)(n,e.length)}};e.a=i},1483:function(t,e,a){"use strict";function r(t,e){for(var a=t<0?"-":"",r=Math.abs(t).toString();r.length<e;)r="0"+r;return a+r}e.a=r},1484:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=Object(n.a)(e).getTime()-Object(u.a)(e).getTime();return Math.round(a/o)+1}e.a=r;var i=a(1379),n=a(1421),u=a(1684),o=6048e5},1485:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getUTCFullYear(),r=new Date(0);r.setUTCFullYear(a+1,0,4),r.setUTCHours(0,0,0,0);var u=Object(n.a)(r),o=new Date(0);o.setUTCFullYear(a,0,4),o.setUTCHours(0,0,0,0);var s=Object(n.a)(o);return e.getTime()>=u.getTime()?a+1:e.getTime()>=s.getTime()?a:a-1}e.a=r;var i=a(1379),n=a(1421)},1486:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(n.a)(a,e).getTime()-Object(u.a)(a,e).getTime();return Math.round(r/o)+1}e.a=r;var i=a(1379),n=a(1422),u=a(1685),o=6048e5},1487:function(t,e,a){"use strict";function r(t,e){switch(t){case"P":return e.date({width:"short"});case"PP":return e.date({width:"medium"});case"PPP":return e.date({width:"long"});case"PPPP":default:return e.date({width:"full"})}}function i(t,e){switch(t){case"p":return e.time({width:"short"});case"pp":return e.time({width:"medium"});case"ppp":return e.time({width:"long"});case"pppp":default:return e.time({width:"full"})}}function n(t,e){var a=t.match(/(P+)(p+)?/),n=a[1],u=a[2];if(!u)return r(t,e);var o;switch(n){case"P":o=e.dateTime({width:"short"});break;case"PP":o=e.dateTime({width:"medium"});break;case"PPP":o=e.dateTime({width:"long"});break;case"PPPP":default:o=e.dateTime({width:"full"})}return o.replace("{{date}}",r(n,e)).replace("{{time}}",i(u,e))}var u={p:i,P:n};e.a=u},1488:function(t,e,a){"use strict";function r(t){return-1!==u.indexOf(t)}function i(t){return-1!==o.indexOf(t)}function n(t){if("YYYY"===t)throw new RangeError("Use `yyyy` instead of `YYYY` for formatting years; see: https://git.io/fxCyr");if("YY"===t)throw new RangeError("Use `yy` instead of `YY` for formatting years; see: https://git.io/fxCyr");if("D"===t)throw new RangeError("Use `d` instead of `D` for formatting days of the month; see: https://git.io/fxCyr");if("DD"===t)throw new RangeError("Use `dd` instead of `DD` for formatting days of the month; see: https://git.io/fxCyr")}e.a=r,e.b=i,e.c=n;var u=["D","DD"],o=["YY","YYYY"]},1489:function(t,e,a){"use strict";function r(t,e,a){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var r=a||{},f=r.locale||o.a;if(!f.formatDistance)throw new RangeError("locale must contain formatDistance property");var g=Object(i.a)(t,e);if(isNaN(g))throw new RangeError("Invalid time value");var v=Object(l.a)(r);v.addSuffix=Boolean(r.addSuffix),v.comparison=g;var p,y;g>0?(p=Object(s.a)(e),y=Object(s.a)(t)):(p=Object(s.a)(t),y=Object(s.a)(e));var k,w=Object(u.a)(y,p),j=(Object(b.a)(y)-Object(b.a)(p))/1e3,T=Math.round((w-j)/60);if(T<2)return r.includeSeconds?w<5?f.formatDistance("lessThanXSeconds",5,v):w<10?f.formatDistance("lessThanXSeconds",10,v):w<20?f.formatDistance("lessThanXSeconds",20,v):w<40?f.formatDistance("halfAMinute",null,v):w<60?f.formatDistance("lessThanXMinutes",1,v):f.formatDistance("xMinutes",1,v):0===T?f.formatDistance("lessThanXMinutes",1,v):f.formatDistance("xMinutes",T,v);if(T<45)return f.formatDistance("xMinutes",T,v);if(T<90)return f.formatDistance("aboutXHours",1,v);if(T<m){var _=Math.round(T/60);return f.formatDistance("aboutXHours",_,v)}if(T<c)return f.formatDistance("xDays",1,v);if(T<d){var O=Math.round(T/m);return f.formatDistance("xDays",O,v)}if(T<h)return k=Math.round(T/d),f.formatDistance("aboutXMonths",k,v);if((k=Object(n.a)(y,p))<12){var q=Math.round(T/d);return f.formatDistance("xMonths",q,v)}var x=k%12,z=Math.floor(k/12);return x<3?f.formatDistance("aboutXYears",z,v):x<9?f.formatDistance("overXYears",z,v):f.formatDistance("almostXYears",z+1,v)}e.a=r;var i=a(1388),n=a(1442),u=a(1443),o=a(1411),s=a(1379),l=a(1490),b=a(1381),m=1440,c=2520,d=43200,h=86400},1490:function(t,e,a){"use strict";function r(t){return Object(i.a)({},t)}e.a=r;var i=a(1491)},1491:function(t,e,a){"use strict";function r(t,e){if(null==t)throw new TypeError("assign requires that input parameter not be null or undefined");e=e||{};for(var a in e)e.hasOwnProperty(a)&&(t[a]=e[a]);return t}e.a=r},1492:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t).getDate()}e.a=r;var i=a(1379)},1493:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t).getDay()}e.a=r;var i=a(1379)},1494:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getFullYear();return a%400===0||a%4===0&&a%100!==0}e.a=r;var i=a(1379)},1495:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getDay();return 0===a&&(a=7),a}e.a=r;var i=a(1379)},1496:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=Object(n.a)(e).getTime()-Object(u.a)(e).getTime();return Math.round(a/o)+1}e.a=r;var i=a(1379),n=a(1386),u=a(1409),o=6048e5},1497:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t).getTime()}e.a=r;var i=a(1379)},1498:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var a=Object(u.a)(t),r=Object(i.a)(a,e).getTime()-Object(n.a)(a,e).getTime();return Math.round(r/o)+1}e.a=r;var i=a(1384),n=a(1449),u=a(1379),o=6048e5},1499:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=a.getFullYear(),o=e||{},s=o.locale,l=s&&s.options&&s.options.firstWeekContainsDate,b=null==l?1:Object(u.a)(l),m=null==o.firstWeekContainsDate?b:Object(u.a)(o.firstWeekContainsDate);if(!(m>=1&&m<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var c=new Date(0);c.setFullYear(r+1,0,m),c.setHours(0,0,0,0);var d=Object(i.a)(c,e),h=new Date(0);h.setFullYear(r,0,m),h.setHours(0,0,0,0);var f=Object(i.a)(h,e);return a.getTime()>=d.getTime()?r+1:a.getTime()>=f.getTime()?r:r-1}e.a=r;var i=a(1384),n=a(1379),u=a(1380)},1500:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getMonth();return e.setFullYear(e.getFullYear(),a+1,0),e.setHours(0,0,0,0),e}e.a=r;var i=a(1379)},1501:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e);return a.getTime()===r.getTime()}e.a=r;var i=a(1502)},1502:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t);return e.setMinutes(0,0,0),e}e.a=r;var i=a(1379)},1503:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");return Object(i.a)(t,e,{weekStartsOn:1})}e.a=r;var i=a(1450)},1504:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e);return a.getTime()===r.getTime()}e.a=r;var i=a(1505)},1505:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t);return e.setSeconds(0,0),e}e.a=r;var i=a(1379)},1506:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e);return a.getFullYear()===r.getFullYear()&&a.getMonth()===r.getMonth()}e.a=r;var i=a(1379)},1507:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e);return a.getTime()===r.getTime()}e.a=r;var i=a(1508)},1508:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getMonth(),r=a-a%3;return e.setMonth(r,1),e.setHours(0,0,0,0),e}e.a=r;var i=a(1379)},1509:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e);return a.getTime()===r.getTime()}e.a=r;var i=a(1510)},1510:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t);return e.setMilliseconds(0),e}e.a=r;var i=a(1379)},1511:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e);return a.getFullYear()===r.getFullYear()}e.a=r;var i=a(1379)},1512:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);return Object(n.a)(t,-a)}e.a=r;var i=a(1380),n=a(1385)},1513:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var a=e||{},r=a.locale,u=r&&r.options&&r.options.weekStartsOn,o=null==u?0:Object(n.a)(u),s=null==a.weekStartsOn?o:Object(n.a)(a.weekStartsOn);if(!(s>=0&&s<=6))throw new RangeError("weekStartsOn must be between 0 and 6");var l=Object(i.a)(t),b=l.getDay(),m=6+(b<s?-7:0)-(b-s);return l.setHours(0,0,0,0),l.setDate(l.getDate()+m),l}e.a=r;var i=a(1379),n=a(1380)},1514:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(i.a)(e),o=a.getFullYear(),s=a.getDate(),l=new Date(0);l.setFullYear(o,r,15),l.setHours(0,0,0,0);var b=Object(u.a)(l);return a.setMonth(r,Math.min(s,b)),a}e.a=r;var i=a(1380),n=a(1379),u=a(1441)},1515:function(t,e){function a(t){return t.replace(/[_\[]/g," ").replace(/]/g,"")}var r={between:function(t,e){var a=e.getParameters();return this._replacePlaceholders(e,t,{min:a[0],max:a[1]})},digits_between:function(t,e){var a=e.getParameters();return this._replacePlaceholders(e,t,{min:a[0],max:a[1]})},required_if:function(t,e){var a=e.getParameters();return this._replacePlaceholders(e,t,{other:this._getAttributeName(a[0]),value:a[1]})},required_unless:function(t,e){var a=e.getParameters();return this._replacePlaceholders(e,t,{other:this._getAttributeName(a[0]),value:a[1]})},required_with:function(t,e){var a=e.getParameters();return this._replacePlaceholders(e,t,{field:this._getAttributeName(a[0])})},required_with_all:function(t,e){var a=e.getParameters(),r=this._getAttributeName.bind(this);return this._replacePlaceholders(e,t,{fields:a.map(r).join(", ")})},required_without:function(t,e){var a=e.getParameters();return this._replacePlaceholders(e,t,{field:this._getAttributeName(a[0])})},required_without_all:function(t,e){var a=e.getParameters(),r=this._getAttributeName.bind(this);return this._replacePlaceholders(e,t,{fields:a.map(r).join(", ")})},after:function(t,e){var a=e.getParameters();return this._replacePlaceholders(e,t,{after:this._getAttributeName(a[0])})},before:function(t,e){var a=e.getParameters();return this._replacePlaceholders(e,t,{before:this._getAttributeName(a[0])})},after_or_equal:function(t,e){var a=e.getParameters();return this._replacePlaceholders(e,t,{after_or_equal:this._getAttributeName(a[0])})},before_or_equal:function(t,e){var a=e.getParameters();return this._replacePlaceholders(e,t,{before_or_equal:this._getAttributeName(a[0])})},same:function(t,e){var a=e.getParameters();return this._replacePlaceholders(e,t,{same:this._getAttributeName(a[0])})}};t.exports={replacements:r,formatter:a}},1516:function(t,e){t.exports={accepted:"الصفة :attribute يجب أن تكون مقبولة",after:"الصفة :attribute يجب أن تكون بعد الصفة :after.",after_or_equal:"الصفة :attribute يجب أن تكون مساوية أو بعد الصفة :after_or_equal.",alpha:"حقل الصفة :attribute يجب أن تحتوي على أحرف فقط",alpha_dash:"حقل الصفة :attribute مسموح بأن يحتوي على حروف و أرقام و شرطة و شرطة منخفضة",alpha_num:"حقل الصفة :attribute يجب أن يحتوي على أحرف و أرقام",before:"الصفة :attribute يجب أن تكون قبل :before.",before_or_equal:"الصفة :attribute يجب أن تكون مساوية أو قبل الصفة :before_or_equal.",between:"حقل الصفة :attribute يجب أن يكون بين :min و :max.",confirmed:"تأكيد الصفة :attribute غير متطابق.",email:"الصفة :attribute صيغتها غير صحيحة",date:"الصفة :attribute صيغتها ليست تاريخ صحيح",def:"الصفة :attribute تحتوي على أخطاء",digits:"الصفة :attribute يجب أن تكون :digits أرقام.",digits_between:"يجب أن يحتوي :attribute بين :min و :max رقمًا/أرقام .",different:"الصفة :attribute و الصفة :different يجب أن تكونا مختلفتين",in:"الصفة :attribute المختارة، غير صحيحة.",integer:"الصفة :attribute يجب أن تكون عدد صحيح",hex:"حقل الصفة :attribute يجب أن يحتوي على صيغة هكسيديسمل",min:{numeric:"الصفة :attribute يجب أن تكون :min على الأقل",string:"الصفة :attribute يجب أن تكون :min حرف على الأقل."},max:{numeric:"الصفة :attribute لا يمكن أن تكون أكبر من :max.",string:"الصفة :attribute يجب أن لا تكون أكثر من :max حرف."},not_in:"الصفة :attribute المختارة غير صحيحة.",numeric:"الصفة :attribute يجب أن تكون رقما.",present:"حقل الصفة :attribute يجب أن يكون معرفا ، يمكن أن يكون فارغا.",required:"حقل الصفة :attribute مطلوب.",required_if:"حقل الصفة :attribute مطلوب حين تكون قيمة الحقل :other تساوي :value.",required_unless:"حقل الصفة :attribute مطلوب حين تكون قيم الحقل :other لا تساوي :value.",required_with:"حقل الصفة :attribute مطلوب حين يكون الحقا :field غير فارغ.",required_with_all:"حقل الصفة :attribute مطلوب حين تكون الحقول :fields غير فارغة.",required_without:"حقل الصفة :attribute مطلوب حين يكون الحقل :field فارغا.",required_without_all:"حقل الصفة :attribute مطلوب حين تكون الحقول :fields فارغة.",same:"حقل الصفة :attribute و حقل الصفة :same يجب أن يتطابقا.",size:{numeric:"الصفة :attribute يجب أن تكون :size.",string:"الصفة :attribute يجب أن تكون :size حرفا."},string:"الصفة :attribute يجب أن تكون نص.",url:"الصفة :attribute صياغتها غير صحيحة.",regex:"الصفة :attribute صياغتها غير صحيحة.",attributes:{username:"اسم المستخدم",password:"كلمة المرور",email:"البريد الالكتروني",website:"الموقع الالكتروني",firstname:"الاسم الاول",lastname:"الاسم الاخير",subject:"الموضوع",city:"المدينة",region:"المنطقة",country:"الدولة",street:"الشارع",zipcode:"الرمز البريدي",phone:"رقم الهاتف",mobile:"رقم الجوال"}}},1517:function(t,e){t.exports={accepted:":attribute qəbul edilməlidir",active_url:":attribute doğru URL deyil",after:":attribute :date tarixindən sonra olmalıdır",after_or_equal:":attribute :date tarixi ilə eyni və ya sonra olmalıdır",alpha:":attribute yalnız hərflərdən ibarət ola bilər",alpha_dash:":attribute yalnız hərf, rəqəm və tire simvolundan ibarət ola bilər",alpha_num:":attribute yalnız hərf və rəqəmlərdən ibarət ola bilər",array:":attribute massiv formatında olmalıdır",before:":attribute :date tarixindən əvvəl olmalıdır",before_or_equal:":attribute :date tarixindən əvvəl və ya bərabər olmalıdır",between:{numeric:":attribute :min ilə :max arasında olmalıdır",file:":attribute :min ilə :max KB ölçüsü intervalında olmalıdır",string:":attribute :min ilə :max simvolu intervalında olmalıdır",array:":attribute :min ilə :max intervalında hissədən ibarət olmalıdır"},boolean:" :attribute doğru və ya yanlış ola bilər",confirmed:" :attribute doğrulanması yanlışdır",date:" :attribute tarix formatında olmalıdır",date_format:" :attribute :format formatında olmalıdır",different:" :attribute və :other fərqli olmalıdır",digits:" :attribute :digits rəqəmli olmalıdır",digits_between:" :attribute :min ilə :max rəqəmləri intervalında olmalıdır",dimensions:" :attribute doğru şəkil ölçülərində deyil",distinct:" :attribute dublikat qiymətlidir",email:" :attribute doğru email formatında deyil",exists:" seçilmiş :attribute yanlışdır",file:" :attribute fayl formatında olmalıdır",filled:" :attribute qiyməti olmalıdır",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:" :attribute şəkil formatında olmalıdır",in:" seçilmiş :attribute yanlışdır",in_array:" :attribute :other qiymətləri arasında olmalıdır",integer:" :attribute tam ədəd olmalıdır",ip:" :attribute İP adres formatında olmalıdır",ipv4:" :attribute İPv4 adres formatında olmalıdır",ipv6:" :attribute İPv6 adres formatında olmalıdır",json:" :attribute JSON formatında olmalıdır",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:" :attribute maksiumum :max rəqəmdən ibarət ola bilər",file:" :attribute maksimum :max KB ölçüsündə ola bilər",string:" :attribute maksimum :max simvoldan ibarət ola bilər",array:" :attribute maksimum :max hədd'dən ibarət ola bilər"},mimes:" :attribute :values tipində fayl olmalıdır",mimetypes:" :attribute :values tipində fayl olmalıdır",min:{numeric:" :attribute minimum :min rəqəmdən ibarət ola bilər",file:" :attribute minimum :min KB ölçüsündə ola bilər",string:" :attribute minimum :min simvoldan ibarət ola bilər",array:" :attribute minimum :min hədd'dən ibarət ola bilər"},not_in:" seçilmiş :attribute yanlışdır",numeric:" :attribute rəqəmlərdən ibarət olmalıdır",present:" :attribute iştirak etməlidir",regex:" :attribute formatı yanlışdır",required:" :attribute mütləqdir",required_if:" :attribute (:other :value ikən) mütləqdir",required_unless:" :attribute (:other :values 'ə daxil ikən) mütləqdir",required_with:" :attribute (:values var ikən) mütləqdir",required_with_all:" :attribute (:values var ikən) mütləqdir",required_without:" :attribute (:values yox ikən) mütləqdir",required_without_all:" :attribute (:values yox ikən) mütləqdir",same:" :attribute və :other eyni olmalıdır",size:{numeric:" :attribute :size ölçüsündə olmalıdır",file:" :attribute :size KB ölçüsündə olmalıdır",string:" :attribute :size simvoldan ibarət olmalıdır",array:" :attribute :size hədd'dən ibarət olmalıdır"},string:" :attribute hərf formatında olmalıdır",timezone:" :attribute ərazi formatında olmalıdır",unique:" :attribute artıq iştirak edib",uploaded:" :attribute yüklənməsi mümkün olmadı",url:" :attribute formatı yanlışdır"}},1518:function(t,e){t.exports={accepted:"Вы павінны прыняць :attribute.",active_url:"Поле :attribute утрымлівае несапраўдны URL.",after:"У полі :attribute павінна быць дата пасля :date.",after_or_equal:"The :attribute must be a date after or equal to :date.",alpha:"Поле :attribute можа мець толькі літары.",alpha_dash:"Поле :attribute можа мець толькі літары, лічбы і злучок.",alpha_num:"Поле :attribute можа мець толькі літары і лічбы.",array:"Поле :attribute павінна быць масівам.",before:"У полі :attribute павінна быць дата да :date.",before_or_equal:"The :attribute must be a date before or equal to :date.",between:{numeric:"Поле :attribute павінна быць паміж :min і :max.",file:"Памер файла ў поле :attribute павінен быць паміж :min і :max кілабайт.",string:"Колькасць сiмвалаў у поле :attribute павінна быць паміж :min і :max.",array:"Колькасць элементаў у поле :attribute павінна быць паміж :min і :max."},boolean:"Поле :attribute павінна мець значэнне лагічнага тыпу.",confirmed:"Поле :attribute не супадае з пацвярджэннем.",date:"Поле :attribute не з'яўляецца датай.",date_format:"Поле :attribute не адпавядае фармату :format.",different:"Палі :attribute і :other павінны адрознівацца.",digits:"Даўжыня лічбавага поля :attribute павінна быць :digits.",digits_between:"Даўжыня лічбавага поля :attribute павінна быць паміж :min і :max.",dimensions:"The :attribute has invalid image dimensions.",distinct:"The :attribute field has a duplicate value.",email:"Поле :attribute павінна быць сапраўдным электронным адрасам.",file:"The :attribute must be a file.",filled:"Поле :attribute абавязкова для запаўнення.",exists:"Выбранае значэнне для :attribute некарэктна.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:"Поле :attribute павінна быць малюнкам.",in:"Выбранае значэнне для :attribute памылкова.",in_array:"The :attribute field does not exist in :other.",integer:"Поле :attribute павінна быць цэлым лікам.",ip:"Поле :attribute дпавінна быць сапраўдным IP-адрасам.",ipv4:"The :attribute must be a valid IPv4 address.",ipv6:"The :attribute must be a valid IPv6 address.",json:"Поле :attribute павінна быць JSON радком.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:"Поле :attribute не можа быць больш :max.",file:"Памер файла ў поле :attribute не можа быць больш :max кілабайт).",string:"Колькасць сiмвалаў у поле :attribute не можа перавышаць :max.",array:"Колькасць элементаў у поле :attribute не можа перавышаць :max."},mimes:"Поле :attribute павінна быць файлам аднаго з наступных тыпаў: :values.",mimetypes:"Поле :attribute павінна быць файлам аднаго з наступных тыпаў: :values.",min:{numeric:"Поле :attribute павінна быць не менш :min.",file:"Памер файла ў полее :attribute павінен быць не менш :min кілабайт.",string:"Колькасць сiмвалаў у поле :attribute павінна быць не менш :min.",array:"Колькасць элементаў у поле :attribute павінна быць не менш :min."},not_in:"Выбранае значэнне для :attribute памылкова.",not_regex:"The :attribute format is invalid.",numeric:"Поле :attribute павінна быць лікам.",present:"The :attribute field must be present.",regex:"Поле :attribute мае памылковы фармат.",required:"Поле :attribute абавязкова для запаўнення.",required_if:"Поле :attribute абавязкова для запаўнення, калі :other раўняецца :value.",required_unless:"Поле :attribute абавязкова для запаўнення, калі :other не раўняецца :values.",required_with:"Поле :attribute абавязкова для запаўнення, калі :values ўказана.",required_with_all:"Поле :attribute абавязкова для запаўнення, калі :values ўказана.",required_without:"Поле :attribute абавязкова для запаўнення, калі :values не ўказана.",required_without_all:"Поле :attribute абавязкова для запаўнення, калі ні адно з :values не ўказана.",same:"Значэнне :attribute павінна супадаць з :other.",size:{numeric:"Поле :attribute павінна быць :size.",file:"Размер файла в поле :attribute павінен быць :size кілабайт.",string:"Колькасць сiмвалаў у поле :attribute павінна быць :size.",array:"Колькасць элементаў у поле :attribute павінна быць :size."},string:"Поле :attribute павінна быць радком.",timezone:"Поле :attribute павінна быць сапраўдным гадзінным поясам.",unique:"Такое значэнне поля :attribute ўжо існуе.",uploaded:"The :attribute failed to upload.",url:"Поле :attribute мае памылковы фармат."}},1519:function(t,e){t.exports={accepted:"Трябва да приемете :attribute.",active_url:"Полето :attribute не е валиден URL адрес.",after:"Полето :attribute трябва да бъде дата след :date.",after_or_equal:"Полето :attribute трябва да бъде дата след или равна на :date.",alpha:"Полето :attribute трябва да съдържа само букви.",alpha_dash:"Полето :attribute трябва да съдържа само букви, цифри, долна черта и тире.",alpha_num:"Полето :attribute трябва да съдържа само букви и цифри.",array:"Полето :attribute трябва да бъде масив.",before:"Полето :attribute трябва да бъде дата преди :date.",before_or_equal:"Полето :attribute трябва да бъде дата преди или равна на :date.",between:{numeric:"Полето :attribute трябва да бъде между :min и :max.",file:"Полето :attribute трябва да бъде между :min и :max килобайта.",string:"Полето :attribute трябва да бъде между :min и :max знака.",array:"Полето :attribute трябва да има между :min - :max елемента."},boolean:"Полето :attribute трябва да съдържа Да или Не",confirmed:"Полето :attribute не е потвърдено.",date:"Полето :attribute не е валидна дата.",date_format:"Полето :attribute не е във формат :format.",different:"Полетата :attribute и :other трябва да са различни.",digits:"Полето :attribute трябва да има :digits цифри.",digits_between:"Полето :attribute трябва да има между :min и :max цифри.",dimensions:"Невалидни размери за снимка :attribute.",distinct:"Данните в полето :attribute се дублират.",email:"Полето :attribute е в невалиден формат.",exists:"Избранато поле :attribute вече съществува.",file:"Полето :attribute трябва да бъде файл.",filled:"Полето :attribute е задължително.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:"Полето :attribute трябва да бъде изображение.",in:"Избраното поле :attribute е невалидно.",in_array:"Полето :attribute не съществува в :other.",integer:"Полето :attribute трябва да бъде цяло число.",ip:"Полето :attribute трябва да бъде IP адрес.",ipv4:"Полето :attribute трябва да бъде IPv4 адрес.",ipv6:"Полето :attribute трябва да бъде IPv6 адрес.",json:"Полето :attribute трябва да бъде JSON низ.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:"Полето :attribute трябва да бъде по-малко от :max.",file:"Полето :attribute трябва да бъде по-малко от :max килобайта.",string:"Полето :attribute трябва да бъде по-малко от :max знака.",array:"Полето :attribute трябва да има по-малко от :max елемента."},mimes:"Полето :attribute трябва да бъде файл от тип: :values.",mimetypes:"Полето :attribute трябва да бъде файл от тип: :values.",min:{numeric:"Полето :attribute трябва да бъде минимум :min.",file:"Полето :attribute трябва да бъде минимум :min килобайта.",string:"Полето :attribute трябва да бъде минимум :min знака.",array:"Полето :attribute трябва има минимум :min елемента."},not_in:"Избраното поле :attribute е невалидно.",not_regex:"The :attribute format is invalid.",numeric:"Полето :attribute трябва да бъде число.",present:"Полето :attribute трябва да съествува.",regex:"Полето :attribute е в невалиден формат.",required:"Полето :attribute е задължително.",required_if:"Полето :attribute се изисква, когато :other е :value.",required_unless:"Полето :attribute се изисква, освен ако :other не е в :values.",required_with:"Полето :attribute се изисква, когато :values има стойност.",required_with_all:"Полето :attribute е задължително, когато :values имат стойност.",required_without:"Полето :attribute се изисква, когато :values няма стойност.",required_without_all:"Полето :attribute се изисква, когато никое от полетата :values няма стойност.",same:"Полетата :attribute и :other трябва да съвпадат.",size:{numeric:"Полето :attribute трябва да бъде :size.",file:"Полето :attribute трябва да бъде :size килобайта.",string:"Полето :attribute трябва да бъде :size знака.",array:"Полето :attribute трябва да има :size елемента."},string:"Полето :attribute трябва да бъде знаков низ.",timezone:"Полето :attribute трябва да съдържа валидна часова зона.",unique:"Полето :attribute вече съществува.",uploaded:"Неуспешно качване на :attribute.",url:"Полето :attribute е в невалиден формат."}},1520:function(t,e){t.exports={accepted:"Polje :attribute mora biti prihvaćeno.",active_url:"Polje :attribute nije validan URL.",after:"Polje :attribute mora biti datum poslije :date.",after_or_equal:"The :attribute must be a date after or equal to :date.",alpha:"Polje :attribute može sadržati samo slova.",alpha_dash:"Polje :attribute može sadržati samo slova, brojeve i povlake.",alpha_num:"Polje :attribute može sadržati samo slova i brojeve.",attributes:{},array:"Polje :attribute mora biti niz.",before:"Polje :attribute mora biti datum prije :date.",before_or_equal:"The :attribute must be a date before or equal to :date.",between:{numeric:"Polje :attribute mora biti izmedju :min - :max.",file:"Fajl :attribute mora biti izmedju :min - :max kilobajta.",string:"Polje :attribute mora biti izmedju :min - :max karaktera.",array:"Polje :attribute mora biti između :min - :max karaktera."},boolean:"Polje :attribute mora biti tačno ili netačno",confirmed:"Potvrda polja :attribute se ne poklapa.",date:"Polje :attribute nema ispravan datum.",date_format:"Polje :attribute nema odgovarajući format :format.",different:"Polja :attribute i :other moraju biti različita.",digits:"Polje :attribute mora da sadži :digits brojeve.",digits_between:"Polje :attribute mora biti između :min i :max broja.",dimensions:"The :attribute has invalid image dimensions.",distinct:"The :attribute field has a duplicate value.",email:"Format polja :attribute mora biti validan email.",exists:"Odabrano polje :attribute nije validno.",file:"The :attribute must be a file.",filled:"Polje :attribute je obavezno.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:"Polje :attribute mora biti slika.",in:"Odabrano polje :attribute nije validno.",in_array:"The :attribute field does not exist in :other.",integer:"Polje :attribute mora biti broj.",ip:"Polje :attribute mora biti validna IP adresa.",ipv4:"The :attribute must be a valid IPv4 address.",ipv6:"The :attribute must be a valid IPv6 address.",json:"The :attribute must be a valid JSON string.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:"Polje :attribute mora biti manje od :max.",file:"Polje :attribute mora biti manje od :max kilobajta.",string:"Polje :attribute mora sadržati manje od :max karaktera.",array:"Polje :attribute mora sadržati manje od :max karaktera."},mimes:"Polje :attribute mora biti fajl tipa: :values.",mimetypes:"Polje :attribute mora biti fajl tipa: :values.",min:{numeric:"Polje :attribute mora biti najmanje :min.",file:"Fajl :attribute mora biti najmanje :min kilobajta.",string:"Polje :attribute mora sadržati najmanje :min karaktera.",array:"Polje :attribute mora sadržati najmanje :min karaktera."},not_in:"Odabrani element polja :attribute nije validan.",not_regex:"The :attribute format is invalid.",numeric:"Polje :attribute mora biti broj.",present:"The :attribute field must be present.",regex:"Polje :attribute ima neispravan format.",required:"Polje :attribute je obavezno.",required_if:"Polje :attribute je obavezno kada :other je :value.",required_unless:"The :attribute field is required unless :other is in :values.",required_with:"Polje :attribute je obavezno kada je :values prikazano.",required_with_all:"Polje :attribute je obavezno kada je :values prikazano.",required_without:"Polje :attribute je obavezno kada :values nije prikazano.",required_without_all:"Polje :attribute je obavezno kada nijedno :values nije prikazano.",same:"Polja :attribute i :other se moraju poklapati.",size:{numeric:"Polje :attribute mora biti :size.",file:"Fajl :attribute mora biti :size kilobajta.",string:"Polje :attribute mora biti :size karaktera.",array:"Polje :attribute mora biti :size karaktera."},string:"Polje :attribute mora sadrzavati slova.",timezone:"Polje :attribute mora biti ispravna vremenska zona.",unique:"Polje :attribute već postoji.",uploaded:"The :attribute failed to upload.",url:"Format polja :attribute nije validan."}},1521:function(t,e){t.exports={accepted:"El camp :attribute pot ser aceptat.",after:"El camp :attribute pot ser una data posterior a :after.",alpha:"El camp :attribute només pot contenir lletras.",alpha_dash:"El camp :attribute només pot contenir lletras, nombres y guions.",alpha_num:"El camp :attribute només pot contenir lletras y nombres.",attributes:{},between:"El camp :attribute té que estar entre :min - :max.",confirmed:"La confirmació de :attribute no coincideix.",different:"El camp :attribute y :other poden ser diferents.",digits:"El camp :attribute pot tindre :digits dígitos.",digits_between:"El camp :attribute ha de tenir entre :min i :max dígits.",email:"El camp :attribute no es un correu válido.",in:"El camp :attribute es invàlid.",integer:"El camp :attribute pot ser un nombre enter.",hex:"El camp :attribute hauria de tenir format hexadecimal",max:{numeric:"El camp :attribute no pot ser mayor a :max.",string:"El camp :attribute no pot ser mayor que :max caràcters."},min:{numeric:"La mida del camp :attribute pot ser de al menys :min.",string:"El camp :attribute pot contenir al menys :min caràcters."},not_in:"El camp :attribute es invàlid.",numeric:"El camp :attribute pot ser numéric.",present:"El camp de :attribute pot estar present (però pot estar buit).",regex:"El format del camp :attribute es invàlid.",required:"El camp :attribute es obligatori.",required_if:"El camp :attribute es obligatori quan :other es :value.",same:"El camp :attribute y :other poden coincidir.",size:{numeric:"La mida del camp :attribute pot ser :size.",string:"El camp :attribute pot contenir :size caràcters."},url:"El format de :attribute es invàlid."}},1522:function(t,e){t.exports={accepted:":attribute musí být přijat.",active_url:":attribute není platnou URL adresou.",after:":attribute musí být datum po :date.",after_or_equal:"The :attribute must be a date after or equal to :date.",alpha:":attribute může obsahovat pouze písmena.",alpha_dash:":attribute může obsahovat pouze písmena, číslice, pomlčky a podtržítka. České znaky (á, é, í, ó, ú, ů, ž, š, č, ř, ď, ť, ň) nejsou podporovány.",alpha_num:":attribute může obsahovat pouze písmena a číslice.",attributes:{},array:":attribute musí být pole.",before:":attribute musí být datum před :date.",before_or_equal:"The :attribute must be a date before or equal to :date.",between:{numeric:":attribute musí být hodnota mezi :min a :max.",file:":attribute musí být větší než :min a menší než :max Kilobytů.",string:":attribute musí být delší než :min a kratší než :max znaků.",array:":attribute musí obsahovat nejméně :min a nesmí obsahovat více než :max prvků."},boolean:":attribute musí být true nebo false",confirmed:":attribute nebylo odsouhlaseno.",date:":attribute musí být platné datum.",date_format:":attribute není platný formát data podle :format.",different:":attribute a :other se musí lišit.",digits:":attribute musí být :digits pozic dlouhé.",digits_between:":attribute musí být dlouhé nejméně :min a nejvíce :max pozic.",dimensions:":attribute má neplatné rozměry.",distinct:":attribute má duplicitní hodnotu.",email:":attribute není platný formát.",exists:"Zvolená hodnota pro :attribute není platná.",file:":attribute musí být soubor.",filled:":attribute musí být vyplněno.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:":attribute musí být obrázek.",in:"Zvolená hodnota pro :attribute je neplatná.",in_array:":attribute není obsažen v :other.",integer:":attribute musí být celé číslo.",ip:":attribute musí být platnou IP adresou.",ipv4:"The :attribute must be a valid IPv4 address.",ipv6:"The :attribute must be a valid IPv6 address.",json:":attribute musí být platný JSON řetězec.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:":attribute musí být nižší než :max.",file:":attribute musí být menší než :max Kilobytů.",string:":attribute musí být kratší než :max znaků.",array:":attribute nesmí obsahovat více než :max prvků."},mimes:":attribute musí být jeden z následujících datových typů :values.",mimetypes:":attribute musí být jeden z následujících datových typů :values.",min:{numeric:":attribute musí být větší než :min.",file:":attribute musí být větší než :min Kilobytů.",string:":attribute musí být delší než :min znaků.",array:":attribute musí obsahovat více než :min prvků."},not_in:"Zvolená hodnota pro :attribute je neplatná.",not_regex:"The :attribute format is invalid.",numeric:":attribute musí být číslo.",present:":attribute musí být vyplněno.",regex:":attribute nemá správný formát.",required:":attribute musí být vyplněno.",required_if:":attribute musí být vyplněno pokud :other je :value.",required_unless:":attribute musí být vyplněno dokud :other je v :value.",required_with:":attribute musí být vyplněno pokud :field je vyplněno.",required_with_all:":attribute musí být vyplněno pokud :fields je zvoleno.",required_without:":attribute musí být vyplněno pokud :field není vyplněno.",required_without_all:":attribute musí být vyplněno pokud není žádné z :fields zvoleno.",same:":attribute a :other se musí shodovat.",size:{numeric:":attribute musí být přesně :size.",file:":attribute musí mít přesně :size Kilobytů.",string:":attribute musí být přesně :size znaků dlouhý.",array:":attribute musí obsahovat právě :size prvků."},string:":attribute musí být řetězec znaků.",timezone:":attribute musí být platná časová zóna.",unique:":attribute musí být unikátní.",uploaded:"Nahrávání :attribute se nezdařilo.",url:"Formát :attribute je neplatný."}},1523:function(t,e){t.exports={accepted:"Rhaid derbyn :attribute.",active_url:"Nid yw :attribute yn URL dilys.",after:"Rhaid i :attribute fod yn ddyddiad sydd ar ôl :date.",after_or_equal:"The :attribute must be a date after or equal to :date.",alpha:"Dim ond llythrennau'n unig gall :attribute gynnwys.",alpha_dash:"Dim ond llythrennau, rhifau a dash yn unig gall :attribute gynnwys.",alpha_num:"Dim ond llythrennau a rhifau yn unig gall :attribute gynnwys.",attributes:{},array:"Rhaid i :attribute fod yn array.",before:"Rhaid i :attribute fod yn ddyddiad sydd cyn :date.",before_or_equal:"The :attribute must be a date before or equal to :date.",between:{numeric:"Rhaid i :attribute fod rhwng :min a :max.",file:"Rhaid i :attribute fod rhwng :min a :max kilobytes.",string:"Rhaid i :attribute fod rhwng :min a :max nodyn.",array:"Rhaid i :attribute fod rhwng :min a :max eitem."},boolean:"Rhaid i'r maes :attribute fod yn wir neu gau.",confirmed:"Nid yw'r cadarnhad :attribute yn gyfwerth.",date:"Nid yw :attribute yn ddyddiad dilys.",date_format:"Nid yw :attribute yn y fformat :format.",different:"Rhaid i :attribute a :other fod yn wahanol.",digits:"Rhaid i :attribute fod yn :digits digid.",digits_between:"Rhaid i :attribute fod rhwng :min a :max digid.",dimensions:"The :attribute has invalid image dimensions.",distinct:"The :attribute field has a duplicate value.",email:"Rhaid i :attribute fod yn gyfeiriad ebost dilys.",file:"The :attribute must be a file.",filled:"Rhaid cynnwys :attribute.",exists:"Nid yw :attribute yn ddilys.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:"Rhaid i :attribute fod yn lun.",in:"Nid yw :attribute yn ddilys.",in_array:"The :attribute field does not exist in :other.",integer:"Rhaid i :attribute fod yn integer.",ip:"Rhaid i :attribute fod yn gyfeiriad IP dilys.",ipv4:"The :attribute must be a valid IPv4 address.",ipv6:"The :attribute must be a valid IPv6 address.",json:"The :attribute must be a valid JSON string.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:"Ni chai :attribute fod yn fwy na :max.",file:"Ni chai :attribute fod yn fwy na :max kilobytes.",string:"Ni chai :attribute fod yn fwy na :max nodyn.",array:"Ni chai :attribute fod yn fwy na :max eitem."},mimes:"Rhaid i :attribute fod yn ffeil o'r math: :values.",mimetypes:"Rhaid i :attribute fod yn ffeil o'r math: :values.",min:{numeric:"Rhaid i :attribute fod o leiaf :min.",file:"Rhaid i :attribute fod o leiaf :min kilobytes.",string:"Rhaid i :attribute fod o leiaf :min nodyn.",array:"Rhaid i :attribute fod o leiaf :min eitem."},not_in:"Nid yw :attribute yn ddilys.",not_regex:"The :attribute format is invalid.",numeric:"Rhaid i :attribute fod yn rif.",present:"The :attribute field must be present.",regex:"Nid yw fformat :attribute yn ddilys.",required:"Rhaid cynnwys :attribute.",required_if:"Rhaid cynnwys :attribute pan mae :other yn :value.",required_unless:"The :attribute field is required unless :other is in :values.",required_with:"Rhaid cynnwys :attribute pan mae :values yn bresennol.",required_with_all:"Rhaid cynnwys :attribute pan mae :values yn bresennol.",required_without:"Rhaid cynnwys :attribute pan nad oes :values yn bresennol.",required_without_all:"Rhaid cynnwys :attribute pan nad oes :values yn bresennol.",same:"Rhaid i :attribute a :other fod yn gyfwerth.",size:{numeric:"Rhaid i :attribute fod yn :size.",file:"Rhaid i :attribute fod yn :size kilobytes.",string:"Rhaid i :attribute fod yn :size nodyn.",array:"Rhaid i :attribute fod yn :size eitem."},string:"The :attribute must be a string.",timezone:"Rhaid i :attribute fod yn timezone dilys.",unique:"Mae :attribute eisoes yn bodoli.",uploaded:"The :attribute failed to upload.",url:"Nid yw fformat :attribute yn ddilys."}},1524:function(t,e){t.exports={accepted:":attribute skal accepteres.",after:":attribute skal være en dato efter :after.",after_or_equal:":attribute skal være en dato efter eller lig med :after_or_equal.",alpha:":attribute må kun bestå af bogstaver.",alpha_dash:":attribute må kun bestå af bogstaver, tal og bindestreger.",alpha_num:":attribute må kun bestå af bogstaver og tal.",before:":attribute skal være en dato før :before.",before_or_equal:":attribute skal være en dato før eller lig med :before_or_equal.",between:":attribute skal være mellem :min og :max.",confirmed:":attribute er ikke det samme som bekræftelsesfeltet.",email:":attribute skal være en gyldig email.",date:":attribute er ikke en gyldig dato.",def:":attribute attributen har fejl.",digits:":attribute skal have :digits cifre.",digits_between:":attribute skal have mellem :min og :max cifre.",different:":attribute og :different skal være forskellige.",in:"Det valgte :attribute er ugyldigt.",integer:":attribute skal være et heltal.",hex:":attribute skal have hexadecimalt format",min:{numeric:":attribute skal være mindst :min.",string:":attribute skal være mindst :min tegn."},max:{numeric:":attribute skal være højest :max.",string:":attribute skal være højest :max tegn."},not_in:"Den valgte :attribute er ugyldig",numeric:":attribute skal være et tal.",present:":attribute skal være tilstede.",required:":attribute skal udfyldes.",required_if:":attribute skal udfyldes når :other er :value.",required_unless:":attribute er påkrævet medmindre :other findes i :values.",required_with:":attribute skal udfyldes når :field er udfyldt.",required_with_all:":attribute skal udfyldes når :fields er udfyldt.",required_without:":attribute skal udfyldes når :field ikke er udfyldt.",required_without_all:":attribute skal udfyldes når ingen af :fields er udfyldt.",same:":attribute og :same skal være ens.",size:{numeric:":attribute skal være :size.",string:":attribute skal være :size tegn lang."},string:":attribute skal være en streng.",url:":attribute formatet er ugyldigt.",regex:":attribute formatet er ugyldigt.",attributes:{}}},1525:function(t,e){t.exports={accepted:"Das :attribute Feld muss akzeptiert werden.",after:"Das :attribute muss ein Datum nach dem :after sein.",after_or_equal:"Das :attribute Datum muss kleiner oder gleich dem :after_or_equal sein.",alpha:"Das :attribute Feld darf nur aus Buchstaben bestehen.",alpha_dash:"Das :attribute Feld darf nur aus Buchstaben, Zahlen, Binde- und Unterstrichen bestehen.",alpha_num:"Das :attribute Feld darf nur aus Buchstaben und Zahlen bestehen.",before:"Das :attribute muss ein Datum vor dem :before sein.",before_or_equal:"Das :attribute Datum muss größer oder gleich dem :before_or_equal sein.",between:"Das :attribute Feld muss zwischen :min und :max liegen.",confirmed:"Das :attribute Feld stimmt nicht mit der Bestätigung überein.",email:"Das :attribute Format ist ungültig.",date:"Das :attribute Feld muss ein gültiges Datum sein.",def:"Das :attribute Feld hat Fehler.",digits:"Das :attribute Feld muss :digits Stellen haben.",digits_between:"Das :attribute Feld muss zwischen :min und :max Stellen haben.",different:"Die Felder :attribute und :different müssen sich unterscheiden.",in:"Der gewählte Wert für :attribute ist ungültig.",integer:"Das :attribute Feld muss eine ganze Zahl sein.",hex:"Das :attribute Feld sollte hexadezimal sein",min:{numeric:"Das :attribute Feld muss mindestens :min sein.",string:"Das :attribute Feld muss mindestens :min Zeichen lang sein."},max:{numeric:"Das :attribute Feld darf maximal :max sein.",string:"Das :attribute Feld darf maximal :max Zeichen haben."},not_in:"Der gewählte Wert für :attribute ist ungültig.",numeric:"Das :attribute Feld muss eine Zahl sein.",present:"Das Feld :attribute muss vorhanden sein (kann aber leer sein).",required:"Das :attribute Feld muss ausgefüllt sein.",required_if:"Das :attribute Feld muss ausgefüllt sein, wenn :other :value ist.",same:"Die Felder :attribute und :same müssen übereinstimmen.",size:{numeric:"Das :attribute Feld muss gleich :size sein.",string:"Das :attribute Feld muss :size Zeichen lang sein."},string:"Das :attribute Feld muss ein Satz sein.",url:"Das Format von :attribute ist ungültig.",regex:"Das :attribute Format ist ungültig.",attributes:{}}},1526:function(t,e){t.exports={accepted:"Το πεδίο :attribute πρέπει να γίνει αποδεκτό.",after:"Το πεδίο :attribute πρέπει να είναι μία ημερομηνία μετά από :after.",alpha:"Το πεδίο :attribute μπορεί να περιέχει μόνο γράμματα.",alpha_dash:"Το πεδίο :attribute μπορεί να περιέχει μόνο γράμματα, αριθμούς, και παύλες.",alpha_num:"Το πεδίο :attribute μπορεί να περιέχει μόνο γράμματα και αριθμούς.",between:"Το πεδίο :attribute πρέπει να είναι μεταξύ :min και :max.",confirmed:"Η επιβεβαίωση του :attribute δεν ταιριάζει.",email:"Το πεδίο :attribute πρέπει να είναι μία έγκυρη διεύθυνση email.",date:"Το πεδίο :attribute δεν είναι έγκυρη ημερομηνία.",def:"Το πεδίο :attribute περιέχει σφάλματα.",digits:"Το πεδίο :attribute πρέπει να είναι :digits ψηφία.",digits_between:"Το πεδίο :attribute πρέπει να είναι μεταξύ :min και :max ψηφία.",different:"Το πεδίο :attribute και :different πρέπει να είναι διαφορετικά.",in:"Το επιλεγμένο :attribute δεν είναι έγκυρο.",integer:"Το πεδίο :attribute πρέπει να είναι ακέραιος.",hex:"Το πεδίο :attribute πρέπει να είναι σε δεκαεξαδική μορφή.",min:{numeric:"Το πεδίο :attribute πρέπει να είναι τουλάχιστον :min.",string:"Το πεδίο :attribute πρέπει να έχει τουλάχιστον :min χαρακτήρες."},max:{numeric:"Το πεδίο :attribute δεν μπορεί να είναι μεγαλύτερο από :max.",string:"Το πεδίο :attribute δεν μπορεί να έχει περισσότερους από :max χαρακτήρες."},not_in:"Το επιλεγμένο :attribute δεν είναι αποδεκτό.",numeric:"Το πεδίο :attribute πρέπει να είναι αριθμός.",present:"The :attribute field must be present (but can be empty).",required:"Το πεδίο :attribute είναι απαραίτητο.",required_if:"Το πεδίο :attribute είναι απαραίτητο όταν το πεδίο :other είναι :value.",same:"Τα πεδία :attribute και :same πρέπει να είναι ίδια.",size:{numeric:"Το πεδίο :attribute πρέπει να είναι :size.",string:"Το πεδίο :attribute πρέπει να είναι :size χαρακτήρες."},string:"Το πεδίο :attribute πρέπει να είναι αλφαριθμητικό.",url:"Το πεδίο :attribute δεν είναι έγκυρη διεύθυνση URL.",regex:"Η μορφή του :attribute δεν είναι αποδεκτή.",attributes:{}}},1527:function(t,e){t.exports={accepted:"El campo :attribute debe ser aceptado.",after:"El campo :attribute debe ser una fecha posterior a :after.",alpha:"El campo :attribute solo debe contener letras.",alpha_dash:"El campo :attribute solo debe contener letras, números y guiones.",alpha_num:"El campo :attribute solo debe contener letras y números.",attributes:{},between:"El campo :attribute tiene que estar entre :min - :max.",confirmed:"La confirmación de :attribute no coincide.",different:"El campo :attribute y :other deben ser diferentes.",digits:"El campo :attribute debe tener :digits dígitos.",digits_between:"El campo :attribute debe tener entre :min y :max dígitos.",email:"El campo :attribute no es un correo válido.",in:"El campo :attribute es inválido.",integer:"El campo :attribute debe ser un número entero.",hex:"El campo :attribute debe tener formato hexadecimal.",max:{numeric:"El campo :attribute no debe ser mayor a :max.",string:"El campo :attribute no debe ser mayor que :max caracteres."},min:{numeric:"El tamaño del campo :attribute debe ser de al menos :min.",string:"El campo :attribute debe contener al menos :min caracteres."},not_in:"El campo :attribute es inválido.",numeric:"El campo :attribute debe ser numérico.",present:"El campo de :attribute debe estar presente (pero puede estar vacío).",regex:"El formato del campo :attribute es inválido.",required:"El campo :attribute es obligatorio.",required_if:"El campo :attribute es obligatorio cuando :other es :value.",same:"El campo :attribute y :other deben coincidir.",size:{numeric:"El tamaño del campo :attribute debe ser :size.",string:"El campo :attribute debe contener :size caracteres."},url:"El formato de :attribute es inválido."}},1528:function(t,e){t.exports={accepted:":attribute tuleb aktsepteerida.",active_url:":attribute ei ole kehtiv URL.",after:":attribute peab olema kuupäev pärast :date.",after_or_equal:":attribute peab olema kuupäev pärast või samastuma :date.",alpha:":attribute võib sisaldada vaid tähemärke.",alpha_dash:":attribute võib sisaldada vaid tähti, numbreid ja kriipse.",alpha_num:":attribute võib sisaldada vaid tähti ja numbreid.",attributes:{},array:":attribute peab olema massiiv.",before:":attribute peab olema kuupäev enne :date.",before_or_equal:":attribute peab olema kuupäev enne või samastuma :date.",between:{numeric:":attribute peab olema :min ja :max vahel.",file:":attribute peab olema :min ja :max kilobaidi vahel.",string:":attribute peab olema :min ja :max tähemärgi vahel.",array:":attribute peab olema :min ja :max kirje vahel."},boolean:":attribute väli peab olema tõene või väär.",confirmed:":attribute kinnitus ei vasta.",date:":attribute pole kehtiv kuupäev.",date_format:":attribute ei vasta formaadile :format.",different:":attribute ja :other peavad olema erinevad.",digits:":attribute peab olema :digits numbrit.",digits_between:":attribute peab olema :min ja :max numbri vahel.",dimensions:":attribute on valed pildi suurused.",distinct:":attribute väljal on topeltväärtus.",email:":attribute peab olema kehtiv e-posti aadress.",exists:"Valitud :attribute on vigane.",file:":attribute peab olema fail.",filled:":attribute väli on nõutav.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:":attribute peab olema pilt.",in:"Valitud :attribute on vigane.",in_array:":attribute väli ei eksisteeri :other sees.",integer:":attribute peab olema täisarv.",ip:":attribute peab olema kehtiv IP aadress.",ipv4:":attribute peab olema kehtiv IPv4 aadress.",ipv6:":attribute peab olema kehtiv IPv6 aadress.",json:":attribute peab olema kehtiv JSON string.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:":attribute ei tohi olla suurem kui :max.",file:":attribute ei tohi olla suurem kui :max kilobaiti.",string:":attribute ei tohi olla suurem kui :max tähemärki.",array:":attribute ei tohi sisaldada rohkem kui :max kirjet."},mimes:":attribute peab olema :values tüüpi.",mimetypes:":attribute peab olema :values tüüpi.",min:{numeric:":attribute peab olema vähemalt :min.",file:":attribute peab olema vähemalt :min kilobaiti.",string:":attribute peab olema vähemalt :min tähemärki.",array:":attribute peab olema vähemalt :min kirjet."},not_in:"Valitud :attribute on vigane.",not_regex:"The :attribute format is invalid.",numeric:":attribute peab olema number.",present:":attribute väli peab olema esindatud.",regex:":attribute vorming on vigane.",required:":attribute väli on nõutud.",required_if:":attribute väli on nõutud, kui :other on :value.",required_unless:":attribute väli on nõutud, välja arvatud, kui :other on :values.",required_with:":attribute väli on nõutud, kui :values on esindatud.",required_with_all:":attribute väli on nõutud, kui :values on esindatud.",required_without:":attribute väli on nõutud, kui :values ei ole esindatud.",required_without_all:":attribute väli on nõutud, kui ükski :values pole esindatud.",same:":attribute ja :other peavad sobima.",size:{numeric:":attribute peab olema :size.",file:":attribute peab olema :size kilobaiti.",string:":attribute peab olema :size tähemärki.",array:":attribute peab sisaldama :size kirjet."},string:":attribute peab olema string.",timezone:":attribute peab olema kehtiv tsoon.",unique:":attribute on juba hõivatud.",uploaded:":attribute ei õnnestunud laadida.",url:":attribute vorming on vigane."}},1529:function(t,e){t.exports={accepted:":attribute onartua izan behar da.",active_url:":attribute ez da baliozko URL bat.",after:":attribute :date osteko data izan behar da.",after_or_equal:":attribute :date osteko data edo data berdina izan behar da.",alpha:":attribute hizkiak besterik ezin ditu izan.",alpha_dash:":attribute hizkiak, zenbakiak eta marrak besterik ezin ditu izan.",alpha_num:":attribute hizkiak eta zenbakiak besterik ezin ditu izan.",attributes:{},array:":attribute bilduma izan behar da.",before:":attribute :date aurreko data izan behar da.",before_or_equal:":attribute :date aurreko data edo data berdina izan behar da.",between:{numeric:":attribute :min eta :max artean egon behar da.",file:":attribute-k :min eta :max kilobyte arteko pisua izan behar du.",string:":attribute :min eta :max karaktere artean egon behar da.",array:":attribute-k :min eta :max arteko ale kantitatea euki behar du."},boolean:":attribute-ren balioa egia edo gezurra izan behar da.",confirmed:":attribute-ren konfirmazioa ez dator bat.",date:":attribute ez da baliozko data.",date_format:":attribute datak ez du :format formatua.",different:":attribute eta :other ezberdinak izan behar dira.",digits:":attribute-k :digits digitu euki behar ditu.",digits_between:":attribute-k :min eta :max arteko digitu kantitatea euki behar du.",dimensions:":attribute-k ez ditu irudi neurri aproposak.",distinct:":attribute-k balio bikoiztua dauka.",email:":attribute-k baliozko posta helbidea euki behar du.",exists:"Hautatutako :attribute baliogabea da.",file:":attribute fitxategi bat izan behar da.",filled:":attribute-k balioren bat euki behar du.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:":attribute irudi bat izan behar da.",in:"Hautatutako :attribute baliogabea da.",in_array:":attribute ez da :other-en existizen.",integer:":attribute zenbaki osoa izan behar da.",ip:":attribute baliozko IP helbidea izan behar da.",ipv4:":attribute baliozko IPv4 helbidea izan behar da.",ipv6:":attribute baliozko IPv6 helbidea izan behar da.",json:":attribute-k baliozko JSON karaktere-katea euki behar du.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:":attribute ezin da :max baino handiagoa izan.",file:":attribute-k ezin du :max kilobyte baino gehiagoko pisua euki.",string:":attribute-k ezin du :max karaktere baino gehiago euki.",array:":attribute-k ezin du :max ale baino gehiago euki."},mimes:":attribute :values motatako fitxategia izan behar da.",mimetypes:":attribute :values motatako fitxategia izan behar da.",min:{numeric:":attribute-k gutxienez :min-eko tamaina izan behar du.",file:":attribute-k gutxienez :min kilobyteko pisua euki behar du.",string:":attribute-k gutxienez :min karaktere euki behar ditu.",array:":attribute-k gutxienez :min ale euki behar ditu."},not_in:"Hautatutako :attribute baliogabea da.",not_regex:"The :attribute format is invalid.",numeric:":attribute zenbaki bat izan behar da.",present:":attribute bertan egon behar da.",regex:":attribute-k ez dauka formatu egokirik.",required:":attribute derrigorrezkoa da.",required_if:":attribute derrigorrezkoa da :other :value denean.",required_unless:":attribute derrigorrezkoa da :other :values-en egon ezean.",required_with:":attribute derrigorrezkoa da :values bertan dagoenean.",required_with_all:":attribute derrigorrezkoa da :values bertan dagoenean.",required_without:":attribute derrigorrezkoa da :values bertan ez dagoenean.",required_without_all:":attribute derrigorrezkoa da :values bertan ez dagoenean.",same:":attribute eta :other bat etorri behar dira.",size:{numeric:":attribute-k :size-eko tamaina izan behar du.",file:":attribute-k :size kilobyteko pisua euki behar du.",string:":attribute-k :size karaktere euki beha ditu.",array:":attribute-k :size ale euki behar ditu."},string:":attribute karaktere-katea izan behar da.",timezone:":attribute baliozko gunea izan behar da.",unique:":attribute jadanik erregistratua izan da.",uploaded:":attribute igotzerakoan huts egin du.",url:":attribute-k ez dauka formatu egokirik."}},1530:function(t,e){t.exports={accepted:"فیلد :attribute می بایست تایید شود",alpha:"فیلد :attribute می بایست فقط شامل حروف انگلیسی باشد",alpha_dash:"فیلد :attribute می بایست فقط شامل حروف انگلیسی و خط تیره و زیرخط باشد",alpha_num:"فیلد :attribute می بایست فقط شامل حروف و اعداد باشد",between:"فیلد :attribute می بایست بزرگتر از :min و کوچکتر از :max باشد",confirmed:"تطبیق فیلد :attribute صحیح نمی باشد",email:"فرمت ایمیل وارد شده در :attribute صحیح نمیباشد",date:"تاریخ درج شده در فیلد :attribute صحیح نیست",def:"فیلد :attribute اشکال دارد",digits:"فیلد :attribute می بایست شامل :digits رقم باشد",digits_between:":attribute باید بین :min و :max رقم باشد.",different:"فیلد :attribute می بایست مقداری غیر از :different داشته باشد",in:"فیلد :attribute انتخاب شده صحیح نمی باشد",integer:"فیلد :attribute می بایست عددی باشد",hex:"فیلد :attribute باید در فرمت مبنای ۱۶ باشد",min:{numeric:"فیلد :attribute می بایست از :min بزرگتر باشد",string:"فیلد :attribute بایستی حداقل :min کاراکتر طول داشته باشد"},max:{numeric:"فیلد :attribute می بایست از :max کوچکتر باشد",string:"فیلد :attribute نباید بیشتر از :max کاراکتر طول داشته باشد"},not_in:"فیلد :attribute انتخاب شده صحیح نمی باشد",numeric:"فیلد :attribute می بایست عددی باشد",present:"The :attribute field must be present (but can be empty).",required:"فیلد :attribute الزامی است",required_if:"در صورت دادن :value به :other تکمیل فیلد :attribute الزامی است",same:"فیلد :attribute می بایست با فیلد :same یکی باشد",size:{numeric:"فیلد :attribute می بایست :size باشد",string:"فیلد :attribute می بایست :size کاراکتر طول داشته باشد"},string:"فیلد :attribute می بایست متنی باشد",url:"آدرس فیلد :attribute صحیح نمی باشد",regex:"فرمت آدرس :attribute صحیح نمی باشد",attributes:{}}},1531:function(t,e){t.exports={accepted:":attribute on oltava hyväksytty.",after:":attribute on oltava :after jälkeen.",after_or_equal:":attribute täytyy olla sama kuin :after_or_equal tai sen jälkeen.",alpha:":attribute kenttä saa sisältää ainoastaan kirjaimia.",alpha_dash:":attribute kenttä saa sisältää ainoastaan kirjaimia tai numeroita, sekä pisteitä ja alaviivoja.",alpha_num:":attribute kenttä saa sisältää ainoastaan kirjaimia tai numeroita.",before:":attribute on oltava ennen kuin :before.",before_or_equal:":attribute on oltava sama tai ennen kuin :before_or_equal.",between:":attribute on oltava :min ja :max väliltä.",confirmed:":attribute vahvistus ei täsmää.",email:":attribute on väärässä muodossa.",date:":attribute ei ole päivämäärä.",def:":attribute sisältää virheitä.",digits:":attribute on oltava :digits numeroa pitkä.",digits_between:"Kentän :attribute arvon tulee olla :min - :max numeroa.",different:":attribute ei saa olla yhtä kuin :different.",in:"Valittu :attribute ei kelpaa.",integer:":attribute ei ole numero.",hex:":attribute on oltava heksadesimaali.",min:{numeric:":attribute on oltava vähintään :min.",string:":attribute on oltava vähintään :min merkkiä pitkä."},max:{numeric:":attribute on oltava enintään :max.",string:":attribute on oltava enintään :max merkkiä pitkä."},not_in:"Valittu :attribute ei kelpaa.",numeric:":attribute on oltava numero.",present:":attribute kenttä on oltava (mutta saa olla tyhjä).",required:":attribute kenttä on pakollinen.",required_if:":attribute kenttä on pakollinen, jos kenttä :other on :value.",required_unless:":attribute kenttä on pakollinen, jos kenttä :other ei ole :value.",required_with:":attribute kenttä on pakollinen, jos kenttä :field ei ole tyhjä.",required_with_all:":attribute kenttä on pakollinen, jos kentät :fields eivät ole tyhjiä.",required_without:":attribute kenttä on pakollinen, jos kenttä :field on tyhjä.",required_without_all:":attribute kenttä on pakollinen, jos kentät :fields ovat tyhjiä.",same:":attribute ja :same on oltava samat.",size:{numeric:":attribute on oltava :size.",string:":attribute on oltava :size merkkiä pitkä."},string:":attribute on oltava merkkijono.",url:":attribute on väärässä muodossa.",regex:":attribute on väärässä muodossa.",attributes:{}}},1532:function(t,e){t.exports={accepted:"Le champ :attribute doit être accepté.",alpha:"Le champ :attribute ne peut contenir que des caractères alphabétiques.",alpha_dash:"Le champ :attribute ne peut contenir que des caractères alphanumériques, des tirets et des underscores.",alpha_num:"Le champ :attribute ne peut contenir que des caractères alphanumériques.",between:"La longueur du champ :attribute doit être comprise entre :min and :max.",confirmed:"Le champ :attribute n'est pas confirmé.",email:"Le champ :attribute contient un format invalide.",def:"Le champ :attribute contient un attribut erroné.",digits:"Le champ :attribute doit être composé de :digits chiffres.",digits_between:"Le champ :attribute doit contenir entre :min et :max chiffres.",different:"Les champs :attribute et :different doivent être différents.",in:"Le champ :attribute est invalide.",integer:"Le champ :attribute doit être un entier.",hex:"Le champ :attribute doit être au format hexadécimal.",min:{numeric:"Le champ :attribute doit être supérieur à :min.",string:"Le champ :attribute doit contenir plus de :min caractères."},max:{numeric:"Le champ :attribute doit être inférieur à :max.",string:"Le champ :attribute doit contenir moins de :max caractères."},not_in:"Le champ :attribute est invalide.",numeric:"Le champ :attribute doit être un chiffre.",present:"Le champ :attribute doit être présent (mais peut être vide).",required:"Le champ :attribute est requis.",required_if:"Le champ :attribute est requis quand :other est :value.",same:"Les champs :attribute et :same doivent correspondre.",size:{numeric:"Le champ :attribute doit être égal à :size.",string:"Le champ :attribute doit contenir :size caractères."},url:"Le format du champ :attribute est invalide.",regex:"Le format du champ :attribute est invalide.",attributes:{}}},1533:function(t,e){t.exports={accepted:"Polje :attribute mora biti prihvaćeno.",active_url:"Polje :attribute nije ispravan URL.",after:"Polje :attribute mora biti datum nakon :date.",after_or_equal:"Polje :attribute mora biti datum veći ili jednak :date.",alpha:"Polje :attribute smije sadržavati samo slova.",alpha_dash:"Polje :attribute smije sadržavati samo slova, brojeve i crtice.",alpha_num:"Polje :attribute smije sadržavati samo slova i brojeve.",attributes:{},array:"Polje :attribute mora biti niz.",before:"Polje :attribute mora biti datum prije :date.",before_or_equal:"Polje :attribute mora biti datum manji ili jednak :date.",between:{numeric:"Polje :attribute mora biti između :min - :max.",file:"Polje :attribute mora biti između :min - :max kilobajta.",string:"Polje :attribute mora biti između :min - :max znakova.",array:"Polje :attribute mora imati između :min - :max stavki."},boolean:"Polje :attribute mora biti false ili true.",confirmed:"Potvrda polja :attribute se ne podudara.",date:"Polje :attribute nije ispravan datum.",date_format:"Polje :attribute ne podudara s formatom :format.",different:"Polja :attribute i :other moraju biti različita.",digits:"Polje :attribute mora sadržavati :digits znamenki.",digits_between:"Polje :attribute mora imati između :min i :max znamenki.",dimensions:"Polje :attribute ima neispravne dimenzije slike.",distinct:"Polje :attribute ima dupliciranu vrijednost.",email:"Polje :attribute mora biti ispravna e-mail adresa.",exists:"Odabrano polje :attribute nije ispravno.",file:"Polje :attribute mora biti datoteka.",filled:"Polje :attribute je obavezno.",gt:{numeric:"Polje :attribute mora biti veće od :value.",file:"Polje :attribute mora biti veće od :value kilobajta.",string:"Polje :attribute mora biti veće od :value karaktera.",array:"Polje :attribute mora biti veće od :value stavki."},gte:{numeric:"Polje :attribute mora biti veće ili jednako :value.",file:"Polje :attribute mora biti veće ili jednako :value kilobajta.",string:"Polje :attribute mora biti veće ili jednako :value znakova.",array:"Polje :attribute mora imati :value stavki ili više."},image:"Polje :attribute mora biti slika.",in:"Odabrano polje :attribute nije ispravno.",in_array:"Polje :attribute ne postoji u :other.",integer:"Polje :attribute mora biti broj.",ip:"Polje :attribute mora biti ispravna IP adresa.",ipv4:"Polje :attribute mora biti ispravna IPv4 adresa.",ipv6:"Polje :attribute mora biti ispravna IPv6 adresa.",json:"Polje :attribute mora biti ispravan JSON string.",lt:{numeric:"Polje :attribute mora biti manje od :value.",file:"Polje :attribute mora biti manje od :value kilobajta.",string:"Polje :attribute mora biti manje od :value znakova.",array:"Polje :attribute mora biti manje od :value stavki."},lte:{numeric:"Polje :attribute mora biti manje ili jednako :value.",file:"Polje :attribute mora biti manje ili jednako :value kilobajta.",string:"Polje :attribute mora biti manje ili jednako :value znakova.",array:"Polje :attribute ne smije imati više od :value stavki."},max:{numeric:"Polje :attribute mora biti manje od :max.",file:"Polje :attribute mora biti manje od :max kilobajta.",string:"Polje :attribute mora sadržavati manje od :max znakova.",array:"Polje :attribute ne smije imati više od :max stavki."},mimes:"Polje :attribute mora biti datoteka tipa: :values.",mimetypes:"Polje :attribute mora biti datoteka tipa: :values.",min:{numeric:"Polje :attribute mora biti najmanje :min.",file:"Polje :attribute mora biti najmanje :min kilobajta.",string:"Polje :attribute mora sadržavati najmanje :min znakova.",array:"Polje :attribute mora sadržavati najmanje :min stavki."},not_in:"Odabrano polje :attribute nije ispravno.",not_regex:"Format polja :attribute je neispravan.",numeric:"Polje :attribute mora biti broj.",present:"Polje :attribute mora biti prisutno.",regex:"Polje :attribute se ne podudara s formatom.",required:"Polje :attribute je obavezno.",required_if:"Polje :attribute je obavezno kada polje :other sadrži :value.",required_unless:"Polje :attribute je obavezno osim :other je u :values.",required_with:"Polje :attribute je obavezno kada postoji polje :values.",required_with_all:"Polje :attribute je obavezno kada postje polja :values.",required_without:"Polje :attribute je obavezno kada ne postoji polje :values.",required_without_all:"Polje :attribute je obavezno kada nijedno od polja :values ne postoji.",same:"Polja :attribute i :other se moraju podudarati.",size:{numeric:"Polje :attribute mora biti :size.",file:"Polje :attribute mora biti :size kilobajta.",string:"Polje :attribute mora biti :size znakova.",array:"Polje :attribute mora sadržavati :size stavki."},string:"Polje :attribute mora biti string.",timezone:"Polje :attribute mora biti ispravna vremenska zona.",unique:"Polje :attribute već postoji.",uploaded:"Polje :attribute nije uspešno učitano.",url:"Polje :attribute nije ispravnog formata."}},1534:function(t,e){t.exports={accepted:"A(z) :attribute el kell legyen fogadva!",active_url:"A(z) :attribute nem érvényes url!",after:"A(z) :attribute :date utáni dátum kell, hogy legyen!",after_or_equal:"A(z) :attribute nem lehet korábbi dátum, mint :date!",alpha:"A(z) :attribute kizárólag betűket tartalmazhat!",alpha_dash:"A(z) :attribute kizárólag betűket, számokat és kötőjeleket tartalmazhat!",alpha_num:"A(z) :attribute kizárólag betűket és számokat tartalmazhat!",attributes:{},array:"A(z) :attribute egy tömb kell, hogy legyen!",before:"A(z) :attribute :date előtti dátum kell, hogy legyen!",before_or_equal:"A(z) :attribute nem lehet későbbi dátum, mint :date!",between:{numeric:"A(z) :attribute :min és :max közötti szám kell, hogy legyen!",file:"A(z) :attribute mérete :min és :max kilobájt között kell, hogy legyen!",string:"A(z) :attribute hossza :min és :max karakter között kell, hogy legyen!",array:"A(z) :attribute :min - :max közötti elemet kell, hogy tartalmazzon!"},boolean:"A(z) :attribute mező csak true vagy false értéket kaphat!",confirmed:"A(z) :attribute nem egyezik a megerősítéssel.",date:"A(z) :attribute nem érvényes dátum.",date_format:"A(z) :attribute nem egyezik az alábbi dátum formátummal :format!",different:"A(z) :attribute és :other értékei különbözőek kell, hogy legyenek!",digits:"A(z) :attribute :digits számjegyű kell, hogy legyen!",digits_between:"A(z) :attribute értéke :min és :max közötti számjegy lehet!",dimensions:"A(z) :attribute felbontása nem megfelelő.",distinct:"A(z) :attribute értékének egyedinek kell lennie!",email:"A(z) :attribute nem érvényes email formátum.",exists:"A(z) :attribute már létezik.",file:"A(z) :attribute fájl kell, hogy legyen!",filled:"A(z) :attribute megadása kötelező!",gt:{numeric:"A(z) :attribute nagyobb kell, hogy legyen, mint :value!",file:"A(z) :attribute mérete nagyobb kell, hogy legyen, mint :value kilobájt.",string:"A(z) :attribute hosszabb kell, hogy legyen, mint :value karakter.",array:"A(z) :attribute több, mint :value elemet kell, hogy tartalmazzon."},gte:{numeric:"A(z) :attribute nagyobb vagy egyenlő kell, hogy legyen, mint :value!",file:"A(z) :attribute mérete nem lehet kevesebb, mint :value kilobájt.",string:"A(z) :attribute hossza nem lehet kevesebb, mint :value karakter.",array:"A(z) :attribute legalább :value elemet kell, hogy tartalmazzon."},image:"A(z) :attribute képfájl kell, hogy legyen!",in:"A kiválasztott :attribute érvénytelen.",in_array:"A(z) :attribute értéke nem található a(z) :other értékek között.",integer:"A(z) :attribute értéke szám kell, hogy legyen!",ip:"A(z) :attribute érvényes IP cím kell, hogy legyen!",ipv4:"A(z) :attribute érvényes IPv4 cím kell, hogy legyen!",ipv6:"A(z) :attribute érvényes IPv6 cím kell, hogy legyen!",json:"A(z) :attribute érvényes JSON szöveg kell, hogy legyen!",lt:{numeric:"A(z) :attribute kisebb kell, hogy legyen, mint :value!",file:"A(z) :attribute mérete kisebb kell, hogy legyen, mint :value kilobájt.",string:"A(z) :attribute rövidebb kell, hogy legyen, mint :value karakter.",array:"A(z) :attribute kevesebb, mint :value elemet kell, hogy tartalmazzon."},lte:{numeric:"A(z) :attribute kisebb vagy egyenlő kell, hogy legyen, mint :value!",file:"A(z) :attribute mérete nem lehet több, mint :value kilobájt.",string:"A(z) :attribute hossza nem lehet több, mint :value karakter.",array:"A(z) :attribute legfeljebb :value elemet kell, hogy tartalmazzon."},max:{numeric:"A(z) :attribute értéke nem lehet nagyobb, mint :max!",file:"A(z) :attribute mérete nem lehet több, mint :max kilobájt.",string:"A(z) :attribute hossza nem lehet több, mint :max karakter.",array:"A(z) :attribute legfeljebb :max elemet kell, hogy tartalmazzon."},mimes:"A(z) :attribute kizárólag az alábbi fájlformátumok egyike lehet: :values.",mimetypes:"A(z) :attribute kizárólag az alábbi fájlformátumok egyike lehet: :values.",min:{numeric:"A(z) :attribute értéke nem lehet kisebb, mint :min!",file:"A(z) :attribute mérete nem lehet kevesebb, mint :min kilobájt.",string:"A(z) :attribute hossza nem lehet kevesebb, mint :min karakter.",array:"A(z) :attribute legalább :min elemet kell, hogy tartalmazzon."},not_in:"A(z) :attribute értéke érvénytelen.",not_regex:"A(z) :attribute formátuma érvénytelen.",numeric:"A(z) :attribute szám kell, hogy legyen!",present:"A(z) :attribute mező nem található!",regex:"A(z) :attribute formátuma érvénytelen.",required:"A(z) :attribute megadása kötelező!",required_if:"A(z) :attribute megadása kötelező, ha a(z) :other értéke :value!",required_unless:"A(z) :attribute megadása kötelező, ha a(z) :other értéke nem :values!",required_with:"A(z) :attribute megadása kötelező, ha a(z) :values érték létezik.",required_with_all:"A(z) :attribute megadása kötelező, ha a(z) :values értékek léteznek.",required_without:"A(z) :attribute megadása kötelező, ha a(z) :values érték nem létezik.",required_without_all:"A(z) :attribute megadása kötelező, ha egyik :values érték sem létezik.",same:"A(z) :attribute és :other mezőknek egyezniük kell!",size:{numeric:"A(z) :attribute értéke :size kell, hogy legyen!",file:"A(z) :attribute mérete :size kilobájt kell, hogy legyen!",string:"A(z) :attribute hossza :size karakter kell, hogy legyen!",array:"A(z) :attribute :size elemet kell tartalmazzon!"},string:"A(z) :attribute szöveg kell, hogy legyen.",timezone:"A(z) :attribute nem létező időzona.",unique:"A(z) :attribute már foglalt.",uploaded:"A(z) :attribute feltöltése sikertelen.",url:"A(z) :attribute érvénytelen link."}},1535:function(t,e){t.exports={accepted:":attribute harus disetujui.",after:":attribute harus setelah :after.",after_or_equal:":attribute harus sama dengan atau setelah :after_or_equal.",alpha:":attribute hanya boleh berisi huruf.",alpha_dash:":attribute hanya boleh berisi huruf, - atau _.",alpha_num:":attribute hanya boleh berisi huruf dan angka.",before:":attribute harus sebelum :before.",before_or_equal:":attribute harus sama dengan atau sebelum :before_or_equal.",between:":attribute harus berisi antara :min dan :max.",confirmed:":attribute konfirmasi tidak sama.",email:":attribute harus berupa email.",date:":attribute format tanggal tidak benar.",def:":attribute attribute has errors.",digits:":attribute harus :digits digit.",digits_between:"Isian :attribute harus antara angka :min dan :max.",different:":attribute dan :different harus berbeda.",in:":attribute tidak benar.",integer:":attribute harus berupa angka.",hex:":attribute harus berformat heksadesimal",min:{numeric:":attribute minimal :min.",string:":attribute minimal :min karakter."},max:{numeric:":attribute harus lebih kecil :max.",string:":attribute maksimal :max karakter."},not_in:":attribute tidak benar.",numeric:":attribute harus berupa angka.",present:":attribute harus ada (tapi boleh kosong).",required:":attribute tidak boleh kosong.",required_if:":attribute harus di isi jika :other berisi :value.",required_unless:":attribute harus di isi jika :other tidak berisi :value.",required_with:":attribute harus di isi jika :field tidak kosong.",required_with_all:":attribute harus di isi jika :fields tidak kosong.",required_without:":attribute harus di isi jika :field kosong.",required_without_all:":attribute harus di isi jika :fields kosong.",same:":attribute dan :same harus sama.",size:{numeric:":attribute harus berisi :size.",string:":attribute harus berisi :size karakter."},string:":attribute harus berupa string.",url:":attribute harus berupa format url.",regex:":attribute format tidak benar.",attributes:{}}},1536:function(t,e){t.exports={accepted:"Il campo :attribute deve essere accettato.",alpha:"Il campo :attribute deve contenere sono caratteri alfabetici.",alpha_dash:"Il campo :attribute può contenere solo caratteri alfanumerici oltre a trattini e trattini bassi.",alpha_num:"Il campo :attribute deve essere alfanumerico.",between:"Il campo :attribute deve essere compreso tra :min e :max.",confirmed:"Il campo conferma :attribute non è uguale.",email:"Il formato dell'attributo :attribute non è valido.",def:"Gli attributi del campo :attribute contengono degli errori.",digits:"Il campo :attribute deve essere di :digits cifre.",digits_between:"Il campo :attribute deve essere tra :min e :max cifre.",different:"Il campo :attribute e :different devo essere diversi.",in:"Il valore del campo :attribute non è valido.",integer:"Il campo :attribute deve essere un valore intero.",hex:"Il campo :attribute deve essere in formato esadecimale",min:{numeric:"Il campo :attribute deve essere maggiore o uguale di :min.",string:"Il campo :attribute deve essere composto da almeno :min caratteri."},max:{numeric:"Il campo :attribute deve essere minore o uguale di :max.",string:"Il campo :attribute deve essere composto da massimo :max caratteri."},not_in:"Il campo :attribute non è valido.",numeric:"Il campo :attribute deve essere un numero.",present:"Il campo :attribute deve essere presente (ma può essere vuoto).",required:"Il campo :attribute è richiesto.",required_if:"Il campo :attribute è richiesto quando il campo :other è uguale a :value.",same:"I campi :attribute e :same devono essere uguali.",size:{numeric:"La dimensione del campo :attribute deve essere uguale a :size.",string:"Il campo :attribute deve essere di :size caratteri."},string:"Il campo :attribute deve essere una stringa.",url:"Il formato del campo :attribute non è valido.",regex:"Il formato del campo :attribute non è valido.",attributes:{}}},1537:function(t,e){t.exports={accepted:":attributeを確認してください。",after:":attributeは:afterより後の日付を入力してください。",after_or_equal:":attributeは:after_or_equal以降の日付を入力してください。",alpha:":attributeは英字のみで入力してください。",alpha_dash:":attributeは英字とダッシュと下線のみで入力してください。",alpha_num:":attributeは英数字のみで入力してください。",before:":attributeは:beforeより前の日付を入力してください。",before_or_equal:":attributeは:before_or_equal以前の日付を入力してください。",between:":attributeは:min〜:max文字で入力してください。",confirmed:":attributeは確認が一致しません。",email:":attributeは正しいメールアドレスを入力してください。",date:":attributeは正しい日付形式を入力してください",def:":attributeは検証エラーが含まれています。",digits:":attributeは:digitsの数字のみで入力してください。",digits_between:":attributeは、:min桁から:max桁にしてください。",different:":attributeと:differentは同じであってはなりません。",in:"選択された:attributeは無効です。",integer:":attributeは整数で入力してください。",hex:":attributeは16進数で入力してください。",min:{numeric:":attributeは:min以上で入力してください。",string:":attributeは:min文字以上で入力してください。"},max:{numeric:":attributeは:max以下で入力してください。",string:":attributeは:max文字以下で入力してください。"},not_in:"選択された:attributeは無効です。",numeric:":attributeは数値で入力してください。",present:":attributeを入力してください(空欄も可能です)。",required:":attributeは必須です。",required_if:":otherは:valueになったら:attributeは必須です。",required_unless:":otherが:valueでなければ:attributeは必須です。",required_with:":fieldが空欄でなければ:attributeは必須です。",required_with_all:":fieldsが空欄でなければ:attributeは必須です。",required_without:":fieldが空欄なら:attributeは必須です。",required_without_all:":fieldsが空欄なら:attributeは必須です。",same:":attributeと:sameは同じでなければなりません。",size:{numeric:":attributeは:sizeを入力してください。",string:":attributeは:size文字で入力してください。"},string:":attributeは文字のみで入力してください。",url:":attributeは正しいURIを入力してください。",regex:":attributeの値はパターンにマッチする必要があります。",attributes:{}}},1538:function(t,e){t.exports={accepted:":attribute უნდა იყოს მონიშნული.",active_url:":attribute უნდა იყოს URL მისამართი.",after:":attribute უნდა იყოს :date-ის შემდეგ.",after_or_equal:":attribute უნდა იყოს :date-ის შემდეგ ან მისი ტოლი.",alpha:":attribute უნდა შეიცავდეს მხოლოდ ასოებს.",alpha_dash:":attribute უნდა შეიცავდეს მხოლოდ ასოებს, რიცხვებს და ტირეებს.",alpha_num:":attribute უნდა შეიცავდეს მხოლოდ ასოებს და რიცხვებს.",attributes:{},array:":attribute უნდა იყოს მასივი.",before:":attribute უნდა იყოს :date-მდე.",before_or_equal:":attribute უნდა იყოს :date-მდე ან მისი ტოლი.",between:{numeric:":attribute უნდა იყოს :min-სა და :max-ს შორის.",file:":attribute უნდა იყოს :min-სა და :max კილობაიტს შორის.",string:":attribute უნდა იყოს :min-სა და :max სიმბოლოს შორის.",array:":attribute-ის რაოდენობა უნდა იყოს :min-დან :max-მდე."},boolean:":attribute უნდა იყოს true, false, 0 ან 1.",confirmed:":attribute არ ემთხვევა დადასტურებას.",date:":attribute შეიცავს თარიღის არასწორ ფორმატს.",date_format:":attribute არ ემთხვევა თარიღის ფორმატს: :format.",different:":attribute და :other არ უნდა ემთხვეოდეს ერთმანეთს.",digits:":attribute უნდა შედგებოდეს :digits ციფრისგან.",digits_between:":attribute უნდა შედგებოდეს :min-დან :max ციფრამბდე.",dimensions:":attribute შეიცავს სურათის არასწორ ზომებს.",distinct:":attribute უნდა იყოს უნიკალური.",email:":attribute უნდა იყოს სწორი ელ.ფოსტა.",exists:"ასეთი :attribute არ არსებობს.",file:":attribute უნდა იყოს ფაილი.",filled:":attribute აუცილებელია.",gt:{numeric:":attribute უნდა იყოს :value-ზე მეტი.",file:":attribute უნდა იყოს :value კილობაიტზე მეტი.",string:":attribute უნდა შეიცავდეს :value სიმბოლოზე მეტს.",array:":attribute უნდა შეიცავლდეს :value ელემენტზე მეტს."},gte:{numeric:":attribute უნდა იყოს მინიმუმ :value.",file:":attribute უნდა იყოს მინიმუმ :value კილობაიტი.",string:":attribute უნდა შეიცავდეს მინიმუმ :value სიმბოლოს.",array:":attribute უნდა შეიცავდეს მინიმუმ :value ელემენტს."},image:":attribute უნდა იყოს სურათი.",in:"მითითებული :attribute არასწორია.",in_array:":attribute უნდა არსებობდეს :other-ში.",integer:":attribute უნდა იყოს მთელი რიცხვი.",ip:":attribute უნდა იყოს IP მისამართი.",ipv4:":attribute უნდა იყოს IPv4 მისამართი.",ipv6:":attribute უნდა იყოს IPv6 მისამართი.",json:":attribute უნდა იყოს JSON ტიპის.",lt:{numeric:":attribute უნდა იყოს :value-ზე ნაკლები.",file:":attribute უნდა იყოს :value კილობაიტზე ნაკლები.",string:":attribute უნდა შეიცავდეს :value სიმბოლოზე ნაკლებს.",array:":attribute უნდა შეიცავლდეს :value ელემენტზე ნაკლებს."},lte:{numeric:":attribute უნდა იყოს მაქსიმუმ :value.",file:":attribute უნდა იყოს მაქსიმუმ :value კილობაიტი.",string:":attribute უნდა შეიცავდეს მაქსიმუმ :value სიმბოლოს.",array:":attribute უნდა შეიცავდეს მაქსიმუმ :value ელემენტს."},max:{numeric:":attribute არ უნდა აღემატებოდეს :max-ს.",file:":attribute არ უნდა აღემატებოდეს :max კილობაიტს.",string:":attribute არ უნდა აღემატებოდეს :max სიმბოლოს.",array:":attribute-ის რაოდენობა არ უნდა აღემატებოდეს :max-ს."},mimes:":attribute უნდა იყოს შემდეგი ტიპის: :values.",mimetypes:":attribute უნდა იყოს შემდეგი ტიპის: :values.",min:{numeric:":attribute უნდა იყოს მინიმუმ :min.",file:":attribute უნდა იყოს მინიმუმ :min კილობაიტი.",string:":attribute უნდა შეიცავდეს მინიმუმ :min სიმბოლოს.",array:":attribute უნდა იყოს მინიმუმ :min."},not_in:"მითითებული :attribute არასწორია.",not_regex:":attribute არასწორ ფორმატშია.",numeric:":attribute უნდა იყოს რიცხვი.",present:":attribute უნდა არსებობდეს, თუნდაც ცარიელი.",regex:":attribute არ ემთხვევა ფორმატს.",required:":attribute აუცილებელია.",required_if:":attribute აუცილებელია, თუ :other-ის მნიშვნელობა ემთხვევა :value-ს.",required_unless:":attribute აუცილებელია, თუ :values არ შეიცავს :other-ს.",required_with:":attribute აუცილებელია, თუ :values მითითებულია.",required_with_all:":attribute აუცილებელია, თუ :values მითითებულია.",required_without:":attribute აუცილებელია, თუ :values არ არის მითითებული.",required_without_all:":attribute აუცილებელია, თუ :values არ არის მითითებული.",same:":attribute და :other უნდა ემთხვეოდეს ერთმანეთს.",size:{numeric:":attribute უნდა იყოს :size-ის ტოლი.",file:":attribute უნდა იყოს :size კილობაიტი.",string:":attribute უნდა შედგებოდეს :size სიმბოლოსგან.",array:":attribute უნდა შეიცავდეს :size ელემენტს."},string:":attribute უნდა იყოს ტექსტი.",timezone:":attribute უნდა იყოს სასაათო სარტყელი.",unique:"ასეთი :attribute უკვე არსებობს.",uploaded:":attribute-ის ატვირთვა ვერ მოხერხდა.",url:":attribute უნდა იყოს URL მისამართი."}},1539:function(t,e){t.exports={accepted:":attribute을(를) 동의해야 합니다.",active_url:":attribute은(는) 유효한 URL이 아닙니다.",after:":attribute은(는) :date 이후 날짜여야 합니다.",after_or_equal:":attribute은(는) :date 이후 날짜이거나 같은 날짜여야 합니다.",alpha:":attribute은(는) 문자만 포함할 수 있습니다.",alpha_dash:":attribute은(는) 문자, 숫자, 대쉬(-)만 포함할 수 있습니다.",alpha_num:":attribute은(는) 문자와 숫자만 포함할 수 있습니다.",attributes:{},array:":attribute은(는) 배열이어야 합니다.",before:":attribute은(는) :date 이전 날짜여야 합니다.",before_or_equal:":attribute은(는) :date 이전 날짜이거나 같은 날짜여야 합니다.",between:{numeric:":attribute은(는) :min에서 :max 사이여야 합니다.",file:":attribute은(는) :min에서 :max 킬로바이트 사이여야 합니다.",string:":attribute은(는) :min에서 :max 문자 사이여야 합니다.",array:":attribute은(는) :min에서 :max 개의 항목이 있어야 합니다."},boolean:":attribute은(는) true 또는 false 이어야 합니다.",confirmed:":attribute 확인 항목이 일치하지 않습니다.",date:":attribute은(는) 유효한 날짜가 아닙니다.",date_format:":attribute이(가) :format 형식과 일치하지 않습니다.",different:":attribute와(과) :other은(는) 서로 달라야 합니다.",digits:":attribute은(는) :digits 자리 숫자여야 합니다.",digits_between:":attribute)은(는) :min에서 :max 자리 사이여야 합니다.",dimensions:":attribute은(는) 유효하지 않는 이미지 크기입니다.",distinct:":attribute 필드에 중복된 값이 있습니다.",email:":attribute은(는) 유효한 이메일 주소여야 합니다.",exists:"선택된 :attribute은(는) 유효하지 않습니다.",file:":attribute은(는) 파일이어야 합니다.",filled:":attribute 필드는 값이 있어야 합니다.",gt:{numeric:":attribute의 값은 :value보다 커야 합니다.",file:":attribute의 용량은 :value킬로바이트보다 커야 합니다.",string:":attribute의 길이는 :value보다 길어야 합니다.",array:":attribute의 항목수는 :value개 보다 많아야 합니다."},gte:{numeric:":attribute의 값은 :value보다 같거나 커야 합니다.",file:":attribute의 용량은 :value킬로바이트보다 같거나 커야 합니다.",string:":attribute의 길이는 :value보다 같거나 길어야 합니다.",array:":attribute의 항목수는 :value개 보다 같거나 많아야 합니다."},image:":attribute은(는) 이미지여야 합니다.",in:"선택된 :attribute은(는) 유효하지 않습니다.",in_array:":attribute 필드는 :other에 존재하지 않습니다.",integer:":attribute은(는) 정수여야 합니다.",ip:":attribute은(는) 유효한 IP 주소여야 합니다.",ipv4:":attribute은(는) 유효한 IPv4 주소여야 합니다.",ipv6:":attribute은(는) 유효한 IPv6 주소여야 합니다.",json:":attribute은(는) JSON 문자열이어야 합니다.",lt:{numeric:":attribute의 값은 :value보다 작아야 합니다.",file:":attribute의 용량은 :value킬로바이트보다 작아야 합니다.",string:":attribute의 길이는 :value보다 짧아야 합니다.",array:":attribute의 항목수는 :value개 보다 작아야 합니다."},lte:{numeric:":attribute의 값은 :value보다 같거나 작아야 합니다.",file:":attribute의 용량은 :value킬로바이트보다 같거나 작아야 합니다.",string:":attribute의 길이는 :value보다 같거나 짧아야 합니다.",array:":attribute의 항목수는 :value개 보다 같거나 작아야 합니다."},max:{numeric:":attribute은(는) :max보다 클 수 없습니다.",file:":attribute은(는) :max킬로바이트보다 클 수 없습니다.",string:":attribute은(는) :max자보다 클 수 없습니다.",array:":attribute은(는) :max개보다 많을 수 없습니다."},mimes:":attribute은(는) 다음의 파일 형식이어야 합니다: :values.",mimetypes:":attribute은(는) 다음의 파일 형식이어야 합니다: :values.",min:{numeric:":attribute은(는) 최소한 :min이어야 합니다.",file:":attribute은(는) 최소한 :min킬로바이트이어야 합니다.",string:":attribute은(는) 최소한 :min자이어야 합니다.",array:":attribute은(는) 최소한 :min개의 항목이 있어야 합니다."},not_in:"선택된 :attribute이(가) 유효하지 않습니다.",not_regex:":attribute의 형식이 올바르지 않습니다.",numeric:":attribute은(는) 숫자여야 합니다.",present:":attribute 필드가 있어야 합니다.",regex:":attribute 형식이 유효하지 않습니다.",required:":attribute 필드는 필수입니다.",required_if:":other이(가) :value 일 때 :attribute 필드는 필수입니다.",required_unless:":other이(가) :value에 없다면 :attribute 필드는 필수입니다.",required_with:":values이(가) 있는 경우 :attribute 필드는 필수입니다.",required_with_all:":values이(가) 모두 있는 경우 :attribute 필드는 필수입니다.",required_without:":values이(가) 없는 경우 :attribute 필드는 필수입니다.",required_without_all:":values이(가) 모두 없는 경우 :attribute 필드는 필수입니다.",same:":attribute와(과) :other은(는) 일치해야 합니다.",size:{numeric:":attribute은(는) :size (이)여야 합니다.",file:":attribute은(는) :size킬로바이트여야 합니다.",string:":attribute은(는) :size자여야 합니다.",array:":attribute은(는) :size개의 항목을 포함해야 합니다."},string:":attribute은(는) 문자열이어야 합니다.",timezone:":attribute은(는) 올바른 시간대 이어야 합니다.",unique:":attribute은(는) 이미 사용 중입니다.",uploaded:":attribute을(를) 업로드하지 못했습니다.",url:":attribute 형식은 유효하지 않습니다."}},1540:function(t,e){t.exports={accepted:"Laukas :attribute turi būti priimtas.",active_url:"Laukas :attribute nėra galiojantis internetinis adresas.",after:"Lauko :attribute reikšmė turi būti po :date datos.",after_or_equal:"The :attribute must be a date after or equal to :date.",alpha:"Laukas :attribute gali turėti tik raides.",alpha_dash:"Laukas :attribute gali turėti tik raides, skaičius ir brūkšnelius.",alpha_num:"Laukas :attribute gali turėti tik raides ir skaičius.",attributes:{},array:"Laukas :attribute turi būti masyvas.",before:"Laukas :attribute turi būti data prieš :date.",before_or_equal:"The :attribute must be a date before or equal to :date.",between:{numeric:"Lauko :attribute reikšmė turi būti tarp :min ir :max.",file:"Failo dydis lauke :attribute turi būti tarp :min ir :max kilobaitų.",string:"Simbolių skaičius lauke :attribute turi būti tarp :min ir :max.",array:"Elementų skaičius lauke :attribute turi turėti nuo :min iki :max."},boolean:"Lauko reikšmė :attribute turi būti 'taip' arba 'ne'.",confirmed:"Lauko :attribute patvirtinimas nesutampa.",date:"Lauko :attribute reikšmė nėra galiojanti data.",date_format:"Lauko :attribute reikšmė neatitinka formato :format.",different:"Laukų :attribute ir :other reikšmės turi skirtis.",digits:"Laukas :attribute turi būti sudarytas iš :digits skaitmenų.",digits_between:"Laukas :attribute tuti turėti nuo :min iki :max skaitmenų.",dimensions:"Lauke :attribute įkeltas paveiksliukas neatitinka išmatavimų reikalavimo.",distinct:"Laukas :attribute pasikartoja.",email:"Lauko :attribute reikšmė turi būti galiojantis el. pašto adresas.",file:"The :attribute must be a file.",filled:"Laukas :attribute turi būti užpildytas.",exists:"Pasirinkta negaliojanti :attribute reikšmė.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:"Lauko :attribute reikšmė turi būti paveikslėlis.",in:"Pasirinkta negaliojanti :attribute reikšmė.",in_array:"Laukas :attribute neegzistuoja :other lauke.",integer:"Lauko :attribute reikšmė turi būti sveikasis skaičius.",ip:"Lauko :attribute reikšmė turi būti galiojantis IP adresas.",ipv4:"The :attribute must be a valid IPv4 address.",ipv6:"The :attribute must be a valid IPv6 address.",json:"Lauko :attribute reikšmė turi būti JSON tekstas.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:"Lauko :attribute reikšmė negali būti didesnė nei :max.",file:"Failo dydis lauke :attribute reikšmė negali būti didesnė nei :max kilobaitų.",string:"Simbolių kiekis lauke :attribute reikšmė negali būti didesnė nei :max simbolių.",array:"Elementų kiekis lauke :attribute negali turėti daugiau nei :max elementų."},mimes:"Lauko reikšmė :attribute turi būti failas vieno iš sekančių tipų: :values.",mimetypes:"Lauko reikšmė :attribute turi būti failas vieno iš sekančių tipų: :values.",min:{numeric:"Lauko :attribute reikšmė turi būti ne mažesnė nei :min.",file:"Failo dydis lauke :attribute turi būti ne mažesnis nei :min kilobaitų.",string:"Simbolių kiekis lauke :attribute turi būti ne mažiau nei :min.",array:"Elementų kiekis lauke :attribute turi būti ne mažiau nei :min."},not_in:"Pasirinkta negaliojanti reikšmė :attribute.",not_regex:"The :attribute format is invalid.",numeric:"Lauko :attribute reikšmė turi būti skaičius.",present:"Laukas :attribute turi egzistuoti.",regex:"Negaliojantis lauko :attribute formatas.",required:"Privaloma užpildyti lauką :attribute.",required_if:"Privaloma užpildyti lauką :attribute kai :other yra :value.",required_unless:"Laukas :attribute yra privalomas, nebent :other yra tarp :values reikšmių.",required_with:"Privaloma užpildyti lauką :attribute kai pateikta :values.",required_with_all:"Privaloma užpildyti lauką :attribute kai pateikta :values.",required_without:"Privaloma užpildyti lauką :attribute kai nepateikta :values.",required_without_all:"Privaloma užpildyti lauką :attribute kai nepateikta nei viena iš reikšmių :values.",same:"Laukai :attribute ir :other turi sutapti.",size:{numeric:"Lauko :attribute reikšmė turi būti :size.",file:"Failo dydis lauke :attribute turi būti :size kilobaitai.",string:"Simbolių skaičius lauke :attribute turi būti :size.",array:"Elementų kiekis lauke :attribute turi būti :size."},string:"Laukas :attribute turi būti tekstinis.",timezone:"Lauko :attribute reikšmė turi būti galiojanti laiko zona.",unique:"Tokia :attribute reikšmė jau pasirinkta.",uploaded:"The :attribute failed to upload.",url:"Negaliojantis lauko :attribute formatas."}},1541:function(t,e){t.exports={accepted:" :attribute ir jābūt pieņemtam.",active_url:" :attribute ir ar nederīgu linku.",after:" :attribute ir jābūt ar datumu pēc :datums.",after_or_equal:" :attribute ir jābūt ar datumu pēc vai vienādu ar :datums.",alpha:" :attribute var saturēt tikai burtus.",alpha_dash:" :attribute var saturēt tikai burtus, nummurus un atstarpes.",alpha_num:" :attribute var tikai saturēt burtus un nummurus.",attributes:{},array:" :attribute ir jābūt sakārtotam.",before:" :attribute ir jābūt ar datumu pirms :datums.",before_or_equal:" :attribute ir jābūt ar datumu pirms vai vienādu ar :datums.",between:{numeric:" :attribute jābūt starp :min un :max.",file:" :attribute jābūt starp :min un :max kilobaiti.",string:" :attribute jābūt no :min līdz :max zīmēm.",array:" :attribute jābūt no :min līdz :max vienībām."},boolean:" :attribute laiciņam jābūt atbilstošam vai neatbilstošam.",confirmed:" :attribute apstiprinājums neatbilst.",date:" :attribute nav derīgs.",date_format:" :attribute neatbilst formātam :format.",different:" :attribute un :other ir jābūt citiem.",digits:" :attribute ir jābūt :digits ciparam.",digits_between:" :attribute ir jābūt :min un :max ciparam.",dimensions:" :attribute ir nederīgs attēla izmērs.",distinct:" :attribute laikam ir dubulta vērtība.",email:" :attribute derīgam e-pastam.",exists:"Izvēlētais :attribute ir nederīgs.",file:" :attribute jābūt failam.",filled:":attribute lauks ir nepieciešams.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:" :attribute jābūt attēlam.",in:"Izvēlētais :attribute ir nederīgs.",in_array:" :attribute laiks neeksistē :cits.",integer:" :attribute ir jabūt skaitim.",ip:" :attribute jābūt derīgai IP adresei.",ipv4:"The :attribute must be a valid IPv4 address.",ipv6:"The :attribute must be a valid IPv6 address.",json:" :attribute jābūt derīgai JSON virknei.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:" :attribute nedrīkst pārsniegt :max.",file:" :attribute nedrīkst pārsniegt :max kilobaiti.",string:" :attribute nedrīkst pārsniegt :max zīmes.",array:" :attribute nedrīkst pārsniegt :max vienības."},mimes:" :attribute jābūt faila tipam: :values",mimetypes:" :attribute jābūt faile tipam: :values.",min:{numeric:" :attribute jābūt vismaz :min.",file:" :attribute jābūt vismaz :min kilobaiti.",string:" :attribute jābūt vismaz :min zīmes.",array:" :attribute jāsatur vismaz :min vienības."},not_in:" izvēlieties :attribute ir nederīgs.",not_regex:"The :attribute format is invalid.",numeric:" :attribute jābūt skaitlim.",present:" :attribute laikums ir nepieciešams.",regex:" :attribute formāts ir nederīgs.",required:" :attribute laukums ir nepieciešams.",required_if:" :attribute laukums ir nepieciešams, ja vien :other ir :values.",required_unless:" :attribute laukums ir nepieciešams, ja vien :other ir :values.",required_with:" :attribute laukums ir nepieciešams, kad :values ir pieejama.",required_with_all:" :attribute laukums ir nepieciešams, kad :values ir pieejama.",required_without:" :attribute laukums ir nepieciešams, kad :values nav pieejama.",required_without_all:" :attribute laukums ir nepieciešams, kad neviena no :values nav pieejama.",same:" :attribute un :citiem ir jāsakrīt.",size:{numeric:" :attribute jābūt :size.",file:" :attribute jābūt :size kilobaiti.",string:" :attribute jābūt :size zīmes.",array:" :attribute jāsatur :size vienības."},string:" :attribute jābūt virknē.",timezone:" :attribute jābūt derīgā zonā.",unique:" :attribute jau ir aizņemts.",uploaded:" :attribute netika augšuplādēts.",url:" :attribute formāts ir nederīgs."}},1542:function(t,e){t.exports={accepted:"Полето :attribute мора да биде прифатено.",active_url:"Полето :attribute не е валиден URL.",after:"Полето :attribute мора да биде датум после :date.",after_or_equal:"The :attribute must be a date after or equal to :date.",alpha:"Полето :attribute може да содржи само букви.",alpha_dash:"Полето :attribute може да содржи само букви, цифри, долна црта и тире.",alpha_num:"Полето :attribute може да содржи само букви и цифри.",attributes:{},array:"Полето :attribute мора да биде низа.",before:"Полето :attribute мора да биде датум пред :date.",before_or_equal:"The :attribute must be a date before or equal to :date.",between:{numeric:"Полето :attribute мора да биде помеѓу :min и :max.",file:"Полето :attribute мора да биде помеѓу :min и :max килобајти.",string:"Полето :attribute мора да биде помеѓу :min и :max карактери.",array:"Полето :attribute мора да има помеѓу :min - :max карактери."},boolean:"The :attribute field must be true or false",confirmed:"Полето :attribute не е потврдено.",date:"Полето :attribute не е валиден датум.",date_format:"Полето :attribute не е во формат :format.",different:"Полињата :attribute и :other треба да се различни.",digits:"Полето :attribute треба да има :digits цифри.",digits_between:"Полето :attribute треба да има помеѓу :min и :max цифри.",dimensions:"The :attribute has invalid image dimensions.",distinct:"The :attribute field has a duplicate value.",email:"Полето :attribute не е во валиден формат.",exists:"Избранато поле :attribute веќе постои.",file:"The :attribute must be a file.",filled:"Полето :attribute е задолжително.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:"Полето :attribute мора да биде слика.",in:"Избраното поле :attribute е невалидно.",in_array:"The :attribute field does not exist in :other.",integer:"Полето :attribute мора да биде цел број.",ip:"Полето :attribute мора да биде IP адреса.",ipv4:"The :attribute must be a valid IPv4 address.",ipv6:"The :attribute must be a valid IPv6 address.",json:"The :attribute must be a valid JSON string.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:"Полето :attribute мора да биде помало од :max.",file:"Полето :attribute мора да биде помало од :max килобајти.",string:"Полето :attribute мора да има помалку од :max карактери.",array:"Полето :attribute не може да има повеќе од :max карактери."},mimes:"Полето :attribute мора да биде фајл од типот: :values.",mimetypes:"Полето :attribute мора да биде фајл од типот: :values.",min:{numeric:"Полето :attribute мора да биде минимум :min.",file:"Полето :attribute мора да биде минимум :min килобајти.",string:"Полето :attribute мора да има минимум :min карактери.",array:"Полето :attribute мора да има минимум :min карактери."},not_in:"Избраното поле :attribute е невалидно.",not_regex:"The :attribute format is invalid.",numeric:"Полето :attribute мора да биде број.",present:"The :attribute field must be present.",regex:"Полето :attribute е во невалиден формат.",required:"Полето :attribute е задолжително.",required_if:"Полето :attribute е задолжително, кога :other е :value.",required_unless:"The :attribute field is required unless :other is in :values.",required_with:"Полето :attribute е задолжително, кога е внесено :values.",required_with_all:"The :attribute field is required when :values is present.",required_without:"Полето :attribute е задолжително, кога не е внесено :values.",required_without_all:"The :attribute field is required when none of :values are present.",same:"Полињата :attribute и :other треба да совпаѓаат.",size:{numeric:"Полето :attribute мора да биде :size.",file:"Полето :attribute мора да биде :size килобајти.",string:"Полето :attribute мора да има :size карактери.",array:"Полето :attribute мора да има :size карактери."},string:"The :attribute must be a string.",timezone:"The :attribute must be a valid zone.",unique:"Полето :attribute веќе постои.",uploaded:"The :attribute failed to upload.",url:"Полето :attribute не е во валиден формат."}},1543:function(t,e){t.exports={accepted:":Attribute баталсан байх шаардлагатай.",active_url:":Attribute талбарт зөв URL хаяг оруулна уу.",after:":Attribute талбарт :date-с хойш огноо оруулна уу.",after_or_equal:":Attribute талбарт :date эсвэл түүнээс хойш огноо оруулна уу.",alpha:":Attribute талбарт латин үсэг оруулна уу.",alpha_dash:":Attribute талбарт латин үсэг, тоо болон зураас оруулах боломжтой.",alpha_num:":Attribute талбарт латин үсэг болон тоо оруулах боломжтой.",attributes:{},array:":Attribute талбар массив байх шаардлагатай.",before:":Attribute талбарт :date-с өмнөх огноо оруулна уу.",before_or_equal:":attribute талбарт :date эсвэл түүнээс өмнөх огноо оруулна уу.",between:{numeric:":Attribute талбарт :min-:max хооронд тоо оруулна уу.",file:":Attribute талбарт :min-:max килобайт хэмжээтэй файл оруулна уу.",string:":Attribute талбарт :min-:max урттай текст оруулна уу.",array:":Attribute массивт :min-:max элемэнт байх шаардлагатай."},boolean:":Attribute талбарын утга үнэн эсвэл худал байх шаардлагатай.",confirmed:":Attribute талбарын баталагажуулалт тохирохгүй байна.",date:":Attribute талбарт оруулсан огноо буруу байна.",date_format:":Attribute талбарт :format хэлбэртэй огноо оруулна уу.",different:":Attribute талбарт :other -с өөр утга оруулах шаардлагатай.",digits:":Attribute талбарт дараах цифрүүдээс оруулах боломжтой. :digits.",digits_between:":Attribute талбарт :min-:max хоорондох цифр оруулах боломжтой.",dimensions:":Attribute талбарийн зургийн хэмжээс буруу байна.",distinct:":Attribute талбарт ялгаатай утга оруулах шаардлагатай.",email:":Attribute талбарт зөв и-мэйл хаяг оруулах шаардлагатай.",exists:"Сонгогдсон :attribute буруу байна.",file:":Attribute талбарт файл оруулах шаардлагатай.",filled:":Attribute талбар шаардлагатай.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:":Attribute талбарт зураг оруулна уу.",in:"Сонгогдсон :attribute буруу байна.",in_array:":Attribute талбарт оруулсан утга :other -д байхгүй байна.",integer:":Attribute талбарт бүхэл тоо оруулах шаардлагатай.",ip:":Attribute талбарт зөв IP хаяг оруулах шаардлагатай.",ipv4:"The :attribute must be a valid IPv4 address.",ipv6:"The :attribute must be a valid IPv6 address.",json:":Attribute талбарт зөв JSON тэмдэгт мөр оруулах шаардлагатай.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:":Attribute талбарт :max буюу түүнээс бага утга оруулна уу.",file:":Attribute талбарт :max килобайтаас бага хэмжээтэй файл оруулна уу.",string:":Attribute талбарт :max-с бага урттай текст оруулна уу.",array:":Attribute талбарт хамгийн ихдээ :max элемэнт оруулах боломжтой."},mimes:":Attribute талбарт дараах төрлийн файл оруулах боломжтой: :values.",mimetypes:":Attribute талбарт дараах төрлийн файл оруулах боломжтой: :values.",min:{numeric:":Attribute талбарт :min буюу түүнээс их тоо оруулна уу.",file:":Attribute талбарт :min килобайтаас их хэмжээтэй файл оруулна уу.",string:":Attribute талбарт :min буюу түүнээс их үсэг бүхий текст оруулна уу.",array:":Attribute талбарт хамгийн багадаа :min элемэнт оруулах боломжтой."},not_in:"Буруу :attribute сонгогдсон байна.",not_regex:"The :attribute format is invalid.",numeric:":Attribute талбарт тоон утга оруулна уу.",present:":Attribute талбар байх шаардлагатай.",regex:":Attribute талбарт оруулсан утга буруу байна.",required:":Attribute талбар шаардлагатай.",required_if:"Хэрэв :other :value бол :attribute табларт утга оруулах шаардлагатай.",required_unless:":other :values дотор байхгүй бол :attribute талбарт утга оруулах шаардлагатай.",required_with:":values утгуудийн аль нэг байвал :attribute талбар шаардлагатай.",required_with_all:":values утгууд байвал :attribute талбар шаардлагатай.",required_without:"The :attribute field is required when :values is not present.",required_without_all:"The :attribute field is required when none of :values are present.",same:"The :attribute and :other must match.",size:{numeric:":Attribute :size хэмжээтэй байх шаардлагатай.",file:":Attribute :size килобайт хэмжээтэй байх шаардлагатай.",string:":Attribute :size тэмдэгтийн урттай байх шаардлагатай.",array:":Attribute :size элемэнттэй байх шаардлагатай."},string:":Attribute талбарт текст оруулна уу.",timezone:":Attribute талбарт зөв цагийн бүс оруулна уу.",unique:"Оруулсан :attribute аль хэдий нь бүртгэгдсэн байна.",uploaded:":Attribute талбарт оруулсан файлыг хуулхад алдаа гарлаа.",url:":Attribute зөв url хаяг оруулна уу."}},1544:function(t,e){t.exports={accepted:":attribute mesti diterima pakai.",active_url:":attribute bukan URL yang sah.",after:":attribute mesti tarikh selepas :date.",after_or_equal:":attribute mesti tarikh selepas atau sama dengan :date.",alpha:":attribute hanya boleh mengandungi huruf.",alpha_dash:":attribute boleh mengandungi huruf, nombor, dan sengkang.",alpha_num:":attribute boleh mengandungi huruf dan nombor.",attributes:{},array:":attribute mesti jujukan.",before:":attribute mesti tarikh sebelum :date.",before_or_equal:":attribute mesti tarikh sebelum atau sama dengan :date.",between:{numeric:":attribute mesti mengandungi antara :min dan :max.",file:":attribute mesti mengandungi antara :min dan :max kilobait.",string:":attribute mesti mengandungi antara :min dan :max aksara.",array:":attribute mesti mengandungi antara :min dan :max perkara."},boolean:":attribute mesti benar atau salah.",confirmed:":attribute pengesahan yang tidak sepadan.",date:":attribute bukan tarikh yang sah.",date_format:":attribute tidak mengikut format :format.",different:":attribute dan :other mesti berlainan.",dimensions:":attribute tidak sah",digits:":attribute mesti :digits.",digits_between:":attribute mesti mengandungi antara :min dan :max digits.",distinct:":attribute adalah nilai yang berulang",email:":attribute tidak sah.",exists:":attribute tidak sah.",file:":attribute mesti fail yang sah.",filled:":attribute diperlukan.",gt:{numeric:":attribute mesti melebihi :value.",file:":attribute mesti melebihi :value kilobait.",string:":attribute mesti melebihi :value aksara.",array:":attribute mesti mengandungi lebih daripada :value perkara."},gte:{numeric:":attribute mesti melebihi atau bersamaan :value.",file:":attribute mesti melebihi atau bersamaan :value kilobait.",string:":attribute mesti melebihi atau bersamaan :value aksara.",array:":attribute mesti mengandungi :value perkara atau lebih."},image:":attribute mesti imej.",in:":attribute tidak sah.",in_array:":attribute tidak wujud dalam :other.",integer:":attribute mesti integer.",ip:":attribute mesti alamat IP yang sah.",ipv4:":attribute mesti alamat IPv4 yang sah.",ipv6:":attribute mesti alamat IPv6 yang sah",json:":attribute mesti JSON yang sah.",lt:{numeric:":attribute mesti kurang daripada :value.",file:":attribute mesti kurang daripada :value kilobait.",string:":attribute mesti kurang daripada :value aksara.",array:":attribute mesti mengandungi kurang daripada :value perkara."},lte:{numeric:":attribute mesti kurang daripada atau bersamaan dengan :value.",file:":attribute mesti kurang daripada atau bersamaan dengan :value kilobait.",string:":attribute mesti kurang daripada atau bersamaan dengan :value aksara.",array:":attribute mesti mengandungi kurang daripada atau bersamaan dengan :value perkara."},max:{numeric:"Jumlah :attribute mesti tidak melebihi :max.",file:"Jumlah :attribute mesti tidak melebihi :max kilobait.",string:"Jumlah :attribute mesti tidak melebihi :max aksara.",array:"Jumlah :attribute mesti tidak melebihi :max perkara."},mimes:":attribute mesti fail type: :values.",mimetypes:":attribute mesti fail type: :values.",min:{numeric:"Jumlah :attribute mesti sekurang-kurangnya :min.",file:"Jumlah :attribute mesti sekurang-kurangnya :min kilobait.",string:"Jumlah :attribute mesti sekurang-kurangnya :min aksara.",array:"Jumlah :attribute mesti sekurang-kurangnya :min perkara."},not_in:":attribute tidak sah.",not_regex:"Format :attribute adalah tidak sah.",numeric:":attribute mesti nombor.",present:":attribute mesti wujud.",regex:"Format :attribute tidak sah.",required:"Ruangan :attribute diperlukan.",required_if:"Ruangan :attribute diperlukan bila :other sama dengan :value.",required_unless:"Ruangan :attribute diperlukan sekiranya :other ada dalam :values.",required_with:"Ruangan :attribute diperlukan bila :values wujud.",required_with_all:"Ruangan :attribute diperlukan bila :values wujud.",required_without:"Ruangan :attribute diperlukan bila :values tidak wujud.",required_without_all:"Ruangan :attribute diperlukan bila kesemua :values wujud.",same:"Ruangan :attribute dan :other mesti sepadan.",size:{numeric:"Saiz :attribute mesti :size.",file:"Saiz :attribute mesti :size kilobait.",string:"Saiz :attribute mesti :size aksara.",array:"Saiz :attribute mesti mengandungi :size perkara."},string:":attribute mesti aksara.",timezone:":attribute mesti zon masa yang sah.",unique:":attribute telah wujud.",uploaded:":attribute gagal dimuat naik.",url:":attribute format tidak sah."}},1545:function(t,e){t.exports={accepted:":attribute må være akseptert.",alpha:":attribute feltet kan kun inneholde alfabetiske tegn.",alpha_dash:":attribute feltet kan kun inneholde alfanumeriske tegn, i tillegg til bindestreker og understreker.",alpha_num:":attribute feltet må være alfanumerisk.",between:":attribute feltet må være mellom :min og :max.",confirmed:":attribute feltet stemmer ikke overens med bekreftelsen.",email:":attribute formatet er ugyldig.",date:":attribute er et ugyldig datoformat.",def:":attribute attributtet har feil.",digits:":attribute må være på :digits siffer.",digits_between:":attribute må være mellom :min og :max siffer.",different:":attribute og :different må være forskjellige.",in:"Den oppgitte verdien for :attribute er ugyldig.",integer:":attribute må være et heltall.",hex:"The :attribute should have hexadecimal format",min:{numeric:":attribute må minst være :min.",string:":attribute må være på minst :min tegn."},max:{numeric:":attribute kan ikke være større enn :max.",string:":attribute kan maks ha :max tegn."},not_in:"Den oppgitte verdien for :attribute er ugyldig.",numeric:":attribute må være et tall.",present:"The :attribute field must be present (but can be empty).",required:":attribute feltet er påkrevd.",required_if:":attribute er påkrevd når :other er :value.",same:":attribute og :same må være like.",size:{numeric:":attribute må ha størrelsen :size.",string:":attribute må ha :size tegn."},string:":attribute må være tekst.",url:":attribute formatet er ugyldig.",regex:":attribute formatet er ugyldig.",attributes:{}}},1546:function(t,e){t.exports={accepted:"Het :attribute veld moet geaccepteerd worden.",after:":attribute moet een datum na :after zijn.",after_or_equal:"De :attribute datum moet op of na :after_or_equal zijn.",alpha:"Het :attribute veld mag alleen maar letters bevatten.",alpha_dash:"Het :attribute veld mag alleen maar letters, cijfers en (liggende) streepjes bevatten.",alpha_num:"Het :attribute veld mag alleen maar letters en cijfers bevatten.",before:":attribute moet vòòr :before zijn.",before_or_equal:":attribute moet vòòr of op :before_or_equal zijn.",between:"Het :attribute veld moet tussen :min en :max liggen.",confirmed:"Het :attribute veld komt niet met de bevestiging overeen.",email:"Het :attribute formaat is ongeldig.",date:"Het :attribute veld moet een geldige datum zijn.",def:"Het :attribute veld bevat fouten.",digits:"Het :attribute veld moet :digits cijfers hebben.",digits_between:":attribute moet bestaan uit minimaal :min en maximaal :max cijfers.",different:"Het :attribute en :different veld moeten verschillend zijn.",in:"De gekozen waarde voor :attribute is ongeldig.",integer:"Het :attribute veld moet een geheel getal zijn.",hex:"Het :attribute veld moet hexadecimaal zijn",min:{numeric:"Het :attribute veld moet minstens :min zijn.",string:"Het :attribute veld moet minstens :min karakters bevatten."},max:{numeric:"Het :attribute veld mag maximaal :max zijn.",string:"Het :attribute veld mag niet meer dan :max karakters bevatten."},not_in:"De gekozen waarde voor :attribute is ongeldig.",numeric:"Het :attribute veld moet een getal zijn.",present:"Het :attribute veld moet aanwezig zijn (maar mag leeg zijn).",required:"Het :attribute veld moet ingevuld zijn.",required_if:"Het :attribute veld moet ingevuld zijn, wanneer :other :value is.",required_unless:"Het :attribute veld moet ingevuld zijn, wanneer :other niet :value is.",required_with:"Het :attribute veld moet ingevuld zijn, wanneer :field niet leeg is.",required_with_all:"Het :attribute veld moet ingevuld zijn, wanneer :fields niet leeg zijn.",required_without:"Het :attribute veld moet ingevuld zijn, wanneer :field leeg is.",required_without_all:"Het :attribute veld moet ingevuld zijn, wanneer :fields leeg zijn.",same:"De :attribute en :same velden moeten overeenkomen.",size:{numeric:"Het :attribute veld moet :size zijn.",string:"Het :attribute veld moet :size karakters bevatten."},string:"Het :attribute veld moet een woord of zin zijn.",url:"Het :attribute veld heeft een ongeldig formaat.",regex:"Het :attribute veld heeft een ongeldig formaat.",attributes:{}}},1547:function(t,e){t.exports={accepted:"Pole :attribute musi być zaakceptowane.",alpha:"Pole :attribute może zawierać tylko litery.",alpha_dash:"Pole :attribute moze zawierać tylko litery, myślnik i podrkeślenie.",alpha_num:"Pole :attribute moze zawierac tylko znaki alfanumeryczne.",between:"Pole :attribute musi mieć długość od :min do :max.",confirmed:"Pole :attribute nie spełnia warunku potwierdzenia.",email:"Pole :attribute ma niepoprawny format adresu email.",date:"Pole :attribute musi mieć poprawny format daty.",def:"Pole :attribute zawiera błędy.",digits:"Pole :attribute może zawierać tylko cyfry ze zbioru :digits.",digits_between:"Pole :attribute musi mieć od :min do :max cyfr.",different:"Pola :attribute i :different muszą się różnić.",in:"Pole :attribute musi należeć do zbioru :in.",integer:"Pole :attribute musi być liczbą całkowitą.",hex:"The :attribute should have hexadecimal format",min:{numeric:"Pole :attribute musi być równe conajmniej :min.",string:"Pole :attribute musi zawierać conajmniej :min znaków."},max:{numeric:"Pole :attribute nie moze być większe :max.",string:"Pole :attribute nie moze być dłuższe niż :max znaków."},not_in:"Pole :attribute nie może należeć do zbioru :not_in.",numeric:"Pole :attribute musi być liczbą.",present:"Polu :attribute musi być obecny (ale może być pusta).",required:"Pole :attribute jest wymagane.",required_if:"Pole :attribute jest wymagane jeśli pole :other jest równe :value.",same:"Pola :attribute i :same muszą być takie same.",size:{numeric:"Pole :attribute musi być równe :size.",string:"Pole :attribute musi zawierać :size znaków."},string:"Pole :attribute musi być ciągiem znaków.",url:"Pole :attribute musi być poprawnym adresem URL.",regex:"Pole :attribute nie spełnia warunku.",attributes:{}}},1548:function(t,e){t.exports={accepted:"O campo :attribute deverá ser aceite.",active_url:"O campo :attribute não contém um URL válido.",after:"O campo :attribute deverá conter uma data posterior a :date.",after_or_equal:"O campo :attribute deverá conter uma data posterior ou igual a :date.",alpha:"O campo :attribute deverá conter apenas letras.",alpha_dash:"O campo :attribute deverá conter apenas letras, números e traços.",alpha_num:"O campo :attribute deverá conter apenas letras e números .",attributes:{},array:"O campo :attribute deverá conter uma coleção de elementos.",before:"O campo :attribute deverá conter uma data anterior a :date.",before_or_equal:"O Campo :attribute deverá conter uma data anterior ou igual a :date.",between:{numeric:"O campo :attribute deverá ter um valor entre :min - :max.",file:"O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.",string:"O campo :attribute deverá conter entre :min - :max caracteres.",array:"O campo :attribute deverá conter entre :min - :max elementos."},boolean:"O campo :attribute deverá conter o valor verdadeiro ou falso.",confirmed:"A confirmação para o campo :attribute não coincide.",date:"O campo :attribute não contém uma data válida.",date_format:"A data indicada para o campo :attribute não respeita o formato :format.",different:"Os campos :attribute e :other deverão conter valores diferentes.",digits:"O campo :attribute deverá conter :digits caracteres.",digits_between:"O campo :attribute deverá conter entre :min a :max caracteres.",dimensions:"O campo :attribute deverá conter uma dimensão de imagem válida.",distinct:"O campo :attribute contém um valor duplicado.",email:"O campo :attribute não contém um endereço de correio eletrónico válido.",exists:"O valor selecionado para o campo :attribute é inválido.",file:"O campo :attribute deverá conter um ficheiro.",filled:"É obrigatória a indicação de um valor para o campo :attribute.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:"O campo :attribute deverá conter uma imagem.",in:"O campo :attribute não contém um valor válido.",in_array:"O campo :attribute não existe em :other.",integer:"O campo :attribute deverá conter um número inteiro.",ip:"O campo :attribute deverá conter um IP válido.",ipv4:"O campo :attribute deverá conter um IPv4 válido.",ipv6:"O campo :attribute deverá conter um IPv6 válido.",json:"O campo :attribute deverá conter um texto JSON válido.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:"O campo :attribute não deverá conter um valor superior a :max.",file:"O campo :attribute não deverá ter um tamanho superior a :max kilobytes.",string:"O campo :attribute não deverá conter mais de :max caracteres.",array:"O campo :attribute não deverá conter mais de :max elementos."},mimes:"O campo :attribute deverá conter um ficheiro do tipo: :values.",mimetypes:"O campo :attribute deverá conter um ficheiro do tipo: :values.",min:{numeric:"O campo :attribute deverá ter um valor superior ou igual a :min.",file:"O campo :attribute deverá ter no mínimo :min kilobytes.",string:"O campo :attribute deverá conter no mínimo :min caracteres.",array:"O campo :attribute deverá conter no mínimo :min elementos."},not_in:"O campo :attribute contém um valor inválido.",not_regex:"The :attribute format is invalid.",numeric:"O campo :attribute deverá conter um valor numérico.",present:"O campo :attribute deverá estar presente.",regex:"O formato do valor para o campo :attribute é inválido.",required:"É obrigatória a indicação de um valor para o campo :attribute.",required_if:"É obrigatória a indicação de um valor para o campo :attribute quando o valor do campo :other é igual a :value.",required_unless:"É obrigatória a indicação de um valor para o campo :attribute a menos que :other esteja presente em :values.",required_with:"É obrigatória a indicação de um valor para o campo :attribute quando :values está presente.",required_with_all:"É obrigatória a indicação de um valor para o campo :attribute quando um dos :values está presente.",required_without:"É obrigatória a indicação de um valor para o campo :attribute quando :values não está presente.",required_without_all:"É obrigatória a indicação de um valor para o campo :attribute quando nenhum dos :values está presente.",same:"Os campos :attribute e :other deverão conter valores iguais.",size:{numeric:"O campo :attribute deverá conter o valor :size.",file:"O campo :attribute deverá ter o tamanho de :size kilobytes.",string:"O campo :attribute deverá conter :size caracteres.",array:"O campo :attribute deverá conter :size elementos."},string:"O campo :attribute deverá conter texto.",timezone:"O campo :attribute deverá ter um fuso horário válido.",unique:"O valor indicado para o campo :attribute já se encontra registado.",uploaded:"O upload do ficheiro :attribute falhou.",url:"O formato do URL indicado para o campo :attribute é inválido."}},1549:function(t,e){t.exports={accepted:"O campo :attribute deve ser aceito.",active_url:"O campo :attribute deve conter uma URL válida.",after:"O campo :attribute deve conter uma data posterior a :date.",after_or_equal:"O campo :attribute deve conter uma data superior ou igual a :date.",alpha:"O campo :attribute deve conter apenas letras.",alpha_dash:"O campo :attribute deve conter apenas letras, números e traços.",alpha_num:"O campo :attribute deve conter apenas letras e números .",array:"O campo :attribute deve conter um array.",before:"O campo :attribute deve conter uma data anterior a :date.",before_or_equal:"O campo :attribute deve conter uma data inferior ou igual a :date.",between:{numeric:"O campo :attribute deve conter um número entre :min e :max.",file:"O campo :attribute deve conter um arquivo de :min a :max kilobytes.",string:"O campo :attribute deve conter entre :min a :max caracteres.",array:"O campo :attribute deve conter de :min a :max itens."},boolean:"O campo :attribute deve conter o valor verdadeiro ou falso.",confirmed:"A confirmação para o campo :attribute não coincide.",date:"O campo :attribute não contém uma data válida.",date_format:"A data informada para o campo :attribute não respeita o formato :format.",different:"Os campos :attribute e :other devem conter valores diferentes.",digits:"O campo :attribute deve conter :digits dígitos.",digits_between:"O campo :attribute deve conter entre :min a :max dígitos.",dimensions:"O valor informado para o campo :attribute não é uma dimensão de imagem válida.",distinct:"O campo :attribute contém um valor duplicado.",email:"O campo :attribute não contém um endereço de email válido.",exists:"O valor selecionado para o campo :attribute é inválido.",file:"O campo :attribute deve conter um arquivo.",filled:"O campo :attribute é obrigatório.",gt:{numeric:"O campo :attribute deve ser maior que :value.",file:"O arquivo :attribute deve ser maior que :value kilobytes.",string:"O campo :attribute deve ser maior que :value caracteres.",array:"O campo :attribute deve ter mais que :value itens."},gte:{numeric:"O campo :attribute deve ser maior ou igual a :value.",file:"O arquivo :attribute deve ser maior ou igual a :value kilobytes.",string:"O campo :attribute deve ser maior ou igual a :value caracteres.",array:"O campo :attribute deve ter :value itens ou mais."},image:"O campo :attribute deve conter uma imagem.",in:"O campo :attribute não contém um valor válido.",in_array:"O campo :attribute não existe em :other.",integer:"O campo :attribute deve conter um número inteiro.",ip:"O campo :attribute deve conter um IP válido.",ipv4:"O campo :attribute deve conter um IPv4 válido.",ipv6:"O campo :attribute deve conter um IPv6 válido.",json:"O campo :attribute deve conter uma string JSON válida.",lt:{numeric:"O campo :attribute deve ser menor que :value.",file:"O arquivo :attribute ser menor que :value kilobytes.",string:"O campo :attribute deve ser menor que :value caracteres.",array:"O campo :attribute deve ter menos que :value itens."},lte:{numeric:"O campo :attribute deve ser menor ou igual a :value.",file:"O arquivo :attribute ser menor ou igual a :value kilobytes.",string:"O campo :attribute deve ser menor ou igual a :value caracteres.",array:"O campo :attribute não deve ter mais que :value itens."},max:{numeric:"O campo :attribute não pode conter um valor superior a :max.",file:"O campo :attribute não pode conter um arquivo com mais de :max kilobytes.",string:"O campo :attribute não pode conter mais de :max caracteres.",array:"O campo :attribute deve conter no máximo :max itens."},mimes:"O campo :attribute deve conter um arquivo do tipo: :values.",mimetypes:"O campo :attribute deve conter um arquivo do tipo: :values.",min:{numeric:"O campo :attribute deve conter um número superior ou igual a :min.",file:"O campo :attribute deve conter um arquivo com no mínimo :min kilobytes.",string:"O campo :attribute deve conter no mínimo :min caracteres.",array:"O campo :attribute deve conter no mínimo :min itens."},not_in:"O campo :attribute contém um valor inválido.",not_regex:"O formato do valor :attribute é inválido.",numeric:"O campo :attribute deve conter um valor numérico.",present:"O campo :attribute deve estar presente.",regex:"O formato do valor informado no campo :attribute é inválido.",required:"O campo :attribute é obrigatório.",required_if:"O campo :attribute é obrigatório quando o valor do campo :other é igual a :value.",required_unless:"O campo :attribute é obrigatório a menos que :other esteja presente em :values.",required_with:"O campo :attribute é obrigatório quando :values está presente.",required_with_all:"O campo :attribute é obrigatório quando um dos :values está presente.",required_without:"O campo :attribute é obrigatório quando :values não está presente.",required_without_all:"O campo :attribute é obrigatório quando nenhum dos :values está presente.",same:"Os campos :attribute e :other devem conter valores iguais.",size:{numeric:"O campo :attribute deve conter o número :size.",file:"O campo :attribute deve conter um arquivo com o tamanho de :size kilobytes.",string:"O campo :attribute deve conter :size caracteres.",array:"O campo :attribute deve conter :size itens."},string:"O campo :attribute deve ser uma string.",timezone:"O campo :attribute deve conter um fuso horário válido.",unique:"O valor informado para o campo :attribute já está em uso.",uploaded:"Falha no Upload do arquivo :attribute.",url:"O formato da URL informada para o campo :attribute é inválido."}},1550:function(t,e){t.exports={accepted:":attribute trebuie acceptat.",after:":attribute trebuie să fie după :after.",after_or_equal:":attribute trebuie să fie egal sau după :after_or_equal.",alpha:"Câmpul :attribute rebuie să conțină numai caractere alfabetice.",alpha_dash:"Câmpul:attribute poate conține numai caractere alfanumerice, precum și liniuțe și subliniere.",alpha_num:"Câmpul :attribute trebuie să fie alfanumeric.",before:":attribute trebuie să fie înainte :before.",before_or_equal:":attribute trebuie să fie egal sau înainte :before_or_equal.",between:":attribute trebuie să fie între :min și :max.",confirmed:"Confirmarea :attribute nu se potrivește.",email:"Formatul :attribute nu este valid.",date:":attribute nu este un format de dată valid.",def:"Atributul :attribute are erori.",digits:":attribute trebuie să aibă :digits cifre.",digits_between:"Câmpul :attribute trebuie să aibă între :min și :max cifre.",different:":attribute și :different trebuie sa fie diferite.",in:"Atributul selectat :attribute nu este valid.",integer:":attribute trebuie să fie un număr întreg.",hex:"Câmpul :attribute trebuie să aibă format hexazecimal.",min:{numeric:":attribute trebuie să fie mai mare de :min.",string:":attribute trebuie să contină cel puțin :min caractere."},max:{numeric:":attribute nu trebuie să fie mai mare de :max.",string:":attribute poate să contină maxim :max caractere."},not_in:":attribute selectat nu este valid.",numeric:":attribute trebuie sa fie un număr.",present:":attribute trebuie sa fie prezent(dar poate fi gol).",required:" Câmpul :attribute este obligatoriu.",required_if:"Câmpul :attribute este obligatoriu cănd :other este :value.",required_unless:"Câmpul :attribute este obligatoriu cănd :other nu este :value.",required_with:"Câmpul :attribute este obligatoriu cănd :field este completat.",required_with_all:"Câmpul :attribute este obligatoriu cănd :fields sunt completate.",required_without:"Câmpul :attribute este obligatoriu cănd :field nu este completat.",required_without_all:"Câmpul :attribute este obligatoriu cănd :fields nu sunt completate.",same:"Câmpurile :attribute și :same trebuie să fie egale.",size:{numeric:":attribute trebuie să fie :size.",string:":attribute trebuie să contina :size caractere."},string:":attribute trebuie să fie un contina doar caractere alfabetice.",url:"Formatul :attribute nu este valid.",regex:"Formatul :attribute nu este valid.",attributes:{}}},1551:function(t,e){t.exports={accepted:"Вы должны принять :attribute.",alpha:"Поле :attribute может содержать только буквы.",alpha_dash:"Поле :attribute может содержать только буквы, цифры, дефисы и символы подчёркивания.",alpha_num:"Поле :attribute может содержать только буквы и цифры.",between:"Поле :attribute должно быть между :min и :max.",confirmed:"Поле :attribute не совпадает с подтверждением.",email:"Поле :attribute должно быть действительным электронным адресом.",def:"Поле :attribute содержит ошибки.",digits:"Длина цифрового поля :attribute должна быть :digits.",digits_between:"Длинна цифрового поля :attribute должна быть от :min до :max знаков.",different:"Поля :attribute и :different должны различаться.",in:"Выбранное значение для :attribute ошибочно.",integer:"Поле :attribute должно быть целым числом.",hex:"Поле :attribute должно иметь шестнадцатеричный формат",min:{numeric:"Значение поля :attribute должно быть больше или равно :min.",string:"Количество символов в поле :attribute должно быть не менее :min."},max:{numeric:"Значение поля :attribute должно быть меньше или равно :max.",string:"Количество символов в поле :attribute не может превышать :max."},not_in:"Выбранное значение для :attribute ошибочно.",numeric:"Поле :attribute должно быть числом.",present:"Поле :attribute должно присутствовать (но может быть пустым).",required:"Поле :attribute обязательно для заполнения.",required_if:"Поле :attribute требуется когда значения поля :other равно :value.",same:"Значение :attribute должно совпадать с :same.",size:{numeric:"Значение поля :attribute должно быть равным :size.",string:"Количество символов в поле :attribute должно быть равно :size."},url:"Поле :attribute должно содержать валидный URL.",regex:"Неверный формат поля :attribute.",attributes:{}}},1552:function(t,e){t.exports={accepted:":attribute måste vara accepterat.",after:":attribute måste vara efter :after.",after_or_equal:":attribute måste vara samtidigt eller efter :after_or_equal.",alpha:":attribute får bara bestå av bokstäver.",alpha_dash:":attribute får bara bestå av alfanumeriska tecken, bindestreck och understreck.",alpha_num:":attribute får bara bestå av alfanumeriska tecken",before:":attribute måste vara före :before.",before_or_equal:":attribute måste vara samtidigt eller före :before_or_equal.",between:":attribute måste vara mellan :min och :max.",confirmed:":attribute stämmer inte överens med bekräftelsefältet.",email:"Felaktigt format för :attribute.",date:":attribute är inte ett giltigt datum.",def:"Attributet :attribute innehåller fel.",digits:":attribute ska innehålla :digits siffror.",different:":attribute och :different måste vara olika.",in:"Det valda :attribute är ogiltigt.",integer:":attribute måste vara ett heltal.",hex:":attribute måste vara i hexadecimalt format",min:{numeric:":attribute måste vara minst :min.",string:":attribute måste vara minst :min tecken."},max:{numeric:":attribute får inte vara högre än :max.",string:":attribute får inte innehålla fler än :max tecken."},not_in:"Det valda attributet :attribute är ogiltigt",numeric:":attribute måste vara en siffra.",present:":attribute måste vara tillgängligt.",required:":attribute måste vara ifyllt.",required_if:":attribute måste vara ifyllt när :other är :value.",required_unless:":attribute måste vara ifyllt när :other inte är :value.",required_with:":attribute måste vara ifyllt när :field är ifyllt.",required_with_all:":attribute måste vara ifyllt när :fields är ifyllda.",required_without:":attribute måste vara ifyllt när :field inte är ifyllt.",required_without_all:":attribute måste vara ifyllt när ingen av :fields är ifyllda.",same:":attribute och :same måste matcha.",size:{numeric:":attribute måste vara :size.",string:":attribute måste vara :size tecken lång."},string:":attribute måste vara en sträng.",url:":attribute formatet är ogiltigt.",regex:":attribute formatet är ogiltigt.",attributes:{}}},1553:function(t,e){t.exports={accepted:":attribute mora biti sprejet.",active_url:":attribute ni pravilen.",after:":attribute mora biti za datumom :date.",after_or_equal:":attribute mora biti za ali enak :date.",alpha:":attribute lahko vsebuje samo črke.",alpha_dash:":attribute lahko vsebuje samo črke, številke in črtice.",alpha_num:":attribute lahko vsebuje samo črke in številke.",attributes:{},array:":attribute mora biti polje.",before:":attribute mora biti pred datumom :date.",before_or_equal:":attribute mora biti pred ali enak :date.",between:{numeric:":attribute mora biti med :min in :max.",file:":attribute mora biti med :min in :max kilobajti.",string:":attribute mora biti med :min in :max znaki.",array:":attribute mora imeti med :min in :max elementov."},boolean:":attribute polje mora biti 1 ali 0",confirmed:":attribute potrditev se ne ujema.",date:":attribute ni veljaven datum.",date_format:":attribute se ne ujema z obliko :format.",different:":attribute in :other mora biti drugačen.",digits:":attribute mora imeti :digits cifer.",digits_between:":attribute mora biti med :min in :max ciframi.",dimensions:":attribute ima napačne dimenzije slike.",distinct:":attribute je duplikat.",email:":attribute mora biti veljaven e-poštni naslov.",exists:"izbran :attribute je neveljaven.",file:":attribute mora biti datoteka.",filled:":attribute mora biti izpolnjen.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:":attribute mora biti slika.",in:"izbran :attribute je neveljaven.",in_array:":attribute ne obstaja v :other.",integer:":attribute mora biti število.",ip:":attribute mora biti veljaven IP naslov.",ipv4:":attribute mora biti veljaven IPv4 naslov.",ipv6:":attribute mora biti veljaven IPv6 naslov.",json:":attribute mora biti veljaven JSON tekst.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:":attribute ne sme biti večje od :max.",file:":attribute ne sme biti večje :max kilobajtov.",string:":attribute ne sme biti večje :max znakov.",array:":attribute ne smejo imeti več kot :max elementov."},mimes:":attribute mora biti datoteka tipa: :values.",mimetypes:":attribute mora biti datoteka tipa: :values.",min:{numeric:":attribute mora biti vsaj dolžine :min.",file:":attribute mora imeti vsaj :min kilobajtov.",string:":attribute mora imeti vsaj :min znakov.",array:":attribute mora imeti vsaj :min elementov."},not_in:"izbran :attribute je neveljaven.",not_regex:"The :attribute format is invalid.",numeric:":attribute mora biti število.",present:"Polje :attribute mora biti prisotno.",regex:"Format polja :attribute je neveljaven.",required:"Polje :attribute je obvezno.",required_if:"Polje :attribute je obvezno, če je :other enak :value.",required_unless:"Polje :attribute je obvezno, razen če je :other v :values.",required_with:"Polje :attribute je obvezno, če je :values prisoten.",required_with_all:"Polje :attribute je obvezno, če so :values prisoten.",required_without:"Polje :attribute je obvezno, če :values ni prisoten.",required_without_all:"Polje :attribute je obvezno, če :values niso prisotni.",same:"Polje :attribute in :other se morata ujemati.",size:{numeric:":attribute mora biti :size.",file:":attribute mora biti :size kilobajtov.",string:":attribute mora biti :size znakov.",array:":attribute mora vsebovati :size elementov."},string:":attribute mora biti tekst.",timezone:":attribute mora biti časovna cona.",unique:":attribute je že zaseden.",uploaded:"Nalaganje :attribute ni uspelo.",url:":attribute format je neveljaven."}},1554:function(t,e){t.exports={accepted:":attribute duhet të pranohet.",active_url:":attribute nuk është adresë e saktë.",after:":attribute duhet të jetë datë pas :date.",after_or_equal:"The :attribute must be a date after or equal to :date.",alpha:":attribute mund të përmbajë vetëm shkronja.",alpha_dash:":attribute mund të përmbajë vetëm shkronja, numra, dhe viza.",alpha_num:":attribute mund të përmbajë vetëm shkronja dhe numra.",attributes:{},array:":attribute duhet të jetë një bashkësi (array).",before:":attribute duhet të jetë datë para :date.",before_or_equal:"The :attribute must be a date before or equal to :date.",between:{numeric:":attribute duhet të jetë midis :min - :max.",file:":attribute duhet të jetë midis :min - :max kilobajtëve.",string:":attribute duhet të jetë midis :min - :max karaktereve.",array:":attribute duhet të jetë midis :min - :max elementëve."},boolean:"Fusha :attribute duhet të jetë e vërtetë ose e gabuar",confirmed:":attribute konfirmimi nuk përputhet.",date:":attribute nuk është një datë e saktë.",date_format:":attribute nuk i përshtatet formatit :format.",different:":attribute dhe :other duhet të jenë të ndryshme.",digits:":attribute duhet të jetë :digits shifra.",digits_between:":attribute duhet të jetë midis :min dhe :max shifra.",dimensions:"The :attribute has invalid image dimensions.",distinct:"The :attribute field has a duplicate value.",email:":attribute formati është i pasaktë.",exists:":attribute përzgjedhur është i/e pasaktë.",file:"The :attribute must be a file.",filled:"Fusha :attribute është e kërkuar.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:":attribute duhet të jetë imazh.",in:":attribute përzgjedhur është i/e pasaktë.",in_array:"The :attribute field does not exist in :other.",integer:":attribute duhet të jetë numër i plotë.",ip:":attribute duhet të jetë një IP adresë e saktë.",ipv4:"The :attribute must be a valid IPv4 address.",ipv6:"The :attribute must be a valid IPv6 address.",json:"The :attribute must be a valid JSON string.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:":attribute nuk mund të jetë më tepër se :max.",file:":attribute nuk mund të jetë më tepër se :max kilobajtë.",string:":attribute nuk mund të jetë më tepër se :max karaktere.",array:":attribute nuk mund të ketë më tepër se :max elemente."},mimes:":attribute duhet të jetë një dokument i tipit: :values.",mimetypes:":attribute duhet të jetë një dokument i tipit: :values.",min:{numeric:":attribute nuk mund të jetë më pak se :min.",file:":attribute nuk mund të jetë më pak se :min kilobajtë.",string:":attribute nuk mund të jetë më pak se :min karaktere.",array:":attribute nuk mund të ketë më pak se :min elemente."},not_in:":attribute përzgjedhur është i/e pasaktë.",not_regex:"The :attribute format is invalid.",numeric:":attribute duhet të jetë një numër.",present:"The :attribute field must be present.",regex:"Formati i :attribute është i pasaktë.",required:"Fusha :attribute është e kërkuar.",required_if:"Fusha :attribute është e kërkuar kur :other është :value.",required_unless:"The :attribute field is required unless :other is in :values.",required_with:"Fusha :attribute është e kërkuar kur :values ekziston.",required_with_all:"Fusha :attribute është e kërkuar kur :values ekziston.",required_without:"Fusha :attribute është e kërkuar kur :values nuk ekziston.",required_without_all:"Fusha :attribute është e kërkuar kur nuk ekziston asnjë nga :values.",same:":attribute dhe :other duhet të përputhen.",size:{numeric:":attribute duhet të jetë :size.",file:":attribute duhet të jetë :size kilobajtë.",string:":attribute duhet të jetë :size karaktere.",array:":attribute duhet të ketë :size elemente."},string:":attribute duhet të jetë varg.",timezone:":attribute duhet të jetë zonë e saktë.",unique:":attribute është marrë tashmë.",uploaded:"The :attribute failed to upload.",url:"Formati i :attribute është i pasaktë."}},1555:function(t,e){t.exports={accepted:"Polje :attribute mora biti prihvaćeno.",active_url:"Polje :attribute nije validan URL.",after:"Polje :attribute mora biti datum posle :date.",after_or_equal:"The :attribute must be a date after or equal to :date.",alpha:"Polje :attribute može sadržati samo slova.",alpha_dash:"Polje :attribute može sadržati samo slova, brojeve i povlake.",alpha_num:"Polje :attribute može sadržati samo slova i brojeve.",attributes:{},array:"Polje :attribute mora sadržati nekih niz stavki.",before:"Polje :attribute mora biti datum pre :date.",before_or_equal:"The :attribute must be a date before or equal to :date.",between:{numeric:"Polje :attribute mora biti između :min - :max.",file:"Fajl :attribute mora biti između :min - :max kilobajta.",string:"Polje :attribute mora biti između :min - :max karaktera.",array:"Polje :attribute mora biti između :min - :max stavki."},boolean:"Polje :attribute mora biti tačno ili netačno",confirmed:"Potvrda polja :attribute se ne poklapa.",date:"Polje :attribute nije važeći datum.",date_format:"Polje :attribute ne odgovora prema formatu :format.",different:"Polja :attribute i :other moraju biti različita.",digits:"Polje :attribute mora sadržati :digits šifri.",digits_between:"Polje :attribute mora biti izemđu :min i :max šifri.",dimensions:"The :attribute has invalid image dimensions.",distinct:"The :attribute field has a duplicate value.",email:"Format polja :attribute nije validan.",exists:"Odabrano polje :attribute nije validno.",file:"The :attribute must be a file.",filled:"Polje :attribute je obavezno.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:"Polje :attribute mora biti slika.",in:"Odabrano polje :attribute nije validno.",in_array:"The :attribute field does not exist in :other.",integer:"Polje :attribute mora biti broj.",ip:"Polje :attribute mora biti validna IP adresa.",ipv4:"The :attribute must be a valid IPv4 address.",ipv6:"The :attribute must be a valid IPv6 address.",json:"The :attribute must be a valid JSON string.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:"Polje :attribute mora biti manje od :max.",file:"Polje :attribute mora biti manje od :max kilobajta.",string:"Polje :attribute mora sadržati manje od :max karaktera.",array:"Polje :attribute ne smije da image više od :max stavki."},mimes:"Polje :attribute mora biti fajl tipa: :values.",mimetypes:"Polje :attribute mora biti fajl tipa: :values.",min:{numeric:"Polje :attribute mora biti najmanje :min.",file:"Fajl :attribute mora biti najmanje :min kilobajta.",string:"Polje :attribute mora sadržati najmanje :min karaktera.",array:"Polje :attribute mora sadrzati najmanje :min stavku."},not_in:"Odabrani element polja :attribute nije validan.",not_regex:"The :attribute format is invalid.",numeric:"Polje :attribute mora biti broj.",present:"The :attribute field must be present.",regex:"Format polja :attribute nije validan.",required:"Polje :attribute je obavezno.",required_if:"Polje :attribute je potrebno kada polje :other sadrži :value.",required_unless:"The :attribute field is required unless :other is in :values.",required_with:"Polje :attribute je potrebno kada polje :values je prisutan.",required_with_all:"Polje :attribute je obavezno kada je :values prikazano.",required_without:"Polje :attribute je potrebno kada polje :values nije prisutan.",required_without_all:"Polje :attribute je potrebno kada nijedan od sledeći polja :values nisu prisutni.",same:"Polja :attribute i :other se moraju poklapati.",size:{numeric:"Polje :attribute mora biti :size.",file:"Fajl :attribute mora biti :size kilobajta.",string:"Polje :attribute mora biti :size karaktera.",array:"Polje :attribute mora sadržati :size stavki."},string:"Polje :attribute mora sadržati slova.",timezone:"Polje :attribute mora biti ispravna vremenska zona.",unique:"Polje :attribute već postoji.",uploaded:"The :attribute failed to upload.",url:"Format polja :attribute ne važi."}},1556:function(t,e){t.exports={accepted:":attribute måste accepteras.",active_url:":attribute är inte en giltig webbadress.",after:":attribute måste vara ett datum efter den :date.",after_or_equal:":attribute måste vara ett datum senare eller samma dag som :date.",alpha:":attribute får endast innehålla bokstäver.",alpha_dash:":attribute får endast innehålla bokstäver, siffror och bindestreck.",alpha_num:":attribute får endast innehålla bokstäver och siffror.",array:":attribute måste vara en array.",before:":attribute måste vara ett datum innan den :date.",before_or_equal:":attribute måste vara ett datum före eller samma dag som :date.",between:{numeric:":attribute måste vara en siffra mellan :min och :max.",file:":attribute måste vara mellan :min till :max kilobyte stor.",string:":attribute måste innehålla :min till :max tecken.",array:":attribute måste innehålla mellan :min - :max objekt."},boolean:":attribute måste vara sant eller falskt.",confirmed:":attribute bekräftelsen matchar inte.",date:":attribute är inte ett giltigt datum.",date_format:":attribute matchar inte formatet :format.",different:":attribute och :other får inte vara lika.",digits:":attribute måste vara :digits tecken.",digits_between:":attribute måste vara mellan :min och :max tecken.",dimensions:":attribute har felaktiga bilddimensioner.",distinct:":attribute innehåller fler än en repetition av samma element.",email:":attribute måste innehålla en korrekt e-postadress.",exists:":attribute är ogiltigt.",file:":attribute måste vara en fil.",filled:":attribute är obligatoriskt.",gt:{numeric:":attribute måste vara större än :value.",file:":attribute måste vara större än :value kilobyte stor.",string:":attribute måste vara längre än :value tecken.",array:":attribute måste innehålla fler än :value objekt."},gte:{numeric:":attribute måste vara lika med eller större än :value.",file:":attribute måste vara lika med eller större än :value kilobyte stor.",string:":attribute måste vara lika med eller längre än :value tecken.",array:":attribute måste innehålla lika många eller fler än :value objekt."},image:":attribute måste vara en bild.",in:":attribute är ogiltigt.",in_array:":attribute finns inte i :other.",integer:":attribute måste vara en siffra.",ip:":attribute måste vara en giltig IP-adress.",ipv4:":attribute måste vara en giltig IPv4-adress.",ipv6:":attribute måste vara en giltig IPv6-adress.",json:":attribute måste vara en giltig JSON-sträng.",lt:{numeric:":attribute måste vara mindre än :value.",file:":attribute måste vara mindre än :value kilobyte stor.",string:":attribute måste vara kortare än :value tecken.",array:":attribute måste innehålla färre än :value objekt."},lte:{numeric:":attribute måste vara lika med eller mindre än :value.",file:":attribute måste vara lika med eller mindre än :value kilobyte stor.",string:":attribute måste vara lika med eller kortare än :value tecken.",array:":attribute måste innehålla lika många eller färre än :value objekt."},max:{numeric:":attribute får inte vara större än :max.",file:":attribute får max vara :max kilobyte stor.",string:":attribute får max innehålla :max tecken.",array:":attribute får inte innehålla mer än :max objekt."},mimes:":attribute måste vara en fil av typen: :values.",mimetypes:":attribute måste vara en fil av typen: :values.",min:{numeric:":attribute måste vara större än :min.",file:":attribute måste vara minst :min kilobyte stor.",string:":attribute måste innehålla minst :min tecken.",array:":attribute måste innehålla minst :min objekt."},not_in:":attribute är ogiltigt.",not_regex:"Formatet för :attribute är ogiltigt.",numeric:":attribute måste vara en siffra.",present:":attribute måste finnas med.",regex:":attribute har ogiltigt format.",required:":attribute är obligatoriskt.",required_if:":attribute är obligatoriskt när :other är :value.",required_unless:":attribute är obligatoriskt när inte :other finns bland :values.",required_with:":attribute är obligatoriskt när :values är ifyllt.",required_with_all:":attribute är obligatoriskt när :values är ifyllt.",required_without:":attribute är obligatoriskt när :values ej är ifyllt.",required_without_all:":attribute är obligatoriskt när ingen av :values är ifyllt.",same:":attribute och :other måste vara lika.",size:{numeric:":attribute måste vara :size.",file:":attribute får endast vara :size kilobyte stor.",string:":attribute måste innehålla :size tecken.",array:":attribute måste innehålla :size objekt."},string:":attribute måste vara en sträng.",timezone:":attribute måste vara en giltig tidszon.",unique:":attribute används redan.",uploaded:":attribute kunde inte laddas upp.",url:":attribute har ett ogiltigt format."}},1557:function(t,e){t.exports={accepted:":attribute kabul edilmeli.",alpha:":attribute alanı sadece harflerden oluşabilir.",alpha_dash:":attribute alanı sadece alfa-nümerik, tire ve alt çizgi karakterlerden oluşabilir.",alpha_num:":attribute alanı alfa-nümerik olmalıdır.",between:":attribute alanı :min ile :max arasında olabilir.",confirmed:":attribute uyuşmuyor.",email:":attribute formatı geçersiz.",date:":attribute geöerli bir tarih alanı değil.",def:":attribute hatalar içeriyor.",digits:":attribute sadece rakamlardan oluşabilir.",digits_between:":attribute :min ile :max arasında rakam olmalıdır.",different:":attribute ve :different farklı olmalı.",in:"Seçilen :attribute geçerli değil.",integer:":attribute tam sayı olmalı.",hex:"The :attribute should have hexadecimal format",min:{numeric:":attribute en az :min olmalı.",string:":attribute en az :min karakter uzunluğunda olmalı."},max:{numeric:":attribute en çok :max olabilir.",string:":attribute uzunluğu en çok :max karakter uzunluğunda olabilir."},not_in:"Seçilen :attribute geçerli değil.",numeric:":attribute sayı olmalı.",present:":attribute alanı bulunmalıdır (ancak boş olabilir).",required:":attribute alanı gerekli.",required_if:":attribute alanı :other alanı :value olduğunda gerekli.",same:":attribute ve :same aynı olmalı.",size:{numeric:":attribute :size olmalı.",string:":attribute :size karakter uzunluğunda olmalı."},string:":attribute alfa-numerik olmalı.",url:":attribute formatı geçersiz.",regex:":attribute formatı geçersiz.",attributes:{}}},1558:function(t,e){t.exports={accepted:":attribute повиннен бути прийнятий.",alpha:"Поле :attribute може складатись тільки з літер.",alpha_dash:"Поле :attribute може складатись тільки з літер, чисел, дефісів та символів підкреслення.",alpha_num:"Поле :attribute може складатись тільки з літер та чисел.",between:"Значення поля :attribute повинно знаходитись між :min і :max.",confirmed:"Поле :attribute не співпадає з підтвердженням.",email:"Значення поля :attribute повинно бути існуючою електронною адресою.",def:"Поле :attribute містить помилки.",digits:"Довжина числового поля :attribute повинна бути :digits.",digits_between:"Довжина цифрового поля :attribute повинна бути від :min до :max.",different:"Поля :attribute і :different повинні відрізнятись.",in:"Обране значення для :attribute помилкове.",integer:"Значення поля :attribute повинно бути цілим числом.",hex:"Значення поля :attribute повинно бути шістнадцяткового формату",min:{numeric:"Значення поля :attribute повинно бути більшим або рівним :min.",string:"Кількість символів в полі :attribute повинна бути не менше :min."},max:{numeric:"Значення поля :attribute повинно бути менше або рівне :max.",string:"Кількість символів в полі :attribute не може превищувати :max."},not_in:"Обране значення для :attribute помилкове.",numeric:"Значення поля :attribute повинно бути числом.",present:"Поле :attribute повинно бути присутнім (але може бути пустим).",required:"Поле :attribute обов'язкове для заповнення.",required_if:"Поле :attribute потрібне у випадку коли значення поля :other рівне :value.",same:"Значеня поля :attribute повинно співпадати з :same.",size:{numeric:"Значення поля :attribute повинно бути рівним :size.",string:"Кількість символів в полі :attribute повинна бути рівною :size."},url:"Поле :attribute повинне містити валідний URL.",regex:"Неправильний формат значення :attribute.",attributes:{}}},1559:function(t,e){t.exports={accepted:"Ви повинні прийняти :attribute.",active_url:"Поле :attribute не є правильним URL.",after:"Поле :attribute має містити дату не раніше :date.",after_or_equal:"Поле :attribute має містити дату не раніше або дорівнюватися :date.",alpha:"Поле :attribute має містити лише літери.",alpha_dash:"Поле :attribute має містити лише літери, цифри та підкреслення.",alpha_num:"Поле :attribute має містити лише літери та цифри.",attributes:{},array:"Поле :attribute має бути масивом.",before:"Поле :attribute має містити дату не пізніше :date.",before_or_equal:"Поле :attribute має містити дату не пізніше або дорівнюватися :date.",between:{numeric:"Поле :attribute має бути між :min та :max.",file:"Розмір файлу в полі :attribute має бути не менше :min та не більше :max кілобайт.",string:"Текст в полі :attribute має бути не менше :min та не більше :max символів.",array:"Поле :attribute має містити від :min до :max елементів."},boolean:"Поле :attribute повинне містити логічний тип.",confirmed:"Поле :attribute не збігається з підтвердженням.",date:"Поле :attribute не є датою.",date_format:"Поле :attribute не відповідає формату :format.",different:"Поля :attribute та :other повинні бути різними.",digits:"Довжина цифрового поля :attribute повинна дорівнювати :digits.",digits_between:"Довжина цифрового поля :attribute повинна бути від :min до :max.",dimensions:"Поле :attribute містіть неприпустимі розміри зображення.",distinct:"Поле :attribute містить значення, яке дублюється.",email:"Поле :attribute повинне містити коректну електронну адресу.",file:"Поле :attribute має містити файл.",filled:"Поле :attribute є обов'язковим для заповнення.",exists:"Вибране для :attribute значення не коректне.",gt:{numeric:"The :attribute must be greater than :value.",file:"The :attribute must be greater than :value kilobytes.",string:"The :attribute must be greater than :value characters.",array:"The :attribute must have more than :value items."},gte:{numeric:"The :attribute must be greater than or equal :value.",file:"The :attribute must be greater than or equal :value kilobytes.",string:"The :attribute must be greater than or equal :value characters.",array:"The :attribute must have :value items or more."},image:"Поле :attribute має містити зображення.",in:"Вибране для :attribute значення не коректне.",in_array:"Значення поля :attribute не міститься в :other.",integer:"Поле :attribute має містити ціле число.",ip:"Поле :attribute має містити IP адресу.",ipv4:"Поле :attribute має містити IPv4 адресу.",ipv6:"Поле :attribute має містити IPv6 адресу.",json:"Дані поля :attribute мають бути в форматі JSON.",lt:{numeric:"The :attribute must be less than :value.",file:"The :attribute must be less than :value kilobytes.",string:"The :attribute must be less than :value characters.",array:"The :attribute must have less than :value items."},lte:{numeric:"The :attribute must be less than or equal :value.",file:"The :attribute must be less than or equal :value kilobytes.",string:"The :attribute must be less than or equal :value characters.",array:"The :attribute must not have more than :value items."},max:{numeric:"Поле :attribute має бути не більше :max.",file:"Файл в полі :attribute має бути не більше :max кілобайт.",string:"Текст в полі :attribute повинен мати довжину не більшу за :max.",array:"Поле :attribute повинне містити не більше :max елементів."},mimes:"Поле :attribute повинне містити файл одного з типів: :values.",mimetypes:"Поле :attribute повинне містити файл одного з типів: :values.",min:{numeric:"Поле :attribute повинне бути не менше :min.",file:"Розмір файлу в полі :attribute має бути не меншим :min кілобайт.",string:"Текст в полі :attribute повинен містити не менше :min символів.",array:"Поле :attribute повинне містити не менше :min елементів."},not_in:"Вибране для :attribute значення не коректне.",not_regex:"The :attribute format is invalid.",numeric:"Поле :attribute повинно містити число.",present:"Поле :attribute повинне бути присутнє.",regex:"Поле :attribute має хибний формат.",required:"Поле :attribute є обов'язковим для заповнення.",required_if:"Поле :attribute є обов'язковим для заповнення, коли :other є рівним :value.",required_unless:"Поле :attribute є обов'язковим для заповнення, коли :other відрізняється від :values",required_with:"Поле :attribute є обов'язковим для заповнення, коли :values вказано.",required_with_all:"Поле :attribute є обов'язковим для заповнення, коли :values вказано.",required_without:"Поле :attribute є обов'язковим для заповнення, коли :values не вказано.",required_without_all:"Поле :attribute є обов'язковим для заповнення, коли :values не вказано.",same:"Поля :attribute та :other мають співпадати.",size:{numeric:"Поле :attribute має бути довжини :size.",file:"Файл в полі :attribute має бути розміром :size кілобайт.",string:"Текст в полі :attribute повинен містити :size символів.",array:"Поле :attribute повинне містити :size елементів."},string:"Поле :attribute повинне містити текст.",timezone:"Поле :attribute повинне містити коректну часову зону.",unique:"Таке значення поля :attribute вже існує.",uploaded:"Завантаження поля :attribute не вдалося.",url:"Формат поля :attribute неправильний."}},1560:function(t,e){t.exports={accepted:":attribute phải được chấp nhận.",alpha:"Trường :attribute phải là ký tự",alpha_dash:":attribute chỉ chấp nhận ký tự chữ cái, số, dấu gạch chéo và gạch dưới.",alpha_num:":attribute phải là ký tự chữ cái hoặc chữ số.",between:":attribute phải nằm trong khoảng :min và :max.",confirmed:":attribute xác nhận không trùng khớp.",email:":attribute không phải là email.",date:":attribute không phải là ngày hợp lệ",def:"Thuộc tính :attribute có lỗi.",digits:":attribute phải là số và có chiều dài bằng :digits.",digits_between:"Độ dài của trường :attribute phải nằm trong khoảng :min and :max chữ số.",different:"Giá trị của hai trường :attribute và :different phải khác nhau.",in:"Giá trị được chọn của :attribute không hợp lệ.",integer:":attribute phải là số nguyên.",hex:"The :attribute should have hexadecimal format",min:{numeric:":attribute phải lớn hơn hoặc bằng :min.",string:":attribute phải có ít nhất :min ký tự."},max:{numeric:":attribute phải nhỏ hơn hoặc bằng :max.",string:":attribute phải có ít hơn :max ký tự."},not_in:"Giá trị được chọn của trường :attribute không hợp lệ.",numeric:":attribute phải là số.",present:"Trường :attribute phải có mặt (nhưng có thể để trống).",required:":attribute bắt buộc nhập.",required_if:":attribute là bắt buộc khi :other có giá trị :value.",same:"Giá trị của :attribute và :same phải như nhau.",size:{numeric:":attribute phải có chiều dài của bằng :size.",string:"Số ký tự của :attribute phải là :size ký tự."},string:":attribute không phải là một chuỗi",url:":attribute không phải là một Url hợp lệ.",regex:":attribute không đúng định dạng",attributes:{}}},1561:function(t,e){t.exports={accepted:":attribute必须是可接受的.",alpha:":attribute只能包含字母.",alpha_dash:":attribute只能包含字母,连字符和下划线.",alpha_num:":attribute只能包含字母和数字.",between:":attribute的(大小,长度等)只能在:min和:max之间.",confirmed:":attribute确认不一致.",email:":attribute格式不正确.",date:":attribute日期格式错误.",def:":attribute属性错误.",digits:":attribute必须是:digits位小数.",digits_between:":attribute 必须是介于 :min 和 :max 位的数字。",different:":attribute和:different必须不同.",in:"选择的:attribute无效",integer:":attribute必须是一个整数.",hex:"The :attribute should have hexadecimal format",min:{numeric:":attribute不能小于:min.",string:":attribute长度不能小于:min."},max:{numeric:":attribute不能大于:max.",string:":attribute长度不能大于:max."},not_in:"所选的:attribute无效.",numeric:":attribute必须是一个数字.",present:"The :attribute field must be present (but can be empty).",required:":attribute不能为空.",required_if:"当:other是:value时,:attribute不能为空.",same:":attribute和:same必须一致.",size:{numeric:":attribute必须等于:size.",string:":attribute的长度必须等于:size."},string:":attribute必须是一个字符串.",url:":attribute格式不正确.",regex:":attribute格式不正确.",attributes:{}}},1562:function(t,e){t.exports={accepted:":attribute必須接受。",alpha:":attribute只能包含字母。",alpha_dash:":attribute只能包含字母,連字符和下划線。",alpha_num:":attribute只能包含字母和數字。",between:":attribute的值只能在:min和:max之間。",confirmed:":attribute與確認輸入不一致。",email:":attribute的格式錯誤。",date:":attribute的日期格式錯誤。",def:":attribute屬性錯誤。",digits:":attribute必須是:digits位小數。",digits_between:":attribute 必須介於 :min 至 :max 位數字。",different:":attribute和:different必須不同。",in:"選擇的:attribute無效",integer:":attribute必須是一個整數。",hex:":attribute 必須是十六進位格式",min:{numeric:":attribute不能小於:min。",string:":attribute的長度不能小於:min."},max:{numeric:":attribute不能大於:max。",string:":attribute的長度不能大於:max."},not_in:"所選的:attribute無效。",numeric:":attribute必須是一個數字。",present:":attribute 一定要有值 (可以是空值)。",required:":attribute不能空白。",required_if:"當:other是:value時,:attribute不能空白。",same:":attribute和:same必須一致。",size:{numeric:":attribute必須等於:size。",string:":attribute的長度必須等於:size."},string:":attribute必須是一個字串。",url:":attribute格式不正確。",regex:":attribute格式不正確。",attributes:{}}},1628:function(t,e,a){t.exports={default:a(1629),__esModule:!0}},1629:function(t,e,a){a(244),a(108),a(130),a(1630),a(1636),a(1639),a(1641),t.exports=a(27).Set},1630:function(t,e,a){"use strict";var r=a(1631),i=a(1462);t.exports=a(1632)("Set",function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{add:function(t){return r.def(i(this,"Set"),t=0===t?0:t,t)}},r)},1631:function(t,e,a){"use strict";var r=a(63).f,i=a(170),n=a(372),u=a(91),o=a(371),s=a(368),l=a(245),b=a(376),m=a(377),c=a(64),d=a(373).fastKey,h=a(1462),f=c?"_s":"size",g=function(t,e){var a,r=d(e);if("F"!==r)return t._i[r];for(a=t._f;a;a=a.n)if(a.k==e)return a};t.exports={getConstructor:function(t,e,a,l){var b=t(function(t,r){o(t,b,e,"_i"),t._t=e,t._i=i(null),t._f=void 0,t._l=void 0,t[f]=0,void 0!=r&&s(r,a,t[l],t)});return n(b.prototype,{clear:function(){for(var t=h(this,e),a=t._i,r=t._f;r;r=r.n)r.r=!0,r.p&&(r.p=r.p.n=void 0),delete a[r.i];t._f=t._l=void 0,t[f]=0},delete:function(t){var a=h(this,e),r=g(a,t);if(r){var i=r.n,n=r.p;delete a._i[r.i],r.r=!0,n&&(n.n=i),i&&(i.p=n),a._f==r&&(a._f=i),a._l==r&&(a._l=n),a[f]--}return!!r},forEach:function(t){h(this,e);for(var a,r=u(t,arguments.length>1?arguments[1]:void 0,3);a=a?a.n:this._f;)for(r(a.v,a.k,this);a&&a.r;)a=a.p},has:function(t){return!!g(h(this,e),t)}}),c&&r(b.prototype,"size",{get:function(){return h(this,e)[f]}}),b},def:function(t,e,a){var r,i,n=g(t,e);return n?n.v=a:(t._l=n={i:i=d(e,!0),k:e,v:a,p:r=t._l,n:void 0,r:!1},t._f||(t._f=n),r&&(r.n=n),t[f]++,"F"!==i&&(t._i[i]=n)),t},getEntry:g,setStrong:function(t,e,a){l(t,e,function(t,a){this._t=h(t,e),this._k=a,this._l=void 0},function(){for(var t=this,e=t._k,a=t._l;a&&a.r;)a=a.p;return t._t&&(t._l=a=a?a.n:t._t._f)?"keys"==e?b(0,a.k):"values"==e?b(0,a.v):b(0,[a.k,a.v]):(t._t=void 0,b(1))},a?"entries":"values",!a,!0),m(e)}}},1632:function(t,e,a){"use strict";var r=a(40),i=a(55),n=a(373),u=a(92),o=a(79),s=a(372),l=a(368),b=a(371),m=a(69),c=a(129),d=a(63).f,h=a(1633)(0),f=a(64);t.exports=function(t,e,a,g,v,p){var y=r[t],k=y,w=v?"set":"add",j=k&&k.prototype,T={};return f&&"function"==typeof k&&(p||j.forEach&&!u(function(){(new k).entries().next()}))?(k=e(function(e,a){b(e,k,t,"_c"),e._c=new y,void 0!=a&&l(a,v,e[w],e)}),h("add,clear,delete,forEach,get,has,set,keys,values,entries,toJSON".split(","),function(t){var e="add"==t||"set"==t;t in j&&(!p||"clear"!=t)&&o(k.prototype,t,function(a,r){if(b(this,k,t),!e&&p&&!m(a))return"get"==t&&void 0;var i=this._c[t](0===a?0:a,r);return e?this:i})}),p||d(k.prototype,"size",{get:function(){return this._c.size}})):(k=g.getConstructor(e,t,v,w),s(k.prototype,a),n.NEED=!0),c(k,t),T[t]=k,i(i.G+i.W+i.F,T),p||g.setStrong(k,t,v),k}},1633:function(t,e,a){var r=a(91),i=a(246),n=a(93),u=a(171),o=a(1634);t.exports=function(t,e){var a=1==t,s=2==t,l=3==t,b=4==t,m=6==t,c=5==t||m,d=e||o;return function(e,o,h){for(var f,g,v=n(e),p=i(v),y=r(o,h,3),k=u(p.length),w=0,j=a?d(e,k):s?d(e,0):void 0;k>w;w++)if((c||w in p)&&(f=p[w],g=y(f,w,v),t))if(a)j[w]=g;else if(g)switch(t){case 3:return!0;case 5:return f;case 6:return w;case 2:j.push(f)}else if(b)return!1;return m?-1:l||b?b:j}}},1634:function(t,e,a){var r=a(1635);t.exports=function(t,e){return new(r(t))(e)}},1635:function(t,e,a){var r=a(69),i=a(378),n=a(41)("species");t.exports=function(t){var e;return i(t)&&(e=t.constructor,"function"!=typeof e||e!==Array&&!i(e.prototype)||(e=void 0),r(e)&&null===(e=e[n])&&(e=void 0)),void 0===e?Array:e}},1636:function(t,e,a){var r=a(55);r(r.P+r.R,"Set",{toJSON:a(1637)("Set")})},1637:function(t,e,a){var r=a(172),i=a(1638);t.exports=function(t){return function(){if(r(this)!=t)throw TypeError(t+"#toJSON isn't generic");return i(this)}}},1638:function(t,e,a){var r=a(368);t.exports=function(t,e){var a=[];return r(t,!1,a.push,a,e),a}},1639:function(t,e,a){a(1640)("Set")},1640:function(t,e,a){"use strict";var r=a(55);t.exports=function(t){r(r.S,t,{of:function(){for(var t=arguments.length,e=new Array(t);t--;)e[t]=arguments[t];return new this(e)}})}},1641:function(t,e,a){a(1642)("Set")},1642:function(t,e,a){"use strict";var r=a(55),i=a(128),n=a(91),u=a(368);t.exports=function(t){r(r.S,t,{from:function(t){var e,a,r,o,s=arguments[1];return i(this),e=void 0!==s,e&&i(s),void 0==t?new this:(a=[],e?(r=0,o=n(s,arguments[2],2),u(t,!1,function(t){a.push(o(t,r++))})):u(t,!1,a.push,a),new this(a))}})}},1643:function(t,e,a){var r=a(1644),i=a(1772),n=a(1775),u=a(1515),o=a(1776),s=function(t,e,a){var r=s.getDefaultLang();this.input=t||{},this.messages=i._make(r),this.messages._setCustom(a),this.setAttributeFormatter(s.prototype.attributeFormatter),this.errors=new n,this.errorCount=0,this.hasAsync=!1,this.rules=this._parseRules(e)};s.prototype={constructor:s,lang:"en",numericRules:["integer","numeric"],attributeFormatter:u.formatter,check:function(){for(var t in this.rules){var e=this.rules[t],a=this._objectPath(this.input,t);if(!this._hasRule(t,["sometimes"])||this._suppliedWithData(t))for(var r,i,n,u=0,o=e.length;u<o&&(i=e[u],r=this.getRule(i.name),!this._isValidatable(r,a)||(n=r.validate(a,i.value,t),n||this._addFailure(r),!this._shouldStopValidating(t,n)));u++);}return 0===this.errorCount},checkAsync:function(t,e){var a=this;t=t||function(){},e=e||function(){};var r=function(t,e){a._addFailure(t,e)},i=function(a){a?t():e()},n=new o(r,i);for(var u in this.rules){var s=this.rules[u],l=this._objectPath(this.input,u);if(!this._hasRule(u,["sometimes"])||this._suppliedWithData(u))for(var b,m,c=0,d=s.length;c<d;c++)m=s[c],b=this.getRule(m.name),this._isValidatable(b,l)&&function(t,e,a,r){return function(){var i=n.add(r);r.validate(t,e.value,a,function(){n.resolve(i)})}}(l,m,u,b)()}n.enableFiring(),n.fire()},_addFailure:function(t){var e=this.messages.render(t);this.errors.add(t.attribute,e),this.errorCount++},_flattenObject:function(t){function e(t,r){if(r||0!==Object.getOwnPropertyNames(t).length)if(Object(t)!==t||Array.isArray(t))a[r]=t;else{var i=!0;for(var n in t)i=!1,e(t[n],r?r+"."+n:n);i&&(a[r]={})}}var a={};return t&&e(t),a},_objectPath:function(t,e){if(Object.prototype.hasOwnProperty.call(t,e))return t[e];var a=e.replace(/\[(\w+)\]/g,".$1").replace(/^\./,"").split("."),r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(r[i]=t[i]);for(var n=0,u=a.length;n<u;n++){if("object"!==typeof r||null===r||!Object.hasOwnProperty.call(r,a[n]))return;r=r[a[n]]}return r},_parseRules:function(t){var e={};t=this._flattenObject(t);for(var a in t){var r=t[a];this._parseRulesCheck(a,r,e)}return e},_parseRulesCheck:function(t,e,a,r){t.indexOf("*")>-1?this._parsedRulesRecurse(t,e,a,r):this._parseRulesDefault(t,e,a,r)},_parsedRulesRecurse:function(t,e,a,r){var i=t.substr(0,t.indexOf("*")-1),n=this._objectPath(this.input,i);if(n)for(var u=0;u<n.length;u++){var o=r?r.slice():[];o.push(u),this._parseRulesCheck(t.replace("*",u),e,a,o)}},_parseRulesDefault:function(t,e,a,i){var n=[];e instanceof Array&&(e=this._prepareRulesArray(e)),"string"===typeof e&&(e=e.split("|"));for(var u,o=0,s=e.length;o<s;o++)u="string"===typeof e[o]?this._extractRuleAndRuleValue(e[o]):e[o],u.value&&(u.value=this._replaceWildCards(u.value,i),this._replaceWildCardsMessages(i)),r.isAsync(u.name)&&(this.hasAsync=!0),n.push(u);a[t]=n},_replaceWildCards:function(t,e){if(!e)return t;var a=t;return e.forEach(function(t){if(Array.isArray(a)&&(a=a[0]),pos=a.indexOf("*"),-1===pos)return a;a=a.substr(0,pos)+t+a.substr(pos+1)}),Array.isArray(t)&&(t[0]=a,a=t),a},_replaceWildCardsMessages:function(t){var e=this.messages.customMessages,a=this;Object.keys(e).forEach(function(r){if(t){var i=a._replaceWildCards(r,t);e[i]=e[r]}}),this.messages._setCustom(e)},_prepareRulesArray:function(t){for(var e=[],a=0,r=t.length;a<r;a++)if("object"===typeof t[a])for(var i in t[a])e.push({name:i,value:t[a][i]});else e.push(t[a]);return e},_suppliedWithData:function(t){return this.input.hasOwnProperty(t)},_extractRuleAndRuleValue:function(t){var e,a={};return a.name=t,t.indexOf(":")>=0&&(e=t.split(":"),a.name=e[0],a.value=e.slice(1).join(":")),a},_hasRule:function(t,e){for(var a=this.rules[t]||[],r=0,i=a.length;r<i;r++)if(e.indexOf(a[r].name)>-1)return!0;return!1},_hasNumericRule:function(t){return this._hasRule(t,this.numericRules)},_isValidatable:function(t,e){return!!r.isImplicit(t.name)||this.getRule("required").validate(e)},_shouldStopValidating:function(t,e){var a=this.stopOnAttributes;return"undefined"!==typeof a&&!1!==a&&!0!==e&&(!(a instanceof Array)||a.indexOf(t)>-1)},setAttributeNames:function(t){this.messages._setAttributeNames(t)},setAttributeFormatter:function(t){this.messages._setAttributeFormatter(t)},getRule:function(t){return r.make(t,this)},stopOnError:function(t){this.stopOnAttributes=t},passes:function(t){return this._checkAsync("passes",t)?this.checkAsync(t):this.check()},fails:function(t){return this._checkAsync("fails",t)?this.checkAsync(function(){},t):!this.check()},_checkAsync:function(t,e){var a="function"===typeof e;if(this.hasAsync&&!a)throw t+" expects a callback when async rules are being tested.";return this.hasAsync||a}},s.setMessages=function(t,e){return i._set(t,e),this},s.getMessages=function(t){return i._get(t)},s.useLang=function(t){this.prototype.lang=t},s.getDefaultLang=function(){return this.prototype.lang},s.setAttributeFormatter=function(t){this.prototype.attributeFormatter=t},s.stopOnError=function(t){this.prototype.stopOnAttributes=t},s.register=function(t,e,a){var n=s.getDefaultLang();r.register(t,e),i._setRuleMessage(n,t,a)},s.registerImplicit=function(t,e,a){var n=s.getDefaultLang();r.registerImplicit(t,e),i._setRuleMessage(n,t,a)},s.registerAsync=function(t,e,a){var n=s.getDefaultLang();r.registerAsync(t,e),i._setRuleMessage(n,t,a)},s.registerAsyncImplicit=function(t,e,a){var n=s.getDefaultLang();r.registerAsyncImplicit(t,e),i._setRuleMessage(n,t,a)},s.registerMissedRuleValidator=function(t,e){r.registerMissedRuleValidator(t,e)},t.exports=s},1644:function(t,e,a){function r(t){return t%4===0&&t%100!==0||t%400===0}function i(t){if(t instanceof Date)return!isNaN(t);if("string"===typeof t){var e=t.indexOf(".");if(e>0&&e<=6&&(t=t.replace(/\./g,"-")),10===t.length)return o.isValid(o.parseISO(t))}var a=new Date(t),i=a.getFullYear(),n=a.getMonth(),u=a.getDate(),s=[31,r(i)?29:28,31,30,31,30,31,31,30,31,30,31];return!(i<1e3)&&(!isNaN(n)&&(!(n+1>12)&&(!isNaN(u)&&!(u>s[n]))))}function n(t,e,a){this.name=t,this.fn=e,this.passes=null,this._customMessage=void 0,this.async=a}var u,o=a(1645),s={required:function(t){var e;return void 0!==t&&null!==t&&(e=String(t).replace(/\s/g,""),e.length>0)},required_if:function(t,e,a){return e=this.getParameters(),this.validator._objectPath(this.validator.input,e[0])!==e[1]||this.validator.getRule("required").validate(t)},required_unless:function(t,e,a){return e=this.getParameters(),this.validator._objectPath(this.validator.input,e[0])===e[1]||this.validator.getRule("required").validate(t)},required_with:function(t,e,a){return!this.validator._objectPath(this.validator.input,e)||this.validator.getRule("required").validate(t)},required_with_all:function(t,e,a){e=this.getParameters();for(var r=0;r<e.length;r++)if(!this.validator._objectPath(this.validator.input,e[r]))return!0;return this.validator.getRule("required").validate(t)},required_without:function(t,e,a){return!!this.validator._objectPath(this.validator.input,e)||this.validator.getRule("required").validate(t)},required_without_all:function(t,e,a){e=this.getParameters();for(var r=0;r<e.length;r++)if(this.validator._objectPath(this.validator.input,e[r]))return!0;return this.validator.getRule("required").validate(t)},boolean:function(t){return!0===t||!1===t||0===t||1===t||"0"===t||"1"===t||"true"===t||"false"===t},size:function(t,e,a){if(t){e=parseFloat(e);return this.getSize()===e}return!0},string:function(t,e,a){return"string"===typeof t},sometimes:function(t){return!0},min:function(t,e,a){return this.getSize()>=e},max:function(t,e,a){return this.getSize()<=e},between:function(t,e,a){e=this.getParameters();var r=this.getSize(),i=parseFloat(e[0],10),n=parseFloat(e[1],10);return r>=i&&r<=n},email:function(t){return/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(t)},numeric:function(t){var e;return"number"===typeof(e=Number(t))&&!isNaN(e)&&"boolean"!==typeof t},array:function(t){return t instanceof Array},url:function(t){return/https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-z]{2,63}\b([-a-zA-Z0-9@:%_\+.~#?&\/=]*)/i.test(t)},alpha:function(t){return/^[a-zA-Z]+$/.test(t)},alpha_dash:function(t){return/^[a-zA-Z0-9_\-]+$/.test(t)},alpha_num:function(t){return/^[a-zA-Z0-9]+$/.test(t)},same:function(t,e){return this.validator._flattenObject(this.validator.input)[e]===t},different:function(t,e){return this.validator._flattenObject(this.validator.input)[e]!==t},in:function(t,e){var a,r;if(t&&(a=this.getParameters()),t&&!(t instanceof Array)){var i=t;for(r=0;r<a.length;r++)if("string"===typeof a[r]&&(i=String(t)),i===a[r])return!0;return!1}if(t&&t instanceof Array)for(r=0;r<t.length;r++)if(a.indexOf(t[r])<0)return!1;return!0},not_in:function(t,e){for(var a=this.getParameters(),r=a.length,i=!0,n=0;n<r;n++){var u=t;if("string"===typeof a[n]&&(u=String(t)),u===a[n]){i=!1;break}}return i},accepted:function(t){return"on"===t||"yes"===t||1===t||"1"===t||!0===t},confirmed:function(t,e,a){var r=a+"_confirmation";return this.validator.input[r]===t},integer:function(t){return String(parseInt(t,10))===String(t)},digits:function(t,e){return!(!this.validator.getRule("numeric").validate(t)||String(t).length!==parseInt(e))},digits_between:function(t){var e=this.validator.getRule("numeric"),a=this.getParameters(),r=String(t).length,i=parseFloat(a[0],10),n=parseFloat(a[1],10);return!!(e.validate(t)&&r>=i&&r<=n)},regex:function(t,e){var a=/[g|i|m]{1,3}$/,r=e.match(a);return r=r?r[0]:"",e=e.replace(a,"").slice(1,-1),e=new RegExp(e,r),!!e.test(t)},date:function(t,e){return i(t)},present:function(t){return"undefined"!==typeof t},after:function(t,e){var a=this.validator.input[e],r=t;return!!i(a)&&(!!i(r)&&new Date(a).getTime()<new Date(r).getTime())},after_or_equal:function(t,e){var a=this.validator.input[e],r=t;return!!i(a)&&(!!i(r)&&new Date(a).getTime()<=new Date(r).getTime())},before:function(t,e){var a=this.validator.input[e],r=t;return!!i(a)&&(!!i(r)&&new Date(a).getTime()>new Date(r).getTime())},before_or_equal:function(t,e){var a=this.validator.input[e],r=t;return!!i(a)&&(!!i(r)&&new Date(a).getTime()>=new Date(r).getTime())},hex:function(t){return/^[0-9a-f]+$/i.test(t)}},l=function(){throw new Error("Validator `"+this.name+"` is not defined!")};n.prototype={validate:function(t,e,a,r){var i=this;if(this._setValidatingData(a,t,e),"function"===typeof r){this.callback=r;var n=function(t,e){i.response(t,e)};return this.async?this._apply(t,e,a,n):n(this._apply(t,e,a))}return this._apply(t,e,a)},_apply:function(t,e,a,r){return(this.isMissed()?l:this.fn).apply(this,[t,e,a,r])},_setValidatingData:function(t,e,a){this.attribute=t,this.inputValue=e,this.ruleValue=a},getParameters:function(){var t=[];return"string"===typeof this.ruleValue&&(t=this.ruleValue.split(",")),"number"===typeof this.ruleValue&&t.push(this.ruleValue),this.ruleValue instanceof Array&&(t=this.ruleValue),t},getSize:function(){var t=this.inputValue;return t instanceof Array?t.length:"number"===typeof t?t:this.validator._hasNumericRule(this.attribute)?parseFloat(t,10):t.length},_getValueType:function(){return"number"===typeof this.inputValue||this.validator._hasNumericRule(this.attribute)?"numeric":"string"},response:function(t,e){this.passes=void 0===t||!0===t,this._customMessage=e,this.callback(this.passes,e)},setValidator:function(t){this.validator=t},isMissed:function(){return"function"!==typeof this.fn},get customMessage(){return this.isMissed()?u:this._customMessage}};var b={asyncRules:[],implicitRules:["required","required_if","required_unless","required_with","required_with_all","required_without","required_without_all","accepted","present"],make:function(t,e){var a=this.isAsync(t),r=new n(t,s[t],a);return r.setValidator(e),r},isAsync:function(t){for(var e=0,a=this.asyncRules.length;e<a;e++)if(this.asyncRules[e]===t)return!0;return!1},isImplicit:function(t){return this.implicitRules.indexOf(t)>-1},register:function(t,e){s[t]=e},registerImplicit:function(t,e){this.register(t,e),this.implicitRules.push(t)},registerAsync:function(t,e){this.register(t,e),this.asyncRules.push(t)},registerAsyncImplicit:function(t,e){this.registerImplicit(t,e),this.asyncRules.push(t)},registerMissedRuleValidator:function(t,e){l=t,u=e}};t.exports=b},1645:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=a(1646);a.d(e,"addBusinessDays",function(){return r.a});var i=a(1385);a.d(e,"addDays",function(){return i.a});var n=a(1463);a.d(e,"addHours",function(){return n.a});var u=a(1464);a.d(e,"addISOWeekYears",function(){return u.a});var o=a(1408);a.d(e,"addMilliseconds",function(){return o.a});var s=a(1466);a.d(e,"addMinutes",function(){return s.a});var l=a(1416);a.d(e,"addMonths",function(){return l.a});var b=a(1467);a.d(e,"addQuarters",function(){return b.a});var m=a(1468);a.d(e,"addSeconds",function(){return m.a});var c=a(1417);a.d(e,"addWeeks",function(){return c.a});var d=a(1469);a.d(e,"addYears",function(){return d.a});var h=a(1647);a.d(e,"areIntervalsOverlapping",function(){return h.a});var f=a(1648);a.d(e,"closestIndexTo",function(){return f.a});var g=a(1649);a.d(e,"closestTo",function(){return g.a});var v=a(1388);a.d(e,"compareAsc",function(){return v.a});var p=a(1650);a.d(e,"compareDesc",function(){return p.a});var y=a(1651);a.d(e,"differenceInBusinessDays",function(){return y.a});var k=a(1387);a.d(e,"differenceInCalendarDays",function(){return k.a});var w=a(1470);a.d(e,"differenceInCalendarISOWeekYears",function(){return w.a});var j=a(1652);a.d(e,"differenceInCalendarISOWeeks",function(){return j.a});var T=a(1471);a.d(e,"differenceInCalendarMonths",function(){return T.a});var _=a(1653);a.d(e,"differenceInCalendarQuarters",function(){return _.a});var O=a(1473);a.d(e,"differenceInCalendarWeeks",function(){return O.a});var q=a(1474);a.d(e,"differenceInCalendarYears",function(){return q.a});var x=a(1475);a.d(e,"differenceInDays",function(){return x.a});var z=a(1654);a.d(e,"differenceInHours",function(){return z.a});var D=a(1655);a.d(e,"differenceInISOWeekYears",function(){return D.a});var P=a(1419);a.d(e,"differenceInMilliseconds",function(){return P.a});var E=a(1656);a.d(e,"differenceInMinutes",function(){return E.a});var A=a(1442);a.d(e,"differenceInMonths",function(){return A.a});var C=a(1657);a.d(e,"differenceInQuarters",function(){return C.a});var S=a(1443);a.d(e,"differenceInSeconds",function(){return S.a});var M=a(1658);a.d(e,"differenceInWeeks",function(){return M.a});var R=a(1659);a.d(e,"differenceInYears",function(){return R.a});var N=a(1477);a.d(e,"eachDayOfInterval",function(){return N.a});var I=a(1660);a.d(e,"eachWeekOfInterval",function(){return I.a});var F=a(1444);a.d(e,"eachWeekendOfInterval",function(){return F.a});var Y=a(1661);a.d(e,"eachWeekendOfMonth",function(){return Y.a});var H=a(1662);a.d(e,"eachWeekendOfYear",function(){return H.a});var U=a(1447);a.d(e,"endOfDay",function(){return U.a});var L=a(1663);a.d(e,"endOfDecade",function(){return L.a});var W=a(1664);a.d(e,"endOfHour",function(){return W.a});var B=a(1665);a.d(e,"endOfISOWeek",function(){return B.a});var K=a(1666);a.d(e,"endOfISOWeekYear",function(){return K.a});var X=a(1667);a.d(e,"endOfMinute",function(){return X.a});var Q=a(1445);a.d(e,"endOfMonth",function(){return Q.a});var V=a(1668);a.d(e,"endOfQuarter",function(){return V.a});var J=a(1669);a.d(e,"endOfSecond",function(){return J.a});var G=a(1670);a.d(e,"endOfToday",function(){return G.a});var Z=a(1671);a.d(e,"endOfTomorrow",function(){return Z.a});var $=a(1480);a.d(e,"endOfWeek",function(){return $.a});var tt=a(1479);a.d(e,"endOfYear",function(){return tt.a});var et=a(1672);a.d(e,"endOfYesterday",function(){return et.a});var at=a(1481);a.d(e,"format",function(){return at.a});var rt=a(1489);a.d(e,"formatDistance",function(){return rt.a});var it=a(1686);a.d(e,"formatDistanceStrict",function(){return it.a});var nt=a(1687);a.d(e,"formatDistanceToNow",function(){return nt.a});var ut=a(1688);a.d(e,"formatRelative",function(){return ut.a});var ot=a(1689);a.d(e,"fromUnixTime",function(){return ot.a});var st=a(1492);a.d(e,"getDate",function(){return st.a});var lt=a(1493);a.d(e,"getDay",function(){return lt.a});var bt=a(1690);a.d(e,"getDayOfYear",function(){return bt.a});var mt=a(1441);a.d(e,"getDaysInMonth",function(){return mt.a});var ct=a(1691);a.d(e,"getDaysInYear",function(){return ct.a});var dt=a(1692);a.d(e,"getDecade",function(){return dt.a});var ht=a(1693);a.d(e,"getHours",function(){return ht.a});var ft=a(1495);a.d(e,"getISODay",function(){return ft.a});var gt=a(1496);a.d(e,"getISOWeek",function(){return gt.a});var vt=a(1391);a.d(e,"getISOWeekYear",function(){return vt.a});var pt=a(1694);a.d(e,"getISOWeeksInYear",function(){return pt.a});var yt=a(1695);a.d(e,"getMilliseconds",function(){return yt.a});var kt=a(1696);a.d(e,"getMinutes",function(){return kt.a});var wt=a(1697);a.d(e,"getMonth",function(){return wt.a});var jt=a(1698);a.d(e,"getOverlappingDaysInIntervals",function(){return jt.a});var Tt=a(1472);a.d(e,"getQuarter",function(){return Tt.a});var _t=a(1699);a.d(e,"getSeconds",function(){return _t.a});var Ot=a(1497);a.d(e,"getTime",function(){return Ot.a});var qt=a(1700);a.d(e,"getUnixTime",function(){return qt.a});var xt=a(1498);a.d(e,"getWeek",function(){return xt.a});var zt=a(1701);a.d(e,"getWeekOfMonth",function(){return zt.a});var Dt=a(1499);a.d(e,"getWeekYear",function(){return Dt.a});var Pt=a(1702);a.d(e,"getWeeksInMonth",function(){return Pt.a});var Et=a(1703);a.d(e,"getYear",function(){return Et.a});var At=a(1704);a.d(e,"isAfter",function(){return At.a});var Ct=a(1705);a.d(e,"isBefore",function(){return Ct.a});var St=a(1706);a.d(e,"isDate",function(){return St.a});var Mt=a(1707);a.d(e,"isEqual",function(){return Mt.a});var Rt=a(1708);a.d(e,"isFirstDayOfMonth",function(){return Rt.a});var Nt=a(1709);a.d(e,"isFriday",function(){return Nt.a});var It=a(1710);a.d(e,"isFuture",function(){return It.a});var Ft=a(1711);a.d(e,"isLastDayOfMonth",function(){return Ft.a});var Yt=a(1494);a.d(e,"isLeapYear",function(){return Yt.a});var Ht=a(1712);a.d(e,"isMonday",function(){return Ht.a});var Ut=a(1713);a.d(e,"isPast",function(){return Ut.a});var Lt=a(1410);a.d(e,"isSameDay",function(){return Lt.a});var Wt=a(1501);a.d(e,"isSameHour",function(){return Wt.a});var Bt=a(1503);a.d(e,"isSameISOWeek",function(){return Bt.a});var Kt=a(1714);a.d(e,"isSameISOWeekYear",function(){return Kt.a});var Xt=a(1504);a.d(e,"isSameMinute",function(){return Xt.a});var Qt=a(1506);a.d(e,"isSameMonth",function(){return Qt.a});var Vt=a(1507);a.d(e,"isSameQuarter",function(){return Vt.a});var Jt=a(1509);a.d(e,"isSameSecond",function(){return Jt.a});var Gt=a(1450);a.d(e,"isSameWeek",function(){return Gt.a});var Zt=a(1511);a.d(e,"isSameYear",function(){return Zt.a});var $t=a(1715);a.d(e,"isSaturday",function(){return $t.a});var te=a(1478);a.d(e,"isSunday",function(){return te.a});var ee=a(1716);a.d(e,"isThisHour",function(){return ee.a});var ae=a(1717);a.d(e,"isThisISOWeek",function(){return ae.a});var re=a(1718);a.d(e,"isThisMinute",function(){return re.a});var ie=a(1719);a.d(e,"isThisMonth",function(){return ie.a});var ne=a(1720);a.d(e,"isThisQuarter",function(){return ne.a});var ue=a(1721);a.d(e,"isThisSecond",function(){return ue.a});var oe=a(1722);a.d(e,"isThisWeek",function(){return oe.a});var se=a(1723);a.d(e,"isThisYear",function(){return se.a});var le=a(1724);a.d(e,"isThursday",function(){return le.a});var be=a(1725);a.d(e,"isToday",function(){return be.a});var me=a(1726);a.d(e,"isTomorrow",function(){return me.a});var ce=a(1727);a.d(e,"isTuesday",function(){return ce.a});var de=a(1418);a.d(e,"isValid",function(){return de.a});var he=a(1728);a.d(e,"isWednesday",function(){return he.a});var fe=a(1414);a.d(e,"isWeekend",function(){return fe.a});var ge=a(1729);a.d(e,"isWithinInterval",function(){return ge.a});var ve=a(1730);a.d(e,"isYesterday",function(){return ve.a});var pe=a(1731);a.d(e,"lastDayOfDecade",function(){return pe.a});var ye=a(1732);a.d(e,"lastDayOfISOWeek",function(){return ye.a});var ke=a(1733);a.d(e,"lastDayOfISOWeekYear",function(){return ke.a});var we=a(1500);a.d(e,"lastDayOfMonth",function(){return we.a});var je=a(1734);a.d(e,"lastDayOfQuarter",function(){return je.a});var Te=a(1513);a.d(e,"lastDayOfWeek",function(){return Te.a});var _e=a(1735);a.d(e,"lastDayOfYear",function(){return _e.a});var Oe=a(1736);a.d(e,"lightFormat",function(){return Oe.a});var qe=a(1737);a.d(e,"max",function(){return qe.a});var xe=a(1738);a.d(e,"min",function(){return xe.a});var ze=a(1739);a.d(e,"parse",function(){return ze.a});var De=a(1745);a.d(e,"parseISO",function(){return De.a});var Pe=a(1746);a.d(e,"roundToNearestMinutes",function(){return Pe.a});var Ee=a(1747);a.d(e,"setDate",function(){return Ee.a});var Ae=a(1748);a.d(e,"setDay",function(){return Ae.a});var Ce=a(1749);a.d(e,"setDayOfYear",function(){return Ce.a});var Se=a(1750);a.d(e,"setHours",function(){return Se.a});var Me=a(1751);a.d(e,"setISODay",function(){return Me.a});var Re=a(1752);a.d(e,"setISOWeek",function(){return Re.a});var Ne=a(1465);a.d(e,"setISOWeekYear",function(){return Ne.a});var Ie=a(1753);a.d(e,"setMilliseconds",function(){return Ie.a});var Fe=a(1754);a.d(e,"setMinutes",function(){return Fe.a});var Ye=a(1514);a.d(e,"setMonth",function(){return Ye.a});var He=a(1755);a.d(e,"setQuarter",function(){return He.a});var Ue=a(1756);a.d(e,"setSeconds",function(){return Ue.a});var Le=a(1757);a.d(e,"setWeek",function(){return Le.a});var We=a(1758);a.d(e,"setWeekYear",function(){return We.a});var Be=a(1759);a.d(e,"setYear",function(){return Be.a});var Ke=a(1415);a.d(e,"startOfDay",function(){return Ke.a});var Xe=a(1760);a.d(e,"startOfDecade",function(){return Xe.a});var Qe=a(1502);a.d(e,"startOfHour",function(){return Qe.a});var Ve=a(1386);a.d(e,"startOfISOWeek",function(){return Ve.a});var Je=a(1409);a.d(e,"startOfISOWeekYear",function(){return Je.a});var Ge=a(1505);a.d(e,"startOfMinute",function(){return Ge.a});var Ze=a(1420);a.d(e,"startOfMonth",function(){return Ze.a});var $e=a(1508);a.d(e,"startOfQuarter",function(){return $e.a});var ta=a(1510);a.d(e,"startOfSecond",function(){return ta.a});var ea=a(1761);a.d(e,"startOfToday",function(){return ea.a});var aa=a(1762);a.d(e,"startOfTomorrow",function(){return aa.a});var ra=a(1384);a.d(e,"startOfWeek",function(){return ra.a});var ia=a(1449);a.d(e,"startOfWeekYear",function(){return ia.a});var na=a(1446);a.d(e,"startOfYear",function(){return na.a});var ua=a(1763);a.d(e,"startOfYesterday",function(){return ua.a});var oa=a(1512);a.d(e,"subDays",function(){return oa.a});var sa=a(1764);a.d(e,"subHours",function(){return sa.a});var la=a(1476);a.d(e,"subISOWeekYears",function(){return la.a});var ba=a(1412);a.d(e,"subMilliseconds",function(){return ba.a});var ma=a(1765);a.d(e,"subMinutes",function(){return ma.a});var ca=a(1766);a.d(e,"subMonths",function(){return ca.a});var da=a(1767);a.d(e,"subQuarters",function(){return da.a});var ha=a(1768);a.d(e,"subSeconds",function(){return ha.a});var fa=a(1769);a.d(e,"subWeeks",function(){return fa.a});var ga=a(1770);a.d(e,"subYears",function(){return ga.a});var va=a(1379);a.d(e,"toDate",function(){return va.a});var pa=a(1771);a.d(e,"maxTime",function(){return pa.a}),a.d(e,"minTime",function(){return pa.b})},1646:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(u.a)(e);if(isNaN(r))return new Date(NaN);var o=a.getHours(),s=r<0?-1:1;for(a.setDate(a.getDate()+7*Object(u.a)(r/5)),r%=5;r||Object(i.a)(a);)a.setDate(a.getDate()+s),Object(i.a)(a)||(r-=s);return a.setHours(o),a}e.a=r;var i=a(1414),n=a(1379),u=a(1380)},1647:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=t||{},r=e||{},n=Object(i.a)(a.start).getTime(),u=Object(i.a)(a.end).getTime(),o=Object(i.a)(r.start).getTime(),s=Object(i.a)(r.end).getTime();if(!(n<=u&&o<=s))throw new RangeError("Invalid interval");return n<s&&o<u}e.a=r;var i=a(1379)},1648:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t);if(isNaN(a))return NaN;var r,n=a.getTime();r=null==e?[]:"function"===typeof e.forEach?e:Array.prototype.slice.call(e);var u,o;return r.forEach(function(t,e){var a=Object(i.a)(t);if(isNaN(a))return u=NaN,void(o=NaN);var r=Math.abs(n-a.getTime());(null==u||r<o)&&(u=e,o=r)}),u}e.a=r;var i=a(1379)},1649:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t);if(isNaN(a))return new Date(NaN);var r,n=a.getTime();r=null==e?[]:"function"===typeof e.forEach?e:Array.prototype.slice.call(e);var u,o;return r.forEach(function(t){var e=Object(i.a)(t);if(isNaN(e))return u=new Date(NaN),void(o=NaN);var a=Math.abs(n-e.getTime());(null==u||a<o)&&(u=e,o=a)}),u}e.a=r;var i=a(1379)},1650:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e),n=a.getTime()-r.getTime();return n>0?-1:n<0?1:n}e.a=r;var i=a(1379)},1651:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(u.a)(t),r=Object(u.a)(e);if(!Object(i.a)(a)||!Object(i.a)(r))return new Date(NaN);var m=Object(o.a)(a,r),c=m<0?-1:1,d=Object(b.a)(m/7),h=5*d;for(r=Object(s.a)(r,7*d);!Object(l.a)(a,r);)h+=Object(n.a)(r)?0:c,r=Object(s.a)(r,c);return 0===h?0:h}e.a=r;var i=a(1418),n=a(1414),u=a(1379),o=a(1387),s=a(1385),l=a(1410),b=a(1380)},1652:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(n.a)(e),o=a.getTime()-Object(i.a)(a),s=r.getTime()-Object(i.a)(r);return Math.round((o-s)/u)}e.a=r;var i=a(1381),n=a(1386),u=6048e5},1653:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(n.a)(e);return 4*(a.getFullYear()-r.getFullYear())+(Object(i.a)(a)-Object(i.a)(r))}e.a=r;var i=a(1472),n=a(1379)},1654:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t,e)/n;return a>0?Math.floor(a):Math.ceil(a)}e.a=r;var i=a(1419),n=36e5},1655:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e),s=Object(u.a)(a,r),l=Math.abs(Object(n.a)(a,r));a=Object(o.a)(a,s*l);var b=Object(u.a)(a,r)===-s,m=s*(l-b);return 0===m?0:m}e.a=r;var i=a(1379),n=a(1470),u=a(1388),o=a(1476)},1656:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t,e)/n;return a>0?Math.floor(a):Math.ceil(a)}e.a=r;var i=a(1419),n=6e4},1657:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t,e)/3;return a>0?Math.floor(a):Math.ceil(a)}e.a=r;var i=a(1442)},1658:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t,e)/7;return a>0?Math.floor(a):Math.ceil(a)}e.a=r;var i=a(1475)},1659:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e),o=Object(u.a)(a,r),s=Math.abs(Object(n.a)(a,r));a.setFullYear(a.getFullYear()-o*s);var l=Object(u.a)(a,r)===-o,b=o*(s-l);return 0===b?0:b}e.a=r;var i=a(1379),n=a(1474),u=a(1388)},1660:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var a=t||{},r=Object(u.a)(a.start),o=Object(u.a)(a.end),s=o.getTime();if(!(r.getTime()<=s))throw new RangeError("Invalid interval");var l=Object(n.a)(r,e),b=Object(n.a)(o,e);l.setHours(15),b.setHours(15),s=b.getTime();for(var m=[],c=l;c.getTime()<=s;)c.setHours(0),m.push(Object(u.a)(c)),c=Object(i.a)(c,1),c.setHours(15);return m}e.a=r;var i=a(1417),n=a(1384),u=a(1379)},1661:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 arguments required, but only "+arguments.length+" present");var e=Object(n.a)(t);if(isNaN(e))throw new RangeError("The passed date is invalid");var a=Object(u.a)(t);return Object(i.a)({start:e,end:a})}e.a=r;var i=a(1444),n=a(1420),u=a(1445)},1662:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 arguments required, but only "+arguments.length+" present");var e=Object(n.a)(t);if(isNaN(e))throw new RangeError("The passed date is invalid");var a=Object(u.a)(t);return Object(i.a)({start:e,end:a})}e.a=r;var i=a(1444),n=a(1446),u=a(1479)},1663:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getFullYear(),r=9+10*Math.floor(a/10);return e.setFullYear(r,11,31),e.setHours(23,59,59,999),e}e.a=r;var i=a(1379)},1664:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t);return e.setMinutes(59,59,999),e}e.a=r;var i=a(1379)},1665:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t,{weekStartsOn:1})}e.a=r;var i=a(1480)},1666:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=new Date(0);a.setFullYear(e+1,0,4),a.setHours(0,0,0,0);var r=Object(n.a)(a);return r.setMilliseconds(r.getMilliseconds()-1),r}e.a=r;var i=a(1391),n=a(1386)},1667:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t);return e.setSeconds(59,999),e}e.a=r;var i=a(1379)},1668:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getMonth(),r=a-a%3+3;return e.setMonth(r,0),e.setHours(23,59,59,999),e}e.a=r;var i=a(1379)},1669:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t);return e.setMilliseconds(999),e}e.a=r;var i=a(1379)},1670:function(t,e,a){"use strict";function r(){return Object(i.a)(Date.now())}e.a=r;var i=a(1447)},1671:function(t,e,a){"use strict";function r(){var t=new Date,e=t.getFullYear(),a=t.getMonth(),r=t.getDate(),i=new Date(0);return i.setFullYear(e,a,r+1),i.setHours(23,59,59,999),i}e.a=r},1672:function(t,e,a){"use strict";function r(){var t=new Date,e=t.getFullYear(),a=t.getMonth(),r=t.getDate(),i=new Date(0);return i.setFullYear(e,a,r-1),i.setHours(23,59,59,999),i}e.a=r},1673:function(t,e,a){"use strict";function r(t,e,a){a=a||{};var r;return r="string"===typeof i[t]?i[t]:1===e?i[t].one:i[t].other.replace("{{count}}",e),a.addSuffix?a.comparison>0?"in "+r:r+" ago":r}e.a=r;var i={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}}},1674:function(t,e,a){"use strict";var r=a(1675),i={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},n={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},u={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},o={date:Object(r.a)({formats:i,defaultWidth:"full"}),time:Object(r.a)({formats:n,defaultWidth:"full"}),dateTime:Object(r.a)({formats:u,defaultWidth:"full"})};e.a=o},1675:function(t,e,a){"use strict";function r(t){return function(e){var a=e||{},r=a.width?String(a.width):t.defaultWidth;return t.formats[r]||t.formats[t.defaultWidth]}}e.a=r},1676:function(t,e,a){"use strict";function r(t,e,a,r){return i[t]}e.a=r;var i={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"}},1677:function(t,e,a){"use strict";function r(t,e){var a=Number(t),r=a%100;if(r>20||r<10)switch(r%10){case 1:return a+"st";case 2:return a+"nd";case 3:return a+"rd"}return a+"th"}var i=a(1678),n={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},u={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},o={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},s={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},l={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},b={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},m={ordinalNumber:r,era:Object(i.a)({values:n,defaultWidth:"wide"}),quarter:Object(i.a)({values:u,defaultWidth:"wide",argumentCallback:function(t){return Number(t)-1}}),month:Object(i.a)({values:o,defaultWidth:"wide"}),day:Object(i.a)({values:s,defaultWidth:"wide"}),dayPeriod:Object(i.a)({values:l,defaultWidth:"wide",formattingValues:b,defaultFormattingWidth:"wide"})};e.a=m},1678:function(t,e,a){"use strict";function r(t){return function(e,a){var r,i=a||{},n=i.context?String(i.context):"standalone";if("formatting"===n&&t.formattingValues){var u=t.defaultFormattingWidth||t.defaultWidth,o=i.width?String(i.width):u;r=t.formattingValues[o]||t.formattingValues[u]}else{var s=t.defaultWidth,l=i.width?String(i.width):t.defaultWidth;r=t.values[l]||t.values[s]}return r[t.argumentCallback?t.argumentCallback(e):e]}}e.a=r},1679:function(t,e,a){"use strict";var r=a(1680),i=a(1681),n=/^(\d+)(th|st|nd|rd)?/i,u=/\d+/i,o={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},s={any:[/^b/i,/^(a|c)/i]},l={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},b={any:[/1/i,/2/i,/3/i,/4/i]},m={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},c={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},d={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},h={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},f={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},g={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},v={ordinalNumber:Object(r.a)({matchPattern:n,parsePattern:u,valueCallback:function(t){return parseInt(t,10)}}),era:Object(i.a)({matchPatterns:o,defaultMatchWidth:"wide",parsePatterns:s,defaultParseWidth:"any"}),quarter:Object(i.a)({matchPatterns:l,defaultMatchWidth:"wide",parsePatterns:b,defaultParseWidth:"any",valueCallback:function(t){return t+1}}),month:Object(i.a)({matchPatterns:m,defaultMatchWidth:"wide",parsePatterns:c,defaultParseWidth:"any"}),day:Object(i.a)({matchPatterns:d,defaultMatchWidth:"wide",parsePatterns:h,defaultParseWidth:"any"}),dayPeriod:Object(i.a)({matchPatterns:f,defaultMatchWidth:"any",parsePatterns:g,defaultParseWidth:"any"})};e.a=v},1680:function(t,e,a){"use strict";function r(t){return function(e,a){var r=String(e),i=a||{},n=r.match(t.matchPattern);if(!n)return null;var u=n[0],o=r.match(t.parsePattern);if(!o)return null;var s=t.valueCallback?t.valueCallback(o[0]):o[0];return s=i.valueCallback?i.valueCallback(s):s,{value:s,rest:r.slice(u.length)}}}e.a=r},1681:function(t,e,a){"use strict";function r(t){return function(e,a){var r=String(e),n=a||{},u=n.width,o=u&&t.matchPatterns[u]||t.matchPatterns[t.defaultMatchWidth],s=r.match(o);if(!s)return null;var l,b=s[0],m=u&&t.parsePatterns[u]||t.parsePatterns[t.defaultParseWidth];return l="[object Array]"===Object.prototype.toString.call(m)?m.findIndex(function(t){return t.test(r)}):i(m,function(t){return t.test(r)}),l=t.valueCallback?t.valueCallback(l):l,l=n.valueCallback?n.valueCallback(l):l,{value:l,rest:r.slice(b.length)}}}function i(t,e){for(var a in t)if(t.hasOwnProperty(a)&&e(t[a]))return a}e.a=r},1682:function(t,e,a){"use strict";function r(t,e){var a=t>0?"-":"+",r=Math.abs(t),i=Math.floor(r/60),n=r%60;if(0===n)return a+String(i);var u=e||"";return a+String(i)+u+Object(c.a)(n,2)}function i(t,e){if(t%60===0){return(t>0?"-":"+")+Object(c.a)(Math.abs(t)/60,2)}return n(t,e)}function n(t,e){var a=e||"",r=t>0?"-":"+",i=Math.abs(t);return r+Object(c.a)(Math.floor(i/60),2)+a+Object(c.a)(i%60,2)}var u=a(1482),o=a(1683),s=a(1484),l=a(1485),b=a(1486),m=a(1448),c=a(1483),d={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},h={G:function(t,e,a){var r=t.getUTCFullYear()>0?1:0;switch(e){case"G":case"GG":case"GGG":return a.era(r,{width:"abbreviated"});case"GGGGG":return a.era(r,{width:"narrow"});case"GGGG":default:return a.era(r,{width:"wide"})}},y:function(t,e,a){if("yo"===e){var r=t.getUTCFullYear(),i=r>0?r:1-r;return a.ordinalNumber(i,{unit:"year"})}return u.a.y(t,e)},Y:function(t,e,a,r){var i=Object(m.a)(t,r),n=i>0?i:1-i;if("YY"===e){var u=n%100;return Object(c.a)(u,2)}return"Yo"===e?a.ordinalNumber(n,{unit:"year"}):Object(c.a)(n,e.length)},R:function(t,e){var a=Object(l.a)(t);return Object(c.a)(a,e.length)},u:function(t,e){var a=t.getUTCFullYear();return Object(c.a)(a,e.length)},Q:function(t,e,a){var r=Math.ceil((t.getUTCMonth()+1)/3);switch(e){case"Q":return String(r);case"QQ":return Object(c.a)(r,2);case"Qo":return a.ordinalNumber(r,{unit:"quarter"});case"QQQ":return a.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return a.quarter(r,{width:"narrow",context:"formatting"});case"QQQQ":default:return a.quarter(r,{width:"wide",context:"formatting"})}},q:function(t,e,a){var r=Math.ceil((t.getUTCMonth()+1)/3);switch(e){case"q":return String(r);case"qq":return Object(c.a)(r,2);case"qo":return a.ordinalNumber(r,{unit:"quarter"});case"qqq":return a.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return a.quarter(r,{width:"narrow",context:"standalone"});case"qqqq":default:return a.quarter(r,{width:"wide",context:"standalone"})}},M:function(t,e,a){var r=t.getUTCMonth();switch(e){case"M":case"MM":return u.a.M(t,e);case"Mo":return a.ordinalNumber(r+1,{unit:"month"});case"MMM":return a.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return a.month(r,{width:"narrow",context:"formatting"});case"MMMM":default:return a.month(r,{width:"wide",context:"formatting"})}},L:function(t,e,a){var r=t.getUTCMonth();switch(e){case"L":return String(r+1);case"LL":return Object(c.a)(r+1,2);case"Lo":return a.ordinalNumber(r+1,{unit:"month"});case"LLL":return a.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return a.month(r,{width:"narrow",context:"standalone"});case"LLLL":default:return a.month(r,{width:"wide",context:"standalone"})}},w:function(t,e,a,r){var i=Object(b.a)(t,r);return"wo"===e?a.ordinalNumber(i,{unit:"week"}):Object(c.a)(i,e.length)},I:function(t,e,a){var r=Object(s.a)(t);return"Io"===e?a.ordinalNumber(r,{unit:"week"}):Object(c.a)(r,e.length)},d:function(t,e,a){return"do"===e?a.ordinalNumber(t.getUTCDate(),{unit:"date"}):u.a.d(t,e)},D:function(t,e,a){var r=Object(o.a)(t);return"Do"===e?a.ordinalNumber(r,{unit:"dayOfYear"}):Object(c.a)(r,e.length)},E:function(t,e,a){var r=t.getUTCDay();switch(e){case"E":case"EE":case"EEE":return a.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return a.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return a.day(r,{width:"short",context:"formatting"});case"EEEE":default:return a.day(r,{width:"wide",context:"formatting"})}},e:function(t,e,a,r){var i=t.getUTCDay(),n=(i-r.weekStartsOn+8)%7||7;switch(e){case"e":return String(n);case"ee":return Object(c.a)(n,2);case"eo":return a.ordinalNumber(n,{unit:"day"});case"eee":return a.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return a.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return a.day(i,{width:"short",context:"formatting"});case"eeee":default:return a.day(i,{width:"wide",context:"formatting"})}},c:function(t,e,a,r){var i=t.getUTCDay(),n=(i-r.weekStartsOn+8)%7||7;switch(e){case"c":return String(n);case"cc":return Object(c.a)(n,e.length);case"co":return a.ordinalNumber(n,{unit:"day"});case"ccc":return a.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return a.day(i,{width:"narrow",context:"standalone"});case"cccccc":return a.day(i,{width:"short",context:"standalone"});case"cccc":default:return a.day(i,{width:"wide",context:"standalone"})}},i:function(t,e,a){var r=t.getUTCDay(),i=0===r?7:r;switch(e){case"i":return String(i);case"ii":return Object(c.a)(i,e.length);case"io":return a.ordinalNumber(i,{unit:"day"});case"iii":return a.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return a.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return a.day(r,{width:"short",context:"formatting"});case"iiii":default:return a.day(r,{width:"wide",context:"formatting"})}},a:function(t,e,a){var r=t.getUTCHours(),i=r/12>=1?"pm":"am";switch(e){case"a":case"aa":case"aaa":return a.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaaaa":return a.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return a.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function(t,e,a){var r,i=t.getUTCHours();switch(r=12===i?d.noon:0===i?d.midnight:i/12>=1?"pm":"am",e){case"b":case"bb":case"bbb":return a.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"bbbbb":return a.dayPeriod(r,{width:"narrow",context:"formatting"});case"bbbb":default:return a.dayPeriod(r,{width:"wide",context:"formatting"})}},B:function(t,e,a){var r,i=t.getUTCHours();switch(r=i>=17?d.evening:i>=12?d.afternoon:i>=4?d.morning:d.night,e){case"B":case"BB":case"BBB":return a.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"BBBBB":return a.dayPeriod(r,{width:"narrow",context:"formatting"});case"BBBB":default:return a.dayPeriod(r,{width:"wide",context:"formatting"})}},h:function(t,e,a){if("ho"===e){var r=t.getUTCHours()%12;return 0===r&&(r=12),a.ordinalNumber(r,{unit:"hour"})}return u.a.h(t,e)},H:function(t,e,a){return"Ho"===e?a.ordinalNumber(t.getUTCHours(),{unit:"hour"}):u.a.H(t,e)},K:function(t,e,a){var r=t.getUTCHours()%12;return"Ko"===e?a.ordinalNumber(r,{unit:"hour"}):Object(c.a)(r,e.length)},k:function(t,e,a){var r=t.getUTCHours();return 0===r&&(r=24),"ko"===e?a.ordinalNumber(r,{unit:"hour"}):Object(c.a)(r,e.length)},m:function(t,e,a){return"mo"===e?a.ordinalNumber(t.getUTCMinutes(),{unit:"minute"}):u.a.m(t,e)},s:function(t,e,a){return"so"===e?a.ordinalNumber(t.getUTCSeconds(),{unit:"second"}):u.a.s(t,e)},S:function(t,e){return u.a.S(t,e)},X:function(t,e,a,r){var u=r._originalDate||t,o=u.getTimezoneOffset();if(0===o)return"Z";switch(e){case"X":return i(o);case"XXXX":case"XX":return n(o);case"XXXXX":case"XXX":default:return n(o,":")}},x:function(t,e,a,r){var u=r._originalDate||t,o=u.getTimezoneOffset();switch(e){case"x":return i(o);case"xxxx":case"xx":return n(o);case"xxxxx":case"xxx":default:return n(o,":")}},O:function(t,e,a,i){var u=i._originalDate||t,o=u.getTimezoneOffset();switch(e){case"O":case"OO":case"OOO":return"GMT"+r(o,":");case"OOOO":default:return"GMT"+n(o,":")}},z:function(t,e,a,i){var u=i._originalDate||t,o=u.getTimezoneOffset();switch(e){case"z":case"zz":case"zzz":return"GMT"+r(o,":");case"zzzz":default:return"GMT"+n(o,":")}},t:function(t,e,a,r){var i=r._originalDate||t,n=Math.floor(i.getTime()/1e3);return Object(c.a)(n,e.length)},T:function(t,e,a,r){var i=r._originalDate||t,n=i.getTime();return Object(c.a)(n,e.length)}};e.a=h},1683:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getTime();e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0);var r=e.getTime(),u=a-r;return Math.floor(u/n)+1}e.a=r;var i=a(1379),n=864e5},1684:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=new Date(0);return a.setUTCFullYear(e,0,4),a.setUTCHours(0,0,0,0),Object(n.a)(a)}e.a=r;var i=a(1485),n=a(1421)},1685:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var a=e||{},r=a.locale,o=r&&r.options&&r.options.firstWeekContainsDate,s=null==o?1:Object(i.a)(o),l=null==a.firstWeekContainsDate?s:Object(i.a)(a.firstWeekContainsDate),b=Object(n.a)(t,e),m=new Date(0);return m.setUTCFullYear(b,0,l),m.setUTCHours(0,0,0,0),Object(u.a)(m,e)}e.a=r;var i=a(1380),n=a(1448),u=a(1422)},1686:function(t,e,a){"use strict";function r(t,e,a){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var r=a||{},d=r.locale||l.a;if(!d.formatDistance)throw new RangeError("locale must contain localize.formatDistance property");var h=Object(n.a)(t,e);if(isNaN(h))throw new RangeError("Invalid time value");var f=Object(s.a)(r);f.addSuffix=Boolean(r.addSuffix),f.comparison=h;var g,v;h>0?(g=Object(u.a)(e),v=Object(u.a)(t)):(g=Object(u.a)(t),v=Object(u.a)(e));var p,y=null==r.roundingMethod?"round":String(r.roundingMethod);if("floor"===y)p=Math.floor;else if("ceil"===y)p=Math.ceil;else{if("round"!==y)throw new RangeError("roundingMethod must be 'floor', 'ceil' or 'round'");p=Math.round}var k,w=Object(o.a)(v,g),j=(Object(i.a)(v)-Object(i.a)(g))/1e3,T=p((w-j)/60);if("second"===(k=null==r.unit?T<1?"second":T<60?"minute":T<b?"hour":T<m?"day":T<c?"month":"year":String(r.unit)))return d.formatDistance("xSeconds",w,f);if("minute"===k)return d.formatDistance("xMinutes",T,f);if("hour"===k){var _=p(T/60);return d.formatDistance("xHours",_,f)}if("day"===k){var O=p(T/b);return d.formatDistance("xDays",O,f)}if("month"===k){var q=p(T/m);return d.formatDistance("xMonths",q,f)}if("year"===k){var x=p(T/c);return d.formatDistance("xYears",x,f)}throw new RangeError("unit must be 'second', 'minute', 'hour', 'day', 'month' or 'year'")}e.a=r;var i=a(1381),n=a(1388),u=a(1379),o=a(1443),s=a(1490),l=a(1411),b=1440,m=43200,c=525600},1687:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t,Date.now(),e)}e.a=r;var i=a(1489)},1688:function(t,e,a){"use strict";function r(t,e,a){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var r=Object(s.a)(t),b=Object(s.a)(e),m=a||{},c=m.locale||u.a;if(!c.localize)throw new RangeError("locale must contain localize property");if(!c.formatLong)throw new RangeError("locale must contain formatLong property");if(!c.formatRelative)throw new RangeError("locale must contain formatRelative property");var d=Object(i.a)(r,b);if(isNaN(d))throw new RangeError("Invalid time value");var h;h=d<-6?"other":d<-1?"lastWeek":d<0?"yesterday":d<1?"today":d<2?"tomorrow":d<7?"nextWeek":"other";var f=Object(o.a)(r,Object(l.a)(r)),g=Object(o.a)(b,Object(l.a)(b)),v=c.formatRelative(h,f,g,m);return Object(n.a)(r,v,m)}e.a=r;var i=a(1387),n=a(1481),u=a(1411),o=a(1412),s=a(1379),l=a(1381)},1689:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(n.a)(t);return Object(i.a)(1e3*e)}e.a=r;var i=a(1379),n=a(1380)},1690:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t);return Object(u.a)(e,Object(n.a)(e))+1}e.a=r;var i=a(1379),n=a(1446),u=a(1387)},1691:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t);return isNaN(e)?NaN:Object(n.a)(e)?366:365}e.a=r;var i=a(1379),n=a(1494)},1692:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getFullYear();return 10*Math.floor(a/10)}e.a=r;var i=a(1379)},1693:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t).getHours()}e.a=r;var i=a(1379)},1694:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=Object(i.a)(Object(n.a)(e,60)),r=a.valueOf()-e.valueOf();return Math.round(r/u)}e.a=r;var i=a(1409),n=a(1417),u=6048e5},1695:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t).getMilliseconds()}e.a=r;var i=a(1379)},1696:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t).getMinutes()}e.a=r;var i=a(1379)},1697:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t).getMonth()}e.a=r;var i=a(1379)},1698:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=t||{},r=e||{},u=Object(i.a)(a.start).getTime(),o=Object(i.a)(a.end).getTime(),s=Object(i.a)(r.start).getTime(),l=Object(i.a)(r.end).getTime();if(!(u<=o&&s<=l))throw new RangeError("Invalid interval");if(!(u<l&&s<o))return 0;var b=s<u?u:s,m=l>o?o:l,c=m-b;return Math.ceil(c/n)}e.a=r;var i=a(1379),n=864e5},1699:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t).getSeconds()}e.a=r;var i=a(1379)},1700:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Math.floor(Object(i.a)(t)/1e3)}e.a=r;var i=a(1497)},1701:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var a=e||{},r=a.locale,s=r&&r.options&&r.options.weekStartsOn,l=null==s?0:Object(o.a)(s),b=null==a.weekStartsOn?l:Object(o.a)(a.weekStartsOn);if(!(b>=0&&b<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var m=Object(i.a)(t);if(isNaN(m))return m;var c=Object(n.a)(Object(u.a)(t)),d=0;d=c>=b?b+7-c:b-c;var h=1;if(m>d){var f=m-d;h+=Math.ceil(f/7)}return h}e.a=r;var i=a(1492),n=a(1493),u=a(1420),o=a(1380)},1702:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(Object(n.a)(t),Object(u.a)(t),e)+1}e.a=r;var i=a(1473),n=a(1500),u=a(1420)},1703:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t).getFullYear()}e.a=r;var i=a(1379)},1704:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e);return a.getTime()>r.getTime()}e.a=r;var i=a(1379)},1705:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e);return a.getTime()<r.getTime()}e.a=r;var i=a(1379)},1706:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return t instanceof Date||"object"===typeof t&&"[object Date]"===Object.prototype.toString.call(t)}e.a=r},1707:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e);return a.getTime()===r.getTime()}e.a=r;var i=a(1379)},1708:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return 1===Object(i.a)(t).getDate()}e.a=r;var i=a(1379)},1709:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return 5===Object(i.a)(t).getDay()}e.a=r;var i=a(1379)},1710:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t).getTime()>Date.now()}e.a=r;var i=a(1379)},1711:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t);return Object(n.a)(e).getTime()===Object(u.a)(e).getTime()}e.a=r;var i=a(1379),n=a(1447),u=a(1445)},1712:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return 1===Object(i.a)(t).getDay()}e.a=r;var i=a(1379)},1713:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t).getTime()<Date.now()}e.a=r;var i=a(1379)},1714:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(t),r=Object(i.a)(e);return a.getTime()===r.getTime()}e.a=r;var i=a(1409)},1715:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return 6===Object(i.a)(t).getDay()}e.a=r;var i=a(1379)},1716:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(Date.now(),t)}e.a=r;var i=a(1501)},1717:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t,Date.now())}e.a=r;var i=a(1503)},1718:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(Date.now(),t)}e.a=r;var i=a(1504)},1719:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(Date.now(),t)}e.a=r;var i=a(1506)},1720:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(Date.now(),t)}e.a=r;var i=a(1507)},1721:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(Date.now(),t)}e.a=r;var i=a(1509)},1722:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t,Date.now(),e)}e.a=r;var i=a(1450)},1723:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t,Date.now())}e.a=r;var i=a(1511)},1724:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return 4===Object(i.a)(t).getDay()}e.a=r;var i=a(1379)},1725:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t,Date.now())}e.a=r;var i=a(1410)},1726:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(n.a)(t,Object(i.a)(Date.now(),1))}e.a=r;var i=a(1385),n=a(1410)},1727:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return 2===Object(i.a)(t).getDay()}e.a=r;var i=a(1379)},1728:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return 3===Object(i.a)(t).getDay()}e.a=r;var i=a(1379)},1729:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=e||{},r=Object(i.a)(t).getTime(),n=Object(i.a)(a.start).getTime(),u=Object(i.a)(a.end).getTime();if(!(n<=u))throw new RangeError("Invalid interval");return r>=n&&r<=u}e.a=r;var i=a(1379)},1730:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t,Object(n.a)(Date.now(),1))}e.a=r;var i=a(1410),n=a(1512)},1731:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getFullYear(),r=9+10*Math.floor(a/10);return e.setFullYear(r+1,0,0),e.setHours(0,0,0,0),e}e.a=r;var i=a(1379)},1732:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");return Object(i.a)(t,{weekStartsOn:1})}e.a=r;var i=a(1513)},1733:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=new Date(0);a.setFullYear(e+1,0,4),a.setHours(0,0,0,0);var r=Object(n.a)(a);return r.setDate(r.getDate()-1),r}e.a=r;var i=a(1391),n=a(1386)},1734:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getMonth(),r=a-a%3+3;return e.setMonth(r,0),e.setHours(0,0,0,0),e}e.a=r;var i=a(1379)},1735:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getFullYear();return e.setFullYear(a+1,0,0),e.setHours(0,0,0,0),e}e.a=r;var i=a(1379)},1736:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=String(e),r=Object(n.a)(t);if(!Object(s.a)(r))throw new RangeError("Invalid time value");var m=Object(o.a)(r),c=Object(l.a)(r,m);return a.match(b).map(function(t){if("''"===t)return"'";var e=t[0];if("'"===e)return i(t);var a=u.a[e];if(a)return a(c,t,null,{});if(e.match(d))throw new RangeError("Format string contains an unescaped latin alphabet character `"+e+"`");return t}).join("")}function i(t){return t.match(m)[1].replace(c,"'")}e.a=r;var n=a(1379),u=a(1482),o=a(1381),s=a(1418),l=a(1412),b=/(\w)\1*|''|'(''|[^'])+('|$)|./g,m=/^'(.*?)'?$/,c=/''/g,d=/[a-zA-Z]/},1737:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e;if(t&&"function"===typeof t.forEach)e=t;else{if("object"!==typeof t||null===t)return new Date(NaN);e=Array.prototype.slice.call(t)}var a;return e.forEach(function(t){var e=Object(i.a)(t);(void 0===a||a<e||isNaN(e))&&(a=e)}),a||new Date(NaN)}e.a=r;var i=a(1379)},1738:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e;if(t&&"function"===typeof t.forEach)e=t;else{if("object"!==typeof t||null===t)return new Date(NaN);e=Array.prototype.slice.call(t)}var a;return e.forEach(function(t){var e=Object(i.a)(t);(void 0===a||a>e||isNaN(e))&&(a=e)}),a||new Date(NaN)}e.a=r;var i=a(1379)},1739:function(t,e,a){"use strict";function r(t,e,a,r){if(arguments.length<3)throw new TypeError("3 arguments required, but only "+arguments.length+" present");var p=String(t),y=String(e),j=r||{},T=j.locale||u.a;if(!T.match)throw new RangeError("locale must contain match property");var _=T.options&&T.options.firstWeekContainsDate,O=null==_?1:Object(d.a)(_),q=null==j.firstWeekContainsDate?O:Object(d.a)(j.firstWeekContainsDate);if(!(q>=1&&q<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var x=T.options&&T.options.weekStartsOn,z=null==x?0:Object(d.a)(x),D=null==j.weekStartsOn?z:Object(d.a)(j.weekStartsOn);if(!(D>=0&&D<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(""===y)return""===p?Object(s.a)(a):new Date(NaN);var P,E={firstWeekContainsDate:q,weekStartsOn:D,locale:T},A=[{priority:f,set:i,index:0}],C=y.match(v).map(function(t){var e=t[0];if("p"===e||"P"===e){return(0,b.a[e])(t,T.formatLong,E)}return t}).join("").match(g),S=[];for(P=0;P<C.length;P++){var M=C[P];!j.useAdditionalWeekYearTokens&&Object(c.b)(M)&&Object(c.c)(M),!j.useAdditionalDayOfYearTokens&&Object(c.a)(M)&&Object(c.c)(M);var R=M[0],N=h.a[R];if(N){var I=N.incompatibleTokens;if(Array.isArray(I)){for(var F=void 0,Y=0;Y<S.length;Y++){var H=S[Y].token;if(-1!==I.indexOf(H)||H===R){F=S[Y];break}}if(F)throw new RangeError("The format string mustn't contain `".concat(F.fullToken,"` and `").concat(M,"` at the same time"))}else if("*"===N.incompatibleTokens&&S.length)throw new RangeError("The format string mustn't contain `".concat(M,"` and any other token at the same time"));S.push({token:R,fullToken:M});var U=N.parse(p,M,T.match,E);if(!U)return new Date(NaN);A.push({priority:N.priority,set:N.set,validate:N.validate,value:U.value,index:A.length}),p=U.rest}else{if(R.match(w))throw new RangeError("Format string contains an unescaped latin alphabet character `"+R+"`");if("''"===M?M="'":"'"===R&&(M=n(M)),0!==p.indexOf(M))return new Date(NaN);p=p.slice(M.length)}}if(p.length>0&&k.test(p))return new Date(NaN);var L=A.map(function(t){return t.priority}).sort(function(t,e){return e-t}).filter(function(t,e,a){return a.indexOf(t)===e}).map(function(t){return A.filter(function(e){return e.priority===t}).reverse()}).map(function(t){return t[0]}),W=Object(s.a)(a);if(isNaN(W))return new Date(NaN);var B=Object(o.a)(W,Object(m.a)(W)),K={};for(P=0;P<L.length;P++){var X=L[P];if(X.validate&&!X.validate(B,X.value,E))return new Date(NaN);var Q=X.set(B,K,X.value,E);Q[0]?(B=Q[0],Object(l.a)(K,Q[1])):B=Q}return B}function i(t,e){if(e.timestampIsSet)return t;var a=new Date(0);return a.setFullYear(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()),a.setHours(t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds(),t.getUTCMilliseconds()),a}function n(t){return t.match(p)[1].replace(y,"'")}e.a=r;var u=a(1411),o=a(1412),s=a(1379),l=a(1491),b=a(1487),m=a(1381),c=a(1488),d=a(1380),h=a(1740),f=10,g=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,v=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,p=/^'(.*?)'?$/,y=/''/g,k=/\S/,w=/[a-zA-Z]/},1740:function(t,e,a){"use strict";function r(t,e,a){var r=e.match(t);if(!r)return null;var i=parseInt(r[0],10);return{value:a?a(i):i,rest:e.slice(r[0].length)}}function i(t,e){var a=e.match(t);if(!a)return null;if("Z"===a[0])return{value:0,rest:e.slice(1)};var r="+"===a[1]?1:-1,i=a[2]?parseInt(a[2],10):0,n=a[3]?parseInt(a[3],10):0,u=a[5]?parseInt(a[5],10):0;return{value:r*(i*p+n*y+u*k),rest:e.slice(a[0].length)}}function n(t,e){return r(w.anyDigitsSigned,t,e)}function u(t,e,a){switch(t){case 1:return r(w.singleDigit,e,a);case 2:return r(w.twoDigits,e,a);case 3:return r(w.threeDigits,e,a);case 4:return r(w.fourDigits,e,a);default:return r(new RegExp("^\\d{1,"+t+"}"),e,a)}}function o(t,e,a){switch(t){case 1:return r(w.singleDigitSigned,e,a);case 2:return r(w.twoDigitsSigned,e,a);case 3:return r(w.threeDigitsSigned,e,a);case 4:return r(w.fourDigitsSigned,e,a);default:return r(new RegExp("^-?\\d{1,"+t+"}"),e,a)}}function s(t){switch(t){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function l(t,e){var a,r=e>0,i=r?e:1-e;if(i<=50)a=t||100;else{var n=i+50;a=t+100*Math.floor(n/100)-(t>=n%100?100:0)}return r?a:1-a}function b(t){return t%400===0||t%4===0&&t%100!==0}var m=a(1448),c=a(1741),d=a(1742),h=a(1743),f=a(1744),g=a(1421),v=a(1422),p=36e5,y=6e4,k=1e3,w={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},j={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/},T=[31,28,31,30,31,30,31,31,30,31,30,31],_=[31,29,31,30,31,30,31,31,30,31,30,31],O={G:{priority:140,parse:function(t,e,a,r){switch(e){case"G":case"GG":case"GGG":return a.era(t,{width:"abbreviated"})||a.era(t,{width:"narrow"});case"GGGGG":return a.era(t,{width:"narrow"});case"GGGG":default:return a.era(t,{width:"wide"})||a.era(t,{width:"abbreviated"})||a.era(t,{width:"narrow"})}},set:function(t,e,a,r){return e.era=a,t.setUTCFullYear(a,0,1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["R","u","t","T"]},y:{priority:130,parse:function(t,e,a,r){var i=function(t){return{year:t,isTwoDigitYear:"yy"===e}};switch(e){case"y":return u(4,t,i);case"yo":return a.ordinalNumber(t,{unit:"year",valueCallback:i});default:return u(e.length,t,i)}},validate:function(t,e,a){return e.isTwoDigitYear||e.year>0},set:function(t,e,a,r){var i=t.getUTCFullYear();if(a.isTwoDigitYear){var n=l(a.year,i);return t.setUTCFullYear(n,0,1),t.setUTCHours(0,0,0,0),t}var u="era"in e&&1!==e.era?1-a.year:a.year;return t.setUTCFullYear(u,0,1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["Y","R","u","w","I","i","e","c","t","T"]},Y:{priority:130,parse:function(t,e,a,r){var i=function(t){return{year:t,isTwoDigitYear:"YY"===e}};switch(e){case"Y":return u(4,t,i);case"Yo":return a.ordinalNumber(t,{unit:"year",valueCallback:i});default:return u(e.length,t,i)}},validate:function(t,e,a){return e.isTwoDigitYear||e.year>0},set:function(t,e,a,r){var i=Object(m.a)(t,r);if(a.isTwoDigitYear){var n=l(a.year,i);return t.setUTCFullYear(n,0,r.firstWeekContainsDate),t.setUTCHours(0,0,0,0),Object(v.a)(t,r)}var u="era"in e&&1!==e.era?1-a.year:a.year;return t.setUTCFullYear(u,0,r.firstWeekContainsDate),t.setUTCHours(0,0,0,0),Object(v.a)(t,r)},incompatibleTokens:["y","R","u","Q","q","M","L","I","d","D","i","t","T"]},R:{priority:130,parse:function(t,e,a,r){return"R"===e?o(4,t):o(e.length,t)},set:function(t,e,a,r){var i=new Date(0);return i.setUTCFullYear(a,0,4),i.setUTCHours(0,0,0,0),Object(g.a)(i)},incompatibleTokens:["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"]},u:{priority:130,parse:function(t,e,a,r){return"u"===e?o(4,t):o(e.length,t)},set:function(t,e,a,r){return t.setUTCFullYear(a,0,1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["G","y","Y","R","w","I","i","e","c","t","T"]},Q:{priority:120,parse:function(t,e,a,r){switch(e){case"Q":case"QQ":return u(e.length,t);case"Qo":return a.ordinalNumber(t,{unit:"quarter"});case"QQQ":return a.quarter(t,{width:"abbreviated",context:"formatting"})||a.quarter(t,{width:"narrow",context:"formatting"});case"QQQQQ":return a.quarter(t,{width:"narrow",context:"formatting"});case"QQQQ":default:return a.quarter(t,{width:"wide",context:"formatting"})||a.quarter(t,{width:"abbreviated",context:"formatting"})||a.quarter(t,{width:"narrow",context:"formatting"})}},validate:function(t,e,a){return e>=1&&e<=4},set:function(t,e,a,r){return t.setUTCMonth(3*(a-1),1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"]},q:{priority:120,parse:function(t,e,a,r){switch(e){case"q":case"qq":return u(e.length,t);case"qo":return a.ordinalNumber(t,{unit:"quarter"});case"qqq":return a.quarter(t,{width:"abbreviated",context:"standalone"})||a.quarter(t,{width:"narrow",context:"standalone"});case"qqqqq":return a.quarter(t,{width:"narrow",context:"standalone"});case"qqqq":default:return a.quarter(t,{width:"wide",context:"standalone"})||a.quarter(t,{width:"abbreviated",context:"standalone"})||a.quarter(t,{width:"narrow",context:"standalone"})}},validate:function(t,e,a){return e>=1&&e<=4},set:function(t,e,a,r){return t.setUTCMonth(3*(a-1),1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"]},M:{priority:110,parse:function(t,e,a,i){var n=function(t){return t-1};switch(e){case"M":return r(w.month,t,n);case"MM":return u(2,t,n);case"Mo":return a.ordinalNumber(t,{unit:"month",valueCallback:n});case"MMM":return a.month(t,{width:"abbreviated",context:"formatting"})||a.month(t,{width:"narrow",context:"formatting"});case"MMMMM":return a.month(t,{width:"narrow",context:"formatting"});case"MMMM":default:return a.month(t,{width:"wide",context:"formatting"})||a.month(t,{width:"abbreviated",context:"formatting"})||a.month(t,{width:"narrow",context:"formatting"})}},validate:function(t,e,a){return e>=0&&e<=11},set:function(t,e,a,r){return t.setUTCMonth(a,1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]},L:{priority:110,parse:function(t,e,a,i){var n=function(t){return t-1};switch(e){case"L":return r(w.month,t,n);case"LL":return u(2,t,n);case"Lo":return a.ordinalNumber(t,{unit:"month",valueCallback:n});case"LLL":return a.month(t,{width:"abbreviated",context:"standalone"})||a.month(t,{width:"narrow",context:"standalone"});case"LLLLL":return a.month(t,{width:"narrow",context:"standalone"});case"LLLL":default:return a.month(t,{width:"wide",context:"standalone"})||a.month(t,{width:"abbreviated",context:"standalone"})||a.month(t,{width:"narrow",context:"standalone"})}},validate:function(t,e,a){return e>=0&&e<=11},set:function(t,e,a,r){return t.setUTCMonth(a,1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["Y","R","q","Q","M","w","I","D","i","e","c","t","T"]},w:{priority:100,parse:function(t,e,a,i){switch(e){case"w":return r(w.week,t);case"wo":return a.ordinalNumber(t,{unit:"week"});default:return u(e.length,t)}},validate:function(t,e,a){return e>=1&&e<=53},set:function(t,e,a,r){return Object(v.a)(Object(f.a)(t,a,r),r)},incompatibleTokens:["y","R","u","q","Q","M","L","I","d","D","i","t","T"]},I:{priority:100,parse:function(t,e,a,i){switch(e){case"I":return r(w.week,t);case"Io":return a.ordinalNumber(t,{unit:"week"});default:return u(e.length,t)}},validate:function(t,e,a){return e>=1&&e<=53},set:function(t,e,a,r){return Object(g.a)(Object(h.a)(t,a,r),r)},incompatibleTokens:["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"]},d:{priority:90,parse:function(t,e,a,i){switch(e){case"d":return r(w.date,t);case"do":return a.ordinalNumber(t,{unit:"date"});default:return u(e.length,t)}},validate:function(t,e,a){var r=t.getUTCFullYear(),i=b(r),n=t.getUTCMonth();return i?e>=1&&e<=_[n]:e>=1&&e<=T[n]},set:function(t,e,a,r){return t.setUTCDate(a),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["Y","R","q","Q","w","I","D","i","e","c","t","T"]},D:{priority:90,parse:function(t,e,a,i){switch(e){case"D":case"DD":return r(w.dayOfYear,t);case"Do":return a.ordinalNumber(t,{unit:"date"});default:return u(e.length,t)}},validate:function(t,e,a){return b(t.getUTCFullYear())?e>=1&&e<=366:e>=1&&e<=365},set:function(t,e,a,r){return t.setUTCMonth(0,a),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"]},E:{priority:90,parse:function(t,e,a,r){switch(e){case"E":case"EE":case"EEE":return a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"EEEEE":return a.day(t,{width:"narrow",context:"formatting"});case"EEEEEE":return a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"EEEE":default:return a.day(t,{width:"wide",context:"formatting"})||a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"})}},validate:function(t,e,a){return e>=0&&e<=6},set:function(t,e,a,r){return t=Object(c.a)(t,a,r),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["D","i","e","c","t","T"]},e:{priority:90,parse:function(t,e,a,r){var i=function(t){var e=7*Math.floor((t-1)/7);return(t+r.weekStartsOn+6)%7+e};switch(e){case"e":case"ee":return u(e.length,t,i);case"eo":return a.ordinalNumber(t,{unit:"day",valueCallback:i});case"eee":return a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"eeeee":return a.day(t,{width:"narrow",context:"formatting"});case"eeeeee":return a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"eeee":default:return a.day(t,{width:"wide",context:"formatting"})||a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"})}},validate:function(t,e,a){return e>=0&&e<=6},set:function(t,e,a,r){return t=Object(c.a)(t,a,r),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"]},c:{priority:90,parse:function(t,e,a,r){var i=function(t){var e=7*Math.floor((t-1)/7);return(t+r.weekStartsOn+6)%7+e};switch(e){case"c":case"cc":return u(e.length,t,i);case"co":return a.ordinalNumber(t,{unit:"day",valueCallback:i});case"ccc":return a.day(t,{width:"abbreviated",context:"standalone"})||a.day(t,{width:"short",context:"standalone"})||a.day(t,{width:"narrow",context:"standalone"});case"ccccc":return a.day(t,{width:"narrow",context:"standalone"});case"cccccc":return a.day(t,{width:"short",context:"standalone"})||a.day(t,{width:"narrow",context:"standalone"});case"cccc":default:return a.day(t,{width:"wide",context:"standalone"})||a.day(t,{width:"abbreviated",context:"standalone"})||a.day(t,{width:"short",context:"standalone"})||a.day(t,{width:"narrow",context:"standalone"})}},validate:function(t,e,a){return e>=0&&e<=6},set:function(t,e,a,r){return t=Object(c.a)(t,a,r),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"]},i:{priority:90,parse:function(t,e,a,r){var i=function(t){return 0===t?7:t};switch(e){case"i":case"ii":return u(e.length,t);case"io":return a.ordinalNumber(t,{unit:"day"});case"iii":return a.day(t,{width:"abbreviated",context:"formatting",valueCallback:i})||a.day(t,{width:"short",context:"formatting",valueCallback:i})||a.day(t,{width:"narrow",context:"formatting",valueCallback:i});case"iiiii":return a.day(t,{width:"narrow",context:"formatting",valueCallback:i});case"iiiiii":return a.day(t,{width:"short",context:"formatting",valueCallback:i})||a.day(t,{width:"narrow",context:"formatting",valueCallback:i});case"iiii":default:return a.day(t,{width:"wide",context:"formatting",valueCallback:i})||a.day(t,{width:"abbreviated",context:"formatting",valueCallback:i})||a.day(t,{width:"short",context:"formatting",valueCallback:i})||a.day(t,{width:"narrow",context:"formatting",valueCallback:i})}},validate:function(t,e,a){return e>=1&&e<=7},set:function(t,e,a,r){return t=Object(d.a)(t,a,r),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"]},a:{priority:80,parse:function(t,e,a,r){switch(e){case"a":case"aa":case"aaa":return a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"});case"aaaaa":return a.dayPeriod(t,{width:"narrow",context:"formatting"});case"aaaa":default:return a.dayPeriod(t,{width:"wide",context:"formatting"})||a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"})}},set:function(t,e,a,r){return t.setUTCHours(s(a),0,0,0),t},incompatibleTokens:["b","B","H","K","k","t","T"]},b:{priority:80,parse:function(t,e,a,r){switch(e){case"b":case"bb":case"bbb":return a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"});case"bbbbb":return a.dayPeriod(t,{width:"narrow",context:"formatting"});case"bbbb":default:return a.dayPeriod(t,{width:"wide",context:"formatting"})||a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"})}},set:function(t,e,a,r){return t.setUTCHours(s(a),0,0,0),t},incompatibleTokens:["a","B","H","K","k","t","T"]},B:{priority:80,parse:function(t,e,a,r){switch(e){case"B":case"BB":case"BBB":return a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"});case"BBBBB":return a.dayPeriod(t,{width:"narrow",context:"formatting"});case"BBBB":default:return a.dayPeriod(t,{width:"wide",context:"formatting"})||a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"})}},set:function(t,e,a,r){return t.setUTCHours(s(a),0,0,0),t},incompatibleTokens:["a","b","t","T"]},h:{priority:70,parse:function(t,e,a,i){switch(e){case"h":return r(w.hour12h,t);case"ho":return a.ordinalNumber(t,{unit:"hour"});default:return u(e.length,t)}},validate:function(t,e,a){return e>=1&&e<=12},set:function(t,e,a,r){var i=t.getUTCHours()>=12;return i&&a<12?t.setUTCHours(a+12,0,0,0):i||12!==a?t.setUTCHours(a,0,0,0):t.setUTCHours(0,0,0,0),t},incompatibleTokens:["H","K","k","t","T"]},H:{priority:70,parse:function(t,e,a,i){switch(e){case"H":return r(w.hour23h,t);case"Ho":return a.ordinalNumber(t,{unit:"hour"});default:return u(e.length,t)}},validate:function(t,e,a){return e>=0&&e<=23},set:function(t,e,a,r){return t.setUTCHours(a,0,0,0),t},incompatibleTokens:["a","b","h","K","k","t","T"]},K:{priority:70,parse:function(t,e,a,i){switch(e){case"K":return r(w.hour11h,t);case"Ko":return a.ordinalNumber(t,{unit:"hour"});default:return u(e.length,t)}},validate:function(t,e,a){return e>=0&&e<=11},set:function(t,e,a,r){return t.getUTCHours()>=12&&a<12?t.setUTCHours(a+12,0,0,0):t.setUTCHours(a,0,0,0),t},incompatibleTokens:["a","b","h","H","k","t","T"]},k:{priority:70,parse:function(t,e,a,i){switch(e){case"k":return r(w.hour24h,t);case"ko":return a.ordinalNumber(t,{unit:"hour"});default:return u(e.length,t)}},validate:function(t,e,a){return e>=1&&e<=24},set:function(t,e,a,r){var i=a<=24?a%24:a;return t.setUTCHours(i,0,0,0),t},incompatibleTokens:["a","b","h","H","K","t","T"]},m:{priority:60,parse:function(t,e,a,i){switch(e){case"m":return r(w.minute,t);case"mo":return a.ordinalNumber(t,{unit:"minute"});default:return u(e.length,t)}},validate:function(t,e,a){return e>=0&&e<=59},set:function(t,e,a,r){return t.setUTCMinutes(a,0,0),t},incompatibleTokens:["t","T"]},s:{priority:50,parse:function(t,e,a,i){switch(e){case"s":return r(w.second,t);case"so":return a.ordinalNumber(t,{unit:"second"});default:return u(e.length,t)}},validate:function(t,e,a){return e>=0&&e<=59},set:function(t,e,a,r){return t.setUTCSeconds(a,0),t},incompatibleTokens:["t","T"]},S:{priority:30,parse:function(t,e,a,r){var i=function(t){return Math.floor(t*Math.pow(10,3-e.length))};return u(e.length,t,i)},set:function(t,e,a,r){return t.setUTCMilliseconds(a),t},incompatibleTokens:["t","T"]},X:{priority:10,parse:function(t,e,a,r){switch(e){case"X":return i(j.basicOptionalMinutes,t);case"XX":return i(j.basic,t);case"XXXX":return i(j.basicOptionalSeconds,t);case"XXXXX":return i(j.extendedOptionalSeconds,t);case"XXX":default:return i(j.extended,t)}},set:function(t,e,a,r){return e.timestampIsSet?t:new Date(t.getTime()-a)},incompatibleTokens:["t","T","x"]},x:{priority:10,parse:function(t,e,a,r){switch(e){case"x":return i(j.basicOptionalMinutes,t);case"xx":return i(j.basic,t);case"xxxx":return i(j.basicOptionalSeconds,t);case"xxxxx":return i(j.extendedOptionalSeconds,t);case"xxx":default:return i(j.extended,t)}},set:function(t,e,a,r){return e.timestampIsSet?t:new Date(t.getTime()-a)},incompatibleTokens:["t","T","X"]},t:{priority:40,parse:function(t,e,a,r){return n(t)},set:function(t,e,a,r){return[new Date(1e3*a),{timestampIsSet:!0}]},incompatibleTokens:"*"},T:{priority:20,parse:function(t,e,a,r){return n(t)},set:function(t,e,a,r){return[new Date(a),{timestampIsSet:!0}]},incompatibleTokens:"*"}};e.a=O},1741:function(t,e,a){"use strict";function r(t,e,a){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var r=a||{},u=r.locale,o=u&&u.options&&u.options.weekStartsOn,s=null==o?0:Object(i.a)(o),l=null==r.weekStartsOn?s:Object(i.a)(r.weekStartsOn);if(!(l>=0&&l<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var b=Object(n.a)(t),m=Object(i.a)(e),c=b.getUTCDay(),d=m%7,h=(d+7)%7,f=(h<l?7:0)+m-c;return b.setUTCDate(b.getUTCDate()+f),b}e.a=r;var i=a(1380),n=a(1379)},1742:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);a%7===0&&(a-=7);var r=Object(n.a)(t),u=r.getUTCDay(),o=a%7,s=(o+7)%7,l=(s<1?7:0)+a-u;return r.setUTCDate(r.getUTCDate()+l),r}e.a=r;var i=a(1380),n=a(1379)},1743:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(i.a)(e),o=Object(u.a)(a)-r;return a.setUTCDate(a.getUTCDate()-7*o),a}e.a=r;var i=a(1380),n=a(1379),u=a(1484)},1744:function(t,e,a){"use strict";function r(t,e,a){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var r=Object(n.a)(t),o=Object(i.a)(e),s=Object(u.a)(r,a)-o;return r.setUTCDate(r.getUTCDate()-7*s),r}e.a=r;var i=a(1380),n=a(1379),u=a(1486)},1745:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var a=e||{},r=null==a.additionalDigits?j:Object(p.a)(a.additionalDigits);if(2!==r&&1!==r&&0!==r)throw new RangeError("additionalDigits must be 0, 1 or 2");if("string"!==typeof t&&"[object String]"!==Object.prototype.toString.call(t))return new Date(NaN);var o,l=i(t);if(l.date){var m=n(l.date,r);o=u(m.restDateString,m.year)}if(isNaN(o)||!o)return new Date(NaN);var c,d=o.getTime(),h=0;if(l.time&&(h=s(l.time),isNaN(h)||null===h))return new Date(NaN);if(l.timezone){if(c=b(l.timezone),isNaN(c))return new Date(NaN)}else{var f=d+h,g=new Date(f);c=Object(y.a)(g);var v=new Date(f);v.setDate(g.getDate()+1);var k=Object(y.a)(v)-c;k>0&&(c+=k)}return new Date(d+h+c)}function i(t){var e,a={},r=t.split(T.dateTimeDelimiter);if(/:/.test(r[0])?(a.date=null,e=r[0]):(a.date=r[0],e=r[1],T.timeZoneDelimiter.test(a.date)&&(a.date=t.split(T.timeZoneDelimiter)[0],e=t.substr(a.date.length,t.length))),e){var i=T.timezone.exec(e);i?(a.time=e.replace(i[1],""),a.timezone=i[1]):a.time=e}return a}function n(t,e){var a=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+e)+"})|(\\d{2}|[+-]\\d{"+(2+e)+"})$)"),r=t.match(a);if(!r)return{year:null};var i=r[1]&&parseInt(r[1]),n=r[2]&&parseInt(r[2]);return{year:null==n?i:100*n,restDateString:t.slice((r[1]||r[2]).length)}}function u(t,e){if(null===e)return null;var a=t.match(_);if(!a)return null;var r=!!a[4],i=o(a[1]),n=o(a[2])-1,u=o(a[3]),s=o(a[4]),l=o(a[5])-1;if(r)return f(e,s,l)?m(e,s,l):new Date(NaN);var b=new Date(0);return d(e,n,u)&&h(e,i)?(b.setUTCFullYear(e,n,Math.max(i,u)),b):new Date(NaN)}function o(t){return t?parseInt(t):1}function s(t){var e=t.match(O);if(!e)return null;var a=l(e[1]),r=l(e[2]),i=l(e[3]);return g(a,r,i)?a*k+r*w+1e3*i:NaN}function l(t){return t&&parseFloat(t.replace(",","."))||0}function b(t){if("Z"===t)return 0;var e=t.match(q);if(!e)return 0;var a="+"===e[1]?-1:1,r=parseInt(e[2]),i=e[3]&&parseInt(e[3])||0;return v(r,i)?a*(r*k+i*w):NaN}function m(t,e,a){var r=new Date(0);r.setUTCFullYear(t,0,4);var i=r.getUTCDay()||7,n=7*(e-1)+a+1-i;return r.setUTCDate(r.getUTCDate()+n),r}function c(t){return t%400===0||t%4===0&&t%100}function d(t,e,a){return e>=0&&e<=11&&a>=1&&a<=(x[e]||(c(t)?29:28))}function h(t,e){return e>=1&&e<=(c(t)?366:365)}function f(t,e,a){return e>=1&&e<=53&&a>=0&&a<=6}function g(t,e,a){return 24===t?0===e&&0===a:a>=0&&a<60&&e>=0&&e<60&&t>=0&&t<25}function v(t,e){return e>=0&&e<=59}e.a=r;var p=a(1380),y=a(1381),k=36e5,w=6e4,j=2,T={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},_=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,O=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,q=/^([+-])(\d{2})(?::?(\d{2}))?$/,x=[31,null,31,30,31,30,31,31,30,31,30,31]},1746:function(t,e,a){"use strict";function r(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only none provided present");var a=e&&"nearestTo"in e?Object(n.a)(e.nearestTo):1;if(a<1||a>30)throw new RangeError("`options.nearestTo` must be between 1 and 30");var r=Object(i.a)(t),u=r.getSeconds(),o=r.getMinutes()+u/60,s=Math.floor(o/a)*a,l=o%a,b=Math.round(l/a)*a;return new Date(r.getFullYear(),r.getMonth(),r.getDate(),r.getHours(),s+b)}e.a=r;var i=a(1379),n=a(1380)},1747:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(i.a)(e);return a.setDate(r),a}e.a=r;var i=a(1380),n=a(1379)},1748:function(t,e,a){"use strict";function r(t,e,a){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var r=a||{},o=r.locale,s=o&&o.options&&o.options.weekStartsOn,l=null==s?0:Object(u.a)(s),b=null==r.weekStartsOn?l:Object(u.a)(r.weekStartsOn);if(!(b>=0&&b<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var m=Object(n.a)(t,r),c=Object(u.a)(e),d=m.getDay(),h=c%7,f=(h+7)%7,g=(f<b?7:0)+c-d;return Object(i.a)(m,g,r)}e.a=r;var i=a(1385),n=a(1379),u=a(1380)},1749:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(i.a)(e);return a.setMonth(0),a.setDate(r),a}e.a=r;var i=a(1380),n=a(1379)},1750:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(i.a)(e);return a.setHours(r),a}e.a=r;var i=a(1380),n=a(1379)},1751:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(i.a)(e),s=Object(o.a)(a),l=r-s;return Object(u.a)(a,l)}e.a=r;var i=a(1380),n=a(1379),u=a(1385),o=a(1495)},1752:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(i.a)(e),o=Object(u.a)(a)-r;return a.setDate(a.getDate()-7*o),a}e.a=r;var i=a(1380),n=a(1379),u=a(1496)},1753:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(i.a)(e);return a.setMilliseconds(r),a}e.a=r;var i=a(1380),n=a(1379)},1754:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(i.a)(e);return a.setMinutes(r),a}e.a=r;var i=a(1380),n=a(1379)},1755:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(i.a)(e),o=Math.floor(a.getMonth()/3)+1,s=r-o;return Object(u.a)(a,a.getMonth()+3*s)}e.a=r;var i=a(1380),n=a(1379),u=a(1514)},1756:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(i.a)(e);return a.setSeconds(r),a}e.a=r;var i=a(1380),n=a(1379)},1757:function(t,e,a){"use strict";function r(t,e,a){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var r=Object(n.a)(t),o=Object(u.a)(e),s=Object(i.a)(r,a)-o;return r.setDate(r.getDate()-7*s),r}e.a=r;var i=a(1498),n=a(1379),u=a(1380)},1758:function(t,e,a){"use strict";function r(t,e,a){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var r=a||{},s=r.locale,l=s&&s.options&&s.options.firstWeekContainsDate,b=null==l?1:Object(o.a)(l),m=null==r.firstWeekContainsDate?b:Object(o.a)(r.firstWeekContainsDate),c=Object(u.a)(t),d=Object(o.a)(e),h=Object(i.a)(c,Object(n.a)(c,a)),f=new Date(0);return f.setFullYear(d,0,m),f.setHours(0,0,0,0),c=Object(n.a)(f,a),c.setDate(c.getDate()+h),c}e.a=r;var i=a(1387),n=a(1449),u=a(1379),o=a(1380)},1759:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(n.a)(t),r=Object(i.a)(e);return isNaN(a)?new Date(NaN):(a.setFullYear(r),a)}e.a=r;var i=a(1380),n=a(1379)},1760:function(t,e,a){"use strict";function r(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object(i.a)(t),a=e.getFullYear(),r=10*Math.floor(a/10);return e.setFullYear(r,0,1),e.setHours(0,0,0,0),e}e.a=r;var i=a(1379)},1761:function(t,e,a){"use strict";function r(){return Object(i.a)(Date.now())}e.a=r;var i=a(1415)},1762:function(t,e,a){"use strict";function r(){var t=new Date,e=t.getFullYear(),a=t.getMonth(),r=t.getDate(),i=new Date(0);return i.setFullYear(e,a,r+1),i.setHours(0,0,0,0),i}e.a=r},1763:function(t,e,a){"use strict";function r(){var t=new Date,e=t.getFullYear(),a=t.getMonth(),r=t.getDate(),i=new Date(0);return i.setFullYear(e,a,r-1),i.setHours(0,0,0,0),i}e.a=r},1764:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);return Object(n.a)(t,-a)}e.a=r;var i=a(1380),n=a(1463)},1765:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);return Object(n.a)(t,-a)}e.a=r;var i=a(1380),n=a(1466)},1766:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);return Object(n.a)(t,-a)}e.a=r;var i=a(1380),n=a(1416)},1767:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);return Object(n.a)(t,-a)}e.a=r;var i=a(1380),n=a(1467)},1768:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);return Object(n.a)(t,-a)}e.a=r;var i=a(1380),n=a(1468)},1769:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);return Object(n.a)(t,-a)}e.a=r;var i=a(1380),n=a(1417)},1770:function(t,e,a){"use strict";function r(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var a=Object(i.a)(e);return Object(n.a)(t,-a)}e.a=r;var i=a(1380),n=a(1469)},1771:function(t,e,a){"use strict";a.d(e,"a",function(){return r}),a.d(e,"b",function(){return i});var r=24*Math.pow(10,8)*60*60*1e3,i=-r},1772:function(t,e,a){var r=a(1773);a(1451);var i={messages:{},_set:function(t,e){this.messages[t]=e},_setRuleMessage:function(t,e,a){this._load(t),void 0===a&&(a=this.messages[t].def),this.messages[t][e]=a},_load:function(t){if(!this.messages[t])try{var e=a(1774)("./"+t);this._set(t,e)}catch(t){}},_get:function(t){return this._load(t),this.messages[t]},_make:function(t){return this._load(t),new r(t,this.messages[t])}};t.exports=i},1773:function(t,e,a){var r=a(1515),i=function(t,e){this.lang=t,this.messages=e,this.customMessages={},this.attributeNames={}};i.prototype={constructor:i,_setCustom:function(t){this.customMessages=t||{}},_setAttributeNames:function(t){this.attributeNames=t},_setAttributeFormatter:function(t){this.attributeFormatter=t},_getAttributeName:function(t){var e=t;return this.attributeNames.hasOwnProperty(t)?this.attributeNames[t]:(this.messages.attributes.hasOwnProperty(t)&&(e=this.messages.attributes[t]),this.attributeFormatter&&(e=this.attributeFormatter(e)),e)},all:function(){return this.messages},render:function(t){if(t.customMessage)return t.customMessage;var e=this._getTemplate(t);return r.replacements[t.name]?r.replacements[t.name].apply(this,[e,t]):this._replacePlaceholders(t,e,{})},_getTemplate:function(t){for(var e,a=this.messages,r=a.def,i=this.customMessages,n=[t.name+"."+t.attribute,t.name],u=0;u<n.length;u++){if(e=n[u],i.hasOwnProperty(e)){r=i[e];break}if(a.hasOwnProperty(e)){r=a[e];break}}return"object"===typeof r&&(r=r[t._getValueType()]),r},_replacePlaceholders:function(t,e,a){var r,i;if(a.attribute=this._getAttributeName(t.attribute),a[t.name]=a[t.name]||t.getParameters().join(","),"string"===typeof e&&"object"===typeof a){r=e;for(i in a)r=r.replace(new RegExp(":"+i,"g"),a[i])}return r}},t.exports=i},1774:function(t,e,a){function r(t){return a(i(t))}function i(t){var e=n[t];if(!(e+1))throw new Error("Cannot find module '"+t+"'.");return e}var n={"./ar":1516,"./ar.js":1516,"./az":1517,"./az.js":1517,"./be":1518,"./be.js":1518,"./bg":1519,"./bg.js":1519,"./bs":1520,"./bs.js":1520,"./ca":1521,"./ca.js":1521,"./cs":1522,"./cs.js":1522,"./cy":1523,"./cy.js":1523,"./da":1524,"./da.js":1524,"./de":1525,"./de.js":1525,"./el":1526,"./el.js":1526,"./en":1451,"./en.js":1451,"./es":1527,"./es.js":1527,"./et":1528,"./et.js":1528,"./eu":1529,"./eu.js":1529,"./fa":1530,"./fa.js":1530,"./fi":1531,"./fi.js":1531,"./fr":1532,"./fr.js":1532,"./hr":1533,"./hr.js":1533,"./hu":1534,"./hu.js":1534,"./id":1535,"./id.js":1535,"./it":1536,"./it.js":1536,"./ja":1537,"./ja.js":1537,"./ka":1538,"./ka.js":1538,"./ko":1539,"./ko.js":1539,"./lt":1540,"./lt.js":1540,"./lv":1541,"./lv.js":1541,"./mk":1542,"./mk.js":1542,"./mn":1543,"./mn.js":1543,"./ms":1544,"./ms.js":1544,"./nb_NO":1545,"./nb_NO.js":1545,"./nl":1546,"./nl.js":1546,"./pl":1547,"./pl.js":1547,"./pt":1548,"./pt.js":1548,"./pt_BR":1549,"./pt_BR.js":1549,"./ro":1550,"./ro.js":1550,"./ru":1551,"./ru.js":1551,"./se":1552,"./se.js":1552,"./sl":1553,"./sl.js":1553,"./sq":1554,"./sq.js":1554,"./sr":1555,"./sr.js":1555,"./sv":1556,"./sv.js":1556,"./tr":1557,"./tr.js":1557,"./ua":1558,"./ua.js":1558,"./uk":1559,"./uk.js":1559,"./vi":1560,"./vi.js":1560,"./zh":1561,"./zh.js":1561,"./zh_TW":1562,"./zh_TW.js":1562};r.keys=function(){return Object.keys(n)},r.resolve=i,t.exports=r,r.id=1774},1775:function(t,e){var a=function(){this.errors={}};a.prototype={constructor:a,add:function(t,e){this.has(t)||(this.errors[t]=[]),-1===this.errors[t].indexOf(e)&&this.errors[t].push(e)},get:function(t){return this.has(t)?this.errors[t]:[]},first:function(t){return!!this.has(t)&&this.errors[t][0]},all:function(){return this.errors},has:function(t){return!!this.errors.hasOwnProperty(t)}},t.exports=a},1776:function(t,e){function a(t,e){this.onResolvedAll=e,this.onFailedOne=t,this.resolvers={},this.resolversCount=0,this.passed=[],this.failed=[],this.firing=!1}a.prototype={add:function(t){var e=this.resolversCount;return this.resolvers[e]=t,this.resolversCount++,e},resolve:function(t){var e=this.resolvers[t];!0===e.passes?this.passed.push(e):!1===e.passes&&(this.failed.push(e),this.onFailedOne(e)),this.fire()},isAllResolved:function(){return this.passed.length+this.failed.length===this.resolversCount},fire:function(){this.firing&&this.isAllResolved()&&this.onResolvedAll(0===this.failed.length)},enableFiring:function(){this.firing=!0}},t.exports=a},1777:function(t,e,a){function r(){var t=arguments.length;if(!t)return[];for(var e=Array(t-1),a=arguments[0],r=t;r--;)e[r-1]=arguments[r];return i(o(a)?u(a):[a],n(e,1))}var i=a(173),n=a(379),u=a(247),o=a(15);t.exports=r}});
//# sourceMappingURL=0.290cfc45.chunk.js.map