assayo/build/static/js/main.a991d9b4.js
2024-08-10 17:09:54 +03:00

3 lines
1.3 MiB

/*! For license information please see main.a991d9b4.js.LICENSE.txt */
(()=>{var __webpack_modules__={806:(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";function getStringsForParser(text){let temp=window.report;window.report=[];const firstText=text.slice(0,12);if("report.push("===firstText)try{eval(text)}catch(e){return void(window.report=temp)}else window.report=text.split("\n");return window.report}async function getStringFromFileList(e){return(await Promise.all(e.map((e=>e.text())))).filter((e=>e)).map((e=>({key:e.substring(13,32),text:e}))).sort(((e,t)=>(e.key||"").localeCompare(t.key||""))).map((e=>e.text)).join("\n")}function getOnDrop(e,t){return async function(n){var a;n.preventDefault(),n.stopPropagation();const s=[...(null===n||void 0===n||null===(a=n.dataTransfer)||void 0===a?void 0:a.items)||[]].map((e=>"file"===e.kind?null===e||void 0===e?void 0:e.getAsFile():null)).filter((e=>e));if(console.log(s),e(!1),!s.length)return;const o=getStringsForParser(await getStringFromFileList(s));t("dump",o)}}function getShowDropZone(e){return function(t){t.preventDefault(),t.stopPropagation(),e(!0)}}__webpack_require__.d(__webpack_exports__,{BE:()=>getStringFromFileList,C4:()=>getShowDropZone,IM:()=>getStringsForParser,ae:()=>getOnDrop})},122:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var a=n(98),s=n(289);class o{constructor(){this.timer=null,this.limit=6,this.messages=[],(0,a.rC)(this,{messages:a.LO,show:a.aD,startClearTimer:a.aD})}static getTime(){return(new Date).getTime()}show(e){this.messages.push({id:o.getTime(),title:s.Z.get((null===e||void 0===e?void 0:e.title)||e||"common.notifications.save"),description:(null===e||void 0===e?void 0:e.description)||"",type:(null===e||void 0===e?void 0:e.type)||"success"}),this.messages.length>this.limit&&this.messages.shift(),this.startClearTimer()}startClearTimer(){this.timer||(this.timer=setInterval((()=>{const e=o.getTime()-3500;this.messages=this.messages.filter((t=>(null===t||void 0===t?void 0:t.id)>e)),this.messages.length||(clearInterval(this.timer),this.timer=null)}),500))}}const r=new o},289:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u,t:()=>h});var a=n(274),s=n(359),o=(0,s.Z)("addInTranslate"),r=(0,s.Z)("createPathByKey"),i=(0,s.Z)("addInObject");function l(e,t){const n=e.split(".");let a=this.translations;for(let s=0,o=n.length;s<o;s++)a[n[s]]=s===o-1?t:a[n[s]]||{},a=a[n[s]]}function c(e){const t=e.split(".");let n=this.translations;for(let a=0,s=t.length;a<s;a++)n[t[a]]=n[t[a]]||{},n=n[t[a]];return n}function m(e,t){for(let n in t)e[n]||(e[n]={}),"object"===typeof t[n]?(0,a.Z)(this,i)[i](e[n],t[n]):e[n]=t[n]}const d=new class{constructor(){Object.defineProperty(this,i,{value:m}),Object.defineProperty(this,r,{value:c}),Object.defineProperty(this,o,{value:l}),this.language="ru",this.translations={}}insertArguments(e,t){if(!t)return e;return(Array.isArray(t)?t:[t]).forEach(((t,n)=>{e=e.replace("$".concat(n+1),t||"_")})),e}get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";const t=this.translations[this.language];if(!t)return e||"";let n=t[e];for(var a=arguments.length,s=new Array(a>1?a-1:0),o=1;o<a;o++)s[o-1]=arguments[o];if(n)return this.insertArguments(n,s);const r=e.split(".");n=t;for(let i=0,l=r.length;i<l;i++)if(n=n[r[i]],!n)return e||"";return this.insertArguments(n,s)}parse(e,t){t.split("\xa7 ").slice(1).forEach((t=>{let n=t.indexOf("\n");n===t.length-1&&(n=t.indexOf(":"));const s=e+"."+t.slice(0,n),r=t.slice(n+1).trim();(0,a.Z)(this,o)[o](s,r)}))}add(e,t){t?(0,a.Z)(this,i)[i]((0,a.Z)(this,r)[r](e),t):(0,a.Z)(this,i)[i](this.translations,e)}};window.localization=d;const u=d;function h(e){return d.get(e)}},575:(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{C:()=>applicationHasCustom,Z:()=>applyUrlCommands});var ts_helpers_Localization__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(289),ts_components_Notifications_store__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(122);function getParametersFromString(e){return Object.fromEntries((e||"").substring(1,1/0).split("&").map((e=>e.split("="))))}function getParametersFromURL(){const e={...getParametersFromString(location.search),...getParametersFromString(location.hash)};return delete e[""],e}function loadJsLocal(e,t){const n=document.createElement("script");n.src=e,n.async=!0,n.onload=t,n.onerror=()=>{ts_components_Notifications_store__WEBPACK_IMPORTED_MODULE_1__.Z.show("common.fileLoader.notification")},document.body.appendChild(n)}function loadJsLGlobal(url,callback){fetch(url).then((e=>e.text())).then((text=>text?"r"===text[0]?(eval(text),callback()):(window.report=text.split("\n"),void callback()):callback()))}function loadJsDump(e,t){"."===(null===e||void 0===e?void 0:e[0])?loadJsLocal(e,t):loadJsLGlobal(e,t)}function loadCssFile(e){const t=document.createElement("link");t.setAttribute("rel","stylesheet"),t.setAttribute("href",e),document.body.appendChild(t)}let applicationHasCustom={theme:!1,title:!1};function applyUrlCommands(e){const t=getParametersFromURL(),n=t.style||t.theme;n&&(loadCssFile(n),applicationHasCustom.theme=!0);const a=t.title;a&&(document.title=decodeURIComponent(a),applicationHasCustom.title=!0);const s=t.lang||t.language;s&&(ts_helpers_Localization__WEBPACK_IMPORTED_MODULE_0__.Z.language=s);const o=t.dump||t.log;o?loadJsDump(o,(()=>e(t))):e(t)}},98:(e,t,n)=>{"use strict";n.d(t,{Fl:()=>Ne,Gf:()=>zt,LO:()=>Ce,aD:()=>jt,jQ:()=>Wt,le:()=>gt,rC:()=>cn});function a(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),a=1;a<t;a++)n[a-1]=arguments[a];throw new Error("number"===typeof e?"[MobX] minified error nr: "+e+(n.length?" "+n.map(String).join(","):"")+". Find the full error at: https://github.com/mobxjs/mobx/blob/main/packages/mobx/src/errors.ts":"[MobX] "+e)}var s={};function o(){return"undefined"!==typeof globalThis?globalThis:"undefined"!==typeof window?window:"undefined"!==typeof n.g?n.g:"undefined"!==typeof self?self:s}var r=Object.assign,i=Object.getOwnPropertyDescriptor,l=Object.defineProperty,c=Object.prototype,m=[];Object.freeze(m);var d={};Object.freeze(d);var u="undefined"!==typeof Proxy,h=Object.toString();function p(){u||a("Proxy not available")}function f(e){var t=!1;return function(){if(!t)return t=!0,e.apply(this,arguments)}}var g=function(){};function y(e){return"function"===typeof e}function v(e){switch(typeof e){case"string":case"symbol":case"number":return!0}return!1}function b(e){return null!==e&&"object"===typeof e}function w(e){if(!b(e))return!1;var t=Object.getPrototypeOf(e);if(null==t)return!0;var n=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return"function"===typeof n&&n.toString()===h}function k(e){var t=null==e?void 0:e.constructor;return!!t&&("GeneratorFunction"===t.name||"GeneratorFunction"===t.displayName)}function _(e,t,n){l(e,t,{enumerable:!1,writable:!0,configurable:!0,value:n})}function x(e,t,n){l(e,t,{enumerable:!1,writable:!1,configurable:!0,value:n})}function T(e,t){var n="isMobX"+e;return t.prototype[n]=!0,function(e){return b(e)&&!0===e[n]}}function S(e){return e instanceof Map}function C(e){return e instanceof Set}var E="undefined"!==typeof Object.getOwnPropertySymbols;var A="undefined"!==typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:E?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames;function j(e){return null===e?null:"object"===typeof e?""+e:e}function N(e,t){return c.hasOwnProperty.call(e,t)}var D=Object.getOwnPropertyDescriptors||function(e){var t={};return A(e).forEach((function(n){t[n]=i(e,n)})),t};function O(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function P(e,t,n){return t&&O(e.prototype,t),n&&O(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function R(){return R=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a])}return e},R.apply(this,arguments)}function I(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,L(e,t)}function L(e,t){return L=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},L(e,t)}function F(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function M(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}function W(e,t){var n="undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(e){if("string"===typeof e)return M(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?M(e,t):void 0}}(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var a=0;return function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var B=Symbol("mobx-stored-annotations");function z(e){return Object.assign((function(t,n){U(t,n,e)}),e)}function U(e,t,n){N(e,B)||_(e,B,R({},e[B])),function(e){return e.annotationType_===Z}(n)||(e[B][t]=n)}var H=Symbol("mobx administration"),G=function(){function e(e){void 0===e&&(e="Atom"),this.name_=void 0,this.isPendingUnobservation_=!1,this.isBeingObserved_=!1,this.observers_=new Set,this.diffValue_=0,this.lastAccessedBy_=0,this.lowestObserverState_=He.NOT_TRACKING_,this.onBOL=void 0,this.onBUOL=void 0,this.name_=e}var t=e.prototype;return t.onBO=function(){this.onBOL&&this.onBOL.forEach((function(e){return e()}))},t.onBUO=function(){this.onBUOL&&this.onBUOL.forEach((function(e){return e()}))},t.reportObserved=function(){return pt(this)},t.reportChanged=function(){ut(),ft(this),ht()},t.toString=function(){return this.name_},e}(),V=T("Atom",G);function K(e,t,n){void 0===t&&(t=g),void 0===n&&(n=g);var a,s=new G(e);return t!==g&&Ft(It,s,t,a),n!==g&&Lt(s,n),s}var q={identity:function(e,t){return e===t},structural:function(e,t){return aa(e,t)},default:function(e,t){return Object.is?Object.is(e,t):e===t?0!==e||1/e===1/t:e!==e&&t!==t},shallow:function(e,t){return aa(e,t,1)}};function $(e,t,n){return Xt(e)?e:Array.isArray(e)?Ce.array(e,{name:n}):w(e)?Ce.object(e,void 0,{name:n}):S(e)?Ce.map(e,{name:n}):C(e)?Ce.set(e,{name:n}):"function"!==typeof e||Dt(e)||Yt(e)?e:k(e)?qt(e):Nt(n,e)}function Y(e){return e}var Z="override";function X(e,t){return{annotationType_:e,options_:t,make_:J,extend_:Q}}function J(e,t,n,a){var s;if(null!=(s=this.options_)&&s.bound)return null===this.extend_(e,t,n,!1)?0:1;if(a===e.target_)return null===this.extend_(e,t,n,!1)?0:2;if(Dt(n.value))return 1;var o=ee(e,this,t,n,!1);return l(a,t,o),2}function Q(e,t,n,a){var s=ee(e,this,t,n);return e.defineProperty_(t,s,a)}function ee(e,t,n,a,s){var o,r,i,l,c,m,d,u;void 0===s&&(s=lt.safeDescriptors),u=a,t.annotationType_,u.value;var h,p=a.value;null!=(o=t.options_)&&o.bound&&(p=p.bind(null!=(h=e.proxy_)?h:e.target_));return{value:Le(null!=(r=null==(i=t.options_)?void 0:i.name)?r:n.toString(),p,null!=(l=null==(c=t.options_)?void 0:c.autoAction)&&l,null!=(m=t.options_)&&m.bound?null!=(d=e.proxy_)?d:e.target_:void 0),configurable:!s||e.isPlainObject_,enumerable:!1,writable:!s}}function te(e,t){return{annotationType_:e,options_:t,make_:ne,extend_:ae}}function ne(e,t,n,a){var s;if(a===e.target_)return null===this.extend_(e,t,n,!1)?0:2;if(null!=(s=this.options_)&&s.bound&&(!N(e.target_,t)||!Yt(e.target_[t]))&&null===this.extend_(e,t,n,!1))return 0;if(Yt(n.value))return 1;var o=se(e,this,t,n,!1,!1);return l(a,t,o),2}function ae(e,t,n,a){var s,o=se(e,this,t,n,null==(s=this.options_)?void 0:s.bound);return e.defineProperty_(t,o,a)}function se(e,t,n,a,s,o){var r;void 0===o&&(o=lt.safeDescriptors),r=a,t.annotationType_,r.value;var i,l=a.value;(Yt(l)||(l=qt(l)),s)&&((l=l.bind(null!=(i=e.proxy_)?i:e.target_)).isMobXFlow=!0);return{value:l,configurable:!o||e.isPlainObject_,enumerable:!1,writable:!o}}function oe(e,t){return{annotationType_:e,options_:t,make_:re,extend_:ie}}function re(e,t,n){return null===this.extend_(e,t,n,!1)?0:1}function ie(e,t,n,a){return function(e,t,n,a){t.annotationType_,a.get;0}(0,this,0,n),e.defineComputedProperty_(t,R({},this.options_,{get:n.get,set:n.set}),a)}function le(e,t){return{annotationType_:e,options_:t,make_:ce,extend_:me}}function ce(e,t,n){return null===this.extend_(e,t,n,!1)?0:1}function me(e,t,n,a){var s,o;return function(e,t,n,a){t.annotationType_;0}(0,this),e.defineObservableProperty_(t,n.value,null!=(s=null==(o=this.options_)?void 0:o.enhancer)?s:$,a)}var de=ue();function ue(e){return{annotationType_:"true",options_:e,make_:he,extend_:pe}}function he(e,t,n,a){var s,o,r,i;if(n.get)return Ne.make_(e,t,n,a);if(n.set){var c=Le(t.toString(),n.set);return a===e.target_?null===e.defineProperty_(t,{configurable:!lt.safeDescriptors||e.isPlainObject_,set:c})?0:2:(l(a,t,{configurable:!0,set:c}),2)}if(a!==e.target_&&"function"===typeof n.value)return k(n.value)?(null!=(i=this.options_)&&i.autoBind?qt.bound:qt).make_(e,t,n,a):(null!=(r=this.options_)&&r.autoBind?Nt.bound:Nt).make_(e,t,n,a);var m,d=!1===(null==(s=this.options_)?void 0:s.deep)?Ce.ref:Ce;"function"===typeof n.value&&null!=(o=this.options_)&&o.autoBind&&(n.value=n.value.bind(null!=(m=e.proxy_)?m:e.target_));return d.make_(e,t,n,a)}function pe(e,t,n,a){var s,o,r;if(n.get)return Ne.extend_(e,t,n,a);if(n.set)return e.defineProperty_(t,{configurable:!lt.safeDescriptors||e.isPlainObject_,set:Le(t.toString(),n.set)},a);"function"===typeof n.value&&null!=(s=this.options_)&&s.autoBind&&(n.value=n.value.bind(null!=(r=e.proxy_)?r:e.target_));return(!1===(null==(o=this.options_)?void 0:o.deep)?Ce.ref:Ce).extend_(e,t,n,a)}var fe={deep:!0,name:void 0,defaultDecorator:void 0,proxy:!0};function ge(e){return e||fe}Object.freeze(fe);var ye=le("observable"),ve=le("observable.ref",{enhancer:Y}),be=le("observable.shallow",{enhancer:function(e,t,n){return void 0===e||null===e||Bn(e)||xn(e)||Nn(e)||Pn(e)?e:Array.isArray(e)?Ce.array(e,{name:n,deep:!1}):w(e)?Ce.object(e,void 0,{name:n,deep:!1}):S(e)?Ce.map(e,{name:n,deep:!1}):C(e)?Ce.set(e,{name:n,deep:!1}):void 0}}),we=le("observable.struct",{enhancer:function(e,t){return aa(e,t)?t:e}}),ke=z(ye);function _e(e){return!0===e.deep?$:!1===e.deep?Y:function(e){var t,n;return e&&null!=(t=null==(n=e.options_)?void 0:n.enhancer)?t:$}(e.defaultDecorator)}function xe(e,t,n){if(!v(t))return Xt(e)?e:w(e)?Ce.object(e,t,n):Array.isArray(e)?Ce.array(e,t):S(e)?Ce.map(e,t):C(e)?Ce.set(e,t):"object"===typeof e&&null!==e?e:Ce.box(e,t);U(e,t,ye)}Object.assign(xe,ke);var Te,Se,Ce=r(xe,{box:function(e,t){var n=ge(t);return new Ue(e,_e(n),n.name,!0,n.equals)},array:function(e,t){var n=ge(t);return(!1===lt.useProxies||!1===n.proxy?Jn:pn)(e,_e(n),n.name)},map:function(e,t){var n=ge(t);return new jn(e,_e(n),n.name)},set:function(e,t){var n=ge(t);return new On(e,_e(n),n.name)},object:function(e,t,n){return Bt(!1===lt.useProxies||!1===(null==n?void 0:n.proxy)?Fn({},n):function(e,t){var n,a;return p(),e=Fn(e,t),null!=(a=(n=e[H]).proxy_)?a:n.proxy_=new Proxy(e,tn)}({},n),e,t)},ref:z(ve),shallow:z(be),deep:ke,struct:z(we)}),Ee="computed",Ae=oe(Ee),je=oe("computed.struct",{equals:q.structural}),Ne=function(e,t){if(v(t))return U(e,t,Ae);if(w(e))return z(oe(Ee,e));var n=w(t)?t:{};return n.get=e,n.name||(n.name=e.name||""),new Ve(n)};Object.assign(Ne,Ae),Ne.struct=z(je);var De,Oe=0,Pe=1,Re=null!=(Te=null==(Se=i((function(){}),"name"))?void 0:Se.configurable)&&Te,Ie={value:"action",configurable:!0,writable:!1,enumerable:!1};function Le(e,t,n,a){function s(){return Fe(e,n,t,a||this,arguments)}return void 0===n&&(n=!1),s.isMobxAction=!0,Re&&(Ie.value=e,Object.defineProperty(s,"name",Ie)),s}function Fe(e,t,n,s,o){var r=function(e,t,n,a){var s=!1,o=0;0;var r=lt.trackingDerivation,i=!t||!r;ut();var l=lt.allowStateChanges;i&&(et(),l=We(!0));var c=nt(!0),m={runAsAction_:i,prevDerivation_:r,prevAllowStateChanges_:l,prevAllowStateReads_:c,notifySpy_:s,startTime_:o,actionId_:Pe++,parentActionId_:Oe};return Oe=m.actionId_,m}(0,t);try{return n.apply(s,o)}catch(i){throw r.error_=i,i}finally{!function(e){Oe!==e.actionId_&&a(30);Oe=e.parentActionId_,void 0!==e.error_&&(lt.suppressReactionErrors=!0);Be(e.prevAllowStateChanges_),at(e.prevAllowStateReads_),ht(),e.runAsAction_&&tt(e.prevDerivation_);0;lt.suppressReactionErrors=!1}(r)}}function Me(e,t){var n=We(e);try{return t()}finally{Be(n)}}function We(e){var t=lt.allowStateChanges;return lt.allowStateChanges=e,t}function Be(e){lt.allowStateChanges=e}De=Symbol.toPrimitive;var ze,Ue=function(e){function t(t,n,a,s,o){var r;return void 0===a&&(a="ObservableValue"),void 0===s&&(s=!0),void 0===o&&(o=q.default),(r=e.call(this,a)||this).enhancer=void 0,r.name_=void 0,r.equals=void 0,r.hasUnreportedChange_=!1,r.interceptors_=void 0,r.changeListeners_=void 0,r.value_=void 0,r.dehancer=void 0,r.enhancer=n,r.name_=a,r.equals=o,r.value_=n(t,void 0,a),r}I(t,e);var n=t.prototype;return n.dehanceValue=function(e){return void 0!==this.dehancer?this.dehancer(e):e},n.set=function(e){this.value_;if((e=this.prepareNewValue_(e))!==lt.UNCHANGED){0,this.setNewValue_(e)}},n.prepareNewValue_=function(e){if(Ze(this),nn(this)){var t=sn(this,{object:this,type:dn,newValue:e});if(!t)return lt.UNCHANGED;e=t.newValue}return e=this.enhancer(e,this.value_,this.name_),this.equals(this.value_,e)?lt.UNCHANGED:e},n.setNewValue_=function(e){var t=this.value_;this.value_=e,this.reportChanged(),on(this)&&ln(this,{type:dn,object:this,newValue:e,oldValue:t})},n.get=function(){return this.reportObserved(),this.dehanceValue(this.value_)},n.intercept_=function(e){return an(this,e)},n.observe_=function(e,t){return t&&e({observableKind:"value",debugObjectName:this.name_,object:this,type:dn,newValue:this.value_,oldValue:void 0}),rn(this,e)},n.raw=function(){return this.value_},n.toJSON=function(){return this.get()},n.toString=function(){return this.name_+"["+this.value_+"]"},n.valueOf=function(){return j(this.get())},n[De]=function(){return this.valueOf()},t}(G);ze=Symbol.toPrimitive;var He,Ge,Ve=function(){function e(e){this.dependenciesState_=He.NOT_TRACKING_,this.observing_=[],this.newObserving_=null,this.isBeingObserved_=!1,this.isPendingUnobservation_=!1,this.observers_=new Set,this.diffValue_=0,this.runId_=0,this.lastAccessedBy_=0,this.lowestObserverState_=He.UP_TO_DATE_,this.unboundDepsCount_=0,this.value_=new qe(null),this.name_=void 0,this.triggeredBy_=void 0,this.isComputing_=!1,this.isRunningSetter_=!1,this.derivation=void 0,this.setter_=void 0,this.isTracing_=Ge.NONE,this.scope_=void 0,this.equals_=void 0,this.requiresReaction_=void 0,this.keepAlive_=void 0,this.onBOL=void 0,this.onBUOL=void 0,e.get||a(31),this.derivation=e.get,this.name_=e.name||"ComputedValue",e.set&&(this.setter_=Le("ComputedValue-setter",e.set)),this.equals_=e.equals||(e.compareStructural||e.struct?q.structural:q.default),this.scope_=e.context,this.requiresReaction_=e.requiresReaction,this.keepAlive_=!!e.keepAlive}var t=e.prototype;return t.onBecomeStale_=function(){!function(e){if(e.lowestObserverState_!==He.UP_TO_DATE_)return;e.lowestObserverState_=He.POSSIBLY_STALE_,e.observers_.forEach((function(e){e.dependenciesState_===He.UP_TO_DATE_&&(e.dependenciesState_=He.POSSIBLY_STALE_,e.onBecomeStale_())}))}(this)},t.onBO=function(){this.onBOL&&this.onBOL.forEach((function(e){return e()}))},t.onBUO=function(){this.onBUOL&&this.onBUOL.forEach((function(e){return e()}))},t.get=function(){if(this.isComputing_&&a(32,this.name_,this.derivation),0!==lt.inBatch||0!==this.observers_.size||this.keepAlive_){if(pt(this),Ye(this)){var e=lt.trackingContext;this.keepAlive_&&!e&&(lt.trackingContext=this),this.trackAndCompute()&&function(e){if(e.lowestObserverState_===He.STALE_)return;e.lowestObserverState_=He.STALE_,e.observers_.forEach((function(t){t.dependenciesState_===He.POSSIBLY_STALE_?t.dependenciesState_=He.STALE_:t.dependenciesState_===He.UP_TO_DATE_&&(e.lowestObserverState_=He.UP_TO_DATE_)}))}(this),lt.trackingContext=e}}else Ye(this)&&(this.warnAboutUntrackedRead_(),ut(),this.value_=this.computeValue_(!1),ht());var t=this.value_;if($e(t))throw t.cause;return t},t.set=function(e){if(this.setter_){this.isRunningSetter_&&a(33,this.name_),this.isRunningSetter_=!0;try{this.setter_.call(this.scope_,e)}finally{this.isRunningSetter_=!1}}else a(34,this.name_)},t.trackAndCompute=function(){var e=this.value_,t=this.dependenciesState_===He.NOT_TRACKING_,n=this.computeValue_(!0),a=t||$e(e)||$e(n)||!this.equals_(e,n);return a&&(this.value_=n),a},t.computeValue_=function(e){this.isComputing_=!0;var t,n=We(!1);if(e)t=Xe(this,this.derivation,this.scope_);else if(!0===lt.disableErrorBoundaries)t=this.derivation.call(this.scope_);else try{t=this.derivation.call(this.scope_)}catch(a){t=new qe(a)}return Be(n),this.isComputing_=!1,t},t.suspend_=function(){this.keepAlive_||(Je(this),this.value_=void 0)},t.observe_=function(e,t){var n=this,a=!0,s=void 0;return Ot((function(){var o=n.get();if(!a||t){var r=et();e({observableKind:"computed",debugObjectName:n.name_,type:dn,object:n,newValue:o,oldValue:s}),tt(r)}a=!1,s=o}))},t.warnAboutUntrackedRead_=function(){},t.toString=function(){return this.name_+"["+this.derivation.toString()+"]"},t.valueOf=function(){return j(this.get())},t[ze]=function(){return this.valueOf()},e}(),Ke=T("ComputedValue",Ve);!function(e){e[e.NOT_TRACKING_=-1]="NOT_TRACKING_",e[e.UP_TO_DATE_=0]="UP_TO_DATE_",e[e.POSSIBLY_STALE_=1]="POSSIBLY_STALE_",e[e.STALE_=2]="STALE_"}(He||(He={})),function(e){e[e.NONE=0]="NONE",e[e.LOG=1]="LOG",e[e.BREAK=2]="BREAK"}(Ge||(Ge={}));var qe=function(e){this.cause=void 0,this.cause=e};function $e(e){return e instanceof qe}function Ye(e){switch(e.dependenciesState_){case He.UP_TO_DATE_:return!1;case He.NOT_TRACKING_:case He.STALE_:return!0;case He.POSSIBLY_STALE_:for(var t=nt(!0),n=et(),a=e.observing_,s=a.length,o=0;o<s;o++){var r=a[o];if(Ke(r)){if(lt.disableErrorBoundaries)r.get();else try{r.get()}catch(i){return tt(n),at(t),!0}if(e.dependenciesState_===He.STALE_)return tt(n),at(t),!0}}return st(e),tt(n),at(t),!1}}function Ze(e){}function Xe(e,t,n){var a=nt(!0);st(e),e.newObserving_=new Array(e.observing_.length+100),e.unboundDepsCount_=0,e.runId_=++lt.runId;var s,o=lt.trackingDerivation;if(lt.trackingDerivation=e,lt.inBatch++,!0===lt.disableErrorBoundaries)s=t.call(n);else try{s=t.call(n)}catch(r){s=new qe(r)}return lt.inBatch--,lt.trackingDerivation=o,function(e){for(var t=e.observing_,n=e.observing_=e.newObserving_,a=He.UP_TO_DATE_,s=0,o=e.unboundDepsCount_,r=0;r<o;r++){var i=n[r];0===i.diffValue_&&(i.diffValue_=1,s!==r&&(n[s]=i),s++),i.dependenciesState_>a&&(a=i.dependenciesState_)}n.length=s,e.newObserving_=null,o=t.length;for(;o--;){var l=t[o];0===l.diffValue_&&mt(l,e),l.diffValue_=0}for(;s--;){var c=n[s];1===c.diffValue_&&(c.diffValue_=0,ct(c,e))}a!==He.UP_TO_DATE_&&(e.dependenciesState_=a,e.onBecomeStale_())}(e),at(a),s}function Je(e){var t=e.observing_;e.observing_=[];for(var n=t.length;n--;)mt(t[n],e);e.dependenciesState_=He.NOT_TRACKING_}function Qe(e){var t=et();try{return e()}finally{tt(t)}}function et(){var e=lt.trackingDerivation;return lt.trackingDerivation=null,e}function tt(e){lt.trackingDerivation=e}function nt(e){var t=lt.allowStateReads;return lt.allowStateReads=e,t}function at(e){lt.allowStateReads=e}function st(e){if(e.dependenciesState_!==He.UP_TO_DATE_){e.dependenciesState_=He.UP_TO_DATE_;for(var t=e.observing_,n=t.length;n--;)t[n].lowestObserverState_=He.UP_TO_DATE_}}var ot=function(){this.version=6,this.UNCHANGED={},this.trackingDerivation=null,this.trackingContext=null,this.runId=0,this.mobxGuid=0,this.inBatch=0,this.pendingUnobservations=[],this.pendingReactions=[],this.isRunningReactions=!1,this.allowStateChanges=!1,this.allowStateReads=!0,this.enforceActions=!0,this.spyListeners=[],this.globalReactionErrorHandlers=[],this.computedRequiresReaction=!1,this.reactionRequiresObservable=!1,this.observableRequiresReaction=!1,this.disableErrorBoundaries=!1,this.suppressReactionErrors=!1,this.useProxies=!0,this.verifyProxies=!1,this.safeDescriptors=!0},rt=!0,it=!1,lt=function(){var e=o();return e.__mobxInstanceCount>0&&!e.__mobxGlobals&&(rt=!1),e.__mobxGlobals&&e.__mobxGlobals.version!==(new ot).version&&(rt=!1),rt?e.__mobxGlobals?(e.__mobxInstanceCount+=1,e.__mobxGlobals.UNCHANGED||(e.__mobxGlobals.UNCHANGED={}),e.__mobxGlobals):(e.__mobxInstanceCount=1,e.__mobxGlobals=new ot):(setTimeout((function(){it||a(35)}),1),new ot)}();function ct(e,t){e.observers_.add(t),e.lowestObserverState_>t.dependenciesState_&&(e.lowestObserverState_=t.dependenciesState_)}function mt(e,t){e.observers_.delete(t),0===e.observers_.size&&dt(e)}function dt(e){!1===e.isPendingUnobservation_&&(e.isPendingUnobservation_=!0,lt.pendingUnobservations.push(e))}function ut(){lt.inBatch++}function ht(){if(0===--lt.inBatch){vt();for(var e=lt.pendingUnobservations,t=0;t<e.length;t++){var n=e[t];n.isPendingUnobservation_=!1,0===n.observers_.size&&(n.isBeingObserved_&&(n.isBeingObserved_=!1,n.onBUO()),n instanceof Ve&&n.suspend_())}lt.pendingUnobservations=[]}}function pt(e){var t=lt.trackingDerivation;return null!==t?(t.runId_!==e.lastAccessedBy_&&(e.lastAccessedBy_=t.runId_,t.newObserving_[t.unboundDepsCount_++]=e,!e.isBeingObserved_&&lt.trackingContext&&(e.isBeingObserved_=!0,e.onBO())),e.isBeingObserved_):(0===e.observers_.size&&lt.inBatch>0&&dt(e),!1)}function ft(e){e.lowestObserverState_!==He.STALE_&&(e.lowestObserverState_=He.STALE_,e.observers_.forEach((function(e){e.dependenciesState_===He.UP_TO_DATE_&&e.onBecomeStale_(),e.dependenciesState_=He.STALE_})))}var gt=function(){function e(e,t,n,a){void 0===e&&(e="Reaction"),this.name_=void 0,this.onInvalidate_=void 0,this.errorHandler_=void 0,this.requiresObservable_=void 0,this.observing_=[],this.newObserving_=[],this.dependenciesState_=He.NOT_TRACKING_,this.diffValue_=0,this.runId_=0,this.unboundDepsCount_=0,this.isDisposed_=!1,this.isScheduled_=!1,this.isTrackPending_=!1,this.isRunning_=!1,this.isTracing_=Ge.NONE,this.name_=e,this.onInvalidate_=t,this.errorHandler_=n,this.requiresObservable_=a}var t=e.prototype;return t.onBecomeStale_=function(){this.schedule_()},t.schedule_=function(){this.isScheduled_||(this.isScheduled_=!0,lt.pendingReactions.push(this),vt())},t.isScheduled=function(){return this.isScheduled_},t.runReaction_=function(){if(!this.isDisposed_){ut(),this.isScheduled_=!1;var e=lt.trackingContext;if(lt.trackingContext=this,Ye(this)){this.isTrackPending_=!0;try{this.onInvalidate_()}catch(t){this.reportExceptionInDerivation_(t)}}lt.trackingContext=e,ht()}},t.track=function(e){if(!this.isDisposed_){ut();0,this.isRunning_=!0;var t=lt.trackingContext;lt.trackingContext=this;var n=Xe(this,e,void 0);lt.trackingContext=t,this.isRunning_=!1,this.isTrackPending_=!1,this.isDisposed_&&Je(this),$e(n)&&this.reportExceptionInDerivation_(n.cause),ht()}},t.reportExceptionInDerivation_=function(e){var t=this;if(this.errorHandler_)this.errorHandler_(e,this);else{if(lt.disableErrorBoundaries)throw e;var n="[mobx] uncaught error in '"+this+"'";lt.suppressReactionErrors||console.error(n,e),lt.globalReactionErrorHandlers.forEach((function(n){return n(e,t)}))}},t.dispose=function(){this.isDisposed_||(this.isDisposed_=!0,this.isRunning_||(ut(),Je(this),ht()))},t.getDisposer_=function(){var e=this.dispose.bind(this);return e[H]=this,e},t.toString=function(){return"Reaction["+this.name_+"]"},t.trace=function(e){void 0===e&&(e=!1),function(){a("trace() is not available in production builds");for(var e=!1,t=arguments.length,n=new Array(t),s=0;s<t;s++)n[s]=arguments[s];"boolean"===typeof n[n.length-1]&&(e=n.pop());var o=Jt(n);if(!o)return a("'trace(break?)' can only be used inside a tracked computed value or a Reaction. Consider passing in the computed value or reaction explicitly");o.isTracing_===Ge.NONE&&console.log("[mobx.trace] '"+o.name_+"' tracing enabled");o.isTracing_=e?Ge.BREAK:Ge.LOG}(this,e)},e}();var yt=function(e){return e()};function vt(){lt.inBatch>0||lt.isRunningReactions||yt(bt)}function bt(){lt.isRunningReactions=!0;for(var e=lt.pendingReactions,t=0;e.length>0;){100===++t&&(console.error("[mobx] cycle in reaction: "+e[0]),e.splice(0));for(var n=e.splice(0),a=0,s=n.length;a<s;a++)n[a].runReaction_()}lt.isRunningReactions=!1}var wt=T("Reaction",gt);var kt="action",_t="autoAction",xt="<unnamed action>",Tt=X(kt),St=X("action.bound",{bound:!0}),Ct=X(_t,{autoAction:!0}),Et=X("autoAction.bound",{autoAction:!0,bound:!0});function At(e){return function(t,n){return y(t)?Le(t.name||xt,t,e):y(n)?Le(t,n,e):v(n)?U(t,n,e?Ct:Tt):v(t)?z(X(e?_t:kt,{name:t,autoAction:e})):void 0}}var jt=At(!1);Object.assign(jt,Tt);var Nt=At(!0);function Dt(e){return y(e)&&!0===e.isMobxAction}function Ot(e,t){var n,a;void 0===t&&(t=d);var s,o=null!=(n=null==(a=t)?void 0:a.name)?n:"Autorun";if(!t.scheduler&&!t.delay)s=new gt(o,(function(){this.track(l)}),t.onError,t.requiresObservable);else{var r=Rt(t),i=!1;s=new gt(o,(function(){i||(i=!0,r((function(){i=!1,s.isDisposed_||s.track(l)})))}),t.onError,t.requiresObservable)}function l(){e(s)}return s.schedule_(),s.getDisposer_()}Object.assign(Nt,Ct),jt.bound=z(St),Nt.bound=z(Et);var Pt=function(e){return e()};function Rt(e){return e.scheduler?e.scheduler:e.delay?function(t){return setTimeout(t,e.delay)}:Pt}var It="onBO";function Lt(e,t,n){return Ft("onBUO",e,t,n)}function Ft(e,t,n,a){var s="function"===typeof a?Qn(t,n):Qn(t),o=y(a)?a:n,r=e+"L";return s[r]?s[r].add(o):s[r]=new Set([o]),function(){var e=s[r];e&&(e.delete(o),0===e.size&&delete s[r])}}var Mt="always";function Wt(e){!0===e.isolateGlobalState&&function(){if((lt.pendingReactions.length||lt.inBatch||lt.isRunningReactions)&&a(36),it=!0,rt){var e=o();0===--e.__mobxInstanceCount&&(e.__mobxGlobals=void 0),lt=new ot}}();var t=e.useProxies,n=e.enforceActions;if(void 0!==t&&(lt.useProxies=t===Mt||"never"!==t&&"undefined"!==typeof Proxy),"ifavailable"===t&&(lt.verifyProxies=!0),void 0!==n){var s=n===Mt?Mt:"observed"===n;lt.enforceActions=s,lt.allowStateChanges=!0!==s&&s!==Mt}["computedRequiresReaction","reactionRequiresObservable","observableRequiresReaction","disableErrorBoundaries","safeDescriptors"].forEach((function(t){t in e&&(lt[t]=!!e[t])})),lt.allowStateReads=!lt.observableRequiresReaction,e.reactionScheduler&&function(e){var t=yt;yt=function(n){return e((function(){return t(n)}))}}(e.reactionScheduler)}function Bt(e,t,n,a){var s=D(t),o=Fn(e,a)[H];ut();try{A(s).forEach((function(e){o.extend_(e,s[e],!n||(!(e in n)||n[e]))}))}finally{ht()}return e}function zt(e,t){return Ut(Qn(e,t))}function Ut(e){var t,n={name:e.name_};return e.observing_&&e.observing_.length>0&&(n.dependencies=(t=e.observing_,Array.from(new Set(t))).map(Ut)),n}var Ht=0;function Gt(){this.message="FLOW_CANCELLED"}Gt.prototype=Object.create(Error.prototype);var Vt=te("flow"),Kt=te("flow.bound",{bound:!0}),qt=Object.assign((function(e,t){if(v(t))return U(e,t,Vt);var n=e,a=n.name||"<unnamed flow>",s=function(){var e,t=this,s=arguments,o=++Ht,r=jt(a+" - runid: "+o+" - init",n).apply(t,s),i=void 0,l=new Promise((function(t,n){var s=0;function l(e){var t;i=void 0;try{t=jt(a+" - runid: "+o+" - yield "+s++,r.next).call(r,e)}catch(l){return n(l)}m(t)}function c(e){var t;i=void 0;try{t=jt(a+" - runid: "+o+" - yield "+s++,r.throw).call(r,e)}catch(l){return n(l)}m(t)}function m(e){if(!y(null==e?void 0:e.then))return e.done?t(e.value):(i=Promise.resolve(e.value)).then(l,c);e.then(m,n)}e=n,l(void 0)}));return l.cancel=jt(a+" - runid: "+o+" - cancel",(function(){try{i&&$t(i);var t=r.return(void 0),n=Promise.resolve(t.value);n.then(g,g),$t(n),e(new Gt)}catch(a){e(a)}})),l};return s.isMobXFlow=!0,s}),Vt);function $t(e){y(e.cancel)&&e.cancel()}function Yt(e){return!0===(null==e?void 0:e.isMobXFlow)}function Zt(e,t){return!!e&&(void 0!==t?!!Bn(e)&&e[H].values_.has(t):Bn(e)||!!e[H]||V(e)||wt(e)||Ke(e))}function Xt(e){return Zt(e)}function Jt(e){switch(e.length){case 0:return lt.trackingDerivation;case 1:return Qn(e[0]);case 2:return Qn(e[0],e[1])}}function Qt(e,t){void 0===t&&(t=void 0),ut();try{return e.apply(t)}finally{ht()}}function en(e){return e[H]}qt.bound=z(Kt);var tn={has:function(e,t){return en(e).has_(t)},get:function(e,t){return en(e).get_(t)},set:function(e,t,n){var a;return!!v(t)&&(null==(a=en(e).set_(t,n,!0))||a)},deleteProperty:function(e,t){var n;return!!v(t)&&(null==(n=en(e).delete_(t,!0))||n)},defineProperty:function(e,t,n){var a;return null==(a=en(e).defineProperty_(t,n))||a},ownKeys:function(e){return en(e).ownKeys_()},preventExtensions:function(e){a(13)}};function nn(e){return void 0!==e.interceptors_&&e.interceptors_.length>0}function an(e,t){var n=e.interceptors_||(e.interceptors_=[]);return n.push(t),f((function(){var e=n.indexOf(t);-1!==e&&n.splice(e,1)}))}function sn(e,t){var n=et();try{for(var s=[].concat(e.interceptors_||[]),o=0,r=s.length;o<r&&((t=s[o](t))&&!t.type&&a(14),t);o++);return t}finally{tt(n)}}function on(e){return void 0!==e.changeListeners_&&e.changeListeners_.length>0}function rn(e,t){var n=e.changeListeners_||(e.changeListeners_=[]);return n.push(t),f((function(){var e=n.indexOf(t);-1!==e&&n.splice(e,1)}))}function ln(e,t){var n=et(),a=e.changeListeners_;if(a){for(var s=0,o=(a=a.slice()).length;s<o;s++)a[s](t);tt(n)}}function cn(e,t,n){var a=Fn(e,n)[H];ut();try{0,null!=t||(t=function(e){return N(e,B)||_(e,B,R({},e[B])),e[B]}(e)),A(t).forEach((function(e){return a.make_(e,t[e])}))}finally{ht()}return e}var mn="splice",dn="update",un={get:function(e,t){var n=e[H];return t===H?n:"length"===t?n.getArrayLength_():"string"!==typeof t||isNaN(t)?N(fn,t)?fn[t]:e[t]:n.get_(parseInt(t))},set:function(e,t,n){var a=e[H];return"length"===t&&a.setArrayLength_(n),"symbol"===typeof t||isNaN(t)?e[t]=n:a.set_(parseInt(t),n),!0},preventExtensions:function(){a(15)}},hn=function(){function e(e,t,n,a){void 0===e&&(e="ObservableArray"),this.owned_=void 0,this.legacyMode_=void 0,this.atom_=void 0,this.values_=[],this.interceptors_=void 0,this.changeListeners_=void 0,this.enhancer_=void 0,this.dehancer=void 0,this.proxy_=void 0,this.lastKnownLength_=0,this.owned_=n,this.legacyMode_=a,this.atom_=new G(e),this.enhancer_=function(e,n){return t(e,n,"ObservableArray[..]")}}var t=e.prototype;return t.dehanceValue_=function(e){return void 0!==this.dehancer?this.dehancer(e):e},t.dehanceValues_=function(e){return void 0!==this.dehancer&&e.length>0?e.map(this.dehancer):e},t.intercept_=function(e){return an(this,e)},t.observe_=function(e,t){return void 0===t&&(t=!1),t&&e({observableKind:"array",object:this.proxy_,debugObjectName:this.atom_.name_,type:"splice",index:0,added:this.values_.slice(),addedCount:this.values_.length,removed:[],removedCount:0}),rn(this,e)},t.getArrayLength_=function(){return this.atom_.reportObserved(),this.values_.length},t.setArrayLength_=function(e){("number"!==typeof e||isNaN(e)||e<0)&&a("Out of range: "+e);var t=this.values_.length;if(e!==t)if(e>t){for(var n=new Array(e-t),s=0;s<e-t;s++)n[s]=void 0;this.spliceWithArray_(t,0,n)}else this.spliceWithArray_(e,t-e)},t.updateArrayLength_=function(e,t){e!==this.lastKnownLength_&&a(16),this.lastKnownLength_+=t,this.legacyMode_&&t>0&&Xn(e+t+1)},t.spliceWithArray_=function(e,t,n){var a=this;this.atom_;var s=this.values_.length;if(void 0===e?e=0:e>s?e=s:e<0&&(e=Math.max(0,s+e)),t=1===arguments.length?s-e:void 0===t||null===t?0:Math.max(0,Math.min(t,s-e)),void 0===n&&(n=m),nn(this)){var o=sn(this,{object:this.proxy_,type:mn,index:e,removedCount:t,added:n});if(!o)return m;t=o.removedCount,n=o.added}if(n=0===n.length?n:n.map((function(e){return a.enhancer_(e,void 0)})),this.legacyMode_){var r=n.length-t;this.updateArrayLength_(s,r)}var i=this.spliceItemsIntoValues_(e,t,n);return 0===t&&0===n.length||this.notifyArraySplice_(e,n,i),this.dehanceValues_(i)},t.spliceItemsIntoValues_=function(e,t,n){var a;if(n.length<1e4)return(a=this.values_).splice.apply(a,[e,t].concat(n));var s=this.values_.slice(e,e+t),o=this.values_.slice(e+t);this.values_.length+=n.length-t;for(var r=0;r<n.length;r++)this.values_[e+r]=n[r];for(var i=0;i<o.length;i++)this.values_[e+n.length+i]=o[i];return s},t.notifyArrayChildUpdate_=function(e,t,n){var a=!this.owned_&&!1,s=on(this),o=s||a?{observableKind:"array",object:this.proxy_,type:dn,debugObjectName:this.atom_.name_,index:e,newValue:t,oldValue:n}:null;this.atom_.reportChanged(),s&&ln(this,o)},t.notifyArraySplice_=function(e,t,n){var a=!this.owned_&&!1,s=on(this),o=s||a?{observableKind:"array",object:this.proxy_,debugObjectName:this.atom_.name_,type:mn,index:e,removed:n,added:t,removedCount:n.length,addedCount:t.length}:null;this.atom_.reportChanged(),s&&ln(this,o)},t.get_=function(e){if(!(this.legacyMode_&&e>=this.values_.length))return this.atom_.reportObserved(),this.dehanceValue_(this.values_[e]);console.warn("[mobx] Out of bounds read: "+e)},t.set_=function(e,t){var n=this.values_;if(this.legacyMode_&&e>n.length&&a(17,e,n.length),e<n.length){this.atom_;var s=n[e];if(nn(this)){var o=sn(this,{type:dn,object:this.proxy_,index:e,newValue:t});if(!o)return;t=o.newValue}(t=this.enhancer_(t,s))!==s&&(n[e]=t,this.notifyArrayChildUpdate_(e,t,s))}else{for(var r=new Array(e+1-n.length),i=0;i<r.length-1;i++)r[i]=void 0;r[r.length-1]=t,this.spliceWithArray_(n.length,0,r)}},e}();function pn(e,t,n,a){void 0===n&&(n="ObservableArray"),void 0===a&&(a=!1),p();var s=new hn(n,t,a,!1);x(s.values_,H,s);var o=new Proxy(s.values_,un);if(s.proxy_=o,e&&e.length){var r=We(!0);s.spliceWithArray_(0,0,e),Be(r)}return o}var fn={clear:function(){return this.splice(0)},replace:function(e){var t=this[H];return t.spliceWithArray_(0,t.values_.length,e)},toJSON:function(){return this.slice()},splice:function(e,t){for(var n=arguments.length,a=new Array(n>2?n-2:0),s=2;s<n;s++)a[s-2]=arguments[s];var o=this[H];switch(arguments.length){case 0:return[];case 1:return o.spliceWithArray_(e);case 2:return o.spliceWithArray_(e,t)}return o.spliceWithArray_(e,t,a)},spliceWithArray:function(e,t,n){return this[H].spliceWithArray_(e,t,n)},push:function(){for(var e=this[H],t=arguments.length,n=new Array(t),a=0;a<t;a++)n[a]=arguments[a];return e.spliceWithArray_(e.values_.length,0,n),e.values_.length},pop:function(){return this.splice(Math.max(this[H].values_.length-1,0),1)[0]},shift:function(){return this.splice(0,1)[0]},unshift:function(){for(var e=this[H],t=arguments.length,n=new Array(t),a=0;a<t;a++)n[a]=arguments[a];return e.spliceWithArray_(0,0,n),e.values_.length},reverse:function(){return lt.trackingDerivation&&a(37,"reverse"),this.replace(this.slice().reverse()),this},sort:function(){lt.trackingDerivation&&a(37,"sort");var e=this.slice();return e.sort.apply(e,arguments),this.replace(e),this},remove:function(e){var t=this[H],n=t.dehanceValues_(t.values_).indexOf(e);return n>-1&&(this.splice(n,1),!0)}};function gn(e,t){"function"===typeof Array.prototype[e]&&(fn[e]=t(e))}function yn(e){return function(){var t=this[H];t.atom_.reportObserved();var n=t.dehanceValues_(t.values_);return n[e].apply(n,arguments)}}function vn(e){return function(t,n){var a=this,s=this[H];return s.atom_.reportObserved(),s.dehanceValues_(s.values_)[e]((function(e,s){return t.call(n,e,s,a)}))}}function bn(e){return function(){var t=this,n=this[H];n.atom_.reportObserved();var a=n.dehanceValues_(n.values_),s=arguments[0];return arguments[0]=function(e,n,a){return s(e,n,a,t)},a[e].apply(a,arguments)}}gn("concat",yn),gn("flat",yn),gn("includes",yn),gn("indexOf",yn),gn("join",yn),gn("lastIndexOf",yn),gn("slice",yn),gn("toString",yn),gn("toLocaleString",yn),gn("every",vn),gn("filter",vn),gn("find",vn),gn("findIndex",vn),gn("flatMap",vn),gn("forEach",vn),gn("map",vn),gn("some",vn),gn("reduce",bn),gn("reduceRight",bn);var wn,kn,_n=T("ObservableArrayAdministration",hn);function xn(e){return b(e)&&_n(e[H])}var Tn={},Sn="add",Cn="delete";wn=Symbol.iterator,kn=Symbol.toStringTag;var En,An,jn=function(){function e(e,t,n){var s=this;void 0===t&&(t=$),void 0===n&&(n="ObservableMap"),this.enhancer_=void 0,this.name_=void 0,this[H]=Tn,this.data_=void 0,this.hasMap_=void 0,this.keysAtom_=void 0,this.interceptors_=void 0,this.changeListeners_=void 0,this.dehancer=void 0,this.enhancer_=t,this.name_=n,y(Map)||a(18),this.keysAtom_=K("ObservableMap.keys()"),this.data_=new Map,this.hasMap_=new Map,Me(!0,(function(){s.merge(e)}))}var t=e.prototype;return t.has_=function(e){return this.data_.has(e)},t.has=function(e){var t=this;if(!lt.trackingDerivation)return this.has_(e);var n=this.hasMap_.get(e);if(!n){var a=n=new Ue(this.has_(e),Y,"ObservableMap.key?",!1);this.hasMap_.set(e,a),Lt(a,(function(){return t.hasMap_.delete(e)}))}return n.get()},t.set=function(e,t){var n=this.has_(e);if(nn(this)){var a=sn(this,{type:n?dn:Sn,object:this,newValue:t,name:e});if(!a)return this;t=a.newValue}return n?this.updateValue_(e,t):this.addValue_(e,t),this},t.delete=function(e){var t=this;if((this.keysAtom_,nn(this))&&!sn(this,{type:Cn,object:this,name:e}))return!1;if(this.has_(e)){var n=on(this),a=n?{observableKind:"map",debugObjectName:this.name_,type:Cn,object:this,oldValue:this.data_.get(e).value_,name:e}:null;return Qt((function(){var n;t.keysAtom_.reportChanged(),null==(n=t.hasMap_.get(e))||n.setNewValue_(!1),t.data_.get(e).setNewValue_(void 0),t.data_.delete(e)})),n&&ln(this,a),!0}return!1},t.updateValue_=function(e,t){var n=this.data_.get(e);if((t=n.prepareNewValue_(t))!==lt.UNCHANGED){var a=on(this),s=a?{observableKind:"map",debugObjectName:this.name_,type:dn,object:this,oldValue:n.value_,name:e,newValue:t}:null;0,n.setNewValue_(t),a&&ln(this,s)}},t.addValue_=function(e,t){var n=this;this.keysAtom_,Qt((function(){var a,s=new Ue(t,n.enhancer_,"ObservableMap.key",!1);n.data_.set(e,s),t=s.value_,null==(a=n.hasMap_.get(e))||a.setNewValue_(!0),n.keysAtom_.reportChanged()}));var a=on(this),s=a?{observableKind:"map",debugObjectName:this.name_,type:Sn,object:this,name:e,newValue:t}:null;a&&ln(this,s)},t.get=function(e){return this.has(e)?this.dehanceValue_(this.data_.get(e).get()):this.dehanceValue_(void 0)},t.dehanceValue_=function(e){return void 0!==this.dehancer?this.dehancer(e):e},t.keys=function(){return this.keysAtom_.reportObserved(),this.data_.keys()},t.values=function(){var e=this,t=this.keys();return ra({next:function(){var n=t.next(),a=n.done,s=n.value;return{done:a,value:a?void 0:e.get(s)}}})},t.entries=function(){var e=this,t=this.keys();return ra({next:function(){var n=t.next(),a=n.done,s=n.value;return{done:a,value:a?void 0:[s,e.get(s)]}}})},t[wn]=function(){return this.entries()},t.forEach=function(e,t){for(var n,a=W(this);!(n=a()).done;){var s=n.value,o=s[0],r=s[1];e.call(t,r,o,this)}},t.merge=function(e){var t=this;return Nn(e)&&(e=new Map(e)),Qt((function(){w(e)?function(e){var t=Object.keys(e);if(!E)return t;var n=Object.getOwnPropertySymbols(e);return n.length?[].concat(t,n.filter((function(t){return c.propertyIsEnumerable.call(e,t)}))):t}(e).forEach((function(n){return t.set(n,e[n])})):Array.isArray(e)?e.forEach((function(e){var n=e[0],a=e[1];return t.set(n,a)})):S(e)?(e.constructor!==Map&&a(19,e),e.forEach((function(e,n){return t.set(n,e)}))):null!==e&&void 0!==e&&a(20,e)})),this},t.clear=function(){var e=this;Qt((function(){Qe((function(){for(var t,n=W(e.keys());!(t=n()).done;){var a=t.value;e.delete(a)}}))}))},t.replace=function(e){var t=this;return Qt((function(){for(var n,s=function(e){if(S(e)||Nn(e))return e;if(Array.isArray(e))return new Map(e);if(w(e)){var t=new Map;for(var n in e)t.set(n,e[n]);return t}return a(21,e)}(e),o=new Map,r=!1,i=W(t.data_.keys());!(n=i()).done;){var l=n.value;if(!s.has(l))if(t.delete(l))r=!0;else{var c=t.data_.get(l);o.set(l,c)}}for(var m,d=W(s.entries());!(m=d()).done;){var u=m.value,h=u[0],p=u[1],f=t.data_.has(h);if(t.set(h,p),t.data_.has(h)){var g=t.data_.get(h);o.set(h,g),f||(r=!0)}}if(!r)if(t.data_.size!==o.size)t.keysAtom_.reportChanged();else for(var y=t.data_.keys(),v=o.keys(),b=y.next(),k=v.next();!b.done;){if(b.value!==k.value){t.keysAtom_.reportChanged();break}b=y.next(),k=v.next()}t.data_=o})),this},t.toString=function(){return"[object ObservableMap]"},t.toJSON=function(){return Array.from(this)},t.observe_=function(e,t){return rn(this,e)},t.intercept_=function(e){return an(this,e)},P(e,[{key:"size",get:function(){return this.keysAtom_.reportObserved(),this.data_.size}},{key:kn,get:function(){return"Map"}}]),e}(),Nn=T("ObservableMap",jn);var Dn={};En=Symbol.iterator,An=Symbol.toStringTag;var On=function(){function e(e,t,n){void 0===t&&(t=$),void 0===n&&(n="ObservableSet"),this.name_=void 0,this[H]=Dn,this.data_=new Set,this.atom_=void 0,this.changeListeners_=void 0,this.interceptors_=void 0,this.dehancer=void 0,this.enhancer_=void 0,this.name_=n,y(Set)||a(22),this.atom_=K(this.name_),this.enhancer_=function(e,a){return t(e,a,n)},e&&this.replace(e)}var t=e.prototype;return t.dehanceValue_=function(e){return void 0!==this.dehancer?this.dehancer(e):e},t.clear=function(){var e=this;Qt((function(){Qe((function(){for(var t,n=W(e.data_.values());!(t=n()).done;){var a=t.value;e.delete(a)}}))}))},t.forEach=function(e,t){for(var n,a=W(this);!(n=a()).done;){var s=n.value;e.call(t,s,s,this)}},t.add=function(e){var t=this;if((this.atom_,nn(this))&&!sn(this,{type:Sn,object:this,newValue:e}))return this;if(!this.has(e)){Qt((function(){t.data_.add(t.enhancer_(e,void 0)),t.atom_.reportChanged()}));var n=!1,a=on(this),s=a?{observableKind:"set",debugObjectName:this.name_,type:Sn,object:this,newValue:e}:null;n,a&&ln(this,s)}return this},t.delete=function(e){var t=this;if(nn(this)&&!sn(this,{type:Cn,object:this,oldValue:e}))return!1;if(this.has(e)){var n=on(this),a=n?{observableKind:"set",debugObjectName:this.name_,type:Cn,object:this,oldValue:e}:null;return Qt((function(){t.atom_.reportChanged(),t.data_.delete(e)})),n&&ln(this,a),!0}return!1},t.has=function(e){return this.atom_.reportObserved(),this.data_.has(this.dehanceValue_(e))},t.entries=function(){var e=0,t=Array.from(this.keys()),n=Array.from(this.values());return ra({next:function(){var a=e;return e+=1,a<n.length?{value:[t[a],n[a]],done:!1}:{done:!0}}})},t.keys=function(){return this.values()},t.values=function(){this.atom_.reportObserved();var e=this,t=0,n=Array.from(this.data_.values());return ra({next:function(){return t<n.length?{value:e.dehanceValue_(n[t++]),done:!1}:{done:!0}}})},t.replace=function(e){var t=this;return Pn(e)&&(e=new Set(e)),Qt((function(){Array.isArray(e)||C(e)?(t.clear(),e.forEach((function(e){return t.add(e)}))):null!==e&&void 0!==e&&a("Cannot initialize set from "+e)})),this},t.observe_=function(e,t){return rn(this,e)},t.intercept_=function(e){return an(this,e)},t.toJSON=function(){return Array.from(this)},t.toString=function(){return"[object ObservableSet]"},t[En]=function(){return this.values()},P(e,[{key:"size",get:function(){return this.atom_.reportObserved(),this.data_.size}},{key:An,get:function(){return"Set"}}]),e}(),Pn=T("ObservableSet",On),Rn=Object.create(null),In="remove",Ln=function(){function e(e,t,n,a){void 0===t&&(t=new Map),void 0===a&&(a=de),this.target_=void 0,this.values_=void 0,this.name_=void 0,this.defaultAnnotation_=void 0,this.keysAtom_=void 0,this.changeListeners_=void 0,this.interceptors_=void 0,this.proxy_=void 0,this.isPlainObject_=void 0,this.appliedAnnotations_=void 0,this.pendingKeys_=void 0,this.target_=e,this.values_=t,this.name_=n,this.defaultAnnotation_=a,this.keysAtom_=new G("ObservableObject.keys"),this.isPlainObject_=w(this.target_)}var t=e.prototype;return t.getObservablePropValue_=function(e){return this.values_.get(e).get()},t.setObservablePropValue_=function(e,t){var n=this.values_.get(e);if(n instanceof Ve)return n.set(t),!0;if(nn(this)){var a=sn(this,{type:dn,object:this.proxy_||this.target_,name:e,newValue:t});if(!a)return null;t=a.newValue}if((t=n.prepareNewValue_(t))!==lt.UNCHANGED){var s=on(this),o=s?{type:dn,observableKind:"object",debugObjectName:this.name_,object:this.proxy_||this.target_,oldValue:n.value_,name:e,newValue:t}:null;0,n.setNewValue_(t),s&&ln(this,o)}return!0},t.get_=function(e){return lt.trackingDerivation&&!N(this.target_,e)&&this.has_(e),this.target_[e]},t.set_=function(e,t,n){return void 0===n&&(n=!1),N(this.target_,e)?this.values_.has(e)?this.setObservablePropValue_(e,t):n?Reflect.set(this.target_,e,t):(this.target_[e]=t,!0):this.extend_(e,{value:t,enumerable:!0,writable:!0,configurable:!0},this.defaultAnnotation_,n)},t.has_=function(e){if(!lt.trackingDerivation)return e in this.target_;this.pendingKeys_||(this.pendingKeys_=new Map);var t=this.pendingKeys_.get(e);return t||(t=new Ue(e in this.target_,Y,"ObservableObject.key?",!1),this.pendingKeys_.set(e,t)),t.get()},t.make_=function(e,t){if(!0===t&&(t=this.defaultAnnotation_),!1!==t){if(Un(this,t,e),!(e in this.target_)){var n;if(null!=(n=this.target_[B])&&n[e])return;a(1,t.annotationType_,this.name_+"."+e.toString())}for(var s=this.target_;s&&s!==c;){var o=i(s,e);if(o){var r=t.make_(this,e,o,s);if(0===r)return;if(1===r)break}s=Object.getPrototypeOf(s)}zn(this,t,e)}},t.extend_=function(e,t,n,a){if(void 0===a&&(a=!1),!0===n&&(n=this.defaultAnnotation_),!1===n)return this.defineProperty_(e,t,a);Un(this,n,e);var s=n.extend_(this,e,t,a);return s&&zn(this,n,e),s},t.defineProperty_=function(e,t,n){void 0===n&&(n=!1);try{ut();var a=this.delete_(e);if(!a)return a;if(nn(this)){var s=sn(this,{object:this.proxy_||this.target_,name:e,type:Sn,newValue:t.value});if(!s)return null;var o=s.newValue;t.value!==o&&(t=R({},t,{value:o}))}if(n){if(!Reflect.defineProperty(this.target_,e,t))return!1}else l(this.target_,e,t);this.notifyPropertyAddition_(e,t.value)}finally{ht()}return!0},t.defineObservableProperty_=function(e,t,n,a){void 0===a&&(a=!1);try{ut();var s=this.delete_(e);if(!s)return s;if(nn(this)){var o=sn(this,{object:this.proxy_||this.target_,name:e,type:Sn,newValue:t});if(!o)return null;t=o.newValue}var r=Wn(e),i={configurable:!lt.safeDescriptors||this.isPlainObject_,enumerable:!0,get:r.get,set:r.set};if(a){if(!Reflect.defineProperty(this.target_,e,i))return!1}else l(this.target_,e,i);var c=new Ue(t,n,"ObservableObject.key",!1);this.values_.set(e,c),this.notifyPropertyAddition_(e,c.value_)}finally{ht()}return!0},t.defineComputedProperty_=function(e,t,n){void 0===n&&(n=!1);try{ut();var a=this.delete_(e);if(!a)return a;if(nn(this))if(!sn(this,{object:this.proxy_||this.target_,name:e,type:Sn,newValue:void 0}))return null;t.name||(t.name="ObservableObject.key"),t.context=this.proxy_||this.target_;var s=Wn(e),o={configurable:!lt.safeDescriptors||this.isPlainObject_,enumerable:!1,get:s.get,set:s.set};if(n){if(!Reflect.defineProperty(this.target_,e,o))return!1}else l(this.target_,e,o);this.values_.set(e,new Ve(t)),this.notifyPropertyAddition_(e,void 0)}finally{ht()}return!0},t.delete_=function(e,t){if(void 0===t&&(t=!1),!N(this.target_,e))return!0;if(nn(this)&&!sn(this,{object:this.proxy_||this.target_,name:e,type:In}))return null;try{var n,a;ut();var s,o=on(this),r=this.values_.get(e),l=void 0;if(!r&&o)l=null==(s=i(this.target_,e))?void 0:s.value;if(t){if(!Reflect.deleteProperty(this.target_,e))return!1}else delete this.target_[e];if(r&&(this.values_.delete(e),r instanceof Ue&&(l=r.value_),ft(r)),this.keysAtom_.reportChanged(),null==(n=this.pendingKeys_)||null==(a=n.get(e))||a.set(e in this.target_),o){var c={type:In,observableKind:"object",object:this.proxy_||this.target_,debugObjectName:this.name_,oldValue:l,name:e};0,o&&ln(this,c)}}finally{ht()}return!0},t.observe_=function(e,t){return rn(this,e)},t.intercept_=function(e){return an(this,e)},t.notifyPropertyAddition_=function(e,t){var n,a,s=on(this);if(s){var o=s?{type:Sn,observableKind:"object",debugObjectName:this.name_,object:this.proxy_||this.target_,name:e,newValue:t}:null;0,s&&ln(this,o)}null==(n=this.pendingKeys_)||null==(a=n.get(e))||a.set(!0),this.keysAtom_.reportChanged()},t.ownKeys_=function(){return this.keysAtom_.reportObserved(),A(this.target_)},t.keys_=function(){return this.keysAtom_.reportObserved(),Object.keys(this.target_)},e}();function Fn(e,t){var n;if(N(e,H))return e;var a=null!=(n=null==t?void 0:t.name)?n:"ObservableObject",s=new Ln(e,new Map,String(a),function(e){var t;return e?null!=(t=e.defaultDecorator)?t:ue(e):void 0}(t));return _(e,H,s),e}var Mn=T("ObservableObjectAdministration",Ln);function Wn(e){return Rn[e]||(Rn[e]={get:function(){return this[H].getObservablePropValue_(e)},set:function(t){return this[H].setObservablePropValue_(e,t)}})}function Bn(e){return!!b(e)&&Mn(e[H])}function zn(e,t,n){var a;null==(a=e.target_[B])||delete a[n]}function Un(e,t,n){}var Hn,Gn,Vn=Yn(0),Kn=0,qn=function(){};Hn=qn,Gn=Array.prototype,Object.setPrototypeOf?Object.setPrototypeOf(Hn.prototype,Gn):void 0!==Hn.prototype.__proto__?Hn.prototype.__proto__=Gn:Hn.prototype=Gn;var $n=function(e,t,n){function a(t,n,a,s){var o;void 0===a&&(a="ObservableArray"),void 0===s&&(s=!1),o=e.call(this)||this;var r=new hn(a,n,s,!0);if(r.proxy_=F(o),x(F(o),H,r),t&&t.length){var i=We(!0);o.spliceWithArray(0,0,t),Be(i)}return Object.defineProperty(F(o),"0",Vn),o}I(a,e);var s=a.prototype;return s.concat=function(){this[H].atom_.reportObserved();for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Array.prototype.concat.apply(this.slice(),t.map((function(e){return xn(e)?e.slice():e})))},s[n]=function(){var e=this,t=0;return ra({next:function(){return t<e.length?{value:e[t++],done:!1}:{done:!0,value:void 0}}})},P(a,[{key:"length",get:function(){return this[H].getArrayLength_()},set:function(e){this[H].setArrayLength_(e)}},{key:t,get:function(){return"Array"}}]),a}(qn,Symbol.toStringTag,Symbol.iterator);function Yn(e){return{enumerable:!1,configurable:!0,get:function(){return this[H].get_(e)},set:function(t){this[H].set_(e,t)}}}function Zn(e){l($n.prototype,""+e,Yn(e))}function Xn(e){if(e>Kn){for(var t=Kn;t<e+100;t++)Zn(t);Kn=e}}function Jn(e,t,n){return new $n(e,t,n)}function Qn(e,t){if("object"===typeof e&&null!==e){if(xn(e))return void 0!==t&&a(23),e[H].atom_;if(Pn(e))return e[H];if(Nn(e)){if(void 0===t)return e.keysAtom_;var n=e.data_.get(t)||e.hasMap_.get(t);return n||a(25,t,ta(e)),n}if(Bn(e)){if(!t)return a(26);var s=e[H].values_.get(t);return s||a(27,t,ta(e)),s}if(V(e)||Ke(e)||wt(e))return e}else if(y(e)&&wt(e[H]))return e[H];a(28)}function ea(e,t){return e||a(29),void 0!==t?ea(Qn(e,t)):V(e)||Ke(e)||wt(e)||Nn(e)||Pn(e)?e:e[H]?e[H]:void a(24,e)}function ta(e,t){var n;if(void 0!==t)n=Qn(e,t);else{if(Dt(e))return e.name;n=Bn(e)||Nn(e)||Pn(e)?ea(e):Qn(e)}return n.name_}Object.entries(fn).forEach((function(e){var t=e[0],n=e[1];"concat"!==t&&_($n.prototype,t,n)})),Xn(1e3);var na=c.toString;function aa(e,t,n){return void 0===n&&(n=-1),sa(e,t,n)}function sa(e,t,n,a,s){if(e===t)return 0!==e||1/e===1/t;if(null==e||null==t)return!1;if(e!==e)return t!==t;var o=typeof e;if("function"!==o&&"object"!==o&&"object"!=typeof t)return!1;var r=na.call(e);if(r!==na.call(t))return!1;switch(r){case"[object RegExp]":case"[object String]":return""+e===""+t;case"[object Number]":return+e!==+e?+t!==+t:0===+e?1/+e===1/t:+e===+t;case"[object Date]":case"[object Boolean]":return+e===+t;case"[object Symbol]":return"undefined"!==typeof Symbol&&Symbol.valueOf.call(e)===Symbol.valueOf.call(t);case"[object Map]":case"[object Set]":n>=0&&n++}e=oa(e),t=oa(t);var i="[object Array]"===r;if(!i){if("object"!=typeof e||"object"!=typeof t)return!1;var l=e.constructor,c=t.constructor;if(l!==c&&!(y(l)&&l instanceof l&&y(c)&&c instanceof c)&&"constructor"in e&&"constructor"in t)return!1}if(0===n)return!1;n<0&&(n=-1),s=s||[];for(var m=(a=a||[]).length;m--;)if(a[m]===e)return s[m]===t;if(a.push(e),s.push(t),i){if((m=e.length)!==t.length)return!1;for(;m--;)if(!sa(e[m],t[m],n-1,a,s))return!1}else{var d,u=Object.keys(e);if(m=u.length,Object.keys(t).length!==m)return!1;for(;m--;)if(!N(t,d=u[m])||!sa(e[d],t[d],n-1,a,s))return!1}return a.pop(),s.pop(),!0}function oa(e){return xn(e)?e.slice():S(e)||Nn(e)||C(e)||Pn(e)?Array.from(e.entries()):e}function ra(e){return e[Symbol.iterator]=ia,e}function ia(){return this}["Symbol","Map","Set"].forEach((function(e){"undefined"===typeof o()[e]&&a("MobX requires global '"+e+"' to be available or polyfilled")})),"object"===typeof __MOBX_DEVTOOLS_GLOBAL_HOOK__&&__MOBX_DEVTOOLS_GLOBAL_HOOK__.injectMobx({spy:function(e){return console.warn("[mobx.spy] Is a no-op in production builds"),function(){}},extras:{getDebugName:ta},$mobx:H})},463:(e,t,n)=>{"use strict";var a=n(791),s=n(296);function o(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var r=new Set,i={};function l(e,t){c(e,t),c(e+"Capture",t)}function c(e,t){for(i[e]=t,e=0;e<t.length;e++)r.add(t[e])}var m=!("undefined"===typeof window||"undefined"===typeof window.document||"undefined"===typeof window.document.createElement),d=Object.prototype.hasOwnProperty,u=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,h={},p={};function f(e,t,n,a,s,o,r){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=a,this.attributeNamespace=s,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=o,this.removeEmptyString=r}var g={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){g[e]=new f(e,0,!1,e,null,!1,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];g[t]=new f(t,1,!1,e[1],null,!1,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){g[e]=new f(e,2,!1,e.toLowerCase(),null,!1,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){g[e]=new f(e,2,!1,e,null,!1,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){g[e]=new f(e,3,!1,e.toLowerCase(),null,!1,!1)})),["checked","multiple","muted","selected"].forEach((function(e){g[e]=new f(e,3,!0,e,null,!1,!1)})),["capture","download"].forEach((function(e){g[e]=new f(e,4,!1,e,null,!1,!1)})),["cols","rows","size","span"].forEach((function(e){g[e]=new f(e,6,!1,e,null,!1,!1)})),["rowSpan","start"].forEach((function(e){g[e]=new f(e,5,!1,e.toLowerCase(),null,!1,!1)}));var y=/[\-:]([a-z])/g;function v(e){return e[1].toUpperCase()}function b(e,t,n,a){var s=g.hasOwnProperty(t)?g[t]:null;(null!==s?0!==s.type:a||!(2<t.length)||"o"!==t[0]&&"O"!==t[0]||"n"!==t[1]&&"N"!==t[1])&&(function(e,t,n,a){if(null===t||"undefined"===typeof t||function(e,t,n,a){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!a&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,a))return!0;if(a)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(t,n,s,a)&&(n=null),a||null===s?function(e){return!!d.call(p,e)||!d.call(h,e)&&(u.test(e)?p[e]=!0:(h[e]=!0,!1))}(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):s.mustUseProperty?e[s.propertyName]=null===n?3!==s.type&&"":n:(t=s.attributeName,a=s.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(s=s.type)||4===s&&!0===n?"":""+n,a?e.setAttributeNS(a,t,n):e.setAttribute(t,n))))}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(y,v);g[t]=new f(t,1,!1,e,null,!1,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(y,v);g[t]=new f(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(y,v);g[t]=new f(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)})),["tabIndex","crossOrigin"].forEach((function(e){g[e]=new f(e,1,!1,e.toLowerCase(),null,!1,!1)})),g.xlinkHref=new f("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach((function(e){g[e]=new f(e,1,!1,e.toLowerCase(),null,!0,!0)}));var w=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,k=Symbol.for("react.element"),_=Symbol.for("react.portal"),x=Symbol.for("react.fragment"),T=Symbol.for("react.strict_mode"),S=Symbol.for("react.profiler"),C=Symbol.for("react.provider"),E=Symbol.for("react.context"),A=Symbol.for("react.forward_ref"),j=Symbol.for("react.suspense"),N=Symbol.for("react.suspense_list"),D=Symbol.for("react.memo"),O=Symbol.for("react.lazy");Symbol.for("react.scope"),Symbol.for("react.debug_trace_mode");var P=Symbol.for("react.offscreen");Symbol.for("react.legacy_hidden"),Symbol.for("react.cache"),Symbol.for("react.tracing_marker");var R=Symbol.iterator;function I(e){return null===e||"object"!==typeof e?null:"function"===typeof(e=R&&e[R]||e["@@iterator"])?e:null}var L,F=Object.assign;function M(e){if(void 0===L)try{throw Error()}catch(n){var t=n.stack.trim().match(/\n( *(at )?)/);L=t&&t[1]||""}return"\n"+L+e}var W=!1;function B(e,t){if(!e||W)return"";W=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),"object"===typeof Reflect&&Reflect.construct){try{Reflect.construct(t,[])}catch(c){var a=c}Reflect.construct(e,[],t)}else{try{t.call()}catch(c){a=c}e.call(t.prototype)}else{try{throw Error()}catch(c){a=c}e()}}catch(c){if(c&&a&&"string"===typeof c.stack){for(var s=c.stack.split("\n"),o=a.stack.split("\n"),r=s.length-1,i=o.length-1;1<=r&&0<=i&&s[r]!==o[i];)i--;for(;1<=r&&0<=i;r--,i--)if(s[r]!==o[i]){if(1!==r||1!==i)do{if(r--,0>--i||s[r]!==o[i]){var l="\n"+s[r].replace(" at new "," at ");return e.displayName&&l.includes("<anonymous>")&&(l=l.replace("<anonymous>",e.displayName)),l}}while(1<=r&&0<=i);break}}}finally{W=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?M(e):""}function z(e){switch(e.tag){case 5:return M(e.type);case 16:return M("Lazy");case 13:return M("Suspense");case 19:return M("SuspenseList");case 0:case 2:case 15:return e=B(e.type,!1);case 11:return e=B(e.type.render,!1);case 1:return e=B(e.type,!0);default:return""}}function U(e){if(null==e)return null;if("function"===typeof e)return e.displayName||e.name||null;if("string"===typeof e)return e;switch(e){case x:return"Fragment";case _:return"Portal";case S:return"Profiler";case T:return"StrictMode";case j:return"Suspense";case N:return"SuspenseList"}if("object"===typeof e)switch(e.$$typeof){case E:return(e.displayName||"Context")+".Consumer";case C:return(e._context.displayName||"Context")+".Provider";case A:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case D:return null!==(t=e.displayName||null)?t:U(e.type)||"Memo";case O:t=e._payload,e=e._init;try{return U(e(t))}catch(n){}}return null}function H(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=(e=t.render).displayName||e.name||"",t.displayName||(""!==e?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return U(t);case 8:return t===T?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if("function"===typeof t)return t.displayName||t.name||null;if("string"===typeof t)return t}return null}function G(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":case"object":return e;default:return""}}function V(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function K(e){e._valueTracker||(e._valueTracker=function(e){var t=V(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),a=""+e[t];if(!e.hasOwnProperty(t)&&"undefined"!==typeof n&&"function"===typeof n.get&&"function"===typeof n.set){var s=n.get,o=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return s.call(this)},set:function(e){a=""+e,o.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return a},setValue:function(e){a=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function q(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),a="";return e&&(a=V(e)?e.checked?"true":"false":e.value),(e=a)!==n&&(t.setValue(e),!0)}function $(e){if("undefined"===typeof(e=e||("undefined"!==typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function Y(e,t){var n=t.checked;return F({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function Z(e,t){var n=null==t.defaultValue?"":t.defaultValue,a=null!=t.checked?t.checked:t.defaultChecked;n=G(null!=t.value?t.value:n),e._wrapperState={initialChecked:a,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function X(e,t){null!=(t=t.checked)&&b(e,"checked",t,!1)}function J(e,t){X(e,t);var n=G(t.value),a=t.type;if(null!=n)"number"===a?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===a||"reset"===a)return void e.removeAttribute("value");t.hasOwnProperty("value")?ee(e,t.type,n):t.hasOwnProperty("defaultValue")&&ee(e,t.type,G(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function Q(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var a=t.type;if(!("submit"!==a&&"reset"!==a||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function ee(e,t,n){"number"===t&&$(e.ownerDocument)===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var te=Array.isArray;function ne(e,t,n,a){if(e=e.options,t){t={};for(var s=0;s<n.length;s++)t["$"+n[s]]=!0;for(n=0;n<e.length;n++)s=t.hasOwnProperty("$"+e[n].value),e[n].selected!==s&&(e[n].selected=s),s&&a&&(e[n].defaultSelected=!0)}else{for(n=""+G(n),t=null,s=0;s<e.length;s++){if(e[s].value===n)return e[s].selected=!0,void(a&&(e[s].defaultSelected=!0));null!==t||e[s].disabled||(t=e[s])}null!==t&&(t.selected=!0)}}function ae(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(o(91));return F({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function se(e,t){var n=t.value;if(null==n){if(n=t.children,t=t.defaultValue,null!=n){if(null!=t)throw Error(o(92));if(te(n)){if(1<n.length)throw Error(o(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:G(n)}}function oe(e,t){var n=G(t.value),a=G(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=a&&(e.defaultValue=""+a)}function re(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}function ie(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function le(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?ie(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var ce,me,de=(me=function(e,t){if("http://www.w3.org/2000/svg"!==e.namespaceURI||"innerHTML"in e)e.innerHTML=t;else{for((ce=ce||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=ce.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}},"undefined"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(e,t,n,a){MSApp.execUnsafeLocalFunction((function(){return me(e,t)}))}:me);function ue(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}var he={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},pe=["Webkit","ms","Moz","O"];function fe(e,t,n){return null==t||"boolean"===typeof t||""===t?"":n||"number"!==typeof t||0===t||he.hasOwnProperty(e)&&he[e]?(""+t).trim():t+"px"}function ge(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var a=0===n.indexOf("--"),s=fe(n,t[n],a);"float"===n&&(n="cssFloat"),a?e.setProperty(n,s):e[n]=s}}Object.keys(he).forEach((function(e){pe.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),he[t]=he[e]}))}));var ye=F({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function ve(e,t){if(t){if(ye[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(o(137,e));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(o(60));if("object"!==typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(o(61))}if(null!=t.style&&"object"!==typeof t.style)throw Error(o(62))}}function be(e,t){if(-1===e.indexOf("-"))return"string"===typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var we=null;function ke(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}var _e=null,xe=null,Te=null;function Se(e){if(e=bs(e)){if("function"!==typeof _e)throw Error(o(280));var t=e.stateNode;t&&(t=ks(t),_e(e.stateNode,e.type,t))}}function Ce(e){xe?Te?Te.push(e):Te=[e]:xe=e}function Ee(){if(xe){var e=xe,t=Te;if(Te=xe=null,Se(e),t)for(e=0;e<t.length;e++)Se(t[e])}}function Ae(e,t){return e(t)}function je(){}var Ne=!1;function De(e,t,n){if(Ne)return e(t,n);Ne=!0;try{return Ae(e,t,n)}finally{Ne=!1,(null!==xe||null!==Te)&&(je(),Ee())}}function Oe(e,t){var n=e.stateNode;if(null===n)return null;var a=ks(n);if(null===a)return null;n=a[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(a=!a.disabled)||(a=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!a;break e;default:e=!1}if(e)return null;if(n&&"function"!==typeof n)throw Error(o(231,t,typeof n));return n}var Pe=!1;if(m)try{var Re={};Object.defineProperty(Re,"passive",{get:function(){Pe=!0}}),window.addEventListener("test",Re,Re),window.removeEventListener("test",Re,Re)}catch(me){Pe=!1}function Ie(e,t,n,a,s,o,r,i,l){var c=Array.prototype.slice.call(arguments,3);try{t.apply(n,c)}catch(m){this.onError(m)}}var Le=!1,Fe=null,Me=!1,We=null,Be={onError:function(e){Le=!0,Fe=e}};function ze(e,t,n,a,s,o,r,i,l){Le=!1,Fe=null,Ie.apply(Be,arguments)}function Ue(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{0!==(4098&(t=e).flags)&&(n=t.return),e=t.return}while(e)}return 3===t.tag?n:null}function He(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&(null!==(e=e.alternate)&&(t=e.memoizedState)),null!==t)return t.dehydrated}return null}function Ge(e){if(Ue(e)!==e)throw Error(o(188))}function Ve(e){return null!==(e=function(e){var t=e.alternate;if(!t){if(null===(t=Ue(e)))throw Error(o(188));return t!==e?null:e}for(var n=e,a=t;;){var s=n.return;if(null===s)break;var r=s.alternate;if(null===r){if(null!==(a=s.return)){n=a;continue}break}if(s.child===r.child){for(r=s.child;r;){if(r===n)return Ge(s),e;if(r===a)return Ge(s),t;r=r.sibling}throw Error(o(188))}if(n.return!==a.return)n=s,a=r;else{for(var i=!1,l=s.child;l;){if(l===n){i=!0,n=s,a=r;break}if(l===a){i=!0,a=s,n=r;break}l=l.sibling}if(!i){for(l=r.child;l;){if(l===n){i=!0,n=r,a=s;break}if(l===a){i=!0,a=r,n=s;break}l=l.sibling}if(!i)throw Error(o(189))}}if(n.alternate!==a)throw Error(o(190))}if(3!==n.tag)throw Error(o(188));return n.stateNode.current===n?e:t}(e))?Ke(e):null}function Ke(e){if(5===e.tag||6===e.tag)return e;for(e=e.child;null!==e;){var t=Ke(e);if(null!==t)return t;e=e.sibling}return null}var qe=s.unstable_scheduleCallback,$e=s.unstable_cancelCallback,Ye=s.unstable_shouldYield,Ze=s.unstable_requestPaint,Xe=s.unstable_now,Je=s.unstable_getCurrentPriorityLevel,Qe=s.unstable_ImmediatePriority,et=s.unstable_UserBlockingPriority,tt=s.unstable_NormalPriority,nt=s.unstable_LowPriority,at=s.unstable_IdlePriority,st=null,ot=null;var rt=Math.clz32?Math.clz32:function(e){return e>>>=0,0===e?32:31-(it(e)/lt|0)|0},it=Math.log,lt=Math.LN2;var ct=64,mt=4194304;function dt(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return 4194240&e;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return 130023424&e;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function ut(e,t){var n=e.pendingLanes;if(0===n)return 0;var a=0,s=e.suspendedLanes,o=e.pingedLanes,r=268435455&n;if(0!==r){var i=r&~s;0!==i?a=dt(i):0!==(o&=r)&&(a=dt(o))}else 0!==(r=n&~s)?a=dt(r):0!==o&&(a=dt(o));if(0===a)return 0;if(0!==t&&t!==a&&0===(t&s)&&((s=a&-a)>=(o=t&-t)||16===s&&0!==(4194240&o)))return t;if(0!==(4&a)&&(a|=16&n),0!==(t=e.entangledLanes))for(e=e.entanglements,t&=a;0<t;)s=1<<(n=31-rt(t)),a|=e[n],t&=~s;return a}function ht(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;default:return-1}}function pt(e){return 0!==(e=-1073741825&e.pendingLanes)?e:1073741824&e?1073741824:0}function ft(){var e=ct;return 0===(4194240&(ct<<=1))&&(ct=64),e}function gt(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function yt(e,t,n){e.pendingLanes|=t,536870912!==t&&(e.suspendedLanes=0,e.pingedLanes=0),(e=e.eventTimes)[t=31-rt(t)]=n}function vt(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var a=31-rt(n),s=1<<a;s&t|e[a]&t&&(e[a]|=t),n&=~s}}var bt=0;function wt(e){return 1<(e&=-e)?4<e?0!==(268435455&e)?16:536870912:4:1}var kt,_t,xt,Tt,St,Ct=!1,Et=[],At=null,jt=null,Nt=null,Dt=new Map,Ot=new Map,Pt=[],Rt="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function It(e,t){switch(e){case"focusin":case"focusout":At=null;break;case"dragenter":case"dragleave":jt=null;break;case"mouseover":case"mouseout":Nt=null;break;case"pointerover":case"pointerout":Dt.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Ot.delete(t.pointerId)}}function Lt(e,t,n,a,s,o){return null===e||e.nativeEvent!==o?(e={blockedOn:t,domEventName:n,eventSystemFlags:a,nativeEvent:o,targetContainers:[s]},null!==t&&(null!==(t=bs(t))&&_t(t)),e):(e.eventSystemFlags|=a,t=e.targetContainers,null!==s&&-1===t.indexOf(s)&&t.push(s),e)}function Ft(e){var t=vs(e.target);if(null!==t){var n=Ue(t);if(null!==n)if(13===(t=n.tag)){if(null!==(t=He(n)))return e.blockedOn=t,void St(e.priority,(function(){xt(n)}))}else if(3===t&&n.stateNode.current.memoizedState.isDehydrated)return void(e.blockedOn=3===n.tag?n.stateNode.containerInfo:null)}e.blockedOn=null}function Mt(e){if(null!==e.blockedOn)return!1;for(var t=e.targetContainers;0<t.length;){var n=Yt(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(null!==n)return null!==(t=bs(n))&&_t(t),e.blockedOn=n,!1;var a=new(n=e.nativeEvent).constructor(n.type,n);we=a,n.target.dispatchEvent(a),we=null,t.shift()}return!0}function Wt(e,t,n){Mt(e)&&n.delete(t)}function Bt(){Ct=!1,null!==At&&Mt(At)&&(At=null),null!==jt&&Mt(jt)&&(jt=null),null!==Nt&&Mt(Nt)&&(Nt=null),Dt.forEach(Wt),Ot.forEach(Wt)}function zt(e,t){e.blockedOn===t&&(e.blockedOn=null,Ct||(Ct=!0,s.unstable_scheduleCallback(s.unstable_NormalPriority,Bt)))}function Ut(e){function t(t){return zt(t,e)}if(0<Et.length){zt(Et[0],e);for(var n=1;n<Et.length;n++){var a=Et[n];a.blockedOn===e&&(a.blockedOn=null)}}for(null!==At&&zt(At,e),null!==jt&&zt(jt,e),null!==Nt&&zt(Nt,e),Dt.forEach(t),Ot.forEach(t),n=0;n<Pt.length;n++)(a=Pt[n]).blockedOn===e&&(a.blockedOn=null);for(;0<Pt.length&&null===(n=Pt[0]).blockedOn;)Ft(n),null===n.blockedOn&&Pt.shift()}var Ht=w.ReactCurrentBatchConfig,Gt=!0;function Vt(e,t,n,a){var s=bt,o=Ht.transition;Ht.transition=null;try{bt=1,qt(e,t,n,a)}finally{bt=s,Ht.transition=o}}function Kt(e,t,n,a){var s=bt,o=Ht.transition;Ht.transition=null;try{bt=4,qt(e,t,n,a)}finally{bt=s,Ht.transition=o}}function qt(e,t,n,a){if(Gt){var s=Yt(e,t,n,a);if(null===s)Ga(e,t,a,$t,n),It(e,a);else if(function(e,t,n,a,s){switch(t){case"focusin":return At=Lt(At,e,t,n,a,s),!0;case"dragenter":return jt=Lt(jt,e,t,n,a,s),!0;case"mouseover":return Nt=Lt(Nt,e,t,n,a,s),!0;case"pointerover":var o=s.pointerId;return Dt.set(o,Lt(Dt.get(o)||null,e,t,n,a,s)),!0;case"gotpointercapture":return o=s.pointerId,Ot.set(o,Lt(Ot.get(o)||null,e,t,n,a,s)),!0}return!1}(s,e,t,n,a))a.stopPropagation();else if(It(e,a),4&t&&-1<Rt.indexOf(e)){for(;null!==s;){var o=bs(s);if(null!==o&&kt(o),null===(o=Yt(e,t,n,a))&&Ga(e,t,a,$t,n),o===s)break;s=o}null!==s&&a.stopPropagation()}else Ga(e,t,a,null,n)}}var $t=null;function Yt(e,t,n,a){if($t=null,null!==(e=vs(e=ke(a))))if(null===(t=Ue(e)))e=null;else if(13===(n=t.tag)){if(null!==(e=He(t)))return e;e=null}else if(3===n){if(t.stateNode.current.memoizedState.isDehydrated)return 3===t.tag?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return $t=e,null}function Zt(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(Je()){case Qe:return 1;case et:return 4;case tt:case nt:return 16;case at:return 536870912;default:return 16}default:return 16}}var Xt=null,Jt=null,Qt=null;function en(){if(Qt)return Qt;var e,t,n=Jt,a=n.length,s="value"in Xt?Xt.value:Xt.textContent,o=s.length;for(e=0;e<a&&n[e]===s[e];e++);var r=a-e;for(t=1;t<=r&&n[a-t]===s[o-t];t++);return Qt=s.slice(e,1<t?1-t:void 0)}function tn(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}function nn(){return!0}function an(){return!1}function sn(e){function t(t,n,a,s,o){for(var r in this._reactName=t,this._targetInst=a,this.type=n,this.nativeEvent=s,this.target=o,this.currentTarget=null,e)e.hasOwnProperty(r)&&(t=e[r],this[r]=t?t(s):s[r]);return this.isDefaultPrevented=(null!=s.defaultPrevented?s.defaultPrevented:!1===s.returnValue)?nn:an,this.isPropagationStopped=an,this}return F(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!==typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=nn)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!==typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=nn)},persist:function(){},isPersistent:nn}),t}var on,rn,ln,cn={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},mn=sn(cn),dn=F({},cn,{view:0,detail:0}),un=sn(dn),hn=F({},dn,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Sn,button:0,buttons:0,relatedTarget:function(e){return void 0===e.relatedTarget?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==ln&&(ln&&"mousemove"===e.type?(on=e.screenX-ln.screenX,rn=e.screenY-ln.screenY):rn=on=0,ln=e),on)},movementY:function(e){return"movementY"in e?e.movementY:rn}}),pn=sn(hn),fn=sn(F({},hn,{dataTransfer:0})),gn=sn(F({},dn,{relatedTarget:0})),yn=sn(F({},cn,{animationName:0,elapsedTime:0,pseudoElement:0})),vn=F({},cn,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),bn=sn(vn),wn=sn(F({},cn,{data:0})),kn={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},_n={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},xn={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Tn(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=xn[e])&&!!t[e]}function Sn(){return Tn}var Cn=F({},dn,{key:function(e){if(e.key){var t=kn[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=tn(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?_n[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Sn,charCode:function(e){return"keypress"===e.type?tn(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?tn(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),En=sn(Cn),An=sn(F({},hn,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),jn=sn(F({},dn,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Sn})),Nn=sn(F({},cn,{propertyName:0,elapsedTime:0,pseudoElement:0})),Dn=F({},hn,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),On=sn(Dn),Pn=[9,13,27,32],Rn=m&&"CompositionEvent"in window,In=null;m&&"documentMode"in document&&(In=document.documentMode);var Ln=m&&"TextEvent"in window&&!In,Fn=m&&(!Rn||In&&8<In&&11>=In),Mn=String.fromCharCode(32),Wn=!1;function Bn(e,t){switch(e){case"keyup":return-1!==Pn.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function zn(e){return"object"===typeof(e=e.detail)&&"data"in e?e.data:null}var Un=!1;var Hn={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Gn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!Hn[e.type]:"textarea"===t}function Vn(e,t,n,a){Ce(a),0<(t=Ka(t,"onChange")).length&&(n=new mn("onChange","change",null,n,a),e.push({event:n,listeners:t}))}var Kn=null,qn=null;function $n(e){Ma(e,0)}function Yn(e){if(q(ws(e)))return e}function Zn(e,t){if("change"===e)return t}var Xn=!1;if(m){var Jn;if(m){var Qn="oninput"in document;if(!Qn){var ea=document.createElement("div");ea.setAttribute("oninput","return;"),Qn="function"===typeof ea.oninput}Jn=Qn}else Jn=!1;Xn=Jn&&(!document.documentMode||9<document.documentMode)}function ta(){Kn&&(Kn.detachEvent("onpropertychange",na),qn=Kn=null)}function na(e){if("value"===e.propertyName&&Yn(qn)){var t=[];Vn(t,qn,e,ke(e)),De($n,t)}}function aa(e,t,n){"focusin"===e?(ta(),qn=n,(Kn=t).attachEvent("onpropertychange",na)):"focusout"===e&&ta()}function sa(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return Yn(qn)}function oa(e,t){if("click"===e)return Yn(t)}function ra(e,t){if("input"===e||"change"===e)return Yn(t)}var ia="function"===typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e===1/t)||e!==e&&t!==t};function la(e,t){if(ia(e,t))return!0;if("object"!==typeof e||null===e||"object"!==typeof t||null===t)return!1;var n=Object.keys(e),a=Object.keys(t);if(n.length!==a.length)return!1;for(a=0;a<n.length;a++){var s=n[a];if(!d.call(t,s)||!ia(e[s],t[s]))return!1}return!0}function ca(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function ma(e,t){var n,a=ca(e);for(e=0;a;){if(3===a.nodeType){if(n=e+a.textContent.length,e<=t&&n>=t)return{node:a,offset:t-e};e=n}e:{for(;a;){if(a.nextSibling){a=a.nextSibling;break e}a=a.parentNode}a=void 0}a=ca(a)}}function da(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===t.nodeType?da(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}function ua(){for(var e=window,t=$();t instanceof e.HTMLIFrameElement;){try{var n="string"===typeof t.contentWindow.location.href}catch(a){n=!1}if(!n)break;t=$((e=t.contentWindow).document)}return t}function ha(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}function pa(e){var t=ua(),n=e.focusedElem,a=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&da(n.ownerDocument.documentElement,n)){if(null!==a&&ha(n))if(t=a.start,void 0===(e=a.end)&&(e=t),"selectionStart"in n)n.selectionStart=t,n.selectionEnd=Math.min(e,n.value.length);else if((e=(t=n.ownerDocument||document)&&t.defaultView||window).getSelection){e=e.getSelection();var s=n.textContent.length,o=Math.min(a.start,s);a=void 0===a.end?o:Math.min(a.end,s),!e.extend&&o>a&&(s=a,a=o,o=s),s=ma(n,o);var r=ma(n,a);s&&r&&(1!==e.rangeCount||e.anchorNode!==s.node||e.anchorOffset!==s.offset||e.focusNode!==r.node||e.focusOffset!==r.offset)&&((t=t.createRange()).setStart(s.node,s.offset),e.removeAllRanges(),o>a?(e.addRange(t),e.extend(r.node,r.offset)):(t.setEnd(r.node,r.offset),e.addRange(t)))}for(t=[],e=n;e=e.parentNode;)1===e.nodeType&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for("function"===typeof n.focus&&n.focus(),n=0;n<t.length;n++)(e=t[n]).element.scrollLeft=e.left,e.element.scrollTop=e.top}}var fa=m&&"documentMode"in document&&11>=document.documentMode,ga=null,ya=null,va=null,ba=!1;function wa(e,t,n){var a=n.window===n?n.document:9===n.nodeType?n:n.ownerDocument;ba||null==ga||ga!==$(a)||("selectionStart"in(a=ga)&&ha(a)?a={start:a.selectionStart,end:a.selectionEnd}:a={anchorNode:(a=(a.ownerDocument&&a.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:a.anchorOffset,focusNode:a.focusNode,focusOffset:a.focusOffset},va&&la(va,a)||(va=a,0<(a=Ka(ya,"onSelect")).length&&(t=new mn("onSelect","select",null,t,n),e.push({event:t,listeners:a}),t.target=ga)))}function ka(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var _a={animationend:ka("Animation","AnimationEnd"),animationiteration:ka("Animation","AnimationIteration"),animationstart:ka("Animation","AnimationStart"),transitionend:ka("Transition","TransitionEnd")},xa={},Ta={};function Sa(e){if(xa[e])return xa[e];if(!_a[e])return e;var t,n=_a[e];for(t in n)if(n.hasOwnProperty(t)&&t in Ta)return xa[e]=n[t];return e}m&&(Ta=document.createElement("div").style,"AnimationEvent"in window||(delete _a.animationend.animation,delete _a.animationiteration.animation,delete _a.animationstart.animation),"TransitionEvent"in window||delete _a.transitionend.transition);var Ca=Sa("animationend"),Ea=Sa("animationiteration"),Aa=Sa("animationstart"),ja=Sa("transitionend"),Na=new Map,Da="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Oa(e,t){Na.set(e,t),l(t,[e])}for(var Pa=0;Pa<Da.length;Pa++){var Ra=Da[Pa];Oa(Ra.toLowerCase(),"on"+(Ra[0].toUpperCase()+Ra.slice(1)))}Oa(Ca,"onAnimationEnd"),Oa(Ea,"onAnimationIteration"),Oa(Aa,"onAnimationStart"),Oa("dblclick","onDoubleClick"),Oa("focusin","onFocus"),Oa("focusout","onBlur"),Oa(ja,"onTransitionEnd"),c("onMouseEnter",["mouseout","mouseover"]),c("onMouseLeave",["mouseout","mouseover"]),c("onPointerEnter",["pointerout","pointerover"]),c("onPointerLeave",["pointerout","pointerover"]),l("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),l("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),l("onBeforeInput",["compositionend","keypress","textInput","paste"]),l("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),l("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),l("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Ia="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),La=new Set("cancel close invalid load scroll toggle".split(" ").concat(Ia));function Fa(e,t,n){var a=e.type||"unknown-event";e.currentTarget=n,function(e,t,n,a,s,r,i,l,c){if(ze.apply(this,arguments),Le){if(!Le)throw Error(o(198));var m=Fe;Le=!1,Fe=null,Me||(Me=!0,We=m)}}(a,t,void 0,e),e.currentTarget=null}function Ma(e,t){t=0!==(4&t);for(var n=0;n<e.length;n++){var a=e[n],s=a.event;a=a.listeners;e:{var o=void 0;if(t)for(var r=a.length-1;0<=r;r--){var i=a[r],l=i.instance,c=i.currentTarget;if(i=i.listener,l!==o&&s.isPropagationStopped())break e;Fa(s,i,c),o=l}else for(r=0;r<a.length;r++){if(l=(i=a[r]).instance,c=i.currentTarget,i=i.listener,l!==o&&s.isPropagationStopped())break e;Fa(s,i,c),o=l}}}if(Me)throw e=We,Me=!1,We=null,e}function Wa(e,t){var n=t[fs];void 0===n&&(n=t[fs]=new Set);var a=e+"__bubble";n.has(a)||(Ha(t,e,2,!1),n.add(a))}function Ba(e,t,n){var a=0;t&&(a|=4),Ha(n,e,a,t)}var za="_reactListening"+Math.random().toString(36).slice(2);function Ua(e){if(!e[za]){e[za]=!0,r.forEach((function(t){"selectionchange"!==t&&(La.has(t)||Ba(t,!1,e),Ba(t,!0,e))}));var t=9===e.nodeType?e:e.ownerDocument;null===t||t[za]||(t[za]=!0,Ba("selectionchange",!1,t))}}function Ha(e,t,n,a){switch(Zt(t)){case 1:var s=Vt;break;case 4:s=Kt;break;default:s=qt}n=s.bind(null,t,n,e),s=void 0,!Pe||"touchstart"!==t&&"touchmove"!==t&&"wheel"!==t||(s=!0),a?void 0!==s?e.addEventListener(t,n,{capture:!0,passive:s}):e.addEventListener(t,n,!0):void 0!==s?e.addEventListener(t,n,{passive:s}):e.addEventListener(t,n,!1)}function Ga(e,t,n,a,s){var o=a;if(0===(1&t)&&0===(2&t)&&null!==a)e:for(;;){if(null===a)return;var r=a.tag;if(3===r||4===r){var i=a.stateNode.containerInfo;if(i===s||8===i.nodeType&&i.parentNode===s)break;if(4===r)for(r=a.return;null!==r;){var l=r.tag;if((3===l||4===l)&&((l=r.stateNode.containerInfo)===s||8===l.nodeType&&l.parentNode===s))return;r=r.return}for(;null!==i;){if(null===(r=vs(i)))return;if(5===(l=r.tag)||6===l){a=o=r;continue e}i=i.parentNode}}a=a.return}De((function(){var a=o,s=ke(n),r=[];e:{var i=Na.get(e);if(void 0!==i){var l=mn,c=e;switch(e){case"keypress":if(0===tn(n))break e;case"keydown":case"keyup":l=En;break;case"focusin":c="focus",l=gn;break;case"focusout":c="blur",l=gn;break;case"beforeblur":case"afterblur":l=gn;break;case"click":if(2===n.button)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":l=pn;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":l=fn;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":l=jn;break;case Ca:case Ea:case Aa:l=yn;break;case ja:l=Nn;break;case"scroll":l=un;break;case"wheel":l=On;break;case"copy":case"cut":case"paste":l=bn;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":l=An}var m=0!==(4&t),d=!m&&"scroll"===e,u=m?null!==i?i+"Capture":null:i;m=[];for(var h,p=a;null!==p;){var f=(h=p).stateNode;if(5===h.tag&&null!==f&&(h=f,null!==u&&(null!=(f=Oe(p,u))&&m.push(Va(p,f,h)))),d)break;p=p.return}0<m.length&&(i=new l(i,c,null,n,s),r.push({event:i,listeners:m}))}}if(0===(7&t)){if(l="mouseout"===e||"pointerout"===e,(!(i="mouseover"===e||"pointerover"===e)||n===we||!(c=n.relatedTarget||n.fromElement)||!vs(c)&&!c[ps])&&(l||i)&&(i=s.window===s?s:(i=s.ownerDocument)?i.defaultView||i.parentWindow:window,l?(l=a,null!==(c=(c=n.relatedTarget||n.toElement)?vs(c):null)&&(c!==(d=Ue(c))||5!==c.tag&&6!==c.tag)&&(c=null)):(l=null,c=a),l!==c)){if(m=pn,f="onMouseLeave",u="onMouseEnter",p="mouse","pointerout"!==e&&"pointerover"!==e||(m=An,f="onPointerLeave",u="onPointerEnter",p="pointer"),d=null==l?i:ws(l),h=null==c?i:ws(c),(i=new m(f,p+"leave",l,n,s)).target=d,i.relatedTarget=h,f=null,vs(s)===a&&((m=new m(u,p+"enter",c,n,s)).target=h,m.relatedTarget=d,f=m),d=f,l&&c)e:{for(u=c,p=0,h=m=l;h;h=qa(h))p++;for(h=0,f=u;f;f=qa(f))h++;for(;0<p-h;)m=qa(m),p--;for(;0<h-p;)u=qa(u),h--;for(;p--;){if(m===u||null!==u&&m===u.alternate)break e;m=qa(m),u=qa(u)}m=null}else m=null;null!==l&&$a(r,i,l,m,!1),null!==c&&null!==d&&$a(r,d,c,m,!0)}if("select"===(l=(i=a?ws(a):window).nodeName&&i.nodeName.toLowerCase())||"input"===l&&"file"===i.type)var g=Zn;else if(Gn(i))if(Xn)g=ra;else{g=sa;var y=aa}else(l=i.nodeName)&&"input"===l.toLowerCase()&&("checkbox"===i.type||"radio"===i.type)&&(g=oa);switch(g&&(g=g(e,a))?Vn(r,g,n,s):(y&&y(e,i,a),"focusout"===e&&(y=i._wrapperState)&&y.controlled&&"number"===i.type&&ee(i,"number",i.value)),y=a?ws(a):window,e){case"focusin":(Gn(y)||"true"===y.contentEditable)&&(ga=y,ya=a,va=null);break;case"focusout":va=ya=ga=null;break;case"mousedown":ba=!0;break;case"contextmenu":case"mouseup":case"dragend":ba=!1,wa(r,n,s);break;case"selectionchange":if(fa)break;case"keydown":case"keyup":wa(r,n,s)}var v;if(Rn)e:{switch(e){case"compositionstart":var b="onCompositionStart";break e;case"compositionend":b="onCompositionEnd";break e;case"compositionupdate":b="onCompositionUpdate";break e}b=void 0}else Un?Bn(e,n)&&(b="onCompositionEnd"):"keydown"===e&&229===n.keyCode&&(b="onCompositionStart");b&&(Fn&&"ko"!==n.locale&&(Un||"onCompositionStart"!==b?"onCompositionEnd"===b&&Un&&(v=en()):(Jt="value"in(Xt=s)?Xt.value:Xt.textContent,Un=!0)),0<(y=Ka(a,b)).length&&(b=new wn(b,e,null,n,s),r.push({event:b,listeners:y}),v?b.data=v:null!==(v=zn(n))&&(b.data=v))),(v=Ln?function(e,t){switch(e){case"compositionend":return zn(t);case"keypress":return 32!==t.which?null:(Wn=!0,Mn);case"textInput":return(e=t.data)===Mn&&Wn?null:e;default:return null}}(e,n):function(e,t){if(Un)return"compositionend"===e||!Rn&&Bn(e,t)?(e=en(),Qt=Jt=Xt=null,Un=!1,e):null;switch(e){case"paste":default:return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return Fn&&"ko"!==t.locale?null:t.data}}(e,n))&&(0<(a=Ka(a,"onBeforeInput")).length&&(s=new wn("onBeforeInput","beforeinput",null,n,s),r.push({event:s,listeners:a}),s.data=v))}Ma(r,t)}))}function Va(e,t,n){return{instance:e,listener:t,currentTarget:n}}function Ka(e,t){for(var n=t+"Capture",a=[];null!==e;){var s=e,o=s.stateNode;5===s.tag&&null!==o&&(s=o,null!=(o=Oe(e,n))&&a.unshift(Va(e,o,s)),null!=(o=Oe(e,t))&&a.push(Va(e,o,s))),e=e.return}return a}function qa(e){if(null===e)return null;do{e=e.return}while(e&&5!==e.tag);return e||null}function $a(e,t,n,a,s){for(var o=t._reactName,r=[];null!==n&&n!==a;){var i=n,l=i.alternate,c=i.stateNode;if(null!==l&&l===a)break;5===i.tag&&null!==c&&(i=c,s?null!=(l=Oe(n,o))&&r.unshift(Va(n,l,i)):s||null!=(l=Oe(n,o))&&r.push(Va(n,l,i))),n=n.return}0!==r.length&&e.push({event:t,listeners:r})}var Ya=/\r\n?/g,Za=/\u0000|\uFFFD/g;function Xa(e){return("string"===typeof e?e:""+e).replace(Ya,"\n").replace(Za,"")}function Ja(e,t,n){if(t=Xa(t),Xa(e)!==t&&n)throw Error(o(425))}function Qa(){}var es=null,ts=null;function ns(e,t){return"textarea"===e||"noscript"===e||"string"===typeof t.children||"number"===typeof t.children||"object"===typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var as="function"===typeof setTimeout?setTimeout:void 0,ss="function"===typeof clearTimeout?clearTimeout:void 0,os="function"===typeof Promise?Promise:void 0,rs="function"===typeof queueMicrotask?queueMicrotask:"undefined"!==typeof os?function(e){return os.resolve(null).then(e).catch(is)}:as;function is(e){setTimeout((function(){throw e}))}function ls(e,t){var n=t,a=0;do{var s=n.nextSibling;if(e.removeChild(n),s&&8===s.nodeType)if("/$"===(n=s.data)){if(0===a)return e.removeChild(s),void Ut(t);a--}else"$"!==n&&"$?"!==n&&"$!"!==n||a++;n=s}while(n);Ut(t)}function cs(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break;if(8===t){if("$"===(t=e.data)||"$!"===t||"$?"===t)break;if("/$"===t)return null}}return e}function ms(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var n=e.data;if("$"===n||"$!"===n||"$?"===n){if(0===t)return e;t--}else"/$"===n&&t++}e=e.previousSibling}return null}var ds=Math.random().toString(36).slice(2),us="__reactFiber$"+ds,hs="__reactProps$"+ds,ps="__reactContainer$"+ds,fs="__reactEvents$"+ds,gs="__reactListeners$"+ds,ys="__reactHandles$"+ds;function vs(e){var t=e[us];if(t)return t;for(var n=e.parentNode;n;){if(t=n[ps]||n[us]){if(n=t.alternate,null!==t.child||null!==n&&null!==n.child)for(e=ms(e);null!==e;){if(n=e[us])return n;e=ms(e)}return t}n=(e=n).parentNode}return null}function bs(e){return!(e=e[us]||e[ps])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function ws(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(o(33))}function ks(e){return e[hs]||null}var _s=[],xs=-1;function Ts(e){return{current:e}}function Ss(e){0>xs||(e.current=_s[xs],_s[xs]=null,xs--)}function Cs(e,t){xs++,_s[xs]=e.current,e.current=t}var Es={},As=Ts(Es),js=Ts(!1),Ns=Es;function Ds(e,t){var n=e.type.contextTypes;if(!n)return Es;var a=e.stateNode;if(a&&a.__reactInternalMemoizedUnmaskedChildContext===t)return a.__reactInternalMemoizedMaskedChildContext;var s,o={};for(s in n)o[s]=t[s];return a&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=o),o}function Os(e){return null!==(e=e.childContextTypes)&&void 0!==e}function Ps(){Ss(js),Ss(As)}function Rs(e,t,n){if(As.current!==Es)throw Error(o(168));Cs(As,t),Cs(js,n)}function Is(e,t,n){var a=e.stateNode;if(t=t.childContextTypes,"function"!==typeof a.getChildContext)return n;for(var s in a=a.getChildContext())if(!(s in t))throw Error(o(108,H(e)||"Unknown",s));return F({},n,a)}function Ls(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Es,Ns=As.current,Cs(As,e),Cs(js,js.current),!0}function Fs(e,t,n){var a=e.stateNode;if(!a)throw Error(o(169));n?(e=Is(e,t,Ns),a.__reactInternalMemoizedMergedChildContext=e,Ss(js),Ss(As),Cs(As,e)):Ss(js),Cs(js,n)}var Ms=null,Ws=!1,Bs=!1;function zs(e){null===Ms?Ms=[e]:Ms.push(e)}function Us(){if(!Bs&&null!==Ms){Bs=!0;var e=0,t=bt;try{var n=Ms;for(bt=1;e<n.length;e++){var a=n[e];do{a=a(!0)}while(null!==a)}Ms=null,Ws=!1}catch(s){throw null!==Ms&&(Ms=Ms.slice(e+1)),qe(Qe,Us),s}finally{bt=t,Bs=!1}}return null}var Hs=[],Gs=0,Vs=null,Ks=0,qs=[],$s=0,Ys=null,Zs=1,Xs="";function Js(e,t){Hs[Gs++]=Ks,Hs[Gs++]=Vs,Vs=e,Ks=t}function Qs(e,t,n){qs[$s++]=Zs,qs[$s++]=Xs,qs[$s++]=Ys,Ys=e;var a=Zs;e=Xs;var s=32-rt(a)-1;a&=~(1<<s),n+=1;var o=32-rt(t)+s;if(30<o){var r=s-s%5;o=(a&(1<<r)-1).toString(32),a>>=r,s-=r,Zs=1<<32-rt(t)+s|n<<s|a,Xs=o+e}else Zs=1<<o|n<<s|a,Xs=e}function eo(e){null!==e.return&&(Js(e,1),Qs(e,1,0))}function to(e){for(;e===Vs;)Vs=Hs[--Gs],Hs[Gs]=null,Ks=Hs[--Gs],Hs[Gs]=null;for(;e===Ys;)Ys=qs[--$s],qs[$s]=null,Xs=qs[--$s],qs[$s]=null,Zs=qs[--$s],qs[$s]=null}var no=null,ao=null,so=!1,oo=null;function ro(e,t){var n=Dc(5,null,null,0);n.elementType="DELETED",n.stateNode=t,n.return=e,null===(t=e.deletions)?(e.deletions=[n],e.flags|=16):t.push(n)}function io(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,no=e,ao=cs(t.firstChild),!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,no=e,ao=null,!0);case 13:return null!==(t=8!==t.nodeType?null:t)&&(n=null!==Ys?{id:Zs,overflow:Xs}:null,e.memoizedState={dehydrated:t,treeContext:n,retryLane:1073741824},(n=Dc(18,null,null,0)).stateNode=t,n.return=e,e.child=n,no=e,ao=null,!0);default:return!1}}function lo(e){return 0!==(1&e.mode)&&0===(128&e.flags)}function co(e){if(so){var t=ao;if(t){var n=t;if(!io(e,t)){if(lo(e))throw Error(o(418));t=cs(n.nextSibling);var a=no;t&&io(e,t)?ro(a,n):(e.flags=-4097&e.flags|2,so=!1,no=e)}}else{if(lo(e))throw Error(o(418));e.flags=-4097&e.flags|2,so=!1,no=e}}}function mo(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;no=e}function uo(e){if(e!==no)return!1;if(!so)return mo(e),so=!0,!1;var t;if((t=3!==e.tag)&&!(t=5!==e.tag)&&(t="head"!==(t=e.type)&&"body"!==t&&!ns(e.type,e.memoizedProps)),t&&(t=ao)){if(lo(e))throw ho(),Error(o(418));for(;t;)ro(e,t),t=cs(t.nextSibling)}if(mo(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(o(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var n=e.data;if("/$"===n){if(0===t){ao=cs(e.nextSibling);break e}t--}else"$"!==n&&"$!"!==n&&"$?"!==n||t++}e=e.nextSibling}ao=null}}else ao=no?cs(e.stateNode.nextSibling):null;return!0}function ho(){for(var e=ao;e;)e=cs(e.nextSibling)}function po(){ao=no=null,so=!1}function fo(e){null===oo?oo=[e]:oo.push(e)}var go=w.ReactCurrentBatchConfig;function yo(e,t){if(e&&e.defaultProps){for(var n in t=F({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}return t}var vo=Ts(null),bo=null,wo=null,ko=null;function _o(){ko=wo=bo=null}function xo(e){var t=vo.current;Ss(vo),e._currentValue=t}function To(e,t,n){for(;null!==e;){var a=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,null!==a&&(a.childLanes|=t)):null!==a&&(a.childLanes&t)!==t&&(a.childLanes|=t),e===n)break;e=e.return}}function So(e,t){bo=e,ko=wo=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(0!==(e.lanes&t)&&(wi=!0),e.firstContext=null)}function Co(e){var t=e._currentValue;if(ko!==e)if(e={context:e,memoizedValue:t,next:null},null===wo){if(null===bo)throw Error(o(308));wo=e,bo.dependencies={lanes:0,firstContext:e}}else wo=wo.next=e;return t}var Eo=null;function Ao(e){null===Eo?Eo=[e]:Eo.push(e)}function jo(e,t,n,a){var s=t.interleaved;return null===s?(n.next=n,Ao(t)):(n.next=s.next,s.next=n),t.interleaved=n,No(e,a)}function No(e,t){e.lanes|=t;var n=e.alternate;for(null!==n&&(n.lanes|=t),n=e,e=e.return;null!==e;)e.childLanes|=t,null!==(n=e.alternate)&&(n.childLanes|=t),n=e,e=e.return;return 3===n.tag?n.stateNode:null}var Do=!1;function Oo(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Po(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function Ro(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function Io(e,t,n){var a=e.updateQueue;if(null===a)return null;if(a=a.shared,0!==(2&Al)){var s=a.pending;return null===s?t.next=t:(t.next=s.next,s.next=t),a.pending=t,No(e,n)}return null===(s=a.interleaved)?(t.next=t,Ao(a)):(t.next=s.next,s.next=t),a.interleaved=t,No(e,n)}function Lo(e,t,n){if(null!==(t=t.updateQueue)&&(t=t.shared,0!==(4194240&n))){var a=t.lanes;n|=a&=e.pendingLanes,t.lanes=n,vt(e,n)}}function Fo(e,t){var n=e.updateQueue,a=e.alternate;if(null!==a&&n===(a=a.updateQueue)){var s=null,o=null;if(null!==(n=n.firstBaseUpdate)){do{var r={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};null===o?s=o=r:o=o.next=r,n=n.next}while(null!==n);null===o?s=o=t:o=o.next=t}else s=o=t;return n={baseState:a.baseState,firstBaseUpdate:s,lastBaseUpdate:o,shared:a.shared,effects:a.effects},void(e.updateQueue=n)}null===(e=n.lastBaseUpdate)?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function Mo(e,t,n,a){var s=e.updateQueue;Do=!1;var o=s.firstBaseUpdate,r=s.lastBaseUpdate,i=s.shared.pending;if(null!==i){s.shared.pending=null;var l=i,c=l.next;l.next=null,null===r?o=c:r.next=c,r=l;var m=e.alternate;null!==m&&((i=(m=m.updateQueue).lastBaseUpdate)!==r&&(null===i?m.firstBaseUpdate=c:i.next=c,m.lastBaseUpdate=l))}if(null!==o){var d=s.baseState;for(r=0,m=c=l=null,i=o;;){var u=i.lane,h=i.eventTime;if((a&u)===u){null!==m&&(m=m.next={eventTime:h,lane:0,tag:i.tag,payload:i.payload,callback:i.callback,next:null});e:{var p=e,f=i;switch(u=t,h=n,f.tag){case 1:if("function"===typeof(p=f.payload)){d=p.call(h,d,u);break e}d=p;break e;case 3:p.flags=-65537&p.flags|128;case 0:if(null===(u="function"===typeof(p=f.payload)?p.call(h,d,u):p)||void 0===u)break e;d=F({},d,u);break e;case 2:Do=!0}}null!==i.callback&&0!==i.lane&&(e.flags|=64,null===(u=s.effects)?s.effects=[i]:u.push(i))}else h={eventTime:h,lane:u,tag:i.tag,payload:i.payload,callback:i.callback,next:null},null===m?(c=m=h,l=d):m=m.next=h,r|=u;if(null===(i=i.next)){if(null===(i=s.shared.pending))break;i=(u=i).next,u.next=null,s.lastBaseUpdate=u,s.shared.pending=null}}if(null===m&&(l=d),s.baseState=l,s.firstBaseUpdate=c,s.lastBaseUpdate=m,null!==(t=s.shared.interleaved)){s=t;do{r|=s.lane,s=s.next}while(s!==t)}else null===o&&(s.shared.lanes=0);Ll|=r,e.lanes=r,e.memoizedState=d}}function Wo(e,t,n){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var a=e[t],s=a.callback;if(null!==s){if(a.callback=null,a=n,"function"!==typeof s)throw Error(o(191,s));s.call(a)}}}var Bo=(new a.Component).refs;function zo(e,t,n,a){n=null===(n=n(a,t=e.memoizedState))||void 0===n?t:F({},t,n),e.memoizedState=n,0===e.lanes&&(e.updateQueue.baseState=n)}var Uo={isMounted:function(e){return!!(e=e._reactInternals)&&Ue(e)===e},enqueueSetState:function(e,t,n){e=e._reactInternals;var a=ec(),s=tc(e),o=Ro(a,s);o.payload=t,void 0!==n&&null!==n&&(o.callback=n),null!==(t=Io(e,o,s))&&(nc(t,e,s,a),Lo(t,e,s))},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var a=ec(),s=tc(e),o=Ro(a,s);o.tag=1,o.payload=t,void 0!==n&&null!==n&&(o.callback=n),null!==(t=Io(e,o,s))&&(nc(t,e,s,a),Lo(t,e,s))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=ec(),a=tc(e),s=Ro(n,a);s.tag=2,void 0!==t&&null!==t&&(s.callback=t),null!==(t=Io(e,s,a))&&(nc(t,e,a,n),Lo(t,e,a))}};function Ho(e,t,n,a,s,o,r){return"function"===typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(a,o,r):!t.prototype||!t.prototype.isPureReactComponent||(!la(n,a)||!la(s,o))}function Go(e,t,n){var a=!1,s=Es,o=t.contextType;return"object"===typeof o&&null!==o?o=Co(o):(s=Os(t)?Ns:As.current,o=(a=null!==(a=t.contextTypes)&&void 0!==a)?Ds(e,s):Es),t=new t(n,o),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=Uo,e.stateNode=t,t._reactInternals=e,a&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=s,e.__reactInternalMemoizedMaskedChildContext=o),t}function Vo(e,t,n,a){e=t.state,"function"===typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,a),"function"===typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,a),t.state!==e&&Uo.enqueueReplaceState(t,t.state,null)}function Ko(e,t,n,a){var s=e.stateNode;s.props=n,s.state=e.memoizedState,s.refs=Bo,Oo(e);var o=t.contextType;"object"===typeof o&&null!==o?s.context=Co(o):(o=Os(t)?Ns:As.current,s.context=Ds(e,o)),s.state=e.memoizedState,"function"===typeof(o=t.getDerivedStateFromProps)&&(zo(e,t,o,n),s.state=e.memoizedState),"function"===typeof t.getDerivedStateFromProps||"function"===typeof s.getSnapshotBeforeUpdate||"function"!==typeof s.UNSAFE_componentWillMount&&"function"!==typeof s.componentWillMount||(t=s.state,"function"===typeof s.componentWillMount&&s.componentWillMount(),"function"===typeof s.UNSAFE_componentWillMount&&s.UNSAFE_componentWillMount(),t!==s.state&&Uo.enqueueReplaceState(s,s.state,null),Mo(e,n,s,a),s.state=e.memoizedState),"function"===typeof s.componentDidMount&&(e.flags|=4194308)}function qo(e,t,n){if(null!==(e=n.ref)&&"function"!==typeof e&&"object"!==typeof e){if(n._owner){if(n=n._owner){if(1!==n.tag)throw Error(o(309));var a=n.stateNode}if(!a)throw Error(o(147,e));var s=a,r=""+e;return null!==t&&null!==t.ref&&"function"===typeof t.ref&&t.ref._stringRef===r?t.ref:(t=function(e){var t=s.refs;t===Bo&&(t=s.refs={}),null===e?delete t[r]:t[r]=e},t._stringRef=r,t)}if("string"!==typeof e)throw Error(o(284));if(!n._owner)throw Error(o(290,e))}return e}function $o(e,t){throw e=Object.prototype.toString.call(t),Error(o(31,"[object Object]"===e?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function Yo(e){return(0,e._init)(e._payload)}function Zo(e){function t(t,n){if(e){var a=t.deletions;null===a?(t.deletions=[n],t.flags|=16):a.push(n)}}function n(n,a){if(!e)return null;for(;null!==a;)t(n,a),a=a.sibling;return null}function a(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function s(e,t){return(e=Pc(e,t)).index=0,e.sibling=null,e}function r(t,n,a){return t.index=a,e?null!==(a=t.alternate)?(a=a.index)<n?(t.flags|=2,n):a:(t.flags|=2,n):(t.flags|=1048576,n)}function i(t){return e&&null===t.alternate&&(t.flags|=2),t}function l(e,t,n,a){return null===t||6!==t.tag?((t=Fc(n,e.mode,a)).return=e,t):((t=s(t,n)).return=e,t)}function c(e,t,n,a){var o=n.type;return o===x?d(e,t,n.props.children,a,n.key):null!==t&&(t.elementType===o||"object"===typeof o&&null!==o&&o.$$typeof===O&&Yo(o)===t.type)?((a=s(t,n.props)).ref=qo(e,t,n),a.return=e,a):((a=Rc(n.type,n.key,n.props,null,e.mode,a)).ref=qo(e,t,n),a.return=e,a)}function m(e,t,n,a){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=Mc(n,e.mode,a)).return=e,t):((t=s(t,n.children||[])).return=e,t)}function d(e,t,n,a,o){return null===t||7!==t.tag?((t=Ic(n,e.mode,a,o)).return=e,t):((t=s(t,n)).return=e,t)}function u(e,t,n){if("string"===typeof t&&""!==t||"number"===typeof t)return(t=Fc(""+t,e.mode,n)).return=e,t;if("object"===typeof t&&null!==t){switch(t.$$typeof){case k:return(n=Rc(t.type,t.key,t.props,null,e.mode,n)).ref=qo(e,null,t),n.return=e,n;case _:return(t=Mc(t,e.mode,n)).return=e,t;case O:return u(e,(0,t._init)(t._payload),n)}if(te(t)||I(t))return(t=Ic(t,e.mode,n,null)).return=e,t;$o(e,t)}return null}function h(e,t,n,a){var s=null!==t?t.key:null;if("string"===typeof n&&""!==n||"number"===typeof n)return null!==s?null:l(e,t,""+n,a);if("object"===typeof n&&null!==n){switch(n.$$typeof){case k:return n.key===s?c(e,t,n,a):null;case _:return n.key===s?m(e,t,n,a):null;case O:return h(e,t,(s=n._init)(n._payload),a)}if(te(n)||I(n))return null!==s?null:d(e,t,n,a,null);$o(e,n)}return null}function p(e,t,n,a,s){if("string"===typeof a&&""!==a||"number"===typeof a)return l(t,e=e.get(n)||null,""+a,s);if("object"===typeof a&&null!==a){switch(a.$$typeof){case k:return c(t,e=e.get(null===a.key?n:a.key)||null,a,s);case _:return m(t,e=e.get(null===a.key?n:a.key)||null,a,s);case O:return p(e,t,n,(0,a._init)(a._payload),s)}if(te(a)||I(a))return d(t,e=e.get(n)||null,a,s,null);$o(t,a)}return null}function f(s,o,i,l){for(var c=null,m=null,d=o,f=o=0,g=null;null!==d&&f<i.length;f++){d.index>f?(g=d,d=null):g=d.sibling;var y=h(s,d,i[f],l);if(null===y){null===d&&(d=g);break}e&&d&&null===y.alternate&&t(s,d),o=r(y,o,f),null===m?c=y:m.sibling=y,m=y,d=g}if(f===i.length)return n(s,d),so&&Js(s,f),c;if(null===d){for(;f<i.length;f++)null!==(d=u(s,i[f],l))&&(o=r(d,o,f),null===m?c=d:m.sibling=d,m=d);return so&&Js(s,f),c}for(d=a(s,d);f<i.length;f++)null!==(g=p(d,s,f,i[f],l))&&(e&&null!==g.alternate&&d.delete(null===g.key?f:g.key),o=r(g,o,f),null===m?c=g:m.sibling=g,m=g);return e&&d.forEach((function(e){return t(s,e)})),so&&Js(s,f),c}function g(s,i,l,c){var m=I(l);if("function"!==typeof m)throw Error(o(150));if(null==(l=m.call(l)))throw Error(o(151));for(var d=m=null,f=i,g=i=0,y=null,v=l.next();null!==f&&!v.done;g++,v=l.next()){f.index>g?(y=f,f=null):y=f.sibling;var b=h(s,f,v.value,c);if(null===b){null===f&&(f=y);break}e&&f&&null===b.alternate&&t(s,f),i=r(b,i,g),null===d?m=b:d.sibling=b,d=b,f=y}if(v.done)return n(s,f),so&&Js(s,g),m;if(null===f){for(;!v.done;g++,v=l.next())null!==(v=u(s,v.value,c))&&(i=r(v,i,g),null===d?m=v:d.sibling=v,d=v);return so&&Js(s,g),m}for(f=a(s,f);!v.done;g++,v=l.next())null!==(v=p(f,s,g,v.value,c))&&(e&&null!==v.alternate&&f.delete(null===v.key?g:v.key),i=r(v,i,g),null===d?m=v:d.sibling=v,d=v);return e&&f.forEach((function(e){return t(s,e)})),so&&Js(s,g),m}return function e(a,o,r,l){if("object"===typeof r&&null!==r&&r.type===x&&null===r.key&&(r=r.props.children),"object"===typeof r&&null!==r){switch(r.$$typeof){case k:e:{for(var c=r.key,m=o;null!==m;){if(m.key===c){if((c=r.type)===x){if(7===m.tag){n(a,m.sibling),(o=s(m,r.props.children)).return=a,a=o;break e}}else if(m.elementType===c||"object"===typeof c&&null!==c&&c.$$typeof===O&&Yo(c)===m.type){n(a,m.sibling),(o=s(m,r.props)).ref=qo(a,m,r),o.return=a,a=o;break e}n(a,m);break}t(a,m),m=m.sibling}r.type===x?((o=Ic(r.props.children,a.mode,l,r.key)).return=a,a=o):((l=Rc(r.type,r.key,r.props,null,a.mode,l)).ref=qo(a,o,r),l.return=a,a=l)}return i(a);case _:e:{for(m=r.key;null!==o;){if(o.key===m){if(4===o.tag&&o.stateNode.containerInfo===r.containerInfo&&o.stateNode.implementation===r.implementation){n(a,o.sibling),(o=s(o,r.children||[])).return=a,a=o;break e}n(a,o);break}t(a,o),o=o.sibling}(o=Mc(r,a.mode,l)).return=a,a=o}return i(a);case O:return e(a,o,(m=r._init)(r._payload),l)}if(te(r))return f(a,o,r,l);if(I(r))return g(a,o,r,l);$o(a,r)}return"string"===typeof r&&""!==r||"number"===typeof r?(r=""+r,null!==o&&6===o.tag?(n(a,o.sibling),(o=s(o,r)).return=a,a=o):(n(a,o),(o=Fc(r,a.mode,l)).return=a,a=o),i(a)):n(a,o)}}var Xo=Zo(!0),Jo=Zo(!1),Qo={},er=Ts(Qo),tr=Ts(Qo),nr=Ts(Qo);function ar(e){if(e===Qo)throw Error(o(174));return e}function sr(e,t){switch(Cs(nr,t),Cs(tr,e),Cs(er,Qo),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:le(null,"");break;default:t=le(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}Ss(er),Cs(er,t)}function or(){Ss(er),Ss(tr),Ss(nr)}function rr(e){ar(nr.current);var t=ar(er.current),n=le(t,e.type);t!==n&&(Cs(tr,e),Cs(er,n))}function ir(e){tr.current===e&&(Ss(er),Ss(tr))}var lr=Ts(0);function cr(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||"$?"===n.data||"$!"===n.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!==(128&t.flags))return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var mr=[];function dr(){for(var e=0;e<mr.length;e++)mr[e]._workInProgressVersionPrimary=null;mr.length=0}var ur=w.ReactCurrentDispatcher,hr=w.ReactCurrentBatchConfig,pr=0,fr=null,gr=null,yr=null,vr=!1,br=!1,wr=0,kr=0;function _r(){throw Error(o(321))}function xr(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!ia(e[n],t[n]))return!1;return!0}function Tr(e,t,n,a,s,r){if(pr=r,fr=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,ur.current=null===e||null===e.memoizedState?ii:li,e=n(a,s),br){r=0;do{if(br=!1,wr=0,25<=r)throw Error(o(301));r+=1,yr=gr=null,t.updateQueue=null,ur.current=ci,e=n(a,s)}while(br)}if(ur.current=ri,t=null!==gr&&null!==gr.next,pr=0,yr=gr=fr=null,vr=!1,t)throw Error(o(300));return e}function Sr(){var e=0!==wr;return wr=0,e}function Cr(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===yr?fr.memoizedState=yr=e:yr=yr.next=e,yr}function Er(){if(null===gr){var e=fr.alternate;e=null!==e?e.memoizedState:null}else e=gr.next;var t=null===yr?fr.memoizedState:yr.next;if(null!==t)yr=t,gr=e;else{if(null===e)throw Error(o(310));e={memoizedState:(gr=e).memoizedState,baseState:gr.baseState,baseQueue:gr.baseQueue,queue:gr.queue,next:null},null===yr?fr.memoizedState=yr=e:yr=yr.next=e}return yr}function Ar(e,t){return"function"===typeof t?t(e):t}function jr(e){var t=Er(),n=t.queue;if(null===n)throw Error(o(311));n.lastRenderedReducer=e;var a=gr,s=a.baseQueue,r=n.pending;if(null!==r){if(null!==s){var i=s.next;s.next=r.next,r.next=i}a.baseQueue=s=r,n.pending=null}if(null!==s){r=s.next,a=a.baseState;var l=i=null,c=null,m=r;do{var d=m.lane;if((pr&d)===d)null!==c&&(c=c.next={lane:0,action:m.action,hasEagerState:m.hasEagerState,eagerState:m.eagerState,next:null}),a=m.hasEagerState?m.eagerState:e(a,m.action);else{var u={lane:d,action:m.action,hasEagerState:m.hasEagerState,eagerState:m.eagerState,next:null};null===c?(l=c=u,i=a):c=c.next=u,fr.lanes|=d,Ll|=d}m=m.next}while(null!==m&&m!==r);null===c?i=a:c.next=l,ia(a,t.memoizedState)||(wi=!0),t.memoizedState=a,t.baseState=i,t.baseQueue=c,n.lastRenderedState=a}if(null!==(e=n.interleaved)){s=e;do{r=s.lane,fr.lanes|=r,Ll|=r,s=s.next}while(s!==e)}else null===s&&(n.lanes=0);return[t.memoizedState,n.dispatch]}function Nr(e){var t=Er(),n=t.queue;if(null===n)throw Error(o(311));n.lastRenderedReducer=e;var a=n.dispatch,s=n.pending,r=t.memoizedState;if(null!==s){n.pending=null;var i=s=s.next;do{r=e(r,i.action),i=i.next}while(i!==s);ia(r,t.memoizedState)||(wi=!0),t.memoizedState=r,null===t.baseQueue&&(t.baseState=r),n.lastRenderedState=r}return[r,a]}function Dr(){}function Or(e,t){var n=fr,a=Er(),s=t(),r=!ia(a.memoizedState,s);if(r&&(a.memoizedState=s,wi=!0),a=a.queue,Gr(Ir.bind(null,n,a,e),[e]),a.getSnapshot!==t||r||null!==yr&&1&yr.memoizedState.tag){if(n.flags|=2048,Wr(9,Rr.bind(null,n,a,s,t),void 0,null),null===jl)throw Error(o(349));0!==(30&pr)||Pr(n,t,s)}return s}function Pr(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},null===(t=fr.updateQueue)?(t={lastEffect:null,stores:null},fr.updateQueue=t,t.stores=[e]):null===(n=t.stores)?t.stores=[e]:n.push(e)}function Rr(e,t,n,a){t.value=n,t.getSnapshot=a,Lr(t)&&Fr(e)}function Ir(e,t,n){return n((function(){Lr(t)&&Fr(e)}))}function Lr(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!ia(e,n)}catch(a){return!0}}function Fr(e){var t=No(e,1);null!==t&&nc(t,e,1,-1)}function Mr(e){var t=Cr();return"function"===typeof e&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Ar,lastRenderedState:e},t.queue=e,e=e.dispatch=ni.bind(null,fr,e),[t.memoizedState,e]}function Wr(e,t,n,a){return e={tag:e,create:t,destroy:n,deps:a,next:null},null===(t=fr.updateQueue)?(t={lastEffect:null,stores:null},fr.updateQueue=t,t.lastEffect=e.next=e):null===(n=t.lastEffect)?t.lastEffect=e.next=e:(a=n.next,n.next=e,e.next=a,t.lastEffect=e),e}function Br(){return Er().memoizedState}function zr(e,t,n,a){var s=Cr();fr.flags|=e,s.memoizedState=Wr(1|t,n,void 0,void 0===a?null:a)}function Ur(e,t,n,a){var s=Er();a=void 0===a?null:a;var o=void 0;if(null!==gr){var r=gr.memoizedState;if(o=r.destroy,null!==a&&xr(a,r.deps))return void(s.memoizedState=Wr(t,n,o,a))}fr.flags|=e,s.memoizedState=Wr(1|t,n,o,a)}function Hr(e,t){return zr(8390656,8,e,t)}function Gr(e,t){return Ur(2048,8,e,t)}function Vr(e,t){return Ur(4,2,e,t)}function Kr(e,t){return Ur(4,4,e,t)}function qr(e,t){return"function"===typeof t?(e=e(),t(e),function(){t(null)}):null!==t&&void 0!==t?(e=e(),t.current=e,function(){t.current=null}):void 0}function $r(e,t,n){return n=null!==n&&void 0!==n?n.concat([e]):null,Ur(4,4,qr.bind(null,t,e),n)}function Yr(){}function Zr(e,t){var n=Er();t=void 0===t?null:t;var a=n.memoizedState;return null!==a&&null!==t&&xr(t,a[1])?a[0]:(n.memoizedState=[e,t],e)}function Xr(e,t){var n=Er();t=void 0===t?null:t;var a=n.memoizedState;return null!==a&&null!==t&&xr(t,a[1])?a[0]:(e=e(),n.memoizedState=[e,t],e)}function Jr(e,t,n){return 0===(21&pr)?(e.baseState&&(e.baseState=!1,wi=!0),e.memoizedState=n):(ia(n,t)||(n=ft(),fr.lanes|=n,Ll|=n,e.baseState=!0),t)}function Qr(e,t){var n=bt;bt=0!==n&&4>n?n:4,e(!0);var a=hr.transition;hr.transition={};try{e(!1),t()}finally{bt=n,hr.transition=a}}function ei(){return Er().memoizedState}function ti(e,t,n){var a=tc(e);if(n={lane:a,action:n,hasEagerState:!1,eagerState:null,next:null},ai(e))si(t,n);else if(null!==(n=jo(e,t,n,a))){nc(n,e,a,ec()),oi(n,t,a)}}function ni(e,t,n){var a=tc(e),s={lane:a,action:n,hasEagerState:!1,eagerState:null,next:null};if(ai(e))si(t,s);else{var o=e.alternate;if(0===e.lanes&&(null===o||0===o.lanes)&&null!==(o=t.lastRenderedReducer))try{var r=t.lastRenderedState,i=o(r,n);if(s.hasEagerState=!0,s.eagerState=i,ia(i,r)){var l=t.interleaved;return null===l?(s.next=s,Ao(t)):(s.next=l.next,l.next=s),void(t.interleaved=s)}}catch(c){}null!==(n=jo(e,t,s,a))&&(nc(n,e,a,s=ec()),oi(n,t,a))}}function ai(e){var t=e.alternate;return e===fr||null!==t&&t===fr}function si(e,t){br=vr=!0;var n=e.pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function oi(e,t,n){if(0!==(4194240&n)){var a=t.lanes;n|=a&=e.pendingLanes,t.lanes=n,vt(e,n)}}var ri={readContext:Co,useCallback:_r,useContext:_r,useEffect:_r,useImperativeHandle:_r,useInsertionEffect:_r,useLayoutEffect:_r,useMemo:_r,useReducer:_r,useRef:_r,useState:_r,useDebugValue:_r,useDeferredValue:_r,useTransition:_r,useMutableSource:_r,useSyncExternalStore:_r,useId:_r,unstable_isNewReconciler:!1},ii={readContext:Co,useCallback:function(e,t){return Cr().memoizedState=[e,void 0===t?null:t],e},useContext:Co,useEffect:Hr,useImperativeHandle:function(e,t,n){return n=null!==n&&void 0!==n?n.concat([e]):null,zr(4194308,4,qr.bind(null,t,e),n)},useLayoutEffect:function(e,t){return zr(4194308,4,e,t)},useInsertionEffect:function(e,t){return zr(4,2,e,t)},useMemo:function(e,t){var n=Cr();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var a=Cr();return t=void 0!==n?n(t):t,a.memoizedState=a.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},a.queue=e,e=e.dispatch=ti.bind(null,fr,e),[a.memoizedState,e]},useRef:function(e){return e={current:e},Cr().memoizedState=e},useState:Mr,useDebugValue:Yr,useDeferredValue:function(e){return Cr().memoizedState=e},useTransition:function(){var e=Mr(!1),t=e[0];return e=Qr.bind(null,e[1]),Cr().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var a=fr,s=Cr();if(so){if(void 0===n)throw Error(o(407));n=n()}else{if(n=t(),null===jl)throw Error(o(349));0!==(30&pr)||Pr(a,t,n)}s.memoizedState=n;var r={value:n,getSnapshot:t};return s.queue=r,Hr(Ir.bind(null,a,r,e),[e]),a.flags|=2048,Wr(9,Rr.bind(null,a,r,n,t),void 0,null),n},useId:function(){var e=Cr(),t=jl.identifierPrefix;if(so){var n=Xs;t=":"+t+"R"+(n=(Zs&~(1<<32-rt(Zs)-1)).toString(32)+n),0<(n=wr++)&&(t+="H"+n.toString(32)),t+=":"}else t=":"+t+"r"+(n=kr++).toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},li={readContext:Co,useCallback:Zr,useContext:Co,useEffect:Gr,useImperativeHandle:$r,useInsertionEffect:Vr,useLayoutEffect:Kr,useMemo:Xr,useReducer:jr,useRef:Br,useState:function(){return jr(Ar)},useDebugValue:Yr,useDeferredValue:function(e){return Jr(Er(),gr.memoizedState,e)},useTransition:function(){return[jr(Ar)[0],Er().memoizedState]},useMutableSource:Dr,useSyncExternalStore:Or,useId:ei,unstable_isNewReconciler:!1},ci={readContext:Co,useCallback:Zr,useContext:Co,useEffect:Gr,useImperativeHandle:$r,useInsertionEffect:Vr,useLayoutEffect:Kr,useMemo:Xr,useReducer:Nr,useRef:Br,useState:function(){return Nr(Ar)},useDebugValue:Yr,useDeferredValue:function(e){var t=Er();return null===gr?t.memoizedState=e:Jr(t,gr.memoizedState,e)},useTransition:function(){return[Nr(Ar)[0],Er().memoizedState]},useMutableSource:Dr,useSyncExternalStore:Or,useId:ei,unstable_isNewReconciler:!1};function mi(e,t){try{var n="",a=t;do{n+=z(a),a=a.return}while(a);var s=n}catch(o){s="\nError generating stack: "+o.message+"\n"+o.stack}return{value:e,source:t,stack:s,digest:null}}function di(e,t,n){return{value:e,source:null,stack:null!=n?n:null,digest:null!=t?t:null}}function ui(e,t){try{console.error(t.value)}catch(n){setTimeout((function(){throw n}))}}var hi="function"===typeof WeakMap?WeakMap:Map;function pi(e,t,n){(n=Ro(-1,n)).tag=3,n.payload={element:null};var a=t.value;return n.callback=function(){Gl||(Gl=!0,Vl=a),ui(0,t)},n}function fi(e,t,n){(n=Ro(-1,n)).tag=3;var a=e.type.getDerivedStateFromError;if("function"===typeof a){var s=t.value;n.payload=function(){return a(s)},n.callback=function(){ui(0,t)}}var o=e.stateNode;return null!==o&&"function"===typeof o.componentDidCatch&&(n.callback=function(){ui(0,t),"function"!==typeof a&&(null===Kl?Kl=new Set([this]):Kl.add(this));var e=t.stack;this.componentDidCatch(t.value,{componentStack:null!==e?e:""})}),n}function gi(e,t,n){var a=e.pingCache;if(null===a){a=e.pingCache=new hi;var s=new Set;a.set(t,s)}else void 0===(s=a.get(t))&&(s=new Set,a.set(t,s));s.has(n)||(s.add(n),e=Sc.bind(null,e,t,n),t.then(e,e))}function yi(e){do{var t;if((t=13===e.tag)&&(t=null===(t=e.memoizedState)||null!==t.dehydrated),t)return e;e=e.return}while(null!==e);return null}function vi(e,t,n,a,s){return 0===(1&e.mode)?(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,1===n.tag&&(null===n.alternate?n.tag=17:((t=Ro(-1,1)).tag=2,Io(n,t,1))),n.lanes|=1),e):(e.flags|=65536,e.lanes=s,e)}var bi=w.ReactCurrentOwner,wi=!1;function ki(e,t,n,a){t.child=null===e?Jo(t,null,n,a):Xo(t,e.child,n,a)}function _i(e,t,n,a,s){n=n.render;var o=t.ref;return So(t,s),a=Tr(e,t,n,a,o,s),n=Sr(),null===e||wi?(so&&n&&eo(t),t.flags|=1,ki(e,t,a,s),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~s,Gi(e,t,s))}function xi(e,t,n,a,s){if(null===e){var o=n.type;return"function"!==typeof o||Oc(o)||void 0!==o.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=Rc(n.type,null,a,t,t.mode,s)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=o,Ti(e,t,o,a,s))}if(o=e.child,0===(e.lanes&s)){var r=o.memoizedProps;if((n=null!==(n=n.compare)?n:la)(r,a)&&e.ref===t.ref)return Gi(e,t,s)}return t.flags|=1,(e=Pc(o,a)).ref=t.ref,e.return=t,t.child=e}function Ti(e,t,n,a,s){if(null!==e){var o=e.memoizedProps;if(la(o,a)&&e.ref===t.ref){if(wi=!1,t.pendingProps=a=o,0===(e.lanes&s))return t.lanes=e.lanes,Gi(e,t,s);0!==(131072&e.flags)&&(wi=!0)}}return Ei(e,t,n,a,s)}function Si(e,t,n){var a=t.pendingProps,s=a.children,o=null!==e?e.memoizedState:null;if("hidden"===a.mode)if(0===(1&t.mode))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},Cs(Pl,Ol),Ol|=n;else{if(0===(1073741824&n))return e=null!==o?o.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,Cs(Pl,Ol),Ol|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},a=null!==o?o.baseLanes:n,Cs(Pl,Ol),Ol|=a}else null!==o?(a=o.baseLanes|n,t.memoizedState=null):a=n,Cs(Pl,Ol),Ol|=a;return ki(e,t,s,n),t.child}function Ci(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function Ei(e,t,n,a,s){var o=Os(n)?Ns:As.current;return o=Ds(t,o),So(t,s),n=Tr(e,t,n,a,o,s),a=Sr(),null===e||wi?(so&&a&&eo(t),t.flags|=1,ki(e,t,n,s),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~s,Gi(e,t,s))}function Ai(e,t,n,a,s){if(Os(n)){var o=!0;Ls(t)}else o=!1;if(So(t,s),null===t.stateNode)Hi(e,t),Go(t,n,a),Ko(t,n,a,s),a=!0;else if(null===e){var r=t.stateNode,i=t.memoizedProps;r.props=i;var l=r.context,c=n.contextType;"object"===typeof c&&null!==c?c=Co(c):c=Ds(t,c=Os(n)?Ns:As.current);var m=n.getDerivedStateFromProps,d="function"===typeof m||"function"===typeof r.getSnapshotBeforeUpdate;d||"function"!==typeof r.UNSAFE_componentWillReceiveProps&&"function"!==typeof r.componentWillReceiveProps||(i!==a||l!==c)&&Vo(t,r,a,c),Do=!1;var u=t.memoizedState;r.state=u,Mo(t,a,r,s),l=t.memoizedState,i!==a||u!==l||js.current||Do?("function"===typeof m&&(zo(t,n,m,a),l=t.memoizedState),(i=Do||Ho(t,n,i,a,u,l,c))?(d||"function"!==typeof r.UNSAFE_componentWillMount&&"function"!==typeof r.componentWillMount||("function"===typeof r.componentWillMount&&r.componentWillMount(),"function"===typeof r.UNSAFE_componentWillMount&&r.UNSAFE_componentWillMount()),"function"===typeof r.componentDidMount&&(t.flags|=4194308)):("function"===typeof r.componentDidMount&&(t.flags|=4194308),t.memoizedProps=a,t.memoizedState=l),r.props=a,r.state=l,r.context=c,a=i):("function"===typeof r.componentDidMount&&(t.flags|=4194308),a=!1)}else{r=t.stateNode,Po(e,t),i=t.memoizedProps,c=t.type===t.elementType?i:yo(t.type,i),r.props=c,d=t.pendingProps,u=r.context,"object"===typeof(l=n.contextType)&&null!==l?l=Co(l):l=Ds(t,l=Os(n)?Ns:As.current);var h=n.getDerivedStateFromProps;(m="function"===typeof h||"function"===typeof r.getSnapshotBeforeUpdate)||"function"!==typeof r.UNSAFE_componentWillReceiveProps&&"function"!==typeof r.componentWillReceiveProps||(i!==d||u!==l)&&Vo(t,r,a,l),Do=!1,u=t.memoizedState,r.state=u,Mo(t,a,r,s);var p=t.memoizedState;i!==d||u!==p||js.current||Do?("function"===typeof h&&(zo(t,n,h,a),p=t.memoizedState),(c=Do||Ho(t,n,c,a,u,p,l)||!1)?(m||"function"!==typeof r.UNSAFE_componentWillUpdate&&"function"!==typeof r.componentWillUpdate||("function"===typeof r.componentWillUpdate&&r.componentWillUpdate(a,p,l),"function"===typeof r.UNSAFE_componentWillUpdate&&r.UNSAFE_componentWillUpdate(a,p,l)),"function"===typeof r.componentDidUpdate&&(t.flags|=4),"function"===typeof r.getSnapshotBeforeUpdate&&(t.flags|=1024)):("function"!==typeof r.componentDidUpdate||i===e.memoizedProps&&u===e.memoizedState||(t.flags|=4),"function"!==typeof r.getSnapshotBeforeUpdate||i===e.memoizedProps&&u===e.memoizedState||(t.flags|=1024),t.memoizedProps=a,t.memoizedState=p),r.props=a,r.state=p,r.context=l,a=c):("function"!==typeof r.componentDidUpdate||i===e.memoizedProps&&u===e.memoizedState||(t.flags|=4),"function"!==typeof r.getSnapshotBeforeUpdate||i===e.memoizedProps&&u===e.memoizedState||(t.flags|=1024),a=!1)}return ji(e,t,n,a,o,s)}function ji(e,t,n,a,s,o){Ci(e,t);var r=0!==(128&t.flags);if(!a&&!r)return s&&Fs(t,n,!1),Gi(e,t,o);a=t.stateNode,bi.current=t;var i=r&&"function"!==typeof n.getDerivedStateFromError?null:a.render();return t.flags|=1,null!==e&&r?(t.child=Xo(t,e.child,null,o),t.child=Xo(t,null,i,o)):ki(e,t,i,o),t.memoizedState=a.state,s&&Fs(t,n,!0),t.child}function Ni(e){var t=e.stateNode;t.pendingContext?Rs(0,t.pendingContext,t.pendingContext!==t.context):t.context&&Rs(0,t.context,!1),sr(e,t.containerInfo)}function Di(e,t,n,a,s){return po(),fo(s),t.flags|=256,ki(e,t,n,a),t.child}var Oi,Pi,Ri,Ii={dehydrated:null,treeContext:null,retryLane:0};function Li(e){return{baseLanes:e,cachePool:null,transitions:null}}function Fi(e,t,n){var a,s=t.pendingProps,r=lr.current,i=!1,l=0!==(128&t.flags);if((a=l)||(a=(null===e||null!==e.memoizedState)&&0!==(2&r)),a?(i=!0,t.flags&=-129):null!==e&&null===e.memoizedState||(r|=1),Cs(lr,1&r),null===e)return co(t),null!==(e=t.memoizedState)&&null!==(e=e.dehydrated)?(0===(1&t.mode)?t.lanes=1:"$!"===e.data?t.lanes=8:t.lanes=1073741824,null):(l=s.children,e=s.fallback,i?(s=t.mode,i=t.child,l={mode:"hidden",children:l},0===(1&s)&&null!==i?(i.childLanes=0,i.pendingProps=l):i=Lc(l,s,0,null),e=Ic(e,s,n,null),i.return=t,e.return=t,i.sibling=e,t.child=i,t.child.memoizedState=Li(n),t.memoizedState=Ii,e):Mi(t,l));if(null!==(r=e.memoizedState)&&null!==(a=r.dehydrated))return function(e,t,n,a,s,r,i){if(n)return 256&t.flags?(t.flags&=-257,Wi(e,t,i,a=di(Error(o(422))))):null!==t.memoizedState?(t.child=e.child,t.flags|=128,null):(r=a.fallback,s=t.mode,a=Lc({mode:"visible",children:a.children},s,0,null),(r=Ic(r,s,i,null)).flags|=2,a.return=t,r.return=t,a.sibling=r,t.child=a,0!==(1&t.mode)&&Xo(t,e.child,null,i),t.child.memoizedState=Li(i),t.memoizedState=Ii,r);if(0===(1&t.mode))return Wi(e,t,i,null);if("$!"===s.data){if(a=s.nextSibling&&s.nextSibling.dataset)var l=a.dgst;return a=l,Wi(e,t,i,a=di(r=Error(o(419)),a,void 0))}if(l=0!==(i&e.childLanes),wi||l){if(null!==(a=jl)){switch(i&-i){case 4:s=2;break;case 16:s=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:s=32;break;case 536870912:s=268435456;break;default:s=0}0!==(s=0!==(s&(a.suspendedLanes|i))?0:s)&&s!==r.retryLane&&(r.retryLane=s,No(e,s),nc(a,e,s,-1))}return fc(),Wi(e,t,i,a=di(Error(o(421))))}return"$?"===s.data?(t.flags|=128,t.child=e.child,t=Ec.bind(null,e),s._reactRetry=t,null):(e=r.treeContext,ao=cs(s.nextSibling),no=t,so=!0,oo=null,null!==e&&(qs[$s++]=Zs,qs[$s++]=Xs,qs[$s++]=Ys,Zs=e.id,Xs=e.overflow,Ys=t),t=Mi(t,a.children),t.flags|=4096,t)}(e,t,l,s,a,r,n);if(i){i=s.fallback,l=t.mode,a=(r=e.child).sibling;var c={mode:"hidden",children:s.children};return 0===(1&l)&&t.child!==r?((s=t.child).childLanes=0,s.pendingProps=c,t.deletions=null):(s=Pc(r,c)).subtreeFlags=14680064&r.subtreeFlags,null!==a?i=Pc(a,i):(i=Ic(i,l,n,null)).flags|=2,i.return=t,s.return=t,s.sibling=i,t.child=s,s=i,i=t.child,l=null===(l=e.child.memoizedState)?Li(n):{baseLanes:l.baseLanes|n,cachePool:null,transitions:l.transitions},i.memoizedState=l,i.childLanes=e.childLanes&~n,t.memoizedState=Ii,s}return e=(i=e.child).sibling,s=Pc(i,{mode:"visible",children:s.children}),0===(1&t.mode)&&(s.lanes=n),s.return=t,s.sibling=null,null!==e&&(null===(n=t.deletions)?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=s,t.memoizedState=null,s}function Mi(e,t){return(t=Lc({mode:"visible",children:t},e.mode,0,null)).return=e,e.child=t}function Wi(e,t,n,a){return null!==a&&fo(a),Xo(t,e.child,null,n),(e=Mi(t,t.pendingProps.children)).flags|=2,t.memoizedState=null,e}function Bi(e,t,n){e.lanes|=t;var a=e.alternate;null!==a&&(a.lanes|=t),To(e.return,t,n)}function zi(e,t,n,a,s){var o=e.memoizedState;null===o?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:a,tail:n,tailMode:s}:(o.isBackwards=t,o.rendering=null,o.renderingStartTime=0,o.last=a,o.tail=n,o.tailMode=s)}function Ui(e,t,n){var a=t.pendingProps,s=a.revealOrder,o=a.tail;if(ki(e,t,a.children,n),0!==(2&(a=lr.current)))a=1&a|2,t.flags|=128;else{if(null!==e&&0!==(128&e.flags))e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&Bi(e,n,t);else if(19===e.tag)Bi(e,n,t);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}a&=1}if(Cs(lr,a),0===(1&t.mode))t.memoizedState=null;else switch(s){case"forwards":for(n=t.child,s=null;null!==n;)null!==(e=n.alternate)&&null===cr(e)&&(s=n),n=n.sibling;null===(n=s)?(s=t.child,t.child=null):(s=n.sibling,n.sibling=null),zi(t,!1,s,n,o);break;case"backwards":for(n=null,s=t.child,t.child=null;null!==s;){if(null!==(e=s.alternate)&&null===cr(e)){t.child=s;break}e=s.sibling,s.sibling=n,n=s,s=e}zi(t,!0,n,null,o);break;case"together":zi(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Hi(e,t){0===(1&t.mode)&&null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Gi(e,t,n){if(null!==e&&(t.dependencies=e.dependencies),Ll|=t.lanes,0===(n&t.childLanes))return null;if(null!==e&&t.child!==e.child)throw Error(o(153));if(null!==t.child){for(n=Pc(e=t.child,e.pendingProps),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=Pc(e,e.pendingProps)).return=t;n.sibling=null}return t.child}function Vi(e,t){if(!so)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;null!==t;)null!==t.alternate&&(n=t),t=t.sibling;null===n?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var a=null;null!==n;)null!==n.alternate&&(a=n),n=n.sibling;null===a?t||null===e.tail?e.tail=null:e.tail.sibling=null:a.sibling=null}}function Ki(e){var t=null!==e.alternate&&e.alternate.child===e.child,n=0,a=0;if(t)for(var s=e.child;null!==s;)n|=s.lanes|s.childLanes,a|=14680064&s.subtreeFlags,a|=14680064&s.flags,s.return=e,s=s.sibling;else for(s=e.child;null!==s;)n|=s.lanes|s.childLanes,a|=s.subtreeFlags,a|=s.flags,s.return=e,s=s.sibling;return e.subtreeFlags|=a,e.childLanes=n,t}function qi(e,t,n){var a=t.pendingProps;switch(to(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Ki(t),null;case 1:case 17:return Os(t.type)&&Ps(),Ki(t),null;case 3:return a=t.stateNode,or(),Ss(js),Ss(As),dr(),a.pendingContext&&(a.context=a.pendingContext,a.pendingContext=null),null!==e&&null!==e.child||(uo(t)?t.flags|=4:null===e||e.memoizedState.isDehydrated&&0===(256&t.flags)||(t.flags|=1024,null!==oo&&(rc(oo),oo=null))),Ki(t),null;case 5:ir(t);var s=ar(nr.current);if(n=t.type,null!==e&&null!=t.stateNode)Pi(e,t,n,a),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!a){if(null===t.stateNode)throw Error(o(166));return Ki(t),null}if(e=ar(er.current),uo(t)){a=t.stateNode,n=t.type;var r=t.memoizedProps;switch(a[us]=t,a[hs]=r,e=0!==(1&t.mode),n){case"dialog":Wa("cancel",a),Wa("close",a);break;case"iframe":case"object":case"embed":Wa("load",a);break;case"video":case"audio":for(s=0;s<Ia.length;s++)Wa(Ia[s],a);break;case"source":Wa("error",a);break;case"img":case"image":case"link":Wa("error",a),Wa("load",a);break;case"details":Wa("toggle",a);break;case"input":Z(a,r),Wa("invalid",a);break;case"select":a._wrapperState={wasMultiple:!!r.multiple},Wa("invalid",a);break;case"textarea":se(a,r),Wa("invalid",a)}for(var l in ve(n,r),s=null,r)if(r.hasOwnProperty(l)){var c=r[l];"children"===l?"string"===typeof c?a.textContent!==c&&(!0!==r.suppressHydrationWarning&&Ja(a.textContent,c,e),s=["children",c]):"number"===typeof c&&a.textContent!==""+c&&(!0!==r.suppressHydrationWarning&&Ja(a.textContent,c,e),s=["children",""+c]):i.hasOwnProperty(l)&&null!=c&&"onScroll"===l&&Wa("scroll",a)}switch(n){case"input":K(a),Q(a,r,!0);break;case"textarea":K(a),re(a);break;case"select":case"option":break;default:"function"===typeof r.onClick&&(a.onclick=Qa)}a=s,t.updateQueue=a,null!==a&&(t.flags|=4)}else{l=9===s.nodeType?s:s.ownerDocument,"http://www.w3.org/1999/xhtml"===e&&(e=ie(n)),"http://www.w3.org/1999/xhtml"===e?"script"===n?((e=l.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"===typeof a.is?e=l.createElement(n,{is:a.is}):(e=l.createElement(n),"select"===n&&(l=e,a.multiple?l.multiple=!0:a.size&&(l.size=a.size))):e=l.createElementNS(e,n),e[us]=t,e[hs]=a,Oi(e,t),t.stateNode=e;e:{switch(l=be(n,a),n){case"dialog":Wa("cancel",e),Wa("close",e),s=a;break;case"iframe":case"object":case"embed":Wa("load",e),s=a;break;case"video":case"audio":for(s=0;s<Ia.length;s++)Wa(Ia[s],e);s=a;break;case"source":Wa("error",e),s=a;break;case"img":case"image":case"link":Wa("error",e),Wa("load",e),s=a;break;case"details":Wa("toggle",e),s=a;break;case"input":Z(e,a),s=Y(e,a),Wa("invalid",e);break;case"option":default:s=a;break;case"select":e._wrapperState={wasMultiple:!!a.multiple},s=F({},a,{value:void 0}),Wa("invalid",e);break;case"textarea":se(e,a),s=ae(e,a),Wa("invalid",e)}for(r in ve(n,s),c=s)if(c.hasOwnProperty(r)){var m=c[r];"style"===r?ge(e,m):"dangerouslySetInnerHTML"===r?null!=(m=m?m.__html:void 0)&&de(e,m):"children"===r?"string"===typeof m?("textarea"!==n||""!==m)&&ue(e,m):"number"===typeof m&&ue(e,""+m):"suppressContentEditableWarning"!==r&&"suppressHydrationWarning"!==r&&"autoFocus"!==r&&(i.hasOwnProperty(r)?null!=m&&"onScroll"===r&&Wa("scroll",e):null!=m&&b(e,r,m,l))}switch(n){case"input":K(e),Q(e,a,!1);break;case"textarea":K(e),re(e);break;case"option":null!=a.value&&e.setAttribute("value",""+G(a.value));break;case"select":e.multiple=!!a.multiple,null!=(r=a.value)?ne(e,!!a.multiple,r,!1):null!=a.defaultValue&&ne(e,!!a.multiple,a.defaultValue,!0);break;default:"function"===typeof s.onClick&&(e.onclick=Qa)}switch(n){case"button":case"input":case"select":case"textarea":a=!!a.autoFocus;break e;case"img":a=!0;break e;default:a=!1}}a&&(t.flags|=4)}null!==t.ref&&(t.flags|=512,t.flags|=2097152)}return Ki(t),null;case 6:if(e&&null!=t.stateNode)Ri(0,t,e.memoizedProps,a);else{if("string"!==typeof a&&null===t.stateNode)throw Error(o(166));if(n=ar(nr.current),ar(er.current),uo(t)){if(a=t.stateNode,n=t.memoizedProps,a[us]=t,(r=a.nodeValue!==n)&&null!==(e=no))switch(e.tag){case 3:Ja(a.nodeValue,n,0!==(1&e.mode));break;case 5:!0!==e.memoizedProps.suppressHydrationWarning&&Ja(a.nodeValue,n,0!==(1&e.mode))}r&&(t.flags|=4)}else(a=(9===n.nodeType?n:n.ownerDocument).createTextNode(a))[us]=t,t.stateNode=a}return Ki(t),null;case 13:if(Ss(lr),a=t.memoizedState,null===e||null!==e.memoizedState&&null!==e.memoizedState.dehydrated){if(so&&null!==ao&&0!==(1&t.mode)&&0===(128&t.flags))ho(),po(),t.flags|=98560,r=!1;else if(r=uo(t),null!==a&&null!==a.dehydrated){if(null===e){if(!r)throw Error(o(318));if(!(r=null!==(r=t.memoizedState)?r.dehydrated:null))throw Error(o(317));r[us]=t}else po(),0===(128&t.flags)&&(t.memoizedState=null),t.flags|=4;Ki(t),r=!1}else null!==oo&&(rc(oo),oo=null),r=!0;if(!r)return 65536&t.flags?t:null}return 0!==(128&t.flags)?(t.lanes=n,t):((a=null!==a)!==(null!==e&&null!==e.memoizedState)&&a&&(t.child.flags|=8192,0!==(1&t.mode)&&(null===e||0!==(1&lr.current)?0===Rl&&(Rl=3):fc())),null!==t.updateQueue&&(t.flags|=4),Ki(t),null);case 4:return or(),null===e&&Ua(t.stateNode.containerInfo),Ki(t),null;case 10:return xo(t.type._context),Ki(t),null;case 19:if(Ss(lr),null===(r=t.memoizedState))return Ki(t),null;if(a=0!==(128&t.flags),null===(l=r.rendering))if(a)Vi(r,!1);else{if(0!==Rl||null!==e&&0!==(128&e.flags))for(e=t.child;null!==e;){if(null!==(l=cr(e))){for(t.flags|=128,Vi(r,!1),null!==(a=l.updateQueue)&&(t.updateQueue=a,t.flags|=4),t.subtreeFlags=0,a=n,n=t.child;null!==n;)e=a,(r=n).flags&=14680066,null===(l=r.alternate)?(r.childLanes=0,r.lanes=e,r.child=null,r.subtreeFlags=0,r.memoizedProps=null,r.memoizedState=null,r.updateQueue=null,r.dependencies=null,r.stateNode=null):(r.childLanes=l.childLanes,r.lanes=l.lanes,r.child=l.child,r.subtreeFlags=0,r.deletions=null,r.memoizedProps=l.memoizedProps,r.memoizedState=l.memoizedState,r.updateQueue=l.updateQueue,r.type=l.type,e=l.dependencies,r.dependencies=null===e?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return Cs(lr,1&lr.current|2),t.child}e=e.sibling}null!==r.tail&&Xe()>Ul&&(t.flags|=128,a=!0,Vi(r,!1),t.lanes=4194304)}else{if(!a)if(null!==(e=cr(l))){if(t.flags|=128,a=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.flags|=4),Vi(r,!0),null===r.tail&&"hidden"===r.tailMode&&!l.alternate&&!so)return Ki(t),null}else 2*Xe()-r.renderingStartTime>Ul&&1073741824!==n&&(t.flags|=128,a=!0,Vi(r,!1),t.lanes=4194304);r.isBackwards?(l.sibling=t.child,t.child=l):(null!==(n=r.last)?n.sibling=l:t.child=l,r.last=l)}return null!==r.tail?(t=r.tail,r.rendering=t,r.tail=t.sibling,r.renderingStartTime=Xe(),t.sibling=null,n=lr.current,Cs(lr,a?1&n|2:1&n),t):(Ki(t),null);case 22:case 23:return dc(),a=null!==t.memoizedState,null!==e&&null!==e.memoizedState!==a&&(t.flags|=8192),a&&0!==(1&t.mode)?0!==(1073741824&Ol)&&(Ki(t),6&t.subtreeFlags&&(t.flags|=8192)):Ki(t),null;case 24:case 25:return null}throw Error(o(156,t.tag))}function $i(e,t){switch(to(t),t.tag){case 1:return Os(t.type)&&Ps(),65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 3:return or(),Ss(js),Ss(As),dr(),0!==(65536&(e=t.flags))&&0===(128&e)?(t.flags=-65537&e|128,t):null;case 5:return ir(t),null;case 13:if(Ss(lr),null!==(e=t.memoizedState)&&null!==e.dehydrated){if(null===t.alternate)throw Error(o(340));po()}return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 19:return Ss(lr),null;case 4:return or(),null;case 10:return xo(t.type._context),null;case 22:case 23:return dc(),null;default:return null}}Oi=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},Pi=function(e,t,n,a){var s=e.memoizedProps;if(s!==a){e=t.stateNode,ar(er.current);var o,r=null;switch(n){case"input":s=Y(e,s),a=Y(e,a),r=[];break;case"select":s=F({},s,{value:void 0}),a=F({},a,{value:void 0}),r=[];break;case"textarea":s=ae(e,s),a=ae(e,a),r=[];break;default:"function"!==typeof s.onClick&&"function"===typeof a.onClick&&(e.onclick=Qa)}for(m in ve(n,a),n=null,s)if(!a.hasOwnProperty(m)&&s.hasOwnProperty(m)&&null!=s[m])if("style"===m){var l=s[m];for(o in l)l.hasOwnProperty(o)&&(n||(n={}),n[o]="")}else"dangerouslySetInnerHTML"!==m&&"children"!==m&&"suppressContentEditableWarning"!==m&&"suppressHydrationWarning"!==m&&"autoFocus"!==m&&(i.hasOwnProperty(m)?r||(r=[]):(r=r||[]).push(m,null));for(m in a){var c=a[m];if(l=null!=s?s[m]:void 0,a.hasOwnProperty(m)&&c!==l&&(null!=c||null!=l))if("style"===m)if(l){for(o in l)!l.hasOwnProperty(o)||c&&c.hasOwnProperty(o)||(n||(n={}),n[o]="");for(o in c)c.hasOwnProperty(o)&&l[o]!==c[o]&&(n||(n={}),n[o]=c[o])}else n||(r||(r=[]),r.push(m,n)),n=c;else"dangerouslySetInnerHTML"===m?(c=c?c.__html:void 0,l=l?l.__html:void 0,null!=c&&l!==c&&(r=r||[]).push(m,c)):"children"===m?"string"!==typeof c&&"number"!==typeof c||(r=r||[]).push(m,""+c):"suppressContentEditableWarning"!==m&&"suppressHydrationWarning"!==m&&(i.hasOwnProperty(m)?(null!=c&&"onScroll"===m&&Wa("scroll",e),r||l===c||(r=[])):(r=r||[]).push(m,c))}n&&(r=r||[]).push("style",n);var m=r;(t.updateQueue=m)&&(t.flags|=4)}},Ri=function(e,t,n,a){n!==a&&(t.flags|=4)};var Yi=!1,Zi=!1,Xi="function"===typeof WeakSet?WeakSet:Set,Ji=null;function Qi(e,t){var n=e.ref;if(null!==n)if("function"===typeof n)try{n(null)}catch(a){Tc(e,t,a)}else n.current=null}function el(e,t,n){try{n()}catch(a){Tc(e,t,a)}}var tl=!1;function nl(e,t,n){var a=t.updateQueue;if(null!==(a=null!==a?a.lastEffect:null)){var s=a=a.next;do{if((s.tag&e)===e){var o=s.destroy;s.destroy=void 0,void 0!==o&&el(t,n,o)}s=s.next}while(s!==a)}}function al(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var a=n.create;n.destroy=a()}n=n.next}while(n!==t)}}function sl(e){var t=e.ref;if(null!==t){var n=e.stateNode;e.tag,e=n,"function"===typeof t?t(e):t.current=e}}function ol(e){var t=e.alternate;null!==t&&(e.alternate=null,ol(t)),e.child=null,e.deletions=null,e.sibling=null,5===e.tag&&(null!==(t=e.stateNode)&&(delete t[us],delete t[hs],delete t[fs],delete t[gs],delete t[ys])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function rl(e){return 5===e.tag||3===e.tag||4===e.tag}function il(e){e:for(;;){for(;null===e.sibling;){if(null===e.return||rl(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;5!==e.tag&&6!==e.tag&&18!==e.tag;){if(2&e.flags)continue e;if(null===e.child||4===e.tag)continue e;e.child.return=e,e=e.child}if(!(2&e.flags))return e.stateNode}}function ll(e,t,n){var a=e.tag;if(5===a||6===a)e=e.stateNode,t?8===n.nodeType?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(8===n.nodeType?(t=n.parentNode).insertBefore(e,n):(t=n).appendChild(e),null!==(n=n._reactRootContainer)&&void 0!==n||null!==t.onclick||(t.onclick=Qa));else if(4!==a&&null!==(e=e.child))for(ll(e,t,n),e=e.sibling;null!==e;)ll(e,t,n),e=e.sibling}function cl(e,t,n){var a=e.tag;if(5===a||6===a)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(4!==a&&null!==(e=e.child))for(cl(e,t,n),e=e.sibling;null!==e;)cl(e,t,n),e=e.sibling}var ml=null,dl=!1;function ul(e,t,n){for(n=n.child;null!==n;)hl(e,t,n),n=n.sibling}function hl(e,t,n){if(ot&&"function"===typeof ot.onCommitFiberUnmount)try{ot.onCommitFiberUnmount(st,n)}catch(i){}switch(n.tag){case 5:Zi||Qi(n,t);case 6:var a=ml,s=dl;ml=null,ul(e,t,n),dl=s,null!==(ml=a)&&(dl?(e=ml,n=n.stateNode,8===e.nodeType?e.parentNode.removeChild(n):e.removeChild(n)):ml.removeChild(n.stateNode));break;case 18:null!==ml&&(dl?(e=ml,n=n.stateNode,8===e.nodeType?ls(e.parentNode,n):1===e.nodeType&&ls(e,n),Ut(e)):ls(ml,n.stateNode));break;case 4:a=ml,s=dl,ml=n.stateNode.containerInfo,dl=!0,ul(e,t,n),ml=a,dl=s;break;case 0:case 11:case 14:case 15:if(!Zi&&(null!==(a=n.updateQueue)&&null!==(a=a.lastEffect))){s=a=a.next;do{var o=s,r=o.destroy;o=o.tag,void 0!==r&&(0!==(2&o)||0!==(4&o))&&el(n,t,r),s=s.next}while(s!==a)}ul(e,t,n);break;case 1:if(!Zi&&(Qi(n,t),"function"===typeof(a=n.stateNode).componentWillUnmount))try{a.props=n.memoizedProps,a.state=n.memoizedState,a.componentWillUnmount()}catch(i){Tc(n,t,i)}ul(e,t,n);break;case 21:ul(e,t,n);break;case 22:1&n.mode?(Zi=(a=Zi)||null!==n.memoizedState,ul(e,t,n),Zi=a):ul(e,t,n);break;default:ul(e,t,n)}}function pl(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new Xi),t.forEach((function(t){var a=Ac.bind(null,e,t);n.has(t)||(n.add(t),t.then(a,a))}))}}function fl(e,t){var n=t.deletions;if(null!==n)for(var a=0;a<n.length;a++){var s=n[a];try{var r=e,i=t,l=i;e:for(;null!==l;){switch(l.tag){case 5:ml=l.stateNode,dl=!1;break e;case 3:case 4:ml=l.stateNode.containerInfo,dl=!0;break e}l=l.return}if(null===ml)throw Error(o(160));hl(r,i,s),ml=null,dl=!1;var c=s.alternate;null!==c&&(c.return=null),s.return=null}catch(m){Tc(s,t,m)}}if(12854&t.subtreeFlags)for(t=t.child;null!==t;)gl(t,e),t=t.sibling}function gl(e,t){var n=e.alternate,a=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(fl(t,e),yl(e),4&a){try{nl(3,e,e.return),al(3,e)}catch(g){Tc(e,e.return,g)}try{nl(5,e,e.return)}catch(g){Tc(e,e.return,g)}}break;case 1:fl(t,e),yl(e),512&a&&null!==n&&Qi(n,n.return);break;case 5:if(fl(t,e),yl(e),512&a&&null!==n&&Qi(n,n.return),32&e.flags){var s=e.stateNode;try{ue(s,"")}catch(g){Tc(e,e.return,g)}}if(4&a&&null!=(s=e.stateNode)){var r=e.memoizedProps,i=null!==n?n.memoizedProps:r,l=e.type,c=e.updateQueue;if(e.updateQueue=null,null!==c)try{"input"===l&&"radio"===r.type&&null!=r.name&&X(s,r),be(l,i);var m=be(l,r);for(i=0;i<c.length;i+=2){var d=c[i],u=c[i+1];"style"===d?ge(s,u):"dangerouslySetInnerHTML"===d?de(s,u):"children"===d?ue(s,u):b(s,d,u,m)}switch(l){case"input":J(s,r);break;case"textarea":oe(s,r);break;case"select":var h=s._wrapperState.wasMultiple;s._wrapperState.wasMultiple=!!r.multiple;var p=r.value;null!=p?ne(s,!!r.multiple,p,!1):h!==!!r.multiple&&(null!=r.defaultValue?ne(s,!!r.multiple,r.defaultValue,!0):ne(s,!!r.multiple,r.multiple?[]:"",!1))}s[hs]=r}catch(g){Tc(e,e.return,g)}}break;case 6:if(fl(t,e),yl(e),4&a){if(null===e.stateNode)throw Error(o(162));s=e.stateNode,r=e.memoizedProps;try{s.nodeValue=r}catch(g){Tc(e,e.return,g)}}break;case 3:if(fl(t,e),yl(e),4&a&&null!==n&&n.memoizedState.isDehydrated)try{Ut(t.containerInfo)}catch(g){Tc(e,e.return,g)}break;case 4:default:fl(t,e),yl(e);break;case 13:fl(t,e),yl(e),8192&(s=e.child).flags&&(r=null!==s.memoizedState,s.stateNode.isHidden=r,!r||null!==s.alternate&&null!==s.alternate.memoizedState||(zl=Xe())),4&a&&pl(e);break;case 22:if(d=null!==n&&null!==n.memoizedState,1&e.mode?(Zi=(m=Zi)||d,fl(t,e),Zi=m):fl(t,e),yl(e),8192&a){if(m=null!==e.memoizedState,(e.stateNode.isHidden=m)&&!d&&0!==(1&e.mode))for(Ji=e,d=e.child;null!==d;){for(u=Ji=d;null!==Ji;){switch(p=(h=Ji).child,h.tag){case 0:case 11:case 14:case 15:nl(4,h,h.return);break;case 1:Qi(h,h.return);var f=h.stateNode;if("function"===typeof f.componentWillUnmount){a=h,n=h.return;try{t=a,f.props=t.memoizedProps,f.state=t.memoizedState,f.componentWillUnmount()}catch(g){Tc(a,n,g)}}break;case 5:Qi(h,h.return);break;case 22:if(null!==h.memoizedState){kl(u);continue}}null!==p?(p.return=h,Ji=p):kl(u)}d=d.sibling}e:for(d=null,u=e;;){if(5===u.tag){if(null===d){d=u;try{s=u.stateNode,m?"function"===typeof(r=s.style).setProperty?r.setProperty("display","none","important"):r.display="none":(l=u.stateNode,i=void 0!==(c=u.memoizedProps.style)&&null!==c&&c.hasOwnProperty("display")?c.display:null,l.style.display=fe("display",i))}catch(g){Tc(e,e.return,g)}}}else if(6===u.tag){if(null===d)try{u.stateNode.nodeValue=m?"":u.memoizedProps}catch(g){Tc(e,e.return,g)}}else if((22!==u.tag&&23!==u.tag||null===u.memoizedState||u===e)&&null!==u.child){u.child.return=u,u=u.child;continue}if(u===e)break e;for(;null===u.sibling;){if(null===u.return||u.return===e)break e;d===u&&(d=null),u=u.return}d===u&&(d=null),u.sibling.return=u.return,u=u.sibling}}break;case 19:fl(t,e),yl(e),4&a&&pl(e);case 21:}}function yl(e){var t=e.flags;if(2&t){try{e:{for(var n=e.return;null!==n;){if(rl(n)){var a=n;break e}n=n.return}throw Error(o(160))}switch(a.tag){case 5:var s=a.stateNode;32&a.flags&&(ue(s,""),a.flags&=-33),cl(e,il(e),s);break;case 3:case 4:var r=a.stateNode.containerInfo;ll(e,il(e),r);break;default:throw Error(o(161))}}catch(i){Tc(e,e.return,i)}e.flags&=-3}4096&t&&(e.flags&=-4097)}function vl(e,t,n){Ji=e,bl(e,t,n)}function bl(e,t,n){for(var a=0!==(1&e.mode);null!==Ji;){var s=Ji,o=s.child;if(22===s.tag&&a){var r=null!==s.memoizedState||Yi;if(!r){var i=s.alternate,l=null!==i&&null!==i.memoizedState||Zi;i=Yi;var c=Zi;if(Yi=r,(Zi=l)&&!c)for(Ji=s;null!==Ji;)l=(r=Ji).child,22===r.tag&&null!==r.memoizedState?_l(s):null!==l?(l.return=r,Ji=l):_l(s);for(;null!==o;)Ji=o,bl(o,t,n),o=o.sibling;Ji=s,Yi=i,Zi=c}wl(e)}else 0!==(8772&s.subtreeFlags)&&null!==o?(o.return=s,Ji=o):wl(e)}}function wl(e){for(;null!==Ji;){var t=Ji;if(0!==(8772&t.flags)){var n=t.alternate;try{if(0!==(8772&t.flags))switch(t.tag){case 0:case 11:case 15:Zi||al(5,t);break;case 1:var a=t.stateNode;if(4&t.flags&&!Zi)if(null===n)a.componentDidMount();else{var s=t.elementType===t.type?n.memoizedProps:yo(t.type,n.memoizedProps);a.componentDidUpdate(s,n.memoizedState,a.__reactInternalSnapshotBeforeUpdate)}var r=t.updateQueue;null!==r&&Wo(t,r,a);break;case 3:var i=t.updateQueue;if(null!==i){if(n=null,null!==t.child)switch(t.child.tag){case 5:case 1:n=t.child.stateNode}Wo(t,i,n)}break;case 5:var l=t.stateNode;if(null===n&&4&t.flags){n=l;var c=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":c.autoFocus&&n.focus();break;case"img":c.src&&(n.src=c.src)}}break;case 6:case 4:case 12:case 19:case 17:case 21:case 22:case 23:case 25:break;case 13:if(null===t.memoizedState){var m=t.alternate;if(null!==m){var d=m.memoizedState;if(null!==d){var u=d.dehydrated;null!==u&&Ut(u)}}}break;default:throw Error(o(163))}Zi||512&t.flags&&sl(t)}catch(h){Tc(t,t.return,h)}}if(t===e){Ji=null;break}if(null!==(n=t.sibling)){n.return=t.return,Ji=n;break}Ji=t.return}}function kl(e){for(;null!==Ji;){var t=Ji;if(t===e){Ji=null;break}var n=t.sibling;if(null!==n){n.return=t.return,Ji=n;break}Ji=t.return}}function _l(e){for(;null!==Ji;){var t=Ji;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{al(4,t)}catch(l){Tc(t,n,l)}break;case 1:var a=t.stateNode;if("function"===typeof a.componentDidMount){var s=t.return;try{a.componentDidMount()}catch(l){Tc(t,s,l)}}var o=t.return;try{sl(t)}catch(l){Tc(t,o,l)}break;case 5:var r=t.return;try{sl(t)}catch(l){Tc(t,r,l)}}}catch(l){Tc(t,t.return,l)}if(t===e){Ji=null;break}var i=t.sibling;if(null!==i){i.return=t.return,Ji=i;break}Ji=t.return}}var xl,Tl=Math.ceil,Sl=w.ReactCurrentDispatcher,Cl=w.ReactCurrentOwner,El=w.ReactCurrentBatchConfig,Al=0,jl=null,Nl=null,Dl=0,Ol=0,Pl=Ts(0),Rl=0,Il=null,Ll=0,Fl=0,Ml=0,Wl=null,Bl=null,zl=0,Ul=1/0,Hl=null,Gl=!1,Vl=null,Kl=null,ql=!1,$l=null,Yl=0,Zl=0,Xl=null,Jl=-1,Ql=0;function ec(){return 0!==(6&Al)?Xe():-1!==Jl?Jl:Jl=Xe()}function tc(e){return 0===(1&e.mode)?1:0!==(2&Al)&&0!==Dl?Dl&-Dl:null!==go.transition?(0===Ql&&(Ql=ft()),Ql):0!==(e=bt)?e:e=void 0===(e=window.event)?16:Zt(e.type)}function nc(e,t,n,a){if(50<Zl)throw Zl=0,Xl=null,Error(o(185));yt(e,n,a),0!==(2&Al)&&e===jl||(e===jl&&(0===(2&Al)&&(Fl|=n),4===Rl&&ic(e,Dl)),ac(e,a),1===n&&0===Al&&0===(1&t.mode)&&(Ul=Xe()+500,Ws&&Us()))}function ac(e,t){var n=e.callbackNode;!function(e,t){for(var n=e.suspendedLanes,a=e.pingedLanes,s=e.expirationTimes,o=e.pendingLanes;0<o;){var r=31-rt(o),i=1<<r,l=s[r];-1===l?0!==(i&n)&&0===(i&a)||(s[r]=ht(i,t)):l<=t&&(e.expiredLanes|=i),o&=~i}}(e,t);var a=ut(e,e===jl?Dl:0);if(0===a)null!==n&&$e(n),e.callbackNode=null,e.callbackPriority=0;else if(t=a&-a,e.callbackPriority!==t){if(null!=n&&$e(n),1===t)0===e.tag?function(e){Ws=!0,zs(e)}(lc.bind(null,e)):zs(lc.bind(null,e)),rs((function(){0===(6&Al)&&Us()})),n=null;else{switch(wt(a)){case 1:n=Qe;break;case 4:n=et;break;case 16:default:n=tt;break;case 536870912:n=at}n=jc(n,sc.bind(null,e))}e.callbackPriority=t,e.callbackNode=n}}function sc(e,t){if(Jl=-1,Ql=0,0!==(6&Al))throw Error(o(327));var n=e.callbackNode;if(_c()&&e.callbackNode!==n)return null;var a=ut(e,e===jl?Dl:0);if(0===a)return null;if(0!==(30&a)||0!==(a&e.expiredLanes)||t)t=gc(e,a);else{t=a;var s=Al;Al|=2;var r=pc();for(jl===e&&Dl===t||(Hl=null,Ul=Xe()+500,uc(e,t));;)try{vc();break}catch(l){hc(e,l)}_o(),Sl.current=r,Al=s,null!==Nl?t=0:(jl=null,Dl=0,t=Rl)}if(0!==t){if(2===t&&(0!==(s=pt(e))&&(a=s,t=oc(e,s))),1===t)throw n=Il,uc(e,0),ic(e,a),ac(e,Xe()),n;if(6===t)ic(e,a);else{if(s=e.current.alternate,0===(30&a)&&!function(e){for(var t=e;;){if(16384&t.flags){var n=t.updateQueue;if(null!==n&&null!==(n=n.stores))for(var a=0;a<n.length;a++){var s=n[a],o=s.getSnapshot;s=s.value;try{if(!ia(o(),s))return!1}catch(i){return!1}}}if(n=t.child,16384&t.subtreeFlags&&null!==n)n.return=t,t=n;else{if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}(s)&&(2===(t=gc(e,a))&&(0!==(r=pt(e))&&(a=r,t=oc(e,r))),1===t))throw n=Il,uc(e,0),ic(e,a),ac(e,Xe()),n;switch(e.finishedWork=s,e.finishedLanes=a,t){case 0:case 1:throw Error(o(345));case 2:case 5:kc(e,Bl,Hl);break;case 3:if(ic(e,a),(130023424&a)===a&&10<(t=zl+500-Xe())){if(0!==ut(e,0))break;if(((s=e.suspendedLanes)&a)!==a){ec(),e.pingedLanes|=e.suspendedLanes&s;break}e.timeoutHandle=as(kc.bind(null,e,Bl,Hl),t);break}kc(e,Bl,Hl);break;case 4:if(ic(e,a),(4194240&a)===a)break;for(t=e.eventTimes,s=-1;0<a;){var i=31-rt(a);r=1<<i,(i=t[i])>s&&(s=i),a&=~r}if(a=s,10<(a=(120>(a=Xe()-a)?120:480>a?480:1080>a?1080:1920>a?1920:3e3>a?3e3:4320>a?4320:1960*Tl(a/1960))-a)){e.timeoutHandle=as(kc.bind(null,e,Bl,Hl),a);break}kc(e,Bl,Hl);break;default:throw Error(o(329))}}}return ac(e,Xe()),e.callbackNode===n?sc.bind(null,e):null}function oc(e,t){var n=Wl;return e.current.memoizedState.isDehydrated&&(uc(e,t).flags|=256),2!==(e=gc(e,t))&&(t=Bl,Bl=n,null!==t&&rc(t)),e}function rc(e){null===Bl?Bl=e:Bl.push.apply(Bl,e)}function ic(e,t){for(t&=~Ml,t&=~Fl,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-rt(t),a=1<<n;e[n]=-1,t&=~a}}function lc(e){if(0!==(6&Al))throw Error(o(327));_c();var t=ut(e,0);if(0===(1&t))return ac(e,Xe()),null;var n=gc(e,t);if(0!==e.tag&&2===n){var a=pt(e);0!==a&&(t=a,n=oc(e,a))}if(1===n)throw n=Il,uc(e,0),ic(e,t),ac(e,Xe()),n;if(6===n)throw Error(o(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,kc(e,Bl,Hl),ac(e,Xe()),null}function cc(e,t){var n=Al;Al|=1;try{return e(t)}finally{0===(Al=n)&&(Ul=Xe()+500,Ws&&Us())}}function mc(e){null!==$l&&0===$l.tag&&0===(6&Al)&&_c();var t=Al;Al|=1;var n=El.transition,a=bt;try{if(El.transition=null,bt=1,e)return e()}finally{bt=a,El.transition=n,0===(6&(Al=t))&&Us()}}function dc(){Ol=Pl.current,Ss(Pl)}function uc(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,ss(n)),null!==Nl)for(n=Nl.return;null!==n;){var a=n;switch(to(a),a.tag){case 1:null!==(a=a.type.childContextTypes)&&void 0!==a&&Ps();break;case 3:or(),Ss(js),Ss(As),dr();break;case 5:ir(a);break;case 4:or();break;case 13:case 19:Ss(lr);break;case 10:xo(a.type._context);break;case 22:case 23:dc()}n=n.return}if(jl=e,Nl=e=Pc(e.current,null),Dl=Ol=t,Rl=0,Il=null,Ml=Fl=Ll=0,Bl=Wl=null,null!==Eo){for(t=0;t<Eo.length;t++)if(null!==(a=(n=Eo[t]).interleaved)){n.interleaved=null;var s=a.next,o=n.pending;if(null!==o){var r=o.next;o.next=s,a.next=r}n.pending=a}Eo=null}return e}function hc(e,t){for(;;){var n=Nl;try{if(_o(),ur.current=ri,vr){for(var a=fr.memoizedState;null!==a;){var s=a.queue;null!==s&&(s.pending=null),a=a.next}vr=!1}if(pr=0,yr=gr=fr=null,br=!1,wr=0,Cl.current=null,null===n||null===n.return){Rl=1,Il=t,Nl=null;break}e:{var r=e,i=n.return,l=n,c=t;if(t=Dl,l.flags|=32768,null!==c&&"object"===typeof c&&"function"===typeof c.then){var m=c,d=l,u=d.tag;if(0===(1&d.mode)&&(0===u||11===u||15===u)){var h=d.alternate;h?(d.updateQueue=h.updateQueue,d.memoizedState=h.memoizedState,d.lanes=h.lanes):(d.updateQueue=null,d.memoizedState=null)}var p=yi(i);if(null!==p){p.flags&=-257,vi(p,i,l,0,t),1&p.mode&&gi(r,m,t),c=m;var f=(t=p).updateQueue;if(null===f){var g=new Set;g.add(c),t.updateQueue=g}else f.add(c);break e}if(0===(1&t)){gi(r,m,t),fc();break e}c=Error(o(426))}else if(so&&1&l.mode){var y=yi(i);if(null!==y){0===(65536&y.flags)&&(y.flags|=256),vi(y,i,l,0,t),fo(mi(c,l));break e}}r=c=mi(c,l),4!==Rl&&(Rl=2),null===Wl?Wl=[r]:Wl.push(r),r=i;do{switch(r.tag){case 3:r.flags|=65536,t&=-t,r.lanes|=t,Fo(r,pi(0,c,t));break e;case 1:l=c;var v=r.type,b=r.stateNode;if(0===(128&r.flags)&&("function"===typeof v.getDerivedStateFromError||null!==b&&"function"===typeof b.componentDidCatch&&(null===Kl||!Kl.has(b)))){r.flags|=65536,t&=-t,r.lanes|=t,Fo(r,fi(r,l,t));break e}}r=r.return}while(null!==r)}wc(n)}catch(w){t=w,Nl===n&&null!==n&&(Nl=n=n.return);continue}break}}function pc(){var e=Sl.current;return Sl.current=ri,null===e?ri:e}function fc(){0!==Rl&&3!==Rl&&2!==Rl||(Rl=4),null===jl||0===(268435455&Ll)&&0===(268435455&Fl)||ic(jl,Dl)}function gc(e,t){var n=Al;Al|=2;var a=pc();for(jl===e&&Dl===t||(Hl=null,uc(e,t));;)try{yc();break}catch(s){hc(e,s)}if(_o(),Al=n,Sl.current=a,null!==Nl)throw Error(o(261));return jl=null,Dl=0,Rl}function yc(){for(;null!==Nl;)bc(Nl)}function vc(){for(;null!==Nl&&!Ye();)bc(Nl)}function bc(e){var t=xl(e.alternate,e,Ol);e.memoizedProps=e.pendingProps,null===t?wc(e):Nl=t,Cl.current=null}function wc(e){var t=e;do{var n=t.alternate;if(e=t.return,0===(32768&t.flags)){if(null!==(n=qi(n,t,Ol)))return void(Nl=n)}else{if(null!==(n=$i(n,t)))return n.flags&=32767,void(Nl=n);if(null===e)return Rl=6,void(Nl=null);e.flags|=32768,e.subtreeFlags=0,e.deletions=null}if(null!==(t=t.sibling))return void(Nl=t);Nl=t=e}while(null!==t);0===Rl&&(Rl=5)}function kc(e,t,n){var a=bt,s=El.transition;try{El.transition=null,bt=1,function(e,t,n,a){do{_c()}while(null!==$l);if(0!==(6&Al))throw Error(o(327));n=e.finishedWork;var s=e.finishedLanes;if(null===n)return null;if(e.finishedWork=null,e.finishedLanes=0,n===e.current)throw Error(o(177));e.callbackNode=null,e.callbackPriority=0;var r=n.lanes|n.childLanes;if(function(e,t){var n=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var a=e.eventTimes;for(e=e.expirationTimes;0<n;){var s=31-rt(n),o=1<<s;t[s]=0,a[s]=-1,e[s]=-1,n&=~o}}(e,r),e===jl&&(Nl=jl=null,Dl=0),0===(2064&n.subtreeFlags)&&0===(2064&n.flags)||ql||(ql=!0,jc(tt,(function(){return _c(),null}))),r=0!==(15990&n.flags),0!==(15990&n.subtreeFlags)||r){r=El.transition,El.transition=null;var i=bt;bt=1;var l=Al;Al|=4,Cl.current=null,function(e,t){if(es=Gt,ha(e=ua())){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{var a=(n=(n=e.ownerDocument)&&n.defaultView||window).getSelection&&n.getSelection();if(a&&0!==a.rangeCount){n=a.anchorNode;var s=a.anchorOffset,r=a.focusNode;a=a.focusOffset;try{n.nodeType,r.nodeType}catch(k){n=null;break e}var i=0,l=-1,c=-1,m=0,d=0,u=e,h=null;t:for(;;){for(var p;u!==n||0!==s&&3!==u.nodeType||(l=i+s),u!==r||0!==a&&3!==u.nodeType||(c=i+a),3===u.nodeType&&(i+=u.nodeValue.length),null!==(p=u.firstChild);)h=u,u=p;for(;;){if(u===e)break t;if(h===n&&++m===s&&(l=i),h===r&&++d===a&&(c=i),null!==(p=u.nextSibling))break;h=(u=h).parentNode}u=p}n=-1===l||-1===c?null:{start:l,end:c}}else n=null}n=n||{start:0,end:0}}else n=null;for(ts={focusedElem:e,selectionRange:n},Gt=!1,Ji=t;null!==Ji;)if(e=(t=Ji).child,0!==(1028&t.subtreeFlags)&&null!==e)e.return=t,Ji=e;else for(;null!==Ji;){t=Ji;try{var f=t.alternate;if(0!==(1024&t.flags))switch(t.tag){case 0:case 11:case 15:case 5:case 6:case 4:case 17:break;case 1:if(null!==f){var g=f.memoizedProps,y=f.memoizedState,v=t.stateNode,b=v.getSnapshotBeforeUpdate(t.elementType===t.type?g:yo(t.type,g),y);v.__reactInternalSnapshotBeforeUpdate=b}break;case 3:var w=t.stateNode.containerInfo;1===w.nodeType?w.textContent="":9===w.nodeType&&w.documentElement&&w.removeChild(w.documentElement);break;default:throw Error(o(163))}}catch(k){Tc(t,t.return,k)}if(null!==(e=t.sibling)){e.return=t.return,Ji=e;break}Ji=t.return}f=tl,tl=!1}(e,n),gl(n,e),pa(ts),Gt=!!es,ts=es=null,e.current=n,vl(n,e,s),Ze(),Al=l,bt=i,El.transition=r}else e.current=n;if(ql&&(ql=!1,$l=e,Yl=s),r=e.pendingLanes,0===r&&(Kl=null),function(e){if(ot&&"function"===typeof ot.onCommitFiberRoot)try{ot.onCommitFiberRoot(st,e,void 0,128===(128&e.current.flags))}catch(t){}}(n.stateNode),ac(e,Xe()),null!==t)for(a=e.onRecoverableError,n=0;n<t.length;n++)s=t[n],a(s.value,{componentStack:s.stack,digest:s.digest});if(Gl)throw Gl=!1,e=Vl,Vl=null,e;0!==(1&Yl)&&0!==e.tag&&_c(),r=e.pendingLanes,0!==(1&r)?e===Xl?Zl++:(Zl=0,Xl=e):Zl=0,Us()}(e,t,n,a)}finally{El.transition=s,bt=a}return null}function _c(){if(null!==$l){var e=wt(Yl),t=El.transition,n=bt;try{if(El.transition=null,bt=16>e?16:e,null===$l)var a=!1;else{if(e=$l,$l=null,Yl=0,0!==(6&Al))throw Error(o(331));var s=Al;for(Al|=4,Ji=e.current;null!==Ji;){var r=Ji,i=r.child;if(0!==(16&Ji.flags)){var l=r.deletions;if(null!==l){for(var c=0;c<l.length;c++){var m=l[c];for(Ji=m;null!==Ji;){var d=Ji;switch(d.tag){case 0:case 11:case 15:nl(8,d,r)}var u=d.child;if(null!==u)u.return=d,Ji=u;else for(;null!==Ji;){var h=(d=Ji).sibling,p=d.return;if(ol(d),d===m){Ji=null;break}if(null!==h){h.return=p,Ji=h;break}Ji=p}}}var f=r.alternate;if(null!==f){var g=f.child;if(null!==g){f.child=null;do{var y=g.sibling;g.sibling=null,g=y}while(null!==g)}}Ji=r}}if(0!==(2064&r.subtreeFlags)&&null!==i)i.return=r,Ji=i;else e:for(;null!==Ji;){if(0!==(2048&(r=Ji).flags))switch(r.tag){case 0:case 11:case 15:nl(9,r,r.return)}var v=r.sibling;if(null!==v){v.return=r.return,Ji=v;break e}Ji=r.return}}var b=e.current;for(Ji=b;null!==Ji;){var w=(i=Ji).child;if(0!==(2064&i.subtreeFlags)&&null!==w)w.return=i,Ji=w;else e:for(i=b;null!==Ji;){if(0!==(2048&(l=Ji).flags))try{switch(l.tag){case 0:case 11:case 15:al(9,l)}}catch(_){Tc(l,l.return,_)}if(l===i){Ji=null;break e}var k=l.sibling;if(null!==k){k.return=l.return,Ji=k;break e}Ji=l.return}}if(Al=s,Us(),ot&&"function"===typeof ot.onPostCommitFiberRoot)try{ot.onPostCommitFiberRoot(st,e)}catch(_){}a=!0}return a}finally{bt=n,El.transition=t}}return!1}function xc(e,t,n){e=Io(e,t=pi(0,t=mi(n,t),1),1),t=ec(),null!==e&&(yt(e,1,t),ac(e,t))}function Tc(e,t,n){if(3===e.tag)xc(e,e,n);else for(;null!==t;){if(3===t.tag){xc(t,e,n);break}if(1===t.tag){var a=t.stateNode;if("function"===typeof t.type.getDerivedStateFromError||"function"===typeof a.componentDidCatch&&(null===Kl||!Kl.has(a))){t=Io(t,e=fi(t,e=mi(n,e),1),1),e=ec(),null!==t&&(yt(t,1,e),ac(t,e));break}}t=t.return}}function Sc(e,t,n){var a=e.pingCache;null!==a&&a.delete(t),t=ec(),e.pingedLanes|=e.suspendedLanes&n,jl===e&&(Dl&n)===n&&(4===Rl||3===Rl&&(130023424&Dl)===Dl&&500>Xe()-zl?uc(e,0):Ml|=n),ac(e,t)}function Cc(e,t){0===t&&(0===(1&e.mode)?t=1:(t=mt,0===(130023424&(mt<<=1))&&(mt=4194304)));var n=ec();null!==(e=No(e,t))&&(yt(e,t,n),ac(e,n))}function Ec(e){var t=e.memoizedState,n=0;null!==t&&(n=t.retryLane),Cc(e,n)}function Ac(e,t){var n=0;switch(e.tag){case 13:var a=e.stateNode,s=e.memoizedState;null!==s&&(n=s.retryLane);break;case 19:a=e.stateNode;break;default:throw Error(o(314))}null!==a&&a.delete(t),Cc(e,n)}function jc(e,t){return qe(e,t)}function Nc(e,t,n,a){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=a,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Dc(e,t,n,a){return new Nc(e,t,n,a)}function Oc(e){return!(!(e=e.prototype)||!e.isReactComponent)}function Pc(e,t){var n=e.alternate;return null===n?((n=Dc(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=14680064&e.flags,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=null===t?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Rc(e,t,n,a,s,r){var i=2;if(a=e,"function"===typeof e)Oc(e)&&(i=1);else if("string"===typeof e)i=5;else e:switch(e){case x:return Ic(n.children,s,r,t);case T:i=8,s|=8;break;case S:return(e=Dc(12,n,t,2|s)).elementType=S,e.lanes=r,e;case j:return(e=Dc(13,n,t,s)).elementType=j,e.lanes=r,e;case N:return(e=Dc(19,n,t,s)).elementType=N,e.lanes=r,e;case P:return Lc(n,s,r,t);default:if("object"===typeof e&&null!==e)switch(e.$$typeof){case C:i=10;break e;case E:i=9;break e;case A:i=11;break e;case D:i=14;break e;case O:i=16,a=null;break e}throw Error(o(130,null==e?e:typeof e,""))}return(t=Dc(i,n,t,s)).elementType=e,t.type=a,t.lanes=r,t}function Ic(e,t,n,a){return(e=Dc(7,e,a,t)).lanes=n,e}function Lc(e,t,n,a){return(e=Dc(22,e,a,t)).elementType=P,e.lanes=n,e.stateNode={isHidden:!1},e}function Fc(e,t,n){return(e=Dc(6,e,null,t)).lanes=n,e}function Mc(e,t,n){return(t=Dc(4,null!==e.children?e.children:[],e.key,t)).lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function Wc(e,t,n,a,s){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=gt(0),this.expirationTimes=gt(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=gt(0),this.identifierPrefix=a,this.onRecoverableError=s,this.mutableSourceEagerHydrationData=null}function Bc(e,t,n,a,s,o,r,i,l){return e=new Wc(e,t,n,i,l),1===t?(t=1,!0===o&&(t|=8)):t=0,o=Dc(3,null,null,t),e.current=o,o.stateNode=e,o.memoizedState={element:a,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},Oo(o),e}function zc(e,t,n){var a=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:_,key:null==a?null:""+a,children:e,containerInfo:t,implementation:n}}function Uc(e){if(!e)return Es;e:{if(Ue(e=e._reactInternals)!==e||1!==e.tag)throw Error(o(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(Os(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(null!==t);throw Error(o(171))}if(1===e.tag){var n=e.type;if(Os(n))return Is(e,n,t)}return t}function Hc(e,t,n,a,s,o,r,i,l){return(e=Bc(n,a,!0,e,0,o,0,i,l)).context=Uc(null),n=e.current,(o=Ro(a=ec(),s=tc(n))).callback=void 0!==t&&null!==t?t:null,Io(n,o,s),e.current.lanes=s,yt(e,s,a),ac(e,a),e}function Gc(e,t,n,a){var s=t.current,o=ec(),r=tc(s);return n=Uc(n),null===t.context?t.context=n:t.pendingContext=n,(t=Ro(o,r)).payload={element:e},null!==(a=void 0===a?null:a)&&(t.callback=a),null!==(e=Io(s,t,r))&&(nc(e,s,r,o),Lo(e,s,r)),r}function Vc(e){return(e=e.current).child?(e.child.tag,e.child.stateNode):null}function Kc(e,t){if(null!==(e=e.memoizedState)&&null!==e.dehydrated){var n=e.retryLane;e.retryLane=0!==n&&n<t?n:t}}function qc(e,t){Kc(e,t),(e=e.alternate)&&Kc(e,t)}xl=function(e,t,n){if(null!==e)if(e.memoizedProps!==t.pendingProps||js.current)wi=!0;else{if(0===(e.lanes&n)&&0===(128&t.flags))return wi=!1,function(e,t,n){switch(t.tag){case 3:Ni(t),po();break;case 5:rr(t);break;case 1:Os(t.type)&&Ls(t);break;case 4:sr(t,t.stateNode.containerInfo);break;case 10:var a=t.type._context,s=t.memoizedProps.value;Cs(vo,a._currentValue),a._currentValue=s;break;case 13:if(null!==(a=t.memoizedState))return null!==a.dehydrated?(Cs(lr,1&lr.current),t.flags|=128,null):0!==(n&t.child.childLanes)?Fi(e,t,n):(Cs(lr,1&lr.current),null!==(e=Gi(e,t,n))?e.sibling:null);Cs(lr,1&lr.current);break;case 19:if(a=0!==(n&t.childLanes),0!==(128&e.flags)){if(a)return Ui(e,t,n);t.flags|=128}if(null!==(s=t.memoizedState)&&(s.rendering=null,s.tail=null,s.lastEffect=null),Cs(lr,lr.current),a)break;return null;case 22:case 23:return t.lanes=0,Si(e,t,n)}return Gi(e,t,n)}(e,t,n);wi=0!==(131072&e.flags)}else wi=!1,so&&0!==(1048576&t.flags)&&Qs(t,Ks,t.index);switch(t.lanes=0,t.tag){case 2:var a=t.type;Hi(e,t),e=t.pendingProps;var s=Ds(t,As.current);So(t,n),s=Tr(null,t,a,e,s,n);var r=Sr();return t.flags|=1,"object"===typeof s&&null!==s&&"function"===typeof s.render&&void 0===s.$$typeof?(t.tag=1,t.memoizedState=null,t.updateQueue=null,Os(a)?(r=!0,Ls(t)):r=!1,t.memoizedState=null!==s.state&&void 0!==s.state?s.state:null,Oo(t),s.updater=Uo,t.stateNode=s,s._reactInternals=t,Ko(t,a,e,n),t=ji(null,t,a,!0,r,n)):(t.tag=0,so&&r&&eo(t),ki(null,t,s,n),t=t.child),t;case 16:a=t.elementType;e:{switch(Hi(e,t),e=t.pendingProps,a=(s=a._init)(a._payload),t.type=a,s=t.tag=function(e){if("function"===typeof e)return Oc(e)?1:0;if(void 0!==e&&null!==e){if((e=e.$$typeof)===A)return 11;if(e===D)return 14}return 2}(a),e=yo(a,e),s){case 0:t=Ei(null,t,a,e,n);break e;case 1:t=Ai(null,t,a,e,n);break e;case 11:t=_i(null,t,a,e,n);break e;case 14:t=xi(null,t,a,yo(a.type,e),n);break e}throw Error(o(306,a,""))}return t;case 0:return a=t.type,s=t.pendingProps,Ei(e,t,a,s=t.elementType===a?s:yo(a,s),n);case 1:return a=t.type,s=t.pendingProps,Ai(e,t,a,s=t.elementType===a?s:yo(a,s),n);case 3:e:{if(Ni(t),null===e)throw Error(o(387));a=t.pendingProps,s=(r=t.memoizedState).element,Po(e,t),Mo(t,a,null,n);var i=t.memoizedState;if(a=i.element,r.isDehydrated){if(r={element:a,isDehydrated:!1,cache:i.cache,pendingSuspenseBoundaries:i.pendingSuspenseBoundaries,transitions:i.transitions},t.updateQueue.baseState=r,t.memoizedState=r,256&t.flags){t=Di(e,t,a,n,s=mi(Error(o(423)),t));break e}if(a!==s){t=Di(e,t,a,n,s=mi(Error(o(424)),t));break e}for(ao=cs(t.stateNode.containerInfo.firstChild),no=t,so=!0,oo=null,n=Jo(t,null,a,n),t.child=n;n;)n.flags=-3&n.flags|4096,n=n.sibling}else{if(po(),a===s){t=Gi(e,t,n);break e}ki(e,t,a,n)}t=t.child}return t;case 5:return rr(t),null===e&&co(t),a=t.type,s=t.pendingProps,r=null!==e?e.memoizedProps:null,i=s.children,ns(a,s)?i=null:null!==r&&ns(a,r)&&(t.flags|=32),Ci(e,t),ki(e,t,i,n),t.child;case 6:return null===e&&co(t),null;case 13:return Fi(e,t,n);case 4:return sr(t,t.stateNode.containerInfo),a=t.pendingProps,null===e?t.child=Xo(t,null,a,n):ki(e,t,a,n),t.child;case 11:return a=t.type,s=t.pendingProps,_i(e,t,a,s=t.elementType===a?s:yo(a,s),n);case 7:return ki(e,t,t.pendingProps,n),t.child;case 8:case 12:return ki(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(a=t.type._context,s=t.pendingProps,r=t.memoizedProps,i=s.value,Cs(vo,a._currentValue),a._currentValue=i,null!==r)if(ia(r.value,i)){if(r.children===s.children&&!js.current){t=Gi(e,t,n);break e}}else for(null!==(r=t.child)&&(r.return=t);null!==r;){var l=r.dependencies;if(null!==l){i=r.child;for(var c=l.firstContext;null!==c;){if(c.context===a){if(1===r.tag){(c=Ro(-1,n&-n)).tag=2;var m=r.updateQueue;if(null!==m){var d=(m=m.shared).pending;null===d?c.next=c:(c.next=d.next,d.next=c),m.pending=c}}r.lanes|=n,null!==(c=r.alternate)&&(c.lanes|=n),To(r.return,n,t),l.lanes|=n;break}c=c.next}}else if(10===r.tag)i=r.type===t.type?null:r.child;else if(18===r.tag){if(null===(i=r.return))throw Error(o(341));i.lanes|=n,null!==(l=i.alternate)&&(l.lanes|=n),To(i,n,t),i=r.sibling}else i=r.child;if(null!==i)i.return=r;else for(i=r;null!==i;){if(i===t){i=null;break}if(null!==(r=i.sibling)){r.return=i.return,i=r;break}i=i.return}r=i}ki(e,t,s.children,n),t=t.child}return t;case 9:return s=t.type,a=t.pendingProps.children,So(t,n),a=a(s=Co(s)),t.flags|=1,ki(e,t,a,n),t.child;case 14:return s=yo(a=t.type,t.pendingProps),xi(e,t,a,s=yo(a.type,s),n);case 15:return Ti(e,t,t.type,t.pendingProps,n);case 17:return a=t.type,s=t.pendingProps,s=t.elementType===a?s:yo(a,s),Hi(e,t),t.tag=1,Os(a)?(e=!0,Ls(t)):e=!1,So(t,n),Go(t,a,s),Ko(t,a,s,n),ji(null,t,a,!0,e,n);case 19:return Ui(e,t,n);case 22:return Si(e,t,n)}throw Error(o(156,t.tag))};var $c="function"===typeof reportError?reportError:function(e){console.error(e)};function Yc(e){this._internalRoot=e}function Zc(e){this._internalRoot=e}function Xc(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType)}function Jc(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function Qc(){}function em(e,t,n,a,s){var o=n._reactRootContainer;if(o){var r=o;if("function"===typeof s){var i=s;s=function(){var e=Vc(r);i.call(e)}}Gc(t,r,e,s)}else r=function(e,t,n,a,s){if(s){if("function"===typeof a){var o=a;a=function(){var e=Vc(r);o.call(e)}}var r=Hc(t,a,e,0,null,!1,0,"",Qc);return e._reactRootContainer=r,e[ps]=r.current,Ua(8===e.nodeType?e.parentNode:e),mc(),r}for(;s=e.lastChild;)e.removeChild(s);if("function"===typeof a){var i=a;a=function(){var e=Vc(l);i.call(e)}}var l=Bc(e,0,!1,null,0,!1,0,"",Qc);return e._reactRootContainer=l,e[ps]=l.current,Ua(8===e.nodeType?e.parentNode:e),mc((function(){Gc(t,l,n,a)})),l}(n,t,e,s,a);return Vc(r)}Zc.prototype.render=Yc.prototype.render=function(e){var t=this._internalRoot;if(null===t)throw Error(o(409));Gc(e,t,null,null)},Zc.prototype.unmount=Yc.prototype.unmount=function(){var e=this._internalRoot;if(null!==e){this._internalRoot=null;var t=e.containerInfo;mc((function(){Gc(null,e,null,null)})),t[ps]=null}},Zc.prototype.unstable_scheduleHydration=function(e){if(e){var t=Tt();e={blockedOn:null,target:e,priority:t};for(var n=0;n<Pt.length&&0!==t&&t<Pt[n].priority;n++);Pt.splice(n,0,e),0===n&&Ft(e)}},kt=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=dt(t.pendingLanes);0!==n&&(vt(t,1|n),ac(t,Xe()),0===(6&Al)&&(Ul=Xe()+500,Us()))}break;case 13:mc((function(){var t=No(e,1);if(null!==t){var n=ec();nc(t,e,1,n)}})),qc(e,1)}},_t=function(e){if(13===e.tag){var t=No(e,134217728);if(null!==t)nc(t,e,134217728,ec());qc(e,134217728)}},xt=function(e){if(13===e.tag){var t=tc(e),n=No(e,t);if(null!==n)nc(n,e,t,ec());qc(e,t)}},Tt=function(){return bt},St=function(e,t){var n=bt;try{return bt=e,t()}finally{bt=n}},_e=function(e,t,n){switch(t){case"input":if(J(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var a=n[t];if(a!==e&&a.form===e.form){var s=ks(a);if(!s)throw Error(o(90));q(a),J(a,s)}}}break;case"textarea":oe(e,n);break;case"select":null!=(t=n.value)&&ne(e,!!n.multiple,t,!1)}},Ae=cc,je=mc;var tm={usingClientEntryPoint:!1,Events:[bs,ws,ks,Ce,Ee,cc]},nm={findFiberByHostInstance:vs,bundleType:0,version:"18.2.0",rendererPackageName:"react-dom"},am={bundleType:nm.bundleType,version:nm.version,rendererPackageName:nm.rendererPackageName,rendererConfig:nm.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:w.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=Ve(e))?null:e.stateNode},findFiberByHostInstance:nm.findFiberByHostInstance||function(){return null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.2.0-next-9e3b772b8-20220608"};if("undefined"!==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__){var sm=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!sm.isDisabled&&sm.supportsFiber)try{st=sm.inject(am),ot=sm}catch(me){}}t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=tm,t.createPortal=function(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Xc(t))throw Error(o(200));return zc(e,t,null,n)},t.createRoot=function(e,t){if(!Xc(e))throw Error(o(299));var n=!1,a="",s=$c;return null!==t&&void 0!==t&&(!0===t.unstable_strictMode&&(n=!0),void 0!==t.identifierPrefix&&(a=t.identifierPrefix),void 0!==t.onRecoverableError&&(s=t.onRecoverableError)),t=Bc(e,1,!1,null,0,n,0,a,s),e[ps]=t.current,Ua(8===e.nodeType?e.parentNode:e),new Yc(t)},t.findDOMNode=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternals;if(void 0===t){if("function"===typeof e.render)throw Error(o(188));throw e=Object.keys(e).join(","),Error(o(268,e))}return e=null===(e=Ve(t))?null:e.stateNode},t.flushSync=function(e){return mc(e)},t.hydrate=function(e,t,n){if(!Jc(t))throw Error(o(200));return em(null,e,t,!0,n)},t.hydrateRoot=function(e,t,n){if(!Xc(e))throw Error(o(405));var a=null!=n&&n.hydratedSources||null,s=!1,r="",i=$c;if(null!==n&&void 0!==n&&(!0===n.unstable_strictMode&&(s=!0),void 0!==n.identifierPrefix&&(r=n.identifierPrefix),void 0!==n.onRecoverableError&&(i=n.onRecoverableError)),t=Hc(t,null,e,1,null!=n?n:null,s,0,r,i),e[ps]=t.current,Ua(e),a)for(e=0;e<a.length;e++)s=(s=(n=a[e])._getVersion)(n._source),null==t.mutableSourceEagerHydrationData?t.mutableSourceEagerHydrationData=[n,s]:t.mutableSourceEagerHydrationData.push(n,s);return new Zc(t)},t.render=function(e,t,n){if(!Jc(t))throw Error(o(200));return em(null,e,t,!1,n)},t.unmountComponentAtNode=function(e){if(!Jc(e))throw Error(o(40));return!!e._reactRootContainer&&(mc((function(){em(null,null,e,!1,(function(){e._reactRootContainer=null,e[ps]=null}))})),!0)},t.unstable_batchedUpdates=cc,t.unstable_renderSubtreeIntoContainer=function(e,t,n,a){if(!Jc(n))throw Error(o(200));if(null==e||void 0===e._reactInternals)throw Error(o(38));return em(e,t,n,!1,a)},t.version="18.2.0-next-9e3b772b8-20220608"},164:(e,t,n)=>{"use strict";!function e(){if("undefined"!==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}(),e.exports=n(463)},374:(e,t,n)=>{"use strict";var a=n(791),s=Symbol.for("react.element"),o=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,i=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,l={key:!0,ref:!0,__self:!0,__source:!0};function c(e,t,n){var a,o={},c=null,m=null;for(a in void 0!==n&&(c=""+n),void 0!==t.key&&(c=""+t.key),void 0!==t.ref&&(m=t.ref),t)r.call(t,a)&&!l.hasOwnProperty(a)&&(o[a]=t[a]);if(e&&e.defaultProps)for(a in t=e.defaultProps)void 0===o[a]&&(o[a]=t[a]);return{$$typeof:s,type:e,key:c,ref:m,props:o,_owner:i.current}}t.Fragment=o,t.jsx=c,t.jsxs=c},117:(e,t)=>{"use strict";var n=Symbol.for("react.element"),a=Symbol.for("react.portal"),s=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),r=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),l=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),m=Symbol.for("react.suspense"),d=Symbol.for("react.memo"),u=Symbol.for("react.lazy"),h=Symbol.iterator;var p={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},f=Object.assign,g={};function y(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||p}function v(){}function b(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||p}y.prototype.isReactComponent={},y.prototype.setState=function(e,t){if("object"!==typeof e&&"function"!==typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},y.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},v.prototype=y.prototype;var w=b.prototype=new v;w.constructor=b,f(w,y.prototype),w.isPureReactComponent=!0;var k=Array.isArray,_=Object.prototype.hasOwnProperty,x={current:null},T={key:!0,ref:!0,__self:!0,__source:!0};function S(e,t,a){var s,o={},r=null,i=null;if(null!=t)for(s in void 0!==t.ref&&(i=t.ref),void 0!==t.key&&(r=""+t.key),t)_.call(t,s)&&!T.hasOwnProperty(s)&&(o[s]=t[s]);var l=arguments.length-2;if(1===l)o.children=a;else if(1<l){for(var c=Array(l),m=0;m<l;m++)c[m]=arguments[m+2];o.children=c}if(e&&e.defaultProps)for(s in l=e.defaultProps)void 0===o[s]&&(o[s]=l[s]);return{$$typeof:n,type:e,key:r,ref:i,props:o,_owner:x.current}}function C(e){return"object"===typeof e&&null!==e&&e.$$typeof===n}var E=/\/+/g;function A(e,t){return"object"===typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,(function(e){return t[e]}))}(""+e.key):t.toString(36)}function j(e,t,s,o,r){var i=typeof e;"undefined"!==i&&"boolean"!==i||(e=null);var l=!1;if(null===e)l=!0;else switch(i){case"string":case"number":l=!0;break;case"object":switch(e.$$typeof){case n:case a:l=!0}}if(l)return r=r(l=e),e=""===o?"."+A(l,0):o,k(r)?(s="",null!=e&&(s=e.replace(E,"$&/")+"/"),j(r,t,s,"",(function(e){return e}))):null!=r&&(C(r)&&(r=function(e,t){return{$$typeof:n,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(r,s+(!r.key||l&&l.key===r.key?"":(""+r.key).replace(E,"$&/")+"/")+e)),t.push(r)),1;if(l=0,o=""===o?".":o+":",k(e))for(var c=0;c<e.length;c++){var m=o+A(i=e[c],c);l+=j(i,t,s,m,r)}else if(m=function(e){return null===e||"object"!==typeof e?null:"function"===typeof(e=h&&e[h]||e["@@iterator"])?e:null}(e),"function"===typeof m)for(e=m.call(e),c=0;!(i=e.next()).done;)l+=j(i=i.value,t,s,m=o+A(i,c++),r);else if("object"===i)throw t=String(e),Error("Objects are not valid as a React child (found: "+("[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return l}function N(e,t,n){if(null==e)return e;var a=[],s=0;return j(e,a,"","",(function(e){return t.call(n,e,s++)})),a}function D(e){if(-1===e._status){var t=e._result;(t=t()).then((function(t){0!==e._status&&-1!==e._status||(e._status=1,e._result=t)}),(function(t){0!==e._status&&-1!==e._status||(e._status=2,e._result=t)})),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var O={current:null},P={transition:null},R={ReactCurrentDispatcher:O,ReactCurrentBatchConfig:P,ReactCurrentOwner:x};t.Children={map:N,forEach:function(e,t,n){N(e,(function(){t.apply(this,arguments)}),n)},count:function(e){var t=0;return N(e,(function(){t++})),t},toArray:function(e){return N(e,(function(e){return e}))||[]},only:function(e){if(!C(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},t.Component=y,t.Fragment=s,t.Profiler=r,t.PureComponent=b,t.StrictMode=o,t.Suspense=m,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=R,t.cloneElement=function(e,t,a){if(null===e||void 0===e)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var s=f({},e.props),o=e.key,r=e.ref,i=e._owner;if(null!=t){if(void 0!==t.ref&&(r=t.ref,i=x.current),void 0!==t.key&&(o=""+t.key),e.type&&e.type.defaultProps)var l=e.type.defaultProps;for(c in t)_.call(t,c)&&!T.hasOwnProperty(c)&&(s[c]=void 0===t[c]&&void 0!==l?l[c]:t[c])}var c=arguments.length-2;if(1===c)s.children=a;else if(1<c){l=Array(c);for(var m=0;m<c;m++)l[m]=arguments[m+2];s.children=l}return{$$typeof:n,type:e.type,key:o,ref:r,props:s,_owner:i}},t.createContext=function(e){return(e={$$typeof:l,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:i,_context:e},e.Consumer=e},t.createElement=S,t.createFactory=function(e){var t=S.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:c,render:e}},t.isValidElement=C,t.lazy=function(e){return{$$typeof:u,_payload:{_status:-1,_result:e},_init:D}},t.memo=function(e,t){return{$$typeof:d,type:e,compare:void 0===t?null:t}},t.startTransition=function(e){var t=P.transition;P.transition={};try{e()}finally{P.transition=t}},t.unstable_act=function(){throw Error("act(...) is not supported in production builds of React.")},t.useCallback=function(e,t){return O.current.useCallback(e,t)},t.useContext=function(e){return O.current.useContext(e)},t.useDebugValue=function(){},t.useDeferredValue=function(e){return O.current.useDeferredValue(e)},t.useEffect=function(e,t){return O.current.useEffect(e,t)},t.useId=function(){return O.current.useId()},t.useImperativeHandle=function(e,t,n){return O.current.useImperativeHandle(e,t,n)},t.useInsertionEffect=function(e,t){return O.current.useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return O.current.useLayoutEffect(e,t)},t.useMemo=function(e,t){return O.current.useMemo(e,t)},t.useReducer=function(e,t,n){return O.current.useReducer(e,t,n)},t.useRef=function(e){return O.current.useRef(e)},t.useState=function(e){return O.current.useState(e)},t.useSyncExternalStore=function(e,t,n){return O.current.useSyncExternalStore(e,t,n)},t.useTransition=function(){return O.current.useTransition()},t.version="18.2.0"},791:(e,t,n)=>{"use strict";e.exports=n(117)},184:(e,t,n)=>{"use strict";e.exports=n(374)},813:(e,t)=>{"use strict";function n(e,t){var n=e.length;e.push(t);e:for(;0<n;){var a=n-1>>>1,s=e[a];if(!(0<o(s,t)))break e;e[a]=t,e[n]=s,n=a}}function a(e){return 0===e.length?null:e[0]}function s(e){if(0===e.length)return null;var t=e[0],n=e.pop();if(n!==t){e[0]=n;e:for(var a=0,s=e.length,r=s>>>1;a<r;){var i=2*(a+1)-1,l=e[i],c=i+1,m=e[c];if(0>o(l,n))c<s&&0>o(m,l)?(e[a]=m,e[c]=n,a=c):(e[a]=l,e[i]=n,a=i);else{if(!(c<s&&0>o(m,n)))break e;e[a]=m,e[c]=n,a=c}}}return t}function o(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}if("object"===typeof performance&&"function"===typeof performance.now){var r=performance;t.unstable_now=function(){return r.now()}}else{var i=Date,l=i.now();t.unstable_now=function(){return i.now()-l}}var c=[],m=[],d=1,u=null,h=3,p=!1,f=!1,g=!1,y="function"===typeof setTimeout?setTimeout:null,v="function"===typeof clearTimeout?clearTimeout:null,b="undefined"!==typeof setImmediate?setImmediate:null;function w(e){for(var t=a(m);null!==t;){if(null===t.callback)s(m);else{if(!(t.startTime<=e))break;s(m),t.sortIndex=t.expirationTime,n(c,t)}t=a(m)}}function k(e){if(g=!1,w(e),!f)if(null!==a(c))f=!0,P(_);else{var t=a(m);null!==t&&R(k,t.startTime-e)}}function _(e,n){f=!1,g&&(g=!1,v(C),C=-1),p=!0;var o=h;try{for(w(n),u=a(c);null!==u&&(!(u.expirationTime>n)||e&&!j());){var r=u.callback;if("function"===typeof r){u.callback=null,h=u.priorityLevel;var i=r(u.expirationTime<=n);n=t.unstable_now(),"function"===typeof i?u.callback=i:u===a(c)&&s(c),w(n)}else s(c);u=a(c)}if(null!==u)var l=!0;else{var d=a(m);null!==d&&R(k,d.startTime-n),l=!1}return l}finally{u=null,h=o,p=!1}}"undefined"!==typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);var x,T=!1,S=null,C=-1,E=5,A=-1;function j(){return!(t.unstable_now()-A<E)}function N(){if(null!==S){var e=t.unstable_now();A=e;var n=!0;try{n=S(!0,e)}finally{n?x():(T=!1,S=null)}}else T=!1}if("function"===typeof b)x=function(){b(N)};else if("undefined"!==typeof MessageChannel){var D=new MessageChannel,O=D.port2;D.port1.onmessage=N,x=function(){O.postMessage(null)}}else x=function(){y(N,0)};function P(e){S=e,T||(T=!0,x())}function R(e,n){C=y((function(){e(t.unstable_now())}),n)}t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){f||p||(f=!0,P(_))},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):E=0<e?Math.floor(1e3/e):5},t.unstable_getCurrentPriorityLevel=function(){return h},t.unstable_getFirstCallbackNode=function(){return a(c)},t.unstable_next=function(e){switch(h){case 1:case 2:case 3:var t=3;break;default:t=h}var n=h;h=t;try{return e()}finally{h=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=function(){},t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=h;h=e;try{return t()}finally{h=n}},t.unstable_scheduleCallback=function(e,s,o){var r=t.unstable_now();switch("object"===typeof o&&null!==o?o="number"===typeof(o=o.delay)&&0<o?r+o:r:o=r,e){case 1:var i=-1;break;case 2:i=250;break;case 5:i=1073741823;break;case 4:i=1e4;break;default:i=5e3}return e={id:d++,callback:s,priorityLevel:e,startTime:o,expirationTime:i=o+i,sortIndex:-1},o>r?(e.sortIndex=o,n(m,e),null===a(c)&&e===a(m)&&(g?(v(C),C=-1):g=!0,R(k,o-r))):(e.sortIndex=i,n(c,e),f||p||(f=!0,P(_))),e},t.unstable_shouldYield=j,t.unstable_wrapCallback=function(e){var t=h;return function(){var n=h;h=t;try{return e.apply(this,arguments)}finally{h=n}}}},296:(e,t,n)=>{"use strict";e.exports=n(813)},399:e=>{e.exports={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0}},274:(e,t,n)=>{"use strict";function a(e,t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new TypeError("attempted to use private field on non-instance");return e}n.d(t,{Z:()=>a})},359:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var a=0;function s(e){return"__private_"+a+++"_"+e}}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var n=__webpack_module_cache__[e]={exports:{}};return __webpack_modules__[e](n,n.exports,__webpack_require__),n.exports}__webpack_require__.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(t,{a:t}),t},(()=>{var e,t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__;__webpack_require__.t=function(n,a){if(1&a&&(n=this(n)),8&a)return n;if("object"===typeof n&&n){if(4&a&&n.__esModule)return n;if(16&a&&"function"===typeof n.then)return n}var s=Object.create(null);__webpack_require__.r(s);var o={};e=e||[null,t({}),t([]),t(t)];for(var r=2&a&&n;"object"==typeof r&&!~e.indexOf(r);r=t(r))Object.getOwnPropertyNames(r).forEach((e=>o[e]=()=>n[e]));return o.default=()=>n,__webpack_require__.d(s,o),s}})(),__webpack_require__.d=(e,t)=>{for(var n in t)__webpack_require__.o(t,n)&&!__webpack_require__.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},__webpack_require__.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};(()=>{"use strict";var e,t=__webpack_require__(791),n=__webpack_require__.t(t,2),a=__webpack_require__(164);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a])}return e},s.apply(this,arguments)}!function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"}(e||(e={}));const o="popstate";function r(e,t){if(!1===e||null===e||"undefined"===typeof e)throw new Error(t)}function i(e,t){if(!e){"undefined"!==typeof console&&console.warn(t);try{throw new Error(t)}catch(n){}}}function l(e,t){return{usr:e.state,key:e.key,idx:t}}function c(e,t,n,a){return void 0===n&&(n=null),s({pathname:"string"===typeof e?e:e.pathname,search:"",hash:""},"string"===typeof t?d(t):t,{state:n,key:t&&t.key||a||Math.random().toString(36).substr(2,8)})}function m(e){let{pathname:t="/",search:n="",hash:a=""}=e;return n&&"?"!==n&&(t+="?"===n.charAt(0)?n:"?"+n),a&&"#"!==a&&(t+="#"===a.charAt(0)?a:"#"+a),t}function d(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substr(n),e=e.substr(0,n));let a=e.indexOf("?");a>=0&&(t.search=e.substr(a),e=e.substr(0,a)),e&&(t.pathname=e)}return t}function u(t,n,a,i){void 0===i&&(i={});let{window:d=document.defaultView,v5Compat:u=!1}=i,h=d.history,p=e.Pop,f=null,g=y();function y(){return(h.state||{idx:null}).idx}function v(){p=e.Pop;let t=y(),n=null==t?null:t-g;g=t,f&&f({action:p,location:w.location,delta:n})}function b(e){let t="null"!==d.location.origin?d.location.origin:d.location.href,n="string"===typeof e?e:m(e);return r(t,"No window.location.(origin|href) available to create URL for href: "+n),new URL(n,t)}null==g&&(g=0,h.replaceState(s({},h.state,{idx:g}),""));let w={get action(){return p},get location(){return t(d,h)},listen(e){if(f)throw new Error("A history only accepts one active listener");return d.addEventListener(o,v),f=e,()=>{d.removeEventListener(o,v),f=null}},createHref:e=>n(d,e),createURL:b,encodeLocation(e){let t=b(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(t,n){p=e.Push;let s=c(w.location,t,n);a&&a(s,t),g=y()+1;let o=l(s,g),r=w.createHref(s);try{h.pushState(o,"",r)}catch(i){d.location.assign(r)}u&&f&&f({action:p,location:w.location,delta:1})},replace:function(t,n){p=e.Replace;let s=c(w.location,t,n);a&&a(s,t),g=y();let o=l(s,g),r=w.createHref(s);h.replaceState(o,"",r),u&&f&&f({action:p,location:w.location,delta:0})},go:e=>h.go(e)};return w}var h;function p(e,t,n){void 0===n&&(n="/");let a=x(("string"===typeof t?d(t):t).pathname||"/",n);if(null==a)return null;let s=f(e);!function(e){e.sort(((e,t)=>e.score!==t.score?t.score-e.score:function(e,t){let n=e.length===t.length&&e.slice(0,-1).every(((e,n)=>e===t[n]));return n?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map((e=>e.childrenIndex)),t.routesMeta.map((e=>e.childrenIndex)))))}(s);let o=null;for(let r=0;null==o&&r<s.length;++r)o=w(s[r],_(a));return o}function f(e,t,n,a){void 0===t&&(t=[]),void 0===n&&(n=[]),void 0===a&&(a="");let s=(e,s,o)=>{let i={relativePath:void 0===o?e.path||"":o,caseSensitive:!0===e.caseSensitive,childrenIndex:s,route:e};i.relativePath.startsWith("/")&&(r(i.relativePath.startsWith(a),'Absolute route path "'+i.relativePath+'" nested under path "'+a+'" is not valid. An absolute child route path must start with the combined path of all its parent routes.'),i.relativePath=i.relativePath.slice(a.length));let l=A([a,i.relativePath]),c=n.concat(i);e.children&&e.children.length>0&&(r(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+l+'".'),f(e.children,t,c,l)),(null!=e.path||e.index)&&t.push({path:l,score:b(l,e.index),routesMeta:c})};return e.forEach(((e,t)=>{var n;if(""!==e.path&&null!=(n=e.path)&&n.includes("?"))for(let a of g(e.path))s(e,t,a);else s(e,t)})),t}function g(e){let t=e.split("/");if(0===t.length)return[];let[n,...a]=t,s=n.endsWith("?"),o=n.replace(/\?$/,"");if(0===a.length)return s?[o,""]:[o];let r=g(a.join("/")),i=[];return i.push(...r.map((e=>""===e?o:[o,e].join("/")))),s&&i.push(...r),i.map((t=>e.startsWith("/")&&""===t?"/":t))}!function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"}(h||(h={}));const y=/^:\w+$/,v=e=>"*"===e;function b(e,t){let n=e.split("/"),a=n.length;return n.some(v)&&(a+=-2),t&&(a+=2),n.filter((e=>!v(e))).reduce(((e,t)=>e+(y.test(t)?3:""===t?1:10)),a)}function w(e,t){let{routesMeta:n}=e,a={},s="/",o=[];for(let r=0;r<n.length;++r){let e=n[r],i=r===n.length-1,l="/"===s?t:t.slice(s.length)||"/",c=k({path:e.relativePath,caseSensitive:e.caseSensitive,end:i},l);if(!c)return null;Object.assign(a,c.params);let m=e.route;o.push({params:a,pathname:A([s,c.pathname]),pathnameBase:j(A([s,c.pathnameBase])),route:m}),"/"!==c.pathnameBase&&(s=A([s,c.pathnameBase]))}return o}function k(e,t){"string"===typeof e&&(e={path:e,caseSensitive:!1,end:!0});let[n,a]=function(e,t,n){void 0===t&&(t=!1);void 0===n&&(n=!0);T("*"===e||!e.endsWith("*")||e.endsWith("/*"),'Route path "'+e+'" will be treated as if it were "'+e.replace(/\*$/,"/*")+'" because the `*` character must always follow a `/` in the pattern. To get rid of this warning, please change the route path to "'+e.replace(/\*$/,"/*")+'".');let a=[],s="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/\/:(\w+)/g,((e,t)=>(a.push(t),"/([^\\/]+)")));e.endsWith("*")?(a.push("*"),s+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?s+="\\/*$":""!==e&&"/"!==e&&(s+="(?:(?=\\/|$))");let o=new RegExp(s,t?void 0:"i");return[o,a]}(e.path,e.caseSensitive,e.end),s=t.match(n);if(!s)return null;let o=s[0],r=o.replace(/(.)\/+$/,"$1"),i=s.slice(1);return{params:a.reduce(((e,t,n)=>{if("*"===t){let e=i[n]||"";r=o.slice(0,o.length-e.length).replace(/(.)\/+$/,"$1")}return e[t]=function(e,t){try{return decodeURIComponent(e)}catch(n){return T(!1,'The value for the URL param "'+t+'" will not be decoded because the string "'+e+'" is a malformed URL segment. This is probably due to a bad percent encoding ('+n+")."),e}}(i[n]||"",t),e}),{}),pathname:o,pathnameBase:r,pattern:e}}function _(e){try{return decodeURI(e)}catch(t){return T(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent encoding ('+t+")."),e}}function x(e,t){if("/"===t)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith("/")?t.length-1:t.length,a=e.charAt(n);return a&&"/"!==a?null:e.slice(n)||"/"}function T(e,t){if(!e){"undefined"!==typeof console&&console.warn(t);try{throw new Error(t)}catch(n){}}}function S(e,t,n,a){return"Cannot include a '"+e+"' character in a manually specified `to."+t+"` field ["+JSON.stringify(a)+"]. Please separate it out to the `to."+n+'` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.'}function C(e){return e.filter(((e,t)=>0===t||e.route.path&&e.route.path.length>0))}function E(e,t,n,a){let o;void 0===a&&(a=!1),"string"===typeof e?o=d(e):(o=s({},e),r(!o.pathname||!o.pathname.includes("?"),S("?","pathname","search",o)),r(!o.pathname||!o.pathname.includes("#"),S("#","pathname","hash",o)),r(!o.search||!o.search.includes("#"),S("#","search","hash",o)));let i,l=""===e||""===o.pathname,c=l?"/":o.pathname;if(a||null==c)i=n;else{let e=t.length-1;if(c.startsWith("..")){let t=c.split("/");for(;".."===t[0];)t.shift(),e-=1;o.pathname=t.join("/")}i=e>=0?t[e]:"/"}let m=function(e,t){void 0===t&&(t="/");let{pathname:n,search:a="",hash:s=""}="string"===typeof e?d(e):e,o=n?n.startsWith("/")?n:function(e,t){let n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((e=>{".."===e?n.length>1&&n.pop():"."!==e&&n.push(e)})),n.length>1?n.join("/"):"/"}(n,t):t;return{pathname:o,search:N(a),hash:D(s)}}(o,i),u=c&&"/"!==c&&c.endsWith("/"),h=(l||"."===c)&&n.endsWith("/");return m.pathname.endsWith("/")||!u&&!h||(m.pathname+="/"),m}const A=e=>e.join("/").replace(/\/\/+/g,"/"),j=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),N=e=>e&&"?"!==e?e.startsWith("?")?e:"?"+e:"",D=e=>e&&"#"!==e?e.startsWith("#")?e:"#"+e:"";class O extends Error{}function P(e){return null!=e&&"number"===typeof e.status&&"string"===typeof e.statusText&&"boolean"===typeof e.internal&&"data"in e}const R=["post","put","patch","delete"],I=(new Set(R),["get",...R]);new Set(I),new Set([301,302,303,307,308]),new Set([307,308]),"undefined"!==typeof window&&"undefined"!==typeof window.document&&window.document.createElement;Symbol("deferred");function L(){return L=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a])}return e},L.apply(this,arguments)}const F="function"===typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e===1/t)||e!==e&&t!==t},{useState:M,useEffect:W,useLayoutEffect:B,useDebugValue:z}=n;function U(e){const t=e.getSnapshot,n=e.value;try{const e=t();return!F(n,e)}catch(a){return!0}}"undefined"===typeof window||"undefined"===typeof window.document||window.document.createElement,n.useSyncExternalStore;const H=t.createContext(null);const G=t.createContext(null);const V=t.createContext(null);const K=t.createContext(null);const q=t.createContext({outlet:null,matches:[]});const Y=t.createContext(null);function Z(){return null!=t.useContext(K)}function X(){return Z()||r(!1),t.useContext(K).location}function J(){Z()||r(!1);let{basename:e,navigator:n}=t.useContext(V),{matches:a}=t.useContext(q),{pathname:s}=X(),o=JSON.stringify(C(a).map((e=>e.pathnameBase))),i=t.useRef(!1);return t.useEffect((()=>{i.current=!0})),t.useCallback((function(t,a){if(void 0===a&&(a={}),!i.current)return;if("number"===typeof t)return void n.go(t);let r=E(t,JSON.parse(o),s,"path"===a.relative);"/"!==e&&(r.pathname="/"===r.pathname?e:A([e,r.pathname])),(a.replace?n.replace:n.push)(r,a.state,a)}),[e,n,o,s])}function Q(){let{matches:e}=t.useContext(q),n=e[e.length-1];return n?n.params:{}}function ee(e,n){let{relative:a}=void 0===n?{}:n,{matches:s}=t.useContext(q),{pathname:o}=X(),r=JSON.stringify(C(s).map((e=>e.pathnameBase)));return t.useMemo((()=>E(e,JSON.parse(r),o,"path"===a)),[e,r,o,a])}function te(){let e=function(){var e;let n=t.useContext(Y),a=ie(re.UseRouteError),s=le(re.UseRouteError);if(n)return n;return null==(e=a.errors)?void 0:e[s]}(),n=P(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),a=e instanceof Error?e.stack:null,s="rgba(200,200,200, 0.5)",o={padding:"0.5rem",backgroundColor:s};return t.createElement(t.Fragment,null,t.createElement("h2",null,"Unexpected Application Error!"),t.createElement("h3",{style:{fontStyle:"italic"}},n),a?t.createElement("pre",{style:o},a):null,null)}class ne extends t.Component{constructor(e){super(e),this.state={location:e.location,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location?{error:e.error,location:e.location}:{error:e.error||t.error,location:t.location}}componentDidCatch(e,t){console.error("React Router caught the following error during render",e,t)}render(){return this.state.error?t.createElement(q.Provider,{value:this.props.routeContext},t.createElement(Y.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function ae(e){let{routeContext:n,match:a,children:s}=e,o=t.useContext(H);return o&&o.static&&o.staticContext&&a.route.errorElement&&(o.staticContext._deepestRenderedBoundaryId=a.route.id),t.createElement(q.Provider,{value:n},s)}function se(e,n,a){if(void 0===n&&(n=[]),null==e){if(null==a||!a.errors)return null;e=a.matches}let s=e,o=null==a?void 0:a.errors;if(null!=o){let e=s.findIndex((e=>e.route.id&&(null==o?void 0:o[e.route.id])));e>=0||r(!1),s=s.slice(0,Math.min(s.length,e+1))}return s.reduceRight(((e,r,i)=>{let l=r.route.id?null==o?void 0:o[r.route.id]:null,c=a?r.route.errorElement||t.createElement(te,null):null,m=n.concat(s.slice(0,i+1)),d=()=>t.createElement(ae,{match:r,routeContext:{outlet:e,matches:m}},l?c:void 0!==r.route.element?r.route.element:e);return a&&(r.route.errorElement||0===i)?t.createElement(ne,{location:a.location,component:c,error:l,children:d(),routeContext:{outlet:null,matches:m}}):d()}),null)}var oe,re;function ie(e){let n=t.useContext(G);return n||r(!1),n}function le(e){let n=function(e){let n=t.useContext(q);return n||r(!1),n}(),a=n.matches[n.matches.length-1];return a.route.id||r(!1),a.route.id}!function(e){e.UseBlocker="useBlocker",e.UseRevalidator="useRevalidator"}(oe||(oe={})),function(e){e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator"}(re||(re={}));function ce(e){r(!1)}function me(n){let{basename:a="/",children:s=null,location:o,navigationType:i=e.Pop,navigator:l,static:c=!1}=n;Z()&&r(!1);let m=a.replace(/^\/*/,"/"),u=t.useMemo((()=>({basename:m,navigator:l,static:c})),[m,l,c]);"string"===typeof o&&(o=d(o));let{pathname:h="/",search:p="",hash:f="",state:g=null,key:y="default"}=o,v=t.useMemo((()=>{let e=x(h,m);return null==e?null:{pathname:e,search:p,hash:f,state:g,key:y}}),[m,h,p,f,g,y]);return null==v?null:t.createElement(V.Provider,{value:u},t.createElement(K.Provider,{children:s,value:{location:v,navigationType:i}}))}function de(n){let{children:a,location:s}=n,o=t.useContext(H);return function(n,a){Z()||r(!1);let{navigator:s}=t.useContext(V),o=t.useContext(G),{matches:i}=t.useContext(q),l=i[i.length-1],c=l?l.params:{},m=(l&&l.pathname,l?l.pathnameBase:"/");l&&l.route;let u,h=X();if(a){var f;let e="string"===typeof a?d(a):a;"/"===m||(null==(f=e.pathname)?void 0:f.startsWith(m))||r(!1),u=e}else u=h;let g=u.pathname||"/",y=p(n,{pathname:"/"===m?g:g.slice(m.length)||"/"}),v=se(y&&y.map((e=>Object.assign({},e,{params:Object.assign({},c,e.params),pathname:A([m,s.encodeLocation?s.encodeLocation(e.pathname).pathname:e.pathname]),pathnameBase:"/"===e.pathnameBase?m:A([m,s.encodeLocation?s.encodeLocation(e.pathnameBase).pathname:e.pathnameBase])}))),i,o||void 0);return a&&v?t.createElement(K.Provider,{value:{location:L({pathname:"/",search:"",hash:"",state:null,key:"default"},u),navigationType:e.Pop}},v):v}(o&&!a?o.router.routes:pe(a),s)}var ue;!function(e){e[e.pending=0]="pending",e[e.success=1]="success",e[e.error=2]="error"}(ue||(ue={}));new Promise((()=>{}));class he extends t.Component{constructor(e){super(e),this.state={error:null}}static getDerivedStateFromError(e){return{error:e}}componentDidCatch(e,t){console.error("<Await> caught the following error during render",e,t)}render(){let{children:e,errorElement:t,resolve:n}=this.props,a=null,s=ue.pending;if(n instanceof Promise)if(this.state.error){ue.error;let e=this.state.error;Promise.reject().catch((()=>{})),Object.defineProperty(a,"_tracked",{get:()=>!0}),Object.defineProperty(a,"_error",{get:()=>e})}else n._tracked?(n,void 0!==a._error?ue.error:void 0!==a._data?ue.success:ue.pending):(ue.pending,Object.defineProperty(n,"_tracked",{get:()=>!0}),n.then((e=>Object.defineProperty(n,"_data",{get:()=>e})),(e=>Object.defineProperty(n,"_error",{get:()=>e}))));else ue.success,Promise.resolve(),Object.defineProperty(a,"_tracked",{get:()=>!0}),Object.defineProperty(a,"_data",{get:()=>n});if(s===ue.error&&a._error instanceof AbortedDeferredError)throw neverSettledPromise;if(s===ue.error&&!t)throw a._error;if(s===ue.error)return React.createElement(AwaitContext.Provider,{value:a,children:t});if(s===ue.success)return React.createElement(AwaitContext.Provider,{value:a,children:e});throw a}}function pe(e,n){void 0===n&&(n=[]);let a=[];return t.Children.forEach(e,((e,s)=>{if(!t.isValidElement(e))return;if(e.type===t.Fragment)return void a.push.apply(a,pe(e.props.children,n));e.type!==ce&&r(!1),e.props.index&&e.props.children&&r(!1);let o=[...n,s],i={id:e.props.id||o.join("-"),caseSensitive:e.props.caseSensitive,element:e.props.element,index:e.props.index,path:e.props.path,loader:e.props.loader,action:e.props.action,errorElement:e.props.errorElement,hasErrorBoundary:null!=e.props.errorElement,shouldRevalidate:e.props.shouldRevalidate,handle:e.props.handle};e.props.children&&(i.children=pe(e.props.children,o)),a.push(i)})),a}function fe(){return fe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a])}return e},fe.apply(this,arguments)}function ge(e,t){if(null==e)return{};var n,a,s={},o=Object.keys(e);for(a=0;a<o.length;a++)n=o[a],t.indexOf(n)>=0||(s[n]=e[n]);return s}const ye=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset"];function ve(e){let{basename:n,children:a,window:s}=e,o=t.useRef();var r;null==o.current&&(o.current=(void 0===(r={window:s,v5Compat:!0})&&(r={}),u((function(e,t){let{pathname:n="/",search:a="",hash:s=""}=d(e.location.hash.substr(1));return c("",{pathname:n,search:a,hash:s},t.state&&t.state.usr||null,t.state&&t.state.key||"default")}),(function(e,t){let n=e.document.querySelector("base"),a="";if(n&&n.getAttribute("href")){let t=e.location.href,n=t.indexOf("#");a=-1===n?t:t.slice(0,n)}return a+"#"+("string"===typeof t?t:m(t))}),(function(e,t){i("/"===e.pathname.charAt(0),"relative pathnames are not supported in hash history.push("+JSON.stringify(t)+")")}),r)));let l=o.current,[h,p]=t.useState({action:l.action,location:l.location});return t.useLayoutEffect((()=>l.listen(p)),[l]),t.createElement(me,{basename:n,children:a,location:h.location,navigationType:h.action,navigator:l})}const be="undefined"!==typeof window&&"undefined"!==typeof window.document&&"undefined"!==typeof window.document.createElement,we=t.forwardRef((function(e,n){let{onClick:a,relative:s,reloadDocument:o,replace:i,state:l,target:c,to:d,preventScrollReset:u}=e,h=ge(e,ye),p="string"===typeof d?d:m(d),f=/^[a-z+]+:\/\//i.test(p)||p.startsWith("//"),g=p,y=!1;if(be&&f){let e=new URL(window.location.href),t=p.startsWith("//")?new URL(e.protocol+p):new URL(p);t.origin===e.origin?g=t.pathname+t.search+t.hash:y=!0}let v=function(e,n){let{relative:a}=void 0===n?{}:n;Z()||r(!1);let{basename:s,navigator:o}=t.useContext(V),{hash:i,pathname:l,search:c}=ee(e,{relative:a}),m=l;return"/"!==s&&(m="/"===l?s:A([s,l])),o.createHref({pathname:m,search:c,hash:i})}(g,{relative:s}),b=function(e,n){let{target:a,replace:s,state:o,preventScrollReset:r,relative:i}=void 0===n?{}:n,l=J(),c=X(),d=ee(e,{relative:i});return t.useCallback((t=>{if(function(e,t){return 0===e.button&&(!t||"_self"===t)&&!function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)}(t,a)){t.preventDefault();let n=void 0!==s?s:m(c)===m(d);l(e,{replace:n,state:o,preventScrollReset:r,relative:i})}}),[c,l,d,s,o,a,e,r,i])}(g,{replace:i,state:l,target:c,preventScrollReset:u,relative:s});return t.createElement("a",fe({},h,{href:f?p:v,onClick:y||o?a:function(e){a&&a(e),e.defaultPrevented||b(e)},ref:n,target:c}))}));var ke,_e;(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmitImpl="useSubmitImpl",e.UseFetcher="useFetcher"})(ke||(ke={})),function(e){e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"}(_e||(_e={}));var xe=__webpack_require__(289);const Te=["\n\xa7 achievements.commitsAfter1500.title: Owl\n\xa7 achievements.commitsAfter1500.description: 70% of commits after 3:00 PM\n\xa7 achievements.commitsBefore1500.title: Early bird\n\xa7 achievements.commitsBefore1500.description: 70% of commits before noon\n\xa7 achievements.workEveryTime.title: Devoted worker\n\xa7 achievements.workEveryTime.description: a commit for every hour of the day\n\xa7 achievements.workNotWork.title: Shooting blanks\n\xa7 achievements.workNotWork.description: commits are there, but no tasks are closed\n\xa7 achievements.userNotWork.title: Fly-by\n\xa7 achievements.userNotWork.description: this is not their main project\n\xa7 achievements.userIsDied.title: Dead soul\n\xa7 achievements.userIsDied.description: worked, but resigned\n\xa7 achievements.lessTasks.title: Came and went\n\xa7 achievements.lessTasks.description: least closed tasks\n\xa7 achievements.moreTasks.title: Father says well done\n\xa7 achievements.moreTasks.description: most closed tasks\n\xa7 achievements.everyMessageLong.title: Master of eloquence\n\xa7 achievements.everyMessageLong.description: consistently the longest commit messages\n\xa7 achievements.everyMessageShort.title: Talkative, a spy's dream\n\xa7 achievements.everyMessageShort.description: consistently, the shortest commit messages\n\xa7 achievements.shortestName.title: Size doesn't matter\n\xa7 achievements.shortestName.description: shortest name\n\xa7 achievements.longestName.title: Azim Aziz Il Am Kadir Imran II\n\xa7 achievements.longestName.description: longest name\n\xa7 achievements.moreCommits.title: Backup master\n\xa7 achievements.moreCommits.description: most commits\n\xa7 achievements.lessCommits.title: Rare but Precise\n\xa7 achievements.lessCommits.description: least commits\n\xa7 achievements.oneCommitOneTask.title: Right on target\n\xa7 achievements.oneCommitOneTask.description: on average one commit per task\n\xa7 achievements.moreLazyDays.title: With you in spirit\n\xa7 achievements.moreLazyDays.description: most days without commits\n\xa7 achievements.lessLazyDays.title: Papa carlo\n\xa7 achievements.lessLazyDays.description: least days without commits\n\xa7 achievements.zeroLazyDays.title: Not a single break\n\xa7 achievements.zeroLazyDays.description: not a single day without commits\n\xa7 achievements.moreWorkDays.title: Valuable employee\n\xa7 achievements.moreWorkDays.description: most working days\n\xa7 achievements.moreScopes.title: Startuper\n\xa7 achievements.moreScopes.description: completed the most features\n\xa7 achievements.lessScopes.title: Dandy\n\xa7 achievements.lessScopes.description: completed the fewest features\n\xa7 achievements.moreDaysForTask.title: Snail on the slope\n\xa7 achievements.moreDaysForTask.description: tasks take longer than others\n\xa7 achievements.more2DaysForTask.title: Slow and steady\n\xa7 achievements.more2DaysForTask.description: more than two days per task\n\xa7 achievements.moreDaysInProject.title: Old-timer\n\xa7 achievements.moreDaysInProject.description: most days in the project\n\xa7 achievements.lessDaysInProject.title: And who is this?\n\xa7 achievements.lessDaysInProject.description: least days in the project\n\xa7 achievements.more90DaysInProject.title: Welcome aboard\n\xa7 achievements.more90DaysInProject.description: not fired during the probation period\n\xa7 achievements.lessDaysForTask.title: Fast shooting\n\xa7 achievements.lessDaysForTask.description: a task takes less than a day\n\xa7 achievements.adam.title: Adam\n\xa7 achievements.adam.description: the first stable employee on the project\n\xa7 achievements.more666DaysInProject.title: Devil\n\xa7 achievements.more666DaysInProject.description: worked 666 days on the project\n\xa7 achievements.more777DaysInProject.title: Las Vegas\n\xa7 achievements.more777DaysInProject.description: worked 777 days on the project\n\xa7 achievements.moreRefactoring.title: Executive editor\n\xa7 achievements.moreRefactoring.description: made the most 'refactoring' tags\n\xa7 achievements.longestMessage.title: So many conversations...\n\xa7 achievements.longestMessage.description: the longest commit message of all time\n\xa7 achievements.moreTasksInDay.title: Speed racer\n\xa7 achievements.moreTasksInDay.description: record for the number of tasks closed in a day\n\xa7 achievements.hasCommitFrom0to7.title: Night watch\n\xa7 achievements.hasCommitFrom0to7.description: a commit for every hour of the night\n\xa7 achievements.noCommitOnDay.title: Technical break\n\xa7 achievements.noCommitOnDay.description: there is a certain hour and day in working time when never commits\n\xa7 achievements.hasCommitEveryTime.title: Died at work\n\xa7 achievements.hasCommitEveryTime.description: a commit for every hour of each day (including weekends)\n\xa7 achievements.commitsAfter1800.title: Business Time\n\xa7 achievements.commitsAfter1800.description: no commits after 6:00 PM\n\xa7 achievements.moreFix.title: Bug hunter\n\xa7 achievements.moreFix.description: most closed bugs\n\xa7 achievements.lessWorkDays.title: Count me out\n\xa7 achievements.lessWorkDays.description: least working days\n\xa7 achievements.moreCreateCode.title: Creator\n\xa7 achievements.moreCreateCode.description: tends to add code more than others\n\xa7 achievements.moreRemoveCode.title: Destroyer\n\xa7 achievements.moreRemoveCode.description: tends to remove code more than others\n\xa7 achievements.moreChangeCode.title: Reformer\n\xa7 achievements.moreChangeCode.description: tends to change code more than others\n\xa7 achievements.moreStyle.title: Fashion police\n\xa7 achievements.moreStyle.description: tends to change CSS more than others\n\xa7 achievements.moreOnHoliday.title: No life\n\xa7 achievements.moreOnHoliday.description: relatively many commits in non-working hours\n\xa7 achievements.morePRMerge.title: \u0422\u0430\u043c\u043e\u0436\u043d\u044f \u0434\u0430\u0451\u0442 \u0434\u043e\u0431\u0440\u043e\n\xa7 achievements.morePRMerge.description: more often than others, presses the \"Merge\" button for PR\n\xa7 achievements.longWaitPR.title: \u0417\u0430\u0432\u0442\u0440\u0430 \u0442\u043e\u0447\u043d\u043e \u0432\u043e\u043b\u044c\u0451\u043c\n\xa7 achievements.longWaitPR.description: \u0441\u043e\u0437\u0434\u0430\u043b PR, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u043e\u043b\u044c\u0448\u0435 \u043c\u0435\u0441\u044f\u0446\u0430 \u043f\u0440\u043e\u0432\u0438\u0441\u0435\u043b \u043d\u0430 \u0440\u0435\u0432\u044c\u044e\n\xa7 achievements.moreLongWaitPR.title: A long time ago in a galaxy far, far away\n\xa7 achievements.moreLongWaitPR.description: \u0441\u043e\u0437\u0434\u0430\u043b PR, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043b\u0433\u043e \u043f\u0440\u043e\u0432\u0438\u0441\u0435\u043b \u043d\u0430 \u0440\u0435\u0432\u044c\u044e\n\xa7 achievements.oneExtension.title: \u041e\u0434\u0438\u043d \u0432 \u043f\u043e\u043b\u0435 \u0432\u043e\u0438\u043d\n\xa7 achievements.oneExtension.description: \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u043d \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0441 \u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\n\xa7 achievements.fileRush.title: Zerg Rush\n\xa7 achievements.fileRush.description: created the most files in the project\n\xa7 achievements.moreLintHint.title: \u0413\u0440\u0430\u043c\u0430\u0440-\u043d\u0430\u0446\u0438\n\xa7 achievements.moreLintHint.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0445 \u0441\u043e\u0437\u0434\u0430\u043b \u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u043b \u0432 \u043f\u0440\u0430\u0432\u0438\u043b\u0430\u0445 \u0430\u0432\u0442\u043e-\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u043a\u043e\u0434\u0430\n\xa7 achievements.moreReadMe.title: \u041b\u0435\u0442\u043e\u043f\u0438\u0441\u0435\u0446\n\xa7 achievements.moreReadMe.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0445 \u0441\u043e\u0437\u0434\u0430\u043b \u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u043b \u0444\u0430\u0439\u043b\u043e\u0432 MD\n\xa7 achievements.moreDevOps.title: DevOps\n\xa7 achievements.moreDevOps.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0445 \u0441\u043e\u0437\u0434\u0430\u043b \u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u043b \u0444\u0430\u0439\u043b\u043e\u0432 \u0434\u043b\u044f CI/CD\n\xa7 achievements.moreTests.title: \u0422\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0449\u0438\u043a\n\xa7 achievements.moreTests.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0445 \u0441\u043e\u0437\u0434\u0430\u043b \u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u043b \u0444\u0430\u0439\u043b\u043e\u0432 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\n\xa7 achievements.allRelease.title: \u0424\u0443\u043b\u043b \u0445\u0430\u0443\u0441\n\xa7 achievements.allRelease.description: \u0435\u0441\u0442\u044c \u0440\u0435\u043b\u0438\u0437, \u0441\u043e\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0442\u043e\u043b\u044c\u043a\u043e \u0438\u0437 \u0435\u0433\u043e \u0437\u0430\u0434\u0430\u0447\n\xa7 achievements.firstCommit.title: First come, first served\n\xa7 achievements.firstCommit.description: first commit in this project\n\xa7 achievements.lastCommit.title: I've finished\n\xa7 achievements.lastCommit.description: \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u043a\u043e\u043c\u043c\u0438\u0442 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0435\n\xa7 achievements.firstLastCommit.title: From beginning to end\n\xa7 achievements.firstLastCommit.description: \u043f\u0435\u0440\u0432\u044b\u0439 \u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u043a\u043e\u043c\u043c\u0438\u0442 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0435\n\xa7 achievements.longFilePath.title: \u0417\u0430\u043a\u0440\u043e\u043c\u0430 \u0440\u043e\u0434\u0438\u043d\u044b\n\xa7 achievements.longFilePath.description: the first created the file with the deepest directory\n\xa7 achievements.longFileName.title: Size matters\n\xa7 achievements.longFileName.description: created the file with the longest name\n\xa7 achievements.workOnWeekends.title: Work not walk\n\xa7 achievements.workOnWeekends.description: \u0445\u043e\u0442\u044c \u0440\u0430\u0437 \u0440\u0430\u0431\u043e\u0442\u0430\u043b \u043d\u0430 \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0445\n\xa7 achievements.removeCreateFile.title: \u041e\u0442\u043a\u043e\u043f\u0430\u043b \u0441\u0442\u044e\u0430\u0440\u0434\u0435\u0441\u0441\u0443\n\xa7 achievements.removeCreateFile.description: recover removed file\n\xa7 achievements.renameFile.title: \u0410\u0441\u0442\u0430\u043d\u0430 \u041d\u0443\u0440-\u0421\u0443\u043b\u0442\u0430\u043d \u0410\u0441\u0442\u0430\u043d\u0430\n\xa7 achievements.renameFile.description: \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u044b\u0432\u0430\u043b \u0442\u0443\u0434\u0430-\u0441\u044e\u0434\u0430 \u0444\u0430\u0439\u043b\n\xa7 achievements.longTask.title: Easy task\n\xa7 achievements.longTask.description: worked on task more than three months\n\xa7 achievements.haveNotEmail.title: Mailman\n\xa7 achievements.haveNotEmail.description: empty email field in git config\n\xa7 achievements.moreAddedFolders.title: Director \n\xa7 achievements.moreAddedFolders.description: created the most directories\n\xa7 achievements.horoscope1.title: Mercury Retrograde for Capricorn\n\xa7 achievements.horoscope2.title: Mercury Retrograde for Aquarius\n\xa7 achievements.horoscope3.title: Mercury Retrograde for Pisces\n\xa7 achievements.horoscope4.title: Mercury Retrograde for Aries\n\xa7 achievements.horoscope5.title: Mercury Retrograde for Taurus\n\xa7 achievements.horoscope6.title: Mercury Retrograde for Gemini\n\xa7 achievements.horoscope7.title: Mercury Retrograde for Cancer\n\xa7 achievements.horoscope8.title: Mercury Retrograde for Leo\n\xa7 achievements.horoscope9.title: Mercury Retrograde for Virgo\n\xa7 achievements.horoscope10.title: Mercury Retrograde for Libra\n\xa7 achievements.horoscope11.title: Mercury Retrograde for Scorpio\n\xa7 achievements.horoscope12.title: Mercury Retrograde for Sagittarius\n\xa7 achievements.horoscope1.description: by the month of the first commit\n\xa7 achievements.horoscope2.description: by the month of the first commit\n\xa7 achievements.horoscope3.description: by the month of the first commit\n\xa7 achievements.horoscope4.description: by the month of the first commit\n\xa7 achievements.horoscope5.description: by the month of the first commit\n\xa7 achievements.horoscope6.description: by the month of the first commit\n\xa7 achievements.horoscope7.description: by the month of the first commit\n\xa7 achievements.horoscope8.description: by the month of the first commit\n\xa7 achievements.horoscope9.description: by the month of the first commit\n\xa7 achievements.horoscope10.description: by the month of the first commit\n\xa7 achievements.horoscope11.description: by the month of the first commit\n\xa7 achievements.horoscope12.description: by the month of the first commit\n\xa7 achievements.111.description: test\n",'\n\xa7 uiKit.console.button: Kopieren\n\xa7 uiKit.console.notification: Der Text wurde kopiert\n\xa7 uiKit.dataLoader.page: Seite\n\xa7 uiKit.dataLoader.size: Wird nach angezeigt\n\xa7 uiKit.dataLoader.rows: lines.\n\xa7 uiKit.dataLoader.from: aus\n\xa7 uiKit.dataLoader.all: Alles anzeigen\n\xa7 uiKit.hoursChart.work: normale Arbeitszeit (wochentags von 07:00 bis 20:00 Uhr)\n\xa7 uiKit.hoursChart.weekend: wochenenden oder Zeit vor/nach dem Arbeitstag\n\xa7 uiKit.hoursChart.days: gesamtzahl der Commits f\xfcr die gesamte Zeit an einem bestimmten Tag und einer bestimmten Stunde\n\xa7 uiKit.page.remove: Entfernen\n\xa7 uiKit.nothingFound.common.title: Es gibt keine oder nicht gen\xfcgend Daten zum Anzeigen\n\xa7 uiKit.nothingFound.common.description: Das System verarbeitet mehr Daten, wenn die Commits im Format signiert werden [Git commit message convention|https://www.conventionalcommits.org/en/v1.0.0/]. Vorlage:\n\xa7 uiKit.nothingFound.common.console: Aufgabennummer Typ(Module): Erl\xe4uterung\n\xa7 uiKit.nothingFound.common.example: Zum Beispiel:\n\xa7 uiKit.nothingFound.staff.title: Keine Daten f\xfcr diesen Mitarbeiter\n\xa7 uiKit.nothingFound.staff.description1:\nEr hat nicht an allen Werktagen \xc4nderungen vorgenommen. Deshalb erhielt er den Status "Assistent".\nDie Statistiken eines Mitarbeiters mit diesem Status k\xf6nnen nicht ber\xfccksichtigt werden. Sein Beitrag ist gering.\n\xa7 uiKit.nothingFound.staff.description2:\nDas System berechnet f\xfcr ihn keine Anzahl von Indikatoren.\nWenn dies ein Fehler ist und die Statistiken f\xfcr diesen Mitarbeiter ber\xfccksichtigt werden m\xfcssen, gehen Sie zu \xabEinstellungen\xbb und \xe4ndern Sie den Typ des Mitarbeiters.\n\xa7 common.title: Git Statistik\n\xa7 common.filters: Filter\n\xa7 common.notifications.save: \xc4nderungen gespeichert\n\xa7 common.notifications.setting: Einstellungen gespeichert\n\xa7 common.fileLoader.notification: Cant open file $1\n',"\n\xa7 sidebar.switch.team: Das Team\n\xa7 sidebar.switch.person: Der Angestellte\n\xa7 sidebar.buttons.settings: Die Einstellungen\n\xa7 sidebar.buttons.print: Drucken\n\xa7 sidebar.buttons.share: Share\n\xa7 sidebar.buttons.logout: Logout\n\xa7 sidebar.filters.all: Die ganze Zeit\n\xa7 sidebar.filters.year: Jahr\n\xa7 sidebar.filters.halfYear: ein halbes Jahr\n\xa7 sidebar.filters.month: Monat\n\xa7 sidebar.filters.week: die Woche\n\xa7 sidebar.team.total: Allgemeine Informationen\n\xa7 sidebar.team.scope: Module\n\xa7 sidebar.team.author: Mitarbeiter\n\xa7 sidebar.team.type: Aufgabentypen\n\xa7 sidebar.team.pr: Code einf\xfcllen\n\xa7 sidebar.team.day: Tageweise\n\xa7 sidebar.team.week: Nach Wochen\n\xa7 sidebar.team.month: Nach Monaten\n\xa7 sidebar.team.tree: Dateien\n\xa7 sidebar.team.removedTree: Gel\xf6schte dateien\n\xa7 sidebar.team.files: Dateien\n\xa7 sidebar.team.removedFiles: Gel\xf6schte Dateien\n\xa7 sidebar.team.extension: Extensions\n\xa7 sidebar.team.tasks: Aufgabenliste\n\xa7 sidebar.team.release: Releases\n\xa7 sidebar.team.hours: Zeitplan\n\xa7 sidebar.team.commits: All commits\n\xa7 sidebar.team.changes: Alle \xc4nderungen\n\xa7 sidebar.team.words: Beliebte W\xf6rter\n\xa7 sidebar.team.building: Quiz\n\xa7 sidebar.team.settings: Die Einstellungen\n\xa7 sidebar.person.total: Allgemeine Informationen\n\xa7 sidebar.person.money: Arbeitskosten\n\xa7 sidebar.person.speed: Geschwindigkeit\n\xa7 sidebar.person.day: Tageweise\n\xa7 sidebar.person.week: Nach Wochen\n\xa7 sidebar.person.month: Nach Monaten\n\xa7 sidebar.person.tasks: Tasks\n\xa7 sidebar.person.hours: Zeitplan\n\xa7 sidebar.person.commits: All commits\n\xa7 sidebar.person.changes: Alle \xc4nderungen\n\xa7 sidebar.person.words: Beliebte W\xf6rter\n\xa7 sidebar.person.settings: Die Einstellungen\n",'\n\xa7 recommendations.modal.cancel: Ok\n\xa7 recommendations.modal.open: More\n\xa7 recommendations.title\nRecommendations and facts\n\n\xa7 recommendations.timestamp.firstCommit.description\nmade the first commit\n\nDay of the Week: $1\n\n\xa7 recommendations.timestamp.lastCommit.description\nmade the last commit\n\nDay of the Week: $1\n\n\xa7 recommendations.timestamp.common.title: $1 days\n\xa7 recommendations.timestamp.allDays.description: from the first to the last commit (including weekends and holidays).\n\xa7 recommendations.timestamp.lossesDays.description: days without commits, even considering weekends, vacation, and public holidays.\n\xa7 recommendations.timestamp.weekendDays.description\nworking on weekends\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- employees burn out faster;\n\n\xa7 recommendations.timestamp.regularWeekendWord.title: Regular Overtime\n\xa7 recommendations.timestamp.sometimeWeekendWord.title: Occasional overtime\n\xa7 recommendations.timestamp.weekendWord.description\nIt might be advisable to change the project manager, analyst, and architect.\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- the quality of the product is usually low;\n- some employees resign;\n- new errors emerge due to the rush;\n\n# Most likely:\n- deadlines were incorrectly estimated at the beginning;\n- technical specifications are missing;\n- weak analytics;\n- weak architecture (no architect was hired, and the team consists of mid-level developers);\n- started writing code first, then planning;\n- lack of proper processes to understand mistakes;\n\n\xa7 recommendations.timestamp.neverWeekendWord.title: Usually Without Overtime\n\xa7 recommendations.timestamp.neverWeekendWord.description\nBut sometimes it happens.\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- employees burn out faster;\n\n\xa7 recommendations.scope.parallelism.not.title\nNo parallel work\n\n\xa7 recommendations.scope.parallelism.not.description\nany feature at any given time is done by one person.\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is less than 1.3, we consider that there is usually no parallel work within most features;\n\n# Why this is bad:\n- increases bus factor;\n- employees develop more slowly;\n- difficult to properly check an employee\'s work;\n\n# Why this is good:\n- experts emerge who are deeply immersed in the subject area and can offer more quality solutions;\n- most likely there are no merge conflicts;\n- the project can quickly develop in different directions simultaneously;\n\n\xa7 recommendations.scope.parallelism.has.title\nSome Work Done in Parallel\n\n\xa7 recommendations.scope.parallelism.has.description\nSometimes a feature is worked on simultaneously by several people.\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is from 1.3 to 2.0, we consider that some of the work within different features is sometimes done in parallel;\n\n\xa7 recommendations.scope.parallelism.every.title\nParallel Work\n\n\xa7 recommendations.scope.parallelism.every.description\nany feature at any given time is worked on by several people\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is more than two, we consider that most of the work within different features is usually done in parallel;\n\n\xa7 recommendations.scope.money\nthis is the estimated cost for the work on this project.\n\n# Calculation method:\n- person-days spent on development are multiplied by the individual salaries of the developers;\n\nTo change the salary of each developer for a more accurate total, go to the "Settings" section.\n\n# Is this too much or too little?\nTo answer this question, consider the following:\n- Could a ready-made solution have been purchased for this amount of money?\n- Could a better product have been developed for this amount of money?\n\nIf the answer to both questions is "yes," then perhaps developing from scratch was not worth the money spent.\n \n\xa7 recommendations.scope.bus.everyHasOne.title\nBus factor = 1\n\n\xa7 recommendations.scope.bus.everyHasOne.description\nMost features are deeply understood by only one person.\nIt\'s necessary to rotate people.\n\n# Why this is bad:\n- if employees resign, it will be difficult to continue their work;\n- it\u2019s impossible to control the quality of their code;\n\n# How the sample is chosen:\n- more than 80% of commits in a feature are made by one person;\n- the project has more than 60% of such features;\n\n\xa7 recommendations.scope.bus.oneMaintainer\none person is deeply involved in a feature.\n\n# Why this is bad:\n- if they resign, it will be hard to continue development;\n- the quality of code-review decreases;\n- it\u2019s difficult to parallelize development when needed;\n\n# How the sample is chosen:\n- more than 80% of commits in a feature are made by one person;\n\n\xa7 recommendations.scope.types.process.title\nPoor processes\n\n\xa7 recommendations.scope.types.process.description\nMost features contain one type of task.\n\n\xa7 recommendations.scope.types.one\nfeatures contain one type of task.\n\n\xa7 recommendations.scope.types.common\nIt\'s possible that developers are incorrectly signing commits or the manager is entering the same type of tasks.\n\n# Why this is important:\n- it\'s impossible to hand over support to another team;\n- it\'s impossible to release a "boxed" version;\n- strong dependence on specific developers;\n- a high number of errors and low code quality;\n- potential slowdown in development in the future;\n\n# The manager\'s mistake:\n- viewing the product only from the perspective of a "working demo";\n\n# What should be done:\n- tests;\n- bugs (identified through testing);\n- refactoring (as architecture may change);\n- documentation;\n- style revisions (as a result of focus group feedback);\n\n\xa7 recommendations.scope.plan.title\nDevelop a long-term plan\n\n\xa7 recommendations.scope.plan.description\ntaking architecture into account.\n\nThis plan should immediately focus on the most challenging tasks.\n\n# Why the lack of a plan is bad:\n- employees create a minimally viable version without planning for expansion points. After this, unscalable code is written, which slows down future features;\n\n# The manager\'s mistake:\n- they haven\'t shown how the product will develop further and where the growth points will be;\n\n# How it should be done:\n- a global product development plan is created;\n- a global architecture development plan is created (with developers and DBAs);\n- potential significant changes are discussed upfront at the schematic level;\n\n\xa7 recommendations.scope.cost.title\nEvaluate Investment in a Feature\n\n\xa7 recommendations.scope.cost.description\nin terms of potential profit.\n\nFeatures that are expensive to develop but bring little profit may need to be postponed or even canceled. This will make the project more commercially successful.\n\n\xa7 recommendations.author.lotOfLazy.title: Too little code: $1\n\xa7 recommendations.author.lotOfLazy.description\nShould they be fired?\n\n# Composition: \n- $1;\n\n# Answer the questions:\n- are they a team leader, architect, or analyst?\n- is this their primary project?\n- are there any dependencies on them?\n\n# Why it makes no sense to correct\nThe total costs for the developer are already more than the profit from their work.\nIf we believe that there were no objective hindrances to their work, then the person either does not want to work at all or is working on two projects simultaneously.\nFiring and replacing them with a new employee seems justified from a statistical point of view.\n\n\xa7 recommendations.author.manyLazy.title: Little code: $1\n\xa7 recommendations.author.manyLazy.description\nNeeds to be monitored.\n\n# Composition: \n- $1;\n\n# How the sample is chosen:\n- in test samples, a good programmer writes code for more than 80% of the time;\n- in this case, the indicator is between 60% and 80%;\n\n# How to monitor:\n- break tasks into 1..2 days;\n- ask for a status update every day;\n- ensure tasks are well defined and ready for development;\n- arrange pair programming to check actual speed;\n\n\xa7 recommendations.author.oneTypeMans\nreceives too many monotonous tasks of the same type. Risk of burnout.\n\n# Why this is important:\n- if an employee burns out, their work speed will decrease;\n- professional growth slows down;\n- the likelihood of resignation increases;\n\n# How the sample is chosen:\n- the type of task is determined for each commit;\n- if more than 70% of tasks are of the same type, it means the person is doing the same thing repeatedly;\n\n\xa7 recommendations.author.workToday.title: Working $1\n\xa7 recommendations.author.workToday.description\non the project at this moment.\n\n# Composition: \n- $1;\n\n# Why specifically them:\n- more than 50% of workdays;\n- have worked during the last 30 days;\n\n\xa7 recommendations.author.dismissed.title: Dismissed $1\n\xa7 recommendations.author.dismissed.description\nor worked for a short period.\n\n# Composition:\n- $1;\n\n# Why specifically them:\n- worked at a normal pace (apparently, this is their main repository);\n- no commits in the last month;\n- vacation usually lasts 14 days (their absence does not resemble a vacation);\n\n\xa7 recommendations.author.staff.title: Assisting $1\n\xa7 recommendations.author.staff.description\nPeople of other specializations who have committed something.\n\n# Composition: \n- $1;\n\n# Why specifically them:\n- this is not an open-source project;\n- workdays less than 15% of the total number;\n- modify roughly the same files;\n\n\xa7 recommendations.author.projectType.openSource.title\nOpen Project\n\n\xa7 recommendations.author.projectType.openSource.description\nthey do not work five days a week here.\n\nThe project may be closed, but this work pace is typical for open libraries on GitHub.\n\n# Assessment method:\n- statistics are taken for all active developers;\n- the average number of working days and days without commits is calculated;\n- for open-source libraries, working days are usually a maximum of 15..20%;\n\n# Consequences\nFor projects where work is not constant, many indicators do not make sense. Therefore, indicators like days without commits, speed, etc., will be hidden.\n\nTypically, such projects are assessed before starting the development of their own closed version. The most interesting indicators in this case are the probable cost and total development time.\n\n\xa7 recommendations.author.projectType.easy.title\nLight Workload\n\n\xa7 recommendations.author.projectType.easy.description\ntoo many days without commits.\n\nIt is necessary to understand why the team is not writing code.\n\n# Assessment method:\n- take statistics from all active developers;\n- calculate the average number of working days and days without commits;\n- workload is considered light if the percentage of days without commits is between 5% and 20%;\n\n# Possible reasons:\n- there are actually no tasks;\n- there are tasks, but they fit well with the current architecture;\n- developers are distracted by meetings;\n- the team is not working;\n\n# Solutions:\n- discuss the issue with the team;\n- reduce task granularity so that one or two tasks can be completed in a day;\n- introduce daily meetings to check the status of tasks;\n- arrange pair programming sessions to ensure that the developer can work faster;\n\n\xa7 recommendations.author.manager.title\nSet Deadlines\n\n\xa7 recommendations.author.manager.description\nEvery task should have a clear deadline.\n \nThis will prevent dragging out its completion for several days or weeks.\n\n# Indicators to check:\n- the number of days spent on one task by an employee;\n- the number of days waiting for PR merge (PR statistics page);\n\n\xa7 recommendations.author.shorTalk.title\nConduct Daily Meetings\n\n\xa7 recommendations.author.shorTalk.description\nthey help stay informed about the project.\n \nDo not stretch them by getting sidetracked on irrelevant topics.\n\n# Questions the employee should answer:\n- what was done;\n- what will be done;\n- are there any issues;\n\n# Interruptions should occur if:\n- they start describing minor details in-depth, which are not important;\n- they steer the conversation away from the original plan;\n\n# Why this is important:\nOften an employee who does nothing tries to avoid the answer by telling a bunch of unnecessary details of their work. This lulls the participants\' attention and stretches the time for a response. It creates an impression that they are busy, even though there was no actual work done.\n\n\xa7 recommendations.author.ipr.title\nDevelop a Training Plan\n\n\xa7 recommendations.author.ipr.description\nfor each employee.\n\n*Individual training plan* is a list of goals and tasks that help a person develop in a certain area.\n\n# How to create a plan:\n- create a competency matrix;\n- identify which competencies have the least knowledge and experience;\n- find out which of these competencies are of interest to the employee;\n- come up with 3..5 goals within each such competency for the next six months or a year;\n- try to do something every month to achieve one goal;\n- remind every month about the overall plan to achieve these goals;\n\n# Does a manager need a plan?\nYes, the manager should also make a plan for themselves. If there is no higher-level manager, they should self-assess.\n\n# Why this is important:\n- employees become more loyal to the company;\n- you get more qualified personnel for the same money;\n\n\xa7 recommendations.author.oneToOne.title\nConduct One-on-One Meetings Every Month\n\n\xa7 recommendations.author.oneToOne.description\nit helps to identify problems at an early stage.\n\n*One-to-one* is a regular personal meeting of a manager with a subordinate. Such meetings typically discuss everything important to the employee, what concerns them, and what they can share with the manager in private.\n\n# Why this is important:\n- easy to find out who is overburdened and who has free time;\n- possible to prevent employee burnout;\n- quick feedback can be obtained about processes that you might not notice;\n- trust is built, making employees more loyal to the company;\n- increases employee motivation and engagement;\n\n\xa7 recommendations.author.club.title\nGo to a Bar\n\n\xa7 recommendations.author.club.description\nonce a month or two.\n\nThis will help build informal communication within the team and bring the team together, even if the interaction is brief.\n\n# Why this is important:\n- quick feedback can be obtained about processes that you might not notice;\n- trust is built, making employees more loyal to the company;\n- increases employee engagement;\n\n\xa7 recommendations.hour.onlyWork.title: No Weekends Here\n\xa7 recommendations.hour.onlyWork.description: The project manager should probably be fired.\n\xa7 recommendations.hour.weekends.title: Working on Weekends\n\xa7 recommendations.hour.weekends.description: The project manager should probably be checked.\n\xa7 recommendations.hour.easy.title: There Are Problems\n\xa7 recommendations.hour.easy.description: There are likely crunch times and work is needed on weekends.\n\xa7 recommendations.week.lazyDays.down.title: Fewer Absences\n\xa7 recommendations.week.lazyDays.down.description: this indicator has dropped over the last three weeks\n\xa7 recommendations.week.lazyDays.up.title: More Absences\n\xa7 recommendations.week.lazyDays.up.description: no tasks or stricter control is needed\n\xa7 recommendations.week.notWork.title: Consistently Underperforms\n\xa7 recommendations.week.notWork.description: as every week the code is not 100% of the time\n\xa7 recommendations.week.upWork.title: Consistently Overworks\n\xa7 recommendations.week.upWork.description: as every week code is written on weekend days\n\xa7 recommendations.week.task.up.title: Productivity is growing\n\xa7 recommendations.week.task.up.description: or tasks have become too small. Need to check. If granularity is the same - reinforce the result.\n\xa7 recommendations.week.task.lazyMaintainer.description: consistently leads in absences. Fire?\n\xa7 recommendations.week.task.down.title: Productivity is Falling\n\xa7 recommendations.week.task.down.description\nor tasks are poorly split. Need to check. If granularity is the same - take control.\n\n# Assessment method:\n- the number of tasks per day that are being worked on has been steadily decreasing over the last three weeks.\n\n# Possible errors:\n- tasks could have been more complex than they seemed;\n- tasks could have had a large volume of work (need to check if the number of changes is also decreasing during this period)\n\n\xa7 recommendations.type.everyHasOne.title: Not signing task types\n\xa7 recommendations.type.everyHasOne.description: Most task types are done by one person.\n\xa7 recommendations.type.oneMaintainer.title: Narrow Specialization\n\xa7 recommendations.type.oneMaintainer.description\nmost tasks of one type are done by the same people.\n\n# Task types:\n\n\xa7 recommendations.type.common\n# It might not be the case\n\nMake sure that other employees correctly sign commits.\n\nSteps to ensure this:\n- set up a pre-commit check for commit messages;\n- explain to the team the need to indicate the type;\n- check in new branches that employees follow this rule;\n\n# If it is indeed the case\n\nYou have set up checks and ensured that the same employee does tasks of the same type.\n\nWhy this is bad:\n- their resignation will halt a whole bunch of processes;\n- it reduces the competence of other team members;\n- difficult to understand their edits at a higher level;\n\nHow to fix this:\n- distribute different types of tasks evenly;\n- change the area of work (tests, documentation, bugs) among employees every sprint;\n\n\xa7 recommendations.type.fewTypes.title\nThis is a local product\n\n\xa7 recommendations.type.fewTypes.description\nfor a specific customer or problem.\n\n# Signs of a "global" product:\n- localization;\n- documentation;\n- a large volume of tests;\n- visual customization;\n- refactoring of bottlenecks;\n- etc.\n\n# Why this product looks like a "local" one:\n- each "global" sign will be outweighed by its type of task;\n- the more "global" signs, the more likely a "global" product;\n\nIn this case, we see a small number of types, which likely indicates shortcomings that prevent the product from being easily scaled to the global market and sold in other countries.\n\n# It might not be the case\nBased on file types, we can assume the type of program (website, server application, DevOps scripts, etc.). For a frontend application, our hypothesis will be more accurate than for DevOps scripts, which might just be a micro-module of initialization.\n\n\xa7 recommendations.type.diff.title\nSplit the popular type into subtypes\n\n\xa7 recommendations.type.diff.description\nto detail errors.\n\nTypically, the task type labeled "bug fixing" is leading. This makes the statistics weakly detailed.\n\n*If you encounter this situation*, you can break down this type into subtypes (e.g., based on the location of detection).\n\nConsider several options for subtypes:\n- fix_dev (error detected during development);\n- fix_test (error detected during testing);\n- fix (error detected in production);\n\n\xa7 recommendations.type.buddy.title\nAccumulate minor tasks\n\n\xa7 recommendations.type.buddy.description\nfor new employees.\n\n# If a task is:\n- not important;\n- not big;\n- doesn\'t require deep immersion in the context;\n- more about refactoring than new code;\n\n# Put it in the backlog with the label "for beginners".\n\nWhen a new employee arrives, you will be able to immediately pull out a bunch of small and varied tasks for them to get acquainted with the project.\n\nAlso, if you have a lull in work, you can pull out one such minor task from the backlog.\n',"\n\xa7 page.settings.document.title: Display settings\n\xa7 page.settings.document.name: Page title\n\xa7 page.settings.document.language: Interface language\n\xa7 page.settings.document.depersonalize: Depersonalize the data\n\xa7 page.settings.links.title: Link prefixes\n\xa7 page.settings.links.task: For task numbers\n\xa7 page.settings.links.pr: For PR\n\xa7 page.settings.user.title: Individual settings\n\xa7 page.settings.user.notFound: No individual settings. Data for all employees are calculated based on common parameters.\n\xa7 page.settings.user.subTitle: Addendum to employment contract \u2116$1\n\xa7 page.settings.user.from: Start date\n\xa7 page.settings.mailmap: .mailmap example\n\xa7 page.settings.common.title: General salary data\n\xa7 page.settings.common.type.title: Project work type\n\xa7 page.settings.common.type.full: Full-time employment\n\xa7 page.settings.common.type.part: Project work\n\xa7 page.settings.common.salary: Monthly salary in USD (US dollar, $)\n\xa7 page.settings.common.currency: Currency for view\n\xa7 page.settings.common.workDaysInYear: Number of working days in a year\n\xa7 page.settings.common.vacationDaysInYear: Number of vacation days in a year\n\xa7 page.settings.common.workDaysInWeek: Workdays\n\xa7 page.settings.form.save: Save\n\xa7 page.settings.form.cancel: Cancel\n\xa7 page.settings.form.remove: Remove\n\xa7 page.settings.form.addEmployee: Add an employee\n\xa7 page.settings.form.addContract: Add an employment contract\n",'\n\xa7 page.welcome.step1: Execute the command in the root of your project.\n\xa7 page.welcome.step3: Drag and drop\n\xa7 page.welcome.step4: the log.txt file onto this page.\n\xa7 page.welcome.description: Git will create a log.txt file. It contains data for report generation. Or use git shortlog -s -n -e if you don\'t need a report. Create a [.mailmap|https://git-scm.com/docs/gitmailmap] file in the root of the project to consolidate employee statistics.\n\xa7 page.welcome.warning1: The service *DOES NOT SAVE* and *DOES NOT TRANSFER* your data. All calculations are performed locally in your browser on your machine.\n\xa7 page.welcome.warning2: The service *DOES NOT COLLECT STATISTICS* on projects. You can disconnect the internet, check traffic, and even build a local version from the [source|https://github.com/bakhirev/assayo].\n\xa7 page.common.words.title: Word Statistics.\n\xa7 page.common.words.description: the most popular word. Occurs $1 times.\n\xa7 page.common.commits.title: Number of commits by days.\n\xa7 page.common.commits.description: ($1) the most productive day in terms of the number of commits.\n\xa7 page.common.commits.title2: $1 commits made: $2\n\xa7 page.common.filter.allUsers: Does not matter\n\xa7 page.print.modal.title: What are we printing?\n\xa7 page.print.modal.page: Current page\n\xa7 page.print.modal.type: Current section\n\xa7 page.print.modal.all: All statistics\n\xa7 page.print.modal.cancel: Cancel\n\xa7 page.print.tableOfContents: Table of contents\n\xa7 page.print.title: Git repository report\n\xa7 page.print.sub_title: \xab$1\xbb\n\xa7 page.print.description: The data for the report was obtained from the commit history.\n\xa7 page.team.author.title: Employee statistics\n\xa7 page.team.author.description1: *Part of the statistics* (work speed, costs, etc.) *for employees with the \'Assistant\' type is not counted*, as it is an episodic role in the project. It is assumed that they do not affect the project, and their edits can be disregarded in the context of the overall volume of work.\n\xa7 page.team.author.description2: *Default sorting* is by the number of tasks and groups (current, fired, assisting employees).\n\xa7 page.team.author.status: Status\n\xa7 page.team.author.firstCommit: First commit\n\xa7 page.team.author.lastCommit: Last\n\xa7 page.team.author.daysAll: Total days\n\xa7 page.team.author.types: Types of work\n\xa7 page.team.author.commits: Commits\n\xa7 page.team.author.commitsSmall: commits\n\xa7 page.team.author.tasks: Tasks\n\xa7 page.team.author.tasksSmall: tasks\n\xa7 page.team.author.workedLosses: Days with and without commits\n\xa7 page.team.author.worked: work\n\xa7 page.team.author.losses: days without commits\n\xa7 page.team.author.days: days\n\xa7 page.team.author.daysForTask: Days per task\n\xa7 page.team.author.scopes: Features\n\xa7 page.team.author.moneyAll: Received\n\xa7 page.team.author.moneyWorked: Worked for\n\xa7 page.team.author.moneyLosses: Overpayment\n\xa7 page.team.author.type.work: works\n\xa7 page.team.author.type.dismissed: dismissed\n\xa7 page.team.author.type.staff: staff\n\xa7 page.team.hours.title: Distribution of commits during each day of the week\n\xa7 page.team.month.title: Project work calendar\n\xa7 page.team.month.first: (first work day)\n\xa7 page.team.month.last: (last work day)\n\xa7 page.team.scope.title: Feature statistics\n\xa7 page.team.scope.scope: Feature\n\xa7 page.team.scope.days: Working Days\n\xa7 page.team.scope.authorsDays: Person-Days\n\xa7 page.team.scope.tasks: Tasks\n\xa7 page.team.scope.commits: Commits\n\xa7 page.team.scope.commitsSmall: commits\n\xa7 page.team.scope.types: Types of work\n\xa7 page.team.scope.authors: Personal contribution\n\xa7 page.team.scope.cost: Cost\n\xa7 page.team.type.title: Task type statistics\n\xa7 page.team.type.description: *Personal contribution* is counted by the number of commits, not the volume of changed lines or files. Therefore, the "File Analysis" section should also be consulted to assess the scale of changes.\n\xa7 page.team.type.type: Type of work\n\xa7 page.team.type.tasks: Tasks\n\xa7 page.team.type.tasksSmall: tasks\n\xa7 page.team.type.days: Days\n\xa7 page.team.type.daysSmall: days\n\xa7 page.team.type.authorsDays: Person-days\n\xa7 page.team.type.commits: Commits\n\xa7 page.team.type.authors: Personal contribution\n\xa7 page.team.total.titleA: Volume of work\n\xa7 page.team.total.titleB: Cost\n\xa7 page.team.total.daysWorked.title: person-days\n\xa7 page.team.total.daysWorked.description: Only days with commits are counted\n\xa7 page.team.total.commits.title: commits\n\xa7 page.team.total.commits.description: Deleted branches are not counted\n\xa7 page.team.total.daysLosses.title: days without commits\n\xa7 page.team.total.daysLosses.description: All days minus: holidays, weekends, vacation, days with commits\n\xa7 page.team.total.employment.title: working / dismissed\n\xa7 page.team.total.employment.description: If an employee does not make any commits within a month, they are considered dismissed\n\xa7 page.team.total.moneyAll.title: total\n\xa7 page.team.total.moneyAll.description: Total salary expenses\n\xa7 page.team.total.moneyWorked.title: actual\n\xa7 page.team.total.moneyWorked.description: Actual days worked multiplied by average salary\n\xa7 page.team.total.moneyLosses.title: possible overpayment\n\xa7 page.team.total.moneyLosses.description: Paid working days when there were no commits\n\xa7 page.team.total.weekendPayment.title: weekend work\n\xa7 page.team.total.weekendPayment.description: Total overpayment for weekend work\n\xa7 page.team.total.workSpeed.title: tasks per day\n\xa7 page.team.total.workSpeed.description: Average work speed of the team with the current composition of employees\n\xa7 page.team.total.moneySpeed.title: per month\n\xa7 page.team.total.moneySpeed.description: Forecasted salary payment amount with the current team composition, excluding taxes and related expenses\n\xa7 page.team.total.description1: *Person-days* \u2014 the work of one employee during a single working day. For example, in one calendar day, a team of three employees produces a work volume of three person-days.\n\xa7 page.team.total.description2: *Absentee days* are counted only as working days when commits could have been made. Weekends, public holidays, and vacations are not included in the calculation.\n\xa7 page.team.total.description3: The *working and dismissed* card shows the actual composition of employees who are continuously involved in work. Additionally, there are "assistants" \u2014 typically employees of a different specialization who may occasionally make commits to the project.\n\xa7 page.team.total.description4: *Overpayment* includes only working days when commits could have been made. Weekends, public holidays, and vacations are not included in the calculation. This is why overpayment + actual cost != total. The total cost includes payment for weekends, public holidays, and vacations.\n\xa7 page.team.total.description5: *Weekend work* is calculated at a rate of x2 the payment of a regular day. The displayed amount is specifically the overpayment (x1), as the fact of overtime in this context is not of interest. We focus on overpayment when increasing work speed.\n\xa7 page.team.tree.title: Project tree considering selected filters\n\xa7 page.team.tree.filters.author: Employee\n\xa7 page.team.tree.filters.commits: Number of commits\n\xa7 page.team.tree.filters.help: The minimum number of commits an employee has made in a file\n\xa7 page.team.tree.filters.all: All employees\n\xa7 page.team.tree.add: Who added\n\xa7 page.team.tree.change: Who changed\n\xa7 page.team.tree.remove: Who removed\n\xa7 page.team.tree.line: lines\n\xa7 page.team.tree.linesAdded: added\n\xa7 page.team.tree.linesChanged: changed\n\xa7 page.team.tree.linesRemoved: removed\n\xa7 page.team.day.commits: Commits\n\xa7 page.team.day.activity: Activity\n\xa7 page.team.week.title: Weekly statistics\n\xa7 page.team.week.date: Date\n\xa7 page.team.week.numberTasks: Number of tasks\n\xa7 page.team.week.people: Number of people\n\xa7 page.team.week.line: Line changes\n\xa7 page.team.week.days: Days with and without commits\n\xa7 page.team.week.lossesDetails: Who did not commit\n\xa7 page.team.week.add: added\n\xa7 page.team.week.change: changed\n\xa7 page.team.week.remove: removed\n\xa7 page.team.week.hasCommits: had commits\n\xa7 page.team.week.hasNotCommits: had no commits\n\xa7 page.team.week.days: days\n\xa7 page.team.week.tasks: tasks\n\xa7 page.team.pr.task: Task\n\xa7 page.team.pr.tasks: tasks\n\xa7 page.team.pr.firstCommitTime: First commit\n\xa7 page.team.pr.lastCommitTime: Last\n\xa7 page.team.pr.workDays: Development days\n\xa7 page.team.pr.delayDays: Days waiting for merge\n\xa7 page.team.pr.middleTimeRelease: Average delivery time (days)\n\xa7 page.team.pr.chart.1day: day\n\xa7 page.team.pr.chart.3day: three days\n\xa7 page.team.pr.chart.7day: week\n\xa7 page.team.pr.chart.14day: two weeks\n\xa7 page.team.pr.chart.30day: month\n\xa7 page.team.pr.chart.more: more\n\xa7 page.team.pr.commits: Commits\n\xa7 page.team.pr.date: Merge Date\n\xa7 page.team.pr.mergeAuthor: Merged by\n\xa7 page.team.pr.author: Employee\n\xa7 page.team.pr.work: development\n\xa7 page.team.pr.delay: waiting\n\xa7 page.team.pr.days: days\n\xa7 page.team.pr.oneTaskDays: Time spent on one task\n\xa7 page.team.pr.description1: *Development time* is the time difference from the first to the last commit on a task. It does not matter if there were breaks of several days between commits or not. Any commit increases the time.\n\xa7 page.team.pr.description2: *Waiting time* is the time between the last commit and the code merge. It shows the actual downtime while waiting for something.\n\xa7 page.team.pr.description3: *Why display development time* without splitting into coding and code review? To show the business the actual delivery time of the code. Waiting for testing, review comments, DevOps problems, and other process imperfections are already included in this term.\n\xa7 page.team.pr.statByAuthors: Statistics by employees\n\xa7 page.team.pr.longDelay: Prolonged Waiting for merge\n\xa7 page.team.tasks.task: Task\n\xa7 page.team.tasks.author: First commit author\n\xa7 page.team.tasks.from: First commit\n\xa7 page.team.tasks.to: Last commit\n\xa7 page.team.tasks.daysInWork: Days in work\n\xa7 page.team.tasks.commits: Commits number\n\xa7 page.team.tasks.pr: Merge date\n\xa7 page.team.tasks.prAuthor: Merged by user\n\xa7 page.team.tasks.prDelayDays: Delay before merge in days\n\xa7 page.team.tasks.comments: Comments\n\xa7 page.team.extension.extension: File extensions\n\xa7 page.team.extension.type: File sub types\n\xa7 page.team.extension.name: Type\n\xa7 page.team.extension.path: Path\n\xa7 page.team.extension.current.count: Number\n\xa7 page.team.extension.removed.count: Number of removed\n\xa7 page.team.extension.files: files\n\xa7 page.team.release.title: Release\n\xa7 page.team.release.from: Created date\n\xa7 page.team.release.to: Delivery date\n\xa7 page.team.release.prLength: Tasks\n\xa7 page.team.release.delay: Preparation days\n\xa7 page.team.release.waiting: Days of waiting for next release\n\xa7 page.person.print.photo.title: Photo\n\xa7 page.person.print.photo.description: space for a photo\n\xa7 page.person.total.title: Main characteristics\n\xa7 page.person.total.daysWorked.title: days of work\n\xa7 page.person.total.daysWorked.description: Only days with commits are counted\n\xa7 page.person.total.tasks.title: tasks\n\xa7 page.person.total.tasks.description: If commits are properly signed\n\xa7 page.person.character.title: Character\n\xa7 page.person.achievement.title: Achievements\n\xa7 page.person.achievement.positive: Positive\n\xa7 page.person.achievement.normal: Neutral\n\xa7 page.person.achievement.negative: Negative\n\xa7 page.person.achievement.description: The more negative achievements an employee accumulates, the higher the likelihood that the situation is unusual. It may be necessary to change their work mode, tasks, or reporting. A discussion with them to understand what problems are hindering their work is advisable.\n\xa7 page.person.gets.title: Gets taken:\n\xa7 page.person.gets.description: "Taking a get" in this context means being the first to leave a commit on a task with a "nice" number.\n\xa7 page.person.business.days.title: days of work\n\xa7 page.person.business.days.description: Only days with commits are counted\n\xa7 page.person.business.tasks.title: tasks\n\xa7 page.person.business.tasks.description: If commits are properly signed\n\xa7 page.person.business.losses.title: days without commits\n\xa7 page.person.business.losses.description: All days minus: holidays, weekends, vacation, days with commits\n\xa7 page.person.business.commits.title: commits\n\xa7 page.person.business.commits.description: Deleted branches are not counted\n\xa7 page.person.business.time.description: Time from the first to the last commit (including non-working days)\n\xa7 page.person.business.time.title: Days on the project:\n\xa7 page.person.business.time.dismissed: (dismissed)\n\xa7 page.person.business.time.staff: (not in the team)\n\xa7 page.person.business.achievements: Achievements\n\xa7 page.person.changes.title: Achievements\n\xa7 page.person.changes.description: \nWith some types of formatting, git marks lines as "deleted" and "added",\nalthough in reality, they were "changed". Therefore, if you conducted a major refactoring,\ngit might show a small number of changes in the statistics, but the actual result\nwill be marked as a jump in "deleted" and "added" lines.\n\xa7 page.person.changes.description: List of commits and the number of changes in them for that day:\n\xa7 page.person.commits.title: List of commits:\n\xa7 page.person.money.title.total: Total over time\n\xa7 page.person.money.title.middle: Average cost\n\xa7 page.person.money.moneyAll.title: received\n\xa7 page.person.money.moneyAll.description: Assumed total salary from the project (see settings)\n\xa7 page.person.money.moneyWorked.title: worked for\n\xa7 page.person.money.moneyWorked.description: Actual days worked multiplied by average salary\n\xa7 page.person.money.moneyLosses.title: possible overpayment\n\xa7 page.person.money.moneyLosses.description: Days without commits multiplied by average salary\n\xa7 page.person.money.tasks.title: task\n\xa7 page.person.money.tasks.description: Number of closed tasks to the cost of the day\n\xa7 page.person.money.commits.title: commit\n\xa7 page.person.money.commits.description: Number of commits to the cost of the workday\n\xa7 page.person.speed.task: One task on average is\n\xa7 page.person.speed.max: Maximum speed per day\n\xa7 page.person.speed.days.title: days\n\xa7 page.person.speed.days.description: Refers to workdays, if commits are properly signed\n\xa7 page.person.speed.commits.title: commits\n\xa7 page.person.speed.commits.description: Top and bottom 10% of values are trimmed\n\xa7 page.person.speed.line.title: lines of code\n\xa7 page.person.speed.line.description: Top and bottom 10% of values are trimmed\n\xa7 page.person.speed.tasks.title: tasks\n\xa7 page.person.speed.tasks.description: A task may not be completed, but work should be done on it\n\xa7 page.person.speed.maxCommits.title: commits\n\xa7 page.person.speed.maxCommits.description: A task may not be completed, but work should be done on it\n\xa7 page.person.hours.title: Distribution of commits during each day of the week\n\xa7 page.person.week.date: Date\n\xa7 page.person.week.tasks: Number of tasks\n\xa7 page.person.week.workDays: Days with commits\n\xa7 page.person.week.taskInDay: Tasks per day\n\xa7 page.person.week.days: days\n\xa7 page.person.week.workDay: weekdays\n\xa7 page.person.week.weekends: weekends\n\xa7 page.sponsor.title: Please, support this project\n\xa7 page.sponsor.share.description: Tell about our [project|https://github.com/bakhirev/assayo] on social networks! You can share [article|https://habr.com/ru/articles/763342/], [post|https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/] or make a video review.\n\xa7 page.sponsor.share.button: Copy the link\n\xa7 page.sponsor.money.description: We will be glad if you support us with any amount! All funds will be used for the further development of the project.\n\xa7 page.sponsor.money.qr: One-time payment (only Russia)\n\xa7 page.sponsor.money.github: GitHub Sponsor\n'].join(""),Se=["\n\xa7 achievements.commitsAfter1500.title: Owl\n\xa7 achievements.commitsAfter1500.description: 70% of commits after 3:00 PM\n\xa7 achievements.commitsBefore1500.title: Early bird\n\xa7 achievements.commitsBefore1500.description: 70% of commits before noon\n\xa7 achievements.workEveryTime.title: Devoted worker\n\xa7 achievements.workEveryTime.description: a commit for every hour of the day\n\xa7 achievements.workNotWork.title: Shooting blanks\n\xa7 achievements.workNotWork.description: commits are there, but no tasks are closed\n\xa7 achievements.userNotWork.title: Fly-by\n\xa7 achievements.userNotWork.description: this is not their main project\n\xa7 achievements.userIsDied.title: Dead soul\n\xa7 achievements.userIsDied.description: worked, but resigned\n\xa7 achievements.lessTasks.title: Came and went\n\xa7 achievements.lessTasks.description: least closed tasks\n\xa7 achievements.moreTasks.title: Father says well done\n\xa7 achievements.moreTasks.description: most closed tasks\n\xa7 achievements.everyMessageLong.title: Master of eloquence\n\xa7 achievements.everyMessageLong.description: consistently the longest commit messages\n\xa7 achievements.everyMessageShort.title: Talkative, a spy's dream\n\xa7 achievements.everyMessageShort.description: consistently, the shortest commit messages\n\xa7 achievements.shortestName.title: Size doesn't matter\n\xa7 achievements.shortestName.description: shortest name\n\xa7 achievements.longestName.title: Azim Aziz Il Am Kadir Imran II\n\xa7 achievements.longestName.description: longest name\n\xa7 achievements.moreCommits.title: Backup master\n\xa7 achievements.moreCommits.description: most commits\n\xa7 achievements.lessCommits.title: Rare but Precise\n\xa7 achievements.lessCommits.description: least commits\n\xa7 achievements.oneCommitOneTask.title: Right on target\n\xa7 achievements.oneCommitOneTask.description: on average one commit per task\n\xa7 achievements.moreLazyDays.title: With you in spirit\n\xa7 achievements.moreLazyDays.description: most days without commits\n\xa7 achievements.lessLazyDays.title: Papa carlo\n\xa7 achievements.lessLazyDays.description: least days without commits\n\xa7 achievements.zeroLazyDays.title: Not a single break\n\xa7 achievements.zeroLazyDays.description: not a single day without commits\n\xa7 achievements.moreWorkDays.title: Valuable employee\n\xa7 achievements.moreWorkDays.description: most working days\n\xa7 achievements.moreScopes.title: Startuper\n\xa7 achievements.moreScopes.description: completed the most features\n\xa7 achievements.lessScopes.title: Dandy\n\xa7 achievements.lessScopes.description: completed the fewest features\n\xa7 achievements.moreDaysForTask.title: Snail on the slope\n\xa7 achievements.moreDaysForTask.description: tasks take longer than others\n\xa7 achievements.more2DaysForTask.title: Slow and steady\n\xa7 achievements.more2DaysForTask.description: more than two days per task\n\xa7 achievements.moreDaysInProject.title: Old-timer\n\xa7 achievements.moreDaysInProject.description: most days in the project\n\xa7 achievements.lessDaysInProject.title: And who is this?\n\xa7 achievements.lessDaysInProject.description: least days in the project\n\xa7 achievements.more90DaysInProject.title: Welcome aboard\n\xa7 achievements.more90DaysInProject.description: not fired during the probation period\n\xa7 achievements.lessDaysForTask.title: Fast shooting\n\xa7 achievements.lessDaysForTask.description: a task takes less than a day\n\xa7 achievements.adam.title: Adam\n\xa7 achievements.adam.description: the first stable employee on the project\n\xa7 achievements.more666DaysInProject.title: Devil\n\xa7 achievements.more666DaysInProject.description: worked 666 days on the project\n\xa7 achievements.more777DaysInProject.title: Las Vegas\n\xa7 achievements.more777DaysInProject.description: worked 777 days on the project\n\xa7 achievements.moreRefactoring.title: Executive editor\n\xa7 achievements.moreRefactoring.description: made the most 'refactoring' tags\n\xa7 achievements.longestMessage.title: So many conversations...\n\xa7 achievements.longestMessage.description: the longest commit message of all time\n\xa7 achievements.moreTasksInDay.title: Speed racer\n\xa7 achievements.moreTasksInDay.description: record for the number of tasks closed in a day\n\xa7 achievements.hasCommitFrom0to7.title: Night watch\n\xa7 achievements.hasCommitFrom0to7.description: a commit for every hour of the night\n\xa7 achievements.noCommitOnDay.title: Technical break\n\xa7 achievements.noCommitOnDay.description: there is a certain hour and day in working time when never commits\n\xa7 achievements.hasCommitEveryTime.title: Died at work\n\xa7 achievements.hasCommitEveryTime.description: a commit for every hour of each day (including weekends)\n\xa7 achievements.commitsAfter1800.title: Business Time\n\xa7 achievements.commitsAfter1800.description: no commits after 6:00 PM\n\xa7 achievements.moreFix.title: Bug hunter\n\xa7 achievements.moreFix.description: most closed bugs\n\xa7 achievements.lessWorkDays.title: Count me out\n\xa7 achievements.lessWorkDays.description: least working days\n\xa7 achievements.moreCreateCode.title: Creator\n\xa7 achievements.moreCreateCode.description: tends to add code more than others\n\xa7 achievements.moreRemoveCode.title: Destroyer\n\xa7 achievements.moreRemoveCode.description: tends to remove code more than others\n\xa7 achievements.moreChangeCode.title: Reformer\n\xa7 achievements.moreChangeCode.description: tends to change code more than others\n\xa7 achievements.moreStyle.title: Fashion police\n\xa7 achievements.moreStyle.description: tends to change CSS more than others\n\xa7 achievements.moreOnHoliday.title: No life\n\xa7 achievements.moreOnHoliday.description: relatively many commits in non-working hours\n\xa7 achievements.morePRMerge.title: Show me your pass\n\xa7 achievements.morePRMerge.description: more often than others, presses the \"Merge\" button for PR\n\xa7 achievements.longWaitPR.title: Tomorrow 100% be merge\n\xa7 achievements.longWaitPR.description: created PR that waited more than a month on the review\n\xa7 achievements.moreLongWaitPR.title: A long time ago in a galaxy far, far away\n\xa7 achievements.moreLongWaitPR.description: created PR that has been waiting for a review the longest\n\xa7 achievements.oneExtension.title: My name is LEGION\n\xa7 achievements.oneExtension.description: only this man works with files of a certain extension\n\xa7 achievements.fileRush.title: Zerg Rush\n\xa7 achievements.fileRush.description: created the most files in the project\n\xa7 achievements.moreLintHint.title: Grammar Nazi\n\xa7 achievements.moreLintHint.description: more than anyone created or changed the code-style rules\n\xa7 achievements.moreReadMe.title: Chronicler\n\xa7 achievements.moreReadMe.description: more than anyone created or modified MD files\n\xa7 achievements.moreDevOps.title: DevOps\n\xa7 achievements.moreDevOps.description: more than anyone created or modified files for CI/CD\n\xa7 achievements.moreTests.title: Tester\n\xa7 achievements.moreTests.description: more than anyone created or modified files for testing\n\xa7 achievements.allRelease.title: Full house\n\xa7 achievements.allRelease.description: there is a release compiled only from his tasks\n\xa7 achievements.firstCommit.title: First come, first served\n\xa7 achievements.firstCommit.description: first commit on the project\n\xa7 achievements.lastCommit.title: I've finished\n\xa7 achievements.lastCommit.description: last commit on the project\n\xa7 achievements.firstLastCommit.title: From beginning to end\n\xa7 achievements.firstLastCommit.description: first and last commit on the project\n\xa7 achievements.longFilePath.title: Deep cellar\n\xa7 achievements.longFilePath.description: the first created the file with the deepest directory\n\xa7 achievements.longFileName.title: Size matters\n\xa7 achievements.longFileName.description: created the file with the longest name\n\xa7 achievements.workOnWeekends.title: Work not walk\n\xa7 achievements.workOnWeekends.description: at least once worked on weekends\n\xa7 achievements.removeCreateFile.title: Dig out the stewardess\n\xa7 achievements.removeCreateFile.description: recover removed file\n\xa7 achievements.renameFile.title: Astana Nur-Sultan Astana\n\xa7 achievements.renameFile.description: rename file and rollback\n\xa7 achievements.longTask.title: Easy task\n\xa7 achievements.longTask.description: worked on task more than three months\n\xa7 achievements.haveNotEmail.title: Mailman\n\xa7 achievements.haveNotEmail.description: empty email field in git config\n\xa7 achievements.moreAddedFolders.title: Director \n\xa7 achievements.moreAddedFolders.description: created the most directories\n\xa7 achievements.horoscope1.title: Mercury Retrograde for Capricorn\n\xa7 achievements.horoscope2.title: Mercury Retrograde for Aquarius\n\xa7 achievements.horoscope3.title: Mercury Retrograde for Pisces\n\xa7 achievements.horoscope4.title: Mercury Retrograde for Aries\n\xa7 achievements.horoscope5.title: Mercury Retrograde for Taurus\n\xa7 achievements.horoscope6.title: Mercury Retrograde for Gemini\n\xa7 achievements.horoscope7.title: Mercury Retrograde for Cancer\n\xa7 achievements.horoscope8.title: Mercury Retrograde for Leo\n\xa7 achievements.horoscope9.title: Mercury Retrograde for Virgo\n\xa7 achievements.horoscope10.title: Mercury Retrograde for Libra\n\xa7 achievements.horoscope11.title: Mercury Retrograde for Scorpio\n\xa7 achievements.horoscope12.title: Mercury Retrograde for Sagittarius\n\xa7 achievements.horoscope1.description: by the month of the first commit\n\xa7 achievements.horoscope2.description: by the month of the first commit\n\xa7 achievements.horoscope3.description: by the month of the first commit\n\xa7 achievements.horoscope4.description: by the month of the first commit\n\xa7 achievements.horoscope5.description: by the month of the first commit\n\xa7 achievements.horoscope6.description: by the month of the first commit\n\xa7 achievements.horoscope7.description: by the month of the first commit\n\xa7 achievements.horoscope8.description: by the month of the first commit\n\xa7 achievements.horoscope9.description: by the month of the first commit\n\xa7 achievements.horoscope10.description: by the month of the first commit\n\xa7 achievements.horoscope11.description: by the month of the first commit\n\xa7 achievements.horoscope12.description: by the month of the first commit\n\xa7 achievements.111.description: test\n",'\n\xa7 uiKit.console.button: Copy\n\xa7 uiKit.console.notification: Text was copied\n\xa7 uiKit.dataLoader.page: Page\n\xa7 uiKit.dataLoader.size: Displayed\n\xa7 uiKit.dataLoader.rows: lines.\n\xa7 uiKit.dataLoader.from: out of\n\xa7 uiKit.dataLoader.all: Show all\n\xa7 uiKit.hoursChart.work: standard working hours (weekdays, 07:00 to 20:00)\n\xa7 uiKit.hoursChart.weekend: weekend days or time before/after working hours\n\xa7 uiKit.hoursChart.days: total number of commits in all time on a specific day and hour\n\xa7 uiKit.page.remove: Remove\n\xa7 uiKit.races.go: Let\'s go\n\xa7 uiKit.nothingFound.common.title: No or insufficient data to display\n\xa7 uiKit.nothingFound.common.description: The system will process more data if commits are signed in the format [Git commit message convention|https://www.conventionalcommits.org/en/v1.0.0/]. Template:\n\xa7 uiKit.nothingFound.common.console: Task_number type(feature): description\n\xa7 uiKit.nothingFound.common.example: For example:\n\xa7 uiKit.nothingFound.staff.title: No data for this employee\n\xa7 uiKit.nothingFound.staff.description1:\nThey made edits not every working day and received the "Assistant" status.\nThe work of employees with such status on this project can be neglected as their contribution is insignificant in the general context.\n\n\xa7 uiKit.nothingFound.staff.description2:\nTherefore, the system does not calculate a number of indicators for him.\nIf this is an error and this employee needs to be calculated as usual, go to the \u201cSettings\u201d section and change his type.\n\n\xa7 common.title: Git statistics\n\xa7 common.filters: Filters\n\xa7 common.notifications.save: The changes have been saved\n\xa7 common.notifications.setting: The settings have been saved\n\xa7 common.fileLoader.notification: Cant open file $1\n',"\n\xa7 sidebar.switch.team: Team\n\xa7 sidebar.switch.person: Employee\n\xa7 sidebar.buttons.settings: Settings\n\xa7 sidebar.buttons.print: Print\n\xa7 sidebar.buttons.share: Share\n\xa7 sidebar.buttons.logout: Logout\n\xa7 sidebar.filters.all: all time\n\xa7 sidebar.filters.year: year\n\xa7 sidebar.filters.halfYear: half year\n\xa7 sidebar.filters.month: month\n\xa7 sidebar.filters.week: week\n\xa7 sidebar.team.total: Common info\n\xa7 sidebar.team.scope: Features\n\xa7 sidebar.team.author: Employees\n\xa7 sidebar.team.type: Task types\n\xa7 sidebar.team.pr: Pull requests\n\xa7 sidebar.team.day: By day\n\xa7 sidebar.team.week: By week\n\xa7 sidebar.team.month: By month\n\xa7 sidebar.team.files: Files\n\xa7 sidebar.team.removedFiles: Removed files\n\xa7 sidebar.team.extension: Extensions\n\xa7 sidebar.team.tasks: Tasks\n\xa7 sidebar.team.release: Releases\n\xa7 sidebar.team.hours: Work schedule\n\xa7 sidebar.team.commits: All commits\n\xa7 sidebar.team.changes: All changes\n\xa7 sidebar.team.words: Popular words\n\xa7 sidebar.team.building: Quiz\n\xa7 sidebar.team.settings: Settings\n\xa7 sidebar.person.total: Common info\n\xa7 sidebar.person.money: Work cost\n\xa7 sidebar.person.speed: Speed\n\xa7 sidebar.person.day: By day\n\xa7 sidebar.person.week: By week\n\xa7 sidebar.person.month: By month\n\xa7 sidebar.person.tasks: Tasks\n\xa7 sidebar.person.hours: Work schedule\n\xa7 sidebar.person.commits: All commits\n\xa7 sidebar.person.changes: All changes\n\xa7 sidebar.person.words: Popular words\n\xa7 sidebar.person.settings: Settings\n",'\n\xa7 recommendations.modal.cancel: Ok\n\xa7 recommendations.modal.open: More\n\xa7 recommendations.title\nRecommendations and facts\n\n\xa7 recommendations.timestamp.firstCommit.description\nmade the first commit\n\nDay of the Week: $1\n\n\xa7 recommendations.timestamp.lastCommit.description\nmade the last commit\n\nDay of the Week: $1\n\n\xa7 recommendations.timestamp.common.title: $1 days\n\xa7 recommendations.timestamp.allDays.description: from the first to the last commit (including weekends and holidays).\n\xa7 recommendations.timestamp.lossesDays.description: days without commits, even considering weekends, vacation, and public holidays.\n\xa7 recommendations.timestamp.weekendDays.description\nworking on weekends\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- employees burn out faster;\n\n\xa7 recommendations.timestamp.regularWeekendWord.title: Regular Overtime\n\xa7 recommendations.timestamp.sometimeWeekendWord.title: Occasional overtime\n\xa7 recommendations.timestamp.weekendWord.description\nIt might be advisable to change the project manager, analyst, and architect.\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- the quality of the product is usually low;\n- some employees resign;\n- new errors emerge due to the rush;\n\n# Most likely:\n- deadlines were incorrectly estimated at the beginning;\n- technical specifications are missing;\n- weak analytics;\n- weak architecture (no architect was hired, and the team consists of mid-level developers);\n- started writing code first, then planning;\n- lack of proper processes to understand mistakes;\n\n\xa7 recommendations.timestamp.neverWeekendWord.title: Usually Without Overtime\n\xa7 recommendations.timestamp.neverWeekendWord.description\nBut sometimes it happens.\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- employees burn out faster;\n\n\xa7 recommendations.scope.parallelism.not.title\nNo parallel work\n\n\xa7 recommendations.scope.parallelism.not.description\nany feature at any given time is done by one person.\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is less than 1.3, we consider that there is usually no parallel work within most features;\n\n# Why this is bad:\n- increases bus factor;\n- employees develop more slowly;\n- difficult to properly check an employee\'s work;\n\n# Why this is good:\n- experts emerge who are deeply immersed in the subject area and can offer more quality solutions;\n- most likely there are no merge conflicts;\n- the project can quickly develop in different directions simultaneously;\n\n\xa7 recommendations.scope.parallelism.has.title\nSome Work Done in Parallel\n\n\xa7 recommendations.scope.parallelism.has.description\nSometimes a feature is worked on simultaneously by several people.\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is from 1.3 to 2.0, we consider that some of the work within different features is sometimes done in parallel;\n\n\xa7 recommendations.scope.parallelism.every.title\nParallel Work\n\n\xa7 recommendations.scope.parallelism.every.description\nany feature at any given time is worked on by several people\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is more than two, we consider that most of the work within different features is usually done in parallel;\n\n\xa7 recommendations.scope.money\nthis is the estimated cost for the work on this project.\n\n# Calculation method:\n- person-days spent on development are multiplied by the individual salaries of the developers;\n\nTo change the salary of each developer for a more accurate total, go to the "Settings" section.\n\n# Is this too much or too little?\nTo answer this question, consider the following:\n- Could a ready-made solution have been purchased for this amount of money?\n- Could a better product have been developed for this amount of money?\n\nIf the answer to both questions is "yes," then perhaps developing from scratch was not worth the money spent.\n \n\xa7 recommendations.scope.bus.everyHasOne.title\nBus factor = 1\n\n\xa7 recommendations.scope.bus.everyHasOne.description\nMost features are deeply understood by only one person.\nIt\'s necessary to rotate people.\n\n# Why this is bad:\n- if employees resign, it will be difficult to continue their work;\n- it\u2019s impossible to control the quality of their code;\n\n# How the sample is chosen:\n- more than 80% of commits in a feature are made by one person;\n- the project has more than 60% of such features;\n\n\xa7 recommendations.scope.bus.oneMaintainer\none person is deeply involved in a feature.\n\n# Why this is bad:\n- if they resign, it will be hard to continue development;\n- the quality of code-review decreases;\n- it\u2019s difficult to parallelize development when needed;\n\n# How the sample is chosen:\n- more than 80% of commits in a feature are made by one person;\n\n\xa7 recommendations.scope.types.process.title\nPoor processes\n\n\xa7 recommendations.scope.types.process.description\nMost features contain one type of task.\n\n\xa7 recommendations.scope.types.one\nfeatures contain one type of task.\n\n\xa7 recommendations.scope.types.common\nIt\'s possible that developers are incorrectly signing commits or the manager is entering the same type of tasks.\n\n# Why this is important:\n- it\'s impossible to hand over support to another team;\n- it\'s impossible to release a "boxed" version;\n- strong dependence on specific developers;\n- a high number of errors and low code quality;\n- potential slowdown in development in the future;\n\n# The manager\'s mistake:\n- viewing the product only from the perspective of a "working demo";\n\n# What should be done:\n- tests;\n- bugs (identified through testing);\n- refactoring (as architecture may change);\n- documentation;\n- style revisions (as a result of focus group feedback);\n\n\xa7 recommendations.scope.plan.title\nDevelop a long-term plan\n\n\xa7 recommendations.scope.plan.description\ntaking architecture into account.\n\nThis plan should immediately focus on the most challenging tasks.\n\n# Why the lack of a plan is bad:\n- employees create a minimally viable version without planning for expansion points. After this, unscalable code is written, which slows down future features;\n\n# The manager\'s mistake:\n- they haven\'t shown how the product will develop further and where the growth points will be;\n\n# How it should be done:\n- a global product development plan is created;\n- a global architecture development plan is created (with developers and DBAs);\n- potential significant changes are discussed upfront at the schematic level;\n\n\xa7 recommendations.scope.cost.title\nEvaluate Investment in a Feature\n\n\xa7 recommendations.scope.cost.description\nin terms of potential profit.\n\nFeatures that are expensive to develop but bring little profit may need to be postponed or even canceled. This will make the project more commercially successful.\n\n\xa7 recommendations.author.lotOfLazy.title: Too little code: $1\n\xa7 recommendations.author.lotOfLazy.description\nShould they be fired?\n\n# Composition: \n- $1;\n\n# Answer the questions:\n- are they a team leader, architect, or analyst?\n- is this their primary project?\n- are there any dependencies on them?\n\n# Why it makes no sense to correct\nThe total costs for the developer are already more than the profit from their work.\nIf we believe that there were no objective hindrances to their work, then the person either does not want to work at all or is working on two projects simultaneously.\nFiring and replacing them with a new employee seems justified from a statistical point of view.\n\n\xa7 recommendations.author.manyLazy.title: Little code: $1\n\xa7 recommendations.author.manyLazy.description\nNeeds to be monitored.\n\n# Composition: \n- $1;\n\n# How the sample is chosen:\n- in test samples, a good programmer writes code for more than 80% of the time;\n- in this case, the indicator is between 60% and 80%;\n\n# How to monitor:\n- break tasks into 1..2 days;\n- ask for a status update every day;\n- ensure tasks are well defined and ready for development;\n- arrange pair programming to check actual speed;\n\n\xa7 recommendations.author.oneTypeMans\nreceives too many monotonous tasks of the same type. Risk of burnout.\n\n# Why this is important:\n- if an employee burns out, their work speed will decrease;\n- professional growth slows down;\n- the likelihood of resignation increases;\n\n# How the sample is chosen:\n- the type of task is determined for each commit;\n- if more than 70% of tasks are of the same type, it means the person is doing the same thing repeatedly;\n\n\xa7 recommendations.author.workToday.title: Working $1\n\xa7 recommendations.author.workToday.description\non the project at this moment.\n\n# Composition: \n- $1;\n\n# Why specifically them:\n- more than 50% of workdays;\n- have worked during the last 30 days;\n\n\xa7 recommendations.author.dismissed.title: Dismissed $1\n\xa7 recommendations.author.dismissed.description\nor worked for a short period.\n\n# Composition:\n- $1;\n\n# Why specifically them:\n- worked at a normal pace (apparently, this is their main repository);\n- no commits in the last month;\n- vacation usually lasts 14 days (their absence does not resemble a vacation);\n\n\xa7 recommendations.author.staff.title: Assisting $1\n\xa7 recommendations.author.staff.description\nPeople of other specializations who have committed something.\n\n# Composition: \n- $1;\n\n# Why specifically them:\n- this is not an open-source project;\n- workdays less than 15% of the total number;\n- modify roughly the same files;\n\n\xa7 recommendations.author.projectType.openSource.title\nOpen Project\n\n\xa7 recommendations.author.projectType.openSource.description\nthey do not work five days a week here.\n\nThe project may be closed, but this work pace is typical for open libraries on GitHub.\n\n# Assessment method:\n- statistics are taken for all active developers;\n- the average number of working days and days without commits is calculated;\n- for open-source libraries, working days are usually a maximum of 15..20%;\n\n# Consequences\nFor projects where work is not constant, many indicators do not make sense. Therefore, indicators like days without commits, speed, etc., will be hidden.\n\nTypically, such projects are assessed before starting the development of their own closed version. The most interesting indicators in this case are the probable cost and total development time.\n\n\xa7 recommendations.author.projectType.easy.title\nLight Workload\n\n\xa7 recommendations.author.projectType.easy.description\ntoo many days without commits.\n\nIt is necessary to understand why the team is not writing code.\n\n# Assessment method:\n- take statistics from all active developers;\n- calculate the average number of working days and days without commits;\n- workload is considered light if the percentage of days without commits is between 5% and 20%;\n\n# Possible reasons:\n- there are actually no tasks;\n- there are tasks, but they fit well with the current architecture;\n- developers are distracted by meetings;\n- the team is not working;\n\n# Solutions:\n- discuss the issue with the team;\n- reduce task granularity so that one or two tasks can be completed in a day;\n- introduce daily meetings to check the status of tasks;\n- arrange pair programming sessions to ensure that the developer can work faster;\n\n\xa7 recommendations.author.manager.title\nSet Deadlines\n\n\xa7 recommendations.author.manager.description\nEvery task should have a clear deadline.\n \nThis will prevent dragging out its completion for several days or weeks.\n\n# Indicators to check:\n- the number of days spent on one task by an employee;\n- the number of days waiting for PR merge (PR statistics page);\n\n\xa7 recommendations.author.shorTalk.title\nConduct Daily Meetings\n\n\xa7 recommendations.author.shorTalk.description\nthey help stay informed about the project.\n \nDo not stretch them by getting sidetracked on irrelevant topics.\n\n# Questions the employee should answer:\n- what was done;\n- what will be done;\n- are there any issues;\n\n# Interruptions should occur if:\n- they start describing minor details in-depth, which are not important;\n- they steer the conversation away from the original plan;\n\n# Why this is important:\nOften an employee who does nothing tries to avoid the answer by telling a bunch of unnecessary details of their work. This lulls the participants\' attention and stretches the time for a response. It creates an impression that they are busy, even though there was no actual work done.\n\n\xa7 recommendations.author.ipr.title\nDevelop a Training Plan\n\n\xa7 recommendations.author.ipr.description\nfor each employee.\n\n*Individual training plan* is a list of goals and tasks that help a person develop in a certain area.\n\n# How to create a plan:\n- create a competency matrix;\n- identify which competencies have the least knowledge and experience;\n- find out which of these competencies are of interest to the employee;\n- come up with 3..5 goals within each such competency for the next six months or a year;\n- try to do something every month to achieve one goal;\n- remind every month about the overall plan to achieve these goals;\n\n# Does a manager need a plan?\nYes, the manager should also make a plan for themselves. If there is no higher-level manager, they should self-assess.\n\n# Why this is important:\n- employees become more loyal to the company;\n- you get more qualified personnel for the same money;\n\n\xa7 recommendations.author.oneToOne.title\nConduct One-on-One Meetings Every Month\n\n\xa7 recommendations.author.oneToOne.description\nit helps to identify problems at an early stage.\n\n*One-to-one* is a regular personal meeting of a manager with a subordinate. Such meetings typically discuss everything important to the employee, what concerns them, and what they can share with the manager in private.\n\n# Why this is important:\n- easy to find out who is overburdened and who has free time;\n- possible to prevent employee burnout;\n- quick feedback can be obtained about processes that you might not notice;\n- trust is built, making employees more loyal to the company;\n- increases employee motivation and engagement;\n\n\xa7 recommendations.author.club.title\nGo to a Bar\n\n\xa7 recommendations.author.club.description\nonce a month or two.\n\nThis will help build informal communication within the team and bring the team together, even if the interaction is brief.\n\n# Why this is important:\n- quick feedback can be obtained about processes that you might not notice;\n- trust is built, making employees more loyal to the company;\n- increases employee engagement;\n\n\xa7 recommendations.hour.onlyWork.title: No Weekends Here\n\xa7 recommendations.hour.onlyWork.description: The project manager should probably be fired.\n\xa7 recommendations.hour.weekends.title: Working on Weekends\n\xa7 recommendations.hour.weekends.description: The project manager should probably be checked.\n\xa7 recommendations.hour.easy.title: There Are Problems\n\xa7 recommendations.hour.easy.description: There are likely crunch times and work is needed on weekends.\n\xa7 recommendations.week.lazyDays.down.title: Fewer Absences\n\xa7 recommendations.week.lazyDays.down.description: this indicator has dropped over the last three weeks\n\xa7 recommendations.week.lazyDays.up.title: More Absences\n\xa7 recommendations.week.lazyDays.up.description: no tasks or stricter control is needed\n\xa7 recommendations.week.notWork.title: Consistently Underperforms\n\xa7 recommendations.week.notWork.description: as every week the code is not 100% of the time\n\xa7 recommendations.week.upWork.title: Consistently Overworks\n\xa7 recommendations.week.upWork.description: as every week code is written on weekend days\n\xa7 recommendations.week.task.up.title: Productivity is growing\n\xa7 recommendations.week.task.up.description: or tasks have become too small. Need to check. If granularity is the same - reinforce the result.\n\xa7 recommendations.week.task.lazyMaintainer.description: consistently leads in absences. Fire?\n\xa7 recommendations.week.task.down.title: Productivity is Falling\n\xa7 recommendations.week.task.down.description\nor tasks are poorly split. Need to check. If granularity is the same - take control.\n\n# Assessment method:\n- the number of tasks per day that are being worked on has been steadily decreasing over the last three weeks.\n\n# Possible errors:\n- tasks could have been more complex than they seemed;\n- tasks could have had a large volume of work (need to check if the number of changes is also decreasing during this period)\n\n\xa7 recommendations.type.everyHasOne.title: Not signing task types\n\xa7 recommendations.type.everyHasOne.description: Most task types are done by one person.\n\xa7 recommendations.type.oneMaintainer.title: Narrow Specialization\n\xa7 recommendations.type.oneMaintainer.description\nmost tasks of one type are done by the same people.\n\n# Task types:\n\n\xa7 recommendations.type.common\n# It might not be the case\n\nMake sure that other employees correctly sign commits.\n\nSteps to ensure this:\n- set up a pre-commit check for commit messages;\n- explain to the team the need to indicate the type;\n- check in new branches that employees follow this rule;\n\n# If it is indeed the case\n\nYou have set up checks and ensured that the same employee does tasks of the same type.\n\nWhy this is bad:\n- their resignation will halt a whole bunch of processes;\n- it reduces the competence of other team members;\n- difficult to understand their edits at a higher level;\n\nHow to fix this:\n- distribute different types of tasks evenly;\n- change the area of work (tests, documentation, bugs) among employees every sprint;\n\n\xa7 recommendations.type.fewTypes.title\nThis is a local product\n\n\xa7 recommendations.type.fewTypes.description\nfor a specific customer or problem.\n\n# Signs of a "global" product:\n- localization;\n- documentation;\n- a large volume of tests;\n- visual customization;\n- refactoring of bottlenecks;\n- etc.\n\n# Why this product looks like a "local" one:\n- each "global" sign will be outweighed by its type of task;\n- the more "global" signs, the more likely a "global" product;\n\nIn this case, we see a small number of types, which likely indicates shortcomings that prevent the product from being easily scaled to the global market and sold in other countries.\n\n# It might not be the case\nBased on file types, we can assume the type of program (website, server application, DevOps scripts, etc.). For a frontend application, our hypothesis will be more accurate than for DevOps scripts, which might just be a micro-module of initialization.\n\n\xa7 recommendations.type.diff.title\nSplit the popular type into subtypes\n\n\xa7 recommendations.type.diff.description\nto detail errors.\n\nTypically, the task type labeled "bug fixing" is leading. This makes the statistics weakly detailed.\n\n*If you encounter this situation*, you can break down this type into subtypes (e.g., based on the location of detection).\n\nConsider several options for subtypes:\n- fix_dev (error detected during development);\n- fix_test (error detected during testing);\n- fix (error detected in production);\n\n\xa7 recommendations.type.buddy.title\nAccumulate minor tasks\n\n\xa7 recommendations.type.buddy.description\nfor new employees.\n\n# If a task is:\n- not important;\n- not big;\n- doesn\'t require deep immersion in the context;\n- more about refactoring than new code;\n\n# Put it in the backlog with the label "for beginners".\n\nWhen a new employee arrives, you will be able to immediately pull out a bunch of small and varied tasks for them to get acquainted with the project.\n\nAlso, if you have a lull in work, you can pull out one such minor task from the backlog.\n',"\n\xa7 page.settings.document.title: Display settings\n\xa7 page.settings.document.name: Page title\n\xa7 page.settings.document.language: Interface language\n\xa7 page.settings.document.depersonalize: Depersonalize the data\n\xa7 page.settings.links.title: Link prefixes\n\xa7 page.settings.links.task: For task numbers\n\xa7 page.settings.links.pr: For PR\n\xa7 page.settings.user.title: Individual settings\n\xa7 page.settings.user.notFound: No individual settings. Data for all employees are calculated based on common parameters.\n\xa7 page.settings.user.subTitle: Addendum to employment contract \u2116$1\n\xa7 page.settings.user.from: Start date\n\xa7 page.settings.mailmap: .mailmap example\n\xa7 page.settings.common.title: General salary data\n\xa7 page.settings.common.type.title: Project work type\n\xa7 page.settings.common.type.full: Full-time employment\n\xa7 page.settings.common.type.part: Project work\n\xa7 page.settings.common.salary: Monthly salary in USD (US dollar, $)\n\xa7 page.settings.common.currency: Currency for view\n\xa7 page.settings.common.workDaysInYear: Number of working days in a year\n\xa7 page.settings.common.vacationDaysInYear: Number of vacation days in a year\n\xa7 page.settings.common.workDaysInWeek: Workdays\n\xa7 page.settings.form.save: Save\n\xa7 page.settings.form.cancel: Cancel\n\xa7 page.settings.form.remove: Remove\n\xa7 page.settings.form.addEmployee: Add an employee\n\xa7 page.settings.form.addContract: Add an employment contract\n",'\n\xa7 page.welcome.step1: Execute the command in the root of your project.\n\xa7 page.welcome.step3: Drag and drop\n\xa7 page.welcome.step4: the log.txt file onto this page.\n\xa7 page.welcome.description: Git will create a log.txt file. It contains data for report generation. Or use git shortlog -s -n -e if you don\'t need a report. Create a [.mailmap|https://git-scm.com/docs/gitmailmap] file in the root of the project to consolidate employee statistics.\n\xa7 page.welcome.warning1: The service *DOES NOT SAVE* and *DOES NOT TRANSFER* your data. All calculations are performed locally in your browser on your machine.\n\xa7 page.welcome.warning2: The service *DOES NOT COLLECT STATISTICS* on projects. You can disconnect the internet, check traffic, and even build a local version from the [source|https://github.com/bakhirev/assayo].\n\xa7 page.common.words.title: Word Statistics.\n\xa7 page.common.words.description: the most popular word. Occurs $1 times.\n\xa7 page.common.commits.title: Number of commits by days.\n\xa7 page.common.commits.description: ($1) the most productive day in terms of the number of commits.\n\xa7 page.common.commits.title2: $1 commits made: $2\n\xa7 page.common.filter.allUsers: Does not matter\n\xa7 page.print.modal.title: What are we printing?\n\xa7 page.print.modal.page: Current page\n\xa7 page.print.modal.type: Current section\n\xa7 page.print.modal.all: All statistics\n\xa7 page.print.modal.cancel: Cancel\n\xa7 page.print.tableOfContents: Table of contents\n\xa7 page.print.title: Git repository report\n\xa7 page.print.sub_title: \xab$1\xbb\n\xa7 page.print.description: The data for the report was obtained from the commit history.\n\xa7 page.team.author.title: Employee statistics\n\xa7 page.team.author.description1: *Part of the statistics* (work speed, costs, etc.) *for employees with the \'Assistant\' type is not counted*, as it is an episodic role in the project. It is assumed that they do not affect the project, and their edits can be disregarded in the context of the overall volume of work.\n\xa7 page.team.author.description2: *Default sorting* is by the number of tasks and groups (current, fired, assisting employees).\n\xa7 page.team.author.status: Status\n\xa7 page.team.author.firstCommit: First commit\n\xa7 page.team.author.lastCommit: Last\n\xa7 page.team.author.daysAll: Total days\n\xa7 page.team.author.types: Types of work\n\xa7 page.team.author.commits: Commits\n\xa7 page.team.author.commitsSmall: commits\n\xa7 page.team.author.tasks: Tasks\n\xa7 page.team.author.tasksSmall: tasks\n\xa7 page.team.author.workedLosses: Days with and without commits\n\xa7 page.team.author.worked: work\n\xa7 page.team.author.losses: days without commits\n\xa7 page.team.author.days: days\n\xa7 page.team.author.daysForTask: Days per task\n\xa7 page.team.author.scopes: Features\n\xa7 page.team.author.moneyAll: Received\n\xa7 page.team.author.moneyWorked: Worked for\n\xa7 page.team.author.moneyLosses: Overpayment\n\xa7 page.team.author.type.work: works\n\xa7 page.team.author.type.dismissed: dismissed\n\xa7 page.team.author.type.staff: staff\n\xa7 page.team.hours.title: Distribution of commits during each day of the week\n\xa7 page.team.month.title: Project work calendar\n\xa7 page.team.month.first: (first work day)\n\xa7 page.team.month.last: (last work day)\n\xa7 page.team.scope.title: Feature statistics\n\xa7 page.team.scope.scope: Feature\n\xa7 page.team.scope.days: Working Days\n\xa7 page.team.scope.authorsDays: Person-Days\n\xa7 page.team.scope.tasks: Tasks\n\xa7 page.team.scope.commits: Commits\n\xa7 page.team.scope.commitsSmall: commits\n\xa7 page.team.scope.types: Types of work\n\xa7 page.team.scope.authors: Personal contribution\n\xa7 page.team.scope.cost: Cost\n\xa7 page.team.type.title: Task type statistics\n\xa7 page.team.type.description: *Personal contribution* is counted by the number of commits, not the volume of changed lines or files. Therefore, the "File Analysis" section should also be consulted to assess the scale of changes.\n\xa7 page.team.type.type: Type of work\n\xa7 page.team.type.tasks: Tasks\n\xa7 page.team.type.tasksSmall: tasks\n\xa7 page.team.type.days: Days\n\xa7 page.team.type.daysSmall: days\n\xa7 page.team.type.authorsDays: Person-days\n\xa7 page.team.type.commits: Commits\n\xa7 page.team.type.authors: Personal contribution\n\xa7 page.team.total.titleA: Volume of work\n\xa7 page.team.total.titleB: Cost\n\xa7 page.team.total.daysWorked.title: person-days\n\xa7 page.team.total.daysWorked.description: Only days with commits are counted\n\xa7 page.team.total.commits.title: commits\n\xa7 page.team.total.commits.description: Deleted branches are not counted\n\xa7 page.team.total.daysLosses.title: days without commits\n\xa7 page.team.total.daysLosses.description: All days minus: holidays, weekends, vacation, days with commits\n\xa7 page.team.total.employment.title: working / dismissed\n\xa7 page.team.total.employment.description: If an employee does not make any commits within a month, they are considered dismissed\n\xa7 page.team.total.moneyAll.title: total\n\xa7 page.team.total.moneyAll.description: Total salary expenses\n\xa7 page.team.total.moneyWorked.title: actual\n\xa7 page.team.total.moneyWorked.description: Actual days worked multiplied by average salary\n\xa7 page.team.total.moneyLosses.title: possible overpayment\n\xa7 page.team.total.moneyLosses.description: Paid working days when there were no commits\n\xa7 page.team.total.weekendPayment.title: weekend work\n\xa7 page.team.total.weekendPayment.description: Total overpayment for weekend work\n\xa7 page.team.total.workSpeed.title: tasks per day\n\xa7 page.team.total.workSpeed.description: Average work speed of the team with the current composition of employees\n\xa7 page.team.total.moneySpeed.title: per month\n\xa7 page.team.total.moneySpeed.description: Forecasted salary payment amount with the current team composition, excluding taxes and related expenses\n\xa7 page.team.total.description1: *Person-days* \u2014 the work of one employee during a single working day. For example, in one calendar day, a team of three employees produces a work volume of three person-days.\n\xa7 page.team.total.description2: *Absentee days* are counted only as working days when commits could have been made. Weekends, public holidays, and vacations are not included in the calculation.\n\xa7 page.team.total.description3: The *working and dismissed* card shows the actual composition of employees who are continuously involved in work. Additionally, there are "assistants" \u2014 typically employees of a different specialization who may occasionally make commits to the project.\n\xa7 page.team.total.description4: *Overpayment* includes only working days when commits could have been made. Weekends, public holidays, and vacations are not included in the calculation. This is why overpayment + actual cost != total. The total cost includes payment for weekends, public holidays, and vacations.\n\xa7 page.team.total.description5: *Weekend work* is calculated at a rate of x2 the payment of a regular day. The displayed amount is specifically the overpayment (x1), as the fact of overtime in this context is not of interest. We focus on overpayment when increasing work speed.\n\xa7 page.team.tree.title: Project tree considering selected filters\n\xa7 page.team.tree.filters.author: Employee\n\xa7 page.team.tree.filters.commits: Number of commits\n\xa7 page.team.tree.filters.help: The minimum number of commits an employee has made in a file\n\xa7 page.team.tree.filters.all: All employees\n\xa7 page.team.tree.add: Who added\n\xa7 page.team.tree.change: Who changed\n\xa7 page.team.tree.remove: Who removed\n\xa7 page.team.tree.line: lines\n\xa7 page.team.tree.linesAdded: added\n\xa7 page.team.tree.linesChanged: changed\n\xa7 page.team.tree.linesRemoved: removed\n\xa7 page.team.day.commits: Commits\n\xa7 page.team.day.activity: Activity\n\xa7 page.team.week.title: Weekly statistics\n\xa7 page.team.week.date: Date\n\xa7 page.team.week.numberTasks: Number of tasks\n\xa7 page.team.week.people: Number of people\n\xa7 page.team.week.line: Line changes\n\xa7 page.team.week.days: Days with and without commits\n\xa7 page.team.week.lossesDetails: Who did not commit\n\xa7 page.team.week.add: added\n\xa7 page.team.week.change: changed\n\xa7 page.team.week.remove: removed\n\xa7 page.team.week.hasCommits: had commits\n\xa7 page.team.week.hasNotCommits: had no commits\n\xa7 page.team.week.days: days\n\xa7 page.team.week.tasks: tasks\n\xa7 page.team.pr.task: Task\n\xa7 page.team.pr.tasks: tasks\n\xa7 page.team.pr.firstCommitTime: First commit\n\xa7 page.team.pr.lastCommitTime: Last\n\xa7 page.team.pr.workDays: Average time spent working on a task\n\xa7 page.team.pr.delayDays: Average time of the PR review\n\xa7 page.team.pr.all.workDays: Time spent working on a task\n\xa7 page.team.pr.all.delayDays: Time of the PR review\n\xa7 page.team.pr.middleTimeRelease: The ratio of development time to review time\n\xa7 page.team.pr.chart.1day: day\n\xa7 page.team.pr.chart.3day: three days\n\xa7 page.team.pr.chart.7day: week\n\xa7 page.team.pr.chart.14day: two weeks\n\xa7 page.team.pr.chart.30day: month\n\xa7 page.team.pr.chart.more: more\n\xa7 page.team.pr.commits: Commits\n\xa7 page.team.pr.date: Merge Date\n\xa7 page.team.pr.mergeAuthor: Merged by\n\xa7 page.team.pr.author: Employee\n\xa7 page.team.pr.work: development\n\xa7 page.team.pr.delay: waiting\n\xa7 page.team.pr.days: days\n\xa7 page.team.pr.oneTaskDays: Time spent on one task\n\xa7 page.team.pr.description1: *Development time* is the time difference from the first to the last commit on a task. It does not matter if there were breaks of several days between commits or not. Any commit increases the time.\n\xa7 page.team.pr.description2: *Waiting time* is the time between the last commit and the code merge. It shows the actual downtime while waiting for something.\n\xa7 page.team.pr.description3: *Why display development time* without splitting into coding and code review? To show the business the actual delivery time of the code. Waiting for testing, review comments, DevOps problems, and other process imperfections are already included in this term.\n\xa7 page.team.pr.statByAuthors: Statistics by employees\n\xa7 page.team.pr.longDelay: Prolonged Waiting for merge\n\xa7 page.team.tasks.task: Task\n\xa7 page.team.tasks.author: First commit author\n\xa7 page.team.tasks.from: First commit\n\xa7 page.team.tasks.to: Last commit\n\xa7 page.team.tasks.daysInWork: Days in work\n\xa7 page.team.tasks.commits: Commits number\n\xa7 page.team.tasks.pr: Merge date\n\xa7 page.team.tasks.prAuthor: Merged by user\n\xa7 page.team.tasks.prDelayDays: Delay before merge in days\n\xa7 page.team.tasks.comments: Comments\n\xa7 page.team.extension.extension: File extensions\n\xa7 page.team.extension.type: File sub types\n\xa7 page.team.extension.name: Type\n\xa7 page.team.extension.path: Path\n\xa7 page.team.extension.current.count: Number\n\xa7 page.team.extension.removed.count: Number of removed\n\xa7 page.team.extension.files: files\n\xa7 page.team.release.title: Release\n\xa7 page.team.release.from: Created date\n\xa7 page.team.release.to: Delivery date\n\xa7 page.team.release.prLength: Tasks\n\xa7 page.team.release.delay: Preparation days\n\xa7 page.team.release.waiting: Days of waiting for next release\n\xa7 page.person.print.photo.title: Photo\n\xa7 page.person.print.photo.description: space for a photo\n\xa7 page.person.total.title: Main characteristics\n\xa7 page.person.total.daysWorked.title: days of work\n\xa7 page.person.total.daysWorked.description: Only days with commits are counted\n\xa7 page.person.total.tasks.title: tasks\n\xa7 page.person.total.tasks.description: If commits are properly signed\n\xa7 page.person.character.title: Character\n\xa7 page.person.achievement.title: Achievements\n\xa7 page.person.achievement.positive: Positive\n\xa7 page.person.achievement.normal: Neutral\n\xa7 page.person.achievement.negative: Negative\n\xa7 page.person.achievement.description: The more negative achievements an employee accumulates, the higher the likelihood that the situation is unusual. It may be necessary to change their work mode, tasks, or reporting. A discussion with them to understand what problems are hindering their work is advisable.\n\xa7 page.person.gets.title: Gets taken:\n\xa7 page.person.gets.description: "Taking a get" in this context means being the first to leave a commit on a task with a "nice" number.\n\xa7 page.person.business.days.title: days of work\n\xa7 page.person.business.days.description: Only days with commits are counted\n\xa7 page.person.business.tasks.title: tasks\n\xa7 page.person.business.tasks.description: If commits are properly signed\n\xa7 page.person.business.losses.title: days without commits\n\xa7 page.person.business.losses.description: All days minus: holidays, weekends, vacation, days with commits\n\xa7 page.person.business.commits.title: commits\n\xa7 page.person.business.commits.description: Deleted branches are not counted\n\xa7 page.person.business.time.description: Time from the first to the last commit (including non-working days)\n\xa7 page.person.business.time.title: Days on the project:\n\xa7 page.person.business.time.dismissed: (dismissed)\n\xa7 page.person.business.time.staff: (not in the team)\n\xa7 page.person.business.achievements: Achievements\n\xa7 page.person.changes.title: Achievements\n\xa7 page.person.changes.description: \nWith some types of formatting, git marks lines as "deleted" and "added",\nalthough in reality, they were "changed". Therefore, if you conducted a major refactoring,\ngit might show a small number of changes in the statistics, but the actual result\nwill be marked as a jump in "deleted" and "added" lines.\n\xa7 page.person.changes.description: List of commits and the number of changes in them for that day:\n\xa7 page.person.commits.title: List of commits:\n\xa7 page.person.money.title.total: Total over time\n\xa7 page.person.money.title.middle: Average cost\n\xa7 page.person.money.moneyAll.title: received\n\xa7 page.person.money.moneyAll.description: Assumed total salary from the project (see settings)\n\xa7 page.person.money.moneyWorked.title: worked for\n\xa7 page.person.money.moneyWorked.description: Actual days worked multiplied by average salary\n\xa7 page.person.money.moneyLosses.title: possible overpayment\n\xa7 page.person.money.moneyLosses.description: Days without commits multiplied by average salary\n\xa7 page.person.money.tasks.title: task\n\xa7 page.person.money.tasks.description: Number of closed tasks to the cost of the day\n\xa7 page.person.money.commits.title: commit\n\xa7 page.person.money.commits.description: Number of commits to the cost of the workday\n\xa7 page.person.speed.task: One task on average is\n\xa7 page.person.speed.max: Maximum speed per day\n\xa7 page.person.speed.days.title: days\n\xa7 page.person.speed.days.description: Refers to workdays, if commits are properly signed\n\xa7 page.person.speed.commits.title: commits\n\xa7 page.person.speed.commits.description: Top and bottom 10% of values are trimmed\n\xa7 page.person.speed.line.title: lines of code\n\xa7 page.person.speed.line.description: Top and bottom 10% of values are trimmed\n\xa7 page.person.speed.tasks.title: tasks\n\xa7 page.person.speed.tasks.description: A task may not be completed, but work should be done on it\n\xa7 page.person.speed.maxCommits.title: commits\n\xa7 page.person.speed.maxCommits.description: A task may not be completed, but work should be done on it\n\xa7 page.person.hours.title: Distribution of commits during each day of the week\n\xa7 page.person.week.date: Date\n\xa7 page.person.week.tasks: Number of tasks\n\xa7 page.person.week.workDays: Days with commits\n\xa7 page.person.week.taskInDay: Tasks per day\n\xa7 page.person.week.days: days\n\xa7 page.person.week.workDay: weekdays\n\xa7 page.person.week.weekends: weekends\n\xa7 page.sponsor.title: Please, support this project\n\xa7 page.sponsor.share.description: Tell about our [project|https://github.com/bakhirev/assayo] on social networks! You can share [article|https://habr.com/ru/articles/763342/], [post|https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/] or make a video review.\n\xa7 page.sponsor.share.button: Copy the link\n\xa7 page.sponsor.money.description: We will be glad if you support us with any amount! All funds will be used for the further development of the project.\n\xa7 page.sponsor.money.qr: One-time payment (only Russia)\n\xa7 page.sponsor.money.github: GitHub Sponsor\n'].join(""),Ce=["\n\xa7 achievements.commitsAfter1500.title: Owl\n\xa7 achievements.commitsAfter1500.description: 70% of commits after 3:00 PM\n\xa7 achievements.commitsBefore1500.title: Early bird\n\xa7 achievements.commitsBefore1500.description: 70% of commits before noon\n\xa7 achievements.workEveryTime.title: Devoted worker\n\xa7 achievements.workEveryTime.description: a commit for every hour of the day\n\xa7 achievements.workNotWork.title: Shooting blanks\n\xa7 achievements.workNotWork.description: commits are there, but no tasks are closed\n\xa7 achievements.userNotWork.title: Fly-by\n\xa7 achievements.userNotWork.description: this is not their main project\n\xa7 achievements.userIsDied.title: Dead soul\n\xa7 achievements.userIsDied.description: worked, but resigned\n\xa7 achievements.lessTasks.title: Came and went\n\xa7 achievements.lessTasks.description: least closed tasks\n\xa7 achievements.moreTasks.title: Father says well done\n\xa7 achievements.moreTasks.description: most closed tasks\n\xa7 achievements.everyMessageLong.title: Master of eloquence\n\xa7 achievements.everyMessageLong.description: consistently the longest commit messages\n\xa7 achievements.everyMessageShort.title: Talkative, a spy's dream\n\xa7 achievements.everyMessageShort.description: consistently, the shortest commit messages\n\xa7 achievements.shortestName.title: Size doesn't matter\n\xa7 achievements.shortestName.description: shortest name\n\xa7 achievements.longestName.title: Azim Aziz Il Am Kadir Imran II\n\xa7 achievements.longestName.description: longest name\n\xa7 achievements.moreCommits.title: Backup master\n\xa7 achievements.moreCommits.description: most commits\n\xa7 achievements.lessCommits.title: Rare but Precise\n\xa7 achievements.lessCommits.description: least commits\n\xa7 achievements.oneCommitOneTask.title: Right on target\n\xa7 achievements.oneCommitOneTask.description: on average one commit per task\n\xa7 achievements.moreLazyDays.title: With you in spirit\n\xa7 achievements.moreLazyDays.description: most days without commits\n\xa7 achievements.lessLazyDays.title: Papa carlo\n\xa7 achievements.lessLazyDays.description: least days without commits\n\xa7 achievements.zeroLazyDays.title: Not a single break\n\xa7 achievements.zeroLazyDays.description: not a single day without commits\n\xa7 achievements.moreWorkDays.title: Valuable employee\n\xa7 achievements.moreWorkDays.description: most working days\n\xa7 achievements.moreScopes.title: Startuper\n\xa7 achievements.moreScopes.description: completed the most features\n\xa7 achievements.lessScopes.title: Dandy\n\xa7 achievements.lessScopes.description: completed the fewest features\n\xa7 achievements.moreDaysForTask.title: Snail on the slope\n\xa7 achievements.moreDaysForTask.description: tasks take longer than others\n\xa7 achievements.more2DaysForTask.title: Slow and steady\n\xa7 achievements.more2DaysForTask.description: more than two days per task\n\xa7 achievements.moreDaysInProject.title: Old-timer\n\xa7 achievements.moreDaysInProject.description: most days in the project\n\xa7 achievements.lessDaysInProject.title: And who is this?\n\xa7 achievements.lessDaysInProject.description: least days in the project\n\xa7 achievements.more90DaysInProject.title: Welcome aboard\n\xa7 achievements.more90DaysInProject.description: not fired during the probation period\n\xa7 achievements.lessDaysForTask.title: Fast shooting\n\xa7 achievements.lessDaysForTask.description: a task takes less than a day\n\xa7 achievements.adam.title: Adam\n\xa7 achievements.adam.description: the first stable employee on the project\n\xa7 achievements.more666DaysInProject.title: Devil\n\xa7 achievements.more666DaysInProject.description: worked 666 days on the project\n\xa7 achievements.more777DaysInProject.title: Las Vegas\n\xa7 achievements.more777DaysInProject.description: worked 777 days on the project\n\xa7 achievements.moreRefactoring.title: Executive editor\n\xa7 achievements.moreRefactoring.description: made the most 'refactoring' tags\n\xa7 achievements.longestMessage.title: So many conversations...\n\xa7 achievements.longestMessage.description: the longest commit message of all time\n\xa7 achievements.moreTasksInDay.title: Speed racer\n\xa7 achievements.moreTasksInDay.description: record for the number of tasks closed in a day\n\xa7 achievements.hasCommitFrom0to7.title: Night watch\n\xa7 achievements.hasCommitFrom0to7.description: a commit for every hour of the night\n\xa7 achievements.noCommitOnDay.title: Technical break\n\xa7 achievements.noCommitOnDay.description: there is a certain hour and day in working time when never commits\n\xa7 achievements.hasCommitEveryTime.title: Died at work\n\xa7 achievements.hasCommitEveryTime.description: a commit for every hour of each day (including weekends)\n\xa7 achievements.commitsAfter1800.title: Business Time\n\xa7 achievements.commitsAfter1800.description: no commits after 6:00 PM\n\xa7 achievements.moreFix.title: Bug hunter\n\xa7 achievements.moreFix.description: most closed bugs\n\xa7 achievements.lessWorkDays.title: Count me out\n\xa7 achievements.lessWorkDays.description: least working days\n\xa7 achievements.moreCreateCode.title: Creator\n\xa7 achievements.moreCreateCode.description: tends to add code more than others\n\xa7 achievements.moreRemoveCode.title: Destroyer\n\xa7 achievements.moreRemoveCode.description: tends to remove code more than others\n\xa7 achievements.moreChangeCode.title: Reformer\n\xa7 achievements.moreChangeCode.description: tends to change code more than others\n\xa7 achievements.moreStyle.title: Fashion police\n\xa7 achievements.moreStyle.description: tends to change CSS more than others\n\xa7 achievements.moreOnHoliday.title: No life\n\xa7 achievements.moreOnHoliday.description: relatively many commits in non-working hours\n\xa7 achievements.morePRMerge.title: Show me your pass\n\xa7 achievements.morePRMerge.description: more often than others, presses the \"Merge\" button for PR\n\xa7 achievements.longWaitPR.title: Tomorrow 100% be merge\n\xa7 achievements.longWaitPR.description: created PR that waited more than a month on the review\n\xa7 achievements.moreLongWaitPR.title: A long time ago in a galaxy far, far away\n\xa7 achievements.moreLongWaitPR.description: created PR that has been waiting for a review the longest\n\xa7 achievements.oneExtension.title: My name is LEGION\n\xa7 achievements.oneExtension.description: only this man works with files of a certain extension\n\xa7 achievements.fileRush.title: Zerg Rush\n\xa7 achievements.fileRush.description: created the most files in the project\n\xa7 achievements.moreLintHint.title: Grammar Nazi\n\xa7 achievements.moreLintHint.description: more than anyone created or changed the code-style rules\n\xa7 achievements.moreReadMe.title: Chronicler\n\xa7 achievements.moreReadMe.description: more than anyone created or modified MD files\n\xa7 achievements.moreDevOps.title: DevOps\n\xa7 achievements.moreDevOps.description: more than anyone created or modified files for CI/CD\n\xa7 achievements.moreTests.title: Tester\n\xa7 achievements.moreTests.description: more than anyone created or modified files for testing\n\xa7 achievements.allRelease.title: Full house\n\xa7 achievements.allRelease.description: there is a release compiled only from his tasks\n\xa7 achievements.firstCommit.title: First come, first served\n\xa7 achievements.firstCommit.description: first commit on the project\n\xa7 achievements.lastCommit.title: I've finished\n\xa7 achievements.lastCommit.description: last commit on the project\n\xa7 achievements.firstLastCommit.title: From beginning to end\n\xa7 achievements.firstLastCommit.description: first and last commit on the project\n\xa7 achievements.longFilePath.title: Deep cellar\n\xa7 achievements.longFilePath.description: the first created the file with the deepest directory\n\xa7 achievements.longFileName.title: Size matters\n\xa7 achievements.longFileName.description: created the file with the longest name\n\xa7 achievements.workOnWeekends.title: Work not walk\n\xa7 achievements.workOnWeekends.description: at least once worked on weekends\n\xa7 achievements.removeCreateFile.title: Dig out the stewardess\n\xa7 achievements.removeCreateFile.description: recover removed file\n\xa7 achievements.renameFile.title: Astana Nur-Sultan Astana\n\xa7 achievements.renameFile.description: rename file and rollback\n\xa7 achievements.longTask.title: Easy task\n\xa7 achievements.longTask.description: worked on task more than three months\n\xa7 achievements.haveNotEmail.title: Mailman\n\xa7 achievements.haveNotEmail.description: empty email field in git config\n\xa7 achievements.moreAddedFolders.title: Director \n\xa7 achievements.moreAddedFolders.description: created the most directories\n\xa7 achievements.horoscope1.title: Mercury Retrograde for Capricorn\n\xa7 achievements.horoscope2.title: Mercury Retrograde for Aquarius\n\xa7 achievements.horoscope3.title: Mercury Retrograde for Pisces\n\xa7 achievements.horoscope4.title: Mercury Retrograde for Aries\n\xa7 achievements.horoscope5.title: Mercury Retrograde for Taurus\n\xa7 achievements.horoscope6.title: Mercury Retrograde for Gemini\n\xa7 achievements.horoscope7.title: Mercury Retrograde for Cancer\n\xa7 achievements.horoscope8.title: Mercury Retrograde for Leo\n\xa7 achievements.horoscope9.title: Mercury Retrograde for Virgo\n\xa7 achievements.horoscope10.title: Mercury Retrograde for Libra\n\xa7 achievements.horoscope11.title: Mercury Retrograde for Scorpio\n\xa7 achievements.horoscope12.title: Mercury Retrograde for Sagittarius\n\xa7 achievements.horoscope1.description: by the month of the first commit\n\xa7 achievements.horoscope2.description: by the month of the first commit\n\xa7 achievements.horoscope3.description: by the month of the first commit\n\xa7 achievements.horoscope4.description: by the month of the first commit\n\xa7 achievements.horoscope5.description: by the month of the first commit\n\xa7 achievements.horoscope6.description: by the month of the first commit\n\xa7 achievements.horoscope7.description: by the month of the first commit\n\xa7 achievements.horoscope8.description: by the month of the first commit\n\xa7 achievements.horoscope9.description: by the month of the first commit\n\xa7 achievements.horoscope10.description: by the month of the first commit\n\xa7 achievements.horoscope11.description: by the month of the first commit\n\xa7 achievements.horoscope12.description: by the month of the first commit\n\xa7 achievements.111.description: test\n","\n\xa7 uiKit.console.button: Copiar\n\xa7 uiKit.console.notification: El texto ha sido copiado\n\xa7 uiKit.dataLoader.page: P\xe1gina\n\xa7 uiKit.dataLoader.size: Mostrando hasta\n\xa7 uiKit.dataLoader.rows: lines.\n\xa7 uiKit.dataLoader.from: de\n\xa7 uiKit.dataLoader.all: Mostrar todo\n\xa7 uiKit.hoursChart.work: horario laboral normal (lunes a viernes, de 07:00 a 20:00)\n\xa7 uiKit.hoursChart.weekend: d\xedas o horario antes/despu\xe9s del d\xeda laboral\n\xa7 uiKit.hoursChart.days: n\xfamero total de commits en un d\xeda y una hora espec\xedfica\n\xa7 uiKit.page.remove: Eliminar\n\xa7 uiKit.nothingFound.common.title: No hay o no hay suficientes datos para mostrar\n\xa7 uiKit.nothingFound.common.description: El sistema procesar\xe1 m\xe1s datos si los commits se firman con el formato de [Git commit message convention|https://www.conventionalcommits.org/en/v1.0.0/]. Patr\xf3n:\n\xa7 uiKit.nothingFound.common.console: N\xfamero_de_tarea tipo(caracter\xedstica): descripci\xf3n\n\xa7 uiKit.nothingFound.common.example: Por ejemplo:\n\xa7 uiKit.nothingFound.personal.title: No hay datos para este colaborador\n\xa7 uiKit.nothingFound.personal.description1:\nEl no hizo cambios todos los d\xedas laborables y obtuvo el estado \u201cAsistente\u201d.\nEl trabajo de los colaboradores con este estatus en este proyecto puede desestimarse, ya que su aporte en el conjunto es insignificante.\n\n\xa7 uiKit.nothingFound.staff.description2:\n\u041f\u043e\u044d\u0442\u043e\u043c\u0443 \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u043d\u0435 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442 \u0434\u043b\u044f \u043d\u0435\u0433\u043e \u0440\u044f\u0434 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0435\u0439.\n\u0415\u0441\u043b\u0438 \u044d\u0442\u043e \u043e\u0448\u0438\u0431\u043a\u0430 \u0438 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430 \u043d\u0443\u0436\u043d\u043e \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c \u043a\u0430\u043a \u043e\u0431\u044b\u0447\u043d\u043e\u0433\u043e, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u0432 \u0440\u0430\u0437\u0434\u0435\u043b \xab\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\xbb \u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0435 \u0435\u0433\u043e \u0442\u0438\u043f.\n\n\xa7 common.title: Estad\xedsticas git\n\xa7 common.filters: Filtros\n\xa7 common.notifications.save: Cambios guardados\n\xa7 common.notifications.setting: Ajustes guardados\n\xa7 common.fileLoader.notification: Cant open file $1\n","\n\xa7 sidebar.switch.team: Equipo\n\xa7 sidebar.switch.person: Empleado\n\xa7 sidebar.buttons.settings: Ajustes\n\xa7 sidebar.buttons.print: Impresi\xf3n\n\xa7 sidebar.buttons.share: Share\n\xa7 sidebar.buttons.logout: Logout\n\xa7 sidebar.filters.all: a todas horas\n\xa7 sidebar.filters.year: a\xf1o\n\xa7 sidebar.filters.halfYear: medio a\xf1o\n\xa7 sidebar.filters.month: mes\n\xa7 sidebar.filters.week: semana\n\xa7 sidebar.team.total: Informaci\xf3n general\n\xa7 sidebar.team.scope: m\xf3dulos\n\xa7 sidebar.team.author: Personal\n\xa7 sidebar.team.type: Tipos de tareas\n\xa7 sidebar.team.pr: Inyecci\xf3n de c\xf3digo\n\xa7 sidebar.team.day: Por d\xedas\n\xa7 sidebar.team.week: Por semana\n\xa7 sidebar.team.month: Por mes\n\xa7 sidebar.team.tree: Archivos\n\xa7 sidebar.team.removedTree: Archivos eliminados\n\xa7 sidebar.team.files: Ficheros\n\xa7 sidebar.team.removedFiles: Archivos eliminados\n\xa7 sidebar.team.extension: Extensions\n\xa7 sidebar.team.tasks: Lista de tareas\n\xa7 sidebar.team.release: Releases\n\xa7 sidebar.team.hours: Horario\n\xa7 sidebar.team.commits: All commits\n\xa7 sidebar.team.changes: Todos los cambios\n\xa7 sidebar.team.words: Palabras populares\n\xa7 sidebar.team.building: Concurso\n\xa7 sidebar.team.settings: Ajustes\n\xa7 sidebar.person.total: Informaci\xf3n general\n\xa7 sidebar.person.money: Costo del trabajo\n\xa7 sidebar.person.speed: Velocidad\n\xa7 sidebar.person.day: Por d\xedas\n\xa7 sidebar.person.week: Por semana\n\xa7 sidebar.person.month: Por mes\n\xa7 sidebar.person.tasks: Tasks\n\xa7 sidebar.person.hours: Horario\n\xa7 sidebar.person.commits: All commits\n\xa7 sidebar.person.changes: Todos los cambios\n\xa7 sidebar.person.words: Palabras populares\n\xa7 sidebar.person.settings: Ajustes\n",'\n\xa7 recommendations.modal.cancel: Ok\n\xa7 recommendations.modal.open: More\n\xa7 recommendations.title\nRecommendations and facts\n\n\xa7 recommendations.timestamp.firstCommit.description\nmade the first commit\n\nDay of the Week: $1\n\n\xa7 recommendations.timestamp.lastCommit.description\nmade the last commit\n\nDay of the Week: $1\n\n\xa7 recommendations.timestamp.common.title: $1 days\n\xa7 recommendations.timestamp.allDays.description: from the first to the last commit (including weekends and holidays).\n\xa7 recommendations.timestamp.lossesDays.description: days without commits, even considering weekends, vacation, and public holidays.\n\xa7 recommendations.timestamp.weekendDays.description\nworking on weekends\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- employees burn out faster;\n\n\xa7 recommendations.timestamp.regularWeekendWord.title: Regular Overtime\n\xa7 recommendations.timestamp.sometimeWeekendWord.title: Occasional overtime\n\xa7 recommendations.timestamp.weekendWord.description\nIt might be advisable to change the project manager, analyst, and architect.\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- the quality of the product is usually low;\n- some employees resign;\n- new errors emerge due to the rush;\n\n# Most likely:\n- deadlines were incorrectly estimated at the beginning;\n- technical specifications are missing;\n- weak analytics;\n- weak architecture (no architect was hired, and the team consists of mid-level developers);\n- started writing code first, then planning;\n- lack of proper processes to understand mistakes;\n\n\xa7 recommendations.timestamp.neverWeekendWord.title: Usually Without Overtime\n\xa7 recommendations.timestamp.neverWeekendWord.description\nBut sometimes it happens.\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- employees burn out faster;\n\n\xa7 recommendations.scope.parallelism.not.title\nNo parallel work\n\n\xa7 recommendations.scope.parallelism.not.description\nany feature at any given time is done by one person.\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is less than 1.3, we consider that there is usually no parallel work within most features;\n\n# Why this is bad:\n- increases bus factor;\n- employees develop more slowly;\n- difficult to properly check an employee\'s work;\n\n# Why this is good:\n- experts emerge who are deeply immersed in the subject area and can offer more quality solutions;\n- most likely there are no merge conflicts;\n- the project can quickly develop in different directions simultaneously;\n\n\xa7 recommendations.scope.parallelism.has.title\nSome Work Done in Parallel\n\n\xa7 recommendations.scope.parallelism.has.description\nSometimes a feature is worked on simultaneously by several people.\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is from 1.3 to 2.0, we consider that some of the work within different features is sometimes done in parallel;\n\n\xa7 recommendations.scope.parallelism.every.title\nParallel Work\n\n\xa7 recommendations.scope.parallelism.every.description\nany feature at any given time is worked on by several people\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is more than two, we consider that most of the work within different features is usually done in parallel;\n\n\xa7 recommendations.scope.money\nthis is the estimated cost for the work on this project.\n\n# Calculation method:\n- person-days spent on development are multiplied by the individual salaries of the developers;\n\nTo change the salary of each developer for a more accurate total, go to the "Settings" section.\n\n# Is this too much or too little?\nTo answer this question, consider the following:\n- Could a ready-made solution have been purchased for this amount of money?\n- Could a better product have been developed for this amount of money?\n\nIf the answer to both questions is "yes," then perhaps developing from scratch was not worth the money spent.\n \n\xa7 recommendations.scope.bus.everyHasOne.title\nBus factor = 1\n\n\xa7 recommendations.scope.bus.everyHasOne.description\nMost features are deeply understood by only one person.\nIt\'s necessary to rotate people.\n\n# Why this is bad:\n- if employees resign, it will be difficult to continue their work;\n- it\u2019s impossible to control the quality of their code;\n\n# How the sample is chosen:\n- more than 80% of commits in a feature are made by one person;\n- the project has more than 60% of such features;\n\n\xa7 recommendations.scope.bus.oneMaintainer\none person is deeply involved in a feature.\n\n# Why this is bad:\n- if they resign, it will be hard to continue development;\n- the quality of code-review decreases;\n- it\u2019s difficult to parallelize development when needed;\n\n# How the sample is chosen:\n- more than 80% of commits in a feature are made by one person;\n\n\xa7 recommendations.scope.types.process.title\nPoor processes\n\n\xa7 recommendations.scope.types.process.description\nMost features contain one type of task.\n\n\xa7 recommendations.scope.types.one\nfeatures contain one type of task.\n\n\xa7 recommendations.scope.types.common\nIt\'s possible that developers are incorrectly signing commits or the manager is entering the same type of tasks.\n\n# Why this is important:\n- it\'s impossible to hand over support to another team;\n- it\'s impossible to release a "boxed" version;\n- strong dependence on specific developers;\n- a high number of errors and low code quality;\n- potential slowdown in development in the future;\n\n# The manager\'s mistake:\n- viewing the product only from the perspective of a "working demo";\n\n# What should be done:\n- tests;\n- bugs (identified through testing);\n- refactoring (as architecture may change);\n- documentation;\n- style revisions (as a result of focus group feedback);\n\n\xa7 recommendations.scope.plan.title\nDevelop a long-term plan\n\n\xa7 recommendations.scope.plan.description\ntaking architecture into account.\n\nThis plan should immediately focus on the most challenging tasks.\n\n# Why the lack of a plan is bad:\n- employees create a minimally viable version without planning for expansion points. After this, unscalable code is written, which slows down future features;\n\n# The manager\'s mistake:\n- they haven\'t shown how the product will develop further and where the growth points will be;\n\n# How it should be done:\n- a global product development plan is created;\n- a global architecture development plan is created (with developers and DBAs);\n- potential significant changes are discussed upfront at the schematic level;\n\n\xa7 recommendations.scope.cost.title\nEvaluate Investment in a Feature\n\n\xa7 recommendations.scope.cost.description\nin terms of potential profit.\n\nFeatures that are expensive to develop but bring little profit may need to be postponed or even canceled. This will make the project more commercially successful.\n\n\xa7 recommendations.author.lotOfLazy.title: Too little code: $1\n\xa7 recommendations.author.lotOfLazy.description\nShould they be fired?\n\n# Composition: \n- $1;\n\n# Answer the questions:\n- are they a team leader, architect, or analyst?\n- is this their primary project?\n- are there any dependencies on them?\n\n# Why it makes no sense to correct\nThe total costs for the developer are already more than the profit from their work.\nIf we believe that there were no objective hindrances to their work, then the person either does not want to work at all or is working on two projects simultaneously.\nFiring and replacing them with a new employee seems justified from a statistical point of view.\n\n\xa7 recommendations.author.manyLazy.title: Little code: $1\n\xa7 recommendations.author.manyLazy.description\nNeeds to be monitored.\n\n# Composition: \n- $1;\n\n# How the sample is chosen:\n- in test samples, a good programmer writes code for more than 80% of the time;\n- in this case, the indicator is between 60% and 80%;\n\n# How to monitor:\n- break tasks into 1..2 days;\n- ask for a status update every day;\n- ensure tasks are well defined and ready for development;\n- arrange pair programming to check actual speed;\n\n\xa7 recommendations.author.oneTypeMans\nreceives too many monotonous tasks of the same type. Risk of burnout.\n\n# Why this is important:\n- if an employee burns out, their work speed will decrease;\n- professional growth slows down;\n- the likelihood of resignation increases;\n\n# How the sample is chosen:\n- the type of task is determined for each commit;\n- if more than 70% of tasks are of the same type, it means the person is doing the same thing repeatedly;\n\n\xa7 recommendations.author.workToday.title: Working $1\n\xa7 recommendations.author.workToday.description\non the project at this moment.\n\n# Composition: \n- $1;\n\n# Why specifically them:\n- more than 50% of workdays;\n- have worked during the last 30 days;\n\n\xa7 recommendations.author.dismissed.title: Dismissed $1\n\xa7 recommendations.author.dismissed.description\nor worked for a short period.\n\n# Composition:\n- $1;\n\n# Why specifically them:\n- worked at a normal pace (apparently, this is their main repository);\n- no commits in the last month;\n- vacation usually lasts 14 days (their absence does not resemble a vacation);\n\n\xa7 recommendations.author.staff.title: Assisting $1\n\xa7 recommendations.author.staff.description\nPeople of other specializations who have committed something.\n\n# Composition: \n- $1;\n\n# Why specifically them:\n- this is not an open-source project;\n- workdays less than 15% of the total number;\n- modify roughly the same files;\n\n\xa7 recommendations.author.projectType.openSource.title\nOpen Project\n\n\xa7 recommendations.author.projectType.openSource.description\nthey do not work five days a week here.\n\nThe project may be closed, but this work pace is typical for open libraries on GitHub.\n\n# Assessment method:\n- statistics are taken for all active developers;\n- the average number of working days and days without commits is calculated;\n- for open-source libraries, working days are usually a maximum of 15..20%;\n\n# Consequences\nFor projects where work is not constant, many indicators do not make sense. Therefore, indicators like days without commits, speed, etc., will be hidden.\n\nTypically, such projects are assessed before starting the development of their own closed version. The most interesting indicators in this case are the probable cost and total development time.\n\n\xa7 recommendations.author.projectType.easy.title\nLight Workload\n\n\xa7 recommendations.author.projectType.easy.description\ntoo many days without commits.\n\nIt is necessary to understand why the team is not writing code.\n\n# Assessment method:\n- take statistics from all active developers;\n- calculate the average number of working days and days without commits;\n- workload is considered light if the percentage of days without commits is between 5% and 20%;\n\n# Possible reasons:\n- there are actually no tasks;\n- there are tasks, but they fit well with the current architecture;\n- developers are distracted by meetings;\n- the team is not working;\n\n# Solutions:\n- discuss the issue with the team;\n- reduce task granularity so that one or two tasks can be completed in a day;\n- introduce daily meetings to check the status of tasks;\n- arrange pair programming sessions to ensure that the developer can work faster;\n\n\xa7 recommendations.author.manager.title\nSet Deadlines\n\n\xa7 recommendations.author.manager.description\nEvery task should have a clear deadline.\n \nThis will prevent dragging out its completion for several days or weeks.\n\n# Indicators to check:\n- the number of days spent on one task by an employee;\n- the number of days waiting for PR merge (PR statistics page);\n\n\xa7 recommendations.author.shorTalk.title\nConduct Daily Meetings\n\n\xa7 recommendations.author.shorTalk.description\nthey help stay informed about the project.\n \nDo not stretch them by getting sidetracked on irrelevant topics.\n\n# Questions the employee should answer:\n- what was done;\n- what will be done;\n- are there any issues;\n\n# Interruptions should occur if:\n- they start describing minor details in-depth, which are not important;\n- they steer the conversation away from the original plan;\n\n# Why this is important:\nOften an employee who does nothing tries to avoid the answer by telling a bunch of unnecessary details of their work. This lulls the participants\' attention and stretches the time for a response. It creates an impression that they are busy, even though there was no actual work done.\n\n\xa7 recommendations.author.ipr.title\nDevelop a Training Plan\n\n\xa7 recommendations.author.ipr.description\nfor each employee.\n\n*Individual training plan* is a list of goals and tasks that help a person develop in a certain area.\n\n# How to create a plan:\n- create a competency matrix;\n- identify which competencies have the least knowledge and experience;\n- find out which of these competencies are of interest to the employee;\n- come up with 3..5 goals within each such competency for the next six months or a year;\n- try to do something every month to achieve one goal;\n- remind every month about the overall plan to achieve these goals;\n\n# Does a manager need a plan?\nYes, the manager should also make a plan for themselves. If there is no higher-level manager, they should self-assess.\n\n# Why this is important:\n- employees become more loyal to the company;\n- you get more qualified personnel for the same money;\n\n\xa7 recommendations.author.oneToOne.title\nConduct One-on-One Meetings Every Month\n\n\xa7 recommendations.author.oneToOne.description\nit helps to identify problems at an early stage.\n\n*One-to-one* is a regular personal meeting of a manager with a subordinate. Such meetings typically discuss everything important to the employee, what concerns them, and what they can share with the manager in private.\n\n# Why this is important:\n- easy to find out who is overburdened and who has free time;\n- possible to prevent employee burnout;\n- quick feedback can be obtained about processes that you might not notice;\n- trust is built, making employees more loyal to the company;\n- increases employee motivation and engagement;\n\n\xa7 recommendations.author.club.title\nGo to a Bar\n\n\xa7 recommendations.author.club.description\nonce a month or two.\n\nThis will help build informal communication within the team and bring the team together, even if the interaction is brief.\n\n# Why this is important:\n- quick feedback can be obtained about processes that you might not notice;\n- trust is built, making employees more loyal to the company;\n- increases employee engagement;\n\n\xa7 recommendations.hour.onlyWork.title: No Weekends Here\n\xa7 recommendations.hour.onlyWork.description: The project manager should probably be fired.\n\xa7 recommendations.hour.weekends.title: Working on Weekends\n\xa7 recommendations.hour.weekends.description: The project manager should probably be checked.\n\xa7 recommendations.hour.easy.title: There Are Problems\n\xa7 recommendations.hour.easy.description: There are likely crunch times and work is needed on weekends.\n\xa7 recommendations.week.lazyDays.down.title: Fewer Absences\n\xa7 recommendations.week.lazyDays.down.description: this indicator has dropped over the last three weeks\n\xa7 recommendations.week.lazyDays.up.title: More Absences\n\xa7 recommendations.week.lazyDays.up.description: no tasks or stricter control is needed\n\xa7 recommendations.week.notWork.title: Consistently Underperforms\n\xa7 recommendations.week.notWork.description: as every week the code is not 100% of the time\n\xa7 recommendations.week.upWork.title: Consistently Overworks\n\xa7 recommendations.week.upWork.description: as every week code is written on weekend days\n\xa7 recommendations.week.task.up.title: Productivity is growing\n\xa7 recommendations.week.task.up.description: or tasks have become too small. Need to check. If granularity is the same - reinforce the result.\n\xa7 recommendations.week.task.lazyMaintainer.description: consistently leads in absences. Fire?\n\xa7 recommendations.week.task.down.title: Productivity is Falling\n\xa7 recommendations.week.task.down.description\nor tasks are poorly split. Need to check. If granularity is the same - take control.\n\n# Assessment method:\n- the number of tasks per day that are being worked on has been steadily decreasing over the last three weeks.\n\n# Possible errors:\n- tasks could have been more complex than they seemed;\n- tasks could have had a large volume of work (need to check if the number of changes is also decreasing during this period)\n\n\xa7 recommendations.type.everyHasOne.title: Not signing task types\n\xa7 recommendations.type.everyHasOne.description: Most task types are done by one person.\n\xa7 recommendations.type.oneMaintainer.title: Narrow Specialization\n\xa7 recommendations.type.oneMaintainer.description\nmost tasks of one type are done by the same people.\n\n# Task types:\n\n\xa7 recommendations.type.common\n# It might not be the case\n\nMake sure that other employees correctly sign commits.\n\nSteps to ensure this:\n- set up a pre-commit check for commit messages;\n- explain to the team the need to indicate the type;\n- check in new branches that employees follow this rule;\n\n# If it is indeed the case\n\nYou have set up checks and ensured that the same employee does tasks of the same type.\n\nWhy this is bad:\n- their resignation will halt a whole bunch of processes;\n- it reduces the competence of other team members;\n- difficult to understand their edits at a higher level;\n\nHow to fix this:\n- distribute different types of tasks evenly;\n- change the area of work (tests, documentation, bugs) among employees every sprint;\n\n\xa7 recommendations.type.fewTypes.title\nThis is a local product\n\n\xa7 recommendations.type.fewTypes.description\nfor a specific customer or problem.\n\n# Signs of a "global" product:\n- localization;\n- documentation;\n- a large volume of tests;\n- visual customization;\n- refactoring of bottlenecks;\n- etc.\n\n# Why this product looks like a "local" one:\n- each "global" sign will be outweighed by its type of task;\n- the more "global" signs, the more likely a "global" product;\n\nIn this case, we see a small number of types, which likely indicates shortcomings that prevent the product from being easily scaled to the global market and sold in other countries.\n\n# It might not be the case\nBased on file types, we can assume the type of program (website, server application, DevOps scripts, etc.). For a frontend application, our hypothesis will be more accurate than for DevOps scripts, which might just be a micro-module of initialization.\n\n\xa7 recommendations.type.diff.title\nSplit the popular type into subtypes\n\n\xa7 recommendations.type.diff.description\nto detail errors.\n\nTypically, the task type labeled "bug fixing" is leading. This makes the statistics weakly detailed.\n\n*If you encounter this situation*, you can break down this type into subtypes (e.g., based on the location of detection).\n\nConsider several options for subtypes:\n- fix_dev (error detected during development);\n- fix_test (error detected during testing);\n- fix (error detected in production);\n\n\xa7 recommendations.type.buddy.title\nAccumulate minor tasks\n\n\xa7 recommendations.type.buddy.description\nfor new employees.\n\n# If a task is:\n- not important;\n- not big;\n- doesn\'t require deep immersion in the context;\n- more about refactoring than new code;\n\n# Put it in the backlog with the label "for beginners".\n\nWhen a new employee arrives, you will be able to immediately pull out a bunch of small and varied tasks for them to get acquainted with the project.\n\nAlso, if you have a lull in work, you can pull out one such minor task from the backlog.\n',"\n\xa7 page.settings.document.title: \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\n\xa7 page.settings.document.name: \u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b\n\xa7 page.settings.document.language: \u042f\u0437\u044b\u043a \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430\n\xa7 page.settings.document.depersonalize: Depersonalize the data\n\xa7 page.settings.links.title: \u041f\u0440\u0435\u0444\u0438\u043a\u0441\u044b \u0441\u0441\u044b\u043b\u043e\u043a\n\xa7 page.settings.links.task: \u0414\u043b\u044f \u043d\u043e\u043c\u0435\u0440\u043e\u0432 \u0437\u0430\u0434\u0430\u0447\n\xa7 page.settings.links.pr: \u0414\u043b\u044f PR\n\xa7 page.settings.user.title: \u0418\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\n\xa7 page.settings.user.notFound: \u0418\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u044b\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u043d\u0435\u0442. \u0414\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0432\u0441\u0435\u043c \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\u043c \u0432\u044b\u0447\u0438\u0441\u043b\u044f\u044e\u0442\u0441\u044f \u043f\u043e \u043e\u0431\u0449\u0438\u043c \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u043c.\n\xa7 page.settings.user.subTitle: \u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043a \u0442\u0440\u0443\u0434\u043e\u0432\u043e\u043c\u0443 \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0443 \u2116$1\n\xa7 page.settings.user.from: \u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f\n\xa7 page.settings.mailmap: \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 .mailmap\n\xa7 page.settings.common.title: \u041e\u0431\u0449\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0437\u0430\u0440\u043f\u043b\u0430\u0442\u0435\n\xa7 page.settings.common.type.title: \u0422\u0438\u043f \u0440\u0430\u0431\u043e\u0442\u044b \u043d\u0430\u0434 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u043c\n\xa7 page.settings.common.type.full: \u041f\u043e\u043b\u043d\u0430\u044f \u0437\u0430\u043d\u044f\u0442\u043e\u0441\u0442\u044c\n\xa7 page.settings.common.type.part: \u041f\u0440\u043e\u0435\u043a\u0442\u043d\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u0430\n\xa7 page.settings.common.salary: \u0417\u0430\u0440\u043f\u043b\u0430\u0442\u0430 \u0432 \u043c\u0435\u0441\u044f\u0446\n\xa7 page.settings.common.currency: \u0412\u0430\u043b\u044e\u0442\u0430\n\xa7 page.settings.common.workDaysInYear: \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0434\u043d\u0435\u0439 \u0432 \u0433\u043e\u0434\u0443\n\xa7 page.settings.common.vacationDaysInYear: \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0434\u043d\u0435\u0439 \u043e\u0442\u043f\u0443\u0441\u043a\u0430 \u0432 \u0433\u043e\u0434\n\xa7 page.settings.common.workDaysInWeek: \u0420\u0430\u0431\u043e\u0447\u0438\u0435 \u0434\u043d\u0438\n\xa7 page.settings.form.save: \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c\n\xa7 page.settings.form.cancel: \u041e\u0442\u043c\u0435\u043d\u0430\n\xa7 page.settings.form.remove: \u0423\u0434\u0430\u043b\u0438\u0442\u044c\n\xa7 page.settings.form.addEmployee: \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\n\xa7 page.settings.form.addContract: \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u0440\u0443\u0434\u043e\u0432\u043e\u0439 \u0434\u043e\u0433\u043e\u0432\u043e\u0440\n",'\n\xa7 page.welcome.step1: Ejecute el comando en la ra\xedz de su proyecto\n\xa7 page.welcome.step3: Arrastrais\n\xa7 page.welcome.step4: fichero log.txt a esta p\xe1gina\n\xa7 page.welcome.description: Git crear\xe1 un archivo log.txt. Contiene los datos para construir el informe. Ejecute el comando git shortlog -s -n -e \u0435si el informe no es necesario. Crear un archivo [.mailmap|https://git-scm.com/docs/gitmailmap] en la ra\xedz del proyecto para combinar las estad\xedsticas de los empleados.\n\xa7 page.welcome.warning1: El Servicio no ALMACENA ni TRANSMITE sus datos. Todos los c\xe1lculos se realizan en su computadora.\n\xa7 page.welcome.warning2: El Servicio no RECOPILA ESTAD\xcdSTICAS sobre proyectos. Puedes ver [c\xf3digo fuente|https://github.com/bakhirev/assayo].\n\xa7 page.common.words.title: Estad\xedsticas en palabras\n\xa7 page.common.words.description: la palabra m\xe1s popular. Se encuentra $1 veces.\n\xa7 page.common.commits.title: N\xfamero de commits por d\xeda\n\xa7 page.common.commits.description: ($1) el d\xeda m\xe1s productivo por n\xfamero de commits.\n\xa7 page.common.commits.title2: $1 commits hechas: $2\n\xa7 page.common.filter.allUsers: No tiene importancia\n\xa7 page.print.modal.title: Lo que imprimimos?\n\xa7 page.print.modal.page: P\xe1gina actual\n\xa7 page.print.modal.type: Secci\xf3n actual\n\xa7 page.print.modal.all: Todas las estad\xedsticas\n\xa7 page.print.modal.cancel: Cancelaci\xf3n\n\xa7 page.print.tableOfContents: Tabla\n\xa7 page.print.title: Informe del repositorio git\n\xa7 page.print.sub_title: \xab$1\xbb\n\xa7 page.print.description: Los datos para el informe se obtuvieron del historial de commits.\n\xa7 page.team.author.title: Estad\xedsticas de los empleados\n\xa7 page.team.author.description1: Parte de las estad\xedsticas (la velocidad del trabajo, el dinero gastado, etc.) para los empleados con el tipo de "Asistente" no cuenta, ya que no es un rol permanente en el proyecto. Su trabajo es insignificante y puede ser ignorado.\n\xa7 page.team.author.description2: La clasificaci\xf3n predeterminada es la clasificaci\xf3n por n\xfamero de tareas y grupos(empleados actuales, despedidos, ayudantes).\n\xa7 page.team.author.status: Status\n\xa7 page.team.author.firstCommit: First commit\n\xa7 page.team.author.lastCommit: Last\n\xa7 page.team.author.daysAll: Total days\n\xa7 page.team.author.types: Tipo de trabajo\n\xa7 page.team.author.commits: Commits\n\xa7 page.team.author.commitsSmall: commits\n\xa7 page.team.author.tasks: Tareas\n\xa7 page.team.author.tasksSmall: Tareas\n\xa7 page.team.author.workedLosses: D\xedas con y sin commits\n\xa7 page.team.author.worked: trabajo\n\xa7 page.team.author.losses: d\xedas sin commits\n\xa7 page.team.author.days: d\xeda\n\xa7 page.team.author.daysForTask: D\xedas por tarea\n\xa7 page.team.author.scopes: Elaboraci\xf3n definitiva\n\xa7 page.team.author.moneyAll: Dinero recibido\n\xa7 page.team.author.moneyWorked: Trabajo\n\xa7 page.team.author.moneyLosses: Sobrepago\n\xa7 page.team.author.type.work: works\n\xa7 page.team.author.type.dismissed: dismissed\n\xa7 page.team.author.type.staff: staff\n\xa7 page.team.hours.title: Distribuci\xf3n del trabajo cada d\xeda de la semana\n\xa7 page.team.month.title: Calendario del proyecto\n\xa7 page.team.month.first: (first work day)\n\xa7 page.team.month.last: (last work day)\n\xa7 page.team.scope.title: Estad\xedsticas de m\xf3dulos\n\xa7 page.team.scope.scope: Elaboraci\xf3n definitiva\n\xa7 page.team.scope.days: Siervo. d\xeda\n\xa7 page.team.scope.authorsDays: D\xedas-persona\n\xa7 page.team.scope.tasks: Tareas\n\xa7 page.team.scope.commits: Commits\n\xa7 page.team.scope.commitsSmall: commits\n\xa7 page.team.scope.types: Tipo de trabajo\n\xa7 page.team.scope.authors: Contribuci\xf3n personal\n\xa7 page.team.scope.cost: Costo\n\xa7 page.team.type.title: Estad\xedsticas por tipo de tarea\n\xa7 page.team.type.description: *Contribuci\xf3n personal* se considera por el n\xfamero de Commits, no por el volumen de l\xedneas o archivos modificados. Por lo tanto, tambi\xe9n debe ver la secci\xf3n "An\xe1lisis de archivos" para evaluar el alcance de los cambios\n\xa7 page.team.type.type: Tipo de trabajo\n\xa7 page.team.type.tasks: Tareas\n\xa7 page.team.type.tasksSmall: Tareas\n\xa7 page.team.type.days: D\xeda\n\xa7 page.team.type.daysSmall: D\xeda\n\xa7 page.team.type.authorsDays: D\xedas-persona\n\xa7 page.team.type.commits: Commits\n\xa7 page.team.type.authors: Contribuci\xf3n personal\n\xa7 page.team.total.titleA: Alcance\n\xa7 page.team.total.titleB: Costo\n\xa7 page.team.total.daysWorked.title: d\xedas-persona\n\xa7 page.team.total.daysWorked.description: Solo se tienen en cuenta los d\xedas en que se realizaron los commits\n\xa7 page.team.total.commits.title: commits\n\xa7 page.team.total.commits.description: Las ramas eliminadas no cuentan\n\xa7 page.team.total.daysLosses.title: d\xedas sin commits\n\xa7 page.team.total.daysLosses.description: Todos los d\xedas menos: vacaciones, fin de semana, vacaciones, d\xedas con commits\n\xa7 page.team.total.employment.title: empleado / despedido\n\xa7 page.team.total.employment.description: Si un empleado no ha hecho ning\xfan commit en un mes, se considera despedido\n\xa7 page.team.total.moneyAll.title: general\n\xa7 page.team.total.moneyAll.description: Costos totales de n\xf3mina\n\xa7 page.team.total.moneyWorked.title: real\n\xa7 page.team.total.moneyWorked.description: D\xedas efectivamente trabajados multiplicados por el salario promedio\n\xa7 page.team.total.moneyLosses.title: posible sobrepago\n\xa7 page.team.total.moneyLosses.description: D\xedas laborables pagados cuando no hubo commits\n\xa7 page.team.total.weekendPayment.title: trabajo de fin de semana\n\xa7 page.team.total.weekendPayment.description: Sobrepago total por trabajo de fin de semana\n\xa7 page.team.total.workSpeed.title: tareas por d\xeda\n\xa7 page.team.total.workSpeed.description: Velocidad media del equipo con la plantilla actual\n\xa7 page.team.total.moneySpeed.title: por mes\n\xa7 page.team.total.moneySpeed.description: Monto previsto de la n\xf3mina de sueldos en la plantilla actual, sin incluir impuestos ni costos asociados\n\xa7 page.team.total.description1: *D\xedas-persona* \u2014 es el trabajo de un empleado durante una jornada laboral. Por ejemplo, en un d\xeda calendario, un equipo de tres empleados emite una cantidad de trabajo de tres d\xedas-persona.\n\xa7 page.team.total.description2: *D\xedas de absentismo* solo se cuentan los d\xedas h\xe1biles en que se podr\xedan haber realizado commits. Fines de semana, d\xedas festivos y vacaciones no participan en el c\xe1lculo.\n\xa7 page.team.total.description3: Tarjeta *trabaja y se despide* muestra la composici\xf3n real de los empleados que participan constantemente en el trabajo. Aparte de eso, hay " ayudantes \u2014 - que son empleados, por lo general de otra Especializaci\xf3n, que a veces pueden hacer commits en un proyecto.\n\xa7 page.team.total.description4: *Pago excesivo* solo se cuentan los d\xedas h\xe1biles en que se podr\xedan haber realizado commits. Los fines de semana, d\xedas festivos y vacaciones no est\xe1n incluidos en el c\xe1lculo. \xa1Es por eso que el sobrepago + el costo real!= general. El costo total incluye el pago de fines de semana, d\xedas festivos y vacaciones.\n\xa7 page.team.total.description5: *Trabajo de fin de semana* se considera por el factor X2 del pago de un d\xeda normal. Lo anterior muestra exactamente el pago excesivo (X1), ya que el hecho de procesar en este contexto no es interesante. No estamos viendo la tasa de quema del presupuesto. Estamos viendo el sobrepago al aumentar la velocidad del trabajo.\n\xa7 page.team.tree.title: \xc1rbol de proyecto con filtros seleccionados\n\xa7 page.team.tree.filters.author: Empleado\n\xa7 page.team.tree.filters.commits: N\xfamero de commits\n\xa7 page.team.tree.filters.help: El n\xfamero m\xednimo de commits que hizo un empleado en el archivo\n\xa7 page.team.tree.filters.all: Todos los empleados\n\xa7 page.team.tree.add: Quien ha a\xf1adido\n\xa7 page.team.tree.change: Quien cambi\xf3\n\xa7 page.team.tree.remove: Qui\xe9n borr\xf3\n\xa7 page.team.tree.line: filas\n\xa7 page.team.tree.linesAdded: agregaron\n\xa7 page.team.tree.linesChanged: changed\n\xa7 page.team.tree.linesRemoved: cambiaron\n\xa7 page.team.day.commits: Commits\n\xa7 page.team.day.activity: Activity\n\xa7 page.team.week.title: Estad\xedsticas semanales\n\xa7 page.team.week.date: Fecha\n\xa7 page.team.week.numberTasks: N\xfamero de tareas\n\xa7 page.team.week.people: N\xfamero de personas\n\xa7 page.team.week.line: Cambiar filas\n\xa7 page.team.week.days: D\xedas con y sin commits\n\xa7 page.team.week.lossesDetails: \xbfQui\xe9n no commits\n\xa7 page.team.week.add: agregaron\n\xa7 page.team.week.change: cambiaron\n\xa7 page.team.week.remove: eliminaron\n\xa7 page.team.week.hasCommits: fueron commits\n\xa7 page.team.week.hasNotCommits: no hubo commits\n\xa7 page.team.week.days: d\xeda\n\xa7 page.team.week.tasks: tareas\n\xa7 page.team.pr.task: Tarea\n\xa7 page.team.pr.tasks: tareas\n\xa7 page.team.pr.firstCommitTime: Primer commits\n\xa7 page.team.pr.lastCommitTime: Last\n\xa7 page.team.pr.workDays: Average time spent working on a task\n\xa7 page.team.pr.delayDays: Average time of the PR review\n\xa7 page.team.pr.all.workDays: Time spent working on a task\n\xa7 page.team.pr.all.delayDays: Time of the PR review\n\xa7 page.team.pr.middleTimeRelease: The ratio of development time to review time\n\xa7 page.team.pr.chart.1day: day\n\xa7 page.team.pr.chart.3day: three days\n\xa7 page.team.pr.chart.7day: week\n\xa7 page.team.pr.chart.14day: two weeks\n\xa7 page.team.pr.chart.30day: month\n\xa7 page.team.pr.chart.more: more\n\xa7 page.team.pr.commits: commits\n\xa7 page.team.pr.date: Date of injection\n\xa7 page.team.pr.mergeAuthor: I poured it in\n\xa7 page.team.pr.author: Employee\n\xa7 page.team.pr.work: development\n\xa7 page.team.pr.delay: expectation\n\xa7 page.team.pr.days: days\n\xa7 page.team.pr.oneTaskDays: Time spent on one task\n\xa7 page.team.pr.description1: *Development time* this is the time difference from the first to the last commits for the task. It doesn\'t matter if there were breaks of several days between commits or not. The very fact of any commits increases the time.\n\xa7 page.team.pr.description2: *Waiting time* this is the time between the last commit and the code injection. It shows the actual idle waiting for something.\n\xa7 page.team.pr.description3: *Why display the development time* without a breakdown into coding and code review? Then, to show the business the actual delivery time of the code. The expectation of testing, comments on the review, DevOps problems and other imperfections of the process are already laid down in this period.\n\xa7 page.team.pr.statByAuthors: Employee statistics\n\xa7 page.team.pr.longDelay: Long wait for infusion\n\xa7 page.team.tasks.task: Task\n\xa7 page.team.tasks.author: The author of the first commits\n\xa7 page.team.tasks.from: The first commits\n\xa7 page.team.tasks.to: Last commits\n\xa7 page.team.tasks.daysInWork: Days in the work\n\xa7 page.team.tasks.commits: Number of commits\n\xa7 page.team.tasks.pr: Date of injection\n\xa7 page.team.tasks.prAuthor: I poured it in\n\xa7 page.team.tasks.prDelayDays: Days of waiting for the infusion\n\xa7 page.team.tasks.comments: Comments\n\xa7 page.team.extension.extension: File extensions\n\xa7 page.team.extension.type: File sub types\n\xa7 page.team.extension.name: Type\n\xa7 page.team.extension.path: Path\n\xa7 page.team.extension.current.count: Number\n\xa7 page.team.extension.removed.count: Number of removed\n\xa7 page.team.extension.files: files\n\xa7 page.team.release.title: Release\n\xa7 page.team.release.from: Created date\n\xa7 page.team.release.to: Delivery date\n\xa7 page.team.release.prLength: Tasks\n\xa7 page.team.release.delay: Preparation days\n\xa7 page.team.release.waiting: Days of waiting for next release\n\xa7 page.person.print.photo.title: Photo\n\xa7 page.person.print.photo.description: a place for a photo\n\xa7 page.person.total.title: Main Features\n\xa7 page.person.total.daysWorked.title: working days\n\xa7 page.person.total.daysWorked.description: Only the days on which commits were made are taken into account\n\xa7 page.person.total.tasks.title: tasks\n\xa7 page.person.total.tasks.description: If the commits are signed correctly\n\xa7 page.person.character.title: Character\n\xa7 page.person.achievement.title: Progress\n\xa7 page.person.achievement.positive: Positive\n\xa7 page.person.achievement.normal: Neutral\n\xa7 page.person.achievement.negative: Negative\n\xa7 page.person.achievement.description: Cuantos m\xe1s logros negativos tenga un empleado, m\xe1s probable es que la situaci\xf3n no sea est\xe1ndar. Puede que valga la pena cambiar su modo de trabajo, tareas o informes. Debe hablar con \xe9l y averiguar qu\xe9 problemas interfieren con su trabajo.\n\xa7 page.person.gets.title: Geta Capturado:\n\xa7 page.person.gets.description: \xabGeta Capturado\xbb in this case, it means leaving commits to the task with the "beautiful" number first.\n\xa7 page.person.business.days.title: working days\n\xa7 page.person.business.days.description: Only the days on which commits were made are taken into account\n\xa7 page.person.business.tasks.title: tasks\n\xa7 page.person.business.tasks.description: If commits are signed correctly\n\xa7 page.person.business.losses.title: days without commits\n\xa7 page.person.business.losses.description: All days minus: holidays, weekends, vacations, days with commits\n\xa7 page.person.business.commits.title: commits\n\xa7 page.person.business.commits.description: Deleted branches don\'t count\n\xa7 page.person.business.time.description: Time from the first to the last commits (including non-working days)\n\xa7 page.person.business.time.title: Days on the project:\n\xa7 page.person.business.time.dismissed: (Progreso)\n\xa7 page.person.business.time.staff: (Not in the team)\n\xa7 page.person.business.achievements: Progreso\n\xa7 page.person.changes.title: Progreso\n\xa7 page.person.changes.description: \nEn algunos tipos de formato, git marca las l\xedneas como "eliminadas" y "agregadas", cuando en realidad se han "modificado". Entonces, si has hecho mucha refactorizaci\xf3n,\ngit puede Mostrar una peque\xf1a cantidad de cambios en las estad\xedsticas, y el resultado real se marcar\xe1 como un salto en las l\xedneas "eliminado" y "agregado"\n\xa7 page.person.changes.description: The list of commits and the number of changes to them for that day:\n\xa7 page.person.commits.title: Lista de commits:\n\xa7 page.person.money.title.total: Durante todo este tiempo \ud83d\udc4c\ufe0f\n\xa7 page.person.money.title.middle: Average cost\n\xa7 page.person.money.moneyAll.title: received\n\xa7 page.person.money.moneyAll.description: Estimated amount of the PO from the project (see settings)\n\xa7 page.person.money.moneyWorked.title: worked out\n\xa7 page.person.money.moneyWorked.description: Actual days worked multiplied by the average po\n\xa7 page.person.money.moneyLosses.title: possible overpayment\n\xa7 page.person.money.moneyLosses.description: Days without commits multiplied by the average po\n\xa7 page.person.money.tasks.title: task\n\xa7 page.person.money.tasks.description: The number of closed tasks to the cost of the day\n\xa7 page.person.money.commits.title: commits\n\xa7 page.person.money.commits.description: The number of commits to the cost of the working day\n\xa7 page.person.speed.task: One task on average is\n\xa7 page.person.speed.max: Velocidad m\xe1xima por d\xeda\n\xa7 page.person.speed.days.title: d\xedas\n\xa7 page.person.speed.days.description: This means working days if the commits are signed correctly\n\xa7 page.person.speed.commits.title: commits\n\xa7 page.person.speed.commits.description: 10% of the maximum and minimum values were cut off\n\xa7 page.person.speed.line.title: lines of code\n\xa7 page.person.speed.line.description: 10% of the maximum and minimum values were cut off\n\xa7 page.person.speed.tasks.title: tasks\n\xa7 page.person.speed.tasks.description: The task may not be completed, but the work on it should be\n\xa7 page.person.speed.maxCommits.title: commits\n\xa7 page.person.speed.maxCommits.description: The task may not be completed, but the work on it should be\n\xa7 page.person.hours.title: Distribution of commits during each day of the week\n\xa7 page.person.week.date: Date\n\xa7 page.person.week.tasks: Number of tasks\n\xa7 page.person.week.workDays: Days with commits\n\xa7 page.person.week.taskInDay: Tasks per day\n\xa7 page.person.week.days: days\n\xa7 page.person.week.workDay: entresemana\n\xa7 page.person.week.weekends: d\xeda de descanso\n\xa7 page.sponsor.title: Please, support this project\n\xa7 page.sponsor.share.description: Tell about our [project|https://github.com/bakhirev/assayo] on social networks! You can share [article|https://habr.com/ru/articles/763342/], [post|https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/] or make a video review.\n\xa7 page.sponsor.share.button: Copy the link\n\xa7 page.sponsor.money.description: We will be glad if you support us with any amount! All funds will be used for the further development of the project.\n\xa7 page.sponsor.money.qr: One-time payment (only Russia)\n\xa7 page.sponsor.money.github: GitHub Sponsor\n'].join(""),Ee=["\n\xa7 achievements.commitsAfter1500.title: Owl\n\xa7 achievements.commitsAfter1500.description: 70% of commits after 3:00 PM\n\xa7 achievements.commitsBefore1500.title: Early bird\n\xa7 achievements.commitsBefore1500.description: 70% of commits before noon\n\xa7 achievements.workEveryTime.title: Devoted worker\n\xa7 achievements.workEveryTime.description: a commit for every hour of the day\n\xa7 achievements.workNotWork.title: Shooting blanks\n\xa7 achievements.workNotWork.description: commits are there, but no tasks are closed\n\xa7 achievements.userNotWork.title: Fly-by\n\xa7 achievements.userNotWork.description: this is not their main project\n\xa7 achievements.userIsDied.title: Dead soul\n\xa7 achievements.userIsDied.description: worked, but resigned\n\xa7 achievements.lessTasks.title: Came and went\n\xa7 achievements.lessTasks.description: least closed tasks\n\xa7 achievements.moreTasks.title: Father says well done\n\xa7 achievements.moreTasks.description: most closed tasks\n\xa7 achievements.everyMessageLong.title: Master of eloquence\n\xa7 achievements.everyMessageLong.description: consistently the longest commit messages\n\xa7 achievements.everyMessageShort.title: Talkative, a spy's dream\n\xa7 achievements.everyMessageShort.description: consistently, the shortest commit messages\n\xa7 achievements.shortestName.title: Size doesn't matter\n\xa7 achievements.shortestName.description: shortest name\n\xa7 achievements.longestName.title: Azim Aziz Il Am Kadir Imran II\n\xa7 achievements.longestName.description: longest name\n\xa7 achievements.moreCommits.title: Backup master\n\xa7 achievements.moreCommits.description: most commits\n\xa7 achievements.lessCommits.title: Rare but Precise\n\xa7 achievements.lessCommits.description: least commits\n\xa7 achievements.oneCommitOneTask.title: Right on target\n\xa7 achievements.oneCommitOneTask.description: on average one commit per task\n\xa7 achievements.moreLazyDays.title: With you in spirit\n\xa7 achievements.moreLazyDays.description: most days without commits\n\xa7 achievements.lessLazyDays.title: Papa carlo\n\xa7 achievements.lessLazyDays.description: least days without commits\n\xa7 achievements.zeroLazyDays.title: Not a single break\n\xa7 achievements.zeroLazyDays.description: not a single day without commits\n\xa7 achievements.moreWorkDays.title: Valuable employee\n\xa7 achievements.moreWorkDays.description: most working days\n\xa7 achievements.moreScopes.title: Startuper\n\xa7 achievements.moreScopes.description: completed the most features\n\xa7 achievements.lessScopes.title: Dandy\n\xa7 achievements.lessScopes.description: completed the fewest features\n\xa7 achievements.moreDaysForTask.title: Snail on the slope\n\xa7 achievements.moreDaysForTask.description: tasks take longer than others\n\xa7 achievements.more2DaysForTask.title: Slow and steady\n\xa7 achievements.more2DaysForTask.description: more than two days per task\n\xa7 achievements.moreDaysInProject.title: Old-timer\n\xa7 achievements.moreDaysInProject.description: most days in the project\n\xa7 achievements.lessDaysInProject.title: And who is this?\n\xa7 achievements.lessDaysInProject.description: least days in the project\n\xa7 achievements.more90DaysInProject.title: Welcome aboard\n\xa7 achievements.more90DaysInProject.description: not fired during the probation period\n\xa7 achievements.lessDaysForTask.title: Fast shooting\n\xa7 achievements.lessDaysForTask.description: a task takes less than a day\n\xa7 achievements.adam.title: Adam\n\xa7 achievements.adam.description: the first stable employee on the project\n\xa7 achievements.more666DaysInProject.title: Devil\n\xa7 achievements.more666DaysInProject.description: worked 666 days on the project\n\xa7 achievements.more777DaysInProject.title: Las Vegas\n\xa7 achievements.more777DaysInProject.description: worked 777 days on the project\n\xa7 achievements.moreRefactoring.title: Executive editor\n\xa7 achievements.moreRefactoring.description: made the most 'refactoring' tags\n\xa7 achievements.longestMessage.title: So many conversations...\n\xa7 achievements.longestMessage.description: the longest commit message of all time\n\xa7 achievements.moreTasksInDay.title: Speed racer\n\xa7 achievements.moreTasksInDay.description: record for the number of tasks closed in a day\n\xa7 achievements.hasCommitFrom0to7.title: Night watch\n\xa7 achievements.hasCommitFrom0to7.description: a commit for every hour of the night\n\xa7 achievements.noCommitOnDay.title: Technical break\n\xa7 achievements.noCommitOnDay.description: there is a certain hour and day in working time when never commits\n\xa7 achievements.hasCommitEveryTime.title: Died at work\n\xa7 achievements.hasCommitEveryTime.description: a commit for every hour of each day (including weekends)\n\xa7 achievements.commitsAfter1800.title: Business Time\n\xa7 achievements.commitsAfter1800.description: no commits after 6:00 PM\n\xa7 achievements.moreFix.title: Bug hunter\n\xa7 achievements.moreFix.description: most closed bugs\n\xa7 achievements.lessWorkDays.title: Count me out\n\xa7 achievements.lessWorkDays.description: least working days\n\xa7 achievements.moreCreateCode.title: Creator\n\xa7 achievements.moreCreateCode.description: tends to add code more than others\n\xa7 achievements.moreRemoveCode.title: Destroyer\n\xa7 achievements.moreRemoveCode.description: tends to remove code more than others\n\xa7 achievements.moreChangeCode.title: Reformer\n\xa7 achievements.moreChangeCode.description: tends to change code more than others\n\xa7 achievements.moreStyle.title: Fashion police\n\xa7 achievements.moreStyle.description: tends to change CSS more than others\n\xa7 achievements.moreOnHoliday.title: No life\n\xa7 achievements.moreOnHoliday.description: relatively many commits in non-working hours\n\xa7 achievements.morePRMerge.title: Show me your pass\n\xa7 achievements.morePRMerge.description: more often than others, presses the \"Merge\" button for PR\n\xa7 achievements.longWaitPR.title: Tomorrow 100% be merge\n\xa7 achievements.longWaitPR.description: created PR that waited more than a month on the review\n\xa7 achievements.moreLongWaitPR.title: A long time ago in a galaxy far, far away\n\xa7 achievements.moreLongWaitPR.description: created PR that has been waiting for a review the longest\n\xa7 achievements.oneExtension.title: My name is LEGION\n\xa7 achievements.oneExtension.description: only this man works with files of a certain extension\n\xa7 achievements.fileRush.title: Zerg Rush\n\xa7 achievements.fileRush.description: created the most files in the project\n\xa7 achievements.moreLintHint.title: Grammar Nazi\n\xa7 achievements.moreLintHint.description: more than anyone created or changed the code-style rules\n\xa7 achievements.moreReadMe.title: Chronicler\n\xa7 achievements.moreReadMe.description: more than anyone created or modified MD files\n\xa7 achievements.moreDevOps.title: DevOps\n\xa7 achievements.moreDevOps.description: more than anyone created or modified files for CI/CD\n\xa7 achievements.moreTests.title: Tester\n\xa7 achievements.moreTests.description: more than anyone created or modified files for testing\n\xa7 achievements.allRelease.title: Full house\n\xa7 achievements.allRelease.description: there is a release compiled only from his tasks\n\xa7 achievements.firstCommit.title: First come, first served\n\xa7 achievements.firstCommit.description: first commit on the project\n\xa7 achievements.lastCommit.title: I've finished\n\xa7 achievements.lastCommit.description: last commit on the project\n\xa7 achievements.firstLastCommit.title: From beginning to end\n\xa7 achievements.firstLastCommit.description: first and last commit on the project\n\xa7 achievements.longFilePath.title: Deep cellar\n\xa7 achievements.longFilePath.description: the first created the file with the deepest directory\n\xa7 achievements.longFileName.title: Size matters\n\xa7 achievements.longFileName.description: created the file with the longest name\n\xa7 achievements.workOnWeekends.title: Work not walk\n\xa7 achievements.workOnWeekends.description: at least once worked on weekends\n\xa7 achievements.removeCreateFile.title: Dig out the stewardess\n\xa7 achievements.removeCreateFile.description: recover removed file\n\xa7 achievements.renameFile.title: Astana Nur-Sultan Astana\n\xa7 achievements.renameFile.description: rename file and rollback\n\xa7 achievements.longTask.title: Easy task\n\xa7 achievements.longTask.description: worked on task more than three months\n\xa7 achievements.haveNotEmail.title: Mailman\n\xa7 achievements.haveNotEmail.description: empty email field in git config\n\xa7 achievements.moreAddedFolders.title: Director \n\xa7 achievements.moreAddedFolders.description: created the most directories\n\xa7 achievements.horoscope1.title: Mercury Retrograde for Capricorn\n\xa7 achievements.horoscope2.title: Mercury Retrograde for Aquarius\n\xa7 achievements.horoscope3.title: Mercury Retrograde for Pisces\n\xa7 achievements.horoscope4.title: Mercury Retrograde for Aries\n\xa7 achievements.horoscope5.title: Mercury Retrograde for Taurus\n\xa7 achievements.horoscope6.title: Mercury Retrograde for Gemini\n\xa7 achievements.horoscope7.title: Mercury Retrograde for Cancer\n\xa7 achievements.horoscope8.title: Mercury Retrograde for Leo\n\xa7 achievements.horoscope9.title: Mercury Retrograde for Virgo\n\xa7 achievements.horoscope10.title: Mercury Retrograde for Libra\n\xa7 achievements.horoscope11.title: Mercury Retrograde for Scorpio\n\xa7 achievements.horoscope12.title: Mercury Retrograde for Sagittarius\n\xa7 achievements.horoscope1.description: by the month of the first commit\n\xa7 achievements.horoscope2.description: by the month of the first commit\n\xa7 achievements.horoscope3.description: by the month of the first commit\n\xa7 achievements.horoscope4.description: by the month of the first commit\n\xa7 achievements.horoscope5.description: by the month of the first commit\n\xa7 achievements.horoscope6.description: by the month of the first commit\n\xa7 achievements.horoscope7.description: by the month of the first commit\n\xa7 achievements.horoscope8.description: by the month of the first commit\n\xa7 achievements.horoscope9.description: by the month of the first commit\n\xa7 achievements.horoscope10.description: by the month of the first commit\n\xa7 achievements.horoscope11.description: by the month of the first commit\n\xa7 achievements.horoscope12.description: by the month of the first commit\n\xa7 achievements.111.description: test\n","\n\xa7 uiKit.console.button: Copier\n\xa7 uiKit.console.notification: Texte copi\xe9\n\xa7 uiKit.dataLoader.page: Page\n\xa7 uiKit.dataLoader.size: Affich\xe9 par\n\xa7 uiKit.dataLoader.rows: lines.\n\xa7 uiKit.dataLoader.from: de\n\xa7 uiKit.dataLoader.all: Afficher tout\n\xa7 uiKit.hoursChart.work: temps de travail standard (Les jours ouvrables de 07h00 \xe0 20h00)\n\xa7 uiKit.hoursChart.weekend: Jours ou heures avant/apr\xe8s les jours ouvrables\n\xa7 uiKit.hoursChart.days: La somme des commits au cours de tout le temps un certain jour et une certaine heure\n\xa7 uiKit.page.remove: Supprimer\n\xa7 uiKit.nothingFound.common.title: Il n\u2019y a pas ou pas assez de donn\xe9es pour afficher.\n\xa7 uiKit.nothingFound.common.description: Le syst\xe8me traite plus de donn\xe9es si les commits sont sign\xe9s au format [Git commit message convention|https://www.conventionalcommits.org/en/v1.0.0/]. Mod\xe8le:\n\xa7 uiKit.nothingFound.common.console: Num\xe9ro_adresse type(modules): explication\n\xa7 uiKit.nothingFound.common.example: Par exemple:\n\xa7 uiKit.nothingFound.staff.title: Il n & apos; y a pas de donn\xe9es sur ce fonctionnaire.\n\xa7 uiKit.nothingFound.staff.description1:\nIl a apport\xe9 des modifications pas tous les jours ouvrable. Par cons\xe9quent, il a re\xe7u le statut \xabAssistant\xbb.\nLa statistique du collaborateur avec ce statut peut ne pas \xeatre prise en compte. Son impact est insignifiant.\n\xa7 uiKit.nothingFound.staff.description2:\nLe syst\xe8me ne calcule pas pour lui plusieurs indicateurs.\nSi c\u2019est une erreur et que la statistique pour ce collaborateur doit \xeatre prise en compte, acc\xe9dez \xe0 la section \u201cParam\xe8tres\u201d et modifiez son type.\n\xa7 common.title: Git statistique\n\xa7 common.filters: Filtres\n\xa7 common.notifications.save: Modifications enregistr\xe9es\n\xa7 common.notifications.setting: Param\xe8tres enregistr\xe9s\n\xa7 common.fileLoader.notification: Cant open file $1\n","\n\xa7 sidebar.switch.team: \xc9quipe\n\xa7 sidebar.switch.person: Employ\xe9\n\xa7 sidebar.buttons.settings: R\xe9glages\n\xa7 sidebar.buttons.print: Impression\n\xa7 sidebar.buttons.share: Share\n\xa7 sidebar.buttons.logout: Logout\n\xa7 sidebar.filters.all: \xe0 toute heure\n\xa7 sidebar.filters.year: ann\xe9e\n\xa7 sidebar.filters.halfYear: demi-ann\xe9e\n\xa7 sidebar.filters.month: mois\n\xa7 sidebar.filters.week: semaine\n\xa7 sidebar.team.total: Informations g\xe9n\xe9rales\n\xa7 sidebar.team.scope: modules\n\xa7 sidebar.team.author: Employ\xe9s\n\xa7 sidebar.team.type: Types de t\xe2ches\n\xa7 sidebar.team.pr: injection de code\n\xa7 sidebar.team.day: Au jour le jour\n\xa7 sidebar.team.week: Le semaine\n\xa7 sidebar.team.month: Par mois\n\xa7 sidebar.team.files: Fichiers\n\xa7 sidebar.team.removedFiles: Fichiers supprim\xe9s\n\xa7 sidebar.team.extension: Extensions\n\xa7 sidebar.team.tasks: Liste des t\xe2ches\n\xa7 sidebar.team.release: Releases\n\xa7 sidebar.team.hours: Horaire\n\xa7 sidebar.team.commits: all commits\n\xa7 sidebar.team.changes: Tous les changements\n\xa7 sidebar.team.words: Mots populaires\n\xa7 sidebar.team.building: quiz\n\xa7 sidebar.team.settings: R\xe9glages\n\xa7 sidebar.person.total: Informations g\xe9n\xe9rales\n\xa7 sidebar.person.money: Co\xfbt des travaux\n\xa7 sidebar.person.speed: Vitesse\n\xa7 sidebar.person.day: Au jour le jour\n\xa7 sidebar.person.week: Une semaine\n\xa7 sidebar.person.month: Par mois\n\xa7 sidebar.person.tasks: Tasks\n\xa7 sidebar.person.hours: Horaire\n\xa7 sidebar.person.commits: all commits\n\xa7 sidebar.person.changes: Tous les changements\n\xa7 sidebar.person.words: Mots populaires\n\xa7 sidebar.person.settings: R\xe9glages\n",'\n\xa7 recommendations.modal.cancel: Ok\n\xa7 recommendations.modal.open: More\n\xa7 recommendations.title\nRecommendations and facts\n\n\xa7 recommendations.timestamp.firstCommit.description\nmade the first commit\n\nDay of the Week: $1\n\n\xa7 recommendations.timestamp.lastCommit.description\nmade the last commit\n\nDay of the Week: $1\n\n\xa7 recommendations.timestamp.common.title: $1 days\n\xa7 recommendations.timestamp.allDays.description: from the first to the last commit (including weekends and holidays).\n\xa7 recommendations.timestamp.lossesDays.description: days without commits, even considering weekends, vacation, and public holidays.\n\xa7 recommendations.timestamp.weekendDays.description\nworking on weekends\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- employees burn out faster;\n\n\xa7 recommendations.timestamp.regularWeekendWord.title: Regular Overtime\n\xa7 recommendations.timestamp.sometimeWeekendWord.title: Occasional overtime\n\xa7 recommendations.timestamp.weekendWord.description\nIt might be advisable to change the project manager, analyst, and architect.\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- the quality of the product is usually low;\n- some employees resign;\n- new errors emerge due to the rush;\n\n# Most likely:\n- deadlines were incorrectly estimated at the beginning;\n- technical specifications are missing;\n- weak analytics;\n- weak architecture (no architect was hired, and the team consists of mid-level developers);\n- started writing code first, then planning;\n- lack of proper processes to understand mistakes;\n\n\xa7 recommendations.timestamp.neverWeekendWord.title: Usually Without Overtime\n\xa7 recommendations.timestamp.neverWeekendWord.description\nBut sometimes it happens.\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- employees burn out faster;\n\n\xa7 recommendations.scope.parallelism.not.title\nNo parallel work\n\n\xa7 recommendations.scope.parallelism.not.description\nany feature at any given time is done by one person.\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is less than 1.3, we consider that there is usually no parallel work within most features;\n\n# Why this is bad:\n- increases bus factor;\n- employees develop more slowly;\n- difficult to properly check an employee\'s work;\n\n# Why this is good:\n- experts emerge who are deeply immersed in the subject area and can offer more quality solutions;\n- most likely there are no merge conflicts;\n- the project can quickly develop in different directions simultaneously;\n\n\xa7 recommendations.scope.parallelism.has.title\nSome Work Done in Parallel\n\n\xa7 recommendations.scope.parallelism.has.description\nSometimes a feature is worked on simultaneously by several people.\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is from 1.3 to 2.0, we consider that some of the work within different features is sometimes done in parallel;\n\n\xa7 recommendations.scope.parallelism.every.title\nParallel Work\n\n\xa7 recommendations.scope.parallelism.every.description\nany feature at any given time is worked on by several people\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is more than two, we consider that most of the work within different features is usually done in parallel;\n\n\xa7 recommendations.scope.money\nthis is the estimated cost for the work on this project.\n\n# Calculation method:\n- person-days spent on development are multiplied by the individual salaries of the developers;\n\nTo change the salary of each developer for a more accurate total, go to the "Settings" section.\n\n# Is this too much or too little?\nTo answer this question, consider the following:\n- Could a ready-made solution have been purchased for this amount of money?\n- Could a better product have been developed for this amount of money?\n\nIf the answer to both questions is "yes," then perhaps developing from scratch was not worth the money spent.\n \n\xa7 recommendations.scope.bus.everyHasOne.title\nBus factor = 1\n\n\xa7 recommendations.scope.bus.everyHasOne.description\nMost features are deeply understood by only one person.\nIt\'s necessary to rotate people.\n\n# Why this is bad:\n- if employees resign, it will be difficult to continue their work;\n- it\u2019s impossible to control the quality of their code;\n\n# How the sample is chosen:\n- more than 80% of commits in a feature are made by one person;\n- the project has more than 60% of such features;\n\n\xa7 recommendations.scope.bus.oneMaintainer\none person is deeply involved in a feature.\n\n# Why this is bad:\n- if they resign, it will be hard to continue development;\n- the quality of code-review decreases;\n- it\u2019s difficult to parallelize development when needed;\n\n# How the sample is chosen:\n- more than 80% of commits in a feature are made by one person;\n\n\xa7 recommendations.scope.types.process.title\nPoor processes\n\n\xa7 recommendations.scope.types.process.description\nMost features contain one type of task.\n\n\xa7 recommendations.scope.types.one\nfeatures contain one type of task.\n\n\xa7 recommendations.scope.types.common\nIt\'s possible that developers are incorrectly signing commits or the manager is entering the same type of tasks.\n\n# Why this is important:\n- it\'s impossible to hand over support to another team;\n- it\'s impossible to release a "boxed" version;\n- strong dependence on specific developers;\n- a high number of errors and low code quality;\n- potential slowdown in development in the future;\n\n# The manager\'s mistake:\n- viewing the product only from the perspective of a "working demo";\n\n# What should be done:\n- tests;\n- bugs (identified through testing);\n- refactoring (as architecture may change);\n- documentation;\n- style revisions (as a result of focus group feedback);\n\n\xa7 recommendations.scope.plan.title\nDevelop a long-term plan\n\n\xa7 recommendations.scope.plan.description\ntaking architecture into account.\n\nThis plan should immediately focus on the most challenging tasks.\n\n# Why the lack of a plan is bad:\n- employees create a minimally viable version without planning for expansion points. After this, unscalable code is written, which slows down future features;\n\n# The manager\'s mistake:\n- they haven\'t shown how the product will develop further and where the growth points will be;\n\n# How it should be done:\n- a global product development plan is created;\n- a global architecture development plan is created (with developers and DBAs);\n- potential significant changes are discussed upfront at the schematic level;\n\n\xa7 recommendations.scope.cost.title\nEvaluate Investment in a Feature\n\n\xa7 recommendations.scope.cost.description\nin terms of potential profit.\n\nFeatures that are expensive to develop but bring little profit may need to be postponed or even canceled. This will make the project more commercially successful.\n\n\xa7 recommendations.author.lotOfLazy.title: Too little code: $1\n\xa7 recommendations.author.lotOfLazy.description\nShould they be fired?\n\n# Composition: \n- $1;\n\n# Answer the questions:\n- are they a team leader, architect, or analyst?\n- is this their primary project?\n- are there any dependencies on them?\n\n# Why it makes no sense to correct\nThe total costs for the developer are already more than the profit from their work.\nIf we believe that there were no objective hindrances to their work, then the person either does not want to work at all or is working on two projects simultaneously.\nFiring and replacing them with a new employee seems justified from a statistical point of view.\n\n\xa7 recommendations.author.manyLazy.title: Little code: $1\n\xa7 recommendations.author.manyLazy.description\nNeeds to be monitored.\n\n# Composition: \n- $1;\n\n# How the sample is chosen:\n- in test samples, a good programmer writes code for more than 80% of the time;\n- in this case, the indicator is between 60% and 80%;\n\n# How to monitor:\n- break tasks into 1..2 days;\n- ask for a status update every day;\n- ensure tasks are well defined and ready for development;\n- arrange pair programming to check actual speed;\n\n\xa7 recommendations.author.oneTypeMans\nreceives too many monotonous tasks of the same type. Risk of burnout.\n\n# Why this is important:\n- if an employee burns out, their work speed will decrease;\n- professional growth slows down;\n- the likelihood of resignation increases;\n\n# How the sample is chosen:\n- the type of task is determined for each commit;\n- if more than 70% of tasks are of the same type, it means the person is doing the same thing repeatedly;\n\n\xa7 recommendations.author.workToday.title: Working $1\n\xa7 recommendations.author.workToday.description\non the project at this moment.\n\n# Composition: \n- $1;\n\n# Why specifically them:\n- more than 50% of workdays;\n- have worked during the last 30 days;\n\n\xa7 recommendations.author.dismissed.title: Dismissed $1\n\xa7 recommendations.author.dismissed.description\nor worked for a short period.\n\n# Composition:\n- $1;\n\n# Why specifically them:\n- worked at a normal pace (apparently, this is their main repository);\n- no commits in the last month;\n- vacation usually lasts 14 days (their absence does not resemble a vacation);\n\n\xa7 recommendations.author.staff.title: Assisting $1\n\xa7 recommendations.author.staff.description\nPeople of other specializations who have committed something.\n\n# Composition: \n- $1;\n\n# Why specifically them:\n- this is not an open-source project;\n- workdays less than 15% of the total number;\n- modify roughly the same files;\n\n\xa7 recommendations.author.projectType.openSource.title\nOpen Project\n\n\xa7 recommendations.author.projectType.openSource.description\nthey do not work five days a week here.\n\nThe project may be closed, but this work pace is typical for open libraries on GitHub.\n\n# Assessment method:\n- statistics are taken for all active developers;\n- the average number of working days and days without commits is calculated;\n- for open-source libraries, working days are usually a maximum of 15..20%;\n\n# Consequences\nFor projects where work is not constant, many indicators do not make sense. Therefore, indicators like days without commits, speed, etc., will be hidden.\n\nTypically, such projects are assessed before starting the development of their own closed version. The most interesting indicators in this case are the probable cost and total development time.\n\n\xa7 recommendations.author.projectType.easy.title\nLight Workload\n\n\xa7 recommendations.author.projectType.easy.description\ntoo many days without commits.\n\nIt is necessary to understand why the team is not writing code.\n\n# Assessment method:\n- take statistics from all active developers;\n- calculate the average number of working days and days without commits;\n- workload is considered light if the percentage of days without commits is between 5% and 20%;\n\n# Possible reasons:\n- there are actually no tasks;\n- there are tasks, but they fit well with the current architecture;\n- developers are distracted by meetings;\n- the team is not working;\n\n# Solutions:\n- discuss the issue with the team;\n- reduce task granularity so that one or two tasks can be completed in a day;\n- introduce daily meetings to check the status of tasks;\n- arrange pair programming sessions to ensure that the developer can work faster;\n\n\xa7 recommendations.author.manager.title\nSet Deadlines\n\n\xa7 recommendations.author.manager.description\nEvery task should have a clear deadline.\n \nThis will prevent dragging out its completion for several days or weeks.\n\n# Indicators to check:\n- the number of days spent on one task by an employee;\n- the number of days waiting for PR merge (PR statistics page);\n\n\xa7 recommendations.author.shorTalk.title\nConduct Daily Meetings\n\n\xa7 recommendations.author.shorTalk.description\nthey help stay informed about the project.\n \nDo not stretch them by getting sidetracked on irrelevant topics.\n\n# Questions the employee should answer:\n- what was done;\n- what will be done;\n- are there any issues;\n\n# Interruptions should occur if:\n- they start describing minor details in-depth, which are not important;\n- they steer the conversation away from the original plan;\n\n# Why this is important:\nOften an employee who does nothing tries to avoid the answer by telling a bunch of unnecessary details of their work. This lulls the participants\' attention and stretches the time for a response. It creates an impression that they are busy, even though there was no actual work done.\n\n\xa7 recommendations.author.ipr.title\nDevelop a Training Plan\n\n\xa7 recommendations.author.ipr.description\nfor each employee.\n\n*Individual training plan* is a list of goals and tasks that help a person develop in a certain area.\n\n# How to create a plan:\n- create a competency matrix;\n- identify which competencies have the least knowledge and experience;\n- find out which of these competencies are of interest to the employee;\n- come up with 3..5 goals within each such competency for the next six months or a year;\n- try to do something every month to achieve one goal;\n- remind every month about the overall plan to achieve these goals;\n\n# Does a manager need a plan?\nYes, the manager should also make a plan for themselves. If there is no higher-level manager, they should self-assess.\n\n# Why this is important:\n- employees become more loyal to the company;\n- you get more qualified personnel for the same money;\n\n\xa7 recommendations.author.oneToOne.title\nConduct One-on-One Meetings Every Month\n\n\xa7 recommendations.author.oneToOne.description\nit helps to identify problems at an early stage.\n\n*One-to-one* is a regular personal meeting of a manager with a subordinate. Such meetings typically discuss everything important to the employee, what concerns them, and what they can share with the manager in private.\n\n# Why this is important:\n- easy to find out who is overburdened and who has free time;\n- possible to prevent employee burnout;\n- quick feedback can be obtained about processes that you might not notice;\n- trust is built, making employees more loyal to the company;\n- increases employee motivation and engagement;\n\n\xa7 recommendations.author.club.title\nGo to a Bar\n\n\xa7 recommendations.author.club.description\nonce a month or two.\n\nThis will help build informal communication within the team and bring the team together, even if the interaction is brief.\n\n# Why this is important:\n- quick feedback can be obtained about processes that you might not notice;\n- trust is built, making employees more loyal to the company;\n- increases employee engagement;\n\n\xa7 recommendations.hour.onlyWork.title: No Weekends Here\n\xa7 recommendations.hour.onlyWork.description: The project manager should probably be fired.\n\xa7 recommendations.hour.weekends.title: Working on Weekends\n\xa7 recommendations.hour.weekends.description: The project manager should probably be checked.\n\xa7 recommendations.hour.easy.title: There Are Problems\n\xa7 recommendations.hour.easy.description: There are likely crunch times and work is needed on weekends.\n\xa7 recommendations.week.lazyDays.down.title: Fewer Absences\n\xa7 recommendations.week.lazyDays.down.description: this indicator has dropped over the last three weeks\n\xa7 recommendations.week.lazyDays.up.title: More Absences\n\xa7 recommendations.week.lazyDays.up.description: no tasks or stricter control is needed\n\xa7 recommendations.week.notWork.title: Consistently Underperforms\n\xa7 recommendations.week.notWork.description: as every week the code is not 100% of the time\n\xa7 recommendations.week.upWork.title: Consistently Overworks\n\xa7 recommendations.week.upWork.description: as every week code is written on weekend days\n\xa7 recommendations.week.task.up.title: Productivity is growing\n\xa7 recommendations.week.task.up.description: or tasks have become too small. Need to check. If granularity is the same - reinforce the result.\n\xa7 recommendations.week.task.lazyMaintainer.description: consistently leads in absences. Fire?\n\xa7 recommendations.week.task.down.title: Productivity is Falling\n\xa7 recommendations.week.task.down.description\nor tasks are poorly split. Need to check. If granularity is the same - take control.\n\n# Assessment method:\n- the number of tasks per day that are being worked on has been steadily decreasing over the last three weeks.\n\n# Possible errors:\n- tasks could have been more complex than they seemed;\n- tasks could have had a large volume of work (need to check if the number of changes is also decreasing during this period)\n\n\xa7 recommendations.type.everyHasOne.title: Not signing task types\n\xa7 recommendations.type.everyHasOne.description: Most task types are done by one person.\n\xa7 recommendations.type.oneMaintainer.title: Narrow Specialization\n\xa7 recommendations.type.oneMaintainer.description\nmost tasks of one type are done by the same people.\n\n# Task types:\n\n\xa7 recommendations.type.common\n# It might not be the case\n\nMake sure that other employees correctly sign commits.\n\nSteps to ensure this:\n- set up a pre-commit check for commit messages;\n- explain to the team the need to indicate the type;\n- check in new branches that employees follow this rule;\n\n# If it is indeed the case\n\nYou have set up checks and ensured that the same employee does tasks of the same type.\n\nWhy this is bad:\n- their resignation will halt a whole bunch of processes;\n- it reduces the competence of other team members;\n- difficult to understand their edits at a higher level;\n\nHow to fix this:\n- distribute different types of tasks evenly;\n- change the area of work (tests, documentation, bugs) among employees every sprint;\n\n\xa7 recommendations.type.fewTypes.title\nThis is a local product\n\n\xa7 recommendations.type.fewTypes.description\nfor a specific customer or problem.\n\n# Signs of a "global" product:\n- localization;\n- documentation;\n- a large volume of tests;\n- visual customization;\n- refactoring of bottlenecks;\n- etc.\n\n# Why this product looks like a "local" one:\n- each "global" sign will be outweighed by its type of task;\n- the more "global" signs, the more likely a "global" product;\n\nIn this case, we see a small number of types, which likely indicates shortcomings that prevent the product from being easily scaled to the global market and sold in other countries.\n\n# It might not be the case\nBased on file types, we can assume the type of program (website, server application, DevOps scripts, etc.). For a frontend application, our hypothesis will be more accurate than for DevOps scripts, which might just be a micro-module of initialization.\n\n\xa7 recommendations.type.diff.title\nSplit the popular type into subtypes\n\n\xa7 recommendations.type.diff.description\nto detail errors.\n\nTypically, the task type labeled "bug fixing" is leading. This makes the statistics weakly detailed.\n\n*If you encounter this situation*, you can break down this type into subtypes (e.g., based on the location of detection).\n\nConsider several options for subtypes:\n- fix_dev (error detected during development);\n- fix_test (error detected during testing);\n- fix (error detected in production);\n\n\xa7 recommendations.type.buddy.title\nAccumulate minor tasks\n\n\xa7 recommendations.type.buddy.description\nfor new employees.\n\n# If a task is:\n- not important;\n- not big;\n- doesn\'t require deep immersion in the context;\n- more about refactoring than new code;\n\n# Put it in the backlog with the label "for beginners".\n\nWhen a new employee arrives, you will be able to immediately pull out a bunch of small and varied tasks for them to get acquainted with the project.\n\nAlso, if you have a lull in work, you can pull out one such minor task from the backlog.\n',"\n\xa7 page.settings.document.title: Display settings\n\xa7 page.settings.document.name: Page title\n\xa7 page.settings.document.language: Interface language\n\xa7 page.settings.document.depersonalize: Depersonalize the data\n\xa7 page.settings.links.title: Link prefixes\n\xa7 page.settings.links.task: For task numbers\n\xa7 page.settings.links.pr: For PR\n\xa7 page.settings.user.title: Individual settings\n\xa7 page.settings.user.notFound: No individual settings. Data for all employees are calculated based on common parameters.\n\xa7 page.settings.user.subTitle: Addendum to employment contract \u2116$1\n\xa7 page.settings.user.from: Start date\n\xa7 page.settings.mailmap: .mailmap example\n\xa7 page.settings.common.title: General salary data\n\xa7 page.settings.common.type.title: Project work type\n\xa7 page.settings.common.type.full: Full-time employment\n\xa7 page.settings.common.type.part: Project work\n\xa7 page.settings.common.salary: Monthly salary in USD (US dollar, $)\n\xa7 page.settings.common.currency: Currency for view\n\xa7 page.settings.common.workDaysInYear: Number of working days in a year\n\xa7 page.settings.common.vacationDaysInYear: Number of vacation days in a year\n\xa7 page.settings.common.workDaysInWeek: Workdays\n\xa7 page.settings.form.save: Save\n\xa7 page.settings.form.cancel: Cancel\n\xa7 page.settings.form.remove: Remove\n\xa7 page.settings.form.addEmployee: Add an employee\n\xa7 page.settings.form.addContract: Add an employment contract\n","\n\xa7 page.welcome.step1: Ex\xe9cutez la commande \xe0 la racine de votre projet\n\xa7 page.welcome.step3: transf\xe9rer\n\xa7 page.welcome.step4: fichier log.txt sur cette page\n\xa7 page.welcome.description: Git cr\xe9er un fichier log.txt. Il contient les donn\xe9es pour g\xe9n\xe9rer le rapport. Ex\xe9cutez la commande git shortlog -s -n -e si vous n'avez pas besoin du rapport. Cr\xe9er un fichier [.mailmap|https://git-scm.com/docs/gitmailmap] \xe0 la racine du projet est de combiner les statistiques sur les employ\xe9s.\n\xa7 page.welcome.warning1: Le service ne STOCKE ni ne TRANSMET vos donn\xe9es. Tous les calculs sont effectu\xe9s sur votre ordinateur.\n\xa7 page.welcome.warning2: Le service ne COLLECTE pas de STATISTIQUES sur les projets. Vous pouvez regarder [code source|https://github.com/bakhirev/assayo].\n\xa7 page.common.words.title: Statistiques par mots\n\xa7 page.common.words.description: le mot le plus populaire. Rencontre $1 fois.\n\xa7 page.common.commits.title: Nombre de commits par jour\n\xa7 page.common.commits.description: ($1) le jour le plus productif par le nombre de commits.\n\xa7 page.common.commits.title2: $1 commits faits: $2\n\xa7 page.common.filter.allUsers: Pas d'importance\n\xa7 page.print.modal.title: On imprime quoi?\n\xa7 page.print.modal.page: Page actuelle\n\xa7 page.print.modal.type: Section actuelle\n\xa7 page.print.modal.all: Toutes les statistiques\n\xa7 page.print.modal.cancel: Annulation\n\xa7 page.print.tableOfContents: Table des mati\xe8res\n\xa7 page.print.title: Rapport sur d\xe9p\xf4t git\n\xa7 page.print.sub_title: \xab$1\xbb\n\xa7 page.print.description: Les donn\xe9es du rapport ont \xe9t\xe9 extraites de l'historique des commits.\n\xa7 page.team.author.title: Statistiques du personnel\n\xa7 page.team.author.description1: Partie des statistiques (vitesse de travail, argent d\xe9pens\xe9, etc.) pour les collaborateurs de type \u201cAssistant\u201d, ce n\u2019est pas une r\xf4le permanente dans le projet. Leur travail est insignifiant et peut \xeatre ignor\xe9.\n\xa7 page.team.author.description2: Le tri par d\xe9faut est le tri par nombre de t\xe2ches et de groupes (employ\xe9s actuels, licenci\xe9s et aidants).\n\xa7 page.team.author.status: Status\n\xa7 page.team.author.firstCommit: First commit\n\xa7 page.team.author.lastCommit: Last\n\xa7 page.team.author.daysAll: Total days\n\xa7 page.team.author.types: Type de travaux\n\xa7 page.team.author.commits: Commits\n\xa7 page.team.author.commitsSmall: commits\n\xa7 page.team.author.tasks: t\xe2che\n\xa7 page.team.author.tasksSmall: t\xe2che\n\xa7 page.team.author.workedLosses: Jours avec et sans commits\n\xa7 page.team.author.worked: travail\n\xa7 page.team.author.losses: jours sans commits\n\xa7 page.team.author.days: jours\n\xa7 page.team.author.daysForTask: Jours par t\xe2che\n\xa7 page.team.author.scopes: Mise au point\n\xa7 page.team.author.moneyAll: L'argent re\xe7u\n\xa7 page.team.author.moneyWorked: Travaillas\n\xa7 page.team.author.moneyLosses: Trop-per\xe7u\n\xa7 page.team.author.type.work: works\n\xa7 page.team.author.type.dismissed: dismissed\n\xa7 page.team.author.type.staff: staff\n\xa7 page.team.hours.title: R\xe9partition du travail pour chaque jour de la semaine\n\xa7 page.team.month.title: Calendrier du projet\n\xa7 page.team.month.first: (first work day)\n\xa7 page.team.month.last: (last work day)\n\xa7 page.team.scope.title: Statistiques par module\n\xa7 page.team.scope.scope: Mise au point\n\xa7 page.team.scope.days: Esclave. jours\n\xa7 page.team.scope.authorsDays: Jours-homme\n\xa7 page.team.scope.tasks: T\xe2ches\n\xa7 page.team.scope.commits: Commits\n\xa7 page.team.scope.commitsSmall: commits\n\xa7 page.team.scope.types: Type de travaux\n\xa7 page.team.scope.authors: Contribution personnelle\n\xa7 page.team.scope.cost: Co\xfbt\n\xa7 page.team.type.title: Statistiques par type de t\xe2che\n\xa7 page.team.type.description: *Contribution personnelle* compte tenu du nombre de commits plut\xf4t que de la taille des lignes ou fichiers modifi\xe9s. Vous devez donc \xe9galement consulter la section \u201cAnalyse des fichiers\u201d afin d\u2019\xe9valuer l\u2019ampleur des modifications.\n\xa7 page.team.type.type: Type de travail\n\xa7 page.team.type.tasks: \u0417\u0430\u0434\u0430\u0447\n\xa7 page.team.type.tasksSmall: T\xe2che\n\xa7 page.team.type.days: Jours\n\xa7 page.team.type.daysSmall: Jours\n\xa7 page.team.type.authorsDays: Jours-homme\n\xa7 page.team.type.commits: Commits\n\xa7 page.team.type.authors: Contribution personnelle\n\xa7 page.team.total.titleA: Volume de travaux\n\xa7 page.team.total.titleB: Co\xfbt\n\xa7 page.team.total.daysWorked.title: jours-homme\n\xa7 page.team.total.daysWorked.description: Seuls les jours o\xf9 les commits ont \xe9t\xe9 effectu\xe9s sont pris en compte\n\xa7 page.team.total.commits.title: commits\n\xa7 page.team.total.commits.description: Les branches supprim\xe9es ne comptent pas\n\xa7 page.team.total.daysLosses.title: jours sans commits\n\xa7 page.team.total.daysLosses.description: Tous les jours moins: vacances, week-ends, vacances, jours avec commits\n\xa7 page.team.total.employment.title: fonctionne / d\xe9missionnas\n\xa7 page.team.total.employment.description: Si un employ\xe9 n'a fait aucun commit dans un mois, il est consid\xe9r\xe9 comme licenci\xe9\n\xa7 page.team.total.moneyAll.title: g\xe9n\xe9rale\n\xa7 page.team.total.moneyAll.description: Co\xfbts salariaux totaux\n\xa7 page.team.total.moneyWorked.title: r\xe9elle\n\xa7 page.team.total.moneyWorked.description: Jours effectivement travaill\xe9s multipli\xe9s par le salaire moyen\n\xa7 page.team.total.moneyLosses.title: trop-per\xe7u possible\n\xa7 page.team.total.moneyLosses.description: Jours ouvrables pay\xe9s quand il n'y avait pas de commits\n\xa7 page.team.total.weekendPayment.title: travail le week-end\n\xa7 page.team.total.weekendPayment.description: Trop-per\xe7u total pour le travail de week-end\n\xa7 page.team.total.workSpeed.title: t\xe2ches par jour\n\xa7 page.team.total.workSpeed.description: Vitesse moyenne de travail de l'\xe9quipe avec la composition actuelle des employ\xe9s\n\xa7 page.team.total.moneySpeed.title: par mois\n\xa7 page.team.total.moneySpeed.description: Montant pr\xe9vu de la masse salariale, compte tenu de la composition actuelle du personnel, hors taxes et d\xe9penses connexes\n\xa7 page.team.total.description1: *Jours-homme* \u2014 c'est le travail d'un employ\xe9 pendant une journ\xe9e de travail. Par exemple, pour un jour calendaire, une \xe9quipe de trois employ\xe9s produit une charge de travail de trois jours-homme.\n\xa7 page.team.total.description2: *Jours d'absent\xe9isme* seuls les jours ouvrables o\xf9 les commits auraient pu \xeatre faits sont consid\xe9r\xe9s. Les week-ends, les jours f\xe9ri\xe9s et les vacances ne sont pas inclus dans le calcul.\n\xa7 page.team.total.description3: Carte *travaille et a d\xe9missionn\xe9* cela indique la composition effective des collaborateurs qui participent activement au projet. En outre, il y a des \u201cassistants\u201d, qui sont g\xe9n\xe9ralement des collaborateurs d\u2019une autre sp\xe9cialit\xe9 et qui peuvent parfois faire des commits sur le projet.\n\xa7 page.team.total.description4: *Trop-per\xe7u* \u0441 seulement les jours ouverts o\xf9 des commits auraient pu \xeatre faits sont comptabilis\xe9s. Les jours f\xe9ri\xe9s, les jours de cong\xe9s pay\xe9s et les jours ch\xf4m\xe9s ne sont pas pris en compte. C'est pourquoi le trop-pay\xe9 + le co\xfbt r\xe9el != g\xe9n\xe9ral. Le co\xfbt total comprend le paiement des week-ends, des jours f\xe9ri\xe9s et des vacances.\n\xa7 page.team.total.description5: *Travail le week-end* le calcul se fait selon un coefficient x2 sur le salaire du jour normal. Ce qui est affich\xe9 ici est pr\xe9cis\xe9ment le surco\xfbt (x1), car le fait m\xeame de travail suppl\xe9mentaire n\u2019est pas d\u2019int\xe9r\xeat ici. Nous ne regardons pas la vitesse \xe0 laquelle le budget est br\xfbl\xe9. Nous regardons le surco\xfbt lorsque la vitesse de travail augmente.\n\xa7 page.team.tree.title: Arborescence du projet avec les filtres s\xe9lectionn\xe9s\n\xa7 page.team.tree.filters.author: Employ\xe9\n\xa7 page.team.tree.filters.commits: Nombre de commits\n\xa7 page.team.tree.filters.help: Minimum commits que l'employ\xe9 a fait dans le fichier\n\xa7 page.team.tree.filters.all: Tous les employ\xe9s\n\xa7 page.team.tree.add: Qui a Ajout\xe9\n\xa7 page.team.tree.change: Qui a chang\xe9\n\xa7 page.team.tree.remove: Qui a supprim\xe9\n\xa7 page.team.tree.line: lignes\n\xa7 page.team.tree.linesAdded: ajout\xe2tes\n\xa7 page.team.tree.linesChanged: changed\n\xa7 page.team.tree.linesRemoved: modifi\xe2tes\n\xa7 page.team.day.commits: Commits\n\xa7 page.team.day.activity: Activity\n\xa7 page.team.week.title: Statistiques par semaine\n\xa7 page.team.week.date: Date\n\xa7 page.team.week.numberTasks: Nombre de t\xe2ches\n\xa7 page.team.week.people: Nombre de personnes\n\xa7 page.team.week.line: Modification des lignes\n\xa7 page.team.week.days: Jours avec et sans commits\n\xa7 page.team.week.lossesDetails: Qui n'a pas commis\n\xa7 page.team.week.add: \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438\n\xa7 page.team.week.change: modifi\xe2tes\n\xa7 page.team.week.remove: supprim\xe2tes\n\xa7 page.team.week.hasCommits: il y avait des commits\n\xa7 page.team.week.hasNotCommits: il n'y avait pas de commits\n\xa7 page.team.week.days: jours\n\xa7 page.team.week.tasks: t\xe2ches\n\xa7 page.team.pr.task: t\xe2ches\n\xa7 page.team.pr.tasks: t\xe2ches\n\xa7 page.team.pr.firstCommitTime: Premier commit\n\xa7 page.team.pr.lastCommitTime: Dernier\n\xa7 page.team.pr.workDays: Average time spent working on a task\n\xa7 page.team.pr.delayDays: Average time of the PR review\n\xa7 page.team.pr.all.workDays: Time spent working on a task\n\xa7 page.team.pr.all.delayDays: Time of the PR review\n\xa7 page.team.pr.middleTimeRelease: The ratio of development time to review time\n\xa7 page.team.pr.chart.1day: day\n\xa7 page.team.pr.chart.3day: three days\n\xa7 page.team.pr.chart.7day: week\n\xa7 page.team.pr.chart.14day: two weeks\n\xa7 page.team.pr.chart.30day: month\n\xa7 page.team.pr.chart.more: more\n\xa7 page.team.pr.commits: Commits\n\xa7 page.team.pr.date: Date de diffusion\n\xa7 page.team.pr.mergeAuthor: Versai\n\xa7 page.team.pr.author: Employ\xe9\n\xa7 page.team.pr.work: d\xe9veloppement\n\xa7 page.team.pr.delay: attente\n\xa7 page.team.pr.days: jours\n\xa7 page.team.pr.oneTaskDays: Temps pass\xe9 sur une t\xe2che\n\xa7 page.team.pr.description1: *Temps de d\xe9veloppement* c\u2019est la diff\xe9rence de temps entre le premier et le dernier commit pour un probl\xe8me donn\xe9. Il n\u2019importe pas si il y avait des pauses pendant plusieurs jours entre les commits, ou non. Le fait m\xeame d\u2019avoir fait un quelconque commit augmente le temps.\n\xa7 page.team.pr.description2: *D\xe9lai d'attente* c'est le temps entre le dernier commit et l'injection de code. Il montre le r\xe9el simple en attendant quoi que ce soit.\n\xa7 page.team.pr.description3: *Pourquoi afficher le temps de d\xe9veloppement* sans se diviser en Coding et revue de code? Ensuite, pour montrer \xe0 l'entreprise le d\xe9lai de Livraison r\xe9el du code. L'attente des tests, les commentaires sur la revue, les probl\xe8mes de DevOps et d'autres imperfections du processus sont d\xe9j\xe0 pos\xe9s dans cette p\xe9riode.\n\xa7 page.team.pr.statByAuthors: Statistiques du personnel\n\xa7 page.team.pr.longDelay: Longue attente pour l'injection\n\xa7 page.team.tasks.task: T\xe2che\n\xa7 page.team.tasks.author: Auteur du premier commit\n\xa7 page.team.tasks.from: Premier commit\n\xa7 page.team.tasks.to: Dernier commit\n\xa7 page.team.tasks.daysInWork: Jours de travail\n\xa7 page.team.tasks.commits: Nombre de commits\n\xa7 page.team.tasks.pr: Date de diffusion\n\xa7 page.team.tasks.prAuthor: Versai\n\xa7 page.team.tasks.prDelayDays: Jours d'attente\n\xa7 page.team.tasks.comments: Commentaires\n\xa7 page.team.extension.extension: File extensions\n\xa7 page.team.extension.type: File sub types\n\xa7 page.team.extension.name: Type\n\xa7 page.team.extension.path: Path\n\xa7 page.team.extension.current.count: Number\n\xa7 page.team.extension.removed.count: Number of removed\n\xa7 page.team.extension.files: files\n\xa7 page.team.release.title: Release\n\xa7 page.team.release.from: Created date\n\xa7 page.team.release.to: Delivery date\n\xa7 page.team.release.prLength: Tasks\n\xa7 page.team.release.delay: Preparation days\n\xa7 page.team.release.waiting: Days of waiting for next release\n\xa7 page.person.print.photo.title: Photo\n\xa7 page.person.print.photo.description: place \xe0 la photographie\n\xa7 page.person.total.title: Caract\xe9ristiques de base\n\xa7 page.person.total.daysWorked.title: jours de travail\n\xa7 page.person.total.daysWorked.description: Seuls les jours o\xf9 les commits ont \xe9t\xe9 effectu\xe9s sont pris en compte\n\xa7 page.person.total.tasks.title: t\xe2ches\n\xa7 page.person.total.tasks.description: Si les commits sont correctement sign\xe9s\n\xa7 page.person.character.title: Personnage\n\xa7 page.person.achievement.title: Les progr\xe8s\n\xa7 page.person.achievement.positive: Positifs\n\xa7 page.person.achievement.normal: Neutres\n\xa7 page.person.achievement.negative: N\xe9gatifs\n\xa7 page.person.achievement.description: Plus un collaborateur a accumul\xe9 d\u2019achievements n\xe9gatifs, plus il est probable qu\u2019il y ait une situation inhabituelle. Il se peut que vous deviez changer son mode de travail, ses t\xe2ches ou ses rapports. Vous devriez parler avec lui et d\xe9couvrir quels probl\xe8mes entravent son travail.\n\xa7 page.person.gets.title: Les g\xe8tes prises:\n\xa7 page.person.gets.description: \xabPrendre geth\xbb dans ce cas, cela signifie d'abord laisser le commit \xe0 la t\xe2che avec un num\xe9ro \xabbeau\xbb.\n\xa7 page.person.business.days.title: jours de travail\n\xa7 page.person.business.days.description: Seuls les jours o\xf9 les commits ont \xe9t\xe9 effectu\xe9s sont pris en compte\n\xa7 page.person.business.tasks.title: t\xe2ches\n\xa7 page.person.business.tasks.description: Si les commits sont correctement sign\xe9s\n\xa7 page.person.business.losses.title: jours sans commits\n\xa7 page.person.business.losses.description: Tous les jours moins: vacances, week-ends, vacances, jours avec commits\n\xa7 page.person.business.commits.title: commits\n\xa7 page.person.business.commits.description: Les branches supprim\xe9es ne comptent pas\n\xa7 page.person.business.time.description: Temps de la premi\xe8re \xe0 la Derni\xe8re commits (y compris les jours non ouvrables)\n\xa7 page.person.business.time.title: Jours sur le projet:\n\xa7 page.person.business.time.dismissed: (licenci\xe9)\n\xa7 page.person.business.time.staff: (pas dans l'\xe9quipe)\n\xa7 page.person.business.achievements: Les progr\xe8s\n\xa7 page.person.changes.title: Les progr\xe8s\n\xa7 page.person.changes.description: \n Avec certaines formes de formatage, git marque les lignes comme \u201csupprim\xe9es\u201d et \u201cajout\xe9es\u201d, bien qu\u2019en r\xe9alit\xe9, elles aient \xe9t\xe9 \u201cmodifi\xe9es\u201d. Par cons\xe9quent, si vous effectuez un grand refactoring, git peut montrer une petite quantit\xe9 de modifications dans les statistiques, et le r\xe9sultat r\xe9el sera marqu\xe9 comme un bond dans les lignes \u201csupprim\xe9es\u201d et \u201cajout\xe9es\u201d.\n\xa7 page.person.changes.description: La liste des commits et le nombre de modifications qu'ils ont apport\xe9es au cours de cette journ\xe9e:\n\xa7 page.person.commits.title: Liste des commits:\n\xa7 page.person.money.title.total: Pour tous les temps\n\xa7 page.person.money.title.middle: Valeur moyenne\n\xa7 page.person.money.moneyAll.title: re\xe7ut\n\xa7 page.person.money.moneyAll.description: Montant estimatif des d\xe9penses d & apos; appui au projet (voir param\xe8tres)\n\xa7 page.person.money.moneyWorked.title: travaillas\n\xa7 page.person.money.moneyWorked.description: Jours effectivement travaill\xe9s multipli\xe9s par le nombre moyen de jours travaill\xe9s\n\xa7 page.person.money.moneyLosses.title: trop-per\xe7u possible\n\xa7 page.person.money.moneyLosses.description: Jours sans commits multipli\xe9s par la moyenne SN\n\xa7 page.person.money.tasks.title: t\xe2che\n\xa7 page.person.money.tasks.description: Nombre de t\xe2ches ferm\xe9es au co\xfbt de la journ\xe9e\n\xa7 page.person.money.commits.title: commit\n\xa7 page.person.money.commits.description: Nombre de commits par jour ouvrable\n\xa7 page.person.speed.task: Une t\xe2che en moyenne est\n\xa7 page.person.speed.max: Vitesse maximale par jour\n\xa7 page.person.speed.days.title: jours\n\xa7 page.person.speed.days.description: Cela signifie des jours ouvrables si les commits sont correctement sign\xe9s\n\xa7 page.person.speed.commits.title: commits\n\xa7 page.person.speed.commits.description: 10% des valeurs maximales et minimales sont coup\xe9es\n\xa7 page.person.speed.line.title: lignes de code\n\xa7 page.person.speed.line.description: 10% des valeurs maximales et minimales sont coup\xe9es\n\xa7 page.person.speed.tasks.title: t\xe2ches\n\xa7 page.person.speed.tasks.description: La t\xe2che peut ne pas \xeatre termin\xe9e, mais le travail sur elle doit \xeatre\n\xa7 page.person.speed.maxCommits.title: commits\n\xa7 page.person.speed.maxCommits.description: La t\xe2che peut ne pas \xeatre termin\xe9e, mais le travail sur elle doit \xeatre\n\xa7 page.person.hours.title: R\xe9partition des commits par jour de la semaine\n\xa7 page.person.week.date: Date\n\xa7 page.person.week.tasks: Nombre de t\xe2ches\n\xa7 page.person.week.workDays: Jours avec commits\n\xa7 page.person.week.taskInDay: T\xe2ches par jour\n\xa7 page.person.week.days: jours\n\xa7 page.person.week.workDay: jours de semaine\n\xa7 page.person.week.weekends: cong\xe9s\n\xa7 page.sponsor.title: Please, support this project\n\xa7 page.sponsor.share.description: Tell about our [project|https://github.com/bakhirev/assayo] on social networks! You can share [article|https://habr.com/ru/articles/763342/], [post|https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/] or make a video review.\n\xa7 page.sponsor.share.button: Copy the link\n\xa7 page.sponsor.money.description: We will be glad if you support us with any amount! All funds will be used for the further development of the project.\n\xa7 page.sponsor.money.qr: One-time payment (only Russia)\n\xa7 page.sponsor.money.github: GitHub Sponsor\n"].join(""),Ae=["\n\xa7 achievements.commitsAfter1500.title: Owl\n\xa7 achievements.commitsAfter1500.description: 70% of commits after 3:00 PM\n\xa7 achievements.commitsBefore1500.title: Early bird\n\xa7 achievements.commitsBefore1500.description: 70% of commits before noon\n\xa7 achievements.workEveryTime.title: Devoted worker\n\xa7 achievements.workEveryTime.description: a commit for every hour of the day\n\xa7 achievements.workNotWork.title: Shooting blanks\n\xa7 achievements.workNotWork.description: commits are there, but no tasks are closed\n\xa7 achievements.userNotWork.title: Fly-by\n\xa7 achievements.userNotWork.description: this is not their main project\n\xa7 achievements.userIsDied.title: Dead soul\n\xa7 achievements.userIsDied.description: worked, but resigned\n\xa7 achievements.lessTasks.title: Came and went\n\xa7 achievements.lessTasks.description: least closed tasks\n\xa7 achievements.moreTasks.title: Father says well done\n\xa7 achievements.moreTasks.description: most closed tasks\n\xa7 achievements.everyMessageLong.title: Master of eloquence\n\xa7 achievements.everyMessageLong.description: consistently the longest commit messages\n\xa7 achievements.everyMessageShort.title: Talkative, a spy's dream\n\xa7 achievements.everyMessageShort.description: consistently, the shortest commit messages\n\xa7 achievements.shortestName.title: Size doesn't matter\n\xa7 achievements.shortestName.description: shortest name\n\xa7 achievements.longestName.title: Azim Aziz Il Am Kadir Imran II\n\xa7 achievements.longestName.description: longest name\n\xa7 achievements.moreCommits.title: Backup master\n\xa7 achievements.moreCommits.description: most commits\n\xa7 achievements.lessCommits.title: Rare but Precise\n\xa7 achievements.lessCommits.description: least commits\n\xa7 achievements.oneCommitOneTask.title: Right on target\n\xa7 achievements.oneCommitOneTask.description: on average one commit per task\n\xa7 achievements.moreLazyDays.title: With you in spirit\n\xa7 achievements.moreLazyDays.description: most days without commits\n\xa7 achievements.lessLazyDays.title: Papa carlo\n\xa7 achievements.lessLazyDays.description: least days without commits\n\xa7 achievements.zeroLazyDays.title: Not a single break\n\xa7 achievements.zeroLazyDays.description: not a single day without commits\n\xa7 achievements.moreWorkDays.title: Valuable employee\n\xa7 achievements.moreWorkDays.description: most working days\n\xa7 achievements.moreScopes.title: Startuper\n\xa7 achievements.moreScopes.description: completed the most features\n\xa7 achievements.lessScopes.title: Dandy\n\xa7 achievements.lessScopes.description: completed the fewest features\n\xa7 achievements.moreDaysForTask.title: Snail on the slope\n\xa7 achievements.moreDaysForTask.description: tasks take longer than others\n\xa7 achievements.more2DaysForTask.title: Slow and steady\n\xa7 achievements.more2DaysForTask.description: more than two days per task\n\xa7 achievements.moreDaysInProject.title: Old-timer\n\xa7 achievements.moreDaysInProject.description: most days in the project\n\xa7 achievements.lessDaysInProject.title: And who is this?\n\xa7 achievements.lessDaysInProject.description: least days in the project\n\xa7 achievements.more90DaysInProject.title: Welcome aboard\n\xa7 achievements.more90DaysInProject.description: not fired during the probation period\n\xa7 achievements.lessDaysForTask.title: Fast shooting\n\xa7 achievements.lessDaysForTask.description: a task takes less than a day\n\xa7 achievements.adam.title: Adam\n\xa7 achievements.adam.description: the first stable employee on the project\n\xa7 achievements.more666DaysInProject.title: Devil\n\xa7 achievements.more666DaysInProject.description: worked 666 days on the project\n\xa7 achievements.more777DaysInProject.title: Las Vegas\n\xa7 achievements.more777DaysInProject.description: worked 777 days on the project\n\xa7 achievements.moreRefactoring.title: Executive editor\n\xa7 achievements.moreRefactoring.description: made the most 'refactoring' tags\n\xa7 achievements.longestMessage.title: So many conversations...\n\xa7 achievements.longestMessage.description: the longest commit message of all time\n\xa7 achievements.moreTasksInDay.title: Speed racer\n\xa7 achievements.moreTasksInDay.description: record for the number of tasks closed in a day\n\xa7 achievements.hasCommitFrom0to7.title: Night watch\n\xa7 achievements.hasCommitFrom0to7.description: a commit for every hour of the night\n\xa7 achievements.noCommitOnDay.title: Technical break\n\xa7 achievements.noCommitOnDay.description: there is a certain hour and day in working time when never commits\n\xa7 achievements.hasCommitEveryTime.title: Died at work\n\xa7 achievements.hasCommitEveryTime.description: a commit for every hour of each day (including weekends)\n\xa7 achievements.commitsAfter1800.title: Business Time\n\xa7 achievements.commitsAfter1800.description: no commits after 6:00 PM\n\xa7 achievements.moreFix.title: Bug hunter\n\xa7 achievements.moreFix.description: most closed bugs\n\xa7 achievements.lessWorkDays.title: Count me out\n\xa7 achievements.lessWorkDays.description: least working days\n\xa7 achievements.moreCreateCode.title: Creator\n\xa7 achievements.moreCreateCode.description: tends to add code more than others\n\xa7 achievements.moreRemoveCode.title: Destroyer\n\xa7 achievements.moreRemoveCode.description: tends to remove code more than others\n\xa7 achievements.moreChangeCode.title: Reformer\n\xa7 achievements.moreChangeCode.description: tends to change code more than others\n\xa7 achievements.moreStyle.title: Fashion police\n\xa7 achievements.moreStyle.description: tends to change CSS more than others\n\xa7 achievements.moreOnHoliday.title: No life\n\xa7 achievements.moreOnHoliday.description: relatively many commits in non-working hours\n\xa7 achievements.morePRMerge.title: Show me your pass\n\xa7 achievements.morePRMerge.description: more often than others, presses the \"Merge\" button for PR\n\xa7 achievements.longWaitPR.title: Tomorrow 100% be merge\n\xa7 achievements.longWaitPR.description: created PR that waited more than a month on the review\n\xa7 achievements.moreLongWaitPR.title: A long time ago in a galaxy far, far away\n\xa7 achievements.moreLongWaitPR.description: created PR that has been waiting for a review the longest\n\xa7 achievements.oneExtension.title: My name is LEGION\n\xa7 achievements.oneExtension.description: only this man works with files of a certain extension\n\xa7 achievements.fileRush.title: Zerg Rush\n\xa7 achievements.fileRush.description: created the most files in the project\n\xa7 achievements.moreLintHint.title: Grammar Nazi\n\xa7 achievements.moreLintHint.description: more than anyone created or changed the code-style rules\n\xa7 achievements.moreReadMe.title: Chronicler\n\xa7 achievements.moreReadMe.description: more than anyone created or modified MD files\n\xa7 achievements.moreDevOps.title: DevOps\n\xa7 achievements.moreDevOps.description: more than anyone created or modified files for CI/CD\n\xa7 achievements.moreTests.title: Tester\n\xa7 achievements.moreTests.description: more than anyone created or modified files for testing\n\xa7 achievements.allRelease.title: Full house\n\xa7 achievements.allRelease.description: there is a release compiled only from his tasks\n\xa7 achievements.firstCommit.title: First come, first served\n\xa7 achievements.firstCommit.description: first commit on the project\n\xa7 achievements.lastCommit.title: I've finished\n\xa7 achievements.lastCommit.description: last commit on the project\n\xa7 achievements.firstLastCommit.title: From beginning to end\n\xa7 achievements.firstLastCommit.description: first and last commit on the project\n\xa7 achievements.longFilePath.title: Deep cellar\n\xa7 achievements.longFilePath.description: the first created the file with the deepest directory\n\xa7 achievements.longFileName.title: Size matters\n\xa7 achievements.longFileName.description: created the file with the longest name\n\xa7 achievements.workOnWeekends.title: Work not walk\n\xa7 achievements.workOnWeekends.description: at least once worked on weekends\n\xa7 achievements.removeCreateFile.title: Dig out the stewardess\n\xa7 achievements.removeCreateFile.description: recover removed file\n\xa7 achievements.renameFile.title: Astana Nur-Sultan Astana\n\xa7 achievements.renameFile.description: rename file and rollback\n\xa7 achievements.longTask.title: Easy task\n\xa7 achievements.longTask.description: worked on task more than three months\n\xa7 achievements.haveNotEmail.title: Mailman\n\xa7 achievements.haveNotEmail.description: empty email field in git config\n\xa7 achievements.moreAddedFolders.title: Director \n\xa7 achievements.moreAddedFolders.description: created the most directories\n\xa7 achievements.horoscope1.title: Mercury Retrograde for Capricorn\n\xa7 achievements.horoscope2.title: Mercury Retrograde for Aquarius\n\xa7 achievements.horoscope3.title: Mercury Retrograde for Pisces\n\xa7 achievements.horoscope4.title: Mercury Retrograde for Aries\n\xa7 achievements.horoscope5.title: Mercury Retrograde for Taurus\n\xa7 achievements.horoscope6.title: Mercury Retrograde for Gemini\n\xa7 achievements.horoscope7.title: Mercury Retrograde for Cancer\n\xa7 achievements.horoscope8.title: Mercury Retrograde for Leo\n\xa7 achievements.horoscope9.title: Mercury Retrograde for Virgo\n\xa7 achievements.horoscope10.title: Mercury Retrograde for Libra\n\xa7 achievements.horoscope11.title: Mercury Retrograde for Scorpio\n\xa7 achievements.horoscope12.title: Mercury Retrograde for Sagittarius\n\xa7 achievements.horoscope1.description: by the month of the first commit\n\xa7 achievements.horoscope2.description: by the month of the first commit\n\xa7 achievements.horoscope3.description: by the month of the first commit\n\xa7 achievements.horoscope4.description: by the month of the first commit\n\xa7 achievements.horoscope5.description: by the month of the first commit\n\xa7 achievements.horoscope6.description: by the month of the first commit\n\xa7 achievements.horoscope7.description: by the month of the first commit\n\xa7 achievements.horoscope8.description: by the month of the first commit\n\xa7 achievements.horoscope9.description: by the month of the first commit\n\xa7 achievements.horoscope10.description: by the month of the first commit\n\xa7 achievements.horoscope11.description: by the month of the first commit\n\xa7 achievements.horoscope12.description: by the month of the first commit\n\xa7 achievements.111.description: test\n","\n\xa7 uiKit.console.button: \u30b3\u30d4\u30fc\n\xa7 uiKit.console.notification: \u30c6\u30ad\u30b9\u30c8\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3057\u305f\n\xa7 uiKit.dataLoader.page: \u30da\u30fc\u30b8\n\xa7 uiKit.dataLoader.size: \u306b\u3088\u3063\u3066\u8868\u793a\u3055\u308c\u308b\n\xa7 uiKit.dataLoader.rows: lines.\n\xa7 uiKit.dataLoader.from: \u304b\u3089\n\xa7 uiKit.dataLoader.all: \u3059\u3079\u3066\u8868\u793a\n\xa7 uiKit.hoursChart.work: \u6a19\u6e96\u52b4\u50cd\u6642\u9593 (\u5e73\u65e5,\u304b\u308907:00\u307820:00)\n\xa7 uiKit.hoursChart.weekend: \u4f11\u696d\u65e5\u307e\u305f\u306f\u55b6\u696d\u65e5\u524d\u5f8c\u306e\u6642\u9593\n\xa7 uiKit.hoursChart.days: \u7279\u5b9a\u65e5\u6642\u306b\u304a\u3051\u308b\u7dcf\u30b3\u30df\u30c3\u30c8\u6570\u3092\u65e5\u672c\u8a9e\u306b\u7ffb\u8a33\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n\xa7 uiKit.page.remove: \u524a\u9664\n\xa7 uiKit.nothingFound.common.title: \u8868\u793a\u3059\u308b\u30c7\u30fc\u30bf\u304c\u306a\u3044\u3001\u307e\u305f\u306f\u4e0d\u5341\u5206\u306a\u30c7\u30fc\u30bf\u304c\u3042\u308a\u307e\u3059\n\xa7 uiKit.nothingFound.common.description: \u30b3\u30df\u30c3\u30c8\u304c\u6b21\u306e\u5f62\u5f0f\u3067\u7f72\u540d\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u30b7\u30b9\u30c6\u30e0\u306f\u3088\u308a\u591a\u304f\u306e\u30c7\u30fc\u30bf\u3092\u51e6\u7406\u3057\u307e\u3059 [Git commit message convention|https://www.conventionalcommits.org/en/v1.0.0/]. \u30d1\u30bf\u30fc\u30f3:\n\xa7 uiKit.nothingFound.common.console: Task_number\u30bf\u30a4\u30d7(\u30e2\u30b8\u30e5\u30fc\u30eb): \u8aac\u660e\n\xa7 uiKit.nothingFound.common.example: \u8aac\u660e:\n\xa7 uiKit.nothingFound.staff.title: \u3053\u306e\u5f93\u696d\u54e1\u306e\u30c7\u30fc\u30bf\u306f\u3042\u308a\u307e\u305b\u3093\n\xa7 uiKit.nothingFound.staff.description1:\n\u5f7c\u306f\u3001\u6bce\u65e5\u4f5c\u696d\u65e5\u306e\u3046\u3061 \u043f\u0440\u0430\u0432\u043a\u0438 \u3092\u884c\u3044\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3057\u305f\u304c\u3063\u3066\u3001 \u201c\u52a9\u624b\u201d \u3068\u3044\u3046\u52e4\u52d9\u7a2e\u5225\u3092\u53d6\u5f97\u3057\u307e\u3057\u305f\u3002\n\u305d\u306e\u3088\u3046\u306a\u8077\u7a2e\u3092\u6301\u3064\u5f93\u696d\u54e1\u306e\u7d71\u8a08\u306f\u7121\u8996\u3067\u304d\u307e\u3059\u3002\u5f7c\u306e\u77e5\u8b58\u306f\u5fae\u5999\u3067\u3059\u3002\n\xa7 uiKit.nothingFound.staff.description2:\n\u30b7\u30b9\u30c6\u30e0\u306f\u305d\u308c\u306e\u305f\u3081\u306e\u3044\u304f\u3064\u304b\u306e\u6307\u6a19\u3092\u8a08\u7b97\u3057\u307e\u305b\u3093\u3002\n\u3082\u3057\u305d\u308c\u304c\u30a8\u30e9\u30fc\u3067\u3042\u308a\u3001\u305d\u306e\u5f93\u696d\u54e1\u306b\u95a2\u3059\u308b\u7d71\u8a08\u3092\u6271\u3046\u5fc5\u8981\u304c\u3042\u308b\u5834\u5408\u3001\u201c\u8a2d\u5b9a\u201d \u30bb\u30af\u30b7\u30e7\u30f3\u306b\u79fb\u52d5\u3057\u3066\u30bf\u30a4\u30d7\u3092\u5909\u66f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n\xa7 common.title: Git \u7d71\u8a08\n\xa7 common.filters: \u30d5\u30a3\u30eb\u30bf\u30fc\n\xa7 common.notifications.save: \u5909\u66f4\u306f\u4fdd\u5b58\u3055\u308c\u307e\u3059\n\xa7 common.notifications.setting: \u8a2d\u5b9a\u304c\u4fdd\u5b58\u3055\u308c\u307e\u3059\n\xa7 common.fileLoader.notification: Cant open file $1\n","\n\xa7 sidebar.switch.team: \u30c1\u30fc\u30e0\n\xa7 sidebar.switch.person: \u5f93\u696d\u54e1\n\xa7 sidebar.buttons.settings: \u8a2d\u5b9a\n\xa7 sidebar.buttons.print: \u5370\u5237\n\xa7 sidebar.buttons.share: Share\n\xa7 sidebar.buttons.logout: Logout\n\xa7 sidebar.filters.all: \u3059\u3079\u3066\u306e\u6642\u9593\n\xa7 sidebar.filters.year: \u5e74\n\xa7 sidebar.filters.halfYear: \u534a\u5e74\n\xa7 sidebar.filters.month: \u6708\n\xa7 sidebar.filters.week: \u9031\u9593\n\xa7 sidebar.team.total: \u822c\u7684\u306a\u60c5\u5831\n\xa7 sidebar.team.scope: \u30e2\u30b8\u30e5\u30fc\u30eb\n\xa7 sidebar.team.author: \u30b9\u30bf\u30c3\u30d5\n\xa7 sidebar.team.type: \u30bf\u30b9\u30af\u306e\u7a2e\u985e\n\xa7 sidebar.team.pr: \u30b3\u30fc\u30c9\u6ce8\u5165\n\xa7 sidebar.team.day: \u65e5\u306b\u3088\u3063\u3066\n\xa7 sidebar.team.week: \u9031\u3054\u3068\n\xa7 sidebar.team.month: \u6708\u5225\n\xa7 sidebar.team.tree: \u30d5\u30a1\u30a4\u30eb\u306e\u5206\u6790\n\xa7 sidebar.team.files: \u30d5\u30a1\u30a4\u30eb\n\xa7 sidebar.team.removedFiles: \u524a\u9664\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\n\xa7 sidebar.team.extension: Extensions\n\xa7 sidebar.team.tasks: \u30bf\u30b9\u30af\u30ea\u30b9\u30c8\n\xa7 sidebar.team.release: Releases\n\xa7 sidebar.team.hours: \u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\n\xa7 sidebar.team.commits: All commits\n\xa7 sidebar.team.changes: \u3059\u3079\u3066\u306e\u5909\u66f4\n\xa7 sidebar.team.words: \u4eba\u6c17\u306e\u3042\u308b\u8a00\u8449\n\xa7 sidebar.team.building: \u30af\u30a4\u30ba\n\xa7 sidebar.team.settings: \u8a2d\u5b9a\n\xa7 sidebar.person.total: \u4e00\u822c\u7684\u306a\u60c5\u5831\n\xa7 sidebar.person.money: \u4ed5\u4e8b\u306e\u30b3\u30b9\u30c8\n\xa7 sidebar.person.speed: \u30b9\u30d4\u30fc\u30c9\n\xa7 sidebar.person.day: \u65e5\u306b\u3088\u3063\u3066\n\xa7 sidebar.person.week: \u9031\u3054\u3068\n\xa7 sidebar.person.month: \u6708\u5225\n\xa7 sidebar.person.tasks: Tasks\n\xa7 sidebar.person.hours: \u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\n\xa7 sidebar.person.commits: All commits\n\xa7 sidebar.person.changes: \u3059\u3079\u3066\u306e\u5909\u66f4\n\xa7 sidebar.person.words: \u4eba\u6c17\u306e\u3042\u308b\u8a00\u8449\n\xa7 sidebar.person.settings: \u8a2d\u5b9a\n",'\n\xa7 recommendations.modal.cancel: Ok\n\xa7 recommendations.modal.open: More\n\xa7 recommendations.title\nRecommendations and facts\n\n\xa7 recommendations.timestamp.firstCommit.description\nmade the first commit\n\nDay of the Week: $1\n\n\xa7 recommendations.timestamp.lastCommit.description\nmade the last commit\n\nDay of the Week: $1\n\n\xa7 recommendations.timestamp.common.title: $1 days\n\xa7 recommendations.timestamp.allDays.description: from the first to the last commit (including weekends and holidays).\n\xa7 recommendations.timestamp.lossesDays.description: days without commits, even considering weekends, vacation, and public holidays.\n\xa7 recommendations.timestamp.weekendDays.description\nworking on weekends\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- employees burn out faster;\n\n\xa7 recommendations.timestamp.regularWeekendWord.title: Regular Overtime\n\xa7 recommendations.timestamp.sometimeWeekendWord.title: Occasional overtime\n\xa7 recommendations.timestamp.weekendWord.description\nIt might be advisable to change the project manager, analyst, and architect.\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- the quality of the product is usually low;\n- some employees resign;\n- new errors emerge due to the rush;\n\n# Most likely:\n- deadlines were incorrectly estimated at the beginning;\n- technical specifications are missing;\n- weak analytics;\n- weak architecture (no architect was hired, and the team consists of mid-level developers);\n- started writing code first, then planning;\n- lack of proper processes to understand mistakes;\n\n\xa7 recommendations.timestamp.neverWeekendWord.title: Usually Without Overtime\n\xa7 recommendations.timestamp.neverWeekendWord.description\nBut sometimes it happens.\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- employees burn out faster;\n\n\xa7 recommendations.scope.parallelism.not.title\nNo parallel work\n\n\xa7 recommendations.scope.parallelism.not.description\nany feature at any given time is done by one person.\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is less than 1.3, we consider that there is usually no parallel work within most features;\n\n# Why this is bad:\n- increases bus factor;\n- employees develop more slowly;\n- difficult to properly check an employee\'s work;\n\n# Why this is good:\n- experts emerge who are deeply immersed in the subject area and can offer more quality solutions;\n- most likely there are no merge conflicts;\n- the project can quickly develop in different directions simultaneously;\n\n\xa7 recommendations.scope.parallelism.has.title\nSome Work Done in Parallel\n\n\xa7 recommendations.scope.parallelism.has.description\nSometimes a feature is worked on simultaneously by several people.\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is from 1.3 to 2.0, we consider that some of the work within different features is sometimes done in parallel;\n\n\xa7 recommendations.scope.parallelism.every.title\nParallel Work\n\n\xa7 recommendations.scope.parallelism.every.description\nany feature at any given time is worked on by several people\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is more than two, we consider that most of the work within different features is usually done in parallel;\n\n\xa7 recommendations.scope.money\nthis is the estimated cost for the work on this project.\n\n# Calculation method:\n- person-days spent on development are multiplied by the individual salaries of the developers;\n\nTo change the salary of each developer for a more accurate total, go to the "Settings" section.\n\n# Is this too much or too little?\nTo answer this question, consider the following:\n- Could a ready-made solution have been purchased for this amount of money?\n- Could a better product have been developed for this amount of money?\n\nIf the answer to both questions is "yes," then perhaps developing from scratch was not worth the money spent.\n \n\xa7 recommendations.scope.bus.everyHasOne.title\nBus factor = 1\n\n\xa7 recommendations.scope.bus.everyHasOne.description\nMost features are deeply understood by only one person.\nIt\'s necessary to rotate people.\n\n# Why this is bad:\n- if employees resign, it will be difficult to continue their work;\n- it\u2019s impossible to control the quality of their code;\n\n# How the sample is chosen:\n- more than 80% of commits in a feature are made by one person;\n- the project has more than 60% of such features;\n\n\xa7 recommendations.scope.bus.oneMaintainer\none person is deeply involved in a feature.\n\n# Why this is bad:\n- if they resign, it will be hard to continue development;\n- the quality of code-review decreases;\n- it\u2019s difficult to parallelize development when needed;\n\n# How the sample is chosen:\n- more than 80% of commits in a feature are made by one person;\n\n\xa7 recommendations.scope.types.process.title\nPoor processes\n\n\xa7 recommendations.scope.types.process.description\nMost features contain one type of task.\n\n\xa7 recommendations.scope.types.one\nfeatures contain one type of task.\n\n\xa7 recommendations.scope.types.common\nIt\'s possible that developers are incorrectly signing commits or the manager is entering the same type of tasks.\n\n# Why this is important:\n- it\'s impossible to hand over support to another team;\n- it\'s impossible to release a "boxed" version;\n- strong dependence on specific developers;\n- a high number of errors and low code quality;\n- potential slowdown in development in the future;\n\n# The manager\'s mistake:\n- viewing the product only from the perspective of a "working demo";\n\n# What should be done:\n- tests;\n- bugs (identified through testing);\n- refactoring (as architecture may change);\n- documentation;\n- style revisions (as a result of focus group feedback);\n\n\xa7 recommendations.scope.plan.title\nDevelop a long-term plan\n\n\xa7 recommendations.scope.plan.description\ntaking architecture into account.\n\nThis plan should immediately focus on the most challenging tasks.\n\n# Why the lack of a plan is bad:\n- employees create a minimally viable version without planning for expansion points. After this, unscalable code is written, which slows down future features;\n\n# The manager\'s mistake:\n- they haven\'t shown how the product will develop further and where the growth points will be;\n\n# How it should be done:\n- a global product development plan is created;\n- a global architecture development plan is created (with developers and DBAs);\n- potential significant changes are discussed upfront at the schematic level;\n\n\xa7 recommendations.scope.cost.title\nEvaluate Investment in a Feature\n\n\xa7 recommendations.scope.cost.description\nin terms of potential profit.\n\nFeatures that are expensive to develop but bring little profit may need to be postponed or even canceled. This will make the project more commercially successful.\n\n\xa7 recommendations.author.lotOfLazy.title: Too little code: $1\n\xa7 recommendations.author.lotOfLazy.description\nShould they be fired?\n\n# Composition: \n- $1;\n\n# Answer the questions:\n- are they a team leader, architect, or analyst?\n- is this their primary project?\n- are there any dependencies on them?\n\n# Why it makes no sense to correct\nThe total costs for the developer are already more than the profit from their work.\nIf we believe that there were no objective hindrances to their work, then the person either does not want to work at all or is working on two projects simultaneously.\nFiring and replacing them with a new employee seems justified from a statistical point of view.\n\n\xa7 recommendations.author.manyLazy.title: Little code: $1\n\xa7 recommendations.author.manyLazy.description\nNeeds to be monitored.\n\n# Composition: \n- $1;\n\n# How the sample is chosen:\n- in test samples, a good programmer writes code for more than 80% of the time;\n- in this case, the indicator is between 60% and 80%;\n\n# How to monitor:\n- break tasks into 1..2 days;\n- ask for a status update every day;\n- ensure tasks are well defined and ready for development;\n- arrange pair programming to check actual speed;\n\n\xa7 recommendations.author.oneTypeMans\nreceives too many monotonous tasks of the same type. Risk of burnout.\n\n# Why this is important:\n- if an employee burns out, their work speed will decrease;\n- professional growth slows down;\n- the likelihood of resignation increases;\n\n# How the sample is chosen:\n- the type of task is determined for each commit;\n- if more than 70% of tasks are of the same type, it means the person is doing the same thing repeatedly;\n\n\xa7 recommendations.author.workToday.title: Working $1\n\xa7 recommendations.author.workToday.description\non the project at this moment.\n\n# Composition: \n- $1;\n\n# Why specifically them:\n- more than 50% of workdays;\n- have worked during the last 30 days;\n\n\xa7 recommendations.author.dismissed.title: Dismissed $1\n\xa7 recommendations.author.dismissed.description\nor worked for a short period.\n\n# Composition:\n- $1;\n\n# Why specifically them:\n- worked at a normal pace (apparently, this is their main repository);\n- no commits in the last month;\n- vacation usually lasts 14 days (their absence does not resemble a vacation);\n\n\xa7 recommendations.author.staff.title: Assisting $1\n\xa7 recommendations.author.staff.description\nPeople of other specializations who have committed something.\n\n# Composition: \n- $1;\n\n# Why specifically them:\n- this is not an open-source project;\n- workdays less than 15% of the total number;\n- modify roughly the same files;\n\n\xa7 recommendations.author.projectType.openSource.title\nOpen Project\n\n\xa7 recommendations.author.projectType.openSource.description\nthey do not work five days a week here.\n\nThe project may be closed, but this work pace is typical for open libraries on GitHub.\n\n# Assessment method:\n- statistics are taken for all active developers;\n- the average number of working days and days without commits is calculated;\n- for open-source libraries, working days are usually a maximum of 15..20%;\n\n# Consequences\nFor projects where work is not constant, many indicators do not make sense. Therefore, indicators like days without commits, speed, etc., will be hidden.\n\nTypically, such projects are assessed before starting the development of their own closed version. The most interesting indicators in this case are the probable cost and total development time.\n\n\xa7 recommendations.author.projectType.easy.title\nLight Workload\n\n\xa7 recommendations.author.projectType.easy.description\ntoo many days without commits.\n\nIt is necessary to understand why the team is not writing code.\n\n# Assessment method:\n- take statistics from all active developers;\n- calculate the average number of working days and days without commits;\n- workload is considered light if the percentage of days without commits is between 5% and 20%;\n\n# Possible reasons:\n- there are actually no tasks;\n- there are tasks, but they fit well with the current architecture;\n- developers are distracted by meetings;\n- the team is not working;\n\n# Solutions:\n- discuss the issue with the team;\n- reduce task granularity so that one or two tasks can be completed in a day;\n- introduce daily meetings to check the status of tasks;\n- arrange pair programming sessions to ensure that the developer can work faster;\n\n\xa7 recommendations.author.manager.title\nSet Deadlines\n\n\xa7 recommendations.author.manager.description\nEvery task should have a clear deadline.\n \nThis will prevent dragging out its completion for several days or weeks.\n\n# Indicators to check:\n- the number of days spent on one task by an employee;\n- the number of days waiting for PR merge (PR statistics page);\n\n\xa7 recommendations.author.shorTalk.title\nConduct Daily Meetings\n\n\xa7 recommendations.author.shorTalk.description\nthey help stay informed about the project.\n \nDo not stretch them by getting sidetracked on irrelevant topics.\n\n# Questions the employee should answer:\n- what was done;\n- what will be done;\n- are there any issues;\n\n# Interruptions should occur if:\n- they start describing minor details in-depth, which are not important;\n- they steer the conversation away from the original plan;\n\n# Why this is important:\nOften an employee who does nothing tries to avoid the answer by telling a bunch of unnecessary details of their work. This lulls the participants\' attention and stretches the time for a response. It creates an impression that they are busy, even though there was no actual work done.\n\n\xa7 recommendations.author.ipr.title\nDevelop a Training Plan\n\n\xa7 recommendations.author.ipr.description\nfor each employee.\n\n*Individual training plan* is a list of goals and tasks that help a person develop in a certain area.\n\n# How to create a plan:\n- create a competency matrix;\n- identify which competencies have the least knowledge and experience;\n- find out which of these competencies are of interest to the employee;\n- come up with 3..5 goals within each such competency for the next six months or a year;\n- try to do something every month to achieve one goal;\n- remind every month about the overall plan to achieve these goals;\n\n# Does a manager need a plan?\nYes, the manager should also make a plan for themselves. If there is no higher-level manager, they should self-assess.\n\n# Why this is important:\n- employees become more loyal to the company;\n- you get more qualified personnel for the same money;\n\n\xa7 recommendations.author.oneToOne.title\nConduct One-on-One Meetings Every Month\n\n\xa7 recommendations.author.oneToOne.description\nit helps to identify problems at an early stage.\n\n*One-to-one* is a regular personal meeting of a manager with a subordinate. Such meetings typically discuss everything important to the employee, what concerns them, and what they can share with the manager in private.\n\n# Why this is important:\n- easy to find out who is overburdened and who has free time;\n- possible to prevent employee burnout;\n- quick feedback can be obtained about processes that you might not notice;\n- trust is built, making employees more loyal to the company;\n- increases employee motivation and engagement;\n\n\xa7 recommendations.author.club.title\nGo to a Bar\n\n\xa7 recommendations.author.club.description\nonce a month or two.\n\nThis will help build informal communication within the team and bring the team together, even if the interaction is brief.\n\n# Why this is important:\n- quick feedback can be obtained about processes that you might not notice;\n- trust is built, making employees more loyal to the company;\n- increases employee engagement;\n\n\xa7 recommendations.hour.onlyWork.title: No Weekends Here\n\xa7 recommendations.hour.onlyWork.description: The project manager should probably be fired.\n\xa7 recommendations.hour.weekends.title: Working on Weekends\n\xa7 recommendations.hour.weekends.description: The project manager should probably be checked.\n\xa7 recommendations.hour.easy.title: There Are Problems\n\xa7 recommendations.hour.easy.description: There are likely crunch times and work is needed on weekends.\n\xa7 recommendations.week.lazyDays.down.title: Fewer Absences\n\xa7 recommendations.week.lazyDays.down.description: this indicator has dropped over the last three weeks\n\xa7 recommendations.week.lazyDays.up.title: More Absences\n\xa7 recommendations.week.lazyDays.up.description: no tasks or stricter control is needed\n\xa7 recommendations.week.notWork.title: Consistently Underperforms\n\xa7 recommendations.week.notWork.description: as every week the code is not 100% of the time\n\xa7 recommendations.week.upWork.title: Consistently Overworks\n\xa7 recommendations.week.upWork.description: as every week code is written on weekend days\n\xa7 recommendations.week.task.up.title: Productivity is growing\n\xa7 recommendations.week.task.up.description: or tasks have become too small. Need to check. If granularity is the same - reinforce the result.\n\xa7 recommendations.week.task.lazyMaintainer.description: consistently leads in absences. Fire?\n\xa7 recommendations.week.task.down.title: Productivity is Falling\n\xa7 recommendations.week.task.down.description\nor tasks are poorly split. Need to check. If granularity is the same - take control.\n\n# Assessment method:\n- the number of tasks per day that are being worked on has been steadily decreasing over the last three weeks.\n\n# Possible errors:\n- tasks could have been more complex than they seemed;\n- tasks could have had a large volume of work (need to check if the number of changes is also decreasing during this period)\n\n\xa7 recommendations.type.everyHasOne.title: Not signing task types\n\xa7 recommendations.type.everyHasOne.description: Most task types are done by one person.\n\xa7 recommendations.type.oneMaintainer.title: Narrow Specialization\n\xa7 recommendations.type.oneMaintainer.description\nmost tasks of one type are done by the same people.\n\n# Task types:\n\n\xa7 recommendations.type.common\n# It might not be the case\n\nMake sure that other employees correctly sign commits.\n\nSteps to ensure this:\n- set up a pre-commit check for commit messages;\n- explain to the team the need to indicate the type;\n- check in new branches that employees follow this rule;\n\n# If it is indeed the case\n\nYou have set up checks and ensured that the same employee does tasks of the same type.\n\nWhy this is bad:\n- their resignation will halt a whole bunch of processes;\n- it reduces the competence of other team members;\n- difficult to understand their edits at a higher level;\n\nHow to fix this:\n- distribute different types of tasks evenly;\n- change the area of work (tests, documentation, bugs) among employees every sprint;\n\n\xa7 recommendations.type.fewTypes.title\nThis is a local product\n\n\xa7 recommendations.type.fewTypes.description\nfor a specific customer or problem.\n\n# Signs of a "global" product:\n- localization;\n- documentation;\n- a large volume of tests;\n- visual customization;\n- refactoring of bottlenecks;\n- etc.\n\n# Why this product looks like a "local" one:\n- each "global" sign will be outweighed by its type of task;\n- the more "global" signs, the more likely a "global" product;\n\nIn this case, we see a small number of types, which likely indicates shortcomings that prevent the product from being easily scaled to the global market and sold in other countries.\n\n# It might not be the case\nBased on file types, we can assume the type of program (website, server application, DevOps scripts, etc.). For a frontend application, our hypothesis will be more accurate than for DevOps scripts, which might just be a micro-module of initialization.\n\n\xa7 recommendations.type.diff.title\nSplit the popular type into subtypes\n\n\xa7 recommendations.type.diff.description\nto detail errors.\n\nTypically, the task type labeled "bug fixing" is leading. This makes the statistics weakly detailed.\n\n*If you encounter this situation*, you can break down this type into subtypes (e.g., based on the location of detection).\n\nConsider several options for subtypes:\n- fix_dev (error detected during development);\n- fix_test (error detected during testing);\n- fix (error detected in production);\n\n\xa7 recommendations.type.buddy.title\nAccumulate minor tasks\n\n\xa7 recommendations.type.buddy.description\nfor new employees.\n\n# If a task is:\n- not important;\n- not big;\n- doesn\'t require deep immersion in the context;\n- more about refactoring than new code;\n\n# Put it in the backlog with the label "for beginners".\n\nWhen a new employee arrives, you will be able to immediately pull out a bunch of small and varied tasks for them to get acquainted with the project.\n\nAlso, if you have a lull in work, you can pull out one such minor task from the backlog.\n',"\n\xa7 page.settings.document.title: Display settings\n\xa7 page.settings.document.name: Page title\n\xa7 page.settings.document.language: Interface language\n\xa7 page.settings.document.depersonalize: Depersonalize the data\n\xa7 page.settings.links.title: Link prefixes\n\xa7 page.settings.links.task: For task numbers\n\xa7 page.settings.links.pr: For PR\n\xa7 page.settings.user.title: Individual settings\n\xa7 page.settings.user.notFound: No individual settings. Data for all employees are calculated based on common parameters.\n\xa7 page.settings.user.subTitle: Addendum to employment contract \u2116$1\n\xa7 page.settings.user.from: Start date\n\xa7 page.settings.mailmap: .mailmap example\n\xa7 page.settings.common.title: General salary data\n\xa7 page.settings.common.type.title: Project work type\n\xa7 page.settings.common.type.full: Full-time employment\n\xa7 page.settings.common.type.part: Project work\n\xa7 page.settings.common.salary: Monthly salary in USD (US dollar, $)\n\xa7 page.settings.common.currency: Currency for view\n\xa7 page.settings.common.workDaysInYear: Number of working days in a year\n\xa7 page.settings.common.vacationDaysInYear: Number of vacation days in a year\n\xa7 page.settings.common.workDaysInWeek: Workdays\n\xa7 page.settings.form.save: Save\n\xa7 page.settings.form.cancel: Cancel\n\xa7 page.settings.form.remove: Remove\n\xa7 page.settings.form.addEmployee: Add an employee\n\xa7 page.settings.form.addContract: Add an employment contract\n",'\n\xa7 page.welcome.step1: Execute the command in the root of your project.\n\xa7 page.welcome.step3: Drag and drop\n\xa7 page.welcome.step4: the log.txt file onto this page.\n\xa7 page.welcome.description: Git will create a log.txt file. It contains data for report generation. Or use git shortlog -s -n -e if you don\'t need a report. Create a [.mailmap|https://git-scm.com/docs/gitmailmap] file in the root of the project to consolidate employee statistics.\n\xa7 page.welcome.warning1: The service *DOES NOT SAVE* and *DOES NOT TRANSFER* your data. All calculations are performed locally in your browser on your machine.\n\xa7 page.welcome.warning2: The service *DOES NOT COLLECT STATISTICS* on projects. You can disconnect the internet, check traffic, and even build a local version from the [source|https://github.com/bakhirev/assayo].\n\xa7 page.common.words.title: Word Statistics.\n\xa7 page.common.words.description: the most popular word. Occurs $1 times.\n\xa7 page.common.commits.title: Number of commits by days.\n\xa7 page.common.commits.description: ($1) the most productive day in terms of the number of commits.\n\xa7 page.common.commits.title2: $1 commits made: $2\n\xa7 page.common.filter.allUsers: Does not matter\n\xa7 page.print.modal.title: What are we printing?\n\xa7 page.print.modal.page: Current page\n\xa7 page.print.modal.type: Current section\n\xa7 page.print.modal.all: All statistics\n\xa7 page.print.modal.cancel: Cancel\n\xa7 page.print.tableOfContents: Table of contents\n\xa7 page.print.title: Git repository report\n\xa7 page.print.sub_title: \xab$1\xbb\n\xa7 page.print.description: The data for the report was obtained from the commit history.\n\xa7 page.team.author.title: Employee statistics\n\xa7 page.team.author.description1: *Part of the statistics* (work speed, costs, etc.) *for employees with the \'Assistant\' type is not counted*, as it is an episodic role in the project. It is assumed that they do not affect the project, and their edits can be disregarded in the context of the overall volume of work.\n\xa7 page.team.author.description2: *Default sorting* is by the number of tasks and groups (current, fired, assisting employees).\n\xa7 page.team.author.status: Status\n\xa7 page.team.author.firstCommit: First commit\n\xa7 page.team.author.lastCommit: Last\n\xa7 page.team.author.daysAll: Total days\n\xa7 page.team.author.types: Types of work\n\xa7 page.team.author.commits: Commits\n\xa7 page.team.author.commitsSmall: commits\n\xa7 page.team.author.tasks: Tasks\n\xa7 page.team.author.tasksSmall: tasks\n\xa7 page.team.author.workedLosses: Days with and without commits\n\xa7 page.team.author.worked: work\n\xa7 page.team.author.losses: days without commits\n\xa7 page.team.author.days: days\n\xa7 page.team.author.daysForTask: Days per task\n\xa7 page.team.author.scopes: Features\n\xa7 page.team.author.moneyAll: Received\n\xa7 page.team.author.moneyWorked: Worked for\n\xa7 page.team.author.moneyLosses: Overpayment\n\xa7 page.team.author.type.work: works\n\xa7 page.team.author.type.dismissed: dismissed\n\xa7 page.team.author.type.staff: staff\n\xa7 page.team.hours.title: Distribution of commits during each day of the week\n\xa7 page.team.month.title: Project work calendar\n\xa7 page.team.month.first: (first work day)\n\xa7 page.team.month.last: (last work day)\n\xa7 page.team.scope.title: Feature statistics\n\xa7 page.team.scope.scope: Feature\n\xa7 page.team.scope.days: Working Days\n\xa7 page.team.scope.authorsDays: Person-Days\n\xa7 page.team.scope.tasks: Tasks\n\xa7 page.team.scope.commits: Commits\n\xa7 page.team.scope.commitsSmall: commits\n\xa7 page.team.scope.types: Types of work\n\xa7 page.team.scope.authors: Personal contribution\n\xa7 page.team.scope.cost: Cost\n\xa7 page.team.type.title: Task type statistics\n\xa7 page.team.type.description: *Personal contribution* is counted by the number of commits, not the volume of changed lines or files. Therefore, the "File Analysis" section should also be consulted to assess the scale of changes.\n\xa7 page.team.type.type: Type of work\n\xa7 page.team.type.tasks: Tasks\n\xa7 page.team.type.tasksSmall: tasks\n\xa7 page.team.type.days: Days\n\xa7 page.team.type.daysSmall: days\n\xa7 page.team.type.authorsDays: Person-days\n\xa7 page.team.type.commits: Commits\n\xa7 page.team.type.authors: Personal contribution\n\xa7 page.team.total.titleA: Volume of work\n\xa7 page.team.total.titleB: Cost\n\xa7 page.team.total.daysWorked.title: person-days\n\xa7 page.team.total.daysWorked.description: Only days with commits are counted\n\xa7 page.team.total.commits.title: commits\n\xa7 page.team.total.commits.description: Deleted branches are not counted\n\xa7 page.team.total.daysLosses.title: days without commits\n\xa7 page.team.total.daysLosses.description: All days minus: holidays, weekends, vacation, days with commits\n\xa7 page.team.total.employment.title: working / dismissed\n\xa7 page.team.total.employment.description: If an employee does not make any commits within a month, they are considered dismissed\n\xa7 page.team.total.moneyAll.title: total\n\xa7 page.team.total.moneyAll.description: Total salary expenses\n\xa7 page.team.total.moneyWorked.title: actual\n\xa7 page.team.total.moneyWorked.description: Actual days worked multiplied by average salary\n\xa7 page.team.total.moneyLosses.title: possible overpayment\n\xa7 page.team.total.moneyLosses.description: Paid working days when there were no commits\n\xa7 page.team.total.weekendPayment.title: weekend work\n\xa7 page.team.total.weekendPayment.description: Total overpayment for weekend work\n\xa7 page.team.total.workSpeed.title: tasks per day\n\xa7 page.team.total.workSpeed.description: Average work speed of the team with the current composition of employees\n\xa7 page.team.total.moneySpeed.title: per month\n\xa7 page.team.total.moneySpeed.description: Forecasted salary payment amount with the current team composition, excluding taxes and related expenses\n\xa7 page.team.total.description1: *Person-days* \u2014 the work of one employee during a single working day. For example, in one calendar day, a team of three employees produces a work volume of three person-days.\n\xa7 page.team.total.description2: *Absentee days* are counted only as working days when commits could have been made. Weekends, public holidays, and vacations are not included in the calculation.\n\xa7 page.team.total.description3: The *working and dismissed* card shows the actual composition of employees who are continuously involved in work. Additionally, there are "assistants" \u2014 typically employees of a different specialization who may occasionally make commits to the project.\n\xa7 page.team.total.description4: *Overpayment* includes only working days when commits could have been made. Weekends, public holidays, and vacations are not included in the calculation. This is why overpayment + actual cost != total. The total cost includes payment for weekends, public holidays, and vacations.\n\xa7 page.team.total.description5: *Weekend work* is calculated at a rate of x2 the payment of a regular day. The displayed amount is specifically the overpayment (x1), as the fact of overtime in this context is not of interest. We focus on overpayment when increasing work speed.\n\xa7 page.team.tree.title: Project tree considering selected filters\n\xa7 page.team.tree.filters.author: Employee\n\xa7 page.team.tree.filters.commits: Number of commits\n\xa7 page.team.tree.filters.help: The minimum number of commits an employee has made in a file\n\xa7 page.team.tree.filters.all: All employees\n\xa7 page.team.tree.add: Who added\n\xa7 page.team.tree.change: Who changed\n\xa7 page.team.tree.remove: Who removed\n\xa7 page.team.tree.line: lines\n\xa7 page.team.tree.linesAdded: added\n\xa7 page.team.tree.linesChanged: changed\n\xa7 page.team.tree.linesRemoved: removed\n\xa7 page.team.day.commits: Commits\n\xa7 page.team.day.activity: Activity\n\xa7 page.team.week.title: Weekly statistics\n\xa7 page.team.week.date: Date\n\xa7 page.team.week.numberTasks: Number of tasks\n\xa7 page.team.week.people: Number of people\n\xa7 page.team.week.line: Line changes\n\xa7 page.team.week.days: Days with and without commits\n\xa7 page.team.week.lossesDetails: Who did not commit\n\xa7 page.team.week.add: added\n\xa7 page.team.week.change: changed\n\xa7 page.team.week.remove: removed\n\xa7 page.team.week.hasCommits: had commits\n\xa7 page.team.week.hasNotCommits: had no commits\n\xa7 page.team.week.days: days\n\xa7 page.team.week.tasks: tasks\n\xa7 page.team.pr.task: Task\n\xa7 page.team.pr.tasks: tasks\n\xa7 page.team.pr.firstCommitTime: First commit\n\xa7 page.team.pr.lastCommitTime: Last\n\xa7 page.team.pr.workDays: Average time spent working on a task\n\xa7 page.team.pr.delayDays: Average time of the PR review\n\xa7 page.team.pr.all.workDays: Time spent working on a task\n\xa7 page.team.pr.all.delayDays: Time of the PR review\n\xa7 page.team.pr.middleTimeRelease: The ratio of development time to review time\n\xa7 page.team.pr.chart.1day: day\n\xa7 page.team.pr.chart.3day: three days\n\xa7 page.team.pr.chart.7day: week\n\xa7 page.team.pr.chart.14day: two weeks\n\xa7 page.team.pr.chart.30day: month\n\xa7 page.team.pr.chart.more: more\n\xa7 page.team.pr.commits: Commits\n\xa7 page.team.pr.date: Merge Date\n\xa7 page.team.pr.mergeAuthor: Merged by\n\xa7 page.team.pr.author: Employee\n\xa7 page.team.pr.work: development\n\xa7 page.team.pr.delay: waiting\n\xa7 page.team.pr.days: days\n\xa7 page.team.pr.oneTaskDays: Time spent on one task\n\xa7 page.team.pr.description1: *Development time* is the time difference from the first to the last commit on a task. It does not matter if there were breaks of several days between commits or not. Any commit increases the time.\n\xa7 page.team.pr.description2: *Waiting time* is the time between the last commit and the code merge. It shows the actual downtime while waiting for something.\n\xa7 page.team.pr.description3: *Why display development time* without splitting into coding and code review? To show the business the actual delivery time of the code. Waiting for testing, review comments, DevOps problems, and other process imperfections are already included in this term.\n\xa7 page.team.pr.statByAuthors: Statistics by employees\n\xa7 page.team.pr.longDelay: Prolonged Waiting for merge\n\xa7 page.team.tasks.task: Task\n\xa7 page.team.tasks.author: First commit author\n\xa7 page.team.tasks.from: First commit\n\xa7 page.team.tasks.to: Last commit\n\xa7 page.team.tasks.daysInWork: Days in work\n\xa7 page.team.tasks.commits: Commits number\n\xa7 page.team.tasks.pr: Merge date\n\xa7 page.team.tasks.prAuthor: Merged by user\n\xa7 page.team.tasks.prDelayDays: Delay before merge in days\n\xa7 page.team.tasks.comments: Comments\n\xa7 page.team.extension.extension: File extensions\n\xa7 page.team.extension.type: File sub types\n\xa7 page.team.extension.name: Type\n\xa7 page.team.extension.path: Path\n\xa7 page.team.extension.current.count: Number\n\xa7 page.team.extension.removed.count: Number of removed\n\xa7 page.team.extension.files: files\n\xa7 page.team.release.title: Release\n\xa7 page.team.release.from: Created date\n\xa7 page.team.release.to: Delivery date\n\xa7 page.team.release.prLength: Tasks\n\xa7 page.team.release.delay: Preparation days\n\xa7 page.team.release.waiting: Days of waiting for next release\n\xa7 page.person.print.photo.title: Photo\n\xa7 page.person.print.photo.description: space for a photo\n\xa7 page.person.total.title: Main characteristics\n\xa7 page.person.total.daysWorked.title: days of work\n\xa7 page.person.total.daysWorked.description: Only days with commits are counted\n\xa7 page.person.total.tasks.title: tasks\n\xa7 page.person.total.tasks.description: If commits are properly signed\n\xa7 page.person.character.title: Character\n\xa7 page.person.achievement.title: Achievements\n\xa7 page.person.achievement.positive: Positive\n\xa7 page.person.achievement.normal: Neutral\n\xa7 page.person.achievement.negative: Negative\n\xa7 page.person.achievement.description: The more negative achievements an employee accumulates, the higher the likelihood that the situation is unusual. It may be necessary to change their work mode, tasks, or reporting. A discussion with them to understand what problems are hindering their work is advisable.\n\xa7 page.person.gets.title: Gets taken:\n\xa7 page.person.gets.description: "Taking a get" in this context means being the first to leave a commit on a task with a "nice" number.\n\xa7 page.person.business.days.title: days of work\n\xa7 page.person.business.days.description: Only days with commits are counted\n\xa7 page.person.business.tasks.title: tasks\n\xa7 page.person.business.tasks.description: If commits are properly signed\n\xa7 page.person.business.losses.title: days without commits\n\xa7 page.person.business.losses.description: All days minus: holidays, weekends, vacation, days with commits\n\xa7 page.person.business.commits.title: commits\n\xa7 page.person.business.commits.description: Deleted branches are not counted\n\xa7 page.person.business.time.description: Time from the first to the last commit (including non-working days)\n\xa7 page.person.business.time.title: Days on the project:\n\xa7 page.person.business.time.dismissed: (dismissed)\n\xa7 page.person.business.time.staff: (not in the team)\n\xa7 page.person.business.achievements: Achievements\n\xa7 page.person.changes.title: Achievements\n\xa7 page.person.changes.description: \nWith some types of formatting, git marks lines as "deleted" and "added",\nalthough in reality, they were "changed". Therefore, if you conducted a major refactoring,\ngit might show a small number of changes in the statistics, but the actual result\nwill be marked as a jump in "deleted" and "added" lines.\n\xa7 page.person.changes.description: List of commits and the number of changes in them for that day:\n\xa7 page.person.commits.title: List of commits:\n\xa7 page.person.money.title.total: Total over time\n\xa7 page.person.money.title.middle: Average cost\n\xa7 page.person.money.moneyAll.title: received\n\xa7 page.person.money.moneyAll.description: Assumed total salary from the project (see settings)\n\xa7 page.person.money.moneyWorked.title: worked for\n\xa7 page.person.money.moneyWorked.description: Actual days worked multiplied by average salary\n\xa7 page.person.money.moneyLosses.title: possible overpayment\n\xa7 page.person.money.moneyLosses.description: Days without commits multiplied by average salary\n\xa7 page.person.money.tasks.title: task\n\xa7 page.person.money.tasks.description: Number of closed tasks to the cost of the day\n\xa7 page.person.money.commits.title: commit\n\xa7 page.person.money.commits.description: Number of commits to the cost of the workday\n\xa7 page.person.speed.task: One task on average is\n\xa7 page.person.speed.max: Maximum speed per day\n\xa7 page.person.speed.days.title: days\n\xa7 page.person.speed.days.description: Refers to workdays, if commits are properly signed\n\xa7 page.person.speed.commits.title: commits\n\xa7 page.person.speed.commits.description: Top and bottom 10% of values are trimmed\n\xa7 page.person.speed.line.title: lines of code\n\xa7 page.person.speed.line.description: Top and bottom 10% of values are trimmed\n\xa7 page.person.speed.tasks.title: tasks\n\xa7 page.person.speed.tasks.description: A task may not be completed, but work should be done on it\n\xa7 page.person.speed.maxCommits.title: commits\n\xa7 page.person.speed.maxCommits.description: A task may not be completed, but work should be done on it\n\xa7 page.person.hours.title: Distribution of commits during each day of the week\n\xa7 page.person.week.date: Date\n\xa7 page.person.week.tasks: Number of tasks\n\xa7 page.person.week.workDays: Days with commits\n\xa7 page.person.week.taskInDay: Tasks per day\n\xa7 page.person.week.days: days\n\xa7 page.person.week.workDay: weekdays\n\xa7 page.person.week.weekends: weekends\n\xa7 page.sponsor.title: Please, support this project\n\xa7 page.sponsor.share.description: Tell about our [project|https://github.com/bakhirev/assayo] on social networks! You can share [article|https://habr.com/ru/articles/763342/], [post|https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/] or make a video review.\n\xa7 page.sponsor.share.button: Copy the link\n\xa7 page.sponsor.money.description: We will be glad if you support us with any amount! All funds will be used for the further development of the project.\n\xa7 page.sponsor.money.qr: One-time payment (only Russia)\n\xa7 page.sponsor.money.github: GitHub Sponsor\n'].join(""),je=["\n\xa7 achievements.commitsAfter1500.title: Owl\n\xa7 achievements.commitsAfter1500.description: 70% of commits after 3:00 PM\n\xa7 achievements.commitsBefore1500.title: Early bird\n\xa7 achievements.commitsBefore1500.description: 70% of commits before noon\n\xa7 achievements.workEveryTime.title: Devoted worker\n\xa7 achievements.workEveryTime.description: a commit for every hour of the day\n\xa7 achievements.workNotWork.title: Shooting blanks\n\xa7 achievements.workNotWork.description: commits are there, but no tasks are closed\n\xa7 achievements.userNotWork.title: Fly-by\n\xa7 achievements.userNotWork.description: this is not their main project\n\xa7 achievements.userIsDied.title: Dead soul\n\xa7 achievements.userIsDied.description: worked, but resigned\n\xa7 achievements.lessTasks.title: Came and went\n\xa7 achievements.lessTasks.description: least closed tasks\n\xa7 achievements.moreTasks.title: Father says well done\n\xa7 achievements.moreTasks.description: most closed tasks\n\xa7 achievements.everyMessageLong.title: Master of eloquence\n\xa7 achievements.everyMessageLong.description: consistently the longest commit messages\n\xa7 achievements.everyMessageShort.title: Talkative, a spy's dream\n\xa7 achievements.everyMessageShort.description: consistently, the shortest commit messages\n\xa7 achievements.shortestName.title: Size doesn't matter\n\xa7 achievements.shortestName.description: shortest name\n\xa7 achievements.longestName.title: Azim Aziz Il Am Kadir Imran II\n\xa7 achievements.longestName.description: longest name\n\xa7 achievements.moreCommits.title: Backup master\n\xa7 achievements.moreCommits.description: most commits\n\xa7 achievements.lessCommits.title: Rare but Precise\n\xa7 achievements.lessCommits.description: least commits\n\xa7 achievements.oneCommitOneTask.title: Right on target\n\xa7 achievements.oneCommitOneTask.description: on average one commit per task\n\xa7 achievements.moreLazyDays.title: With you in spirit\n\xa7 achievements.moreLazyDays.description: most days without commits\n\xa7 achievements.lessLazyDays.title: Papa carlo\n\xa7 achievements.lessLazyDays.description: least days without commits\n\xa7 achievements.zeroLazyDays.title: Not a single break\n\xa7 achievements.zeroLazyDays.description: not a single day without commits\n\xa7 achievements.moreWorkDays.title: Valuable employee\n\xa7 achievements.moreWorkDays.description: most working days\n\xa7 achievements.moreScopes.title: Startuper\n\xa7 achievements.moreScopes.description: completed the most features\n\xa7 achievements.lessScopes.title: Dandy\n\xa7 achievements.lessScopes.description: completed the fewest features\n\xa7 achievements.moreDaysForTask.title: Snail on the slope\n\xa7 achievements.moreDaysForTask.description: tasks take longer than others\n\xa7 achievements.more2DaysForTask.title: Slow and steady\n\xa7 achievements.more2DaysForTask.description: more than two days per task\n\xa7 achievements.moreDaysInProject.title: Old-timer\n\xa7 achievements.moreDaysInProject.description: most days in the project\n\xa7 achievements.lessDaysInProject.title: And who is this?\n\xa7 achievements.lessDaysInProject.description: least days in the project\n\xa7 achievements.more90DaysInProject.title: Welcome aboard\n\xa7 achievements.more90DaysInProject.description: not fired during the probation period\n\xa7 achievements.lessDaysForTask.title: Fast shooting\n\xa7 achievements.lessDaysForTask.description: a task takes less than a day\n\xa7 achievements.adam.title: Adam\n\xa7 achievements.adam.description: the first stable employee on the project\n\xa7 achievements.more666DaysInProject.title: Devil\n\xa7 achievements.more666DaysInProject.description: worked 666 days on the project\n\xa7 achievements.more777DaysInProject.title: Las Vegas\n\xa7 achievements.more777DaysInProject.description: worked 777 days on the project\n\xa7 achievements.moreRefactoring.title: Executive editor\n\xa7 achievements.moreRefactoring.description: made the most 'refactoring' tags\n\xa7 achievements.longestMessage.title: So many conversations...\n\xa7 achievements.longestMessage.description: the longest commit message of all time\n\xa7 achievements.moreTasksInDay.title: Speed racer\n\xa7 achievements.moreTasksInDay.description: record for the number of tasks closed in a day\n\xa7 achievements.hasCommitFrom0to7.title: Night watch\n\xa7 achievements.hasCommitFrom0to7.description: a commit for every hour of the night\n\xa7 achievements.noCommitOnDay.title: Technical break\n\xa7 achievements.noCommitOnDay.description: there is a certain hour and day in working time when never commits\n\xa7 achievements.hasCommitEveryTime.title: Died at work\n\xa7 achievements.hasCommitEveryTime.description: a commit for every hour of each day (including weekends)\n\xa7 achievements.commitsAfter1800.title: Business Time\n\xa7 achievements.commitsAfter1800.description: no commits after 6:00 PM\n\xa7 achievements.moreFix.title: Bug hunter\n\xa7 achievements.moreFix.description: most closed bugs\n\xa7 achievements.lessWorkDays.title: Count me out\n\xa7 achievements.lessWorkDays.description: least working days\n\xa7 achievements.moreCreateCode.title: Creator\n\xa7 achievements.moreCreateCode.description: tends to add code more than others\n\xa7 achievements.moreRemoveCode.title: Destroyer\n\xa7 achievements.moreRemoveCode.description: tends to remove code more than others\n\xa7 achievements.moreChangeCode.title: Reformer\n\xa7 achievements.moreChangeCode.description: tends to change code more than others\n\xa7 achievements.moreStyle.title: Fashion police\n\xa7 achievements.moreStyle.description: tends to change CSS more than others\n\xa7 achievements.moreOnHoliday.title: No life\n\xa7 achievements.moreOnHoliday.description: relatively many commits in non-working hours\n\xa7 achievements.morePRMerge.title: Show me your pass\n\xa7 achievements.morePRMerge.description: more often than others, presses the \"Merge\" button for PR\n\xa7 achievements.longWaitPR.title: Tomorrow 100% be merge\n\xa7 achievements.longWaitPR.description: created PR that waited more than a month on the review\n\xa7 achievements.moreLongWaitPR.title: A long time ago in a galaxy far, far away\n\xa7 achievements.moreLongWaitPR.description: created PR that has been waiting for a review the longest\n\xa7 achievements.oneExtension.title: My name is LEGION\n\xa7 achievements.oneExtension.description: only this man works with files of a certain extension\n\xa7 achievements.fileRush.title: Zerg Rush\n\xa7 achievements.fileRush.description: created the most files in the project\n\xa7 achievements.moreLintHint.title: Grammar Nazi\n\xa7 achievements.moreLintHint.description: more than anyone created or changed the code-style rules\n\xa7 achievements.moreReadMe.title: Chronicler\n\xa7 achievements.moreReadMe.description: more than anyone created or modified MD files\n\xa7 achievements.moreDevOps.title: DevOps\n\xa7 achievements.moreDevOps.description: more than anyone created or modified files for CI/CD\n\xa7 achievements.moreTests.title: Tester\n\xa7 achievements.moreTests.description: more than anyone created or modified files for testing\n\xa7 achievements.allRelease.title: Full house\n\xa7 achievements.allRelease.description: there is a release compiled only from his tasks\n\xa7 achievements.firstCommit.title: First come, first served\n\xa7 achievements.firstCommit.description: first commit on the project\n\xa7 achievements.lastCommit.title: I've finished\n\xa7 achievements.lastCommit.description: last commit on the project\n\xa7 achievements.firstLastCommit.title: From beginning to end\n\xa7 achievements.firstLastCommit.description: first and last commit on the project\n\xa7 achievements.longFilePath.title: Deep cellar\n\xa7 achievements.longFilePath.description: the first created the file with the deepest directory\n\xa7 achievements.longFileName.title: Size matters\n\xa7 achievements.longFileName.description: created the file with the longest name\n\xa7 achievements.workOnWeekends.title: Work not walk\n\xa7 achievements.workOnWeekends.description: at least once worked on weekends\n\xa7 achievements.removeCreateFile.title: Dig out the stewardess\n\xa7 achievements.removeCreateFile.description: recover removed file\n\xa7 achievements.renameFile.title: Astana Nur-Sultan Astana\n\xa7 achievements.renameFile.description: rename file and rollback\n\xa7 achievements.longTask.title: Easy task\n\xa7 achievements.longTask.description: worked on task more than three months\n\xa7 achievements.haveNotEmail.title: Mailman\n\xa7 achievements.haveNotEmail.description: empty email field in git config\n\xa7 achievements.moreAddedFolders.title: Director \n\xa7 achievements.moreAddedFolders.description: created the most directories\n\xa7 achievements.horoscope1.title: Mercury Retrograde for Capricorn\n\xa7 achievements.horoscope2.title: Mercury Retrograde for Aquarius\n\xa7 achievements.horoscope3.title: Mercury Retrograde for Pisces\n\xa7 achievements.horoscope4.title: Mercury Retrograde for Aries\n\xa7 achievements.horoscope5.title: Mercury Retrograde for Taurus\n\xa7 achievements.horoscope6.title: Mercury Retrograde for Gemini\n\xa7 achievements.horoscope7.title: Mercury Retrograde for Cancer\n\xa7 achievements.horoscope8.title: Mercury Retrograde for Leo\n\xa7 achievements.horoscope9.title: Mercury Retrograde for Virgo\n\xa7 achievements.horoscope10.title: Mercury Retrograde for Libra\n\xa7 achievements.horoscope11.title: Mercury Retrograde for Scorpio\n\xa7 achievements.horoscope12.title: Mercury Retrograde for Sagittarius\n\xa7 achievements.horoscope1.description: by the month of the first commit\n\xa7 achievements.horoscope2.description: by the month of the first commit\n\xa7 achievements.horoscope3.description: by the month of the first commit\n\xa7 achievements.horoscope4.description: by the month of the first commit\n\xa7 achievements.horoscope5.description: by the month of the first commit\n\xa7 achievements.horoscope6.description: by the month of the first commit\n\xa7 achievements.horoscope7.description: by the month of the first commit\n\xa7 achievements.horoscope8.description: by the month of the first commit\n\xa7 achievements.horoscope9.description: by the month of the first commit\n\xa7 achievements.horoscope10.description: by the month of the first commit\n\xa7 achievements.horoscope11.description: by the month of the first commit\n\xa7 achievements.horoscope12.description: by the month of the first commit\n\xa7 achievements.111.description: test\n","\n\xa7 uiKit.console.button: Copiar\n\xa7 uiKit.console.notification: Texto copiado\n\xa7 uiKit.dataLoader.page: P\xe1gina\n\xa7 uiKit.dataLoader.size: Exibido por\n\xa7 uiKit.dataLoader.rows: lines.\n\xa7 uiKit.dataLoader.from: de\n\xa7 uiKit.dataLoader.all: Mostrar tudo\n\xa7 uiKit.hoursChart.work: Tempo de trabalho padr\xe3o. (dias de semana, das 07: 00 \xe0s 20:00)\n\xa7 uiKit.hoursChart.weekend: fins de semana ou tempo antes / depois do dia de trabalho\n\xa7 uiKit.hoursChart.days: n\xfamero total de commits em um determinado dia e hora\n\xa7 uiKit.page.remove: Remover\n\xa7 uiKit.nothingFound.common.title: N\xe3o h\xe1 ou n\xe3o h\xe1 dados suficientes para exibir\n\xa7 uiKit.nothingFound.common.description: O sistema processar\xe1 mais dados se os commits forem assinados no formato [Git commit message convention|https://www.conventionalcommits.org/en/v1.0.0/]. Modelo:\n\xa7 uiKit.nothingFound.common.console: N\xfamero da tarefa_tipo(m\xf3dulo): explica\xe7\xe3o\n\xa7 uiKit.nothingFound.common.example: Por exemplo:\n\xa7 uiKit.nothingFound.staff.title: N\xe3o h\xe1 dados para este funcion\xe1rio\n\xa7 uiKit.nothingFound.staff.description1:\nEle n\xe3o fazia altera\xe7\xf5es todos os dias de trabalho. Por isso, ele recebeu o status \u201cAssistente\u201d.\nAs estat\xedsticas de um trabalhador com esse status n\xe3o precisam ser registradas. Sua influ\xeancia \xe9 insignificante.\n\xa7 uiKit.nothingFound.staff.description2:\nO sistema n\xe3o calcula uma s\xe9rie de indicadores para ele.\nSe este for um erro e a estat\xedstica para esse funcion\xe1rio precisar ser levada em considera\xe7\xe3o, v\xe1 para a se\xe7\xe3o \u201cConfigura\xe7\xf5es\u201d e altere o seu tipo.\n\xa7 common.title: Git estat\xedstica\n\xa7 common.filters: Filtro\n\xa7 common.notifications.save: Altera\xe7\xf5es salvas\n\xa7 common.notifications.setting: Configura\xe7\xe3o guardada\n\xa7 common.fileLoader.notification: Cant open file $1\n","\n\xa7 sidebar.switch.team: Comando\n\xa7 sidebar.switch.person: Funcion\xe1rio\n\xa7 sidebar.buttons.settings: Sintoniza\xe7\xe3o\n\xa7 sidebar.buttons.print: Impress\xe3o\n\xa7 sidebar.buttons.share: Share\n\xa7 sidebar.buttons.logout: Logout\n\xa7 sidebar.filters.all: o tempo todo\n\xa7 sidebar.filters.year: ano\n\xa7 sidebar.filters.halfYear: meio ano\n\xa7 sidebar.filters.month: m\xeas\n\xa7 sidebar.filters.week: semana\n\xa7 sidebar.team.total: Informa\xe7\xe3o geral\n\xa7 sidebar.team.scope: m\xf3dulo\n\xa7 sidebar.team.author: Funcion\xe1rio\n\xa7 sidebar.team.type: Tipos de Tarefas\n\xa7 sidebar.team.pr: Introdu\xe7\xe3o do C\xf3digo\n\xa7 sidebar.team.day: Por dia\n\xa7 sidebar.team.week: Por semana\n\xa7 sidebar.team.month: Por m\xeas\n\xa7 sidebar.team.tree: An\xe1lise de arquivos\n\xa7 sidebar.team.files: Ficheiros\n\xa7 sidebar.team.removedFiles: Arquivos exclu\xeddos\n\xa7 sidebar.team.extension: Extensions\n\xa7 sidebar.team.tasks: Lista de Tarefas\n\xa7 sidebar.team.release: Releases\n\xa7 sidebar.team.hours: Hor\xe1rio\n\xa7 sidebar.team.commits: All commits\n\xa7 sidebar.team.changes: Todas as altera\xe7\xf5es\n\xa7 sidebar.team.words: Palavras populares\n\xa7 sidebar.team.building: Concurso\n\xa7 sidebar.team.settings: Sintoniza\xe7\xe3o\n\xa7 sidebar.person.total: Informa\xe7\xe3o geral\n\xa7 sidebar.person.money: Custo do trabalho\n\xa7 sidebar.person.speed: Velocidade\n\xa7 sidebar.person.day: Por dia\n\xa7 sidebar.person.week: Por semana\n\xa7 sidebar.person.month: Por m\xeas\n\xa7 sidebar.person.tasks: Tasks\n\xa7 sidebar.person.hours: Hor\xe1rio\n\xa7 sidebar.person.commits: All commits\n\xa7 sidebar.person.changes: Todas as altera\xe7\xf5es\n\xa7 sidebar.person.words: Palavras populares\n\xa7 sidebar.person.settings: Sintoniza\xe7\xe3o\n",'\n\xa7 recommendations.modal.cancel: Ok\n\xa7 recommendations.modal.open: More\n\xa7 recommendations.title\nRecommendations and facts\n\n\xa7 recommendations.timestamp.firstCommit.description\nmade the first commit\n\nDay of the Week: $1\n\n\xa7 recommendations.timestamp.lastCommit.description\nmade the last commit\n\nDay of the Week: $1\n\n\xa7 recommendations.timestamp.common.title: $1 days\n\xa7 recommendations.timestamp.allDays.description: from the first to the last commit (including weekends and holidays).\n\xa7 recommendations.timestamp.lossesDays.description: days without commits, even considering weekends, vacation, and public holidays.\n\xa7 recommendations.timestamp.weekendDays.description\nworking on weekends\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- employees burn out faster;\n\n\xa7 recommendations.timestamp.regularWeekendWord.title: Regular Overtime\n\xa7 recommendations.timestamp.sometimeWeekendWord.title: Occasional overtime\n\xa7 recommendations.timestamp.weekendWord.description\nIt might be advisable to change the project manager, analyst, and architect.\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- the quality of the product is usually low;\n- some employees resign;\n- new errors emerge due to the rush;\n\n# Most likely:\n- deadlines were incorrectly estimated at the beginning;\n- technical specifications are missing;\n- weak analytics;\n- weak architecture (no architect was hired, and the team consists of mid-level developers);\n- started writing code first, then planning;\n- lack of proper processes to understand mistakes;\n\n\xa7 recommendations.timestamp.neverWeekendWord.title: Usually Without Overtime\n\xa7 recommendations.timestamp.neverWeekendWord.description\nBut sometimes it happens.\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- employees burn out faster;\n\n\xa7 recommendations.scope.parallelism.not.title\nNo parallel work\n\n\xa7 recommendations.scope.parallelism.not.description\nany feature at any given time is done by one person.\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is less than 1.3, we consider that there is usually no parallel work within most features;\n\n# Why this is bad:\n- increases bus factor;\n- employees develop more slowly;\n- difficult to properly check an employee\'s work;\n\n# Why this is good:\n- experts emerge who are deeply immersed in the subject area and can offer more quality solutions;\n- most likely there are no merge conflicts;\n- the project can quickly develop in different directions simultaneously;\n\n\xa7 recommendations.scope.parallelism.has.title\nSome Work Done in Parallel\n\n\xa7 recommendations.scope.parallelism.has.description\nSometimes a feature is worked on simultaneously by several people.\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is from 1.3 to 2.0, we consider that some of the work within different features is sometimes done in parallel;\n\n\xa7 recommendations.scope.parallelism.every.title\nParallel Work\n\n\xa7 recommendations.scope.parallelism.every.description\nany feature at any given time is worked on by several people\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is more than two, we consider that most of the work within different features is usually done in parallel;\n\n\xa7 recommendations.scope.money\nthis is the estimated cost for the work on this project.\n\n# Calculation method:\n- person-days spent on development are multiplied by the individual salaries of the developers;\n\nTo change the salary of each developer for a more accurate total, go to the "Settings" section.\n\n# Is this too much or too little?\nTo answer this question, consider the following:\n- Could a ready-made solution have been purchased for this amount of money?\n- Could a better product have been developed for this amount of money?\n\nIf the answer to both questions is "yes," then perhaps developing from scratch was not worth the money spent.\n \n\xa7 recommendations.scope.bus.everyHasOne.title\nBus factor = 1\n\n\xa7 recommendations.scope.bus.everyHasOne.description\nMost features are deeply understood by only one person.\nIt\'s necessary to rotate people.\n\n# Why this is bad:\n- if employees resign, it will be difficult to continue their work;\n- it\u2019s impossible to control the quality of their code;\n\n# How the sample is chosen:\n- more than 80% of commits in a feature are made by one person;\n- the project has more than 60% of such features;\n\n\xa7 recommendations.scope.bus.oneMaintainer\none person is deeply involved in a feature.\n\n# Why this is bad:\n- if they resign, it will be hard to continue development;\n- the quality of code-review decreases;\n- it\u2019s difficult to parallelize development when needed;\n\n# How the sample is chosen:\n- more than 80% of commits in a feature are made by one person;\n\n\xa7 recommendations.scope.types.process.title\nPoor processes\n\n\xa7 recommendations.scope.types.process.description\nMost features contain one type of task.\n\n\xa7 recommendations.scope.types.one\nfeatures contain one type of task.\n\n\xa7 recommendations.scope.types.common\nIt\'s possible that developers are incorrectly signing commits or the manager is entering the same type of tasks.\n\n# Why this is important:\n- it\'s impossible to hand over support to another team;\n- it\'s impossible to release a "boxed" version;\n- strong dependence on specific developers;\n- a high number of errors and low code quality;\n- potential slowdown in development in the future;\n\n# The manager\'s mistake:\n- viewing the product only from the perspective of a "working demo";\n\n# What should be done:\n- tests;\n- bugs (identified through testing);\n- refactoring (as architecture may change);\n- documentation;\n- style revisions (as a result of focus group feedback);\n\n\xa7 recommendations.scope.plan.title\nDevelop a long-term plan\n\n\xa7 recommendations.scope.plan.description\ntaking architecture into account.\n\nThis plan should immediately focus on the most challenging tasks.\n\n# Why the lack of a plan is bad:\n- employees create a minimally viable version without planning for expansion points. After this, unscalable code is written, which slows down future features;\n\n# The manager\'s mistake:\n- they haven\'t shown how the product will develop further and where the growth points will be;\n\n# How it should be done:\n- a global product development plan is created;\n- a global architecture development plan is created (with developers and DBAs);\n- potential significant changes are discussed upfront at the schematic level;\n\n\xa7 recommendations.scope.cost.title\nEvaluate Investment in a Feature\n\n\xa7 recommendations.scope.cost.description\nin terms of potential profit.\n\nFeatures that are expensive to develop but bring little profit may need to be postponed or even canceled. This will make the project more commercially successful.\n\n\xa7 recommendations.author.lotOfLazy.title: Too little code: $1\n\xa7 recommendations.author.lotOfLazy.description\nShould they be fired?\n\n# Composition: \n- $1;\n\n# Answer the questions:\n- are they a team leader, architect, or analyst?\n- is this their primary project?\n- are there any dependencies on them?\n\n# Why it makes no sense to correct\nThe total costs for the developer are already more than the profit from their work.\nIf we believe that there were no objective hindrances to their work, then the person either does not want to work at all or is working on two projects simultaneously.\nFiring and replacing them with a new employee seems justified from a statistical point of view.\n\n\xa7 recommendations.author.manyLazy.title: Little code: $1\n\xa7 recommendations.author.manyLazy.description\nNeeds to be monitored.\n\n# Composition: \n- $1;\n\n# How the sample is chosen:\n- in test samples, a good programmer writes code for more than 80% of the time;\n- in this case, the indicator is between 60% and 80%;\n\n# How to monitor:\n- break tasks into 1..2 days;\n- ask for a status update every day;\n- ensure tasks are well defined and ready for development;\n- arrange pair programming to check actual speed;\n\n\xa7 recommendations.author.oneTypeMans\nreceives too many monotonous tasks of the same type. Risk of burnout.\n\n# Why this is important:\n- if an employee burns out, their work speed will decrease;\n- professional growth slows down;\n- the likelihood of resignation increases;\n\n# How the sample is chosen:\n- the type of task is determined for each commit;\n- if more than 70% of tasks are of the same type, it means the person is doing the same thing repeatedly;\n\n\xa7 recommendations.author.workToday.title: Working $1\n\xa7 recommendations.author.workToday.description\non the project at this moment.\n\n# Composition: \n- $1;\n\n# Why specifically them:\n- more than 50% of workdays;\n- have worked during the last 30 days;\n\n\xa7 recommendations.author.dismissed.title: Dismissed $1\n\xa7 recommendations.author.dismissed.description\nor worked for a short period.\n\n# Composition:\n- $1;\n\n# Why specifically them:\n- worked at a normal pace (apparently, this is their main repository);\n- no commits in the last month;\n- vacation usually lasts 14 days (their absence does not resemble a vacation);\n\n\xa7 recommendations.author.staff.title: Assisting $1\n\xa7 recommendations.author.staff.description\nPeople of other specializations who have committed something.\n\n# Composition: \n- $1;\n\n# Why specifically them:\n- this is not an open-source project;\n- workdays less than 15% of the total number;\n- modify roughly the same files;\n\n\xa7 recommendations.author.projectType.openSource.title\nOpen Project\n\n\xa7 recommendations.author.projectType.openSource.description\nthey do not work five days a week here.\n\nThe project may be closed, but this work pace is typical for open libraries on GitHub.\n\n# Assessment method:\n- statistics are taken for all active developers;\n- the average number of working days and days without commits is calculated;\n- for open-source libraries, working days are usually a maximum of 15..20%;\n\n# Consequences\nFor projects where work is not constant, many indicators do not make sense. Therefore, indicators like days without commits, speed, etc., will be hidden.\n\nTypically, such projects are assessed before starting the development of their own closed version. The most interesting indicators in this case are the probable cost and total development time.\n\n\xa7 recommendations.author.projectType.easy.title\nLight Workload\n\n\xa7 recommendations.author.projectType.easy.description\ntoo many days without commits.\n\nIt is necessary to understand why the team is not writing code.\n\n# Assessment method:\n- take statistics from all active developers;\n- calculate the average number of working days and days without commits;\n- workload is considered light if the percentage of days without commits is between 5% and 20%;\n\n# Possible reasons:\n- there are actually no tasks;\n- there are tasks, but they fit well with the current architecture;\n- developers are distracted by meetings;\n- the team is not working;\n\n# Solutions:\n- discuss the issue with the team;\n- reduce task granularity so that one or two tasks can be completed in a day;\n- introduce daily meetings to check the status of tasks;\n- arrange pair programming sessions to ensure that the developer can work faster;\n\n\xa7 recommendations.author.manager.title\nSet Deadlines\n\n\xa7 recommendations.author.manager.description\nEvery task should have a clear deadline.\n \nThis will prevent dragging out its completion for several days or weeks.\n\n# Indicators to check:\n- the number of days spent on one task by an employee;\n- the number of days waiting for PR merge (PR statistics page);\n\n\xa7 recommendations.author.shorTalk.title\nConduct Daily Meetings\n\n\xa7 recommendations.author.shorTalk.description\nthey help stay informed about the project.\n \nDo not stretch them by getting sidetracked on irrelevant topics.\n\n# Questions the employee should answer:\n- what was done;\n- what will be done;\n- are there any issues;\n\n# Interruptions should occur if:\n- they start describing minor details in-depth, which are not important;\n- they steer the conversation away from the original plan;\n\n# Why this is important:\nOften an employee who does nothing tries to avoid the answer by telling a bunch of unnecessary details of their work. This lulls the participants\' attention and stretches the time for a response. It creates an impression that they are busy, even though there was no actual work done.\n\n\xa7 recommendations.author.ipr.title\nDevelop a Training Plan\n\n\xa7 recommendations.author.ipr.description\nfor each employee.\n\n*Individual training plan* is a list of goals and tasks that help a person develop in a certain area.\n\n# How to create a plan:\n- create a competency matrix;\n- identify which competencies have the least knowledge and experience;\n- find out which of these competencies are of interest to the employee;\n- come up with 3..5 goals within each such competency for the next six months or a year;\n- try to do something every month to achieve one goal;\n- remind every month about the overall plan to achieve these goals;\n\n# Does a manager need a plan?\nYes, the manager should also make a plan for themselves. If there is no higher-level manager, they should self-assess.\n\n# Why this is important:\n- employees become more loyal to the company;\n- you get more qualified personnel for the same money;\n\n\xa7 recommendations.author.oneToOne.title\nConduct One-on-One Meetings Every Month\n\n\xa7 recommendations.author.oneToOne.description\nit helps to identify problems at an early stage.\n\n*One-to-one* is a regular personal meeting of a manager with a subordinate. Such meetings typically discuss everything important to the employee, what concerns them, and what they can share with the manager in private.\n\n# Why this is important:\n- easy to find out who is overburdened and who has free time;\n- possible to prevent employee burnout;\n- quick feedback can be obtained about processes that you might not notice;\n- trust is built, making employees more loyal to the company;\n- increases employee motivation and engagement;\n\n\xa7 recommendations.author.club.title\nGo to a Bar\n\n\xa7 recommendations.author.club.description\nonce a month or two.\n\nThis will help build informal communication within the team and bring the team together, even if the interaction is brief.\n\n# Why this is important:\n- quick feedback can be obtained about processes that you might not notice;\n- trust is built, making employees more loyal to the company;\n- increases employee engagement;\n\n\xa7 recommendations.hour.onlyWork.title: No Weekends Here\n\xa7 recommendations.hour.onlyWork.description: The project manager should probably be fired.\n\xa7 recommendations.hour.weekends.title: Working on Weekends\n\xa7 recommendations.hour.weekends.description: The project manager should probably be checked.\n\xa7 recommendations.hour.easy.title: There Are Problems\n\xa7 recommendations.hour.easy.description: There are likely crunch times and work is needed on weekends.\n\xa7 recommendations.week.lazyDays.down.title: Fewer Absences\n\xa7 recommendations.week.lazyDays.down.description: this indicator has dropped over the last three weeks\n\xa7 recommendations.week.lazyDays.up.title: More Absences\n\xa7 recommendations.week.lazyDays.up.description: no tasks or stricter control is needed\n\xa7 recommendations.week.notWork.title: Consistently Underperforms\n\xa7 recommendations.week.notWork.description: as every week the code is not 100% of the time\n\xa7 recommendations.week.upWork.title: Consistently Overworks\n\xa7 recommendations.week.upWork.description: as every week code is written on weekend days\n\xa7 recommendations.week.task.up.title: Productivity is growing\n\xa7 recommendations.week.task.up.description: or tasks have become too small. Need to check. If granularity is the same - reinforce the result.\n\xa7 recommendations.week.task.lazyMaintainer.description: consistently leads in absences. Fire?\n\xa7 recommendations.week.task.down.title: Productivity is Falling\n\xa7 recommendations.week.task.down.description\nor tasks are poorly split. Need to check. If granularity is the same - take control.\n\n# Assessment method:\n- the number of tasks per day that are being worked on has been steadily decreasing over the last three weeks.\n\n# Possible errors:\n- tasks could have been more complex than they seemed;\n- tasks could have had a large volume of work (need to check if the number of changes is also decreasing during this period)\n\n\xa7 recommendations.type.everyHasOne.title: Not signing task types\n\xa7 recommendations.type.everyHasOne.description: Most task types are done by one person.\n\xa7 recommendations.type.oneMaintainer.title: Narrow Specialization\n\xa7 recommendations.type.oneMaintainer.description\nmost tasks of one type are done by the same people.\n\n# Task types:\n\n\xa7 recommendations.type.common\n# It might not be the case\n\nMake sure that other employees correctly sign commits.\n\nSteps to ensure this:\n- set up a pre-commit check for commit messages;\n- explain to the team the need to indicate the type;\n- check in new branches that employees follow this rule;\n\n# If it is indeed the case\n\nYou have set up checks and ensured that the same employee does tasks of the same type.\n\nWhy this is bad:\n- their resignation will halt a whole bunch of processes;\n- it reduces the competence of other team members;\n- difficult to understand their edits at a higher level;\n\nHow to fix this:\n- distribute different types of tasks evenly;\n- change the area of work (tests, documentation, bugs) among employees every sprint;\n\n\xa7 recommendations.type.fewTypes.title\nThis is a local product\n\n\xa7 recommendations.type.fewTypes.description\nfor a specific customer or problem.\n\n# Signs of a "global" product:\n- localization;\n- documentation;\n- a large volume of tests;\n- visual customization;\n- refactoring of bottlenecks;\n- etc.\n\n# Why this product looks like a "local" one:\n- each "global" sign will be outweighed by its type of task;\n- the more "global" signs, the more likely a "global" product;\n\nIn this case, we see a small number of types, which likely indicates shortcomings that prevent the product from being easily scaled to the global market and sold in other countries.\n\n# It might not be the case\nBased on file types, we can assume the type of program (website, server application, DevOps scripts, etc.). For a frontend application, our hypothesis will be more accurate than for DevOps scripts, which might just be a micro-module of initialization.\n\n\xa7 recommendations.type.diff.title\nSplit the popular type into subtypes\n\n\xa7 recommendations.type.diff.description\nto detail errors.\n\nTypically, the task type labeled "bug fixing" is leading. This makes the statistics weakly detailed.\n\n*If you encounter this situation*, you can break down this type into subtypes (e.g., based on the location of detection).\n\nConsider several options for subtypes:\n- fix_dev (error detected during development);\n- fix_test (error detected during testing);\n- fix (error detected in production);\n\n\xa7 recommendations.type.buddy.title\nAccumulate minor tasks\n\n\xa7 recommendations.type.buddy.description\nfor new employees.\n\n# If a task is:\n- not important;\n- not big;\n- doesn\'t require deep immersion in the context;\n- more about refactoring than new code;\n\n# Put it in the backlog with the label "for beginners".\n\nWhen a new employee arrives, you will be able to immediately pull out a bunch of small and varied tasks for them to get acquainted with the project.\n\nAlso, if you have a lull in work, you can pull out one such minor task from the backlog.\n',"\n\xa7 page.settings.document.title: Display settings\n\xa7 page.settings.document.name: Page title\n\xa7 page.settings.document.language: Interface language\n\xa7 page.settings.document.depersonalize: Depersonalize the data\n\xa7 page.settings.links.title: Link prefixes\n\xa7 page.settings.links.task: For task numbers\n\xa7 page.settings.links.pr: For PR\n\xa7 page.settings.user.title: Individual settings\n\xa7 page.settings.user.notFound: No individual settings. Data for all employees are calculated based on common parameters.\n\xa7 page.settings.user.subTitle: Addendum to employment contract \u2116$1\n\xa7 page.settings.user.from: Start date\n\xa7 page.settings.mailmap: .mailmap example\n\xa7 page.settings.common.title: General salary data\n\xa7 page.settings.common.type.title: Project work type\n\xa7 page.settings.common.type.full: Full-time employment\n\xa7 page.settings.common.type.part: Project work\n\xa7 page.settings.common.salary: Monthly salary in USD (US dollar, $)\n\xa7 page.settings.common.currency: Currency for view\n\xa7 page.settings.common.workDaysInYear: Number of working days in a year\n\xa7 page.settings.common.vacationDaysInYear: Number of vacation days in a year\n\xa7 page.settings.common.workDaysInWeek: Workdays\n\xa7 page.settings.form.save: Save\n\xa7 page.settings.form.cancel: Cancel\n\xa7 page.settings.form.remove: Remove\n\xa7 page.settings.form.addEmployee: Add an employee\n\xa7 page.settings.form.addContract: Add an employment contract\n",'\n\xa7 page.welcome.step1: Execute the command in the root of your project.\n\xa7 page.welcome.step3: Drag and drop\n\xa7 page.welcome.step4: the log.txt file onto this page.\n\xa7 page.welcome.description: Git will create a log.txt file. It contains data for report generation. Or use git shortlog -s -n -e if you don\'t need a report. Create a [.mailmap|https://git-scm.com/docs/gitmailmap] file in the root of the project to consolidate employee statistics.\n\xa7 page.welcome.warning1: The service *DOES NOT SAVE* and *DOES NOT TRANSFER* your data. All calculations are performed locally in your browser on your machine.\n\xa7 page.welcome.warning2: The service *DOES NOT COLLECT STATISTICS* on projects. You can disconnect the internet, check traffic, and even build a local version from the [source|https://github.com/bakhirev/assayo].\n\xa7 page.common.words.title: Word Statistics.\n\xa7 page.common.words.description: the most popular word. Occurs $1 times.\n\xa7 page.common.commits.title: Number of commits by days.\n\xa7 page.common.commits.description: ($1) the most productive day in terms of the number of commits.\n\xa7 page.common.commits.title2: $1 commits made: $2\n\xa7 page.common.filter.allUsers: Does not matter\n\xa7 page.print.modal.title: What are we printing?\n\xa7 page.print.modal.page: Current page\n\xa7 page.print.modal.type: Current section\n\xa7 page.print.modal.all: All statistics\n\xa7 page.print.modal.cancel: Cancel\n\xa7 page.print.tableOfContents: Table of contents\n\xa7 page.print.title: Git repository report\n\xa7 page.print.sub_title: \xab$1\xbb\n\xa7 page.print.description: The data for the report was obtained from the commit history.\n\xa7 page.team.author.title: Employee statistics\n\xa7 page.team.author.description1: *Part of the statistics* (work speed, costs, etc.) *for employees with the \'Assistant\' type is not counted*, as it is an episodic role in the project. It is assumed that they do not affect the project, and their edits can be disregarded in the context of the overall volume of work.\n\xa7 page.team.author.description2: *Default sorting* is by the number of tasks and groups (current, fired, assisting employees).\n\xa7 page.team.author.status: Status\n\xa7 page.team.author.firstCommit: First commit\n\xa7 page.team.author.lastCommit: Last\n\xa7 page.team.author.daysAll: Total days\n\xa7 page.team.author.types: Types of work\n\xa7 page.team.author.commits: Commits\n\xa7 page.team.author.commitsSmall: commits\n\xa7 page.team.author.tasks: Tasks\n\xa7 page.team.author.tasksSmall: tasks\n\xa7 page.team.author.workedLosses: Days with and without commits\n\xa7 page.team.author.worked: work\n\xa7 page.team.author.losses: days without commits\n\xa7 page.team.author.days: days\n\xa7 page.team.author.daysForTask: Days per task\n\xa7 page.team.author.scopes: Features\n\xa7 page.team.author.moneyAll: Received\n\xa7 page.team.author.moneyWorked: Worked for\n\xa7 page.team.author.moneyLosses: Overpayment\n\xa7 page.team.author.type.work: works\n\xa7 page.team.author.type.dismissed: dismissed\n\xa7 page.team.author.type.staff: staff\n\xa7 page.team.hours.title: Distribution of commits during each day of the week\n\xa7 page.team.month.title: Project work calendar\n\xa7 page.team.month.first: (first work day)\n\xa7 page.team.month.last: (last work day)\n\xa7 page.team.scope.title: Feature statistics\n\xa7 page.team.scope.scope: Feature\n\xa7 page.team.scope.days: Working Days\n\xa7 page.team.scope.authorsDays: Person-Days\n\xa7 page.team.scope.tasks: Tasks\n\xa7 page.team.scope.commits: Commits\n\xa7 page.team.scope.commitsSmall: commits\n\xa7 page.team.scope.types: Types of work\n\xa7 page.team.scope.authors: Personal contribution\n\xa7 page.team.scope.cost: Cost\n\xa7 page.team.type.title: Task type statistics\n\xa7 page.team.type.description: *Personal contribution* is counted by the number of commits, not the volume of changed lines or files. Therefore, the "File Analysis" section should also be consulted to assess the scale of changes.\n\xa7 page.team.type.type: Type of work\n\xa7 page.team.type.tasks: Tasks\n\xa7 page.team.type.tasksSmall: tasks\n\xa7 page.team.type.days: Days\n\xa7 page.team.type.daysSmall: days\n\xa7 page.team.type.authorsDays: Person-days\n\xa7 page.team.type.commits: Commits\n\xa7 page.team.type.authors: Personal contribution\n\xa7 page.team.total.titleA: Volume of work\n\xa7 page.team.total.titleB: Cost\n\xa7 page.team.total.daysWorked.title: person-days\n\xa7 page.team.total.daysWorked.description: Only days with commits are counted\n\xa7 page.team.total.commits.title: commits\n\xa7 page.team.total.commits.description: Deleted branches are not counted\n\xa7 page.team.total.daysLosses.title: days without commits\n\xa7 page.team.total.daysLosses.description: All days minus: holidays, weekends, vacation, days with commits\n\xa7 page.team.total.employment.title: working / dismissed\n\xa7 page.team.total.employment.description: If an employee does not make any commits within a month, they are considered dismissed\n\xa7 page.team.total.moneyAll.title: total\n\xa7 page.team.total.moneyAll.description: Total salary expenses\n\xa7 page.team.total.moneyWorked.title: actual\n\xa7 page.team.total.moneyWorked.description: Actual days worked multiplied by average salary\n\xa7 page.team.total.moneyLosses.title: possible overpayment\n\xa7 page.team.total.moneyLosses.description: Paid working days when there were no commits\n\xa7 page.team.total.weekendPayment.title: weekend work\n\xa7 page.team.total.weekendPayment.description: Total overpayment for weekend work\n\xa7 page.team.total.workSpeed.title: tasks per day\n\xa7 page.team.total.workSpeed.description: Average work speed of the team with the current composition of employees\n\xa7 page.team.total.moneySpeed.title: per month\n\xa7 page.team.total.moneySpeed.description: Forecasted salary payment amount with the current team composition, excluding taxes and related expenses\n\xa7 page.team.total.description1: *Person-days* \u2014 the work of one employee during a single working day. For example, in one calendar day, a team of three employees produces a work volume of three person-days.\n\xa7 page.team.total.description2: *Absentee days* are counted only as working days when commits could have been made. Weekends, public holidays, and vacations are not included in the calculation.\n\xa7 page.team.total.description3: The *working and dismissed* card shows the actual composition of employees who are continuously involved in work. Additionally, there are "assistants" \u2014 typically employees of a different specialization who may occasionally make commits to the project.\n\xa7 page.team.total.description4: *Overpayment* includes only working days when commits could have been made. Weekends, public holidays, and vacations are not included in the calculation. This is why overpayment + actual cost != total. The total cost includes payment for weekends, public holidays, and vacations.\n\xa7 page.team.total.description5: *Weekend work* is calculated at a rate of x2 the payment of a regular day. The displayed amount is specifically the overpayment (x1), as the fact of overtime in this context is not of interest. We focus on overpayment when increasing work speed.\n\xa7 page.team.tree.title: Project tree considering selected filters\n\xa7 page.team.tree.filters.author: Employee\n\xa7 page.team.tree.filters.commits: Number of commits\n\xa7 page.team.tree.filters.help: The minimum number of commits an employee has made in a file\n\xa7 page.team.tree.filters.all: All employees\n\xa7 page.team.tree.add: Who added\n\xa7 page.team.tree.change: Who changed\n\xa7 page.team.tree.remove: Who removed\n\xa7 page.team.tree.line: lines\n\xa7 page.team.tree.linesAdded: added\n\xa7 page.team.tree.linesChanged: changed\n\xa7 page.team.tree.linesRemoved: removed\n\xa7 page.team.day.commits: Commits\n\xa7 page.team.day.activity: Activity\n\xa7 page.team.week.title: Weekly statistics\n\xa7 page.team.week.date: Date\n\xa7 page.team.week.numberTasks: Number of tasks\n\xa7 page.team.week.people: Number of people\n\xa7 page.team.week.line: Line changes\n\xa7 page.team.week.days: Days with and without commits\n\xa7 page.team.week.lossesDetails: Who did not commit\n\xa7 page.team.week.add: added\n\xa7 page.team.week.change: changed\n\xa7 page.team.week.remove: removed\n\xa7 page.team.week.hasCommits: had commits\n\xa7 page.team.week.hasNotCommits: had no commits\n\xa7 page.team.week.days: days\n\xa7 page.team.week.tasks: tasks\n\xa7 page.team.pr.task: Task\n\xa7 page.team.pr.tasks: tasks\n\xa7 page.team.pr.firstCommitTime: First commit\n\xa7 page.team.pr.lastCommitTime: Last\n\xa7 page.team.pr.workDays: Average time spent working on a task\n\xa7 page.team.pr.delayDays: Average time of the PR review\n\xa7 page.team.pr.all.workDays: Time spent working on a task\n\xa7 page.team.pr.all.delayDays: Time of the PR review\n\xa7 page.team.pr.middleTimeRelease: The ratio of development time to review time\n\xa7 page.team.pr.chart.1day: day\n\xa7 page.team.pr.chart.3day: three days\n\xa7 page.team.pr.chart.7day: week\n\xa7 page.team.pr.chart.14day: two weeks\n\xa7 page.team.pr.chart.30day: month\n\xa7 page.team.pr.chart.more: more\n\xa7 page.team.pr.commits: Commits\n\xa7 page.team.pr.date: Merge Date\n\xa7 page.team.pr.mergeAuthor: Merged by\n\xa7 page.team.pr.author: Employee\n\xa7 page.team.pr.work: development\n\xa7 page.team.pr.delay: waiting\n\xa7 page.team.pr.days: days\n\xa7 page.team.pr.oneTaskDays: Time spent on one task\n\xa7 page.team.pr.description1: *Development time* is the time difference from the first to the last commit on a task. It does not matter if there were breaks of several days between commits or not. Any commit increases the time.\n\xa7 page.team.pr.description2: *Waiting time* is the time between the last commit and the code merge. It shows the actual downtime while waiting for something.\n\xa7 page.team.pr.description3: *Why display development time* without splitting into coding and code review? To show the business the actual delivery time of the code. Waiting for testing, review comments, DevOps problems, and other process imperfections are already included in this term.\n\xa7 page.team.pr.statByAuthors: Statistics by employees\n\xa7 page.team.pr.longDelay: Prolonged Waiting for merge\n\xa7 page.team.tasks.task: Task\n\xa7 page.team.tasks.author: First commit author\n\xa7 page.team.tasks.from: First commit\n\xa7 page.team.tasks.to: Last commit\n\xa7 page.team.tasks.daysInWork: Days in work\n\xa7 page.team.tasks.commits: Commits number\n\xa7 page.team.tasks.pr: Merge date\n\xa7 page.team.tasks.prAuthor: Merged by user\n\xa7 page.team.tasks.prDelayDays: Delay before merge in days\n\xa7 page.team.tasks.comments: Comments\n\xa7 page.team.extension.extension: File extensions\n\xa7 page.team.extension.type: File sub types\n\xa7 page.team.extension.name: Type\n\xa7 page.team.extension.path: Path\n\xa7 page.team.extension.current.count: Number\n\xa7 page.team.extension.removed.count: Number of removed\n\xa7 page.team.extension.files: files\n\xa7 page.team.release.title: Release\n\xa7 page.team.release.from: Created date\n\xa7 page.team.release.to: Delivery date\n\xa7 page.team.release.prLength: Tasks\n\xa7 page.team.release.delay: Preparation days\n\xa7 page.team.release.waiting: Days of waiting for next release\n\xa7 page.person.print.photo.title: Photo\n\xa7 page.person.print.photo.description: space for a photo\n\xa7 page.person.total.title: Main characteristics\n\xa7 page.person.total.daysWorked.title: days of work\n\xa7 page.person.total.daysWorked.description: Only days with commits are counted\n\xa7 page.person.total.tasks.title: tasks\n\xa7 page.person.total.tasks.description: If commits are properly signed\n\xa7 page.person.character.title: Character\n\xa7 page.person.achievement.title: Achievements\n\xa7 page.person.achievement.positive: Positive\n\xa7 page.person.achievement.normal: Neutral\n\xa7 page.person.achievement.negative: Negative\n\xa7 page.person.achievement.description: The more negative achievements an employee accumulates, the higher the likelihood that the situation is unusual. It may be necessary to change their work mode, tasks, or reporting. A discussion with them to understand what problems are hindering their work is advisable.\n\xa7 page.person.gets.title: Gets taken:\n\xa7 page.person.gets.description: "Taking a get" in this context means being the first to leave a commit on a task with a "nice" number.\n\xa7 page.person.business.days.title: days of work\n\xa7 page.person.business.days.description: Only days with commits are counted\n\xa7 page.person.business.tasks.title: tasks\n\xa7 page.person.business.tasks.description: If commits are properly signed\n\xa7 page.person.business.losses.title: days without commits\n\xa7 page.person.business.losses.description: All days minus: holidays, weekends, vacation, days with commits\n\xa7 page.person.business.commits.title: commits\n\xa7 page.person.business.commits.description: Deleted branches are not counted\n\xa7 page.person.business.time.description: Time from the first to the last commit (including non-working days)\n\xa7 page.person.business.time.title: Days on the project:\n\xa7 page.person.business.time.dismissed: (dismissed)\n\xa7 page.person.business.time.staff: (not in the team)\n\xa7 page.person.business.achievements: Achievements\n\xa7 page.person.changes.title: Achievements\n\xa7 page.person.changes.description: \nWith some types of formatting, git marks lines as "deleted" and "added",\nalthough in reality, they were "changed". Therefore, if you conducted a major refactoring,\ngit might show a small number of changes in the statistics, but the actual result\nwill be marked as a jump in "deleted" and "added" lines.\n\xa7 page.person.changes.description: List of commits and the number of changes in them for that day:\n\xa7 page.person.commits.title: List of commits:\n\xa7 page.person.money.title.total: Total over time\n\xa7 page.person.money.title.middle: Average cost\n\xa7 page.person.money.moneyAll.title: received\n\xa7 page.person.money.moneyAll.description: Assumed total salary from the project (see settings)\n\xa7 page.person.money.moneyWorked.title: worked for\n\xa7 page.person.money.moneyWorked.description: Actual days worked multiplied by average salary\n\xa7 page.person.money.moneyLosses.title: possible overpayment\n\xa7 page.person.money.moneyLosses.description: Days without commits multiplied by average salary\n\xa7 page.person.money.tasks.title: task\n\xa7 page.person.money.tasks.description: Number of closed tasks to the cost of the day\n\xa7 page.person.money.commits.title: commit\n\xa7 page.person.money.commits.description: Number of commits to the cost of the workday\n\xa7 page.person.speed.task: One task on average is\n\xa7 page.person.speed.max: Maximum speed per day\n\xa7 page.person.speed.days.title: days\n\xa7 page.person.speed.days.description: Refers to workdays, if commits are properly signed\n\xa7 page.person.speed.commits.title: commits\n\xa7 page.person.speed.commits.description: Top and bottom 10% of values are trimmed\n\xa7 page.person.speed.line.title: lines of code\n\xa7 page.person.speed.line.description: Top and bottom 10% of values are trimmed\n\xa7 page.person.speed.tasks.title: tasks\n\xa7 page.person.speed.tasks.description: A task may not be completed, but work should be done on it\n\xa7 page.person.speed.maxCommits.title: commits\n\xa7 page.person.speed.maxCommits.description: A task may not be completed, but work should be done on it\n\xa7 page.person.hours.title: Distribution of commits during each day of the week\n\xa7 page.person.week.date: Date\n\xa7 page.person.week.tasks: Number of tasks\n\xa7 page.person.week.workDays: Days with commits\n\xa7 page.person.week.taskInDay: Tasks per day\n\xa7 page.person.week.days: days\n\xa7 page.person.week.workDay: weekdays\n\xa7 page.person.week.weekends: weekends\n\xa7 page.sponsor.title: Please, support this project\n\xa7 page.sponsor.share.description: Tell about our [project|https://github.com/bakhirev/assayo] on social networks! You can share [article|https://habr.com/ru/articles/763342/], [post|https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/] or make a video review.\n\xa7 page.sponsor.share.button: Copy the link\n\xa7 page.sponsor.money.description: We will be glad if you support us with any amount! All funds will be used for the further development of the project.\n\xa7 page.sponsor.money.qr: One-time payment (only Russia)\n\xa7 page.sponsor.money.github: GitHub Sponsor\n'].join(""),Ne=['\n\xa7 achievements.commitsAfter1500.title: \u0421\u043e\u0432\u0430\n\xa7 achievements.commitsAfter1500.description: 70% \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432 \u043f\u043e\u0441\u043b\u0435 15:00\n\xa7 achievements.commitsBefore1500.title: \u0420\u0430\u043d\u043d\u044f\u044f \u043f\u0442\u0430\u0448\u043a\u0430\n\xa7 achievements.commitsBefore1500.description: 70% \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432 \u0434\u043e \u043e\u0431\u0435\u0434\u0430\n\xa7 achievements.workEveryTime.title: \u0420\u0430\u0431 \u0431\u043e\u0436\u0438\u0439\n\xa7 achievements.workEveryTime.description: \u0435\u0441\u0442\u044c \u043a\u043e\u043c\u043c\u0438\u0442 \u043d\u0430 \u043a\u0430\u0436\u0434\u044b\u0439 \u0447\u0430\u0441 \u0441\u0443\u0442\u043e\u043a\n\xa7 achievements.workNotWork.title: \u0421\u0442\u0440\u0435\u043b\u044c\u0431\u0430 \u0445\u043e\u043b\u043e\u0441\u0442\u044b\u043c\u0438\n\xa7 achievements.workNotWork.description: \u043a\u043e\u043c\u043c\u0438\u0442\u044b \u0435\u0441\u0442\u044c, \u0430 \u0437\u0430\u043a\u0440\u044b\u0442\u044b\u0445 \u0437\u0430\u0434\u0430\u0447 \u043d\u0435\u0442\n\xa7 achievements.userNotWork.title: \u0417\u0430\u043b\u0451\u0442\u043d\u044b\u0439\n\xa7 achievements.userNotWork.description: \u044d\u0442\u043e \u043d\u0435 \u0435\u0433\u043e \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043f\u0440\u043e\u0435\u043a\u0442\n\xa7 achievements.userIsDied.title: \u041c\u0451\u0440\u0442\u0432\u0430\u044f \u0434\u0443\u0448\u0430\n\xa7 achievements.userIsDied.description: \u0440\u0430\u0431\u043e\u0442\u0430\u043b, \u043d\u043e \u0443\u0432\u043e\u043b\u0438\u043b\u0441\u044f\n\xa7 achievements.lessTasks.title: \u0417\u0430\u0448\u0435\u043b \u0438 \u0432\u044b\u0448\u0435\u043b\n\xa7 achievements.lessTasks.description: \u043c\u0435\u043d\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u044b\u0445 \u0437\u0430\u0434\u0430\u0447\n\xa7 achievements.moreTasks.title: \u0411\u0430\u0442\u044f \u0433\u0440\u0438\u0442 \u043c\u0430\u043b\u0430\u0446\u0430\n\xa7 achievements.moreTasks.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u044b\u0445 \u0437\u0430\u0434\u0430\u0447\n\xa7 achievements.everyMessageLong.title: \u041c\u0430\u0441\u0442\u0435\u0440 \u043a\u0440\u0430\u0441\u043d\u043e\u0440\u0435\u0447\u0438\u044f\n\xa7 achievements.everyMessageLong.description: \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e \u0441\u0430\u043c\u044b\u0435 \u0434\u043b\u0438\u043d\u043d\u044b\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u0438 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 achievements.everyMessageShort.title: \u0411\u043e\u043b\u0442\u0443\u043d \u043d\u0430\u0445\u043e\u0434\u043a\u0430 \u0434\u043b\u044f \u0448\u043f\u0438\u043e\u043d\u0430\n\xa7 achievements.everyMessageShort.description: \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e, \u0441\u0430\u043c\u044b\u0435 \u043a\u043e\u0440\u043e\u0442\u043a\u0438\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u0438 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 achievements.shortestName.title: \u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0435 \u0433\u043b\u0430\u0432\u043d\u043e\u0435\n\xa7 achievements.shortestName.description: \u0441\u0430\u043c\u043e\u0435 \u043a\u043e\u0440\u043e\u0442\u043a\u043e\u0435 \u0438\u043c\u044f\n\xa7 achievements.longestName.title: \u0410\u0437\u0438\u043c \u0410\u0437\u0438\u0437 \u0418\u043b\u044c \u0410\u043c \u041a\u0430\u0434\u0438\u0440 \u0418\u043c\u0440\u0430\u043d II\n\xa7 achievements.longestName.description: \u0441\u0430\u043c\u043e\u0435 \u0434\u043b\u0438\u043d\u043d\u043e\u0435 \u0438\u043c\u044f\n\xa7 achievements.moreCommits.title: \u041c\u0430\u0441\u0442\u0435\u0440 \u0431\u0435\u043a\u0430\u043f\u043e\u0432\n\xa7 achievements.moreCommits.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 achievements.lessCommits.title: \u0420\u0435\u0434\u043a\u043e \u043d\u043e \u043c\u0435\u0442\u043a\u043e\n\xa7 achievements.lessCommits.description: \u043c\u0435\u043d\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 achievements.oneCommitOneTask.title: \u0422\u043e\u0447\u043d\u043e \u0432 \u0446\u0435\u043b\u044c\n\xa7 achievements.oneCommitOneTask.description: \u0432 \u0441\u0440\u0435\u0434\u043d\u0435\u043c \u043e\u0434\u0438\u043d \u043a\u043e\u043c\u043c\u0438\u0442 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0443\n\xa7 achievements.moreLazyDays.title: \u041c\u044b\u0441\u043b\u0435\u043d\u043d\u043e \u044f \u0441 \u0432\u0430\u043c\u0438\n\xa7 achievements.moreLazyDays.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u0434\u043d\u0435\u0439 \u0431\u0435\u0437 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 achievements.lessLazyDays.title: \u041f\u0430\u043f\u0430 \u041a\u0430\u0440\u043b\u043e\n\xa7 achievements.lessLazyDays.description: \u043c\u0435\u043d\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u0434\u043d\u0435\u0439 \u0431\u0435\u0437 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 achievements.zeroLazyDays.title: \u041d\u0438 \u0435\u0434\u0438\u043d\u043e\u0433\u043e \u0440\u0430\u0437\u0440\u044b\u0432\u0430\n\xa7 achievements.zeroLazyDays.description: \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0434\u043d\u044f \u0431\u0435\u0437 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 achievements.moreWorkDays.title: \u0426\u0435\u043d\u043d\u044b\u0439 \u0440\u0430\u0431\u043e\u0442\u043d\u0438\u043a\n\xa7 achievements.moreWorkDays.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0434\u043d\u0435\u0439\n\xa7 achievements.moreScopes.title: \u0421\u0442\u0430\u0440\u0442\u0430\u043f\u0435\u0440\n\xa7 achievements.moreScopes.description: \u0441\u0434\u0435\u043b\u0430\u043b \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u0444\u0438\u0447\u0435\u0439\n\xa7 achievements.lessScopes.title: \u0429\u0435\u0433\u043e\u043b\n\xa7 achievements.lessScopes.description: \u0441\u0434\u0435\u043b\u0430\u043b \u043c\u0435\u043d\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u0444\u0438\u0447\u0435\u0439\n\xa7 achievements.moreDaysForTask.title: \u0423\u043b\u0438\u0442\u043a\u0430 \u043d\u0430 \u0441\u043a\u043b\u043e\u043d\u0435\n\xa7 achievements.moreDaysForTask.description: \u0440\u0430\u0431\u043e\u0442\u0430 \u043f\u043e \u0437\u0430\u0434\u0430\u0447\u0430\u043c \u0438\u0434\u0451\u0442 \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u0435\u0435 \u0447\u0435\u043c \u0443 \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0445\n\xa7 achievements.more2DaysForTask.title: C\u043e \u0441\u043b\u043e\u0443\n\xa7 achievements.more2DaysForTask.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0434\u0432\u0443\u0445 \u0434\u043d\u0435\u0439 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0443\n\xa7 achievements.more3YearsInProject.title: \u0421\u0442\u0430\u0440\u043e\u0436\u0438\u043b\n\xa7 achievements.more3YearsInProject.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0442\u0440\u0435\u0445 \u043b\u0435\u0442 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0435\n\xa7 achievements.lessDaysInProject.title: \u0410 \u044d\u0442\u043e \u043a\u0442\u043e?\n\xa7 achievements.lessDaysInProject.description: \u043c\u0435\u043d\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u0434\u043d\u0435\u0439 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0435\n\xa7 achievements.lessDaysForTask.title: \u0421\u043a\u043e\u0440\u043e\u0441\u0442\u0440\u0435\u043b\n\xa7 achievements.lessDaysForTask.description: \u043e\u0434\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0437\u0430\u043d\u0438\u043c\u0430\u0435\u0442 \u043c\u0435\u043d\u044c\u0448\u0435 \u0434\u043d\u044f\n\xa7 achievements.adam.title: \u0410\u0434\u0430\u043c\n\xa7 achievements.adam.description: \u043f\u0435\u0440\u0432\u044b\u0439 \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0435\n\xa7 achievements.more90DaysInProject.title: \u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c\n\xa7 achievements.more90DaysInProject.description: \u043d\u0435 \u0443\u0432\u043e\u043b\u0438\u043b\u0438 \u043d\u0430 \u0438\u0441\u043f\u044b\u0442\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u043c\n\xa7 achievements.more365DaysInProject.title: \u0413\u043e\u0434\u043e\u0432\u0430\u0441\u0438\u043a\n\xa7 achievements.more365DaysInProject.description: \u043e\u0442\u0440\u0430\u0431\u043e\u0442\u0430\u043b \u0433\u043e\u0434 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0435\n\xa7 achievements.more666DaysInProject.title: \u0427\u0451\u0440\u0442\n\xa7 achievements.more666DaysInProject.description: \u043e\u0442\u0440\u0430\u0431\u043e\u0442\u0430\u043b 666 \u0434\u043d\u0435\u0439 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0435\n\xa7 achievements.more777DaysInProject.title: \u0410\u0437\u0438\u043d\u043e 3 \u0442\u043e\u043f\u043e\u0440\u0430\n\xa7 achievements.more777DaysInProject.description: \u043e\u0442\u0440\u0430\u0431\u043e\u0442\u0430\u043b 777 \u0434\u043d\u0435\u0439 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0435\n\xa7 achievements.moreDaysInProject.title: \u0427\u0430\u0441\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434\u044b, \u0447\u0430\u0441\u0442\u044c \u043a\u043e\u0440\u0430\u0431\u043b\u044f\n\xa7 achievements.moreDaysInProject.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u0434\u043d\u0435\u0439 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0435\n\xa7 achievements.moreRefactoring.title: \u0412\u044b\u043f\u0443\u0441\u043a\u0430\u044e\u0449\u0438\u0439 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\n\xa7 achievements.moreRefactoring.description: \u0441\u0434\u0435\u043b\u0430\u043b \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0445 \u043c\u0435\u0442\u043e\u043a \xab\u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433\xbb\n\xa7 achievements.longestMessage.title: "\u042f\u0437\u044b\u043a\u043e\u043c \u0431\u043e\u043b\u0442\u0430\u0442\u044c" \u043d\u0435 \u043c\u0435\u0448\u043a\u0438 \u0432\u043e\u0440\u043e\u0447\u0430\u0442\u044c\n\xa7 achievements.longestMessage.description: \u0441\u0430\u043c\u0430\u044f \u0434\u043b\u0438\u043d\u043d\u0430\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u044c \u043a\u043e\u043c\u043c\u0438\u0442\u0430 \u0437\u0430 \u0432\u0441\u0435 \u0432\u0440\u0435\u043c\u044f\n\xa7 achievements.moreTasksInDay.title: \u0421\u043f\u0438\u0434\u0438-\u0433\u043e\u043d\u0449\u0438\u043a\n\xa7 achievements.moreTasksInDay.description: \u0440\u0435\u043a\u043e\u0440\u0434 \u043f\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0437\u0430\u043a\u0440\u044b\u0442\u044b\u0445 \u0437\u0430\u0434\u0430\u0447 \u0432 \u0434\u0435\u043d\u044c\n\xa7 achievements.hasCommitFrom0to7.title: \u041d\u043e\u0447\u043d\u043e\u0439 \u0434\u043e\u0437\u043e\u0440\n\xa7 achievements.hasCommitFrom0to7.description: \u0435\u0441\u0442\u044c \u043a\u043e\u043c\u043c\u0438\u0442 \u043d\u0430 \u043a\u0430\u0436\u0434\u044b\u0439 \u0447\u0430\u0441 \u043d\u043e\u0447\u0438\n\xa7 achievements.noCommitOnDay.title: \u0422\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043f\u0435\u0440\u0435\u0440\u044b\u0432\n\xa7 achievements.noCommitOnDay.description: \u0435\u0441\u0442\u044c \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0439 \u0447\u0430\u0441 \u0438 \u0434\u0435\u043d\u044c \u0432 \u0440\u0430\u0431\u043e\u0447\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u043a\u043e\u043c\u0438\u0442\u0438\u0442\n\xa7 achievements.hasCommitEveryTime.title: \u0423\u043c\u0435\u0440 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0435\n\xa7 achievements.hasCommitEveryTime.description: \u0435\u0441\u0442\u044c \u043a\u043e\u043c\u043c\u0438\u0442 \u043d\u0430 \u0447\u0430\u0441 \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u0434\u043d\u044f (\u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0435)\n\xa7 achievements.commitsAfter1800.title: \u0414\u0435\u043b\u0443 \u0432\u0440\u0435\u043c\u044f\n\xa7 achievements.commitsAfter1800.description: \u043d\u0435\u0442 \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430 \u043f\u043e\u0441\u043b\u0435 18:00\n\xa7 achievements.moreFix.title: Bug hunter\n\xa7 achievements.moreFix.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u044b\u0445 \u0431\u0430\u0433\u043e\u0432\n\xa7 achievements.lessWorkDays.title: \u0414\u0430\u043b\u044c\u0448\u0435 \u0431\u0435\u0437 \u043c\u0435\u043d\u044f\n\xa7 achievements.lessWorkDays.description: \u043c\u0435\u043d\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0434\u043d\u0435\u0439\n\xa7 achievements.moreCreateCode.title: \u0421\u043e\u0437\u0438\u0434\u0430\u0442\u0435\u043b\u044c\n\xa7 achievements.moreCreateCode.description: \u0441\u043a\u043b\u043e\u043d\u0435\u043d \u0431\u043e\u043b\u044c\u0448\u0435 \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0445 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c \u043a\u043e\u0434\n\xa7 achievements.moreRemoveCode.title: \u0420\u0430\u0437\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044c\n\xa7 achievements.moreRemoveCode.description: \u0441\u043a\u043b\u043e\u043d\u0435\u043d \u0431\u043e\u043b\u044c\u0448\u0435 \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0445 \u0443\u0434\u0430\u043b\u044f\u0442\u044c \u043a\u043e\u0434\n\xa7 achievements.moreChangeCode.title: \u0420\u0435\u0444\u043e\u0440\u043c\u0430\u0442\u043e\u0440\n\xa7 achievements.moreChangeCode.description: \u0441\u043a\u043b\u043e\u043d\u0435\u043d \u0431\u043e\u043b\u044c\u0448\u0435 \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0445 \u0438\u0437\u043c\u0435\u043d\u044f\u0442\u044c \u043a\u043e\u0434\n\xa7 achievements.moreStyle.title: \u041f\u043e\u043b\u0438\u0446\u0438\u044f \u043c\u043e\u0434\u044b\n\xa7 achievements.moreStyle.description: \u0441\u043a\u043b\u043e\u043d\u0435\u043d \u0431\u043e\u043b\u044c\u0448\u0435 \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0445 \u0438\u0437\u043c\u0435\u043d\u044f\u0442\u044c CSS\n\xa7 achievements.moreOnHoliday.title: \u041d\u0435\u0442 \u0436\u0438\u0437\u043d\u0438\n\xa7 achievements.moreOnHoliday.description: \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043c\u043d\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432 \u0432 \u043d\u0435\u0440\u0430\u0431\u043e\u0447\u0435\u0435 \u0432\u0440\u0435\u043c\u044f\n\xa7 achievements.morePRMerge.title: \u0422\u0430\u043c\u043e\u0436\u043d\u044f \u0434\u0430\u0451\u0442 \u0434\u043e\u0431\u0440\u043e\n\xa7 achievements.morePRMerge.description: \u0447\u0430\u0449\u0435 \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0445 \u043d\u0430\u0436\u0438\u043c\u0430\u0435\u0442 \u043a\u043d\u043e\u043f\u043a\u0443 \xab\u0412\u043b\u0438\u0442\u044c\xbb \u0434\u043b\u044f PR\n\xa7 achievements.longWaitPR.title: \u0417\u0430\u0432\u0442\u0440\u0430 \u0442\u043e\u0447\u043d\u043e \u0432\u043e\u043b\u044c\u0451\u043c\n\xa7 achievements.longWaitPR.description: \u0441\u043e\u0437\u0434\u0430\u043b PR, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u043e\u043b\u044c\u0448\u0435 \u043c\u0435\u0441\u044f\u0446\u0430 \u043f\u0440\u043e\u0432\u0438\u0441\u0435\u043b \u043d\u0430 \u0440\u0435\u0432\u044c\u044e\n\xa7 achievements.moreLongWaitPR.title: \u0414\u0430\u0432\u043d\u044b\u043c \u0434\u0430\u0432\u043d\u043e, \u0432 \u0434\u0430\u043b\u0451\u043a\u043e\u0439 \u0433\u0430\u043b\u0430\u043a\u0442\u0438\u043a\u0435\n\xa7 achievements.moreLongWaitPR.description: \u0441\u043e\u0437\u0434\u0430\u043b PR, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043b\u0433\u043e \u043f\u0440\u043e\u0432\u0438\u0441\u0435\u043b \u043d\u0430 \u0440\u0435\u0432\u044c\u044e\n\xa7 achievements.oneExtension.title: \u041e\u0434\u0438\u043d \u0432 \u043f\u043e\u043b\u0435 \u0432\u043e\u0438\u043d\n\xa7 achievements.oneExtension.description: \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u043d \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0441 \u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\n\xa7 achievements.fileRush.title: \u0417\u0435\u0440\u0433 \u0420\u0430\u0448\n\xa7 achievements.fileRush.description: \u0441\u043e\u0437\u0434\u0430\u043b \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 \u0432 \u043f\u0440\u043e\u0435\u043a\u0442\u0435\n\xa7 achievements.moreLintHint.title: \u0413\u0440\u0430\u043c\u0430\u0440-\u043d\u0430\u0446\u0438\n\xa7 achievements.moreLintHint.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0445 \u0441\u043e\u0437\u0434\u0430\u043b \u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u043b \u0432 \u043f\u0440\u0430\u0432\u0438\u043b\u0430\u0445 \u0430\u0432\u0442\u043e-\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u043a\u043e\u0434\u0430\n\xa7 achievements.moreReadMe.title: \u041b\u0435\u0442\u043e\u043f\u0438\u0441\u0435\u0446\n\xa7 achievements.moreReadMe.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0445 \u0441\u043e\u0437\u0434\u0430\u043b \u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u043b \u0444\u0430\u0439\u043b\u043e\u0432 MD\n\xa7 achievements.moreDevOps.title: DevOps\n\xa7 achievements.moreDevOps.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0445 \u0441\u043e\u0437\u0434\u0430\u043b \u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u043b \u0444\u0430\u0439\u043b\u043e\u0432 \u0434\u043b\u044f CI/CD\n\xa7 achievements.moreTests.title: \u0422\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0449\u0438\u043a\n\xa7 achievements.moreTests.description: \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0445 \u0441\u043e\u0437\u0434\u0430\u043b \u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u043b \u0444\u0430\u0439\u043b\u043e\u0432 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\n\xa7 achievements.allRelease.title: \u0424\u0443\u043b\u043b \u0445\u0430\u0443\u0441\n\xa7 achievements.allRelease.description: \u0435\u0441\u0442\u044c \u0440\u0435\u043b\u0438\u0437, \u0441\u043e\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0442\u043e\u043b\u044c\u043a\u043e \u0438\u0437 \u0435\u0433\u043e \u0437\u0430\u0434\u0430\u0447\n\xa7 achievements.firstCommit.title: \u041a\u0442\u043e \u043f\u0435\u0440\u0432\u044b\u0439, \u0442\u043e\u0433\u043e \u0438 \u0442\u0430\u043f\u043a\u0438\n\xa7 achievements.firstCommit.description: \u043f\u0435\u0440\u0432\u044b\u0439 \u043a\u043e\u043c\u043c\u0438\u0442 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0435\n\xa7 achievements.lastCommit.title: \u042f \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\n\xa7 achievements.lastCommit.description: \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u043a\u043e\u043c\u043c\u0438\u0442 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0435\n\xa7 achievements.firstLastCommit.title: \u041e\u0442 \u043d\u0430\u0447\u0430\u043b\u0430 \u0438 \u0434\u043e \u043a\u043e\u043d\u0446\u0430\n\xa7 achievements.firstLastCommit.description: \u043f\u0435\u0440\u0432\u044b\u0439 \u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u043a\u043e\u043c\u043c\u0438\u0442 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0435\n\xa7 achievements.longFilePath.title: \u0417\u0430\u043a\u0440\u043e\u043c\u0430 \u0440\u043e\u0434\u0438\u043d\u044b\n\xa7 achievements.longFilePath.description: \u043f\u0435\u0440\u0432\u044b\u0439 \u0441\u043e\u0437\u0434\u0430\u043b \u0444\u0430\u0439\u043b \u0441 \u0441\u0430\u043c\u044b\u043c \u0433\u043b\u0443\u0431\u043e\u043a\u0438\u043c \u0432\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c\n\xa7 achievements.longFileName.title: \u0420\u0430\u0437\u043c\u0435\u0440 \u0438\u043c\u0435\u0435\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\n\xa7 achievements.longFileName.description: \u0441\u043e\u0437\u0434\u0430\u043b \u0444\u0430\u0439\u043b \u0441 \u0441\u0430\u043c\u044b\u043c \u0434\u043b\u0438\u043d\u043d\u044b\u043c \u0438\u043c\u0435\u043d\u0435\u043c\u043c\n\xa7 achievements.workOnWeekends.title: \u0420\u0430\u0431\u043e\u0442\u0430 \u043d\u0435 walk\n\xa7 achievements.workOnWeekends.description: \u0445\u043e\u0442\u044c \u0440\u0430\u0437 \u0440\u0430\u0431\u043e\u0442\u0430\u043b \u043d\u0430 \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0445\n\xa7 achievements.removeCreateFile.title: \u041e\u0442\u043a\u043e\u043f\u0430\u043b \u0441\u0442\u044e\u0430\u0440\u0434\u0435\u0441\u0441\u0443\n\xa7 achievements.removeCreateFile.description: \u0432\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u044b\u0439 \u0444\u0430\u0439\u043b\n\xa7 achievements.renameFile.title: \u0410\u0441\u0442\u0430\u043d\u0430 \u041d\u0443\u0440-\u0421\u0443\u043b\u0442\u0430\u043d \u0410\u0441\u0442\u0430\u043d\u0430\n\xa7 achievements.renameFile.description: \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u044b\u0432\u0430\u043b \u0442\u0443\u0434\u0430-\u0441\u044e\u0434\u0430 \u0444\u0430\u0439\u043b\n\xa7 achievements.longTask.title: \u0412\u0440\u043e\u0434\u0435 \u0438\u0437\u044f\u043d\n\xa7 achievements.longTask.description: \u0440\u0430\u0431\u043e\u0442\u0430\u043b \u043d\u0430\u0434 \u0437\u0430\u0434\u0430\u0447\u0435\u0439 \u0431\u043e\u043b\u044c\u0448\u0435 \u0442\u0440\u0435\u0445 \u043c\u0435\u0441\u044f\u0446\u0435\u0432\n\xa7 achievements.haveNotEmail.title: \u041f\u043e\u0447\u0442\u0430\u043b\u044c\u043e\u043d \u041f\u0435\u0447\u043a\u0438\u043d \n\xa7 achievements.haveNotEmail.description: \u043d\u0435 \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u043b \u043f\u043e\u043b\u0435 e-mail \u0432 git config\n\xa7 achievements.moreAddedFolders.title: \u0414\u0438\u0440\u0435\u043a\u0442\u043e\u0440 \n\xa7 achievements.moreAddedFolders.description: \u0441\u043e\u0437\u0434\u0430\u043b \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0445 \u0434\u0438\u0440\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0439\n\xa7 achievements.horoscope1.title: \u0420\u0435\u0442\u0440\u043e\u0433\u0440\u0430\u0434\u043d\u044b\u0439 \u041c\u0435\u0440\u043a\u0443\u0440\u0438\u0439 \u0432 \u041a\u043e\u0437\u0435\u0440\u043e\u0433\u0435\n\xa7 achievements.horoscope2.title: \u0420\u0435\u0442\u0440\u043e\u0433\u0440\u0430\u0434\u043d\u044b\u0439 \u041c\u0435\u0440\u043a\u0443\u0440\u0438\u0439 \u0432 \u0412\u043e\u0434\u043e\u043b\u0435\u0435\n\xa7 achievements.horoscope3.title: \u0420\u0435\u0442\u0440\u043e\u0433\u0440\u0430\u0434\u043d\u044b\u0439 \u041c\u0435\u0440\u043a\u0443\u0440\u0438\u0439 \u0432 \u0420\u044b\u0431\u0435\n\xa7 achievements.horoscope4.title: \u0420\u0435\u0442\u0440\u043e\u0433\u0440\u0430\u0434\u043d\u044b\u0439 \u041c\u0435\u0440\u043a\u0443\u0440\u0438\u0439 \u0432 \u041e\u0432\u043d\u0435\n\xa7 achievements.horoscope5.title: \u0420\u0435\u0442\u0440\u043e\u0433\u0440\u0430\u0434\u043d\u044b\u0439 \u041c\u0435\u0440\u043a\u0443\u0440\u0438\u0439 \u0432 \u0422\u0435\u043b\u044c\u0446\u0435\n\xa7 achievements.horoscope6.title: \u0420\u0435\u0442\u0440\u043e\u0433\u0440\u0430\u0434\u043d\u044b\u0439 \u041c\u0435\u0440\u043a\u0443\u0440\u0438\u0439 \u0432 \u0411\u043b\u0438\u0437\u043d\u0435\u0446\u0435\n\xa7 achievements.horoscope7.title: \u0420\u0435\u0442\u0440\u043e\u0433\u0440\u0430\u0434\u043d\u044b\u0439 \u041c\u0435\u0440\u043a\u0443\u0440\u0438\u0439 \u0432 \u0420\u0430\u043a\u0435\n\xa7 achievements.horoscope8.title: \u0420\u0435\u0442\u0440\u043e\u0433\u0440\u0430\u0434\u043d\u044b\u0439 \u041c\u0435\u0440\u043a\u0443\u0440\u0438\u0439 \u0432 \u041b\u044c\u0432\u0435\n\xa7 achievements.horoscope9.title: \u0420\u0435\u0442\u0440\u043e\u0433\u0440\u0430\u0434\u043d\u044b\u0439 \u041c\u0435\u0440\u043a\u0443\u0440\u0438\u0439 \u0432 \u0414\u0435\u0432\u0435\n\xa7 achievements.horoscope10.title: \u0420\u0435\u0442\u0440\u043e\u0433\u0440\u0430\u0434\u043d\u044b\u0439 \u041c\u0435\u0440\u043a\u0443\u0440\u0438\u0439 \u0432 \u0412\u0435\u0441\u0430\u0445\n\xa7 achievements.horoscope11.title: \u0420\u0435\u0442\u0440\u043e\u0433\u0440\u0430\u0434\u043d\u044b\u0439 \u041c\u0435\u0440\u043a\u0443\u0440\u0438\u0439 \u0432 \u0421\u043a\u043e\u0440\u043f\u0438\u043e\u043d\u0435\n\xa7 achievements.horoscope12.title: \u0420\u0435\u0442\u0440\u043e\u0433\u0440\u0430\u0434\u043d\u044b\u0439 \u041c\u0435\u0440\u043a\u0443\u0440\u0438\u0439 \u0432 \u0421\u0442\u0440\u0435\u043b\u044c\u0446\u0435\n\xa7 achievements.horoscope1.description: \u043f\u043e \u043c\u0435\u0441\u044f\u0446\u0443 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430\n\xa7 achievements.horoscope2.description: \u043f\u043e \u043c\u0435\u0441\u044f\u0446\u0443 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430\n\xa7 achievements.horoscope3.description: \u043f\u043e \u043c\u0435\u0441\u044f\u0446\u0443 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430\n\xa7 achievements.horoscope4.description: \u043f\u043e \u043c\u0435\u0441\u044f\u0446\u0443 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430\n\xa7 achievements.horoscope5.description: \u043f\u043e \u043c\u0435\u0441\u044f\u0446\u0443 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430\n\xa7 achievements.horoscope6.description: \u043f\u043e \u043c\u0435\u0441\u044f\u0446\u0443 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430\n\xa7 achievements.horoscope7.description: \u043f\u043e \u043c\u0435\u0441\u044f\u0446\u0443 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430\n\xa7 achievements.horoscope8.description: \u043f\u043e \u043c\u0435\u0441\u044f\u0446\u0443 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430\n\xa7 achievements.horoscope9.description: \u043f\u043e \u043c\u0435\u0441\u044f\u0446\u0443 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430\n\xa7 achievements.horoscope10.description: \u043f\u043e \u043c\u0435\u0441\u044f\u0446\u0443 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430\n\xa7 achievements.horoscope11.description: \u043f\u043e \u043c\u0435\u0441\u044f\u0446\u0443 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430\n\xa7 achievements.horoscope12.description: \u043f\u043e \u043c\u0435\u0441\u044f\u0446\u0443 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430\n\xa7 achievements.111.description: test\n',"\n\xa7 uiKit.console.button: \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c\n\xa7 uiKit.console.notification: \u0422\u0435\u043a\u0441\u0442 \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\n\xa7 uiKit.dataLoader.page: \u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430\n\xa7 uiKit.dataLoader.size: \u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f \u043f\u043e\n\xa7 uiKit.dataLoader.rows: \u0441\u0442\u0440\u043e\u043a.\n\xa7 uiKit.dataLoader.from: \u0438\u0437\n\xa7 uiKit.dataLoader.all: \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0435\n\xa7 uiKit.hoursChart.work: \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435 \u0440\u0430\u0431\u043e\u0447\u0435\u0435 \u0432\u0440\u0435\u043c\u044f (\u0431\u0443\u0434\u043d\u0438, \u0441 07:00 \u0434\u043e 20:00)\n\xa7 uiKit.hoursChart.weekend: \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0435 \u0434\u043d\u0438 \u0438\u043b\u0438 \u0432\u0440\u0435\u043c\u044f \u0434\u043e/\u043f\u043e\u0441\u043b\u0435 \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u0434\u043d\u044f\n\xa7 uiKit.hoursChart.days: \u0441\u0443\u043c\u043c\u0430\u0440\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432 \u0437\u0430 \u0432\u0441\u0435 \u0432\u0440\u0435\u043c\u044f \u0432 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0439 \u0434\u0435\u043d\u044c \u0438 \u0447\u0430\u0441\n\xa7 uiKit.page.remove: \u0423\u0434\u0430\u043b\u0438\u0442\u044c\n\xa7 uiKit.nothingFound.common.title: \u041d\u0435\u0442 \u0438\u043b\u0438 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0434\u0430\u043d\u043d\u044b\u0445 \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\n\xa7 uiKit.nothingFound.common.description: \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0431\u043e\u043b\u044c\u0448\u0435 \u0434\u0430\u043d\u043d\u044b\u0445, \u0435\u0441\u043b\u0438 \u043a\u043e\u043c\u043c\u0438\u0442\u044b \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u044b \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 [Git commit message convention|https://www.conventionalcommits.org/en/v1.0.0/]. \u0428\u0430\u0431\u043b\u043e\u043d:\n\xa7 uiKit.nothingFound.common.console: \u041d\u043e\u043c\u0435\u0440_\u0437\u0430\u0434\u0430\u0447\u0438 \u0442\u0438\u043f(\u0444\u0438\u0447\u0430): \u043f\u043e\u044f\u0441\u043d\u0435\u043d\u0438\u0435\n\xa7 uiKit.nothingFound.common.example: \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440:\n\xa7 uiKit.nothingFound.staff.title: \u041d\u0435\u0442 \u0434\u0430\u043d\u043d\u044b\u0445 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\n\xa7 uiKit.nothingFound.staff.description1:\n\u041e\u043d \u0432\u043d\u043e\u0441\u0438\u043b \u043f\u0440\u0430\u0432\u043a\u0438 \u043d\u0435 \u043a\u0430\u0436\u0434\u044b\u0439 \u0440\u0430\u0431\u043e\u0447\u0438\u0439 \u0434\u0435\u043d\u044c \u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u043b \u0441\u0442\u0430\u0442\u0443\u0441 \xab\u041f\u043e\u043c\u043e\u0448\u043d\u0438\u043a\xbb.\n\u0420\u0430\u0431\u043e\u0442\u043e\u0439 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432 \u0441 \u0442\u0430\u043a\u0438\u043c \u0441\u0442\u0430\u0442\u0443\u0441\u043e\u043c \u043f\u043e \u0434\u0430\u043d\u043d\u043e\u043c\u0443 \u043f\u0440\u043e\u0435\u043a\u0442\u0443 \u043c\u043e\u0436\u043d\u043e \u043f\u0440\u0435\u043d\u0435\u0431\u0440\u0435\u0447\u044c, \u0442.\u043a. \u0435\u0433\u043e \u0432\u043b\u0430\u0434 \u043d\u0430 \u043e\u0431\u0449\u0435\u043c \u0444\u043e\u043d\u0435 \u043d\u0435\u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u0435\u043d.\n\xa7 uiKit.nothingFound.staff.description2:\n\u041f\u043e\u044d\u0442\u043e\u043c\u0443 \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u043d\u0435 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442 \u0434\u043b\u044f \u043d\u0435\u0433\u043e \u0440\u044f\u0434 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0435\u0439.\n\u0415\u0441\u043b\u0438 \u044d\u0442\u043e \u043e\u0448\u0438\u0431\u043a\u0430 \u0438 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430 \u043d\u0443\u0436\u043d\u043e \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c \u043a\u0430\u043a \u043e\u0431\u044b\u0447\u043d\u043e\u0433\u043e, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u0432 \u0440\u0430\u0437\u0434\u0435\u043b \xab\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\xbb \u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0435 \u0435\u0433\u043e \u0442\u0438\u043f.\n\xa7 common.title: Git \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430\n\xa7 common.filters: \u0424\u0438\u043b\u044c\u0442\u0440\u044b\n\xa7 common.notifications.save: \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b\n\xa7 common.notifications.setting: \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b\n\xa7 common.fileLoader.notification: \u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0444\u0430\u0439\u043b\u0430 $1\n","\n\xa7 sidebar.switch.team: \u041a\u043e\u043c\u0430\u043d\u0434\u0430\n\xa7 sidebar.switch.person: \u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\n\xa7 sidebar.buttons.settings: \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\n\xa7 sidebar.buttons.print: \u041f\u0435\u0447\u0430\u0442\u044c\n\xa7 sidebar.buttons.share: \u0420\u0430\u0441\u0448\u0430\u0440\u0438\u0442\u044c\n\xa7 sidebar.buttons.logout: \u0412\u044b\u0439\u0442\u0438\n\xa7 sidebar.filters.all: \u0432\u0441\u0451 \u0432\u0440\u0435\u043c\u044f\n\xa7 sidebar.filters.year: \u0433\u043e\u0434\n\xa7 sidebar.filters.halfYear: \u043f\u043e\u043b \u0433\u043e\u0434\u0430\n\xa7 sidebar.filters.month: \u043c\u0435\u0441\u044f\u0446\n\xa7 sidebar.filters.week: \u043d\u0435\u0434\u0435\u043b\u044f\n\xa7 sidebar.team.total: \u041e\u0431\u0449\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f\n\xa7 sidebar.team.scope: \u0424\u0438\u0447\u0438\n\xa7 sidebar.team.author: \u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438\n\xa7 sidebar.team.type: \u0422\u0438\u043f\u044b \u0437\u0430\u0434\u0430\u0447\n\xa7 sidebar.team.pr: \u0412\u043b\u0438\u0442\u0438\u0435 \u043a\u043e\u0434\u0430\n\xa7 sidebar.team.day: \u041f\u043e \u0434\u043d\u044f\u043c\n\xa7 sidebar.team.week: \u041f\u043e \u043d\u0435\u0434\u0435\u043b\u044f\u043c\n\xa7 sidebar.team.month: \u041f\u043e \u043c\u0435\u0441\u044f\u0446\u0430\u043c\n\xa7 sidebar.team.files: \u0424\u0430\u0439\u043b\u044b\n\xa7 sidebar.team.removedFiles: \u0423\u0434\u0430\u043b\u0451\u043d\u043d\u044b\u0435 \u0444\u0430\u0439\u043b\u044b\n\xa7 sidebar.team.extension: \u0422\u0438\u043f\u044b \u0444\u0430\u0439\u043b\u043e\u0432\n\xa7 sidebar.team.tasks: \u0421\u043f\u0438\u0441\u043e\u043a \u0437\u0430\u0434\u0430\u0447\n\xa7 sidebar.team.release: \u0421\u043f\u0438\u0441\u043e\u043a \u0440\u0435\u043b\u0438\u0437\u043e\u0432\n\xa7 sidebar.team.hours: \u0420\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435\n\xa7 sidebar.team.commits: \u0412\u0441\u0435 \u043a\u043e\u043c\u043c\u0438\u0442\u044b\n\xa7 sidebar.team.changes: \u0412\u0441\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f\n\xa7 sidebar.team.words: \u041f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u0441\u043b\u043e\u0432\u0430\n\xa7 sidebar.team.building: \u0412\u0438\u043a\u0442\u043e\u0440\u0438\u043d\u0430\n\xa7 sidebar.team.settings: \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\n\xa7 sidebar.person.total: \u041e\u0431\u0449\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f\n\xa7 sidebar.person.money: \u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u044b\n\xa7 sidebar.person.speed: \u0421\u043a\u043e\u0440\u043e\u0441\u0442\u044c\n\xa7 sidebar.person.day: \u041f\u043e \u0434\u043d\u044f\u043c\n\xa7 sidebar.person.week: \u041f\u043e \u043d\u0435\u0434\u0435\u043b\u044f\u043c\n\xa7 sidebar.person.month: \u041f\u043e \u043c\u0435\u0441\u044f\u0446\u0430\u043c\n\xa7 sidebar.person.tasks: \u0421\u043f\u0438\u0441\u043e\u043a \u0437\u0430\u0434\u0430\u0447\n\xa7 sidebar.person.hours: \u0420\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435\n\xa7 sidebar.person.commits: \u0412\u0441\u0435 \u043a\u043e\u043c\u043c\u0438\u0442\u044b\n\xa7 sidebar.person.changes: \u0412\u0441\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f\n\xa7 sidebar.person.words: \u041f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u0441\u043b\u043e\u0432\u0430\n\xa7 sidebar.person.settings: \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\n",'\n\xa7 recommendations.modal.cancel: \u0417\u0430\u043a\u0440\u044b\u0442\u044c\n\xa7 recommendations.modal.open: \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435\n\xa7 recommendations.title\n\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u0438 \u0444\u0430\u043a\u0442\u044b\n\n\xa7 recommendations.timestamp.firstCommit.description\n\u0441\u0434\u0435\u043b\u0430\u043b \u043f\u0435\u0440\u0432\u044b\u0439 \u043a\u043e\u043c\u043c\u0438\u0442\n\n\u0414\u0435\u043d\u044c \u043d\u0435\u0434\u0435\u043b\u0438: $1\n\n\xa7 recommendations.timestamp.lastCommit.description\n\u0441\u0434\u0435\u043b\u0430\u043b \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u043a\u043e\u043c\u043c\u0438\u0442\n\n\u0414\u0435\u043d\u044c \u043d\u0435\u0434\u0435\u043b\u0438: $1\n\n\xa7 recommendations.timestamp.common.title: $1 \u0434\u043d\u0435\u0439\n\xa7 recommendations.timestamp.allDays.description: \u043e\u0442 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u0434\u043e \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430 (\u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0435 \u0438 \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u043a\u0438).\n\xa7 recommendations.timestamp.lossesDays.description: \u0431\u0435\u0437 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432, \u0434\u0430\u0436\u0435 \u0441 \u0443\u0447\u0451\u0442\u043e\u043c \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0445, \u043e\u0442\u043f\u0443\u0441\u043a\u0430 \u0438 \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u043a\u043e\u0432.\n\xa7 recommendations.timestamp.weekendDays.description\n\u0440\u0430\u0431\u043e\u0442\u044b \u043d\u0430 \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0445\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e \u043f\u043b\u043e\u0445\u043e:\n- \u0437\u0430\u043a\u0430\u0437\u0447\u0438\u043a \u043f\u043b\u0430\u0442\u0438\u0442 \u0434\u0432\u043e\u0439\u043d\u0443\u044e \u0446\u0435\u043d\u0443 \u0437\u0430 \u0440\u0430\u0431\u043e\u0442\u0443 \u0432 \u0432\u044b\u0445\u043e\u0434\u043d\u043e\u0439 \u0434\u0435\u043d\u044c;\n- \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438 \u0431\u044b\u0441\u0442\u0440\u0435\u0435 \u0432\u044b\u0433\u043e\u0440\u0430\u044e\u0442;\n\n\xa7 recommendations.timestamp.regularWeekendWord.title: \u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u043f\u0435\u0440\u0435\u0440\u0430\u0431\u043e\u0442\u043a\u0438\n\xa7 recommendations.timestamp.sometimeWeekendWord.title: \u0411\u044b\u0432\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u0440\u0430\u0431\u043e\u0442\u043a\u0438\n\xa7 recommendations.timestamp.weekendWord.description\n\u0412\u0435\u0440\u043e\u044f\u0442\u043d\u043e, \u0441\u0442\u043e\u0438\u0442 \u0441\u043c\u0435\u043d\u0438\u0442\u044c \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430, \u0430\u043d\u0430\u043b\u0438\u0442\u0438\u043a\u0430 \u0438 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u043e\u0440\u0430.\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e \u043f\u043b\u043e\u0445\u043e:\n- \u0437\u0430\u043a\u0430\u0437\u0447\u0438\u043a \u043f\u043b\u0430\u0442\u0438\u0442 \u0434\u0432\u043e\u0439\u043d\u0443\u044e \u0446\u0435\u043d\u0443 \u0437\u0430 \u0440\u0430\u0431\u043e\u0442\u0443 \u0432 \u0432\u044b\u0445\u043e\u0434\u043d\u043e\u0439 \u0434\u0435\u043d\u044c;\n- \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430, \u043a\u0430\u043a \u043f\u0440\u0430\u0432\u0438\u043b\u043e, \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0441\u044f \u043d\u0438\u0437\u043a\u043e\u0435;\n- \u0447\u0430\u0441\u0442\u044c \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432 \u0443\u0432\u043e\u043b\u044c\u043d\u044f\u0435\u0442\u0441\u044f;\n- \u0438\u0437-\u0437\u0430 \u0441\u043f\u0435\u0448\u043a\u0438 \u043f\u043e\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043d\u043e\u0432\u044b\u0435 \u043e\u0448\u0438\u0431\u043a\u0438;\n\n# \u0421\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e:\n- \u043d\u0435\u0432\u0435\u0440\u043d\u043e \u043e\u0446\u0435\u043d\u0438\u043b\u0438 \u0441\u0440\u043e\u043a\u0438 \u0432 \u0441\u0430\u043c\u043e\u043c \u043d\u0430\u0447\u0430\u043b\u0435;\n- \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0435 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442;\n- \u0441\u043b\u0430\u0431\u0430\u044f \u0430\u043d\u0430\u043b\u0438\u0442\u0438\u043a\u0430;\n- \u0441\u043b\u0430\u0431\u0430\u044f \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u0430 (\u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u043e\u0440\u0430 \u043d\u0435 \u043d\u0430\u043d\u0438\u043c\u0430\u043b\u0438, \u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u0441\u043e\u0441\u0442\u043e\u0438\u0442 \u0438\u0437 \u043c\u0438\u0434\u043b \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432);\n- \u0441\u043d\u0430\u0447\u0430\u043b\u0430 \u043d\u0430\u0447\u0430\u043b\u0438 \u043f\u0438\u0441\u0430\u0442\u044c \u043a\u043e\u0434, \u043f\u043e\u0442\u043e\u043c \u043f\u0440\u043e\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c;\n- \u043d\u0435\u0442 \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u044b\u0445 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043d\u044f\u0442\u044c \u043e\u0448\u0438\u0431\u043a\u0438;\n\n\xa7 recommendations.timestamp.neverWeekendWord.title: \u041e\u0431\u044b\u0447\u043d\u043e \u0431\u0435\u0437 \u043f\u0435\u0440\u0435\u0440\u0430\u0431\u043e\u0442\u043e\u043a\n\xa7 recommendations.timestamp.neverWeekendWord.description\n\u041d\u043e \u0438\u043d\u043e\u0433\u0434\u0430 \u0431\u044b\u0432\u0430\u044e\u0442.\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e \u043f\u043b\u043e\u0445\u043e:\n- \u0437\u0430\u043a\u0430\u0437\u0447\u0438\u043a \u043f\u043b\u0430\u0442\u0438\u0442 \u0434\u0432\u043e\u0439\u043d\u0443\u044e \u0446\u0435\u043d\u0443 \u0437\u0430 \u0440\u0430\u0431\u043e\u0442\u0443 \u0432 \u0432\u044b\u0445\u043e\u0434\u043d\u043e\u0439 \u0434\u0435\u043d\u044c;\n- \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438 \u0431\u044b\u0441\u0442\u0440\u0435\u0435 \u0432\u044b\u0433\u043e\u0440\u0430\u044e\u0442;\n\n\xa7 recommendations.scope.parallelism.not.title\n\u041d\u0435\u0442 \u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u044c\u043d\u044b\u0445 \u0440\u0430\u0431\u043e\u0442\n\n\xa7 recommendations.scope.parallelism.not.description\n\u043b\u044e\u0431\u0443\u044e \u0444\u0438\u0447\u0443 \u0432 \u043e\u0434\u0438\u043d \u043c\u043e\u043c\u0435\u043d\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0434\u0435\u043b\u0430\u0435\u0442 \u043e\u0434\u0438\u043d \u0447\u0435\u043b\u043e\u0432\u0435\u043a.\n\n# \u041c\u0435\u0442\u043e\u0434 \u0440\u0430\u0441\u0447\u0451\u0442\u0430:\n- \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u043e-\u0434\u043d\u0438 \u0434\u0435\u043b\u044f\u0442\u0441\u044f \u043d\u0430 \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0434\u043d\u0438 \u0434\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0439 \u0444\u0438\u0447\u0438;\n- \u043d\u0430\u0445\u043e\u0434\u0438\u043c \u0441\u0440\u0435\u0434\u043d\u0435\u0435 \u0430\u0440\u0438\u0444\u043c\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435;\n- \u0435\u0441\u043b\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043c\u0435\u043d\u044c\u0448\u0435 1.3 \u0441\u0447\u0438\u0442\u0430\u0435\u043c, \u0447\u0442\u043e \u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u044c\u043d\u044b\u0445 \u0440\u0430\u0431\u043e\u0442 \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u0430 \u0444\u0438\u0447\u0435\u0439 \u043e\u0431\u044b\u0447\u043d\u043e \u043d\u0435\u0442;\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e \u043f\u043b\u043e\u0445\u043e:\n- \u043f\u043e\u0432\u044b\u0448\u0430\u0435\u0442\u0441\u044f bus factor;\n- \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438 \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u0435\u0435 \u0440\u0430\u0437\u0432\u0438\u0432\u0430\u044e\u0442\u0441\u044f;\n- \u0442\u0440\u0443\u0434\u043d\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430;\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e \u0445\u043e\u0440\u043e\u0448\u043e:\n- \u043f\u043e\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u044d\u043a\u0441\u043f\u0435\u0440\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043e\u0447\u0435\u043d\u044c \u0433\u043b\u0443\u0431\u043e\u043a\u043e \u043f\u043e\u0433\u0440\u0443\u0436\u0435\u043d\u044b \u0432 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043d\u0443\u044e \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0438 \u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0438\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u044f;\n- \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e \u043d\u0435 \u0431\u044b\u0432\u0430\u0435\u0442 merge \u043a\u043e\u043d\u0444\u043b\u0438\u043a\u0442\u043e\u0432;\n- \u043f\u0440\u043e\u0435\u043a\u0442 \u043c\u043e\u0436\u0435\u0442 \u043e\u0447\u0435\u043d\u044c \u0431\u044b\u0441\u0442\u0440\u043e \u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u044c\u043d\u043e \u0440\u0430\u0437\u0432\u0438\u0432\u0430\u0442\u044c\u0441\u044f \u0432 \u0440\u0430\u0437\u043d\u044b\u0435 \u0441\u0442\u043e\u0440\u043e\u043d\u044b;\n\n\xa7 recommendations.scope.parallelism.has.title\n\u0427\u0430\u0441\u0442\u044c \u0440\u0430\u0431\u043e\u0442 \u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u044c\u043d\u043e\n\n\xa7 recommendations.scope.parallelism.has.description\n\u0418\u043d\u043e\u0433\u0434\u0430 \u0444\u0438\u0447\u0443 \u0434\u0435\u043b\u0430\u044e\u0442 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a.\n\n# \u041c\u0435\u0442\u043e\u0434 \u0440\u0430\u0441\u0447\u0451\u0442\u0430:\n- \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u043e-\u0434\u043d\u0438 \u0434\u0435\u043b\u044f\u0442\u0441\u044f \u043d\u0430 \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0434\u043d\u0438 \u0434\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0439 \u0444\u0438\u0447\u0438;\n- \u043d\u0430\u0445\u043e\u0434\u0438\u043c \u0441\u0440\u0435\u0434\u043d\u0435\u0435 \u0430\u0440\u0438\u0444\u043c\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435;\n- \u0435\u0441\u043b\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043e\u0442 1.3 \u0434\u043e 2.0 \u0441\u0447\u0438\u0442\u0430\u0435\u043c, \u0447\u0442\u043e \u0447\u0430\u0441\u0442\u044c \u0440\u0430\u0431\u043e\u0442 \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u0440\u0430\u0437\u043d\u044b\u0445 \u0444\u0438\u0447\u0435\u0439 \u0438\u043d\u043e\u0433\u0434\u0430 \u0434\u0435\u043b\u0430\u0435\u0442\u0441\u044f \u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u044c\u043d\u043e;\n\n\n\xa7 recommendations.scope.parallelism.every.title\n\u041f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u044c\u043d\u044b\u0435 \u0440\u0430\u0431\u043e\u0442\u044b\n\n\xa7 recommendations.scope.parallelism.every.description\n\u043b\u044e\u0431\u0443\u044e \u0444\u0438\u0447\u0443 \u0432 \u043e\u0434\u0438\u043d \u043c\u043e\u043c\u0435\u043d\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0434\u0435\u043b\u0430\u044e\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a\n\n# \u041c\u0435\u0442\u043e\u0434 \u0440\u0430\u0441\u0447\u0451\u0442\u0430:\n- \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u043e-\u0434\u043d\u0438 \u0434\u0435\u043b\u044f\u0442\u0441\u044f \u043d\u0430 \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0434\u043d\u0438 \u0434\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0439 \u0444\u0438\u0447\u0438;\n- \u043d\u0430\u0445\u043e\u0434\u0438\u043c \u0441\u0440\u0435\u0434\u043d\u0435\u0435 \u0430\u0440\u0438\u0444\u043c\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435;\n- \u0435\u0441\u043b\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u0431\u043e\u043b\u044c\u0448\u0435 \u0434\u0432\u0443\u0445 \u0441\u0447\u0438\u0442\u0430\u0435\u043c, \u0447\u0442\u043e \u0431\u043e\u043b\u044c\u0448\u0430\u044f \u0447\u0430\u0441\u0442\u044c \u0440\u0430\u0431\u043e\u0442 \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u0440\u0430\u0437\u043d\u044b\u0445 \u0444\u0438\u0447\u0435\u0439 \u043e\u0431\u044b\u0447\u043d\u043e \u0434\u0435\u043b\u0430\u0435\u0442\u0441\u044f \u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u044c\u043d\u043e;\n\n\n\xa7 recommendations.scope.money\n\u0432 \u0442\u0430\u043a\u0443\u044e \u0441\u0443\u043c\u043c\u0443 \u043c\u043e\u0436\u043d\u043e \u043e\u0446\u0435\u043d\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u043f\u043e \u0434\u0430\u043d\u043d\u043e\u043c\u0443 \u043f\u0440\u043e\u0435\u043a\u0442\u0443.\n\n# \u041c\u0435\u0442\u043e\u0434 \u0440\u0430\u0441\u0447\u0451\u0442\u0430:\n- \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u043e-\u0434\u043d\u0438 \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u043d\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0443 \u0443\u043c\u043d\u043e\u0436\u0430\u044e\u0442\u0441\u044f \u043d\u0430 \u0438\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u0443\u044e \u0437\u0430\u0440\u043f\u043b\u0430\u0442\u0443 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432;\n\n\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0437\u0430\u0440\u043f\u043b\u0430\u0442\u0443 \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0430, \u0434\u043b\u044f \u0431\u043e\u043b\u0435\u0435 \u0442\u043e\u0447\u043d\u043e\u0439 \u0441\u0443\u043c\u043c\u044b, \u043c\u043e\u0436\u043d\u043e \u0432 \u0440\u0430\u0437\u0434\u0435\u043b\u0435 \xab\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\xbb\n\n# \u042d\u0442\u043e \u043c\u043d\u043e\u0433\u043e \u0438\u043b\u0438 \u043c\u0430\u043b\u043e?\n\u0414\u043b\u044f \u043e\u0442\u0432\u0435\u0442\u0430 \u043d\u0430 \u044d\u0442\u043e\u0442 \u0432\u043e\u043f\u0440\u043e\u0441, \u043d\u0443\u0436\u043d\u043e \u043e\u0442\u0432\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435:\n- \u0437\u0430 \u044d\u0442\u0438 \u0434\u0435\u043d\u044c\u0433\u0438 \u043c\u043e\u0436\u043d\u043e \u043a\u0443\u043f\u0438\u0442\u044c \u0433\u043e\u0442\u043e\u0432\u043e\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u0435?\n- \u0437\u0430 \u044d\u0442\u0438 \u0434\u0435\u043d\u044c\u0433\u0438 \u043c\u043e\u0436\u043d\u043e \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u0445\u043e\u0440\u043e\u0448\u0438\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442?\n\n\u0415\u0441\u043b\u0438 \u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u043e\u0431\u0430 \u0432\u043e\u043f\u0440\u043e\u0441\u0430 \xab\u0434\u0430\xbb, \u0442\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0441 \u043d\u0443\u043b\u044f \u043d\u0435 \u0441\u0442\u043e\u0438\u043b\u0430 \u043f\u043e\u0442\u0440\u0430\u0447\u0435\u043d\u043d\u044b\u0445 \u043d\u0430 \u043d\u0435\u0451 \u0434\u0435\u043d\u0435\u0433.\n \n\xa7 recommendations.scope.bus.everyHasOne.title\nBus factor = 1\n\n\xa7 recommendations.scope.bus.everyHasOne.description\n\u0412 \u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0444\u0438\u0447 \u043f\u043e\u0433\u0440\u0443\u0436\u0435\u043d \u043e\u0434\u0438\u043d \u0447\u0435\u043b\u043e\u0432\u0435\u043a.\n\u041d\u0430\u0434\u043e \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u043b\u044e\u0434\u0435\u0439.\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e \u043f\u043b\u043e\u0445\u043e:\n- \u0435\u0441\u043b\u0438 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u0443\u0432\u043e\u043b\u044c\u043d\u044f\u0442\u044c\u0441\u044f, \u0431\u0443\u0434\u0435\u0442 \u0442\u0440\u0443\u0434\u043d\u043e \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0438\u0445 \u0440\u0430\u0431\u043e\u0442\u0443;\n- \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0435\u0433\u043e \u043a\u043e\u0434\u0430;\n\n# \u041a\u0430\u043a \u0434\u0435\u043b\u0430\u0435\u0442\u0441\u044f \u0432\u044b\u0431\u043e\u0440\u043a\u0430:\n- \u0431\u043e\u043b\u0435\u0435 80% \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432 \u0432 \u0444\u0438\u0447\u0443 \u0434\u0435\u043b\u0430\u0435\u0442 \u043e\u0434\u0438\u043d \u0447\u0435\u043b\u043e\u0432\u0435\u043a;\n- \u043f\u0440\u043e\u0435\u043a\u0442 \u0438\u043c\u0435\u0435\u0442 \u0431\u043e\u043b\u0435\u0435 60% \u0442\u0430\u043a\u0438\u0445 \u0444\u0438\u0447\u0435\u0439;\n\n\xa7 recommendations.scope.bus.oneMaintainer\n\u0432 \u0444\u0438\u0447\u0438 \u043f\u043e\u0433\u0440\u0443\u0436\u0435\u043d \u043e\u0434\u0438\u043d \u0447\u0435\u043b\u043e\u0432\u0435\u043a.\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e \u043f\u043b\u043e\u0445\u043e:\n- \u0435\u0441\u043b\u0438 \u043e\u043d \u0443\u0432\u043e\u043b\u0438\u0442\u0441\u044f, \u0431\u0443\u0434\u0435\u0442 \u0442\u0440\u0443\u0434\u043d\u043e \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0443;\n- \u0441\u043d\u0438\u0436\u0430\u0435\u0442\u0441\u044f \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e code-review;\n- \u0442\u0440\u0443\u0434\u043d\u043e \u0437\u0430\u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u0438\u0442\u044c \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0443 \u043f\u0440\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438;\n\n# \u041a\u0430\u043a \u0434\u0435\u043b\u0430\u0435\u0442\u0441\u044f \u0432\u044b\u0431\u043e\u0440\u043a\u0430:\n- \u0431\u043e\u043b\u0435\u0435 80% \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432 \u0432 \u0444\u0438\u0447\u0443 \u0441\u0434\u0435\u043b\u0430\u043b \u043e\u0434\u0438\u043d \u0447\u0435\u043b\u043e\u0432\u0435\u043a;\n\n\xa7 recommendations.scope.types.process.title\n\u041f\u043b\u043e\u0445\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u044b\n\n\xa7 recommendations.scope.types.process.description\n\u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0444\u0438\u0447 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442 \u043e\u0434\u0438\u043d \u0442\u0438\u043f \u0437\u0430\u0434\u0430\u0447.\n\n\xa7 recommendations.scope.types.one\n\u0444\u0438\u0447\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442 \u043e\u0434\u0438\u043d \u0442\u0438\u043f \u0437\u0430\u0434\u0430\u0447.\n\n\xa7 recommendations.scope.types.common\n\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0442 \u043a\u043e\u043c\u043c\u0438\u0442\u044b \u0438\u043b\u0438 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440 \u0437\u0430\u0432\u043e\u0434\u0438\u0442 \u043e\u0434\u0438\u043d \u0438 \u0442\u043e\u0442 \u0436\u0435 \u0442\u0438\u043f \u0437\u0430\u0434\u0430\u0447.\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e \u0432\u0430\u0436\u043d\u043e:\n- \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0434\u0430\u0442\u044c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 \u0434\u0440\u0443\u0433\u043e\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u0435;\n- \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0432\u044b\u043f\u0443\u0441\u0442\u0438\u0442\u044c "\u043a\u043e\u0440\u043e\u0431\u043e\u0447\u043d\u0443\u044e" \u0432\u0435\u0440\u0441\u0438\u044e;\n- \u0441\u0438\u043b\u044c\u043d\u0430\u044f \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u044c \u043e\u0442 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0445 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432;\n- \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043e\u0448\u0438\u0431\u043e\u043a \u0438 \u043d\u0438\u0437\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043a\u043e\u0434\u0430;\n- \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0435 \u0437\u0430\u043c\u0435\u0434\u043b\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043c;\n\n# \u0412 \u0447\u0451\u043c \u043e\u0448\u0438\u0431\u043a\u0430 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430:\n- \u0432\u0437\u0433\u043b\u044f\u0434 \u043d\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442, \u0442\u043e\u043b\u044c\u043a\u043e \u0441 \u043f\u043e\u0437\u0438\u0446\u0438\u0438 \xab\u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0449\u0435\u0439 \u0434\u0435\u043c\u043a\u0438\xbb;\n\n# \u0427\u0442\u043e \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c:\n- \u0442\u0435\u0441\u0442\u044b;\n- \u043e\u0448\u0438\u0431\u043a\u0438 (\u0432\u044b\u044f\u0432\u043b\u0435\u043d\u043d\u044b\u0435 \u043f\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c \u0442\u0435\u0441\u0442\u043e\u0432);\n- \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433 (\u0442.\u043a. \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u0430 \u043c\u043e\u0436\u0435\u0442 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c\u0441\u044f);\n- \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f;\n- \u043f\u0440\u0430\u0432\u043a\u0438 \u0441\u0442\u0438\u043b\u044f (\u043a\u0430\u043a \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043e\u043f\u0440\u043e\u0441\u0430 \u0444\u043e\u043a\u0443\u0441-\u0433\u0440\u0443\u043f\u043f\u044b);\n\n\xa7 recommendations.scope.plan.title\n\u041f\u043e\u0441\u0442\u0440\u043e\u0439\u0442\u0435 \u0434\u043e\u043b\u0433\u043e\u0441\u0440\u043e\u0447\u043d\u044b\u0439 \u043f\u043b\u0430\u043d\n\n\xa7 recommendations.scope.plan.description\n\u0441 \u0443\u0447\u0435\u0442\u043e\u043c \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u044b.\n\n\u041f\u0440\u0438 \u0442\u043e\u043c \u043e\u043f\u0438\u0440\u0430\u0442\u044c\u0441\u044f \u044d\u0442\u043e\u0442 \u043f\u043b\u0430\u043d \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u0440\u0430\u0437\u0443 \u043d\u0430 \u0441\u0430\u043c\u044b\u0435 \u0442\u0440\u0443\u0434\u043d\u044b\u0435 \u0437\u0430\u0434\u0430\u0447\u0438.\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435 \u043f\u043b\u0430\u043d\u0430 \u043f\u043b\u043e\u0445\u043e:\n- \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438 \u0434\u0435\u043b\u0430\u044e\u0442 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0449\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e, \u043d\u0435 \u0437\u0430\u043a\u043b\u0430\u0434\u044b\u0432\u0430\u044f \u0442\u043e\u0447\u043a\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f. \u041f\u043e\u0441\u043b\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0438\u0448\u0435\u0442\u0441\u044f \u043d\u0435 \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u043a\u043e\u0434, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0442\u043e\u0440\u043c\u043e\u0437\u0438\u0442 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0444\u0438\u0447\u0438;\n\n# \u0412 \u0447\u0451\u043c \u043e\u0448\u0438\u0431\u043a\u0430 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430:\n- \u043e\u043d \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u043b, \u043a\u0430\u043a \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0431\u0443\u0434\u0435\u0442 \u0440\u0430\u0437\u0432\u0438\u0432\u0430\u0442\u044c\u0441\u044f \u0434\u0430\u043b\u0435\u0435 \u0438 \u0432 \u043a\u0430\u043a\u0438\u0445 \u0442\u043e\u0447\u043a\u0430\u0445 \u0431\u0443\u0434\u0435\u0442 \u0440\u043e\u0441\u0442;\n\n# \u041a\u0430\u043a \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c:\n- \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u043b\u0430\u043d \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u044f \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430;\n- \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u043b\u0430\u043d \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u044f \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u044b (\u0441 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0430\u043c\u0438 \u0438 DBA);\n- \u043d\u0430 \u0443\u0440\u043e\u0432\u043d\u0435 \u0441\u0445\u0435\u043c \u0441\u0440\u0430\u0437\u0443 \u043f\u0440\u043e\u0433\u043e\u0432\u0430\u0440\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u043c\u043e\u043c\u0435\u043d\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u0441\u0438\u043b\u044c\u043d\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c\u0441\u044f;\n\n\xa7 recommendations.scope.cost.title\n\u041e\u0446\u0435\u043d\u0438\u0442\u0435 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0438 \u0432 \u0444\u0438\u0447\u0443\n\n\xa7 recommendations.scope.cost.description\n\u0441 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u043c \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u043f\u0440\u0438\u0431\u044b\u043b\u0438.\n\n\u0424\u0438\u0447\u0438 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0434\u043e\u0440\u043e\u0433\u043e \u0441\u0442\u043e\u044f\u0442 \u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0435, \u043d\u043e \u043f\u0440\u0438\u043d\u043e\u0441\u044f\u0442 \u043c\u0430\u043b\u043e \u043f\u0440\u0438\u0431\u044b\u043b\u0438, \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0441\u0442\u043e\u0438\u0442 \u043e\u0442\u043b\u043e\u0436\u0438\u0442\u044c \u0438\u043b\u0438 \u0432\u043e\u043e\u0431\u0449\u0435 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c. \u042d\u0442\u043e \u0441\u0434\u0435\u043b\u0430\u0435\u0442 \u043f\u0440\u043e\u0435\u043a\u0442 \u0431\u043e\u043b\u0435\u0435 \u043a\u043e\u043c\u043c\u0435\u0440\u0447\u0435\u0441\u043a\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u044b\u043c.\n\n\xa7 recommendations.author.lotOfLazy.title: \u0421\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u0430\u043b\u043e \u043a\u043e\u0434\u0430: $1\n\xa7 recommendations.author.lotOfLazy.description\n\u041c\u043e\u0436\u0435\u0442 \u0443\u0432\u043e\u043b\u0438\u0442\u044c?\n\n# \u0421\u043e\u0441\u0442\u0430\u0432: \n- $1;\n\n# \u041e\u0442\u0432\u0435\u0442\u044c\u0442\u0435 \u0441\u0435\u0431\u0435 \u043d\u0430 \u0432\u043e\u043f\u0440\u043e\u0441\u044b:\n- \u043e\u043d \u0442\u0438\u043c\u043b\u0438\u0434, \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u043e\u0440, \u0430\u043d\u0430\u043b\u0438\u0442\u0438\u043a?\n- \u044d\u0442\u043e \u0435\u0433\u043e \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043f\u0440\u043e\u0435\u043a\u0442?\n- \u0435\u0441\u0442\u044c \u043a\u0430\u043a\u0438\u0435-\u0442\u043e \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u043d\u0435\u0433\u043e?\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u043d\u0435\u0442 \u0441\u043c\u044b\u0441\u043b\u0430 \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c\n\u0421\u0443\u043c\u043c\u0430\u0440\u043d\u044b\u0435 \u0437\u0430\u0442\u0440\u0430\u0442\u044b \u043d\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0430 \u0443\u0436\u0435 \u0431\u043e\u043b\u044c\u0448\u0435 \u0447\u0435\u043c \u043f\u0440\u0438\u0431\u044b\u043b\u044c \u043e\u0442 \u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0442\u044b.\n\u0415\u0441\u043b\u0438 \u043c\u044b \u0441\u0447\u0438\u0442\u0430\u0435\u043c, \u0447\u0442\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0445 \u043f\u043e\u043c\u0435\u0445 \u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0442\u0435 \u043d\u0435 \u0431\u044b\u043b\u043e, \u0442\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a \u043b\u0438\u0431\u043e \u043d\u0435 \u0445\u043e\u0447\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0432\u043e\u043e\u0431\u0449\u0435, \u043b\u0438\u0431\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043d\u0430 \u0434\u0432\u0443\u0445 \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u0445 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e.\n\u0423\u0432\u043e\u043b\u044c\u043d\u0435\u043d\u0438\u0435 \u0438 \u0437\u0430\u043c\u0435\u043d\u0430 \u043d\u043e\u0432\u044b\u043c \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u043c \u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0442 \u043e\u043f\u0440\u0430\u0432\u0434\u0430\u043d\u043d\u044b\u043c \u0441 \u0442\u043e\u0447\u043a\u0438 \u0437\u0440\u0435\u043d\u0438\u044f \u043e\u0431\u0449\u0435\u0439 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438.\n\n\xa7 recommendations.author.manyLazy.title: \u041f\u0438\u0448\u0443\u0442 \u043c\u0430\u043b\u043e \u043a\u043e\u0434\u0430: $1\n\xa7 recommendations.author.manyLazy.description\n\u041d\u0443\u0436\u043d\u043e \u0432\u0437\u044f\u0442\u044c \u043d\u0430 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c.\n\n# \u0421\u043e\u0441\u0442\u0430\u0432: \n- $1;\n\n# \u041a\u0430\u043a \u0434\u0435\u043b\u0430\u0435\u0442\u0441\u044f \u0432\u044b\u0431\u043e\u0440\u043a\u0430:\n- \u043d\u0430 \u0442\u0435\u0441\u0442\u043e\u0432\u044b\u0445 \u0432\u044b\u0431\u043e\u0440\u043a\u0430\u0445 \u0445\u043e\u0440\u043e\u0448\u0438\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0441\u0442 \u043f\u0438\u0448\u0435\u0442 \u043a\u043e\u0434 \u0431\u043e\u043b\u044c\u0448\u0435 80% \u0432\u0440\u0435\u043c\u0435\u043d\u0438;\n- \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043e\u0442 60% \u0434\u043e 80%;\n\n# \u041a\u0430\u043a \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c:\n- \u0434\u0440\u043e\u0431\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u0447\u0438 \u043d\u0430 1..2 \u0434\u043d\u044f;\n- \u043a\u0430\u0436\u0434\u044b\u0439 \u0434\u0435\u043d\u044c \u0441\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c \u0441\u0442\u0430\u0442\u0443\u0441;\n- \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u0437\u0430\u0434\u0430\u0447\u0438 \u0445\u043e\u0440\u043e\u0448\u043e \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u044b \u0438 \u0433\u043e\u0442\u043e\u0432\u044b \u043a \u043d\u0430\u0447\u0430\u043b\u0443 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438;\n- \u0443\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u043f\u0430\u0440\u043d\u043e\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c;\n\n\xa7 recommendations.author.oneTypeMans\n\u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043e\u0434\u043d\u043e\u043e\u0431\u0440\u0430\u0437\u043d\u044b\u0435 \u0437\u0430\u0434\u0430\u0447\u0438 \u043f\u043e \u0442\u0438\u043f\u0443. \u041c\u043e\u0436\u0435\u0442 \u0432\u044b\u0433\u043e\u0440\u0435\u0442\u044c.\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e \u0432\u0430\u0436\u043d\u043e:\n- \u0435\u0441\u043b\u0438 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a \u0432\u044b\u0433\u043e\u0440\u0438\u0442, \u0435\u0433\u043e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u044b \u0441\u043d\u0438\u0437\u0438\u0442\u0441\u044f;\n- \u0437\u0430\u043c\u0435\u0434\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u043e\u0441\u0442;\n- \u043f\u043e\u0432\u044b\u0448\u0430\u0435\u0442\u0441\u044f \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u0443\u0432\u043e\u043b\u044c\u043d\u0435\u043d\u0438\u044f;\n\n# \u041a\u0430\u043a \u0434\u0435\u043b\u0430\u0435\u0442\u0441\u044f \u0432\u044b\u0431\u043e\u0440\u043a\u0430:\n- \u0434\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0442\u0441\u044f \u0442\u0438\u043f \u0437\u0430\u0434\u0430\u0447\u0438;\n- \u0435\u0441\u043b\u0438 \u0431\u043e\u043b\u044c\u0448\u0435 70% \u0437\u0430\u0434\u0430\u0447 \u043e\u0434\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0430, \u0437\u043d\u0430\u0447\u0438\u0442 \u0447\u0435\u043b\u043e\u0432\u0435\u043a \u0434\u0435\u043b\u0430\u0435\u0442 \u043e\u0434\u043d\u043e \u0438 \u0442\u043e\u0436\u0435;\n\n\xa7 recommendations.author.workToday.title: \u0420\u0430\u0431\u043e\u0442\u0430\u0435\u0442 $1\n\xa7 recommendations.author.workToday.description\n\u043d\u0430\u0434 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u043c \u0432 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442.\n\n# \u0421\u043e\u0441\u0442\u0430\u0432: \n- $1;\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u0438\u043c\u0435\u043d\u043d\u043e \u043e\u043d\u0438:\n- \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0434\u043d\u0435\u0439 \u0431\u043e\u043b\u0435\u0435 50%;\n- \u0440\u0430\u0431\u043e\u0442\u0430\u043b\u0438 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 30 \u0434\u043d\u0435\u0439;\n\n\xa7 recommendations.author.dismissed.title: \u0423\u0432\u043e\u043b\u0438\u043b\u043e\u0441\u044c $1\n\xa7 recommendations.author.dismissed.description\n\u0438\u043b\u0438 \u0440\u0430\u0431\u043e\u0442\u0430\u043b\u043e \u043a\u043e\u0440\u043e\u0442\u043a\u0438\u0439 \u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u043a \u0432\u0440\u0435\u043c\u0435\u043d\u0438.\n\n# \u0421\u043e\u0441\u0442\u0430\u0432:\n- $1;\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u0438\u043c\u0435\u043d\u043d\u043e \u043e\u043d\u0438:\n- \u0440\u0430\u0431\u043e\u0442\u0430\u043b\u0438 \u0432 \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e\u043c \u0440\u0438\u0442\u043c\u0435 (\u0432\u0438\u0434\u0438\u043c\u043e, \u044d\u0442\u043e \u0438\u0445 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439);\n- \u0437\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u043c\u0435\u0441\u044f\u0446 \u043d\u0435 \u0431\u044b\u043b\u043e \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430;\n- \u043e\u0442\u043f\u0443\u0441\u043a \u043e\u0431\u044b\u0447\u043d\u043e 14 \u0434\u043d\u0435\u0439 (\u0438\u0445 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435 \u043d\u0435 \u043f\u043e\u0445\u043e\u0436\u0435 \u043d\u0430 \u043e\u0442\u043f\u0443\u0441\u043a);\n\n\xa7 recommendations.author.staff.title: \u041f\u043e\u043c\u043e\u0433\u0430\u044e\u0442 $1\n\xa7 recommendations.author.staff.description\n\u041b\u044e\u0434\u0438 \u0434\u0440\u0443\u0433\u043e\u0439 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0447\u0442\u043e-\u043b\u0438\u0431\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0438\u043b\u0438.\n\n# \u0421\u043e\u0441\u0442\u0430\u0432: \n- $1;\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u0438\u043c\u0435\u043d\u043d\u043e \u043e\u043d\u0438:\n- \u044d\u0442\u043e \u043d\u0435 open-source \u043f\u0440\u043e\u0435\u043a\u0442;\n- \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0434\u043d\u0435\u0439 \u043c\u0435\u043d\u0435\u0435 15% \u043e\u0442 \u043e\u0431\u0449\u0435\u0433\u043e \u0447\u0438\u0441\u043b\u0430;\n- \u0438\u0437\u043c\u0435\u043d\u044f\u044e\u0442 \u043f\u0440\u0438\u043c\u0435\u0440\u043d\u043e \u043e\u0434\u043d\u0438 \u0438 \u0442\u0435 \u0436\u0435 \u0444\u0430\u0439\u043b\u044b;\n\n\xa7 recommendations.author.projectType.openSource.title\n\u041e\u0442\u043a\u0440\u044b\u0442\u044b\u0439 \u043f\u0440\u043e\u0435\u043a\u0442\n\n\xa7 recommendations.author.projectType.openSource.description\n\u043f\u044f\u0442\u044c \u0434\u043d\u0435\u0439 \u0432 \u043d\u0435\u0434\u0435\u043b\u044e \u0442\u0443\u0442 \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0442.\n\n\u041f\u0440\u043e\u0435\u043a\u0442 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438 \u0437\u0430\u043a\u0440\u044b\u0442\u044b\u043c, \u043f\u0440\u043e\u0441\u0442\u043e \u0442\u0430\u043a\u043e\u0439 \u0442\u0435\u043c\u043f \u0440\u0430\u0431\u043e\u0442\u044b \u043e\u0431\u044b\u0447\u043d\u043e \u0443 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0445 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a \u043d\u0430 GitHub.\n\n# \u041c\u0435\u0442\u043e\u0434 \u043e\u0446\u0435\u043d\u043a\u0438:\n- \u0431\u0435\u0440\u0435\u0442\u0441\u044f \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u043f\u043e \u0432\u0441\u0435\u043c \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u043c \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0430\u043c;\n- \u043f\u043e\u0434\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0441\u0440\u0435\u0434\u043d\u0435\u0435 \u0447\u0438\u0441\u043b\u043e \u0434\u043d\u0435\u0439 \u0440\u0430\u0431\u043e\u0442\u044b \u0438 \u0431\u0435\u0437 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432;\n- \u0443 open-source \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0434\u043d\u0435\u0439 \u043e\u0431\u044b\u0447\u043d\u043e \u043c\u0430\u043a\u0441\u0438\u043c\u0443\u043c 15..20%;\n\n# \u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f\n\u0414\u043b\u044f \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432, \u0433\u0434\u0435 \u0440\u0430\u0431\u043e\u0442\u0430 \u043d\u0435 \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u0430, \u043d\u0435\u0442 \u0441\u043c\u044b\u0441\u043b\u0430 \u0432\u043e \u043c\u043d\u043e\u0433\u0438\u0445 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044f\u0445. \u041f\u043e\u044d\u0442\u043e\u043c\u0443 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0438 \u0431\u0435\u0437 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432, \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438 \u0438 \u0442.\u043f. \u0431\u0443\u0434\u0443\u0442 \u0441\u043a\u0440\u044b\u0442\u044b.\n\n\u041a\u0430\u043a \u043f\u0440\u0430\u0432\u0438\u043b\u043e, \u043e\u0446\u0435\u043d\u043a\u0443 \u0442\u0430\u043a\u0438\u0445 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u0434\u0435\u043b\u0430\u044e\u0442 \u043f\u0435\u0440\u0435\u0434 \u043d\u0430\u0447\u0430\u043b\u043e\u043c \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0441\u0432\u043e\u0435\u0439 \u0437\u0430\u043a\u0440\u044b\u0442\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438. \u0421\u0430\u043c\u044b\u0435 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0438 \u0432 \u044d\u0442\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u0430\u044f \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0438 \u0441\u0443\u043c\u043c\u0430\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043d\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0443.\n\n\n\xa7 recommendations.author.projectType.easy.title\n\u0421\u043b\u0430\u0431\u0430\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430\n\n\xa7 recommendations.author.projectType.easy.description\n\u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u043d\u043e\u0433\u043e \u0434\u043d\u0435\u0439 \u0431\u0435\u0437 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432.\n\n\u041d\u0443\u0436\u043d\u043e \u043f\u043e\u043d\u044f\u0442\u044c \u043f\u043e\u0447\u0435\u043c\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u043d\u0435 \u043f\u0438\u0448\u0435\u0442 \u043a\u043e\u0434.\n\n# \u041c\u0435\u0442\u043e\u0434 \u043e\u0446\u0435\u043d\u043a\u0438:\n- \u0431\u0435\u0440\u0435\u0442\u0441\u044f \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u043f\u043e \u0432\u0441\u0435\u043c \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u043c \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0430\u043c;\n- \u043f\u043e\u0434\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0441\u0440\u0435\u0434\u043d\u0435\u0435 \u0447\u0438\u0441\u043b\u043e \u0434\u043d\u0435\u0439 \u0440\u0430\u0431\u043e\u0442\u044b \u0438 \u0431\u0435\u0437 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432;\n- \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0441\u044f \u0441\u043b\u0430\u0431\u043e\u0439, \u0435\u0441\u043b\u0438 \u043f\u0440\u043e\u0446\u0435\u043d\u0442 \u0431\u0435\u0437 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432 \u043e\u0442 5% \u0434\u043e 20%;\n\n# \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043f\u0440\u0438\u0447\u0438\u043d\u044b:\n- \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043d\u0435\u0442 \u0437\u0430\u0434\u0430\u0447;\n- \u0437\u0430\u0434\u0430\u0447\u0438 \u0435\u0441\u0442\u044c, \u043d\u043e \u0445\u043e\u0440\u043e\u0448\u043e \u043b\u043e\u0436\u0430\u0442\u0441\u044f \u043d\u0430 \u0442\u0435\u043a\u0443\u0449\u0443\u044e \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u0443;\n- \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432 \u043e\u0442\u0432\u043b\u0435\u043a\u0430\u044e\u0442 \u0441\u043e\u0432\u0435\u0449\u0430\u043d\u0438\u044f\u043c\u0438;\n- \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442;\n\n# \u0412\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u0440\u0435\u0448\u0435\u043d\u0438\u044f:\n- \u043e\u0431\u0441\u0443\u0434\u0438\u0442\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0441 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439;\n- \u0443\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u0433\u0440\u0430\u043d\u0443\u043b\u044f\u0440\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u0434\u0430\u0447, \u0447\u0442\u043e\u0431\u044b \u0437\u0430 \u0434\u0435\u043d\u044c \u043c\u043e\u0436\u043d\u043e \u0431\u044b\u043b\u043e \u0443\u0441\u043f\u0435\u0442\u044c \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u043e\u0434\u043d\u0443 \u0438\u043b\u0438 \u0434\u0432\u0435 \u0437\u0430\u0434\u0430\u0447\u0438;\n- \u0432\u0432\u0435\u0441\u0442\u0438 \u0435\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u044b\u0435 \u0441\u043e\u0432\u0435\u0449\u0430\u043d\u0438\u044f, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0435 \u0437\u0430\u0434\u0430\u0447 \u043f\u043e \u0441\u0442\u0430\u0442\u0443\u0441\u0443;\n- \u0443\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0441\u0435\u0430\u043d\u0441\u044b \u043f\u0430\u0440\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f, \u0447\u0442\u043e\u0431\u044b \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a \u043c\u043e\u0436\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0431\u044b\u0441\u0442\u0440\u0435\u0435;\n\n\xa7 recommendations.author.manager.title\n\u041e\u0431\u043e\u0437\u043d\u0430\u0447\u044c\u0442\u0435 \u0434\u0435\u0434\u043b\u0430\u0439\u043d\u044b\n\n\xa7 recommendations.author.manager.description\n\u0423 \u043b\u044e\u0431\u043e\u0439 \u0437\u0430\u0434\u0430\u0447\u0438 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0447\u0451\u0442\u043a\u0438\u0439 \u0434\u0435\u0434\u043b\u0430\u0439\u043d.\n \n\u042d\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442 \u043d\u0435 \u0437\u0430\u0442\u044f\u0433\u0438\u0432\u0430\u0442\u044c \u0435\u0451 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043d\u0430 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0434\u043d\u0435\u0439 \u0438\u043b\u0438 \u043d\u0435\u0434\u0435\u043b\u044c.\n\n# \u041a\u0430\u043a\u0438\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0438 \u0441\u0442\u043e\u0438\u0442 \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c:\n- \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0434\u043d\u0435\u0439 \u043d\u0430 \u043e\u0434\u043d\u0443 \u0437\u0430\u0434\u0430\u0447\u0443, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0442\u0440\u0430\u0442\u0438\u0442 \u0440\u0430\u0431\u043e\u0442\u043d\u0438\u043a;\n- \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0434\u043d\u0435\u0439 \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u0432\u043b\u0438\u0442\u0438\u044f PR (\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438 \u043f\u043e PR);\n\n\xa7 recommendations.author.shorTalk.title\n\u041f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u0435 \u0435\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u044b\u0435 \u0441\u043e\u0432\u0435\u0449\u0430\u043d\u0438\u044f\n\n\xa7 recommendations.author.shorTalk.description\n\u043e\u043d\u0438 \u043f\u043e\u043c\u043e\u0433\u0430\u044e\u0442 \u0431\u044b\u0442\u044c \u0432 \u043a\u0443\u0440\u0441\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u0430.\n \n\u041d\u0435 \u0440\u0430\u0441\u0442\u044f\u0433\u0438\u0432\u0430\u0439\u0442\u0435 \u0438\u0445 \u043e\u0442\u0432\u043b\u0435\u043a\u0430\u044f\u0441\u044c \u043d\u0430 \u043f\u043e\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0435 \u0442\u0435\u043c\u044b.\n\n# \u041d\u0430 \u043a\u0430\u043a\u0438\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0434\u043e\u043b\u0436\u0435\u043d \u043e\u0442\u0432\u0435\u0442\u0438\u0442\u044c \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a:\n- \u0447\u0442\u043e \u0431\u044b\u043b\u043e \u0441\u0434\u0435\u043b\u0430\u043d\u043e;\n- \u0447\u0442\u043e \u0431\u0443\u0434\u0435\u0442 \u0441\u0434\u0435\u043b\u0430\u043d\u043e;\n- \u0435\u0441\u0442\u044c \u043b\u0438 \u043a\u0430\u043a\u0438\u0435-\u043b\u0438\u0431\u043e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b;\n\n# \u0421\u043b\u0435\u0434\u0443\u0435\u0442 \u043e\u0431\u0440\u044b\u0432\u0430\u0442\u044c \u043c\u043e\u043d\u043e\u043b\u043e\u0433, \u0435\u0441\u043b\u0438:\n- \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0442 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e \u043e\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c \u043c\u0435\u043b\u043a\u0438\u0435 \u0434\u0435\u0442\u0430\u043b\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435 \u0432\u0430\u0436\u043d\u044b;\n- \u0443\u0432\u043e\u0434\u044f\u0442 \u0434\u0438\u0430\u043b\u043e\u0433 \u0432 \u0441\u0442\u043e\u0440\u043e\u043d\u0443, \u043e\u0442 \u043f\u0435\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043b\u0430\u043d\u0430;\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e \u0432\u0430\u0436\u043d\u043e:\n\u0427\u0430\u0441\u0442\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0434\u0435\u043b\u0430\u0435\u0442, \u0441\u0442\u0430\u0440\u0430\u0435\u0442\u0441\u044f \u0443\u0439\u0442\u0438 \u043e\u0442 \u043e\u0442\u0432\u0435\u0442\u0430. \u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043e\u043d \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u043a\u0443\u0447\u0443 \u043d\u0435\u043d\u0443\u0436\u043d\u044b\u0445 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0435\u0439 \u0441\u0432\u043e\u0439 \u0440\u0430\u0431\u043e\u0442\u044b. \u042d\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0443\u0441\u044b\u043f\u0438\u0442\u044c \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432 \u0438 \u0440\u0430\u0441\u0442\u044f\u043d\u0443\u0442\u044c \u0432\u0440\u0435\u043c\u044f \u043e\u0442\u0432\u0435\u0442\u0430. \u0421\u043e\u0437\u0434\u0430\u0435\u0442\u0441\u044f \u043e\u0449\u0443\u0449\u0435\u043d\u0438\u0435 \u0447\u0442\u043e \u043e\u043d \u0447\u0435\u043c-\u0442\u043e \u0437\u0430\u043d\u044f\u0442, \u0445\u043e\u0442\u044f \u043f\u043e \u0444\u0430\u043a\u0442\u0443 \u0440\u0430\u0431\u043e\u0442\u044b \u043d\u0435 \u0431\u044b\u043b\u043e.\n\n\xa7 recommendations.author.ipr.title\n\u0421\u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043f\u043b\u0430\u043d \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f\n\n\xa7 recommendations.author.ipr.description\n\u043d\u0430 \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430.\n\n*\u0418\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u043b\u0430\u043d \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f* \u2014 \u044d\u0442\u043e \u0441\u043f\u0438\u0441\u043e\u043a \u0446\u0435\u043b\u0435\u0439 \u0438 \u0437\u0430\u0434\u0430\u0447, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u043c\u043e\u0433\u0430\u044e\u0442 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0443 \u0440\u0430\u0437\u0432\u0438\u0432\u0430\u0442\u044c\u0441\u044f \u0432 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0439 \u043e\u0431\u043b\u0430\u0441\u0442\u0438.\n\n# \u041a\u0430\u043a \u0441\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u043d:\n- \u0441\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043c\u0430\u0442\u0440\u0438\u0446\u0443 \u043a\u043e\u043c\u043f\u0435\u0442\u0435\u043d\u0446\u0438\u0439;\n- \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043f\u043e \u043a\u0430\u043a\u0438\u043c \u043a\u043e\u043c\u043f\u0435\u0442\u0435\u043d\u0446\u0438\u044f\u043c \u043c\u0435\u043d\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u0437\u043d\u0430\u043d\u0438\u0439 \u0438 \u043e\u043f\u044b\u0442\u0430;\n- \u0443\u0437\u043d\u0430\u0442\u044c \u043a\u0430\u043a\u0438\u0435 \u0438\u0437 \u044d\u0442\u0438\u0445 \u043a\u043e\u043c\u043f\u0435\u0442\u0435\u043d\u0446\u0438\u0439 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0443;\n- \u043f\u0440\u0438\u0434\u0443\u043c\u0430\u0442\u044c 3..5 \u0446\u0435\u043b\u0435\u0439 \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u043a\u0430\u0436\u0434\u043e\u0439 \u0442\u0430\u043a\u043e\u0439 \u043a\u043e\u043c\u043f\u0435\u0442\u0435\u043d\u0446\u0438\u0438 \u043d\u0430 \u043f\u043e\u043b\u043f\u043e\u0441\u0442\u043e\u0440\u043e\u043d\u0438\u0435 \u0433\u043e\u0434\u0430 \u0438\u043b\u0438 \u0433\u043e\u0434;\n- \u043a\u0430\u0436\u0434\u044b\u0439 \u043c\u0435\u0441\u044f\u0446 \u043f\u044b\u0442\u0430\u0442\u044c\u0441\u044f \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0447\u0442\u043e-\u043b\u0438\u0431\u043e \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044f \u043e\u0434\u043d\u043e\u0439 \u0446\u0435\u043b\u0438;\n- \u043a\u0430\u0436\u0434\u044b\u0439 \u043c\u0435\u0441\u044f\u0446 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u0442\u044c \u043e\u0431 \u043e\u0431\u0449\u0435\u043c \u043f\u043b\u0430\u043d\u0435 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044f \u044d\u0442\u0438\u0445 \u0446\u0435\u043b\u0435\u0439;\n\n# \u041d\u0443\u0436\u0435\u043d \u043b\u0438 \u043f\u043b\u0430\u043d \u0440\u0443\u043a\u043e\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044e?\n\u0414\u0430, \u0440\u0443\u043a\u043e\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c \u0442\u0430\u043a \u0436\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u043d \u043d\u0430 \u0441\u0435\u0431\u044f. \u0415\u0441\u043b\u0438 \u043d\u0435\u0442 \u0432\u044b\u0448\u0435\u0441\u0442\u043e\u044f\u0449\u0435\u0433\u043e \u0440\u0443\u043a\u043e\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f, \u0442\u043e \u043e\u043d \u0434\u043e\u043b\u0436\u0435\u043d \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u0441\u0430\u043c \u0441\u0435\u0431\u044f.\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e \u0432\u0430\u0436\u043d\u043e:\n- \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438 \u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0442\u0441\u044f \u0431\u043e\u043b\u0435\u0435 \u043b\u043e\u044f\u043b\u044c\u043d\u044b \u043a \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438;\n- \u0437\u0430 \u0442\u0435\u0436\u0435 \u0434\u0435\u043d\u044c\u0433\u0438 \u0432\u044b \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0435 \u0431\u043e\u043b\u0435\u0435 \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043a\u0430\u0434\u0440\u044b;\n\n\xa7 recommendations.author.oneToOne.title\n\u041f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u0435 1-1 \u043a\u0430\u0436\u0434\u044b\u0439 \u043c\u0435\u0441\u044f\u0446\n\n\xa7 recommendations.author.oneToOne.description\n\u044d\u0442\u043e \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u0432\u044b\u044f\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u043d\u0430 \u0440\u0430\u043d\u043d\u0435\u0439 \u0441\u0442\u0430\u0434\u0438\u0438.\n\n*One-to-one* \u2014 \u044d\u0442\u043e \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u044b\u0435 \u043b\u0438\u0447\u043d\u044b\u0435 \u0432\u0441\u0442\u0440\u0435\u0447\u0438 \u0440\u0443\u043a\u043e\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0441 \u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u043c. \u041d\u0430 \u0442\u0430\u043a\u0438\u0445 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u0445 \u043e\u0431\u044b\u0447\u043d\u043e \u043e\u0431\u0441\u0443\u0436\u0434\u0430\u044e\u0442 \u0432\u0441\u0451, \u0447\u0442\u043e \u0432\u0430\u0436\u043d\u043e \u0434\u043b\u044f \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430, \u0447\u0442\u043e \u0435\u0433\u043e \u0432\u043e\u043b\u043d\u0443\u0435\u0442, \u0438 \u0442\u043e, \u0447\u0435\u043c \u043e\u043d \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441 \u0440\u0443\u043a\u043e\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430\u0435\u0434\u0438\u043d\u0435.\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e \u0432\u0430\u0436\u043d\u043e:\n- \u043b\u0435\u0433\u043a\u043e \u0432\u044b\u044f\u0441\u043d\u0438\u0442\u044c, \u043a\u0442\u043e \u0438\u0437 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432 \u043f\u0435\u0440\u0435\u0433\u0440\u0443\u0436\u0435\u043d, \u0430 \u0443 \u043a\u043e\u0433\u043e \u0435\u0441\u0442\u044c \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f;\n- \u043c\u043e\u0436\u043d\u043e \u043f\u0440\u0435\u0434\u043e\u0442\u0432\u0440\u0430\u0442\u0438\u0442\u044c \u0432\u044b\u0433\u043e\u0440\u0430\u043d\u0438\u0435 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430;\n- \u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0431\u044b\u0441\u0442\u0440\u0443\u044e \u043e\u0431\u0440\u0430\u0442\u043d\u0443\u044e \u0441\u0432\u044f\u0437\u044c \u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430\u0445, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0435 \u0437\u0430\u043c\u0435\u0447\u0430\u0442\u044c;\n- \u0444\u043e\u0440\u043c\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0434\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435, \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438 \u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0442\u0441\u044f \u0431\u043e\u043b\u0435\u0435 \u043b\u043e\u044f\u043b\u044c\u043d\u044b \u043a \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438;\n- \u043f\u043e\u0432\u044b\u0448\u0430\u0435\u0442\u0441\u044f \u043c\u043e\u0442\u0438\u0432\u0430\u0446\u0438\u044f \u0438 \u0432\u043e\u0432\u043b\u0435\u0447\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432;\n\n\xa7 recommendations.author.club.title\n\u0425\u043e\u0434\u0438\u0442\u0435 \u0432 \u0431\u0430\u0440\n\n\xa7 recommendations.author.club.description\n\u043e\u0434\u0438\u043d \u0440\u0430\u0437 \u0432 \u043c\u0435\u0441\u044f\u0446 \u0438\u043b\u0438 \u0434\u0432\u0430.\n\n\u042d\u0442\u043e \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u0432\u044b\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u043d\u0435\u0444\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u0443\u044e \u043a\u043e\u043c\u043c\u0443\u043d\u0438\u043a\u0430\u0446\u0438\u044e \u0432 \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432\u0435 \u0438 \u0441\u043f\u043b\u043e\u0442\u0438\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434\u0443, \u0434\u0430\u0436\u0435 \u0435\u0441\u043b\u0438 \u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u0441\u0436\u0430\u0442\u044b\u043c.\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e \u0432\u0430\u0436\u043d\u043e:\n- \u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0431\u044b\u0441\u0442\u0440\u0443\u044e \u043e\u0431\u0440\u0430\u0442\u043d\u0443\u044e \u0441\u0432\u044f\u0437\u044c \u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430\u0445, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0435 \u0437\u0430\u043c\u0435\u0447\u0430\u0442\u044c;\n- \u0444\u043e\u0440\u043c\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0434\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435, \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438 \u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0442\u0441\u044f \u0431\u043e\u043b\u0435\u0435 \u043b\u043e\u044f\u043b\u044c\u043d\u044b \u043a \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438;\n- \u043f\u043e\u0432\u044b\u0448\u0430\u0435\u0442\u0441\u044f \u0432\u043e\u0432\u043b\u0435\u0447\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432;\n\n\xa7 recommendations.hour.onlyWork.title: \u0412\u044b\u0445\u043e\u0434\u043d\u044b\u0445 \u0442\u0443\u0442 \u043d\u0435\u0442\n\xa7 recommendations.hour.onlyWork.description: \u0412\u0435\u0440\u043e\u044f\u0442\u043d\u043e, \u0441\u0442\u043e\u0438\u0442 \u0443\u0432\u043e\u043b\u0438\u0442\u044c \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430.\n\xa7 recommendations.hour.weekends.title: \u0420\u0430\u0431\u043e\u0442\u0430 \u043d\u0430 \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0445\n\xa7 recommendations.hour.weekends.description: \u0412\u0435\u0440\u043e\u044f\u0442\u043d\u043e, \u0441\u0442\u043e\u0438\u0442 \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430.\n\xa7 recommendations.hour.easy.title: \u0411\u044b\u0432\u0430\u044e\u0442 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b\n\xa7 recommendations.hour.easy.description: \u0412\u0435\u0440\u043e\u044f\u0442\u043d\u043e, \u0431\u044b\u0432\u0430\u044e\u0442 \u0437\u0430\u0432\u0430\u043b\u044b \u0438 \u043f\u0440\u0438\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u043d\u0430 \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0445.\n\xa7 recommendations.week.lazyDays.down.title: \u0421\u0442\u0430\u043b\u043e \u043c\u0435\u043d\u044c\u0448\u0435 \u043f\u0440\u043e\u0433\u0443\u043b\u043e\u0432\n\xa7 recommendations.week.lazyDays.down.description: \u0437\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0442\u0440\u0438 \u043d\u0435\u0434\u0435\u043b\u0438 \u044d\u0442\u043e\u0442 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u0443\u043f\u0430\u043b\n\xa7 recommendations.week.lazyDays.up.title: \u0421\u0442\u0430\u043b\u043e \u0431\u043e\u043b\u044c\u0448\u0435 \u043f\u0440\u043e\u0433\u0443\u043b\u043e\u0432\n\xa7 recommendations.week.lazyDays.up.description: \u043d\u0435\u0442 \u0437\u0430\u0434\u0430\u0447 \u0438\u043b\u0438 \u043d\u0443\u0436\u0435\u043d \u0431\u043e\u043b\u0435\u0435 \u0436\u0435\u0441\u0442\u043a\u0438\u0439 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\n\xa7 recommendations.week.notWork.title: \u0421\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e \u043d\u0435 \u0434\u043e\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442\n\xa7 recommendations.week.notWork.description: \u0442.\u043a. \u043a\u0430\u0436\u0434\u0443\u044e \u043d\u0435\u0434\u0435\u043b\u044e \u043f\u0438\u0448\u0435\u0442 \u043a\u043e\u0434 \u043d\u0435 100% \u0432\u0440\u0435\u043c\u0435\u043d\u0438\n\xa7 recommendations.week.upWork.title: \u0421\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e \u043f\u0435\u0440\u0435\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442\n\xa7 recommendations.week.upWork.description: \u0442.\u043a. \u043a\u0430\u0436\u0434\u0443\u044e \u043d\u0435\u0434\u0435\u043b\u044e \u043f\u0438\u0448\u0435\u0442 \u043a\u043e\u0434 \u0432 \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0435 \u0434\u043d\u0438\n\xa7 recommendations.week.task.up.title: \u0420\u0430\u0441\u0442\u0451\u0442 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c\n\xa7 recommendations.week.task.up.description\n\u0438\u043b\u0438 \u0437\u0430\u0434\u0430\u0447\u0438 \u0441\u0442\u0430\u043b\u0438 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u0435\u043b\u043a\u0438\u0435.\n \n\u041d\u0443\u0436\u043d\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c. \u0415\u0441\u043b\u0438 \u0433\u0440\u0430\u043d\u0443\u043b\u044f\u0440\u043d\u043e\u0441\u0442\u044c \u0442\u0430 \u0436\u0435 - \u0437\u0430\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442.\n\xa7 recommendations.week.task.lazyMaintainer.description: \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \u043b\u0438\u0434\u0435\u0440 \u043f\u043e \u043f\u0440\u043e\u0433\u0443\u043b\u0430\u043c. \u0423\u0432\u043e\u043b\u0438\u0442\u044c?\n\xa7 recommendations.week.task.down.title: \u041f\u0430\u0434\u0430\u0435\u0442 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c\n\xa7 recommendations.week.task.down.description\n\u0438\u043b\u0438 \u0437\u0430\u0434\u0430\u0447\u0438 \u0445\u0443\u0436\u0435 \u0440\u0430\u0437\u0431\u0438\u0432\u0430\u044e\u0442. \u041d\u0443\u0436\u043d\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c. \u0415\u0441\u043b\u0438 \u0433\u0440\u0430\u043d\u0443\u043b\u044f\u0440\u043d\u043e\u0441\u0442\u044c \u0442\u0430 \u0436\u0435 - \u0432\u0437\u044f\u0442\u044c \u043d\u0430 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c.\n\n# \u041c\u0435\u0442\u043e\u0434 \u043e\u0446\u0435\u043d\u043a\u0438:\n- \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0437\u0430\u0434\u0430\u0447 \u0432 \u0434\u0435\u043d\u044c, \u043d\u0430\u0434 \u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438 \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0442, \u043d\u0430 \u043f\u0440\u043e\u0442\u044f\u0436\u0435\u043d\u0438\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u0442\u0440\u0435\u0445 \u043d\u0435\u0434\u0435\u043b\u044c \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e \u043f\u0430\u0434\u0430\u0435\u0442.\n\n# \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043e\u0448\u0438\u0431\u043a\u0438:\n- \u0437\u0430\u0434\u0430\u0447\u0438 \u043c\u043e\u0433\u043b\u0438 \u0431\u044b\u0442\u044c \u0441\u043b\u043e\u0436\u043d\u0435\u0435, \u0447\u0435\u043c \u043a\u0430\u0437\u0430\u043b\u0438\u0441\u044c;\n- \u0437\u0430\u0434\u0430\u0447\u0438 \u043c\u043e\u0433\u043b\u0438 \u0438\u043c\u0435\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043e\u0431\u044a\u0451\u043c \u0440\u0430\u0431\u043e\u0442\u044b (\u043d\u0443\u0436\u043d\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439, \u043f\u0430\u0434\u0430\u044e\u0442 \u043e\u043d\u0438 \u0438\u043b\u0438 \u043d\u0435\u0442 \u0437\u0430 \u044d\u0442\u043e\u0442 \u0436\u0435 \u043f\u0435\u0440\u0438\u043e\u0434)\n\n\xa7 recommendations.type.everyHasOne.title: \u041d\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0442 \u0442\u0438\u043f \u0437\u0430\u0434\u0430\u0447\u0438\n\xa7 recommendations.type.everyHasOne.description: \u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0442\u0438\u043f\u043e\u0432 \u0437\u0430\u0434\u0430\u0447 \u0434\u0435\u043b\u0430\u0435\u0442 \u043e\u0434\u0438\u043d \u0447\u0435\u043b\u043e\u0432\u0435\u043a.\n\xa7 recommendations.type.oneMaintainer.title: \u0423\u0437\u043a\u0430\u044f \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f\n\xa7 recommendations.type.oneMaintainer.description\n\u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0437\u0430\u0434\u0430\u0447 \u043e\u0434\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0430 \u0434\u0435\u043b\u0430\u044e\u0442 \u043e\u0434\u043d\u0438 \u0438 \u0442\u0435 \u0436\u0435 \u043b\u044e\u0434\u0438.\n\n# \u0422\u0438\u043f\u044b \u0437\u0430\u0434\u0430\u0447:\n\n\xa7 recommendations.type.common\n# \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u044d\u0442\u043e \u043d\u0435 \u0442\u0430\u043a\n\n\u041d\u0443\u0436\u043d\u043e \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438 \u0432\u0435\u0440\u043d\u043e \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0442 \u043a\u043e\u043c\u043c\u0438\u0442\u044b.\n\n\u0428\u0430\u0433\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u043c\u043e\u0433\u0443\u0442 \u044d\u0442\u043e \u0441\u0434\u0435\u043b\u0430\u0442\u044c:\n- \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u043f\u0440\u0435-\u043a\u043e\u043c\u043c\u0438\u0442 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u0434\u043b\u044f commit message;\n- \u043e\u0431\u044a\u044f\u0441\u043d\u0438\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434\u0435, \u0447\u0442\u043e \u043d\u0443\u0436\u043d\u043e \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0442\u0438\u043f;\n- \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0432 \u043d\u043e\u0432\u044b\u0445 \u0432\u0435\u0442\u043a\u0430\u0445, \u0447\u0442\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0442 \u043f\u0440\u0430\u0432\u0438\u043b\u0443;\n\n# \u0415\u0441\u043b\u0438 \u044d\u0442\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0442\u0430\u043a\n\n\u0412\u044b \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u043b\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0438 \u0443\u0431\u0435\u0434\u0438\u043b\u0438\u0441\u044c \u0447\u0442\u043e \u043e\u0434\u0438\u043d \u0438 \u0442\u043e\u0442 \u0436\u0435 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a, \u0434\u0435\u043b\u0430\u0435\u0442 \u0437\u0430\u0434\u0430\u0447\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0438 \u0442\u043e\u0433\u043e \u0436\u0435 \u0442\u0438\u043f\u0430.\n\n\u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e \u043f\u043b\u043e\u0445\u043e:\n- \u0435\u0433\u043e \u0443\u0432\u043e\u043b\u044c\u043d\u0435\u043d\u0438\u0435 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442 \u0446\u0435\u043b\u0443\u044e \u043f\u0430\u0447\u043a\u0443 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432;\n- \u0443\u043c\u0435\u043d\u044c\u0448\u0430\u0435\u0442\u0441\u044f \u043a\u043e\u043c\u043f\u0435\u0442\u0435\u043d\u0446\u0438\u044f \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0445 \u0447\u043b\u0435\u043d\u043e\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u044b;\n- \u0442\u0440\u0443\u0434\u043d\u043e \u0432\u0435\u0440\u0445\u043d\u0435\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u043e \u043f\u043e\u043d\u044f\u0442\u044c \u0435\u0433\u043e \u043f\u0440\u0430\u0432\u043a\u0438;\n\n\u041a\u0430\u043a \u044d\u0442\u043e \u0438\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c:\n- \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0442\u044c \u0440\u0430\u0437\u043d\u044b\u0435 \u0442\u0438\u043f\u044b \u0437\u0430\u0434\u0430\u0447 \u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u043e;\n- \u043c\u0435\u043d\u044f\u0442\u044c \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u044b (\u0442\u0435\u0441\u0442\u044b, \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f, \u043e\u0448\u0438\u0431\u043a\u0438) \u043c\u0435\u0436\u0434\u0443 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\u043c\u0438 \u0447\u0435\u0440\u0435\u0437 \u0441\u043f\u0440\u0438\u043d\u0442;\n\n\xa7 recommendations.type.fewTypes.title\n\u042d\u0442\u043e \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\n\n\xa7 recommendations.type.fewTypes.description\n\u0434\u043b\u044f \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0433\u043e \u0437\u0430\u043a\u0430\u0437\u0447\u0438\u043a\u0430 \u0438\u043b\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b.\n\n# \u041a\u0430\u043a\u0438\u0435 \u043f\u0440\u0438\u0437\u043d\u0430\u043a\u0438 \u0435\u0441\u0442\u044c \u0443 \xab\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e\u0433\u043e\xbb \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430:\n- \u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f;\n- \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f;\n- \u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043e\u0431\u044a\u0451\u043c \u0442\u0435\u0441\u0442\u043e\u0432;\n- \u0432\u0438\u0437\u0443\u0430\u043b\u044c\u043d\u0430\u044f \u043a\u0430\u0441\u0442\u043e\u043c\u0438\u0437\u0430\u0446\u0438\u044f;\n- \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433 \u0443\u0437\u043a\u0438\u0445 \u043c\u0435\u0441\u0442;\n- \u0438 \u0442.\u043f.\n\n# \u041f\u043e\u0447\u0435\u043c\u0443 \u044d\u0442\u043e\u0442 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0442 \u043a\u0430\u043a \xab\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439\xbb:\n- \u0443 \u043a\u0430\u0436\u0434\u043e\u0433\u043e \xab\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e\u0433\u043e\xbb \u043f\u0440\u0438\u0437\u043d\u0430\u043a\u0430 \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u0432\u0435\u0441 \u043f\u043e \u0441\u0432\u043e\u0435\u043c\u0443 \u0442\u0438\u043f\u0443 \u0437\u0430\u0434\u0430\u0447;\n- \u0447\u0435\u043c \u0431\u043e\u043b\u044c\u0448\u0435 \xab\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u044b\u0445\xbb \u043f\u0440\u0438\u0437\u043d\u0430\u043a\u043e\u0432, \u0442\u0435\u043c \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \xab\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e\u0433\u043e\xbb \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430;\n\n\u0412 \u0434\u0430\u043d\u043d\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u043c\u044b \u0432\u0438\u0434\u0438\u043c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u0442\u0438\u043f\u043e\u0432, \u0430 \u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e \u0435\u0441\u0442\u044c \u043d\u0435\u0434\u043e\u0440\u0430\u0431\u043e\u0442\u043a\u0438, \u043c\u0435\u0448\u0430\u044e\u0449\u0438\u0435 \u043b\u0435\u0433\u043a\u043e \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u043d\u0430 \u043c\u0438\u0440\u043e\u0432\u043e\u0439 \u0440\u044b\u043d\u043e\u043a \u0438 \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0442\u044c \u0435\u0433\u043e \u0432 \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0442\u0440\u0430\u043d\u0430\u0445.\n\n# \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u044d\u0442\u043e \u043d\u0435 \u0442\u0430\u043a\n\u041f\u043e \u0442\u0438\u043f\u0430\u043c \u0444\u0430\u0439\u043b\u043e\u0432 \u043c\u044b \u043c\u043e\u0436\u0435\u043c \u043f\u0440\u0435\u0434\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u044c \u0442\u0438\u043f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b (\u0441\u0430\u0439\u0442, \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435, DevOps \u0441\u043a\u0440\u0438\u043f\u0442\u044b \u0438 \u0442.\u0434.). \u0414\u043b\u044f frontend \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043d\u0430\u0448\u0430 \u0433\u0438\u043f\u043e\u0442\u0435\u0437\u0430 \u0431\u0443\u0434\u0435\u0442 \u0431\u043e\u043b\u0435\u0435 \u0432\u0435\u0440\u043d\u043e\u0439, \u0447\u0435\u043c \u0434\u043b\u044f DevOps-\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043b\u0438\u0448\u044c \u043c\u0438\u043a\u0440\u043e-\u043c\u043e\u0434\u0443\u043b\u0435\u043c \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438.\n\n\xa7 recommendations.type.diff.title\n\u0420\u0430\u0437\u0431\u0435\u0439\u0442\u0435 \u043b\u0438\u0434\u0438\u0440\u0443\u044e\u0449\u0438\u0439 \u0442\u0438\u043f \u043d\u0430 \u043f\u043e\u0434\u0442\u0438\u043f\u044b\n\n\xa7 recommendations.type.diff.description\n\u0434\u043b\u044f \u0434\u0435\u0442\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043e\u0448\u0438\u0431\u043e\u043a.\n\n\u041a\u0430\u043a \u043f\u0440\u0430\u0432\u0438\u043b\u043e, \u0442\u0438\u043f \u0437\u0430\u0434\u0430\u0447 \u0441 \u043c\u0435\u0442\u043a\u043e\u0439 \xab\u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043e\u043a\xbb \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043b\u0438\u0434\u0438\u0440\u0443\u044e\u0449\u0438\u043c. \u042d\u0442\u043e \u0434\u0435\u043b\u0430\u0435\u0442 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443 \u0441\u043b\u0430\u0431\u043e-\u0434\u0435\u0442\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439.\n\n*\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u0442\u0430\u043a\u0430\u044f \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044f*, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0440\u0430\u0437\u0431\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0442\u0438\u043f \u043d\u0430 \u043f\u043e\u0434\u0442\u0438\u043f\u044b (\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043f\u043e \u043c\u0435\u0441\u0442\u0443 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f).\n\n\u0420\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u043c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432 \u043f\u043e\u0434\u0442\u0438\u043f\u043e\u0432:\n- fix_dev (\u043e\u0448\u0438\u0431\u043a\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u043d\u0430\u044f \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438);\n- fix_test (\u043e\u0448\u0438\u0431\u043a\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u043d\u0430\u044f \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f);\n- fix (\u043e\u0448\u0438\u0431\u043a\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u043d\u0430\u044f \u0432 \u043f\u0440\u043e\u0434\u0435);\n\n\xa7 recommendations.type.buddy.title\n\u041a\u043e\u043f\u0438\u0442\u0435 \u043c\u0435\u043b\u043a\u0438\u0435 \u0437\u0430\u0434\u0430\u0447\u0438\n\n\xa7 recommendations.type.buddy.description\n\u0434\u043b\u044f \u043d\u043e\u0432\u044b\u0445 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432.\n\n# \u0415\u0441\u043b\u0438 \u0437\u0430\u0434\u0430\u0447\u0430:\n- \u043d\u0435 \u0432\u0430\u0436\u043d\u0430\u044f;\n- \u043d\u0435 \u0431\u043e\u043b\u044c\u0448\u0430\u044f;\n- \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0441\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0433\u0440\u0443\u0436\u0435\u043d\u0438\u044f \u0432 \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442;\n- \u0431\u043e\u043b\u044c\u0448\u0435 \u043f\u0440\u043e \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433, \u0447\u0435\u043c \u043f\u0440\u043e \u043d\u043e\u0432\u044b\u0439 \u043a\u043e\u0434;\n\n# \u041f\u043e\u043b\u043e\u0436\u0438\u0442\u0435 \u0435\u0451 \u0432 backlog \u0441 \u043c\u0435\u0442\u043a\u043e\u0439 \xab\u0434\u043b\u044f \u043d\u043e\u0432\u0438\u0447\u043a\u043e\u0432\xbb.\n\n\u041a\u043e\u0433\u0434\u0430 \u043f\u0440\u0438\u0434\u0451\u0442 \u043d\u043e\u0432\u044b\u0439 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a, \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043c\u043e\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u0441\u0442\u0430\u0442\u044c \u0435\u043c\u0443 \u043f\u0430\u0447\u043a\u0443 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u0445 \u0438 \u0440\u0430\u0437\u043d\u043e\u043e\u0431\u0440\u0430\u0437\u043d\u044b\u0445 \u043f\u043e \u0442\u0438\u043f\u0443 \u0437\u0430\u0434\u0430\u0447, \u0434\u043b\u044f \u043e\u0437\u043d\u0430\u043a\u043e\u043c\u043b\u0435\u043d\u0438\u044f \u0441 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u043c.\n\n\u0422\u0430\u043a\u0436\u0435, \u0435\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\u0441\u0442\u043e\u0439 \u0432 \u0440\u0430\u0431\u043e\u0442\u0435, \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u0441\u0442\u0430\u0432\u0430\u0442\u044c \u043f\u043e \u043e\u0434\u043d\u043e\u0439 \u0442\u0430\u043a\u043e\u0439 \u043c\u0435\u043b\u043a\u043e\u0439 \u0437\u0430\u0434\u0430\u0447\u0435 \u0438\u0437 backlog-\u0430.\n',"\n\xa7 page.settings.document.title: \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\n\xa7 page.settings.document.name: \u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b\n\xa7 page.settings.document.language: \u042f\u0437\u044b\u043a \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430\n\xa7 page.settings.document.depersonalize: \u0414\u0435\u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435\n\xa7 page.settings.links.title: \u041f\u0440\u0435\u0444\u0438\u043a\u0441\u044b \u0441\u0441\u044b\u043b\u043e\u043a\n\xa7 page.settings.links.task: \u0414\u043b\u044f \u043d\u043e\u043c\u0435\u0440\u043e\u0432 \u0437\u0430\u0434\u0430\u0447\n\xa7 page.settings.links.pr: \u0414\u043b\u044f PR\n\xa7 page.settings.user.title: \u0418\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\n\xa7 page.settings.user.notFound: \u0418\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u044b\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u043d\u0435\u0442. \u0414\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0432\u0441\u0435\u043c \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\u043c \u0432\u044b\u0447\u0438\u0441\u043b\u044f\u044e\u0442\u0441\u044f \u043f\u043e \u043e\u0431\u0449\u0438\u043c \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u043c.\n\xa7 page.settings.user.subTitle: \u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043a \u0442\u0440\u0443\u0434\u043e\u0432\u043e\u043c\u0443 \u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0443 \u2116$1\n\xa7 page.settings.user.from: \u0414\u0430\u0442\u0430 \u043d\u0430\u0447\u0430\u043b\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f\n\xa7 page.settings.mailmap: \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 .mailmap\n\xa7 page.settings.common.title: \u041e\u0431\u0449\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u043e \u0437\u0430\u0440\u043f\u043b\u0430\u0442\u0435\n\xa7 page.settings.common.type.title: \u0422\u0438\u043f \u0440\u0430\u0431\u043e\u0442\u044b \u043d\u0430\u0434 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u043c\n\xa7 page.settings.common.type.full: \u041f\u043e\u043b\u043d\u0430\u044f \u0437\u0430\u043d\u044f\u0442\u043e\u0441\u0442\u044c\n\xa7 page.settings.common.type.part: \u041f\u0440\u043e\u0435\u043a\u0442\u043d\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u0430\n\xa7 page.settings.common.salary: \u0417\u0430\u0440\u043f\u043b\u0430\u0442\u0430 \u0432 \u043c\u0435\u0441\u044f\u0446 \u0432 \u0434\u043e\u043b\u043b\u0430\u0440\u0430\u0445 \u0421\u0428\u0410\n\xa7 page.settings.common.currency: \u0412\u0430\u043b\u044e\u0442\u0430 \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\n\xa7 page.settings.common.workDaysInYear: \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0434\u043d\u0435\u0439 \u0432 \u0433\u043e\u0434\u0443\n\xa7 page.settings.common.vacationDaysInYear: \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0434\u043d\u0435\u0439 \u043e\u0442\u043f\u0443\u0441\u043a\u0430 \u0432 \u0433\u043e\u0434\n\xa7 page.settings.common.workDaysInWeek: \u0420\u0430\u0431\u043e\u0447\u0438\u0435 \u0434\u043d\u0438\n\xa7 page.settings.form.save: \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c\n\xa7 page.settings.form.cancel: \u041e\u0442\u043c\u0435\u043d\u0430\n\xa7 page.settings.form.remove: \u0423\u0434\u0430\u043b\u0438\u0442\u044c\n\xa7 page.settings.form.addEmployee: \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\n\xa7 page.settings.form.addContract: \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u0440\u0443\u0434\u043e\u0432\u043e\u0439 \u0434\u043e\u0433\u043e\u0432\u043e\u0440\n","\n\xa7 page.welcome.step1: \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u0432 \u043a\u043e\u0440\u043d\u0435 \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430\n\xa7 page.welcome.step3: \u041f\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435\n\xa7 page.welcome.step4: \u0444\u0430\u0439\u043b log.txt \u043d\u0430 \u044d\u0442\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443\n\xa7 page.welcome.description: Git \u0441\u043e\u0437\u0434\u0430\u0441\u0442 \u0444\u0430\u0439\u043b log.txt. \u041e\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0434\u0430\u043d\u043d\u044b\u0435 \u0434\u043b\u044f \u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u044f \u043e\u0442\u0447\u0451\u0442\u0430. \u0418\u043b\u0438 git shortlog -s -n -e \u0435\u0441\u043b\u0438 \u043e\u0442\u0447\u0451\u0442 \u0432\u0430\u043c \u043d\u0435 \u043d\u0443\u0436\u0435\u043d. \u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u0444\u0430\u0439\u043b [.mailmap|https://git-scm.com/docs/gitmailmap] \u0432 \u043a\u043e\u0440\u043d\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u0430, \u0447\u0442\u043e\u0431\u044b \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443 \u043f\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\u043c.\n\xa7 page.welcome.warning1: \u0421\u0435\u0440\u0432\u0438\u0441 *\u041d\u0415 \u0425\u0420\u0410\u041d\u0418\u0422* \u0438 *\u041d\u0415 \u041f\u0415\u0420\u0415\u0414\u0410\u0401\u0422* \u0432\u0430\u0448\u0438 \u0434\u0430\u043d\u043d\u044b\u0435. \u0412\u0441\u0435 \u0440\u0430\u0441\u0447\u0451\u0442\u044b \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u044e\u0442\u0441\u044f \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e \u0432 \u0432\u0430\u0448\u0435\u043c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435 \u043f\u0440\u044f\u043c\u043e \u043d\u0430 \u0432\u0430\u0448\u0435\u0439 \u043c\u0430\u0448\u0438\u043d\u0435.\n\xa7 page.welcome.warning2: \u0421\u0435\u0440\u0432\u0438\u0441 *\u041d\u0415 \u0421\u041e\u0411\u0418\u0420\u0410\u0415\u0422 \u0421\u0422\u0410\u0422\u0418\u0421\u0422\u0418\u041a\u0423* \u043f\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u043c. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442, \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0442\u0440\u0430\u0444\u0438\u043a \u0438 \u0434\u0430\u0436\u0435 \u0441\u043e\u0431\u0440\u0430\u0442\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0431\u0438\u043b\u0434 \u0438\u0437 [\u0438\u0441\u0445\u043e\u0434\u043d\u0438\u043a\u043e\u0432|https://github.com/bakhirev/assayo].\n\xa7 page.common.words.title: \u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u043f\u043e \u0441\u043b\u043e\u0432\u0430\u043c\n\xa7 page.common.words.description: \u0441\u0430\u043c\u043e\u0435 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u043e\u0435 \u0441\u043b\u043e\u0432\u043e. \u0412\u0441\u0442\u0440\u0435\u0447\u0430\u0435\u0442\u0441\u044f $1 \u0440\u0430\u0437\u0430.\n\xa7 page.common.commits.title: \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432 \u043f\u043e \u0434\u043d\u044f\u043c\n\xa7 page.common.commits.description: ($1) \u0441\u0430\u043c\u044b\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u0434\u0435\u043d\u044c \u043f\u043e \u0447\u0438\u0441\u043b\u0443 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432.\n\xa7 page.common.commits.title2: $1 \u0441\u0434\u0435\u043b\u0430\u043d\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432: $2\n\xa7 page.common.filter.allUsers: \u041d\u0435 \u0438\u043c\u0435\u0435\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\n\xa7 page.print.modal.title: \u0427\u0442\u043e \u0440\u0430\u0441\u043f\u0435\u0447\u0430\u0442\u044b\u0432\u0430\u0435\u043c?\n\xa7 page.print.modal.page: \u0422\u0435\u043a\u0443\u0449\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443\n\xa7 page.print.modal.type: \u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u0440\u0430\u0437\u0434\u0435\u043b\n\xa7 page.print.modal.all: \u0412\u0441\u044e \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443\n\xa7 page.print.modal.cancel: \u041e\u0442\u043c\u0435\u043d\u0430\n\xa7 page.print.tableOfContents: \u041e\u0433\u043b\u0430\u0432\u043b\u0435\u043d\u0438\u0435\n\xa7 page.print.title: \u041e\u0442\u0447\u0451\u0442 \u043f\u043e git-\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u044e\n\xa7 page.print.sub_title: \xab$1\xbb\n\xa7 page.print.description: \u0414\u0430\u043d\u043d\u044b\u0435 \u0434\u043b\u044f \u043e\u0442\u0447\u0451\u0442\u0430 \u0431\u044b\u043b\u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u044b \u0438\u0437 \u0438\u0441\u0442\u043e\u0440\u0438\u0438 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432.\n\xa7 page.team.author.title: \u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u043f\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\u043c\n\xa7 page.team.author.description1: *\u0427\u0430\u0441\u0442\u044c \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438* (\u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u044b, \u0437\u0430\u0442\u0440\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u0434\u0435\u043d\u044c\u0433\u0438 \u0438 \u0442.\u043f.) *\u043f\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\u043c \u0441 \u0442\u0438\u043f\u043e\u043c \xab\u041f\u043e\u043c\u043e\u0449\u043d\u0438\u043a\xbb \u043d\u0435 \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0441\u044f*, \u0442.\u043a. \u044d\u0442\u043e \u044d\u043f\u0438\u0437\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0440\u043e\u043b\u044c \u0432 \u043f\u0440\u043e\u0435\u043a\u0442\u0435. \u041f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u043c, \u0447\u0442\u043e \u043e\u043d\u0438 \u043d\u0435 \u0432\u043b\u0438\u044f\u044e\u0442 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442, \u0430 \u0438\u0445 \u043f\u0440\u0430\u0432\u043a\u0430\u043c\u0438 \u043c\u043e\u0436\u043d\u043e \u043f\u0440\u0435\u043d\u0435\u0431\u0440\u0435\u0447\u044c \u043d\u0430 \u0444\u043e\u043d\u0435 \u043e\u0431\u0449\u0435\u0433\u043e \u043e\u0431\u044a\u0435\u043c\u0430 \u0440\u0430\u0431\u043e\u0442\u044b.\n\xa7 page.team.author.description2: *\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e* \u2014 \u044d\u0442\u043e \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430 \u043f\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0437\u0430\u0434\u0430\u0447 \u0438 \u0433\u0440\u0443\u043f\u043f\u0430\u043c (\u0442\u0435\u043a\u0443\u0449\u0438\u0435, \u0443\u0432\u043e\u043b\u0435\u043d\u043d\u044b\u0435, \u043f\u043e\u043c\u043e\u0433\u0430\u044e\u0449\u0438\u0435 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438).\n\xa7 page.team.author.status: \u0421\u0442\u0430\u0442\u0443\u0441\n\xa7 page.team.author.firstCommit: \u041f\u0435\u0440\u0432\u044b\u0439 \u043a\u043e\u043c\u043c\u0438\u0442\n\xa7 page.team.author.lastCommit: \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439\n\xa7 page.team.author.daysAll: \u0412\u0441\u0435\u0433\u043e \u0434\u043d\u0435\u0439\n\xa7 page.team.author.types: \u0422\u0438\u043f \u0440\u0430\u0431\u043e\u0442\n\xa7 page.team.author.commits: \u041a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 page.team.author.commitsSmall: \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 page.team.author.tasks: \u0417\u0430\u0434\u0430\u0447\n\xa7 page.team.author.tasksSmall: \u0437\u0430\u0434\u0430\u0447\n\xa7 page.team.author.workedLosses: \u0414\u043d\u0438 \u0441 \u043a\u043e\u043c\u043c\u0438\u0442\u0430\u043c\u0438 \u0438 \u0431\u0435\u0437\n\xa7 page.team.author.worked: \u0440\u0430\u0431\u043e\u0442\u0430\n\xa7 page.team.author.losses: \u0434\u043d\u0438 \u0431\u0435\u0437 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 page.team.author.days: \u0434\u043d\u0435\u0439\n\xa7 page.team.author.daysForTask: \u0414\u043d\u0435\u0439 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0443\n\xa7 page.team.author.scopes: \u0424\u0438\u0447\n\xa7 page.team.author.moneyAll: \u041f\u043e\u043b\u0443\u0447\u0438\u043b\n\xa7 page.team.author.moneyWorked: \u041e\u0442\u0440\u0430\u0431\u043e\u0442\u0430\u043b\n\xa7 page.team.author.moneyLosses: \u041f\u0435\u0440\u0435\u043f\u043b\u0430\u0442\u0430\n\xa7 page.team.author.type.work: \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442\n\xa7 page.team.author.type.dismissed: \u0443\u0432\u043e\u043b\u0435\u043d\n\xa7 page.team.author.type.staff: \u043f\u043e\u043c\u043e\u0449\u043d\u0438\u043a\n\xa7 page.team.hours.title: \u0420\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u0434\u043d\u044f \u043d\u0435\u0434\u0435\u043b\u0438\n\xa7 page.team.month.title: \u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c \u0440\u0430\u0431\u043e\u0442\u044b \u043f\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0443\n\xa7 page.team.month.first: (\u043f\u0435\u0440\u0432\u044b\u0439 \u0440\u0430\u0431\u043e\u0447\u0438\u0439 \u0434\u0435\u043d\u044c)\n\xa7 page.team.month.last: (\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0440\u0430\u0431\u043e\u0447\u0438\u0439 \u0434\u0435\u043d\u044c)\n\xa7 page.team.scope.title: \u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u043f\u043e \u0444\u0438\u0447\u0430\u043c\n\xa7 page.team.scope.scope: \u0424\u0438\u0447\u0430\n\xa7 page.team.scope.days: \u0420\u0430\u0431. \u0434\u043d\u0435\u0439\n\xa7 page.team.scope.authorsDays: \u0427\u0435\u043b\u043e\u0432\u0435\u043a\u043e-\u0434\u043d\u0435\u0439\n\xa7 page.team.scope.tasks: \u0417\u0430\u0434\u0430\u0447\n\xa7 page.team.scope.commits: \u041a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 page.team.scope.commitsSmall: \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 page.team.scope.types: \u0422\u0438\u043f \u0440\u0430\u0431\u043e\u0442\n\xa7 page.team.scope.authors: \u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0432\u043a\u043b\u0430\u0434\n\xa7 page.team.scope.cost: \u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c\n\xa7 page.team.type.title: \u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u043f\u043e \u0442\u0438\u043f\u0430\u043c \u0437\u0430\u0434\u0430\u0447\n\xa7 page.team.type.description: *\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0432\u043a\u043b\u0430\u0434* \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0441\u044f \u043f\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432, \u0430 \u043d\u0435 \u043e\u0431\u044a\u0435\u043c\u0443 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u043d\u044b\u0445 \u0441\u0442\u0440\u043e\u043a \u0438\u043b\u0438 \u0444\u0430\u0439\u043b\u043e\u0432. \u041f\u043e\u044d\u0442\u043e\u043c\u0443 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0442\u0430\u043a \u0436\u0435 \u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0440\u0430\u0437\u0434\u0435\u043b \xab\u0410\u043d\u0430\u043b\u0438\u0437 \u0444\u0430\u0439\u043b\u043e\u0432\xbb, \u0447\u0442\u043e\u0431\u044b \u043e\u0446\u0435\u043d\u0438\u0442\u044c \u043c\u0430\u0441\u0448\u0442\u0430\u0431 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439.\n\xa7 page.team.type.type: \u0422\u0438\u043f \u0440\u0430\u0431\u043e\u0442\u044b\n\xa7 page.team.type.tasks: \u0417\u0430\u0434\u0430\u0447\n\xa7 page.team.type.tasksSmall: \u0437\u0430\u0434\u0430\u0447\n\xa7 page.team.type.days: \u0414\u043d\u0435\u0439\n\xa7 page.team.type.daysSmall: \u0434\u043d\u0435\u0439\n\xa7 page.team.type.authorsDays: \u0427\u0435\u043b\u043e\u0432\u0435\u043a\u043e-\u0434\u043d\u0435\u0439\n\xa7 page.team.type.commits: \u041a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 page.team.type.authors: \u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0432\u043a\u043b\u0430\u0434\n\xa7 page.team.total.titleA: \u041e\u0431\u044a\u0451\u043c \u0440\u0430\u0431\u043e\u0442\n\xa7 page.team.total.titleB: \u0421\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c\n\xa7 page.team.total.daysWorked.title: \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u043e-\u0434\u043d\u0435\u0439\n\xa7 page.team.total.daysWorked.description: \u0423\u0447\u0442\u0435\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043d\u0438, \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0434\u0435\u043b\u0430\u043b\u0438\u0441\u044c \u043a\u043e\u043c\u043c\u0438\u0442\u044b\n\xa7 page.team.total.commits.title: \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 page.team.total.commits.description: \u0423\u0434\u0430\u043b\u0451\u043d\u043d\u044b\u0435 \u0432\u0435\u0442\u043a\u0438 \u043d\u0435 \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f\n\xa7 page.team.total.daysLosses.title: \u0434\u043d\u0435\u0439 \u0431\u0435\u0437 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 page.team.total.daysLosses.description: \u0412\u0441\u0435 \u0434\u043d\u0438 \u043c\u0438\u043d\u0443\u0441: \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u043a\u0438, \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0435, \u043e\u0442\u043f\u0443\u0441\u043a, \u0434\u043d\u0438 \u0441 \u043a\u043e\u043c\u043c\u0438\u0442\u0430\u043c\u0438\n\xa7 page.team.total.employment.title: \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 / \u0443\u0432\u043e\u043b\u0438\u043b\u043e\u0441\u044c\n\xa7 page.team.total.employment.description: \u0415\u0441\u043b\u0438 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u043c\u0435\u0441\u044f\u0446\u0430 \u043d\u0435 \u0441\u0434\u0435\u043b\u0430\u043b \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430, \u043e\u043d \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0441\u044f \u0443\u0432\u043e\u043b\u0435\u043d\u043d\u044b\u043c\n\xa7 page.team.total.moneyAll.title: \u043e\u0431\u0449\u0430\u044f\n\xa7 page.team.total.moneyAll.description: \u0421\u0443\u043c\u043c\u0430\u0440\u043d\u044b\u0435 \u0437\u0430\u0442\u0440\u0430\u0442\u044b \u043d\u0430 \u0437\u043f\n\xa7 page.team.total.moneyWorked.title: \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f\n\xa7 page.team.total.moneyWorked.description: \u0424\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u0442\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043d\u044b\u0435 \u0434\u043d\u0438 \u0443\u043c\u043d\u043e\u0436\u0435\u043d\u043d\u044b\u0435 \u043d\u0430 \u0441\u0440\u0435\u0434\u043d\u044e\u044e \u0437\u043f\n\xa7 page.team.total.moneyLosses.title: \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u0430\u044f \u043f\u0435\u0440\u0435\u043f\u043b\u0430\u0442\u0430\n\xa7 page.team.total.moneyLosses.description: \u041e\u043f\u043b\u0430\u0447\u0435\u043d\u043d\u044b\u0435 \u0440\u0430\u0431\u043e\u0447\u0438\u0435 \u0434\u043d\u0438, \u043a\u043e\u0433\u0434\u0430 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432 \u043d\u0435 \u0431\u044b\u043b\u043e\n\xa7 page.team.total.weekendPayment.title: \u0440\u0430\u0431\u043e\u0442\u0430 \u043d\u0430 \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0445\n\xa7 page.team.total.weekendPayment.description: \u0421\u0443\u043c\u043c\u0430\u0440\u043d\u0430\u044f \u043f\u0435\u0440\u0435\u043f\u043b\u0430\u0442\u0430 \u0437\u0430 \u0440\u0430\u0431\u043e\u0442\u0443 \u0432 \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0435 \u0434\u043d\u0438\n\xa7 page.team.total.workSpeed.title: \u0437\u0430\u0434\u0430\u0447 \u0432 \u0434\u0435\u043d\u044c\n\xa7 page.team.total.workSpeed.description: \u0421\u0440\u0435\u0434\u043d\u044f\u044f \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u044b \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u043f\u0440\u0438 \u0442\u0435\u043a\u0443\u0449\u0435\u043c \u0441\u043e\u0441\u0442\u0430\u0432\u0435 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432\n\xa7 page.team.total.moneySpeed.title: \u0432 \u043c\u0435\u0441\u044f\u0446\n\xa7 page.team.total.moneySpeed.description: \u041f\u0440\u043e\u0433\u043d\u043e\u0437\u0438\u0440\u0443\u0435\u043c\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u0432\u044b\u043f\u043b\u0430\u0442\u044b \u043d\u0430 \u0437\u043f \u043f\u0440\u0438 \u0442\u0435\u043a\u0443\u0449\u0435\u043c \u0441\u043e\u0441\u0442\u0430\u0432\u0435 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432 \u0431\u0435\u0437 \u0443\u0447\u0435\u0442\u0430 \u043d\u0430\u043b\u043e\u0433\u043e\u0432 \u0438 \u0441\u043e\u043f\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u0437\u0430\u0442\u0440\u0430\u0442\n\xa7 page.team.total.description1: *\u0427\u0435\u043b\u043e\u0432\u0435\u043a\u043e-\u0434\u043d\u0438* \u2014 \u044d\u0442\u043e \u0440\u0430\u0431\u043e\u0442\u0430 \u043e\u0434\u043d\u043e\u0433\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u043e\u0434\u043d\u043e\u0433\u043e \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u0434\u043d\u044f. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0437\u0430 \u043e\u0434\u0438\u043d \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u043d\u044b\u0439 \u0434\u0435\u043d\u044c, \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u0438\u0437 \u0442\u0440\u0435\u0445 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432 \u0432\u044b\u0434\u0430\u0435\u0442 \u043e\u0431\u044a\u0435\u043c \u0440\u0430\u0431\u043e\u0442\u044b \u0432 \u0442\u0440\u0438 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u043e-\u0434\u043d\u044f.\n\xa7 page.team.total.description2: *\u0414\u043d\u044f\u043c\u0438 \u043f\u0440\u043e\u0433\u0443\u043b\u043e\u0432* \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0440\u0430\u0431\u043e\u0447\u0438\u0435 \u0434\u043d\u0438, \u043a\u043e\u0433\u0434\u0430 \u043a\u043e\u043c\u043c\u0438\u0442\u044b \u043c\u043e\u0433\u043b\u0438 \u0431\u044b \u0431\u044b\u0442\u044c \u0441\u0434\u0435\u043b\u0430\u043d\u044b. \u0412\u044b\u0445\u043e\u0434\u043d\u044b\u0435, \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u043a\u0438 \u0438 \u043e\u0442\u043f\u0443\u0441\u043a\u0430 \u0432 \u0440\u0430\u0441\u0447\u0451\u0442\u0435 \u043d\u0435 \u0443\u0447\u0430\u0441\u0442\u0432\u0443\u044e\u0442.\n\xa7 page.team.total.description3: \u041a\u0430\u0440\u0442\u043e\u0447\u043a\u0430 *\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0438 \u0443\u0432\u043e\u043b\u0438\u043b\u043e\u0441\u044c* \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0441\u043e\u0441\u0442\u0430\u0432 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e \u0443\u0447\u0430\u0441\u0442\u0432\u0443\u044e\u0442 \u0432 \u0440\u0430\u0431\u043e\u0442\u0435. \u041a\u0440\u043e\u043c\u0435 \u044d\u0442\u043e\u0433\u043e, \u0435\u0441\u0442\u044c \xab\u043f\u043e\u043c\u043e\u0449\u043d\u0438\u043a\u0438\xbb \u2014 \u044d\u0442\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438, \u043a\u0430\u043a \u043f\u0440\u0430\u0432\u0438\u043b\u043e \u0434\u0440\u0443\u0433\u043e\u0439 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u0438\u043d\u043e\u0433\u0434\u0430 \u0434\u0435\u043b\u0430\u0442\u044c \u043a\u043e\u043c\u043c\u0438\u0442\u044b \u0432 \u043f\u0440\u043e\u0435\u043a\u0442.\n\xa7 page.team.total.description4: *\u041f\u0435\u0440\u0435\u043f\u043b\u0430\u0442\u043e\u0439* \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0440\u0430\u0431\u043e\u0447\u0438\u0435 \u0434\u043d\u0438, \u043a\u043e\u0433\u0434\u0430 \u043a\u043e\u043c\u043c\u0438\u0442\u044b \u043c\u043e\u0433\u043b\u0438 \u0431\u044b \u0431\u044b\u0442\u044c \u0441\u0434\u0435\u043b\u0430\u043d\u044b. \u0412\u044b\u0445\u043e\u0434\u043d\u044b\u0435, \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u043a\u0438 \u0438 \u043e\u0442\u043f\u0443\u0441\u043a\u0430 \u0432 \u0440\u0430\u0441\u0447\u0451\u0442\u0435 \u043d\u0435 \u0443\u0447\u0430\u0441\u0442\u0432\u0443\u044e\u0442. \u0418\u043c\u0435\u043d\u043d\u043e \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u043f\u0435\u0440\u0435\u043f\u043b\u0430\u0442\u0430 + \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c != \u043e\u0431\u0449\u0435\u0439. \u0412 \u043e\u0431\u0449\u0435\u0439 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u0437\u0430\u043b\u043e\u0436\u0435\u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0430 \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0445, \u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u043a\u043e\u0432 \u0438 \u043e\u0442\u043f\u0443\u0441\u043a\u043e\u0432.\n\xa7 page.team.total.description5: *\u0420\u0430\u0431\u043e\u0442\u043e\u0439 \u043d\u0430 \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0445* \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0441\u044f \u043f\u043e \u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u0443 \u04452 \u043e\u0442 \u043e\u043f\u043b\u0430\u0442\u044b \u043e\u0431\u044b\u0447\u043d\u043e\u0433\u043e \u0434\u043d\u044f. \u0412\u044b\u0448\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0430 \u0438\u043c\u0435\u043d\u043d\u043e \u043f\u0435\u0440\u0435\u043f\u043b\u0430\u0442\u0430 (\u04451), \u0442.\u043a. \u0441\u0430\u043c \u0444\u0430\u043a\u0442 \u043f\u0435\u0440\u0435\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u0435 \u043d\u0435 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0435\u043d. \u041c\u044b \u043d\u0435 \u0441\u043c\u043e\u0442\u0440\u0438\u043c \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0441\u0436\u0438\u0433\u0430\u043d\u0438\u044f \u0431\u044e\u0434\u0436\u0435\u0442\u0430. \u041c\u044b \u0441\u043c\u043e\u0442\u0440\u0438\u043c \u043f\u0435\u0440\u0435\u043f\u043b\u0430\u0442\u0443 \u043f\u0440\u0438 \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0438 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438 \u0440\u0430\u0431\u043e\u0442\u044b.\n\xa7 page.team.tree.title: \u0414\u0435\u0440\u0435\u0432\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0441 \u0443\u0447\u0451\u0442\u043e\u043c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0444\u0438\u043b\u044c\u0442\u0440\u043e\u0432\n\xa7 page.team.tree.filters.author: \u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\n\xa7 page.team.tree.filters.commits: \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 page.team.tree.filters.help: \u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0441\u0434\u0435\u043b\u0430\u043b \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a \u0432 \u0444\u0430\u0439\u043b\u0435\n\xa7 page.team.tree.filters.all: \u0412\u0441\u0435 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438\n\xa7 page.team.tree.add: \u041a\u0442\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u043b\n\xa7 page.team.tree.change: \u041a\u0442\u043e \u043c\u0435\u043d\u044f\u043b\n\xa7 page.team.tree.remove: \u041a\u0442\u043e \u0443\u0434\u0430\u043b\u044f\u043b\n\xa7 page.team.tree.line: \u0441\u0442\u0440\u043e\u043a\n\xa7 page.team.tree.linesAdded: \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438\n\xa7 page.team.tree.linesChanged: \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438\n\xa7 page.team.tree.linesRemoved: \u0443\u0434\u0430\u043b\u0438\u043b\u0438\n\xa7 page.team.day.commits: \u041a\u043e\u043c\u043c\u0438\u0442\u044b\n\xa7 page.team.day.activity: \u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c\n\xa7 page.team.week.title: \u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u043f\u043e \u043d\u0435\u0434\u0435\u043b\u044f\u043c\n\xa7 page.team.week.date: \u0414\u0430\u0442\u0430\n\xa7 page.team.week.numberTasks: \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0437\u0430\u0434\u0430\u0447\n\xa7 page.team.week.people: \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a\n\xa7 page.team.week.line: \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u0441\u0442\u0440\u043e\u043a\n\xa7 page.team.week.days: \u0414\u043d\u0438 \u0441 \u043a\u043e\u043c\u043c\u0438\u0442\u0430\u043c\u0438 \u0438 \u0431\u0435\u0437\n\xa7 page.team.week.lossesDetails: \u041a\u0442\u043e \u043d\u0435 \u043a\u043e\u043c\u043c\u0438\u0442\u0438\u043b\n\xa7 page.team.week.add: \u0434\u043e\u0431\u0430\u0432\u0438\u043b\u0438\n\xa7 page.team.week.change: \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438\n\xa7 page.team.week.remove: \u0443\u0434\u0430\u043b\u0438\u043b\u0438\n\xa7 page.team.week.hasCommits: \u0431\u044b\u043b\u0438 \u043a\u043e\u043c\u043c\u0438\u0442\u044b\n\xa7 page.team.week.hasNotCommits: \u043d\u0435\u0431\u044b\u043b\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 page.team.week.days: \u0434\u043d\u0435\u0439\n\xa7 page.team.week.tasks: \u0437\u0430\u0434\u0430\u0447\n\xa7 page.team.pr.task: \u0417\u0430\u0434\u0430\u0447\u0430\n\xa7 page.team.pr.tasks: \u0437\u0430\u0434\u0430\u0447\n\xa7 page.team.pr.firstCommitTime: \u041f\u0435\u0440\u0432\u044b\u0439 \u043a\u043e\u043c\u043c\u0438\u0442\n\xa7 page.team.pr.lastCommitTime: \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439\n\xa7 page.team.pr.workDays: \u0421\u0440\u0435\u0434\u043d\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u043d\u0430\u0434 \u0437\u0430\u0434\u0430\u0447\u0435\u0439\n\xa7 page.team.pr.delayDays: \u0421\u0440\u0435\u0434\u043d\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0440\u0435\u0432\u044c\u044e PR\n\xa7 page.team.pr.all.workDays: \u0412\u0440\u0435\u043c\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u043d\u0430\u0434 \u0437\u0430\u0434\u0430\u0447\u0435\u0439\n\xa7 page.team.pr.all.delayDays: \u0412\u0440\u0435\u043c\u044f \u0440\u0435\u0432\u044c\u044e PR\n\xa7 page.team.pr.middleTimeRelease: \u041e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043a \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0440\u0435\u0432\u044c\u044e\n\xa7 page.team.pr.chart.1day: \u0434\u0435\u043d\u044c\n\xa7 page.team.pr.chart.3day: \u0442\u0440\u0438 \u0434\u043d\u044f\n\xa7 page.team.pr.chart.7day: \u043d\u0435\u0434\u0435\u043b\u044f\n\xa7 page.team.pr.chart.14day: \u0434\u0432\u0435 \u043d\u0435\u0434\u0435\u043b\u0438\n\xa7 page.team.pr.chart.30day: \u043c\u0435\u0441\u044f\u0446\n\xa7 page.team.pr.chart.more: \u0431\u043e\u043b\u0435\u0435\n\xa7 page.team.pr.commits: \u041a\u043e\u043c\u043c\u0438\u0442\u044b\n\xa7 page.team.pr.date: \u0414\u0430\u0442\u0430 \u0432\u043b\u0438\u0442\u0438\u044f\n\xa7 page.team.pr.mergeAuthor: \u0412\u043b\u0438\u043b\n\xa7 page.team.pr.author: \u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\n\xa7 page.team.pr.work: \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0430\n\xa7 page.team.pr.delay: \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u0435\n\xa7 page.team.pr.days: \u0434\u043d\u0435\u0439\n\xa7 page.team.pr.oneTaskDays: \u0412\u0440\u0435\u043c\u044f \u043f\u043e\u0442\u0440\u0430\u0447\u0435\u043d\u043d\u043e\u0435 \u043d\u0430 \u043e\u0434\u043d\u0443 \u0437\u0430\u0434\u0430\u0447\u0443\n\xa7 page.team.pr.description1: *\u0412\u0440\u0435\u043c\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438* \u044d\u0442\u043e \u0440\u0430\u0437\u043d\u0438\u0446\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043e\u0442 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u0434\u043e \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430 \u043f\u043e \u0437\u0430\u0434\u0430\u0447\u0435. \u041d\u0435 \u0432\u0430\u0436\u043d\u043e \u0431\u044b\u043b\u0438 \u043f\u0435\u0440\u0435\u0440\u044b\u0432\u044b \u0432 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0434\u043d\u0435\u0439 \u043c\u0435\u0436\u0434\u0443 \u043a\u043e\u043c\u043c\u0438\u0442\u0430\u043c\u0438 \u0438\u043b\u0438 \u043d\u0435\u0442. \u0421\u0430\u043c \u0444\u0430\u043a\u0442 \u043a\u0430\u043a\u043e\u0433\u043e-\u043b\u0438\u0431\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430 \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0432\u0440\u0435\u043c\u044f.\n\xa7 page.team.pr.description2: *\u0412\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f* \u044d\u0442\u043e \u0432\u0440\u0435\u043c\u044f \u043c\u0435\u0436\u0434\u0443 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u043c \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u043c \u0438 \u0432\u043b\u0438\u0442\u0438\u0435\u043c \u043a\u043e\u0434\u0430. \u041e\u043d\u043e \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u0432 \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u0438 \u0447\u0435\u0433\u043e-\u043b\u0438\u0431\u043e.\n\xa7 page.team.pr.description3: *\u0417\u0430\u0447\u0435\u043c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0432\u0440\u0435\u043c\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438* \u0431\u0435\u0437 \u0440\u0430\u0437\u0431\u0438\u0432\u043a\u0438 \u043d\u0430 \u043a\u043e\u0434\u0438\u043d\u0433 \u0438 \u043a\u043e\u0434-\u0440\u0435\u0432\u044c\u044e? \u0417\u0430\u0442\u0435\u043c, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0431\u0438\u0437\u043d\u0435\u0441\u0443 \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u043a\u043e\u0434\u0430. \u041e\u0436\u0438\u0434\u0430\u043d\u0438\u0435 \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f, \u0437\u0430\u043c\u0435\u0447\u0430\u043d\u0438\u044f \u043d\u0430 \u0440\u0435\u0432\u044c\u044e, \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b DevOps \u0438 \u043f\u0440\u043e\u0447\u0438\u0435 \u043d\u0435\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430, \u043a\u0430\u043a \u0440\u0430\u0437 \u0443\u0436\u0435 \u0437\u0430\u043b\u043e\u0436\u0435\u043d\u044b \u0432 \u044d\u0442\u043e\u0442 \u0441\u0440\u043e\u043a.\n\xa7 page.team.pr.statByAuthors: \u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u043f\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430\u043c\n\xa7 page.team.pr.longDelay: \u0414\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u0435 \u0432\u043b\u0438\u0442\u0438\u044f\n\xa7 page.team.tasks.task: \u0417\u0430\u0434\u0430\u0447\u0430\n\xa7 page.team.tasks.author: \u0410\u0432\u0442\u043e\u0440 \u043f\u0435\u0440\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430\n\xa7 page.team.tasks.from: \u041f\u0435\u0440\u0432\u044b\u0439 \u043a\u043e\u043c\u043c\u0438\u0442\n\xa7 page.team.tasks.to: \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u043a\u043e\u043c\u043c\u0438\u0442\n\xa7 page.team.tasks.daysInWork: \u0414\u043d\u0435\u0439 \u0432 \u0440\u0430\u0431\u043e\u0442\u0435\n\xa7 page.team.tasks.commits: \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 page.team.tasks.pr: \u0414\u0430\u0442\u0430 \u0432\u043b\u0438\u0442\u0438\u044f\n\xa7 page.team.tasks.prAuthor: \u0412\u043b\u0438\u043b\n\xa7 page.team.tasks.prDelayDays: \u0414\u043d\u0435\u0439 \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u0432\u043b\u0438\u0442\u0438\u044f\n\xa7 page.team.tasks.comments: \u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438\n\xa7 page.team.extension.extension: \u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f \u0444\u0430\u0439\u043b\u043e\u0432\n\xa7 page.team.extension.type: \u041f\u043e\u0434\u0442\u0438\u043f \u0444\u0430\u0439\u043b\u043e\u0432\n\xa7 page.team.extension.name: \u0422\u0438\u043f\n\xa7 page.team.extension.path: \u041f\u0443\u0442\u044c\n\xa7 page.team.extension.current.count: \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\n\xa7 page.team.extension.removed.count: \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0443\u0434\u0430\u043b\u0451\u043d\u043d\u044b\u0445\n\xa7 page.team.extension.files: \u0444\u0430\u0439\u043b\u043e\u0432\n\xa7 page.team.release.title: \u0420\u0435\u043b\u0438\u0437\n\xa7 page.team.release.from: \u0414\u0430\u0442\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f\n\xa7 page.team.release.to: \u0414\u0430\u0442\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f\n\xa7 page.team.release.prLength: \u0417\u0430\u0434\u0430\u0447\n\xa7 page.team.release.delay: \u0414\u043d\u0435\u0439 \u0440\u0430\u0431\u043e\u0442\u044b\n\xa7 page.team.release.waiting: \u0414\u043d\u0435\u0439 \u0434\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u0440\u0435\u043b\u0438\u0437\u0430\n\xa7 page.person.print.photo.title: \u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f\n\xa7 page.person.print.photo.description: \u043c\u0435\u0441\u0442\u043e \u0434\u043b\u044f \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438\n\xa7 page.person.total.title: \u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438\n\xa7 page.person.total.daysWorked.title: \u0434\u043d\u0435\u0439 \u0440\u0430\u0431\u043e\u0442\u044b\n\xa7 page.person.total.daysWorked.description: \u0423\u0447\u0442\u0435\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043d\u0438, \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0434\u0435\u043b\u0430\u043b\u0438\u0441\u044c \u043a\u043e\u043c\u043c\u0438\u0442\u044b\n\xa7 page.person.total.tasks.title: \u0437\u0430\u0434\u0430\u0447\n\xa7 page.person.total.tasks.description: \u0415\u0441\u043b\u0438 \u043a\u043e\u043c\u043c\u0438\u0442\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u044b\n\xa7 page.person.character.title: \u041f\u0435\u0440\u0441\u043e\u043d\u0430\u0436\n\xa7 page.person.achievement.title: \u0414\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044f\n\xa7 page.person.achievement.positive: \u041f\u043e\u0437\u0438\u0442\u0438\u0432\u043d\u044b\u0435\n\xa7 page.person.achievement.normal: \u041d\u0435\u0439\u0442\u0440\u0430\u043b\u044c\u043d\u044b\u0435\n\xa7 page.person.achievement.negative: \u041d\u0435\u0433\u0430\u0442\u0438\u0432\u043d\u044b\u0435\n\xa7 page.person.achievement.description: \u0427\u0435\u043c \u0431\u043e\u043b\u044c\u0448\u0435 \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a \u043d\u0430\u0431\u0440\u0430\u043b \u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0439, \u0442\u0435\u043c \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c, \u0447\u0442\u043e \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044f \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0441\u0442\u043e\u0438\u0442 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0440\u0435\u0436\u0438\u043c \u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0442\u044b, \u0437\u0430\u0434\u0430\u0447\u0438 \u0438\u043b\u0438 \u043e\u0442\u0447\u0451\u0442\u043d\u043e\u0441\u0442\u044c. \u0421\u043b\u0435\u0434\u0443\u0435\u0442 \u043f\u043e\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c \u0441 \u043d\u0438\u043c \u0438 \u0443\u0437\u043d\u0430\u0442\u044c, \u043a\u0430\u043a\u0438\u0435 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u043c\u0435\u0448\u0430\u044e\u0442 \u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0442\u0435.\n\xa7 page.person.gets.title: \u041c\u0435\u0434\u0430\u043b\u0438 \u0437\u0430 \u043d\u043e\u043c\u0435\u0440\u0430 \u0437\u0430\u0434\u0430\u0447:\n\xa7 page.person.gets.description: \u041c\u0435\u0434\u0430\u043b\u044c \u0432\u044b\u0434\u0430\u0435\u0442\u0441\u044f, \u0435\u0441\u043b\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043f\u0435\u0440\u0432\u044b\u043c \u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043a\u043e\u043c\u043c\u0438\u0442 \u043a \u0437\u0430\u0434\u0430\u0447\u0435 \u0441 \xab\u043a\u0440\u0430\u0441\u0438\u0432\u044b\u043c\xbb \u043d\u043e\u043c\u0435\u0440\u043e\u043c.\n\xa7 page.person.business.days.title: \u0434\u043d\u0435\u0439 \u0440\u0430\u0431\u043e\u0442\u044b\n\xa7 page.person.business.days.description: \u0423\u0447\u0442\u0435\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043d\u0438, \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0434\u0435\u043b\u0430\u043b\u0438\u0441\u044c \u043a\u043e\u043c\u043c\u0438\u0442\u044b\n\xa7 page.person.business.tasks.title: \u0437\u0430\u0434\u0430\u0447\n\xa7 page.person.business.tasks.description: \u0415\u0441\u043b\u0438 \u043a\u043e\u043c\u043c\u0438\u0442\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u044b\n\xa7 page.person.business.losses.title: \u0434\u043d\u0435\u0439 \u0431\u0435\u0437 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 page.person.business.losses.description: \u0412\u0441\u0435 \u0434\u043d\u0438 \u043c\u0438\u043d\u0443\u0441: \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u043a\u0438, \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0435, \u043e\u0442\u043f\u0443\u0441\u043a, \u0434\u043d\u0438 \u0441 \u043a\u043e\u043c\u043c\u0438\u0442\u0430\u043c\u0438\n\xa7 page.person.business.commits.title: \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 page.person.business.commits.description: \u0423\u0434\u0430\u043b\u0451\u043d\u043d\u044b\u0435 \u0432\u0435\u0442\u043a\u0438 \u043d\u0435 \u0441\u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f\n\xa7 page.person.business.time.description: \u0412\u0440\u0435\u043c\u044f \u043e\u0442 \u043f\u0435\u0440\u0432\u043e\u0433\u043e, \u0434\u043e \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430 (\u0432 \u0442\u043e\u043c \u0447\u0438\u0441\u043b\u0435, \u043d\u0435\u0440\u0430\u0431\u043e\u0447\u0438\u0435 \u0434\u043d\u0438)\n\xa7 page.person.business.time.title: \u0414\u043d\u0435\u0439 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0435:\n\xa7 page.person.business.time.dismissed: (\u0443\u0432\u043e\u043b\u0435\u043d)\n\xa7 page.person.business.time.staff: (\u043f\u043e\u043c\u043e\u0449\u043d\u0438\u043a)\n\xa7 page.person.business.achievements: \u0414\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044f\n\xa7 page.person.changes.title: \u0414\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044f\n\xa7 page.person.changes.description: \n\u041f\u0440\u0438 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0432\u0438\u0434\u0430\u0445 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f git \u043e\u0442\u043c\u0435\u0447\u0430\u0435\u0442 \u0441\u0442\u0440\u043e\u043a\u0438 \u043a\u0430\u043a \xab\u0443\u0434\u0430\u043b\u0451\u043d\u043d\u044b\u0435\xbb \u0438 \xab\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0435\xbb,\n\u0445\u043e\u0442\u044f \u043d\u0430 \u0441\u0430\u043c\u043e\u043c \u0434\u0435\u043b\u0435 \u043e\u043d\u0438 \u0431\u044b\u043b\u0438 \xab\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u044b\xbb. \u041f\u043e\u044d\u0442\u043e\u043c\u0443, \u0435\u0441\u043b\u0438 \u0432\u044b \u043f\u0440\u043e\u0432\u0435\u043b\u0438 \u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u0440\u0435\u0444\u0430\u043a\u0442\u043e\u0440\u0438\u043d\u0433,\ngit \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043c\u0430\u043b\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0432 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0435, \u0430 \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\n\u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043c\u0435\u0447\u0435\u043d, \u043a\u0430\u043a \u0441\u043a\u0430\u0447\u043e\u043a \xab\u0443\u0434\u0430\u043b\u0435\u043d\u043d\u044b\u0445\xbb \u0438 \xab\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0445\xbb \u0441\u0442\u0440\u043e\u043a.\n\xa7 page.person.changes.description: \u0421\u043f\u0438\u0441\u043e\u043a \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432 \u0438 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0432 \u043d\u0438\u0445 \u0437\u0430 \u044d\u0442\u043e\u0442 \u0434\u0435\u043d\u044c:\n\xa7 page.person.commits.title: \u0421\u043f\u0438\u0441\u043e\u043a \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432:\n\xa7 page.person.money.title.total: \u0417\u0430 \u0432\u0441\u0451 \u0432\u0440\u0435\u043c\u044f\n\xa7 page.person.money.title.middle: \u0421\u0440\u0435\u0434\u043d\u044f\u044f \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c\n\xa7 page.person.money.moneyAll.title: \u043f\u043e\u043b\u0443\u0447\u0438\u043b\n\xa7 page.person.money.moneyAll.description: \u041f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u043c\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u0437\u043f \u0441 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 (\u0441\u043c. \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438)\n\xa7 page.person.money.moneyWorked.title: \u043e\u0442\u0440\u0430\u0431\u043e\u0442\u0430\u043b\n\xa7 page.person.money.moneyWorked.description: \u0424\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u0442\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043d\u044b\u0435 \u0434\u043d\u0438 \u0443\u043c\u043d\u043e\u0436\u0435\u043d\u043d\u044b\u0435 \u043d\u0430 \u0441\u0440\u0435\u0434\u043d\u044e\u044e \u0437\u043f\n\xa7 page.person.money.moneyLosses.title: \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u0430\u044f \u043f\u0435\u0440\u0435\u043f\u043b\u0430\u0442\u0430\n\xa7 page.person.money.moneyLosses.description: \u0414\u043d\u0438 \u0431\u0435\u0437 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432 \u0443\u043c\u043d\u043e\u0436\u0435\u043d\u043d\u044b\u0435 \u043d\u0430 \u0441\u0440\u0435\u0434\u043d\u044e\u044e \u0437\u043f\n\xa7 page.person.money.tasks.title: \u0437\u0430\u0434\u0430\u0447\u0430\n\xa7 page.person.money.tasks.description: \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u044b\u0445 \u0437\u0430\u0434\u0430\u0447 \u043a \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u0434\u043d\u044f\n\xa7 page.person.money.commits.title: \u043a\u043e\u043c\u043c\u0438\u0442\n\xa7 page.person.money.commits.description: \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432 \u043a \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u0434\u043d\u044f\n\xa7 page.person.speed.task: \u041e\u0434\u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0430 \u0432 \u0441\u0440\u0435\u0434\u043d\u0435\u043c \u044d\u0442\u043e\n\xa7 page.person.speed.max: \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0432 \u0434\u0435\u043d\u044c\n\xa7 page.person.speed.days.title: \u0434\u043d\u0435\u0439\n\xa7 page.person.speed.days.description: \u0418\u043c\u0435\u044e\u0442\u0441\u044f \u0432\u0432\u0438\u0434\u0443 \u0440\u0430\u0431\u043e\u0447\u0438\u0435 \u0434\u043d\u0438, \u0435\u0441\u043b\u0438 \u043a\u043e\u043c\u043c\u0438\u0442\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u044b\n\xa7 page.person.speed.commits.title: \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 page.person.speed.commits.description: \u041e\u0442\u0440\u0435\u0437\u0430\u043d\u044b 10% \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0445 \u0438 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0445 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\n\xa7 page.person.speed.line.title: \u0441\u0442\u0440\u043e\u043a \u043a\u043e\u0434\u0430\n\xa7 page.person.speed.line.description: \u041e\u0442\u0440\u0435\u0437\u0430\u043d\u044b 10% \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0445 \u0438 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0445 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\n\xa7 page.person.speed.tasks.title: \u0437\u0430\u0434\u0430\u0447\n\xa7 page.person.speed.tasks.description: \u0417\u0430\u0434\u0430\u0447\u0430 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043d\u0435 \u0434\u043e\u0434\u0435\u043b\u0430\u043d\u0430, \u043d\u043e \u0440\u0430\u0431\u043e\u0442\u0430 \u043f\u043e \u043d\u0435\u0439 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c\n\xa7 page.person.speed.maxCommits.title: \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432\n\xa7 page.person.speed.maxCommits.description: \u0417\u0430\u0434\u0430\u0447\u0430 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043d\u0435 \u0434\u043e\u0434\u0435\u043b\u0430\u043d\u0430, \u043d\u043e \u0440\u0430\u0431\u043e\u0442\u0430 \u043f\u043e \u043d\u0435\u0439 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c\n\xa7 page.person.hours.title: \u0420\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u0434\u043d\u044f \u043d\u0435\u0434\u0435\u043b\u0438\n\xa7 page.person.week.date: \u0414\u0430\u0442\u0430\n\xa7 page.person.week.tasks: \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0437\u0430\u0434\u0430\u0447\n\xa7 page.person.week.workDays: \u0414\u043d\u0438 \u0441 \u043a\u043e\u043c\u043c\u0438\u0442\u0430\u043c\u0438\n\xa7 page.person.week.taskInDay: \u0417\u0430\u0434\u0430\u0447 \u0432 \u0434\u0435\u043d\u044c\n\xa7 page.person.week.days: \u0434\u043d\u0435\u0439\n\xa7 page.person.week.workDay: \u0431\u0443\u0434\u043d\u0438\n\xa7 page.person.week.weekends: \u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0435\n\xa7 page.sponsor.title: \u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\n\xa7 page.sponsor.share.description: \u0420\u0430\u0441\u0441\u043a\u0430\u0436\u0438\u0442\u0435 \u043e \u043d\u0430\u0448\u0435\u043c [\u043f\u0440\u043e\u0435\u043a\u0442\u0435|https://github.com/bakhirev/assayo] \u0432 \u0441\u043e\u0446\u0441\u0435\u0442\u044f\u0445! \u041c\u043e\u0436\u043d\u043e \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f [\u0441\u0442\u0430\u0442\u044c\u0435\u0439|https://habr.com/ru/articles/763342/], [\u043f\u043e\u0441\u0442\u043e\u043c|https://www.reddit.com/r/ITManagers/comments/1e5k291/the_visualization_and_analysis_of_git_commit/] \u0438\u043b\u0438 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0432\u0438\u0434\u0435\u043e-\u043e\u0431\u0437\u043e\u0440.\n\xa7 page.sponsor.share.button: \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443\n\xa7 page.sponsor.money.description: \u041c\u044b \u0431\u0443\u0434\u0435\u043c \u0440\u0430\u0434\u044b, \u0435\u0441\u043b\u0438 \u0432\u044b \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u043d\u0430\u0441 \u043b\u044e\u0431\u043e\u0439 \u0441\u0443\u043c\u043c\u043e\u0439! \u0412\u0441\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u043f\u043e\u0439\u0434\u0443\u0442 \u043d\u0430 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0435 \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u0430.\n\xa7 page.sponsor.money.qr: \u0420\u0430\u0437\u043e\u0432\u044b\u0439 \u043f\u043b\u0430\u0442\u0451\u0436 (\u0421\u0411\u041f)\n\xa7 page.sponsor.money.github: \u041f\u043e\u0434\u043f\u0438\u0441\u043a\u0430 GitHub Sponsor\n"].join(""),De=["\n\xa7 achievements.commitsAfter1500.title: Owl\n\xa7 achievements.commitsAfter1500.description: 70% of commits after 3:00 PM\n\xa7 achievements.commitsBefore1500.title: Early bird\n\xa7 achievements.commitsBefore1500.description: 70% of commits before noon\n\xa7 achievements.workEveryTime.title: Devoted worker\n\xa7 achievements.workEveryTime.description: a commit for every hour of the day\n\xa7 achievements.workNotWork.title: Shooting blanks\n\xa7 achievements.workNotWork.description: commits are there, but no tasks are closed\n\xa7 achievements.userNotWork.title: Fly-by\n\xa7 achievements.userNotWork.description: this is not their main project\n\xa7 achievements.userIsDied.title: Dead soul\n\xa7 achievements.userIsDied.description: worked, but resigned\n\xa7 achievements.lessTasks.title: Came and went\n\xa7 achievements.lessTasks.description: least closed tasks\n\xa7 achievements.moreTasks.title: Father says well done\n\xa7 achievements.moreTasks.description: most closed tasks\n\xa7 achievements.everyMessageLong.title: Master of eloquence\n\xa7 achievements.everyMessageLong.description: consistently the longest commit messages\n\xa7 achievements.everyMessageShort.title: Talkative, a spy's dream\n\xa7 achievements.everyMessageShort.description: consistently, the shortest commit messages\n\xa7 achievements.shortestName.title: Size doesn't matter\n\xa7 achievements.shortestName.description: shortest name\n\xa7 achievements.longestName.title: Azim Aziz Il Am Kadir Imran II\n\xa7 achievements.longestName.description: longest name\n\xa7 achievements.moreCommits.title: Backup master\n\xa7 achievements.moreCommits.description: most commits\n\xa7 achievements.lessCommits.title: Rare but Precise\n\xa7 achievements.lessCommits.description: least commits\n\xa7 achievements.oneCommitOneTask.title: Right on target\n\xa7 achievements.oneCommitOneTask.description: on average one commit per task\n\xa7 achievements.moreLazyDays.title: With you in spirit\n\xa7 achievements.moreLazyDays.description: most days without commits\n\xa7 achievements.lessLazyDays.title: Papa carlo\n\xa7 achievements.lessLazyDays.description: least days without commits\n\xa7 achievements.zeroLazyDays.title: Not a single break\n\xa7 achievements.zeroLazyDays.description: not a single day without commits\n\xa7 achievements.moreWorkDays.title: Valuable employee\n\xa7 achievements.moreWorkDays.description: most working days\n\xa7 achievements.moreScopes.title: Startuper\n\xa7 achievements.moreScopes.description: completed the most features\n\xa7 achievements.lessScopes.title: Dandy\n\xa7 achievements.lessScopes.description: completed the fewest features\n\xa7 achievements.moreDaysForTask.title: Snail on the slope\n\xa7 achievements.moreDaysForTask.description: tasks take longer than others\n\xa7 achievements.more2DaysForTask.title: Slow and steady\n\xa7 achievements.more2DaysForTask.description: more than two days per task\n\xa7 achievements.moreDaysInProject.title: Old-timer\n\xa7 achievements.moreDaysInProject.description: most days in the project\n\xa7 achievements.lessDaysInProject.title: And who is this?\n\xa7 achievements.lessDaysInProject.description: least days in the project\n\xa7 achievements.more90DaysInProject.title: Welcome aboard\n\xa7 achievements.more90DaysInProject.description: not fired during the probation period\n\xa7 achievements.lessDaysForTask.title: Fast shooting\n\xa7 achievements.lessDaysForTask.description: a task takes less than a day\n\xa7 achievements.adam.title: Adam\n\xa7 achievements.adam.description: the first stable employee on the project\n\xa7 achievements.more666DaysInProject.title: Devil\n\xa7 achievements.more666DaysInProject.description: worked 666 days on the project\n\xa7 achievements.more777DaysInProject.title: Las Vegas\n\xa7 achievements.more777DaysInProject.description: worked 777 days on the project\n\xa7 achievements.moreRefactoring.title: Executive editor\n\xa7 achievements.moreRefactoring.description: made the most 'refactoring' tags\n\xa7 achievements.longestMessage.title: So many conversations...\n\xa7 achievements.longestMessage.description: the longest commit message of all time\n\xa7 achievements.moreTasksInDay.title: Speed racer\n\xa7 achievements.moreTasksInDay.description: record for the number of tasks closed in a day\n\xa7 achievements.hasCommitFrom0to7.title: Night watch\n\xa7 achievements.hasCommitFrom0to7.description: a commit for every hour of the night\n\xa7 achievements.noCommitOnDay.title: Technical break\n\xa7 achievements.noCommitOnDay.description: there is a certain hour and day in working time when never commits\n\xa7 achievements.hasCommitEveryTime.title: Died at work\n\xa7 achievements.hasCommitEveryTime.description: a commit for every hour of each day (including weekends)\n\xa7 achievements.commitsAfter1800.title: Business Time\n\xa7 achievements.commitsAfter1800.description: no commits after 6:00 PM\n\xa7 achievements.moreFix.title: Bug hunter\n\xa7 achievements.moreFix.description: most closed bugs\n\xa7 achievements.lessWorkDays.title: Count me out\n\xa7 achievements.lessWorkDays.description: least working days\n\xa7 achievements.moreCreateCode.title: Creator\n\xa7 achievements.moreCreateCode.description: tends to add code more than others\n\xa7 achievements.moreRemoveCode.title: Destroyer\n\xa7 achievements.moreRemoveCode.description: tends to remove code more than others\n\xa7 achievements.moreChangeCode.title: Reformer\n\xa7 achievements.moreChangeCode.description: tends to change code more than others\n\xa7 achievements.moreStyle.title: Fashion police\n\xa7 achievements.moreStyle.description: tends to change CSS more than others\n\xa7 achievements.moreOnHoliday.title: No life\n\xa7 achievements.moreOnHoliday.description: relatively many commits in non-working hours\n\xa7 achievements.morePRMerge.title: Show me your pass\n\xa7 achievements.morePRMerge.description: more often than others, presses the \"Merge\" button for PR\n\xa7 achievements.longWaitPR.title: Tomorrow 100% be merge\n\xa7 achievements.longWaitPR.description: created PR that waited more than a month on the review\n\xa7 achievements.moreLongWaitPR.title: A long time ago in a galaxy far, far away\n\xa7 achievements.moreLongWaitPR.description: created PR that has been waiting for a review the longest\n\xa7 achievements.oneExtension.title: My name is LEGION\n\xa7 achievements.oneExtension.description: only this man works with files of a certain extension\n\xa7 achievements.fileRush.title: Zerg Rush\n\xa7 achievements.fileRush.description: created the most files in the project\n\xa7 achievements.moreLintHint.title: Grammar Nazi\n\xa7 achievements.moreLintHint.description: more than anyone created or changed the code-style rules\n\xa7 achievements.moreReadMe.title: Chronicler\n\xa7 achievements.moreReadMe.description: more than anyone created or modified MD files\n\xa7 achievements.moreDevOps.title: DevOps\n\xa7 achievements.moreDevOps.description: more than anyone created or modified files for CI/CD\n\xa7 achievements.moreTests.title: Tester\n\xa7 achievements.moreTests.description: more than anyone created or modified files for testing\n\xa7 achievements.allRelease.title: Full house\n\xa7 achievements.allRelease.description: there is a release compiled only from his tasks\n\xa7 achievements.firstCommit.title: First come, first served\n\xa7 achievements.firstCommit.description: first commit on the project\n\xa7 achievements.lastCommit.title: I've finished\n\xa7 achievements.lastCommit.description: last commit on the project\n\xa7 achievements.firstLastCommit.title: From beginning to end\n\xa7 achievements.firstLastCommit.description: first and last commit on the project\n\xa7 achievements.longFilePath.title: Deep cellar\n\xa7 achievements.longFilePath.description: the first created the file with the deepest directory\n\xa7 achievements.longFileName.title: Size matters\n\xa7 achievements.longFileName.description: created the file with the longest name\n\xa7 achievements.workOnWeekends.title: Work not walk\n\xa7 achievements.workOnWeekends.description: at least once worked on weekends\n\xa7 achievements.removeCreateFile.title: Dig out the stewardess\n\xa7 achievements.removeCreateFile.description: recover removed file\n\xa7 achievements.renameFile.title: Astana Nur-Sultan Astana\n\xa7 achievements.renameFile.description: rename file and rollback\n\xa7 achievements.longTask.title: Easy task\n\xa7 achievements.longTask.description: worked on task more than three months\n\xa7 achievements.haveNotEmail.title: Mailman\n\xa7 achievements.haveNotEmail.description: empty email field in git config\n\xa7 achievements.moreAddedFolders.title: Director \n\xa7 achievements.moreAddedFolders.description: created the most directories\n\xa7 achievements.horoscope1.title: Mercury Retrograde for Capricorn\n\xa7 achievements.horoscope2.title: Mercury Retrograde for Aquarius\n\xa7 achievements.horoscope3.title: Mercury Retrograde for Pisces\n\xa7 achievements.horoscope4.title: Mercury Retrograde for Aries\n\xa7 achievements.horoscope5.title: Mercury Retrograde for Taurus\n\xa7 achievements.horoscope6.title: Mercury Retrograde for Gemini\n\xa7 achievements.horoscope7.title: Mercury Retrograde for Cancer\n\xa7 achievements.horoscope8.title: Mercury Retrograde for Leo\n\xa7 achievements.horoscope9.title: Mercury Retrograde for Virgo\n\xa7 achievements.horoscope10.title: Mercury Retrograde for Libra\n\xa7 achievements.horoscope11.title: Mercury Retrograde for Scorpio\n\xa7 achievements.horoscope12.title: Mercury Retrograde for Sagittarius\n\xa7 achievements.horoscope1.description: by the month of the first commit\n\xa7 achievements.horoscope2.description: by the month of the first commit\n\xa7 achievements.horoscope3.description: by the month of the first commit\n\xa7 achievements.horoscope4.description: by the month of the first commit\n\xa7 achievements.horoscope5.description: by the month of the first commit\n\xa7 achievements.horoscope6.description: by the month of the first commit\n\xa7 achievements.horoscope7.description: by the month of the first commit\n\xa7 achievements.horoscope8.description: by the month of the first commit\n\xa7 achievements.horoscope9.description: by the month of the first commit\n\xa7 achievements.horoscope10.description: by the month of the first commit\n\xa7 achievements.horoscope11.description: by the month of the first commit\n\xa7 achievements.horoscope12.description: by the month of the first commit\n\xa7 achievements.111.description: test\n","\n\xa7 uiKit.console.button: \u526f\u672c\n\xa7 uiKit.console.notification: \u6587\u672c\u5df2\u88ab\u590d\u5236\n\xa7 uiKit.dataLoader.page: \u9875\u9762\n\xa7 uiKit.dataLoader.size: \u663e\u793a\u7684\n\xa7 uiKit.dataLoader.rows: lines.\n\xa7 uiKit.dataLoader.from: \u4ece\n\xa7 uiKit.dataLoader.all: \u5168\u90e8\u5c55\u793a\n\xa7 uiKit.hoursChart.work: \u6807\u51c6\u5de5\u4f5c\u65f6\u95f4 (\u5e73\u65e507:00\uff5e20:00)\n\xa7 uiKit.hoursChart.weekend: \u5de5\u4f5c\u65e5\u4e4b\u524d/\u4e4b\u540e\u7684\u4f11\u606f\u65e5\u6216\u65f6\u95f4\n\xa7 uiKit.hoursChart.days: \u7279\u5b9a\u65e5\u671f\u548c\u5c0f\u65f6\u5185\u6240\u6709\u65f6\u95f4\u7684\u63d0\u4ea4\u603b\u6570\n\xa7 uiKit.page.remove: \u79fb\u8d70\n\xa7 uiKit.nothingFound.common.title: \u6ca1\u6709\u6216\u4e0d\u8db3\u7684\u6570\u636e\u663e\u793a\n\xa7 uiKit.nothingFound.common.description: \u5982\u679c\u63d0\u4ea4\u4ee5\u8be5\u683c\u5f0f\u7b7e\u540d\uff0c\u7cfb\u7edf\u5c06\u5904\u7406\u66f4\u591a\u6570\u636e [Git commit message convention|https://www.conventionalcommits.org/en/v1.0.0/]. \u6a21\u578b:\n\xa7 uiKit.nothingFound.common.console: \u53d1\u884c\u7f16\u53f7\u7c7b\u522b(\u529f\u80fd): \u89e3\u91ca\u8bf4\u660e\n\xa7 uiKit.nothingFound.common.example: \u4f8b\u5982:\n\xa7 uiKit.nothingFound.staff.title: \u6ca1\u6709\u8fd9\u4e2a\u5458\u5de5\u7684\u6570\u636e\n\xa7 uiKit.nothingFound.staff.description1:\n\u4ed6\u4e0d\u6bcf\u5929\u5de5\u4f5c\uff0c\u6240\u4ee5\u83b7\u5f97\u4e86\u201c\u52a9\u7406\u201d\u804c\u52a1\u3002\n\u53ef\u4ee5\u4e0d\u8003\u8651\u5e26\u6709\u8fd9\u79cd\u804c\u79f0\u7684\u5458\u5de5\u7684\u7edf\u8ba1\u6570\u636e\u3002\u4ed6\u7684\u8d21\u732e\u5f88\u5c0f\u3002\n\xa7 uiKit.nothingFound.staff.description2:\n\u7cfb\u7edf\u4e0d\u4f1a\u4e3a\u5176\u8ba1\u7b97\u82e5\u5e72\u6307\u6807\u3002\n\u5982\u679c\u8fd9\u662f\u4e00\u4e2a\u9519\u8bef\uff0c\u5e76\u4e14\u9700\u8981\u8003\u8651\u8fd9\u4e2a\u5458\u5de5\u7684\u6570\u636e\uff0c\u8bf7\u8f6c\u5230\u201c\u8bbe\u7f6e\u201d\u90e8\u5206\u5e76\u66f4\u6539\u4ed6\u7684\u7c7b\u578b\u3002\n\xa7 common.title: Git \u7edf\u8ba1\u6570\u5b57\n\xa7 common.filters: \u8fc7\u6ee4\u5668\n\xa7 common.notifications.save: \u5c06\u4fdd\u5b58\u66f4\u6539\n\xa7 common.notifications.setting: \u8bbe\u7f6e\u88ab\u4fdd\u5b58\n\xa7 common.fileLoader.notification: Cant open file $1\n","\n\xa7 sidebar.switch.team: \u4e13\u8d23\u5c0f\u7ec4\n\xa7 sidebar.switch.person: \u96c7\u5458\n\xa7 sidebar.buttons.settings: \u8bbe\u7f6e\n\xa7 sidebar.buttons.print: \u5370\u5237\u4e1a\n\xa7 sidebar.buttons.share: Share\n\xa7 sidebar.buttons.logout: Logout\n\xa7 sidebar.filters.all: \u4e00\u76f4\n\xa7 sidebar.filters.year: \u5e74\u4efd\n\xa7 sidebar.filters.halfYear: \u534a\u5e74\n\xa7 sidebar.filters.month: \u6708\u4efd\n\xa7 sidebar.filters.week: \u5468\n\xa7 sidebar.team.total: \u822c\u8d44\u6599\n\xa7 sidebar.team.scope: \u529f\u80fd\n\xa7 sidebar.team.author: \u5458\u5de5\n\xa7 sidebar.team.type: \u4efb\u52a1\u7c7b\u578b\n\xa7 sidebar.team.pr: \u4ee3\u7801\u6ce8\u5165\n\xa7 sidebar.team.day: \u767d\u5929\n\xa7 sidebar.team.week: \u6309\u661f\u671f\u8ba1\u7b97\n\xa7 sidebar.team.month: \u6309\u6708\u8ba1\u7b97\n\xa7 sidebar.team.tree: \u6587\u4ef6\u5206\u6790\n\xa7 sidebar.team.files: \u6863\u6848\n\xa7 sidebar.team.removedFiles: \u5220\u9664\u7684\u6587\u4ef6\n\xa7 sidebar.team.extension: Extensions\n\xa7 sidebar.team.tasks: \u4efb\u52a1\u5217\u8868\n\xa7 sidebar.team.release: Releases\n\xa7 sidebar.team.hours: \u65f6\u95f4\u8868\n\xa7 sidebar.team.commits: All commits\n\xa7 sidebar.team.changes: \u6240\u6709\u66f4\u6539\n\xa7 sidebar.team.words: \u6d41\u884c\u8bed\n\xa7 sidebar.team.building: \u6d4b\u9a8c\n\xa7 sidebar.team.settings: \u8bbe\u7f6e\n\xa7 sidebar.person.total: \u822c\u8d44\u6599\n\xa7 sidebar.person.money: \u5de5\u4f5c\u7684\u6210\u672c\n\xa7 sidebar.person.speed: \u901f\u5ea6\n\xa7 sidebar.person.day: \u767d\u5929\n\xa7 sidebar.person.week: \u6309\u661f\u671f\u8ba1\u7b97\n\xa7 sidebar.person.month: \u6309\u6708\u8ba1\u7b97\n\xa7 sidebar.person.tasks: Tasks\n\xa7 sidebar.person.hours: \u65f6\u95f4\u8868\n\xa7 sidebar.person.commits: All commits\n\xa7 sidebar.person.changes: \u6240\u6709\u66f4\u6539\n\xa7 sidebar.person.words: \u6d41\u884c\u8bed\n\xa7 sidebar.person.settings: \u8bbe\u7f6e\n",'\n\xa7 recommendations.modal.cancel: Ok\n\xa7 recommendations.modal.open: More\n\xa7 recommendations.title\nRecommendations and facts\n\n\xa7 recommendations.timestamp.firstCommit.description\nmade the first commit\n\nDay of the Week: $1\n\n\xa7 recommendations.timestamp.lastCommit.description\nmade the last commit\n\nDay of the Week: $1\n\n\xa7 recommendations.timestamp.common.title: $1 days\n\xa7 recommendations.timestamp.allDays.description: from the first to the last commit (including weekends and holidays).\n\xa7 recommendations.timestamp.lossesDays.description: days without commits, even considering weekends, vacation, and public holidays.\n\xa7 recommendations.timestamp.weekendDays.description\nworking on weekends\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- employees burn out faster;\n\n\xa7 recommendations.timestamp.regularWeekendWord.title: Regular Overtime\n\xa7 recommendations.timestamp.sometimeWeekendWord.title: Occasional overtime\n\xa7 recommendations.timestamp.weekendWord.description\nIt might be advisable to change the project manager, analyst, and architect.\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- the quality of the product is usually low;\n- some employees resign;\n- new errors emerge due to the rush;\n\n# Most likely:\n- deadlines were incorrectly estimated at the beginning;\n- technical specifications are missing;\n- weak analytics;\n- weak architecture (no architect was hired, and the team consists of mid-level developers);\n- started writing code first, then planning;\n- lack of proper processes to understand mistakes;\n\n\xa7 recommendations.timestamp.neverWeekendWord.title: Usually Without Overtime\n\xa7 recommendations.timestamp.neverWeekendWord.description\nBut sometimes it happens.\n\n# Why this is bad:\n- the client pays double the price for work on a weekend day;\n- employees burn out faster;\n\n\xa7 recommendations.scope.parallelism.not.title\nNo parallel work\n\n\xa7 recommendations.scope.parallelism.not.description\nany feature at any given time is done by one person.\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is less than 1.3, we consider that there is usually no parallel work within most features;\n\n# Why this is bad:\n- increases bus factor;\n- employees develop more slowly;\n- difficult to properly check an employee\'s work;\n\n# Why this is good:\n- experts emerge who are deeply immersed in the subject area and can offer more quality solutions;\n- most likely there are no merge conflicts;\n- the project can quickly develop in different directions simultaneously;\n\n\xa7 recommendations.scope.parallelism.has.title\nSome Work Done in Parallel\n\n\xa7 recommendations.scope.parallelism.has.description\nSometimes a feature is worked on simultaneously by several people.\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is from 1.3 to 2.0, we consider that some of the work within different features is sometimes done in parallel;\n\n\xa7 recommendations.scope.parallelism.every.title\nParallel Work\n\n\xa7 recommendations.scope.parallelism.every.description\nany feature at any given time is worked on by several people\n\n# Calculation method:\n- person-days are divided by the actual days for each feature;\n- we find the arithmetic mean;\n- if the result is more than two, we consider that most of the work within different features is usually done in parallel;\n\n\xa7 recommendations.scope.money\nthis is the estimated cost for the work on this project.\n\n# Calculation method:\n- person-days spent on development are multiplied by the individual salaries of the developers;\n\nTo change the salary of each developer for a more accurate total, go to the "Settings" section.\n\n# Is this too much or too little?\nTo answer this question, consider the following:\n- Could a ready-made solution have been purchased for this amount of money?\n- Could a better product have been developed for this amount of money?\n\nIf the answer to both questions is "yes," then perhaps developing from scratch was not worth the money spent.\n \n\xa7 recommendations.scope.bus.everyHasOne.title\nBus factor = 1\n\n\xa7 recommendations.scope.bus.everyHasOne.description\nMost features are deeply understood by only one person.\nIt\'s necessary to rotate people.\n\n# Why this is bad:\n- if employees resign, it will be difficult to continue their work;\n- it\u2019s impossible to control the quality of their code;\n\n# How the sample is chosen:\n- more than 80% of commits in a feature are made by one person;\n- the project has more than 60% of such features;\n\n\xa7 recommendations.scope.bus.oneMaintainer\none person is deeply involved in a feature.\n\n# Why this is bad:\n- if they resign, it will be hard to continue development;\n- the quality of code-review decreases;\n- it\u2019s difficult to parallelize development when needed;\n\n# How the sample is chosen:\n- more than 80% of commits in a feature are made by one person;\n\n\xa7 recommendations.scope.types.process.title\nPoor processes\n\n\xa7 recommendations.scope.types.process.description\nMost features contain one type of task.\n\n\xa7 recommendations.scope.types.one\nfeatures contain one type of task.\n\n\xa7 recommendations.scope.types.common\nIt\'s possible that developers are incorrectly signing commits or the manager is entering the same type of tasks.\n\n# Why this is important:\n- it\'s impossible to hand over support to another team;\n- it\'s impossible to release a "boxed" version;\n- strong dependence on specific developers;\n- a high number of errors and low code quality;\n- potential slowdown in development in the future;\n\n# The manager\'s mistake:\n- viewing the product only from the perspective of a "working demo";\n\n# What should be done:\n- tests;\n- bugs (identified through testing);\n- refactoring (as architecture may change);\n- documentation;\n- style revisions (as a result of focus group feedback);\n\n\xa7 recommendations.scope.plan.title\nDevelop a long-term plan\n\n\xa7 recommendations.scope.plan.description\ntaking architecture into account.\n\nThis plan should immediately focus on the most challenging tasks.\n\n# Why the lack of a plan is bad:\n- employees create a minimally viable version without planning for expansion points. After this, unscalable code is written, which slows down future features;\n\n# The manager\'s mistake:\n- they haven\'t shown how the product will develop further and where the growth points will be;\n\n# How it should be done:\n- a global product development plan is created;\n- a global architecture development plan is created (with developers and DBAs);\n- potential significant changes are discussed upfront at the schematic level;\n\n\xa7 recommendations.scope.cost.title\nEvaluate Investment in a Feature\n\n\xa7 recommendations.scope.cost.description\nin terms of potential profit.\n\nFeatures that are expensive to develop but bring little profit may need to be postponed or even canceled. This will make the project more commercially successful.\n\n\xa7 recommendations.author.lotOfLazy.title: Too little code: $1\n\xa7 recommendations.author.lotOfLazy.description\nShould they be fired?\n\n# Composition: \n- $1;\n\n# Answer the questions:\n- are they a team leader, architect, or analyst?\n- is this their primary project?\n- are there any dependencies on them?\n\n# Why it makes no sense to correct\nThe total costs for the developer are already more than the profit from their work.\nIf we believe that there were no objective hindrances to their work, then the person either does not want to work at all or is working on two projects simultaneously.\nFiring and replacing them with a new employee seems justified from a statistical point of view.\n\n\xa7 recommendations.author.manyLazy.title: Little code: $1\n\xa7 recommendations.author.manyLazy.description\nNeeds to be monitored.\n\n# Composition: \n- $1;\n\n# How the sample is chosen:\n- in test samples, a good programmer writes code for more than 80% of the time;\n- in this case, the indicator is between 60% and 80%;\n\n# How to monitor:\n- break tasks into 1..2 days;\n- ask for a status update every day;\n- ensure tasks are well defined and ready for development;\n- arrange pair programming to check actual speed;\n\n\xa7 recommendations.author.oneTypeMans\nreceives too many monotonous tasks of the same type. Risk of burnout.\n\n# Why this is important:\n- if an employee burns out, their work speed will decrease;\n- professional growth slows down;\n- the likelihood of resignation increases;\n\n# How the sample is chosen:\n- the type of task is determined for each commit;\n- if more than 70% of tasks are of the same type, it means the person is doing the same thing repeatedly;\n\n\xa7 recommendations.author.workToday.title: Working $1\n\xa7 recommendations.author.workToday.description\non the project at this moment.\n\n# Composition: \n- $1;\n\n# Why specifically them:\n- more than 50% of workdays;\n- have worked during the last 30 days;\n\n\xa7 recommendations.author.dismissed.title: Dismissed $1\n\xa7 recommendations.author.dismissed.description\nor worked for a short period.\n\n# Composition:\n- $1;\n\n# Why specifically them:\n- worked at a normal pace (apparently, this is their main repository);\n- no commits in the last month;\n- vacation usually lasts 14 days (their absence does not resemble a vacation);\n\n\xa7 recommendations.author.staff.title: Assisting $1\n\xa7 recommendations.author.staff.description\nPeople of other specializations who have committed something.\n\n# Composition: \n- $1;\n\n# Why specifically them:\n- this is not an open-source project;\n- workdays less than 15% of the total number;\n- modify roughly the same files;\n\n\xa7 recommendations.author.projectType.openSource.title\nOpen Project\n\n\xa7 recommendations.author.projectType.openSource.description\nthey do not work five days a week here.\n\nThe project may be closed, but this work pace is typical for open libraries on GitHub.\n\n# Assessment method:\n- statistics are taken for all active developers;\n- the average number of working days and days without commits is calculated;\n- for open-source libraries, working days are usually a maximum of 15..20%;\n\n# Consequences\nFor projects where work is not constant, many indicators do not make sense. Therefore, indicators like days without commits, speed, etc., will be hidden.\n\nTypically, such projects are assessed before starting the development of their own closed version. The most interesting indicators in this case are the probable cost and total development time.\n\n\xa7 recommendations.author.projectType.easy.title\nLight Workload\n\n\xa7 recommendations.author.projectType.easy.description\ntoo many days without commits.\n\nIt is necessary to understand why the team is not writing code.\n\n# Assessment method:\n- take statistics from all active developers;\n- calculate the average number of working days and days without commits;\n- workload is considered light if the percentage of days without commits is between 5% and 20%;\n\n# Possible reasons:\n- there are actually no tasks;\n- there are tasks, but they fit well with the current architecture;\n- developers are distracted by meetings;\n- the team is not working;\n\n# Solutions:\n- discuss the issue with the team;\n- reduce task granularity so that one or two tasks can be completed in a day;\n- introduce daily meetings to check the status of tasks;\n- arrange pair programming sessions to ensure that the developer can work faster;\n\n\xa7 recommendations.author.manager.title\nSet Deadlines\n\n\xa7 recommendations.author.manager.description\nEvery task should have a clear deadline.\n \nThis will prevent dragging out its completion for several days or weeks.\n\n# Indicators to check:\n- the number of days spent on one task by an employee;\n- the number of days waiting for PR merge (PR statistics page);\n\n\xa7 recommendations.author.shorTalk.title\nConduct Daily Meetings\n\n\xa7 recommendations.author.shorTalk.description\nthey help stay informed about the project.\n \nDo not stretch them by getting sidetracked on irrelevant topics.\n\n# Questions the employee should answer:\n- what was done;\n- what will be done;\n- are there any issues;\n\n# Interruptions should occur if:\n- they start describing minor details in-depth, which are not important;\n- they steer the conversation away from the original plan;\n\n# Why this is important:\nOften an employee who does nothing tries to avoid the answer by telling a bunch of unnecessary details of their work. This lulls the participants\' attention and stretches the time for a response. It creates an impression that they are busy, even though there was no actual work done.\n\n\xa7 recommendations.author.ipr.title\nDevelop a Training Plan\n\n\xa7 recommendations.author.ipr.description\nfor each employee.\n\n*Individual training plan* is a list of goals and tasks that help a person develop in a certain area.\n\n# How to create a plan:\n- create a competency matrix;\n- identify which competencies have the least knowledge and experience;\n- find out which of these competencies are of interest to the employee;\n- come up with 3..5 goals within each such competency for the next six months or a year;\n- try to do something every month to achieve one goal;\n- remind every month about the overall plan to achieve these goals;\n\n# Does a manager need a plan?\nYes, the manager should also make a plan for themselves. If there is no higher-level manager, they should self-assess.\n\n# Why this is important:\n- employees become more loyal to the company;\n- you get more qualified personnel for the same money;\n\n\xa7 recommendations.author.oneToOne.title\nConduct One-on-One Meetings Every Month\n\n\xa7 recommendations.author.oneToOne.description\nit helps to identify problems at an early stage.\n\n*One-to-one* is a regular personal meeting of a manager with a subordinate. Such meetings typically discuss everything important to the employee, what concerns them, and what they can share with the manager in private.\n\n# Why this is important:\n- easy to find out who is overburdened and who has free time;\n- possible to prevent employee burnout;\n- quick feedback can be obtained about processes that you might not notice;\n- trust is built, making employees more loyal to the company;\n- increases employee motivation and engagement;\n\n\xa7 recommendations.author.club.title\nGo to a Bar\n\n\xa7 recommendations.author.club.description\nonce a month or two.\n\nThis will help build informal communication within the team and bring the team together, even if the interaction is brief.\n\n# Why this is important:\n- quick feedback can be obtained about processes that you might not notice;\n- trust is built, making employees more loyal to the company;\n- increases employee engagement;\n\n\xa7 recommendations.hour.onlyWork.title: No Weekends Here\n\xa7 recommendations.hour.onlyWork.description: The project manager should probably be fired.\n\xa7 recommendations.hour.weekends.title: Working on Weekends\n\xa7 recommendations.hour.weekends.description: The project manager should probably be checked.\n\xa7 recommendations.hour.easy.title: There Are Problems\n\xa7 recommendations.hour.easy.description: There are likely crunch times and work is needed on weekends.\n\xa7 recommendations.week.lazyDays.down.title: Fewer Absences\n\xa7 recommendations.week.lazyDays.down.description: this indicator has dropped over the last three weeks\n\xa7 recommendations.week.lazyDays.up.title: More Absences\n\xa7 recommendations.week.lazyDays.up.description: no tasks or stricter control is needed\n\xa7 recommendations.week.notWork.title: Consistently Underperforms\n\xa7 recommendations.week.notWork.description: as every week the code is not 100% of the time\n\xa7 recommendations.week.upWork.title: Consistently Overworks\n\xa7 recommendations.week.upWork.description: as every week code is written on weekend days\n\xa7 recommendations.week.task.up.title: Productivity is growing\n\xa7 recommendations.week.task.up.description: or tasks have become too small. Need to check. If granularity is the same - reinforce the result.\n\xa7 recommendations.week.task.lazyMaintainer.description: consistently leads in absences. Fire?\n\xa7 recommendations.week.task.down.title: Productivity is Falling\n\xa7 recommendations.week.task.down.description\nor tasks are poorly split. Need to check. If granularity is the same - take control.\n\n# Assessment method:\n- the number of tasks per day that are being worked on has been steadily decreasing over the last three weeks.\n\n# Possible errors:\n- tasks could have been more complex than they seemed;\n- tasks could have had a large volume of work (need to check if the number of changes is also decreasing during this period)\n\n\xa7 recommendations.type.everyHasOne.title: Not signing task types\n\xa7 recommendations.type.everyHasOne.description: Most task types are done by one person.\n\xa7 recommendations.type.oneMaintainer.title: Narrow Specialization\n\xa7 recommendations.type.oneMaintainer.description\nmost tasks of one type are done by the same people.\n\n# Task types:\n\n\xa7 recommendations.type.common\n# It might not be the case\n\nMake sure that other employees correctly sign commits.\n\nSteps to ensure this:\n- set up a pre-commit check for commit messages;\n- explain to the team the need to indicate the type;\n- check in new branches that employees follow this rule;\n\n# If it is indeed the case\n\nYou have set up checks and ensured that the same employee does tasks of the same type.\n\nWhy this is bad:\n- their resignation will halt a whole bunch of processes;\n- it reduces the competence of other team members;\n- difficult to understand their edits at a higher level;\n\nHow to fix this:\n- distribute different types of tasks evenly;\n- change the area of work (tests, documentation, bugs) among employees every sprint;\n\n\xa7 recommendations.type.fewTypes.title\nThis is a local product\n\n\xa7 recommendations.type.fewTypes.description\nfor a specific customer or problem.\n\n# Signs of a "global" product:\n- localization;\n- documentation;\n- a large volume of tests;\n- visual customization;\n- refactoring of bottlenecks;\n- etc.\n\n# Why this product looks like a "local" one:\n- each "global" sign will be outweighed by its type of task;\n- the more "global" signs, the more likely a "global" product;\n\nIn this case, we see a small number of types, which likely indicates shortcomings that prevent the product from being easily scaled to the global market and sold in other countries.\n\n# It might not be the case\nBased on file types, we can assume the type of program (website, server application, DevOps scripts, etc.). For a frontend application, our hypothesis will be more accurate than for DevOps scripts, which might just be a micro-module of initialization.\n\n\xa7 recommendations.type.diff.title\nSplit the popular type into subtypes\n\n\xa7 recommendations.type.diff.description\nto detail errors.\n\nTypically, the task type labeled "bug fixing" is leading. This makes the statistics weakly detailed.\n\n*If you encounter this situation*, you can break down this type into subtypes (e.g., based on the location of detection).\n\nConsider several options for subtypes:\n- fix_dev (error detected during development);\n- fix_test (error detected during testing);\n- fix (error detected in production);\n\n\xa7 recommendations.type.buddy.title\nAccumulate minor tasks\n\n\xa7 recommendations.type.buddy.description\nfor new employees.\n\n# If a task is:\n- not important;\n- not big;\n- doesn\'t require deep immersion in the context;\n- more about refactoring than new code;\n\n# Put it in the backlog with the label "for beginners".\n\nWhen a new employee arrives, you will be able to immediately pull out a bunch of small and varied tasks for them to get acquainted with the project.\n\nAlso, if you have a lull in work, you can pull out one such minor task from the backlog.\n',"\n\xa7 page.settings.document.title: Display settings\n\xa7 page.settings.document.name: Page title\n\xa7 page.settings.document.language: Interface language\n\xa7 page.settings.document.depersonalize: Depersonalize the data\n\xa7 page.settings.links.title: Link prefixes\n\xa7 page.settings.links.task: For task numbers\n\xa7 page.settings.links.pr: For PR\n\xa7 page.settings.user.title: Individual settings\n\xa7 page.settings.user.notFound: No individual settings. Data for all employees are calculated based on common parameters.\n\xa7 page.settings.user.subTitle: Addendum to employment contract \u2116$1\n\xa7 page.settings.user.from: Start date\n\xa7 page.settings.mailmap: .mailmap example\n\xa7 page.settings.common.title: General salary data\n\xa7 page.settings.common.type.title: Project work type\n\xa7 page.settings.common.type.full: Full-time employment\n\xa7 page.settings.common.type.part: Project work\n\xa7 page.settings.common.salary: Monthly salary in USD (US dollar, $)\n\xa7 page.settings.common.currency: Currency for view\n\xa7 page.settings.common.workDaysInYear: Number of working days in a year\n\xa7 page.settings.common.vacationDaysInYear: Number of vacation days in a year\n\xa7 page.settings.common.workDaysInWeek: Workdays\n\xa7 page.settings.form.save: Save\n\xa7 page.settings.form.cancel: Cancel\n\xa7 page.settings.form.remove: Remove\n\xa7 page.settings.form.addEmployee: Add an employee\n\xa7 page.settings.form.addContract: Add an employment contract\n",'\n\xa7 page.welcome.step1: \u5728\u9879\u76ee\u7684\u6839\u76ee\u5f55\u8fd0\u884c\u547d\u4ee4\n\xa7 page.welcome.step3: \u62d6\u653e\n\xa7 page.welcome.step4: log.txt \u6587\u4ef6\u5230\u672c\u9875\n\xa7 page.welcome.description: Git \u521b\u5efa\u6587\u4ef6 log.txt. \u5b83\u5305\u542b\u7528\u4e8e\u6784\u5efa\u62a5\u8868\u7684\u6570\u636e\u3002 \u8fd0\u884c\u547d\u4ee4 git shortlog -s -n -e \u5982\u679c\u4f60\u4e0d\u9700\u8981\u62a5\u544a\u3002 \u521b\u5efa\u6587\u4ef6 [.mailmap|https://git-scm.com/docs/gitmailmap] \u5728\u9879\u76ee\u7684\u6839\u6e90\uff0c\u7ed3\u5408\u5458\u5de5\u7edf\u8ba1.\n\xa7 page.welcome.warning1: \u8be5\u670d\u52a1\u4e0d\u4f1a\u5b58\u50a8\u6216\u4f20\u8f93\u60a8\u7684\u6570\u636e\u3002 \u6240\u6709\u8ba1\u7b97\u90fd\u5728\u60a8\u7684\u8ba1\u7b97\u673a\u4e0a\u6267\u884c.\n\xa7 page.welcome.warning2: \u8be5\u670d\u52a1\u4e0d\u6536\u96c6\u9879\u76ee\u7684\u7edf\u8ba1\u6570\u636e\u3002 \u4f60\u53ef\u4ee5\u770b [\u6e90\u4ee3\u7801|https://github.com/bakhirev/assayo].\n\xa7 page.common.words.title: \u8bcd\u6c47\u7edf\u8ba1\n\xa7 page.common.words.description: \u6700\u6d41\u884c\u7684\u8bcd\u3002 \u53d1\u751f$1\u6b21.\n\xa7 page.common.commits.title: \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e Commits \u043f\u043e \u0434\u043d\u044f\u043c\n\xa7 page.common.commits.description: ($1) \u62e5\u6709\u6700\u591a Commits \u6570\u7684\u5de5\u4f5c\u65e5.\n\xa7 page.common.commits.title2: $1 \u5b8c\u6210\u4e86 Commits: $2\n\xa7 page.common.filter.allUsers: \u6ca1\u5173\u7cfb\n\xa7 page.print.modal.title: \u6211\u4eec\u6253\u5370\u51fa\u6765\u7684\u662f\u4ec0\u4e48?\n\xa7 page.print.modal.page: \u5f53\u524d\u9875\u9762\n\xa7 page.print.modal.type: \u5f53\u524d\u90e8\u5206\n\xa7 page.print.modal.all: \u6240\u6709\u7edf\u8ba1\u6570\u5b57\n\xa7 page.print.modal.cancel: \u53d6\u6d88\n\xa7 page.print.tableOfContents: \u76ee\u5f55\n\xa7 page.print.title: Git\u4ed3\u5e93\u62a5\u544a\n\xa7 page.print.sub_title: \xab$1\xbb\n\xa7 page.print.description: \u62a5\u544a\u7684\u6570\u636e\u662f\u4ece\u5386\u53f2\u8bb0\u5f55\u4e2d\u83b7\u5f97\u7684 Commits.\n\xa7 page.team.author.title: \u96c7\u5458\u7edf\u8ba1\u6570\u5b57\n\xa7 page.team.author.description1: \u90e8\u5206\u7edf\u8ba1\u6570\u5b57 (\u5de5\u4f5c\u7684\u901f\u5ea6\uff0c\u82b1\u8d39\u7684\u94b1\u7b49\u3002.) \u4e0d\u8003\u8651\u5177\u6709"\u52a9\u7406"\u7c7b\u578b\u7684\u5458\u5de5\uff0c\u56e0\u4e3a\u8fd9\u4e0d\u662f\u9879\u76ee\u4e2d\u7684\u6c38\u4e45\u89d2\u8272\u3002 \u4ed6\u4eec\u7684\u5de5\u4f5c\u5fae\u4e0d\u8db3\u9053\uff0c\u53ef\u4ee5\u5ffd\u7565\u3002.\n\xa7 page.team.author.description2: \u9ed8\u8ba4\u6392\u5e8f\u662f\u6309\u4efb\u52a1\u548c\u7ec4\u6570\u6392\u5e8f (\u73b0\u4efb\u3001\u88ab\u89e3\u96c7\u3001\u5e2e\u52a9\u96c7\u5458).\n\xa7 page.team.author.types: \u5de5\u4f5c\u7c7b\u522b\n\xa7 page.team.author.commits: Commits\n\xa7 page.team.author.commitsSmall: commits\n\xa7 page.team.author.tasks: \u4efb\u52a1\n\xa7 page.team.author.tasksSmall: \u4efb\u52a1\n\xa7 page.team.author.workedLosses: \u6709\u548c\u6ca1\u6709commits\u7684\u65e5\u5b50\n\xa7 page.team.author.worked: \u5de5\u4f5c\n\xa7 page.team.author.losses: \u6ca1\u6709commits\u7684\u65e5\u5b50\n\xa7 page.team.author.days: \u5929\u6570\n\xa7 page.team.author.daysForTask: \u6bcf\u9879\u4efb\u52a1\u7684\u5929\u6570\n\xa7 page.team.author.scopes: \u4fee\u6539\n\xa7 page.team.author.moneyAll: \u6211\u62ff\u5230\u94b1\u4e86\n\xa7 page.team.author.moneyWorked: \u5de5\u4f5c\u4e86\n\xa7 page.team.author.moneyLosses: \u591a\u4ed8\n\xa7 page.team.author.type.work: works\n\xa7 page.team.author.type.dismissed: dismissed\n\xa7 page.team.author.type.staff: staff\n\xa7 page.team.hours.title: \u6bcf\u5468\u6bcf\u4e00\u5929\u7684\u5de5\u4f5c\u5206\u914d\n\xa7 page.team.month.title: \u9879\u76ee\u5de5\u4f5c\u65e5\u5386\n\xa7 page.team.month.first: (first work day)\n\xa7 page.team.month.last: (last work day)\n\xa7 page.team.scope.title: \u6309\u6a21\u5757\u5212\u5206\u7684\u7edf\u8ba1\u6570\u5b57\n\xa7 page.team.scope.scope: \u4fee\u6539\n\xa7 page.team.scope.days: \u5de5\u4f5c\u5929\n\xa7 page.team.scope.authorsDays: \u4eba\u65e5\n\xa7 page.team.scope.tasks: \u4efb\u52a1\n\xa7 page.team.scope.commits: Commits\n\xa7 page.team.scope.commitsSmall: commits\n\xa7 page.team.scope.types: \u5de5\u4f5c\u7c7b\u522b\n\xa7 page.team.scope.authors: \u4e2a\u4eba\u8d21\u732e\n\xa7 page.team.scope.cost: \u6210\u672c\n\xa7 page.team.type.title: \u6309\u4efb\u52a1\u7c7b\u578b\u5212\u5206\u7684\u7edf\u8ba1\u4fe1\u606f\n\xa7 page.team.type.description: *\u4e2a\u4eba\u8d21\u732e* \u5b83\u662f\u6309\u6570\u5b57\u8ba1\u7b97\u7684 Commits, \u800c\u4e0d\u662f\u4fee\u6539\u7684\u5b57\u7b26\u4e32\u6216\u6587\u4ef6\u7684\u4f53\u79ef\u3002 \u56e0\u6b64\uff0c\u60a8\u8fd8\u5e94\u8be5\u67e5\u770b"\u6587\u4ef6\u5206\u6790"\u90e8\u5206\u4ee5\u8bc4\u4f30\u66f4\u6539\u7684\u89c4\u6a21\u3002\n\xa7 page.team.type.type: \u5de5\u4f5c\u7c7b\u522b\n\xa7 page.team.type.tasks: \u4efb\u52a1\n\xa7 page.team.type.tasksSmall: \u4efb\u52a1\n\xa7 page.team.type.days: \u5929\u6570\n\xa7 page.team.type.daysSmall: \u5929\u6570\n\xa7 page.team.type.authorsDays: \u4eba\u65e5\n\xa7 page.team.type.commits: Commits\n\xa7 page.team.type.authors: \u4e2a\u4eba\u8d21\u732e\n\xa7 page.team.total.titleA: \u5de5\u4f5c\u8303\u56f4\n\xa7 page.team.total.titleB: \u6210\u672c\n\xa7 page.team.total.daysWorked.title: \u4eba\u65e5\n\xa7 page.team.total.daysWorked.description: \u53ea\u8003\u8651\u5236\u4f5c\u5b83\u4eec\u7684\u65e5\u5b50 Commits\n\xa7 page.team.total.commits.title: commits\n\xa7 page.team.total.commits.description: \u5220\u9664\u7684\u5206\u652f\u4e0d\u7b97\u6570\n\xa7 page.team.total.daysLosses.title: \u6ca1\u6709\u7684\u65e5\u5b50 commits\n\xa7 page.team.total.daysLosses.description: \u6240\u6709\u7684\u65e5\u5b50\u90fd\u662f\u8d1f\u6570: \u5047\u671f\u3001\u5468\u672b\u3001\u5047\u671f\u3001\u4f11\u606f\u65e5 Commits\n\xa7 page.team.total.employment.title: \u5de5\u4f5c/\u9000\u51fa\n\xa7 page.team.total.employment.description: \u5982\u679c\u5458\u5de5\u5728\u4e00\u4e2a\u6708\u5185\u6ca1\u6709\u5b8c\u6210\u4efb\u4f55\u5de5\u4f5c Commits, \u4ed6\u88ab\u8ba4\u4e3a\u88ab\u89e3\u96c7\u4e86\n\xa7 page.team.total.moneyAll.title: \u666e\u901a\n\xa7 page.team.total.moneyAll.description: \u5de5\u8d44\u8d39\u7528\u603b\u989d\n\xa7 page.team.total.moneyWorked.title: \u5b9e\u9645\n\xa7 page.team.total.moneyWorked.description: \u5b9e\u9645\u5de5\u4f5c\u5929\u6570\u4e58\u4ee5\u5e73\u5747\u5de5\u8d44\n\xa7 page.team.total.moneyLosses.title: \u53ef\u80fd\u591a\u4ed8\n\xa7 page.team.total.moneyLosses.description: \u5e26\u85aa\u5de5\u4f5c\u65e5, \u4f55\u65f6 Commits \u6ca1\u6709\n\xa7 page.team.total.weekendPayment.title: \u5468\u672b\u5de5\u4f5c\n\xa7 page.team.total.weekendPayment.description: \u5468\u672b\u5de5\u4f5c\u591a\u4ed8\u603b\u989d\n\xa7 page.team.total.workSpeed.title: \u6bcf\u5929\u7684\u4efb\u52a1\n\xa7 page.team.total.workSpeed.description: \u56e2\u961f\u4e0e\u5f53\u524d\u5458\u5de5\u7684\u5e73\u5747\u5de5\u4f5c\u901f\u5ea6\n\xa7 page.team.total.moneySpeed.title: \u6bcf\u6708\n\xa7 page.team.total.moneySpeed.description: \u73b0\u804c\u5de5\u4f5c\u4eba\u5458\u7684\u9884\u8ba1\u85aa\u91d1\u652f\u4ed8\u989d\uff0c\u4e0d\u5305\u62ec\u7a0e\u9879\u548c\u6709\u5173\u8d39\u7528\n\xa7 page.team.total.description1: *\u4eba\u65e5* \u2014 \u8fd9\u662f\u4e00\u4e2a\u5458\u5de5\u4e00\u4e2a\u5de5\u4f5c\u65e5\u7684\u5de5\u4f5c\u3002 \u4f8b\u5982\uff0c\u5728\u4e00\u4e2a\u65e5\u5386\u65e5\uff0c\u4e00\u4e2a\u7531\u4e09\u540d\u5458\u5de5\u7ec4\u6210\u7684\u56e2\u961f\u5728\u4e09\u4e2a\u5de5\u4f5c\u65e5\u5185\u53d1\u51fa\u5927\u91cf\u7684\u5de5\u4f5c\u91cf.\n\xa7 page.team.total.description2: *\u65f7\u5de5\u7684\u65e5\u5b50* \u53ea\u6709\u5de5\u4f5c\u65e5\u8ba1\u7b97\u5728 Commits \u53ef\u4ee5\u505a\u5230. \u5468\u672b\u3001\u516c\u4f17\u5047\u671f\u53ca\u5047\u671f\u4e0d\u5305\u62ec\u5728\u8ba1\u7b97\u5185.\n\xa7 page.team.total.description3: \u5361\u7247 *\u5de5\u4f5c\u548c\u9000\u51fa* \u663e\u793a\u7ecf\u5e38\u53c2\u4e0e\u5de5\u4f5c\u7684\u5458\u5de5\u7684\u5b9e\u9645\u7ec4\u6210\u3002 \u6b64\u5916\uff0c\u8fd8\u6709"\u52a9\u624b\u2014-\u8fd9\u4e9b\u662f\u5458\u5de5\uff0c\u901a\u5e38\u662f\u4e0d\u540c\u7684\u4e13\u4e1a\uff0c\u6709\u65f6\u53ef\u4ee5\u8fd9\u6837\u505a Commits \u5230\u9879\u76ee.\n\xa7 page.team.total.description4: *\u591a\u4ed8* \u53ea\u6709\u5de5\u4f5c\u65e5\u8ba1\u7b97\u5728 Commits \u53ef\u4ee5\u505a\u5230. \u5468\u672b\u3001\u516c\u4f17\u5047\u671f\u548c\u5047\u671f\u4e0d\u5305\u62ec\u5728\u8ba1\u7b97\u4e2d. \u8fd9\u5c31\u662f\u4e3a\u4ec0\u4e48\u591a\u4ed8+\u5b9e\u9645\u6210\u672c\uff01=\u4e00\u822c. \u603b\u8d39\u7528\u5305\u62ec\u5468\u672b\u3001\u516c\u4f17\u5047\u671f\u548c\u5047\u671f\u7684\u4ed8\u6b3e\u3002\n\xa7 page.team.total.description5: *\u5468\u672b\u5de5\u4f5c* \u5b83\u662f\u7531\u7cfb\u6570x2\u8ba1\u7b97\u4ece\u652f\u4ed8\u4e00\u4e2a\u6b63\u5e38\u7684\u4e00\u5929\u3002 \u4e0a\u9762\u663e\u793a\u7684\u662f\u591a\u4ed8\uff08x1\uff09\uff0c\u56e0\u4e3a\u5728\u8fd9\u79cd\u60c5\u51b5\u4e0b\uff0c\u5904\u7406\u7684\u4e8b\u5b9e\u5e76\u4e0d\u6709\u8da3\u3002 \u6211\u4eec\u4e0d\u662f\u5728\u770b\u9884\u7b97\u71c3\u70e7\u7684\u901f\u5ea6\u3002 \u6211\u4eec\u6b63\u5728\u8003\u8651\u5728\u63d0\u9ad8\u5de5\u4f5c\u901f\u5ea6\u65f6\u591a\u4ed8\u7684\u6b3e\u9879.\n\xa7 page.team.tree.title: \u9879\u76ee\u6811\uff0c\u8003\u8651\u5230\u9009\u5b9a\u7684\u8fc7\u6ee4\u5668\n\xa7 page.team.tree.filters.author: \u96c7\u5458\n\xa7 page.team.tree.filters.commits: \u6570\u91cf Commits\n\xa7 page.team.tree.filters.help: \u6700\u4f4e\u6570\u91cf Commits, \u96c7\u5458\u5728\u6863\u6848\u4e2d\u6240\u505a\u7684\n\xa7 page.team.tree.filters.all: \u6240\u6709\u5458\u5de5\n\xa7 page.team.tree.add: \u8c01\u52a0\u7684\n\xa7 page.team.tree.change: \u8c01\u6539\u53d8\u4e86\u5b83\n\xa7 page.team.tree.remove: \u8c01\u5220\u9664\u4e86\u5b83\n\xa7 page.team.tree.line: \u7ebf\u6761\n\xa7 page.team.tree.linesAdded: \u8865\u5145\u9053\n\xa7 page.team.tree.linesChanged: changed\n\xa7 page.team.tree.linesRemoved: \u6539\u53d8\u4e86\n\xa7 page.team.day.commits: Commits\n\xa7 page.team.day.activity: Activity\n\xa7 page.team.week.title: \u6309\u5468\u5212\u5206\u7684\u7edf\u8ba1\u6570\u5b57\n\xa7 page.team.week.date: \u65e5\u671f\n\xa7 page.team.week.numberTasks: \u4efb\u52a1\u6570\u91cf\n\xa7 page.team.week.people: \u4eba\u6570\n\xa7 page.team.week.line: \u6362\u7ebf\n\xa7 page.team.week.days: \u65e5\u8d77 Commits \u800c\u6ca1\u6709\n\xa7 page.team.week.lossesDetails: \u8c01\u4e0d Commits\n\xa7 page.team.week.add: \u8865\u5145\u9053\n\xa7 page.team.week.change: \u6539\u53d8\u4e86\n\xa7 page.team.week.remove: \u5df2\u5220\u9664\n\xa7 page.team.week.hasCommits: \u662f Commits\n\xa7 page.team.week.hasNotCommits: \u4e0d\u662f\u8fd9\u6837\u7684 Commits\n\xa7 page.team.week.days: \u5929\u6570\n\xa7 page.team.week.tasks: \u4efb\u52a1\n\xa7 page.team.pr.task: \u4efb\u52a1\n\xa7 page.team.pr.tasks: \u4efb\u52a1\n\xa7 page.team.pr.firstCommitTime: \u7b2c\u4e00\u4e2a Commits\n\xa7 page.team.pr.lastCommitTime: \u6700\u540e\u4e00\u6b21\n\xa7 page.team.pr.workDays: \u5b8c\u6210\u4efb\u52a1\u7684\u5e73\u5747\u65f6\u95f4\n\xa7 page.team.pr.delayDays: PR\u5ba1\u67e5\u7684\u5e73\u5747\u65f6\u95f4\n\xa7 page.team.pr.all.workDays: \u4efb\u52a1\u5b8c\u6210\u65f6\u95f4\n\xa7 page.team.pr.all.delayDays: PR\u8bf7\u6c42\u7684\u5ba1\u8bae\u65f6\u95f4\n\xa7 page.team.pr.middleTimeRelease: \u5f00\u53d1\u65f6\u95f4\u4e0e\u5ba1\u67e5\u65f6\u95f4\u7684\u6bd4\u7387\n\xa7 page.team.pr.chart.1day: day\n\xa7 page.team.pr.chart.3day: three days\n\xa7 page.team.pr.chart.7day: week\n\xa7 page.team.pr.chart.14day: two weeks\n\xa7 page.team.pr.chart.30day: month\n\xa7 page.team.pr.chart.more: more\n\xa7 page.team.pr.commits: Commits\n\xa7 page.team.pr.date: \u6ce8\u5c04\u65e5\u671f\n\xa7 page.team.pr.mergeAuthor: \u586b\u5199\n\xa7 page.team.pr.author: \u96c7\u5458\n\xa7 page.team.pr.work: \u53d1\u5c55\n\xa7 page.team.pr.delay: \u671f\u671b\n\xa7 page.team.pr.days: \u5929\u6570\n\xa7 page.team.pr.oneTaskDays: \u82b1\u5728\u4e00\u9879\u4efb\u52a1\u4e0a\u7684\u65f6\u95f4\n\xa7 page.team.pr.description1: *\u82b1\u5728\u4e00\u9879\u4efb\u52a1\u4e0a\u7684\u65f6\u95f4* \u8fd9\u662f\u4ece\u7b2c\u4e00\u4e2a\u5230\u6700\u540e\u4e00\u4e2a\u7684\u65f6\u95f4\u5dee Commits \u6309\u4efb\u52a1\u5212\u5206. \u5982\u679c\u4e4b\u95f4\u6709\u51e0\u5929\u7684\u4f11\u606f\u65f6\u95f4\u4e5f\u6ca1\u5173\u7cfb Commits \u8fd8\u662f\u4e0d\u662f. \u4efb\u4f55\u4e00\u4e2a\u4e8b\u5b9e Commits \u589e\u52a0\u65f6\u95f4.\n\xa7 page.team.pr.description2: *\u8f6e\u5019\u65f6\u95f4* \u8fd9\u662f\u6700\u540e\u4e00\u6b21\u4e4b\u95f4\u7684\u65f6\u95f4 Commits \u901a\u8fc7\u8f93\u5165\u4ee3\u7801. \u5b83\u663e\u793a\u4e86\u5b9e\u9645\u7684\u7a7a\u95f2\u7b49\u5f85\u7684\u4e1c\u897f.\n\xa7 page.team.pr.description3: *\u4e3a\u4ec0\u4e48\u663e\u793a\u5f00\u53d1\u65f6\u95f4* \u65e0\u9700\u62c6\u5206\u4e3a\u7f16\u7801\u548c\u4ee3\u7801\u5ba1\u67e5? \u7136\u540e\uff0c\u5411\u4e1a\u52a1\u663e\u793a\u4ee3\u7801\u7684\u5b9e\u9645\u4ea4\u4ed8\u65f6\u95f4\u3002 \u6d4b\u8bd5\u7684\u671f\u671b\uff0c\u5bf9\u5ba1\u67e5\u7684\u8bc4\u8bba\uff0cDevOps\u95ee\u9898\u548c\u6d41\u7a0b\u7684\u5176\u4ed6\u4e0d\u5b8c\u5584\u4e4b\u5904\u5df2\u7ecf\u5728\u8fd9\u4e00\u65f6\u671f\u5236\u5b9a.\n\xa7 page.team.pr.statByAuthors: \u96c7\u5458\u7edf\u8ba1\u6570\u5b57\n\xa7 page.team.pr.longDelay: \u957f\u65f6\u95f4\u7b49\u5f85\u8f93\u6db2\n\xa7 page.team.tasks.task: \u4efb\u52a1\n\xa7 page.team.tasks.author: \u7b2c\u4e00\u7bc7\u7684\u4f5c\u8005 Commits\n\xa7 page.team.tasks.from: \u7b2c\u4e00\u4e2a Commits\n\xa7 page.team.tasks.to: \u6700\u540e\u4e00\u6b21 Commits\n\xa7 page.team.tasks.daysInWork: \u5de5\u4f5c\u4e2d\u7684\u65e5\u5b50\n\xa7 page.team.tasks.commits: \u6570\u91cf Commits\n\xa7 page.team.tasks.pr: \u6ce8\u5c04\u65e5\u671f\n\xa7 page.team.tasks.prAuthor: \u704c\n\xa7 page.team.tasks.prDelayDays: \u7b49\u5f85\u8f93\u6db2\u7684\u65e5\u5b50\n\xa7 page.team.tasks.comments: \u8bc4\u8bba\n\xa7 page.team.extension.extension: File extensions\n\xa7 page.team.extension.type: File sub types\n\xa7 page.team.extension.name: Type\n\xa7 page.team.extension.path: Path\n\xa7 page.team.extension.current.count: Number\n\xa7 page.team.extension.removed.count: Number of removed\n\xa7 page.team.extension.files: files\n\xa7 page.team.release.title: Release\n\xa7 page.team.release.from: Created date\n\xa7 page.team.release.to: Delivery date\n\xa7 page.team.release.prLength: Tasks\n\xa7 page.team.release.delay: Preparation days\n\xa7 page.team.release.waiting: Days of waiting for next release\n\xa7 page.person.print.photo.title: \u7167\u7247\n\xa7 page.person.print.photo.description: \u62cd\u7167\u7684\u5730\u65b9\n\xa7 page.person.total.title: \u4e3b\u8981\u7279\u70b9\n\xa7 page.person.total.daysWorked.title: \u5de5\u4f5c\u5929\n\xa7 page.person.total.daysWorked.description: \u53ea\u8003\u8651\u5236\u4f5c\u5b83\u4eec\u7684\u65e5\u5b50 Commits\n\xa7 page.person.total.tasks.title: \u4efb\u52a1\n\xa7 page.person.total.tasks.description: \u5982\u679c Commits \u6b63\u786e\u7b7e\u540d\n\xa7 page.person.character.title: \u6027\u683c\n\xa7 page.person.achievement.title: \u8fdb\u5c55\u60c5\u51b5\n\xa7 page.person.achievement.positive: \u79ef\u6781\n\xa7 page.person.achievement.normal: \u4e2d\u7acb\n\xa7 page.person.achievement.negative: \u8d1f\u9762\n\xa7 page.person.achievement.description: \u5458\u5de5\u53d6\u5f97\u7684\u8d1f\u9762\u6210\u7ee9\u8d8a\u591a\uff0c\u60c5\u51b5\u5c31\u8d8a\u6709\u53ef\u80fd\u975e\u6807\u51c6\u3002 \u53ef\u80fd\u503c\u5f97\u6539\u53d8\u5176\u64cd\u4f5c\u6a21\u5f0f\uff0c\u4efb\u52a1\u6216\u62a5\u544a\u3002 \u4f60\u5e94\u8be5\u548c\u4ed6\u8c08\u8c08\uff0c\u770b\u770b\u6709\u4ec0\u4e48\u95ee\u9898\u59a8\u788d\u4e86\u4ed6\u7684\u5de5\u4f5c.\n\xa7 page.person.gets.title: \u88ab\u5e26\u8d70\u7684\u6728\u5c50:\n\xa7 page.person.gets.description: \xab\u88ab\u5e26\u8d70\u7684\u6728\u5c50\xbb \u5728\u8fd9\u79cd\u60c5\u51b5\u4e0b\uff0c\u5b83\u610f\u5473\u7740\u7b2c\u4e00\u4e2a\u79bb\u5f00 Commits \u5230"\u7f8e\u4e3d"\u6570\u5b57\u7684\u95ee\u9898.\n\xa7 page.person.business.days.title: \u5de5\u4f5c\u5929\n\xa7 page.person.business.days.description: \u53ea\u8003\u8651\u5236\u4f5c\u5b83\u4eec\u7684\u65e5\u5b50 Commits\n\xa7 page.person.business.tasks.title: \u4efb\u52a1\n\xa7 page.person.business.tasks.description: \u5982\u679c Commits \u6b63\u786e\u7b7e\u540d\n\xa7 page.person.business.losses.title: \u6ca1\u6709\u7684\u65e5\u5b50 Commits\n\xa7 page.person.business.losses.description: \u6240\u6709\u65e5\u5b50\u51cf\u53bb\uff1a\u5047\u671f\uff0c\u5468\u672b\uff0c\u5047\u671f\uff0c\u4f11\u606f\u65e5 Commits\n\xa7 page.person.business.commits.title: Commits\n\xa7 page.person.business.commits.description: \u5220\u9664\u7684\u5206\u652f\u4e0d\u7b97\u6570\n\xa7 page.person.business.time.description: \u4ece\u7b2c\u4e00\u5230\u6700\u540e\u7684\u65f6\u95f4 Commits (\u5305\u62ec\u975e\u5de5\u4f5c\u65e5)\n\xa7 page.person.business.time.title: \u9879\u76ee\u65e5:\n\xa7 page.person.business.time.dismissed: (\u88ab\u89e3\u96c7)\n\xa7 page.person.business.time.staff: (\u4e0d\u5728\u56e2\u961f\u4e2d)\n\xa7 page.person.business.achievements: \u8fdb\u5c55\u60c5\u51b5\n\xa7 page.person.changes.title: \u8fdb\u5c55\u60c5\u51b5\n\xa7 page.person.changes.description: \n\u4f7f\u7528\u67d0\u4e9b\u7c7b\u578b\u7684\u683c\u5f0f\uff0cgit\u5c06\u5b57\u7b26\u4e32\u6807\u8bb0\u4e3a"\u5df2\u5220\u9664"\u548c"\u5df2\u6dfb\u52a0",\n\u867d\u7136\u4e8b\u5b9e\u4e0a\u4ed6\u4eec\u5df2\u7ecf\u88ab"\u6539\u53d8"\u3002 \u56e0\u6b64\uff0c\u5982\u679c\u4f60\u5df2\u7ecf\u505a\u4e86\u5f88\u591a\u91cd\u6784,\ngit\u53ef\u4ee5\u663e\u793a\u7edf\u8ba1\u4fe1\u606f\u7684\u5c11\u91cf\u53d8\u5316\uff0c\u4ee5\u53ca\u5b9e\u9645\u7ed3\u679c\n\u5c06\u5728"\u5df2\u5220\u9664"\u548c"\u5df2\u6dfb\u52a0"\u884c\u4e2d\u6807\u8bb0\u4e3a\u8df3\u8f6c.\n\xa7 page.person.changes.description: \u540d\u5355 Commits \u4ee5\u53ca\u90a3\u4e00\u5929\u4ed6\u4eec\u7684\u53d8\u5316\u6570\u91cf:\n\xa7 page.person.commits.title: \u540d\u5355 Commits:\n\xa7 page.person.money.title.total: \u4e00\u76f4\u5982\u6b64\n\xa7 page.person.money.title.middle: \u5e73\u5747\u6210\u672c\n\xa7 page.person.money.moneyAll.title: \u6536\u5230\n\xa7 page.person.money.moneyAll.description: \u5de5\u7a0b\u9879\u76ee\u7684\u91c7\u8d2d\u8ba2\u5355\u4f30\u8ba1\u91d1\u989d (\u8bf7\u53c2\u9605\u8bbe\u7f6e)\n\xa7 page.person.money.moneyWorked.title: \u5de5\u4f5c\u4e86\n\xa7 page.person.money.moneyWorked.description: \u5b9e\u9645\u5de5\u4f5c\u5929\u6570\u4e58\u4ee5\u5e73\u5747po\n\xa7 page.person.money.moneyLosses.title: \u53ef\u80fd\u591a\u4ed8\n\xa7 page.person.money.moneyLosses.description: \u6ca1\u6709\u7684\u65e5\u5b50 Commits \u4e58\u4ee5\u5e73\u5747po\n\xa7 page.person.money.tasks.title: \u4efb\u52a1\n\xa7 page.person.money.tasks.description: \u5173\u95ed\u4efb\u52a1\u7684\u6570\u91cf\u5230\u4e00\u5929\u7684\u6210\u672c\n\xa7 page.person.money.commits.title: Commits\n\xa7 page.person.money.commits.description: \u6570\u91cf Commits \u5230\u4e00\u4e2a\u5de5\u4f5c\u65e5\u7684\u6210\u672c\n\xa7 page.person.speed.task: \u5e73\u5747\u4e00\u9879\u4efb\u52a1\u662f\n\xa7 page.person.speed.max: \u6bcf\u65e5\u6700\u9ad8\u901f\u5ea6\n\xa7 page.person.speed.days.title: \u5929\u6570\n\xa7 page.person.speed.days.description: \u8fd9\u610f\u5473\u7740\u5982\u679c Commits \u6b63\u786e\u7b7e\u540d\n\xa7 page.person.speed.commits.title: Commits\n\xa7 page.person.speed.commits.description: \u6700\u5927\u503c\u548c\u6700\u5c0f\u503c\u768410\uff05\u5df2\u88ab\u5207\u65ad\n\xa7 page.person.speed.line.title: \u4ee3\u7801\u884c\n\xa7 page.person.speed.line.description: \u6700\u5927\u503c\u548c\u6700\u5c0f\u503c\u768410\uff05\u5df2\u88ab\u5207\u65ad\n\xa7 page.person.speed.tasks.title: \u4efb\u52a1\n\xa7 page.person.speed.tasks.description: \u4efb\u52a1\u53ef\u80fd\u6ca1\u6709\u5b8c\u6210\uff0c\u4f46\u5b83\u7684\u5de5\u4f5c\u5e94\u8be5\u662f\n\xa7 page.person.speed.maxCommits.title: Commits\n\xa7 page.person.speed.maxCommits.description: \u4efb\u52a1\u53ef\u80fd\u6ca1\u6709\u5b8c\u6210\uff0c\u4f46\u5b83\u7684\u5de5\u4f5c\u5e94\u8be5\u662f\n\xa7 page.person.hours.title: \u5206\u5e03\u60c5\u51b5 Commits \u5728\u4e00\u5468\u7684\u6bcf\u4e00\u5929\n\xa7 page.person.week.date: \u65e5\u671f\n\xa7 page.person.week.tasks: \u4efb\u52a1\u6570\u91cf\n\xa7 page.person.week.workDays: \u65e5\u8d77 Commits\n\xa7 page.person.week.taskInDay: \u6bcf\u5929\u7684\u4efb\u52a1\n\xa7 page.person.week.days: \u5929\u6570\n\xa7 page.person.week.workDay: \u5e73\u65e5\n\xa7 page.person.week.weekends: \u5468\u672b\n'].join(""),Oe={type:"logger",log(e){this.output("log",e)},warn(e){this.output("warn",e)},error(e){this.output("error",e)},output(e,t){console&&console[e]&&console[e].apply(console,t)}};class Pe{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.init(e,t)}init(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||Oe,this.options=t,this.debug=t.debug}log(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"log","",!0)}warn(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","",!0)}error(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"error","")}deprecate(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}forward(e,t,n,a){return a&&!this.debug?null:("string"===typeof e[0]&&(e[0]="".concat(n).concat(this.prefix," ").concat(e[0])),this.logger[t](e))}create(e){return new Pe(this.logger,{prefix:"".concat(this.prefix,":").concat(e,":"),...this.options})}clone(e){return(e=e||this.options).prefix=e.prefix||this.prefix,new Pe(this.logger,e)}}var Re=new Pe;class Ie{constructor(){this.observers={}}on(e,t){return e.split(" ").forEach((e=>{this.observers[e]||(this.observers[e]=new Map);const n=this.observers[e].get(t)||0;this.observers[e].set(t,n+1)})),this}off(e,t){this.observers[e]&&(t?this.observers[e].delete(t):delete this.observers[e])}emit(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),a=1;a<t;a++)n[a-1]=arguments[a];if(this.observers[e]){Array.from(this.observers[e].entries()).forEach((e=>{let[t,a]=e;for(let s=0;s<a;s++)t(...n)}))}if(this.observers["*"]){Array.from(this.observers["*"].entries()).forEach((t=>{let[a,s]=t;for(let o=0;o<s;o++)a.apply(a,[e,...n])}))}}}function Le(){let e,t;const n=new Promise(((n,a)=>{e=n,t=a}));return n.resolve=e,n.reject=t,n}function Fe(e){return null==e?"":""+e}const Me=/###/g;function We(e,t,n){function a(e){return e&&e.indexOf("###")>-1?e.replace(Me,"."):e}function s(){return!e||"string"===typeof e}const o="string"!==typeof t?t:t.split(".");let r=0;for(;r<o.length-1;){if(s())return{};const t=a(o[r]);!e[t]&&n&&(e[t]=new n),e=Object.prototype.hasOwnProperty.call(e,t)?e[t]:{},++r}return s()?{}:{obj:e,k:a(o[r])}}function Be(e,t,n){const{obj:a,k:s}=We(e,t,Object);if(void 0!==a||1===t.length)return void(a[s]=n);let o=t[t.length-1],r=t.slice(0,t.length-1),i=We(e,r,Object);for(;void 0===i.obj&&r.length;)o="".concat(r[r.length-1],".").concat(o),r=r.slice(0,r.length-1),i=We(e,r,Object),i&&i.obj&&"undefined"!==typeof i.obj["".concat(i.k,".").concat(o)]&&(i.obj=void 0);i.obj["".concat(i.k,".").concat(o)]=n}function ze(e,t){const{obj:n,k:a}=We(e,t);if(n)return n[a]}function Ue(e,t,n){const a=ze(e,n);return void 0!==a?a:ze(t,n)}function He(e,t,n){for(const a in t)"__proto__"!==a&&"constructor"!==a&&(a in e?"string"===typeof e[a]||e[a]instanceof String||"string"===typeof t[a]||t[a]instanceof String?n&&(e[a]=t[a]):He(e[a],t[a],n):e[a]=t[a]);return e}function Ge(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var Ve={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};function Ke(e){return"string"===typeof e?e.replace(/[&<>"'\/]/g,(e=>Ve[e])):e}const qe=[" ",",","?","!",";"],$e=new class{constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){const t=this.regExpMap.get(e);if(void 0!==t)return t;const n=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,n),this.regExpQueue.push(e),n}}(20);function Ye(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(!e)return;if(e[t])return e[t];const a=t.split(n);let s=e;for(let o=0;o<a.length;){if(!s||"object"!==typeof s)return;let e,t="";for(let r=o;r<a.length;++r)if(r!==o&&(t+=n),t+=a[r],e=s[t],void 0!==e){if(["string","number","boolean"].indexOf(typeof e)>-1&&r<a.length-1)continue;o+=r-o+1;break}s=e}return s}function Ze(e){return e&&e.indexOf("_")>0?e.replace("_","-"):e}class Xe extends Ie{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};super(),this.data=e||{},this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),void 0===this.options.ignoreJSONStructure&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}removeNamespaces(e){const t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}getResource(e,t,n){let a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const s=void 0!==a.keySeparator?a.keySeparator:this.options.keySeparator,o=void 0!==a.ignoreJSONStructure?a.ignoreJSONStructure:this.options.ignoreJSONStructure;let r;e.indexOf(".")>-1?r=e.split("."):(r=[e,t],n&&(Array.isArray(n)?r.push(...n):"string"===typeof n&&s?r.push(...n.split(s)):r.push(n)));const i=ze(this.data,r);return!i&&!t&&!n&&e.indexOf(".")>-1&&(e=r[0],t=r[1],n=r.slice(2).join(".")),i||!o||"string"!==typeof n?i:Ye(this.data&&this.data[e]&&this.data[e][t],n,s)}addResource(e,t,n,a){let s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1};const o=void 0!==s.keySeparator?s.keySeparator:this.options.keySeparator;let r=[e,t];n&&(r=r.concat(o?n.split(o):n)),e.indexOf(".")>-1&&(r=e.split("."),a=t,t=r[1]),this.addNamespaces(t),Be(this.data,r,a),s.silent||this.emit("added",e,t,n,a)}addResources(e,t,n){let a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(const s in n)"string"!==typeof n[s]&&"[object Array]"!==Object.prototype.toString.apply(n[s])||this.addResource(e,t,s,n[s],{silent:!0});a.silent||this.emit("added",e,t,n)}addResourceBundle(e,t,n,a,s){let o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1,skipCopy:!1},r=[e,t];e.indexOf(".")>-1&&(r=e.split("."),a=n,n=t,t=r[1]),this.addNamespaces(t);let i=ze(this.data,r)||{};o.skipCopy||(n=JSON.parse(JSON.stringify(n))),a?He(i,n,s):i={...i,...n},Be(this.data,r,i),o.silent||this.emit("added",e,t,n)}removeResourceBundle(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}hasResourceBundle(e,t){return void 0!==this.getResource(e,t)}getResourceBundle(e,t){return t||(t=this.options.defaultNS),"v1"===this.options.compatibilityAPI?{...this.getResource(e,t)}:this.getResource(e,t)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){const t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find((e=>t[e]&&Object.keys(t[e]).length>0))}toJSON(){return this.data}}var Je={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,n,a,s){return e.forEach((e=>{this.processors[e]&&(t=this.processors[e].process(t,n,a,s))})),t}};const Qe={};class et extends Ie{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};super(),function(e,t,n){e.forEach((e=>{t[e]&&(n[e]=t[e])}))}(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),this.logger=Re.create("translator")}changeLanguage(e){e&&(this.language=e)}exists(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(void 0===e||null===e)return!1;const n=this.resolve(e,t);return n&&void 0!==n.res}extractFromKey(e,t){let n=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");const a=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator;let s=t.ns||this.options.defaultNS||[];const o=n&&e.indexOf(n)>-1,r=!this.options.userDefinedKeySeparator&&!t.keySeparator&&!this.options.userDefinedNsSeparator&&!t.nsSeparator&&!function(e,t,n){t=t||"",n=n||"";const a=qe.filter((e=>t.indexOf(e)<0&&n.indexOf(e)<0));if(0===a.length)return!0;const s=$e.getRegExp("(".concat(a.map((e=>"?"===e?"\\?":e)).join("|"),")"));let o=!s.test(e);if(!o){const t=e.indexOf(n);t>0&&!s.test(e.substring(0,t))&&(o=!0)}return o}(e,n,a);if(o&&!r){const t=e.match(this.interpolator.nestingRegexp);if(t&&t.length>0)return{key:e,namespaces:s};const o=e.split(n);(n!==a||n===a&&this.options.ns.indexOf(o[0])>-1)&&(s=o.shift()),e=o.join(a)}return"string"===typeof s&&(s=[s]),{key:e,namespaces:s}}translate(e,t,n){if("object"!==typeof t&&this.options.overloadTranslationOptionHandler&&(t=this.options.overloadTranslationOptionHandler(arguments)),"object"===typeof t&&(t={...t}),t||(t={}),void 0===e||null===e)return"";Array.isArray(e)||(e=[String(e)]);const a=void 0!==t.returnDetails?t.returnDetails:this.options.returnDetails,s=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,{key:o,namespaces:r}=this.extractFromKey(e[e.length-1],t),i=r[r.length-1],l=t.lng||this.language,c=t.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(l&&"cimode"===l.toLowerCase()){if(c){const e=t.nsSeparator||this.options.nsSeparator;return a?{res:"".concat(i).concat(e).concat(o),usedKey:o,exactUsedKey:o,usedLng:l,usedNS:i,usedParams:this.getUsedParamsDetails(t)}:"".concat(i).concat(e).concat(o)}return a?{res:o,usedKey:o,exactUsedKey:o,usedLng:l,usedNS:i,usedParams:this.getUsedParamsDetails(t)}:o}const m=this.resolve(e,t);let d=m&&m.res;const u=m&&m.usedKey||o,h=m&&m.exactUsedKey||o,p=Object.prototype.toString.apply(d),f=void 0!==t.joinArrays?t.joinArrays:this.options.joinArrays,g=!this.i18nFormat||this.i18nFormat.handleAsObject;if(g&&d&&("string"!==typeof d&&"boolean"!==typeof d&&"number"!==typeof d)&&["[object Number]","[object Function]","[object RegExp]"].indexOf(p)<0&&("string"!==typeof f||"[object Array]"!==p)){if(!t.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const e=this.options.returnedObjectHandler?this.options.returnedObjectHandler(u,d,{...t,ns:r}):"key '".concat(o," (").concat(this.language,")' returned an object instead of string.");return a?(m.res=e,m.usedParams=this.getUsedParamsDetails(t),m):e}if(s){const e="[object Array]"===p,n=e?[]:{},a=e?h:u;for(const o in d)if(Object.prototype.hasOwnProperty.call(d,o)){const e="".concat(a).concat(s).concat(o);n[o]=this.translate(e,{...t,joinArrays:!1,ns:r}),n[o]===e&&(n[o]=d[o])}d=n}}else if(g&&"string"===typeof f&&"[object Array]"===p)d=d.join(f),d&&(d=this.extendTranslation(d,e,t,n));else{let a=!1,r=!1;const c=void 0!==t.count&&"string"!==typeof t.count,u=et.hasDefaultValue(t),h=c?this.pluralResolver.getSuffix(l,t.count,t):"",p=t.ordinal&&c?this.pluralResolver.getSuffix(l,t.count,{ordinal:!1}):"",f=c&&!t.ordinal&&0===t.count&&this.pluralResolver.shouldUseIntlApi(),g=f&&t["defaultValue".concat(this.options.pluralSeparator,"zero")]||t["defaultValue".concat(h)]||t["defaultValue".concat(p)]||t.defaultValue;!this.isValidLookup(d)&&u&&(a=!0,d=g),this.isValidLookup(d)||(r=!0,d=o);const y=(t.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&r?void 0:d,v=u&&g!==d&&this.options.updateMissing;if(r||a||v){if(this.logger.log(v?"updateKey":"missingKey",l,i,o,v?g:d),s){const e=this.resolve(o,{...t,keySeparator:!1});e&&e.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let e=[];const n=this.languageUtils.getFallbackCodes(this.options.fallbackLng,t.lng||this.language);if("fallback"===this.options.saveMissingTo&&n&&n[0])for(let t=0;t<n.length;t++)e.push(n[t]);else"all"===this.options.saveMissingTo?e=this.languageUtils.toResolveHierarchy(t.lng||this.language):e.push(t.lng||this.language);const a=(e,n,a)=>{const s=u&&a!==d?a:y;this.options.missingKeyHandler?this.options.missingKeyHandler(e,i,n,s,v,t):this.backendConnector&&this.backendConnector.saveMissing&&this.backendConnector.saveMissing(e,i,n,s,v,t),this.emit("missingKey",e,i,n,d)};this.options.saveMissing&&(this.options.saveMissingPlurals&&c?e.forEach((e=>{const n=this.pluralResolver.getSuffixes(e,t);f&&t["defaultValue".concat(this.options.pluralSeparator,"zero")]&&n.indexOf("".concat(this.options.pluralSeparator,"zero"))<0&&n.push("".concat(this.options.pluralSeparator,"zero")),n.forEach((n=>{a([e],o+n,t["defaultValue".concat(n)]||g)}))})):a(e,o,g))}d=this.extendTranslation(d,e,t,m,n),r&&d===o&&this.options.appendNamespaceToMissingKey&&(d="".concat(i,":").concat(o)),(r||a)&&this.options.parseMissingKeyHandler&&(d="v1"!==this.options.compatibilityAPI?this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(i,":").concat(o):o,a?d:void 0):this.options.parseMissingKeyHandler(d))}return a?(m.res=d,m.usedParams=this.getUsedParamsDetails(t),m):d}extendTranslation(e,t,n,a,s){var o=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...n},n.lng||this.language||a.usedLng,a.usedNS,a.usedKey,{resolved:a});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init({...n,interpolation:{...this.options.interpolation,...n.interpolation}});const r="string"===typeof e&&(n&&n.interpolation&&void 0!==n.interpolation.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let i;if(r){const t=e.match(this.interpolator.nestingRegexp);i=t&&t.length}let l=n.replace&&"string"!==typeof n.replace?n.replace:n;if(this.options.interpolation.defaultVariables&&(l={...this.options.interpolation.defaultVariables,...l}),e=this.interpolator.interpolate(e,l,n.lng||this.language,n),r){const t=e.match(this.interpolator.nestingRegexp);i<(t&&t.length)&&(n.nest=!1)}!n.lng&&"v1"!==this.options.compatibilityAPI&&a&&a.res&&(n.lng=a.usedLng),!1!==n.nest&&(e=this.interpolator.nest(e,(function(){for(var e=arguments.length,a=new Array(e),r=0;r<e;r++)a[r]=arguments[r];return s&&s[0]===a[0]&&!n.context?(o.logger.warn("It seems you are nesting recursively key: ".concat(a[0]," in key: ").concat(t[0])),null):o.translate(...a,t)}),n)),n.interpolation&&this.interpolator.reset()}const r=n.postProcess||this.options.postProcess,i="string"===typeof r?[r]:r;return void 0!==e&&null!==e&&i&&i.length&&!1!==n.applyPostProcessor&&(e=Je.handle(i,e,t,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...a,usedParams:this.getUsedParamsDetails(n)},...n}:n,this)),e}resolve(e){let t,n,a,s,o,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"===typeof e&&(e=[e]),e.forEach((e=>{if(this.isValidLookup(t))return;const i=this.extractFromKey(e,r),l=i.key;n=l;let c=i.namespaces;this.options.fallbackNS&&(c=c.concat(this.options.fallbackNS));const m=void 0!==r.count&&"string"!==typeof r.count,d=m&&!r.ordinal&&0===r.count&&this.pluralResolver.shouldUseIntlApi(),u=void 0!==r.context&&("string"===typeof r.context||"number"===typeof r.context)&&""!==r.context,h=r.lngs?r.lngs:this.languageUtils.toResolveHierarchy(r.lng||this.language,r.fallbackLng);c.forEach((e=>{this.isValidLookup(t)||(o=e,!Qe["".concat(h[0],"-").concat(e)]&&this.utils&&this.utils.hasLoadedNamespace&&!this.utils.hasLoadedNamespace(o)&&(Qe["".concat(h[0],"-").concat(e)]=!0,this.logger.warn('key "'.concat(n,'" for languages "').concat(h.join(", "),'" won\'t get resolved as namespace "').concat(o,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),h.forEach((n=>{if(this.isValidLookup(t))return;s=n;const o=[l];if(this.i18nFormat&&this.i18nFormat.addLookupKeys)this.i18nFormat.addLookupKeys(o,l,n,e,r);else{let e;m&&(e=this.pluralResolver.getSuffix(n,r.count,r));const t="".concat(this.options.pluralSeparator,"zero"),a="".concat(this.options.pluralSeparator,"ordinal").concat(this.options.pluralSeparator);if(m&&(o.push(l+e),r.ordinal&&0===e.indexOf(a)&&o.push(l+e.replace(a,this.options.pluralSeparator)),d&&o.push(l+t)),u){const n="".concat(l).concat(this.options.contextSeparator).concat(r.context);o.push(n),m&&(o.push(n+e),r.ordinal&&0===e.indexOf(a)&&o.push(n+e.replace(a,this.options.pluralSeparator)),d&&o.push(n+t))}}let i;for(;i=o.pop();)this.isValidLookup(t)||(a=i,t=this.getResource(n,e,i,r))})))}))})),{res:t,usedKey:n,exactUsedKey:a,usedLng:s,usedNS:o}}isValidLookup(e){return void 0!==e&&!(!this.options.returnNull&&null===e)&&!(!this.options.returnEmptyString&&""===e)}getResource(e,t,n){let a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,n,a):this.resourceStore.getResource(e,t,n,a)}getUsedParamsDetails(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],n=e.replace&&"string"!==typeof e.replace;let a=n?e.replace:e;if(n&&"undefined"!==typeof e.count&&(a.count=e.count),this.options.interpolation.defaultVariables&&(a={...this.options.interpolation.defaultVariables,...a}),!n){a={...a};for(const e of t)delete a[e]}return a}static hasDefaultValue(e){const t="defaultValue";for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t===n.substring(0,t.length)&&void 0!==e[n])return!0;return!1}}function tt(e){return e.charAt(0).toUpperCase()+e.slice(1)}class nt{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=Re.create("languageUtils")}getScriptPartFromCode(e){if(!(e=Ze(e))||e.indexOf("-")<0)return null;const t=e.split("-");return 2===t.length?null:(t.pop(),"x"===t[t.length-1].toLowerCase()?null:this.formatLanguageCode(t.join("-")))}getLanguagePartFromCode(e){if(!(e=Ze(e))||e.indexOf("-")<0)return e;const t=e.split("-");return this.formatLanguageCode(t[0])}formatLanguageCode(e){if("string"===typeof e&&e.indexOf("-")>-1){const t=["hans","hant","latn","cyrl","cans","mong","arab"];let n=e.split("-");return this.options.lowerCaseLng?n=n.map((e=>e.toLowerCase())):2===n.length?(n[0]=n[0].toLowerCase(),n[1]=n[1].toUpperCase(),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=tt(n[1].toLowerCase()))):3===n.length&&(n[0]=n[0].toLowerCase(),2===n[1].length&&(n[1]=n[1].toUpperCase()),"sgn"!==n[0]&&2===n[2].length&&(n[2]=n[2].toUpperCase()),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=tt(n[1].toLowerCase())),t.indexOf(n[2].toLowerCase())>-1&&(n[2]=tt(n[2].toLowerCase()))),n.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}getBestMatchFromCodes(e){if(!e)return null;let t;return e.forEach((e=>{if(t)return;const n=this.formatLanguageCode(e);this.options.supportedLngs&&!this.isSupportedCode(n)||(t=n)})),!t&&this.options.supportedLngs&&e.forEach((e=>{if(t)return;const n=this.getLanguagePartFromCode(e);if(this.isSupportedCode(n))return t=n;t=this.options.supportedLngs.find((e=>e===n?e:e.indexOf("-")<0&&n.indexOf("-")<0?void 0:0===e.indexOf(n)?e:void 0))})),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t}getFallbackCodes(e,t){if(!e)return[];if("function"===typeof e&&(e=e(t)),"string"===typeof e&&(e=[e]),"[object Array]"===Object.prototype.toString.apply(e))return e;if(!t)return e.default||[];let n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e[this.getLanguagePartFromCode(t)]),n||(n=e.default),n||[]}toResolveHierarchy(e,t){const n=this.getFallbackCodes(t||this.options.fallbackLng||[],e),a=[],s=e=>{e&&(this.isSupportedCode(e)?a.push(e):this.logger.warn("rejecting language code not found in supportedLngs: ".concat(e)))};return"string"===typeof e&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?("languageOnly"!==this.options.load&&s(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&s(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&s(this.getLanguagePartFromCode(e))):"string"===typeof e&&s(this.formatLanguageCode(e)),n.forEach((e=>{a.indexOf(e)<0&&s(this.formatLanguageCode(e))})),a}}let at=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],st={1:function(e){return Number(e>1)},2:function(e){return Number(1!=e)},3:function(e){return 0},4:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},5:function(e){return Number(0==e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5)},6:function(e){return Number(1==e?0:e>=2&&e<=4?1:2)},7:function(e){return Number(1==e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},8:function(e){return Number(1==e?0:2==e?1:8!=e&&11!=e?2:3)},9:function(e){return Number(e>=2)},10:function(e){return Number(1==e?0:2==e?1:e<7?2:e<11?3:4)},11:function(e){return Number(1==e||11==e?0:2==e||12==e?1:e>2&&e<20?2:3)},12:function(e){return Number(e%10!=1||e%100==11)},13:function(e){return Number(0!==e)},14:function(e){return Number(1==e?0:2==e?1:3==e?2:3)},15:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2)},16:function(e){return Number(e%10==1&&e%100!=11?0:0!==e?1:2)},17:function(e){return Number(1==e||e%10==1&&e%100!=11?0:1)},18:function(e){return Number(0==e?0:1==e?1:2)},19:function(e){return Number(1==e?0:0==e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3)},20:function(e){return Number(1==e?0:0==e||e%100>0&&e%100<20?1:2)},21:function(e){return Number(e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0)},22:function(e){return Number(1==e?0:2==e?1:(e<0||e>10)&&e%10==0?2:3)}};const ot=["v1","v2","v3"],rt=["v4"],it={zero:0,one:1,two:2,few:3,many:4,other:5};class lt{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.languageUtils=e,this.options=t,this.logger=Re.create("pluralResolver"),this.options.compatibilityJSON&&!rt.includes(this.options.compatibilityJSON)||"undefined"!==typeof Intl&&Intl.PluralRules||(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=function(){const e={};return at.forEach((t=>{t.lngs.forEach((n=>{e[n]={numbers:t.nr,plurals:st[t.fc]}}))})),e}()}addRule(e,t){this.rules[e]=t}getRule(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(Ze("dev"===e?"en":e),{type:t.ordinal?"ordinal":"cardinal"})}catch(n){return}return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}needsPlural(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=this.getRule(e,t);return this.shouldUseIntlApi()?n&&n.resolvedOptions().pluralCategories.length>1:n&&n.numbers.length>1}getPluralFormsOfKey(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,n).map((e=>"".concat(t).concat(e)))}getSuffixes(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=this.getRule(e,t);return n?this.shouldUseIntlApi()?n.resolvedOptions().pluralCategories.sort(((e,t)=>it[e]-it[t])).map((e=>"".concat(this.options.prepend).concat(t.ordinal?"ordinal".concat(this.options.prepend):"").concat(e))):n.numbers.map((n=>this.getSuffix(e,n,t))):[]}getSuffix(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const a=this.getRule(e,n);return a?this.shouldUseIntlApi()?"".concat(this.options.prepend).concat(n.ordinal?"ordinal".concat(this.options.prepend):"").concat(a.select(t)):this.getSuffixRetroCompatible(a,t):(this.logger.warn("no plural rule found for: ".concat(e)),"")}getSuffixRetroCompatible(e,t){const n=e.noAbs?e.plurals(t):e.plurals(Math.abs(t));let a=e.numbers[n];this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]&&(2===a?a="plural":1===a&&(a=""));const s=()=>this.options.prepend&&a.toString()?this.options.prepend+a.toString():a.toString();return"v1"===this.options.compatibilityJSON?1===a?"":"number"===typeof a?"_plural_".concat(a.toString()):s():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]?s():this.options.prepend&&n.toString()?this.options.prepend+n.toString():n.toString()}shouldUseIntlApi(){return!ot.includes(this.options.compatibilityJSON)}}function ct(e,t,n){let a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:".",s=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],o=Ue(e,t,n);return!o&&s&&"string"===typeof n&&(o=Ye(e,n,a),void 0===o&&(o=Ye(t,n,a))),o}class mt{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=Re.create("interpolator"),this.options=e,this.format=e.interpolation&&e.interpolation.format||(e=>e),this.init(e)}init(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});const t=e.interpolation;this.escape=void 0!==t.escape?t.escape:Ke,this.escapeValue=void 0===t.escapeValue||t.escapeValue,this.useRawValueToEscape=void 0!==t.useRawValueToEscape&&t.useRawValueToEscape,this.prefix=t.prefix?Ge(t.prefix):t.prefixEscaped||"{{",this.suffix=t.suffix?Ge(t.suffix):t.suffixEscaped||"}}",this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||",",this.unescapePrefix=t.unescapeSuffix?"":t.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":t.unescapeSuffix||"",this.nestingPrefix=t.nestingPrefix?Ge(t.nestingPrefix):t.nestingPrefixEscaped||Ge("$t("),this.nestingSuffix=t.nestingSuffix?Ge(t.nestingSuffix):t.nestingSuffixEscaped||Ge(")"),this.nestingOptionsSeparator=t.nestingOptionsSeparator?t.nestingOptionsSeparator:t.nestingOptionsSeparator||",",this.maxReplaces=t.maxReplaces?t.maxReplaces:1e3,this.alwaysFormat=void 0!==t.alwaysFormat&&t.alwaysFormat,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=(e,t)=>e&&e.source===t?(e.lastIndex=0,e):new RegExp(t,"g");this.regexp=e(this.regexp,"".concat(this.prefix,"(.+?)").concat(this.suffix)),this.regexpUnescape=e(this.regexpUnescape,"".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix)),this.nestingRegexp=e(this.nestingRegexp,"".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix))}interpolate(e,t,n,a){let s,o,r;const i=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function l(e){return e.replace(/\$/g,"$$$$")}const c=e=>{if(e.indexOf(this.formatSeparator)<0){const s=ct(t,i,e,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(s,void 0,n,{...a,...t,interpolationkey:e}):s}const s=e.split(this.formatSeparator),o=s.shift().trim(),r=s.join(this.formatSeparator).trim();return this.format(ct(t,i,o,this.options.keySeparator,this.options.ignoreJSONStructure),r,n,{...a,...t,interpolationkey:o})};this.resetRegExp();const m=a&&a.missingInterpolationHandler||this.options.missingInterpolationHandler,d=a&&a.interpolation&&void 0!==a.interpolation.skipOnVariables?a.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:e=>l(e)},{regex:this.regexp,safeValue:e=>this.escapeValue?l(this.escape(e)):l(e)}].forEach((t=>{for(r=0;s=t.regex.exec(e);){const n=s[1].trim();if(o=c(n),void 0===o)if("function"===typeof m){const t=m(e,s,a);o="string"===typeof t?t:""}else if(a&&Object.prototype.hasOwnProperty.call(a,n))o="";else{if(d){o=s[0];continue}this.logger.warn("missed to pass in variable ".concat(n," for interpolating ").concat(e)),o=""}else"string"===typeof o||this.useRawValueToEscape||(o=Fe(o));const i=t.safeValue(o);if(e=e.replace(s[0],i),d?(t.regex.lastIndex+=o.length,t.regex.lastIndex-=s[0].length):t.regex.lastIndex=0,r++,r>=this.maxReplaces)break}})),e}nest(e,t){let n,a,s,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};function r(e,t){const n=this.nestingOptionsSeparator;if(e.indexOf(n)<0)return e;const a=e.split(new RegExp("".concat(n,"[ ]*{")));let o="{".concat(a[1]);e=a[0],o=this.interpolate(o,s);const r=o.match(/'/g),i=o.match(/"/g);(r&&r.length%2===0&&!i||i.length%2!==0)&&(o=o.replace(/'/g,'"'));try{s=JSON.parse(o),t&&(s={...t,...s})}catch(l){return this.logger.warn("failed parsing options string in nesting for key ".concat(e),l),"".concat(e).concat(n).concat(o)}return delete s.defaultValue,e}for(;n=this.nestingRegexp.exec(e);){let i=[];s={...o},s=s.replace&&"string"!==typeof s.replace?s.replace:s,s.applyPostProcessor=!1,delete s.defaultValue;let l=!1;if(-1!==n[0].indexOf(this.formatSeparator)&&!/{.*}/.test(n[1])){const e=n[1].split(this.formatSeparator).map((e=>e.trim()));n[1]=e.shift(),i=e,l=!0}if(a=t(r.call(this,n[1].trim(),s),s),a&&n[0]===e&&"string"!==typeof a)return a;"string"!==typeof a&&(a=Fe(a)),a||(this.logger.warn("missed to resolve ".concat(n[1]," for nesting ").concat(e)),a=""),l&&(a=i.reduce(((e,t)=>this.format(e,t,o.lng,{...o,interpolationkey:n[1].trim()})),a.trim())),e=e.replace(n[0],a),this.regexp.lastIndex=0}return e}}function dt(e){const t={};return function(n,a,s){const o=a+JSON.stringify(s);let r=t[o];return r||(r=e(Ze(a),s),t[o]=r),r(n)}}class ut{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=Re.create("formatter"),this.options=e,this.formats={number:dt(((e,t)=>{const n=new Intl.NumberFormat(e,{...t});return e=>n.format(e)})),currency:dt(((e,t)=>{const n=new Intl.NumberFormat(e,{...t,style:"currency"});return e=>n.format(e)})),datetime:dt(((e,t)=>{const n=new Intl.DateTimeFormat(e,{...t});return e=>n.format(e)})),relativetime:dt(((e,t)=>{const n=new Intl.RelativeTimeFormat(e,{...t});return e=>n.format(e,t.range||"day")})),list:dt(((e,t)=>{const n=new Intl.ListFormat(e,{...t});return e=>n.format(e)}))},this.init(e)}init(e){const t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}}).interpolation;this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||","}add(e,t){this.formats[e.toLowerCase().trim()]=t}addCached(e,t){this.formats[e.toLowerCase().trim()]=dt(t)}format(e,t,n){let a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t.split(this.formatSeparator).reduce(((e,t)=>{const{formatName:s,formatOptions:o}=function(e){let t=e.toLowerCase().trim();const n={};if(e.indexOf("(")>-1){const a=e.split("(");t=a[0].toLowerCase().trim();const s=a[1].substring(0,a[1].length-1);"currency"===t&&s.indexOf(":")<0?n.currency||(n.currency=s.trim()):"relativetime"===t&&s.indexOf(":")<0?n.range||(n.range=s.trim()):s.split(";").forEach((e=>{if(!e)return;const[t,...a]=e.split(":"),s=a.join(":").trim().replace(/^'+|'+$/g,"");n[t.trim()]||(n[t.trim()]=s),"false"===s&&(n[t.trim()]=!1),"true"===s&&(n[t.trim()]=!0),isNaN(s)||(n[t.trim()]=parseInt(s,10))}))}return{formatName:t,formatOptions:n}}(t);if(this.formats[s]){let t=e;try{const r=a&&a.formatParams&&a.formatParams[a.interpolationkey]||{},i=r.locale||r.lng||a.locale||a.lng||n;t=this.formats[s](e,i,{...o,...a,...r})}catch(r){this.logger.warn(r)}return t}return this.logger.warn("there was no format function for ".concat(s)),e}),e)}}class ht extends Ie{constructor(e,t,n){let a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};super(),this.backend=e,this.store=t,this.services=n,this.languageUtils=n.languageUtils,this.options=a,this.logger=Re.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=a.maxParallelReads||10,this.readingCalls=0,this.maxRetries=a.maxRetries>=0?a.maxRetries:5,this.retryTimeout=a.retryTimeout>=1?a.retryTimeout:350,this.state={},this.queue=[],this.backend&&this.backend.init&&this.backend.init(n,a.backend,a)}queueLoad(e,t,n,a){const s={},o={},r={},i={};return e.forEach((e=>{let a=!0;t.forEach((t=>{const r="".concat(e,"|").concat(t);!n.reload&&this.store.hasResourceBundle(e,t)?this.state[r]=2:this.state[r]<0||(1===this.state[r]?void 0===o[r]&&(o[r]=!0):(this.state[r]=1,a=!1,void 0===o[r]&&(o[r]=!0),void 0===s[r]&&(s[r]=!0),void 0===i[t]&&(i[t]=!0)))})),a||(r[e]=!0)})),(Object.keys(s).length||Object.keys(o).length)&&this.queue.push({pending:o,pendingCount:Object.keys(o).length,loaded:{},errors:[],callback:a}),{toLoad:Object.keys(s),pending:Object.keys(o),toLoadLanguages:Object.keys(r),toLoadNamespaces:Object.keys(i)}}loaded(e,t,n){const a=e.split("|"),s=a[0],o=a[1];t&&this.emit("failedLoading",s,o,t),n&&this.store.addResourceBundle(s,o,n,void 0,void 0,{skipCopy:!0}),this.state[e]=t?-1:2;const r={};this.queue.forEach((n=>{!function(e,t,n,a){const{obj:s,k:o}=We(e,t,Object);s[o]=s[o]||[],a&&(s[o]=s[o].concat(n)),a||s[o].push(n)}(n.loaded,[s],o),function(e,t){void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)}(n,e),t&&n.errors.push(t),0!==n.pendingCount||n.done||(Object.keys(n.loaded).forEach((e=>{r[e]||(r[e]={});const t=n.loaded[e];t.length&&t.forEach((t=>{void 0===r[e][t]&&(r[e][t]=!0)}))})),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())})),this.emit("loaded",r),this.queue=this.queue.filter((e=>!e.done))}read(e,t,n){let a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,o=arguments.length>5?arguments[5]:void 0;if(!e.length)return o(null,{});if(this.readingCalls>=this.maxParallelReads)return void this.waitingReads.push({lng:e,ns:t,fcName:n,tried:a,wait:s,callback:o});this.readingCalls++;const r=(r,i)=>{if(this.readingCalls--,this.waitingReads.length>0){const e=this.waitingReads.shift();this.read(e.lng,e.ns,e.fcName,e.tried,e.wait,e.callback)}r&&i&&a<this.maxRetries?setTimeout((()=>{this.read.call(this,e,t,n,a+1,2*s,o)}),s):o(r,i)},i=this.backend[n].bind(this.backend);if(2!==i.length)return i(e,t,r);try{const n=i(e,t);n&&"function"===typeof n.then?n.then((e=>r(null,e))).catch(r):r(null,n)}catch(l){r(l)}}prepareLoading(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),a&&a();"string"===typeof e&&(e=this.languageUtils.toResolveHierarchy(e)),"string"===typeof t&&(t=[t]);const s=this.queueLoad(e,t,n,a);if(!s.toLoad.length)return s.pending.length||a(),null;s.toLoad.forEach((e=>{this.loadOne(e)}))}load(e,t,n){this.prepareLoading(e,t,{},n)}reload(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}loadOne(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=e.split("|"),a=n[0],s=n[1];this.read(a,s,"read",void 0,void 0,((n,o)=>{n&&this.logger.warn("".concat(t,"loading namespace ").concat(s," for language ").concat(a," failed"),n),!n&&o&&this.logger.log("".concat(t,"loaded namespace ").concat(s," for language ").concat(a),o),this.loaded(e,n,o)}))}saveMissing(e,t,n,a,s){let o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{},r=arguments.length>6&&void 0!==arguments[6]?arguments[6]:()=>{};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(t))this.logger.warn('did not save key "'.concat(n,'" as the namespace "').concat(t,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");else if(void 0!==n&&null!==n&&""!==n){if(this.backend&&this.backend.create){const l={...o,isUpdate:s},c=this.backend.create.bind(this.backend);if(c.length<6)try{let s;s=5===c.length?c(e,t,n,a,l):c(e,t,n,a),s&&"function"===typeof s.then?s.then((e=>r(null,e))).catch(r):r(null,s)}catch(i){r(i)}else c(e,t,n,a,r,l)}e&&e[0]&&this.store.addResource(e[0],t,n,a)}}}function pt(){return{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(e){let t={};if("object"===typeof e[1]&&(t=e[1]),"string"===typeof e[1]&&(t.defaultValue=e[1]),"string"===typeof e[2]&&(t.tDescription=e[2]),"object"===typeof e[2]||"object"===typeof e[3]){const n=e[3]||e[2];Object.keys(n).forEach((e=>{t[e]=n[e]}))}return t},interpolation:{escapeValue:!0,format:e=>e,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}}function ft(e){return"string"===typeof e.ns&&(e.ns=[e.ns]),"string"===typeof e.fallbackLng&&(e.fallbackLng=[e.fallbackLng]),"string"===typeof e.fallbackNS&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e}function gt(){}class yt extends Ie{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;var n;if(super(),this.options=ft(e),this.services={},this.logger=Re,this.modules={external:[]},n=this,Object.getOwnPropertyNames(Object.getPrototypeOf(n)).forEach((e=>{"function"===typeof n[e]&&(n[e]=n[e].bind(n))})),t&&!this.isInitialized&&!e.isClone){if(!this.options.initImmediate)return this.init(e,t),this;setTimeout((()=>{this.init(e,t)}),0)}}init(){var e=this;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;"function"===typeof t&&(n=t,t={}),!t.defaultNS&&!1!==t.defaultNS&&t.ns&&("string"===typeof t.ns?t.defaultNS=t.ns:t.ns.indexOf("translation")<0&&(t.defaultNS=t.ns[0]));const a=pt();function s(e){return e?"function"===typeof e?new e:e:null}if(this.options={...a,...this.options,...ft(t)},"v1"!==this.options.compatibilityAPI&&(this.options.interpolation={...a.interpolation,...this.options.interpolation}),void 0!==t.keySeparator&&(this.options.userDefinedKeySeparator=t.keySeparator),void 0!==t.nsSeparator&&(this.options.userDefinedNsSeparator=t.nsSeparator),!this.options.isClone){let t;this.modules.logger?Re.init(s(this.modules.logger),this.options):Re.init(null,this.options),this.modules.formatter?t=this.modules.formatter:"undefined"!==typeof Intl&&(t=ut);const n=new nt(this.options);this.store=new Xe(this.options.resources,this.options);const o=this.services;o.logger=Re,o.resourceStore=this.store,o.languageUtils=n,o.pluralResolver=new lt(n,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!t||this.options.interpolation.format&&this.options.interpolation.format!==a.interpolation.format||(o.formatter=s(t),o.formatter.init(o,this.options),this.options.interpolation.format=o.formatter.format.bind(o.formatter)),o.interpolator=new mt(this.options),o.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},o.backendConnector=new ht(s(this.modules.backend),o.resourceStore,o,this.options),o.backendConnector.on("*",(function(t){for(var n=arguments.length,a=new Array(n>1?n-1:0),s=1;s<n;s++)a[s-1]=arguments[s];e.emit(t,...a)})),this.modules.languageDetector&&(o.languageDetector=s(this.modules.languageDetector),o.languageDetector.init&&o.languageDetector.init(o,this.options.detection,this.options)),this.modules.i18nFormat&&(o.i18nFormat=s(this.modules.i18nFormat),o.i18nFormat.init&&o.i18nFormat.init(this)),this.translator=new et(this.services,this.options),this.translator.on("*",(function(t){for(var n=arguments.length,a=new Array(n>1?n-1:0),s=1;s<n;s++)a[s-1]=arguments[s];e.emit(t,...a)})),this.modules.external.forEach((e=>{e.init&&e.init(this)}))}if(this.format=this.options.interpolation.format,n||(n=gt),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const e=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);e.length>0&&"dev"!==e[0]&&(this.options.lng=e[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined");["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach((t=>{this[t]=function(){return e.store[t](...arguments)}}));["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach((t=>{this[t]=function(){return e.store[t](...arguments),e}}));const o=Le(),r=()=>{const e=(e,t)=>{this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),o.resolve(t),n(e,t)};if(this.languages&&"v1"!==this.options.compatibilityAPI&&!this.isInitialized)return e(null,this.t.bind(this));this.changeLanguage(this.options.lng,e)};return this.options.resources||!this.options.initImmediate?r():setTimeout(r,0),o}loadResources(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:gt;const n="string"===typeof e?e:this.language;if("function"===typeof e&&(t=e),!this.options.resources||this.options.partialBundledLanguages){if(n&&"cimode"===n.toLowerCase()&&(!this.options.preload||0===this.options.preload.length))return t();const e=[],a=t=>{if(!t)return;if("cimode"===t)return;this.services.languageUtils.toResolveHierarchy(t).forEach((t=>{"cimode"!==t&&e.indexOf(t)<0&&e.push(t)}))};if(n)a(n);else{this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((e=>a(e)))}this.options.preload&&this.options.preload.forEach((e=>a(e))),this.services.backendConnector.load(e,this.options.ns,(e=>{e||this.resolvedLanguage||!this.language||this.setResolvedLanguage(this.language),t(e)}))}else t(null)}reloadResources(e,t,n){const a=Le();return e||(e=this.languages),t||(t=this.options.ns),n||(n=gt),this.services.backendConnector.reload(e,t,(e=>{a.resolve(),n(e)})),a}use(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&Je.addPostProcessor(e),"formatter"===e.type&&(this.modules.formatter=e),"3rdParty"===e.type&&this.modules.external.push(e),this}setResolvedLanguage(e){if(e&&this.languages&&!(["cimode","dev"].indexOf(e)>-1))for(let t=0;t<this.languages.length;t++){const e=this.languages[t];if(!(["cimode","dev"].indexOf(e)>-1)&&this.store.hasLanguageSomeTranslations(e)){this.resolvedLanguage=e;break}}}changeLanguage(e,t){var n=this;this.isLanguageChangingTo=e;const a=Le();this.emit("languageChanging",e);const s=e=>{this.language=e,this.languages=this.services.languageUtils.toResolveHierarchy(e),this.resolvedLanguage=void 0,this.setResolvedLanguage(e)},o=(e,o)=>{o?(s(o),this.translator.changeLanguage(o),this.isLanguageChangingTo=void 0,this.emit("languageChanged",o),this.logger.log("languageChanged",o)):this.isLanguageChangingTo=void 0,a.resolve((function(){return n.t(...arguments)})),t&&t(e,(function(){return n.t(...arguments)}))},r=t=>{e||t||!this.services.languageDetector||(t=[]);const n="string"===typeof t?t:this.services.languageUtils.getBestMatchFromCodes(t);n&&(this.language||s(n),this.translator.language||this.translator.changeLanguage(n),this.services.languageDetector&&this.services.languageDetector.cacheUserLanguage&&this.services.languageDetector.cacheUserLanguage(n)),this.loadResources(n,(e=>{o(e,n)}))};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?0===this.services.languageDetector.detect.length?this.services.languageDetector.detect().then(r):this.services.languageDetector.detect(r):r(e):r(this.services.languageDetector.detect()),a}getFixedT(e,t,n){var a=this;const s=function(e,t){let o;if("object"!==typeof t){for(var r=arguments.length,i=new Array(r>2?r-2:0),l=2;l<r;l++)i[l-2]=arguments[l];o=a.options.overloadTranslationOptionHandler([e,t].concat(i))}else o={...t};o.lng=o.lng||s.lng,o.lngs=o.lngs||s.lngs,o.ns=o.ns||s.ns,o.keyPrefix=o.keyPrefix||n||s.keyPrefix;const c=a.options.keySeparator||".";let m;return m=o.keyPrefix&&Array.isArray(e)?e.map((e=>"".concat(o.keyPrefix).concat(c).concat(e))):o.keyPrefix?"".concat(o.keyPrefix).concat(c).concat(e):e,a.t(m,o)};return"string"===typeof e?s.lng=e:s.lngs=e,s.ns=t,s.keyPrefix=n,s}t(){return this.translator&&this.translator.translate(...arguments)}exists(){return this.translator&&this.translator.exists(...arguments)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;const n=t.lng||this.resolvedLanguage||this.languages[0],a=!!this.options&&this.options.fallbackLng,s=this.languages[this.languages.length-1];if("cimode"===n.toLowerCase())return!0;const o=(e,t)=>{const n=this.services.backendConnector.state["".concat(e,"|").concat(t)];return-1===n||2===n};if(t.precheck){const e=t.precheck(this,o);if(void 0!==e)return e}return!!this.hasResourceBundle(n,e)||(!(this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages))||!(!o(n,e)||a&&!o(s,e)))}loadNamespaces(e,t){const n=Le();return this.options.ns?("string"===typeof e&&(e=[e]),e.forEach((e=>{this.options.ns.indexOf(e)<0&&this.options.ns.push(e)})),this.loadResources((e=>{n.resolve(),t&&t(e)})),n):(t&&t(),Promise.resolve())}loadLanguages(e,t){const n=Le();"string"===typeof e&&(e=[e]);const a=this.options.preload||[],s=e.filter((e=>a.indexOf(e)<0));return s.length?(this.options.preload=a.concat(s),this.loadResources((e=>{n.resolve(),t&&t(e)})),n):(t&&t(),Promise.resolve())}dir(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!e)return"rtl";const t=this.services&&this.services.languageUtils||new nt(pt());return["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"].indexOf(t.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(){return new yt(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)}cloneInstance(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:gt;const n=e.forkResourceStore;n&&delete e.forkResourceStore;const a={...this.options,...e,isClone:!0},s=new yt(a);void 0===e.debug&&void 0===e.prefix||(s.logger=s.logger.clone(e));return["store","services","language"].forEach((e=>{s[e]=this[e]})),s.services={...this.services},s.services.utils={hasLoadedNamespace:s.hasLoadedNamespace.bind(s)},n&&(s.store=new Xe(this.store.data,a),s.services.resourceStore=s.store),s.translator=new et(s.services,a),s.translator.on("*",(function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),a=1;a<t;a++)n[a-1]=arguments[a];s.emit(e,...n)})),s.init(a,t),s.translator.options=a,s.translator.backendConnector.services.utils={hasLoadedNamespace:s.hasLoadedNamespace.bind(s)},s}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const vt=yt.createInstance();vt.createInstance=yt.createInstance;vt.createInstance,vt.dir,vt.init,vt.loadResources,vt.reloadResources,vt.use,vt.changeLanguage,vt.getFixedT,vt.t,vt.exists,vt.setDefaultNamespace,vt.hasLoadedNamespace,vt.loadNamespaces,vt.loadLanguages;__webpack_require__(399);Object.create(null);function bt(){if(console&&console.warn){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];"string"===typeof t[0]&&(t[0]="react-i18next:: ".concat(t[0])),console.warn(...t)}}const wt={};function kt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];"string"===typeof t[0]&&wt[t[0]]||("string"===typeof t[0]&&(wt[t[0]]=new Date),bt(...t))}const _t=(e,t)=>()=>{if(e.isInitialized)t();else{const n=()=>{setTimeout((()=>{e.off("initialized",n)}),0),t()};e.on("initialized",n)}};function xt(e,t,n){e.loadNamespaces(t,_t(e,n))}function Tt(e,t,n,a){"string"===typeof n&&(n=[n]),n.forEach((t=>{e.options.ns.indexOf(t)<0&&e.options.ns.push(t)})),e.loadLanguages(t,_t(e,a))}function St(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const a=t.languages[0],s=!!t.options&&t.options.fallbackLng,o=t.languages[t.languages.length-1];if("cimode"===a.toLowerCase())return!0;const r=(e,n)=>{const a=t.services.backendConnector.state["".concat(e,"|").concat(n)];return-1===a||2===a};return!(n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&t.services.backendConnector.backend&&t.isLanguageChangingTo&&!r(t.isLanguageChangingTo,e))&&(!!t.hasResourceBundle(a,e)||(!(t.services.backendConnector.backend&&(!t.options.resources||t.options.partialBundledLanguages))||!(!r(a,e)||s&&!r(o,e))))}function Ct(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(!t.languages||!t.languages.length)return kt("i18n.languages were undefined or empty",t.languages),!0;const a=void 0!==t.options.ignoreJSONStructure;return a?t.hasLoadedNamespace(e,{lng:n.lng,precheck:(t,a)=>{if(n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&t.services.backendConnector.backend&&t.isLanguageChangingTo&&!a(t.isLanguageChangingTo,e))return!1}}):St(e,t,n)}const Et=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,At={"&amp;":"&","&#38;":"&","&lt;":"<","&#60;":"<","&gt;":">","&#62;":">","&apos;":"'","&#39;":"'","&quot;":'"',"&#34;":'"',"&nbsp;":" ","&#160;":" ","&copy;":"\xa9","&#169;":"\xa9","&reg;":"\xae","&#174;":"\xae","&hellip;":"\u2026","&#8230;":"\u2026","&#x2F;":"/","&#47;":"/"},jt=e=>At[e];let Nt,Dt={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:e=>e.replace(Et,jt)};function Ot(){return Dt}function Pt(){return Nt}const Rt={type:"3rdParty",init(e){!function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};Dt={...Dt,...e}}(e.options.react),function(e){Nt=e}(e)}},It=(0,t.createContext)();class Lt{constructor(){this.usedNamespaces={}}addUsedNamespaces(e){e.forEach((e=>{this.usedNamespaces[e]||(this.usedNamespaces[e]=!0)}))}getUsedNamespaces(){return Object.keys(this.usedNamespaces)}}const Ft=(e,n)=>{const a=(0,t.useRef)();return(0,t.useEffect)((()=>{a.current=n?a.current:e}),[e,n]),a.current};function Mt(e,t,n,a){return e.getFixedT(t,n,a)}function Wt(e,n,a,s){return(0,t.useCallback)(Mt(e,n,a,s),[e,n,a,s])}function Bt(e){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{i18n:a}=n,{i18n:s,defaultNS:o}=(0,t.useContext)(It)||{},r=a||s||Pt();if(r&&!r.reportNamespaces&&(r.reportNamespaces=new Lt),!r){kt("You will need to pass in an i18next instance by using initReactI18next");const e=(e,t)=>"string"===typeof t?t:t&&"object"===typeof t&&"string"===typeof t.defaultValue?t.defaultValue:Array.isArray(e)?e[e.length-1]:e,t=[e,{},!1];return t.t=e,t.i18n={},t.ready=!1,t}r.options.react&&void 0!==r.options.react.wait&&kt("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");const i={...Ot(),...r.options.react,...n},{useSuspense:l,keyPrefix:c}=i;let m=e||o||r.options&&r.options.defaultNS;m="string"===typeof m?[m]:m||["translation"],r.reportNamespaces.addUsedNamespaces&&r.reportNamespaces.addUsedNamespaces(m);const d=(r.isInitialized||r.initializedStoreOnce)&&m.every((e=>Ct(e,r,i))),u=Wt(r,n.lng||null,"fallback"===i.nsMode?m:m[0],c),h=()=>u,p=()=>Mt(r,n.lng||null,"fallback"===i.nsMode?m:m[0],c),[f,g]=(0,t.useState)(h);let y=m.join();n.lng&&(y="".concat(n.lng).concat(y));const v=Ft(y),b=(0,t.useRef)(!0);(0,t.useEffect)((()=>{const{bindI18n:e,bindI18nStore:t}=i;function a(){b.current&&g(p)}return b.current=!0,d||l||(n.lng?Tt(r,n.lng,m,(()=>{b.current&&g(p)})):xt(r,m,(()=>{b.current&&g(p)}))),d&&v&&v!==y&&b.current&&g(p),e&&r&&r.on(e,a),t&&r&&r.store.on(t,a),()=>{b.current=!1,e&&r&&e.split(" ").forEach((e=>r.off(e,a))),t&&r&&t.split(" ").forEach((e=>r.store.off(e,a)))}}),[r,y]);const w=(0,t.useRef)(!0);(0,t.useEffect)((()=>{b.current&&!w.current&&g(h),w.current=!1}),[r,c]);const k=[f,r,d];if(k.t=f,k.i18n=r,k.ready=d,d)return k;if(!d&&!l)return k;throw new Promise((e=>{n.lng?Tt(r,n.lng,m,(()=>e())):xt(r,m,(()=>e()))}))}function zt(e){return{translation:(t=e,t.split("\xa7 ").slice(1).reduce(((e,t)=>{let n=t.indexOf("\n");return n===t.length-1&&(n=t.indexOf(":")),e[t.slice(0,n)]=t.slice(n+1).trim(),e}),{}))};var t}const Ut={de:zt(Te),en:zt(Se),es:zt(Ce),fr:zt(Ee),ja:zt(Ae),pt:zt(je),ru:zt(Ne),zh:zt(De)},Ht=navigator.languages.filter((e=>2===e.length&&Ut[e])).shift()||"en";var Gt=__webpack_require__(98);if(!t.useState)throw new Error("mobx-react-lite requires React with Hooks support");if(!Gt.rC)throw new Error("mobx-react-lite@3 requires mobx at least version 6 to be available");function Vt(e){e()}function Kt(e){return(0,Gt.Gf)(e)}var qt="undefined"===typeof FinalizationRegistry?void 0:FinalizationRegistry;function $t(e){return{reaction:e,mounted:!1,changedBeforeMount:!1,cleanAt:Date.now()+Yt}}var Yt=1e4;var Zt=function(e){var t="function"===typeof Symbol&&Symbol.iterator,n=t&&e[t],a=0;if(n)return n.call(e);if(e&&"number"===typeof e.length)return{next:function(){return e&&a>=e.length&&(e=void 0),{value:e&&e[a++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};var Xt=qt?function(e){var t=new Map,n=1,a=new e((function(e){var n=t.get(e);n&&(n.reaction.dispose(),t.delete(e))}));return{addReactionToTrack:function(e,s,o){var r=n++;return a.register(o,r,e),e.current=$t(s),e.current.finalizationRegistryCleanupToken=r,t.set(r,e.current),e.current},recordReactionAsCommitted:function(e){a.unregister(e),e.current&&e.current.finalizationRegistryCleanupToken&&t.delete(e.current.finalizationRegistryCleanupToken)},forceCleanupTimerToRunNowForTests:function(){},resetCleanupScheduleForTests:function(){}}}(qt):function(){var e,t=new Set;function n(){void 0===e&&(e=setTimeout(a,1e4))}function a(){e=void 0;var a=Date.now();t.forEach((function(e){var n=e.current;n&&a>=n.cleanAt&&(n.reaction.dispose(),e.current=null,t.delete(e))})),t.size>0&&n()}return{addReactionToTrack:function(e,a,s){var o;return e.current=$t(a),o=e,t.add(o),n(),e.current},recordReactionAsCommitted:function(e){t.delete(e)},forceCleanupTimerToRunNowForTests:function(){e&&(clearTimeout(e),a())},resetCleanupScheduleForTests:function(){var n,a;if(t.size>0){try{for(var s=Zt(t),o=s.next();!o.done;o=s.next()){var r=o.value,i=r.current;i&&(i.reaction.dispose(),r.current=null)}}catch(l){n={error:l}}finally{try{o&&!o.done&&(a=s.return)&&a.call(s)}finally{if(n)throw n.error}}t.clear()}e&&(clearTimeout(e),e=void 0)}}}(),Jt=Xt.addReactionToTrack,Qt=Xt.recordReactionAsCommitted,en=(Xt.resetCleanupScheduleForTests,Xt.forceCleanupTimerToRunNowForTests,!1);function tn(){return en}var nn=function(e,t){var n="function"===typeof Symbol&&e[Symbol.iterator];if(!n)return e;var a,s,o=n.call(e),r=[];try{for(;(void 0===t||t-- >0)&&!(a=o.next()).done;)r.push(a.value)}catch(i){s={error:i}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(s)throw s.error}}return r};function an(e){return"observer".concat(e)}var sn=function(){};function on(){return new sn}function rn(e,n){if(void 0===n&&(n="observed"),tn())return e();var a=nn(t.useState(on),1)[0],s=nn(t.useState(),2)[1],o=function(){return s([])},r=t.useRef(null);if(!r.current)var i=new Gt.le(an(n),(function(){l.mounted?o():l.changedBeforeMount=!0})),l=Jt(r,i,a);var c,m,d=r.current.reaction;if(t.useDebugValue(d,Kt),t.useEffect((function(){return Qt(r),r.current?(r.current.mounted=!0,r.current.changedBeforeMount&&(r.current.changedBeforeMount=!1,o())):(r.current={reaction:new Gt.le(an(n),(function(){o()})),mounted:!0,changedBeforeMount:!1,cleanAt:1/0},o()),function(){r.current.reaction.dispose(),r.current=null}}),[]),d.track((function(){try{c=e()}catch(t){m=t}})),m)throw m;return c}var ln="function"===typeof Symbol&&Symbol.for,cn=ln?Symbol.for("react.forward_ref"):"function"===typeof t.forwardRef&&(0,t.forwardRef)((function(e){return null})).$$typeof,mn=ln?Symbol.for("react.memo"):"function"===typeof t.memo&&(0,t.memo)((function(e){return null})).$$typeof;function dn(e,n){var a;if(mn&&e.$$typeof===mn)throw new Error("[mobx-react-lite] You are trying to use `observer` on a function component wrapped in either another `observer` or `React.memo`. The observer already applies 'React.memo' for you.");if(tn())return e;var s=null!==(a=null===n||void 0===n?void 0:n.forwardRef)&&void 0!==a&&a,o=e,r=e.displayName||e.name;if(cn&&e.$$typeof===cn&&(s=!0,"function"!==typeof(o=e.render)))throw new Error("[mobx-react-lite] `render` property of ForwardRef was not a function");var i,l,c=function(e,t){return rn((function(){return o(e,t)}),r)};return""!==r&&(c.displayName=r),e.contextTypes&&(c.contextTypes=e.contextTypes),s&&(c=(0,t.forwardRef)(c)),c=(0,t.memo)(c),i=e,l=c,Object.keys(i).forEach((function(e){un[e]||Object.defineProperty(l,e,Object.getOwnPropertyDescriptor(i,e))})),c}var un={$$typeof:!0,render:!0,compare:!0,type:!0,displayName:!0};var hn;(hn=a.unstable_batchedUpdates)||(hn=Vt),(0,Gt.jQ)({reactionScheduler:hn});var pn=__webpack_require__(274),fn=__webpack_require__(359);const gn=1,yn=2,vn=3,bn={commitsAfter1500:yn,commitsBefore1500:yn,workEveryTime:vn,workNotWork:vn,userNotWork:yn,userIsDied:yn,lessTasks:vn,moreTasks:gn,everyMessageLong:yn,everyMessageShort:vn,shortestName:yn,longestName:yn,moreCommits:yn,lessCommits:vn,oneCommitOneTask:yn,moreLazyDays:vn,lessLazyDays:gn,zeroLazyDays:gn,moreWorkDays:gn,moreScopes:gn,lessScopes:vn,moreDaysForTask:vn,more2DaysForTask:vn,moreDaysInProject:gn,lessDaysInProject:yn,more90DaysInProject:gn,lessDaysForTask:gn,adam:yn,more666DaysInProject:gn,more777DaysInProject:gn,moreRefactoring:gn,moreStyle:gn,hasCommitEveryTime:vn,more365DaysInProject:gn,moreReadMe:gn,moreTests:gn,moreDevOps:gn,longFilePath:yn,longFileName:yn,moreTasksInDay:gn,moreLongWaitPR:vn,morePRMerge:yn,firstLastCommit:yn,haveNotEmail:yn,hasCommitFrom0to7:vn,longWaitPR:vn,lastCommit:yn,longTask:vn,noCommitOnDay:yn,firstCommit:yn,horoscope1:yn,horoscope2:yn,horoscope3:yn,horoscope4:yn,horoscope5:yn,horoscope6:yn,horoscope7:yn,horoscope8:yn,horoscope9:yn,horoscope10:yn,horoscope11:yn,horoscope12:yn,longestMessage:yn,commitsAfter1800:gn,more3YearsInProject:gn,moreLintHint:gn,moreAddedFolders:yn,workOnWeekends:vn,fileRush:yn,lessWorkDays:vn,moreOnHoliday:vn,moreCreateCode:yn,moreRemoveCode:yn,moreChangeCode:yn,oneExtension:yn,allRelease:yn,removeCreateFile:yn,renameFile:yn};function wn(e){return Object.fromEntries(e.map((e=>[e,!0])))}const kn=wn([".eslintrc",".stylelintrc.json"]),_n=wn(["css","scss","less","style"]),xn=wn(["test","mock","snap"]),Tn=wn(["Dockerfile","gradlew","gradlew.bat","gradle.properties","docker-compose.yml"]);function Sn(e){return[Object.entries((null===e||void 0===e?void 0:e.addedLinesByAuthor)||{}),Object.entries((null===e||void 0===e?void 0:e.changedLinesByAuthor)||{})]}function Cn(e){const t=e.reduce(((e,t)=>(e[t[0]]=e[t[0]]?e[t[0]]+t[1]:t[1],e)),{});return Object.entries(t).sort(((e,t)=>t[1]-e[1]))}class En{constructor(){this.authors={}}addAuthor(e){this.authors[e]=[]}add(e,t,n){var a;const s=null===e||void 0===e||null===(a=e[0])||void 0===a?void 0:a[0];if(s){var o,r;if(t)null===(o=this.authors)||void 0===o||null===(r=o[s])||void 0===r||r.push(t);if(n){var i,l,c;const t=null===e||void 0===e||null===(i=e[e.length-1])||void 0===i?void 0:i[0];null===(l=this.authors)||void 0===l||null===(c=l[t])||void 0===c||c.push(n)}}}}var An=(0,fn.Z)("getMinMaxValue");function jn(e,t,n){const a={};return e.forEach((e=>{n(e);const s=(t,n)=>{a[t]||(a[t]=[]),a[t].push([e.author,n||0])};s("nameLength",e.author.length),s("messageLength",e.messageLength[e.messageLength.length-1]),s("midMessageLength",e.middleMessageLength),s("tasks",e.tasks.length),s("days",e.days),s("moreRefactoring",e.types.refactor);const o=t.timestamp.statisticByAuthor[e.author];s("tasksInDay",o.tasksByTimestampCounter.max),s("commitsInDay",o.commitsByTimestampCounter.max);const r=t.pr.statisticByName[e.author]||{};s("moreLongWaitPR",null===r||void 0===r?void 0:r.maxDelayDays),s("morePRMerge",null===r||void 0===r?void 0:r.numberMergedPr),e.isStaff||(s("allDaysInProject",e.allDaysInProject),s("lazyDays",e.lazyDays),s("firstCommit",e.firstCommit.milliseconds))})),Object.keys(a).forEach((e=>{a[e].sort(((e,t)=>t[1]-e[1]))})),a}const Nn=new class{constructor(){Object.defineProperty(this,An,{value:jn}),this.authors={}}updateByGrip(e,t){const n=e.author.statistic,a=new En,s=(0,pn.Z)(this,An)[An](n,e,(e=>{a.addAuthor(e.author)}));a.add(s.nameLength,"longestName","shortestName"),a.add(s.messageLength,"longestMessage"),a.add(s.midMessageLength,"everyMessageLong","everyMessageShort"),a.add(s.tasks,"moreTasks","lessTasks"),a.add(s.days,"moreWorkDays","lessWorkDays"),a.add(s.lazyDays,"moreLazyDays","lessLazyDays"),a.add(s.allDaysInProject,"moreDaysInProject","lessDaysInProject"),a.add(s.firstCommit,null,"adam"),a.add(s.moreRefactoring,"moreRefactoring"),a.add(s.tasksInDay,"moreTasksInDay"),a.add(s.commitsInDay,"moreCommits"),a.add(s.morePRMerge,"morePRMerge"),a.add(s.moreLongWaitPR,"moreLongWaitPR");const o=e.firstLastCommit.maxData.author,r=e.firstLastCommit.minData.author;r===o?a.authors[r].push("firstLastCommit"):(a.authors[r].push("firstCommit"),a.authors[o].push("lastCommit")),function(e,t){const n=[],a=[],s=[],o=[],r=[],i={author:"",length:0},l={author:"",length:0},c={};e.files.list.forEach((e=>{var t,m,d,u,h;kn[e.name]&&n.push(Sn(e)),"md"===e.extension&&a.push(Sn(e)),_n[e.extension]&&s.push(Sn(e)),(xn[e.extension]||xn[e.type])&&o.push(Sn(e)),Tn[e.name]&&r.push(Sn(e)),c[(null===(t=e.firstCommit)||void 0===t?void 0:t.author)||""]=c[(null===(m=e.firstCommit)||void 0===m?void 0:m.author)||""]?c[(null===(d=e.firstCommit)||void 0===d?void 0:d.author)||""]+1:1,e.name.length>l.length&&(l.author=null===(u=e.firstCommit)||void 0===u?void 0:u.author,l.length=e.name.length),e.path.length>i.length&&(i.author=null===(h=e.firstCommit)||void 0===h?void 0:h.author,i.length=e.name.length)}));const m=Object.entries(c).sort(((e,t)=>t[1]-e[1])),d=Object.entries(e.tree.addedFoldersByAuthor).map((e=>[e[0],e[1].length]));t.add(Cn(m),"fileRush"),t.add(Cn(d),"moreAddedFolders"),t.add(Cn(n.flat(2)),"moreLintHint"),t.add(Cn(a.flat(2)),"moreReadMe"),t.add(Cn(s.flat(2)),"moreStyle"),t.add(Cn(o.flat(2)),"moreTests"),t.add(Cn(r.flat(2)),"moreDevOps"),t.authors[i.author].push("longFilePath"),t.authors[l.author].push("longFileName")}(t,a),n.forEach((t=>{const n=a.authors[t.author];this.authors[t.author]=function(e,t,n){const a=t.author.statisticByName[n],s=a.commitsByHour;a.commits>20&&(a.hours.filter((e=>e>=15)).length>.7*a.commits&&e.push("commitsAfter1500"),a.hours.filter((e=>e<=13)).length>.7*a.commits&&e.push("commitsBefore1500")),a.isStaff?e.push("userNotWork"):(s.slice(0,7).every((e=>e))&&e.push("hasCommitFrom0to7"),s.slice(10,18).some((e=>!e))&&e.push("noCommitOnDay"),s.slice(0,5).every((e=>!e))&&s.slice(18,24).every((e=>!e))&&e.push("commitsAfter1800"),s.every((e=>e))&&e.push("workEveryTime"),a.commitsByDayAndHour.every((e=>e.every((e=>e))))&&e.push("hasCommitEveryTime"),a.isDismissed&&e.push("userIsDied"),a.daysForTask<1&&e.push("lessDaysForTask"),a.daysForTask>2&&e.push("more2DaysForTask"),a.allDaysInProject>90&&e.push("more90DaysInProject"),a.allDaysInProject>=365&&e.push("more365DaysInProject"),a.allDaysInProject>=666&&e.push("more666DaysInProject"),a.allDaysInProject>=777&&e.push("more777DaysInProject"),a.allDaysInProject>=1095&&e.push("more3YearsInProject"),(a.commitsByDayAndHourTotal[5]||a.commitsByDayAndHourTotal[6])&&e.push("workOnWeekends"),(t.tasks.longTaskByAuthor[n]||{})>92&&e.push("longTask"));a.lastCommit.email||e.push("haveNotEmail"),0===a.lazyDays&&e.push("zeroLazyDays"),a.commits>0&&0===a.tasks&&e.push("workNotWork"),a.tasks/a.commits&&e.push("oneCommitOneTask"),e.push(function(e){const t=e.month+1,n=e.month,a=[{from:[22,12],to:[20,1]},{from:[20,1],to:[18,2]},{from:[19,2],to:[20,3]},{from:[21,3],to:[19,4]},{from:[20,4],to:[20,5]},{from:[21,5],to:[21,6]},{from:[22,6],to:[22,7]},{from:[23,7],to:[22,8]},{from:[23,8],to:[22,9]},{from:[23,9],to:[23,10]},{from:[24,10],to:[22,11]},{from:[23,11],to:[21,12]}].reduce(((e,a,s)=>e||(a.from[1]===t&&n>=a.from[0]||a.to[1]===t&&n<=a.to[0]?"".concat(s+1):e)),"");return"horoscope".concat(a)}(a.firstCommit));const o=t.pr.statisticByName[n]||{};return(null===o||void 0===o?void 0:o.maxDelayDays)>31&&e.push("longWaitPR"),e.reduce(((e,t)=>(e[bn[t]-1].push(t),e)),[[],[],[]])}(n,e,t.author)}))}},Dn=Nn;let On={};function Pn(e){return{id:Math.random(),value:e.defaultSalary.value,currency:e.defaultSalary.currency,workDaysInYear:e.defaultSalary.workDaysInYear,vacationDaysInYear:e.defaultSalary.vacationDaysInYear,workDaysInWeek:[...e.defaultSalary.workDaysInWeek],from:On.from,type:"full"}}function Rn(e,t,n){return{id:Math.random(),name:e,order:n,salary:[Pn(t)]}}function In(){return{version:2,defaultSalary:{value:3e3,currency:{ru:"RUB",en:"USD"}[xe.Z.language||""]||"EUR",workDaysInYear:247,vacationDaysInYear:28,workDaysInWeek:[1,1,1,1,1,0,0],type:"full"},linksPrefix:{task:"https://jira.com/secure/RapidBoard.jspa?task=",pr:"https://bitbucket.com/projects/assayo/repos/frontend/pull-requests/"},employees:[]}}const Ln={loadSettings(){const e=In(),t=localStorage.getItem("settings"),n=()=>(localStorage.removeItem("settings"),Promise.resolve(e));if(!t||t===JSON.stringify(e))return n();const a=JSON.parse(t);return a.version!==e.version?n():Promise.resolve(a)},saveSettings(e){const t=In();return JSON.stringify(t)===JSON.stringify(e)?localStorage.removeItem("settings"):localStorage.setItem("settings",JSON.stringify(e)),Promise.resolve()}};const Fn=new class{constructor(){this.settings={},(0,Gt.rC)(this,{settings:Gt.LO,loadUserSettings:Gt.aD})}loadUserSettings(){return Ln.loadSettings().then((e=>{var t;this.settings=(t=e,{...t,employees:t.employees.map((e=>{var t;return{...e,salary:null===e||void 0===e||null===(t=e.salary)||void 0===t?void 0:t.map((e=>({...e,milliseconds:new Date(e.from).getTime()})))}}))})}))}getUserByName(e){return this.settings.employees.find((t=>t.name===e))}getEmploymentContract(e,t){var n;const a=this.getUserByName(e),s=null===a||void 0===a||null===(n=a.salary)||void 0===n?void 0:n.length;if(!a||!s)return this.settings.defaultSalary;let o=a.salary[s-1];return t?(a.salary.forEach((e=>{e.milliseconds>=t||(o=e)})),o):o}getCurrentSalaryInMonth(e){return this.getEmploymentContract(e).value}getMiddleSalaryInMonth(e,t,n){var a;const s=this.getUserByName(e),o=null===s||void 0===s||null===(a=s.salary)||void 0===a?void 0:a.length;if(!s||!o)return this.settings.defaultSalary.value;const r=t-n;let i=this.settings.defaultSalary,l=0,c=0;for(let m=0;m<o;m++){const e=s.salary[m],n=i.milliseconds||t,a=((e.milliseconds||n)-n)/r,o=a*i.value;l+=a,i=e,c+=o}return c+=(1-l)*i.value,c}},Mn=Fn,Wn=864e5;function Bn(){var e,t;return{ru:"ru-RU",en:"en-EN",zh:"zh-ZH",es:"es-ES",fr:"fr-FR",pt:"pt-PT",de:"de-DE",ja:"ja-JA"}[(null===(e=window)||void 0===e||null===(t=e.localization)||void 0===t?void 0:t.language)||"ru"]||"ru-RU"}const zn=[3456e5,432e6,5184e5,0,Wn,1728e5,2592e5];function Un(e,t){return new Date(zn[e]).toLocaleString(Bn(),{weekday:t||"long"})}function Hn(e){const t=new Date(e),n=t.getDay()-1;return[t.toLocaleString(Bn(),{day:"numeric",month:"long",year:"numeric"}),Un(n<0?6:n,"long")]}function Gn(e){return e<10?"0".concat(e):e}function Vn(e){if(!e)return"";return new Date(e).toLocaleString(Bn(),{day:"numeric",month:"long",year:"numeric"})}function Kn(e){if(!e)return"";return new Date(e).toLocaleString(Bn(),{hour:"numeric",minute:"numeric"})}function qn(e,t){var n,a;const s=(null===Mn||void 0===Mn||null===(n=Mn.settings)||void 0===n||null===(a=n.defaultSalary)||void 0===a?void 0:a.currency)||"USD";return function(e,t){return"USD"!==t&&e?({USD:1,EUR:.92,RUB:90,CNY:7.26,JPY:158,KRW:1360,CAD:1.4}[t]||1)*e:e}(e||0,s).toLocaleString(Bn(),{style:"currency",currency:s,currencyDisplay:"symbol",maximumFractionDigits:0,...t||{}})}function $n(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return qn(e,{notation:"compact",maximumFractionDigits:t})}function Yn(e){if(e===1/0||e===-1/0)return"\u2014";const t=e<15?1:0;return(e||0).toFixed(t)}function Zn(e){let{from:t,to:n}=e;return t&&n?"".concat((a=t,a?new Date(a).toLocaleString(Bn(),{day:"numeric",month:"long"}):"")," \u2014 ").concat(Vn(n)):"".concat(Vn(t)).concat(Vn(n));var a}const Xn={ALERT:"error",WARNING:"warning",FACT:"fact",INFO:"info"};class Jn{getTotalInfo(e){return e.author.list.reduce(((t,n)=>{const a=e.timestamp.statisticByAuthor[n],s=e.author.statisticByName[n],o=a.workByDay[5]+a.workByDay[6];return t[n]=[],o&&t[n].push({title:"recommendations.timestamp.common.title",description:"recommendations.timestamp.weekendDays.description",type:Xn.ALERT,arguments:{title:[o]}}),s.daysLosses&&t[n].push({title:"recommendations.timestamp.common.title",description:"recommendations.timestamp.lossesDays.description",type:Xn.WARNING,arguments:{title:[s.daysLosses]}}),t[n].push({title:"recommendations.timestamp.common.title",description:"recommendations.timestamp.allDays.description",type:Xn.FACT,arguments:{title:[s.daysAll]}}),t[n].push(this.getFirstDay(a)),t[n].push(this.getLastDay(a)),t}),{})}getFirstDay(e){const t=e.allCommitsByTimestamp[0],[n,a]=Hn(t.timestamp);return{title:n,description:"recommendations.timestamp.firstCommit.description",type:Xn.FACT,arguments:{description:[a]}}}getLastDay(e){const t=e.allCommitsByTimestamp[e.allCommitsByTimestamp.length-1],[n,a]=Hn(t.timestamp);return{title:n,description:"recommendations.timestamp.lastCommit.description",type:Xn.FACT,arguments:{description:[a]}}}}class Qn{getTotalInfo(e){const t=e.week.statistic.slice(0,3);return e.author.list.reduce(((e,n)=>(e[n]=[this.getLazyDays(t,n),this.getNotWork(t,n),this.getUpWork(t,n),this.getTasks(t,n)].filter((e=>e)),e)),{})}getLazyDays(e,t){const n=e.map((e=>e.lazyDays[t]));return n[0]<n[1]&&n[1]<n[2]?{title:"recommendations.week.lazyDays.down.title",description:"recommendations.week.lazyDays.down.description",type:Xn.FACT}:n[0]>n[1]&&n[1]>n[2]?{title:"recommendations.week.lazyDays.up.title",description:"recommendations.week.lazyDays.up.description",type:Xn.ALERT}:null}getNotWork(e,t){const n=e.map((e=>e.lazyDays[t]));return n[0]&&n[1]&&n[2]?{title:"recommendations.week.notWork.title",description:"recommendations.week.notWork.description",type:Xn.ALERT}:null}getUpWork(e,t){const n=e.map((e=>e.weekDays[t]));return n[0]&&n[1]&&n[2]?{title:"recommendations.week.upWork.title",description:"recommendations.week.upWork.description",type:Xn.ALERT}:null}getTasks(e,t){const n=e.map((e=>e.taskInDay[t]));return n[0]<n[1]&&n[1]<n[2]?{title:"recommendations.week.task.up.title",description:"recommendations.week.task.up.description",type:Xn.FACT}:n[0]>n[1]&&n[1]>n[2]?{title:"recommendations.week.task.down.title",description:"recommendations.week.task.down.description",type:Xn.ALERT}:null}}class ea{getTotalInfo(e){const t=[],n=[],a=[],s=[],o=[],r=[];let i=1;e.author.list.forEach((l=>{const c=e.author.statisticByName[l];if(c.isStaff)return void a.push(l);if(c.isDismissed)return void n.push(l);t.push(l);const m=c.daysWorked/c.daysLosses;m>=0&&m<3&&s.unshift(l),m>=3&&m<5&&o.unshift(l),i*=m;100*Object.values(c.types).sort().pop()/c.commits>=70&&r.unshift(l)})),i=i**(1/t.length);return[this.getProjectType(i),s.length?{title:"recommendations.author.lotOfLazy.title",description:"recommendations.author.lotOfLazy.description",type:Xn.ALERT,arguments:{title:s.length,description:s.join(";\n- ")}}:null,o.length?{title:"recommendations.author.manyLazy.title",description:"recommendations.author.manyLazy.description",type:Xn.WARNING,arguments:{title:o.length,description:o.join(";\n- ")}}:null,r.length?{title:r,description:"recommendations.author.oneTypeMans",type:Xn.WARNING}:null,t.length?{title:"recommendations.author.workToday.title",description:"recommendations.author.workToday.description",type:Xn.FACT,arguments:{title:t.length,description:t.join(";\n- ")}}:null,n.length?{title:"recommendations.author.dismissed.title",description:"recommendations.author.dismissed.description",type:Xn.FACT,arguments:{title:n.length,description:n.join(";\n- ")}}:null,a.length?{title:"recommendations.author.staff.title",description:"recommendations.author.staff.description",type:Xn.FACT,arguments:{title:a.length,description:a.join(";\n- ")}}:null,{title:"recommendations.author.manager.title",description:"recommendations.author.manager.description",type:Xn.INFO},{title:"recommendations.author.shorTalk.title",description:"recommendations.author.shorTalk.description",type:Xn.INFO},{title:"recommendations.author.ipr.title",description:"recommendations.author.ipr.description",type:Xn.INFO},{title:"recommendations.author.oneToOne.title",description:"recommendations.author.oneToOne.description",type:Xn.INFO},{title:"recommendations.author.club.title",description:"recommendations.author.club.description",type:Xn.INFO}].filter((e=>e))}getProjectType(e){return e<1?{title:"recommendations.author.projectType.openSource.title",description:"recommendations.author.projectType.openSource.description",type:Xn.FACT}:e<5?{title:"recommendations.author.projectType.easy.title",description:"recommendations.author.projectType.easy.description",type:Xn.ALERT}:null}}class ta{getTotalInfo(e){if(e.author.list.length<2)return[];const t=e.team.statistic;return[this.getWeekIsWork(t)].filter((e=>e))}getWeekIsWork(e){const t=Math.min(...e.commitsByDayAndHourTotal.slice(0,5)),n=Math.max(...e.commitsByDayAndHourTotal.slice(5,7))/t;return n>.45?{title:"recommendations.hour.onlyWork.title",description:"recommendations.hour.onlyWork.description",type:Xn.ALERT}:n>.2?{title:"recommendations.hour.weekends.title",description:"recommendations.hour.weekends.description",type:Xn.ALERT}:n>0?{title:"recommendations.hour.easy.title",description:"recommendations.hour.easy.description",type:Xn.WARNING}:null}}class na{getTotalInfo(e){const t=qn(e.team.statistic.moneyWorked);return[this.getBusFactor(e),this.getManyTypes(e),this.getParallelism(e),{title:t,description:"recommendations.scope.money",type:Xn.FACT},{title:"recommendations.scope.plan.title",description:"recommendations.scope.plan.description",type:Xn.INFO},{title:"recommendations.scope.cost.title",description:"recommendations.scope.cost.description",type:Xn.INFO}].filter((e=>e))}getParallelism(e){if(e.author.list.length<3||e.scope.list.length<3)return null;const t=[];e.scope.statistic.forEach((n=>{let a=0;e.author.list.forEach((e=>{var t;a+=(null===(t=n.authors[e])||void 0===t?void 0:t.days)||0})),t.push(a/n.days)}));const n=t.reduce(((e,t)=>e+t),0)/t.length;return n<1.3?{title:"recommendations.scope.parallelism.not.title",description:"recommendations.scope.parallelism.not.description",type:Xn.FACT}:n<2?{title:"recommendations.scope.parallelism.has.title",description:"recommendations.scope.parallelism.has.description",type:Xn.FACT}:{title:"recommendations.scope.parallelism.every.title",description:"recommendations.scope.parallelism.every.description",type:Xn.FACT}}getBusFactor(e){if(e.author.list.length<3||e.scope.list.length<3)return null;const t=e.scope.statistic.filter((t=>{const n=.8*t.commits;return e.author.list.some((e=>{var a;return(null===(a=t.authors[e])||void 0===a?void 0:a.commits)>=n}))})).map((e=>e.scope));if(!t.length)return null;return t.length>.6*e.scope.statistic.length?{title:"recommendations.scope.bus.everyHasOne.title",description:"recommendations.scope.bus.everyHasOne.description",type:Xn.WARNING}:{title:t,description:"recommendations.scope.bus.oneMaintainer",type:Xn.ALERT}}getManyTypes(e){if(e.scope.list.length<3)return null;const t=e.scope.statistic.filter((t=>{const n=.8*t.commits;return e.type.list.some((e=>t.types[e]>=n))})).map((e=>e.scope));return t.length>.6*e.scope.statistic.length?{title:"recommendations.scope.types.process.title",description:["recommendations.scope.types.process.description","recommendations.scope.types.common"],type:Xn.WARNING}:{title:t,description:["recommendations.scope.types.one","recommendations.scope.types.common"],type:Xn.WARNING}}}class aa{getTotalInfo(e){if(e.author.list.length<2)return[];const t=e.timestamp.statistic,n=t.workByDay[5]+t.workByDay[6],a=t.allCommitsByTimestamp.length;return[n?{title:"recommendations.timestamp.common.title",description:"recommendations.timestamp.weekendDays.description",type:Xn.ALERT,arguments:{title:[n]}}:null,this.getWorkOnWeek(t.allCommitsByTimestamp.length,n),{title:"recommendations.timestamp.common.title",description:"recommendations.timestamp.allDays.description",type:Xn.FACT,arguments:{title:[a]}},this.getFirstDay(t),this.getLastDay(t)].filter((e=>e))}getWorkOnWeek(e,t){const n=100*t/e;return n>13?{title:"recommendations.timestamp.regularWeekendWord.title",description:"recommendations.timestamp.weekendWord.description",type:Xn.ALERT}:n>7?{title:"recommendations.timestamp.sometimeWeekendWord.title",description:"recommendations.timestamp.weekendWord.description",type:Xn.ALERT}:n>2?{title:"recommendations.timestamp.neverWeekendWord.title",description:"recommendations.timestamp.neverWeekendWord.description",type:Xn.FACT}:null}getFirstDay(e){const t=e.allCommitsByTimestamp[0],[n,a]=Hn(t.timestamp);return{title:n,description:"recommendations.timestamp.firstCommit.description",type:Xn.FACT,arguments:{description:[a]}}}getLastDay(e){const t=e.allCommitsByTimestamp[e.allCommitsByTimestamp.length-1],[n,a]=Hn(t.timestamp);return{title:n,description:"recommendations.timestamp.lastCommit.description",type:Xn.FACT,arguments:{description:[a]}}}}class sa{getTotalInfo(e){const t=e.type.statistic.filter((e=>e.tasks>20)).length<7;return[this.getBusFactor(e),t?{title:"recommendations.type.fewTypes.title",description:"recommendations.type.fewTypes.description",type:Xn.FACT}:null,{title:"recommendations.type.diff.title",description:"recommendations.type.diff.description",type:Xn.INFO},{title:"recommendations.type.buddy.title",description:"recommendations.type.buddy.description",type:Xn.INFO}].filter((e=>e))}getBusFactor(e){if(e.author.list.length<2)return null;const t=e.type.statistic.filter((t=>{const n=.8*t.commits;return e.author.list.some((e=>t.commitsByAuthors[e]>=n))})).map((e=>e.type));if(!t.length)return null;return t.length>.6*e.type.statistic.length?{title:"recommendations.type.everyHasOne.title",description:["recommendations.type.everyHasOne.description","recommendations.type.common"],type:Xn.WARNING}:{title:"recommendations.type.oneMaintainer.title",description:["recommendations.type.oneMaintainer.description","recommendations.type.common"],type:Xn.ALERT,arguments:{description:["- ".concat(t.join(";\n- "))]}}}}class oa{getTotalInfo(e){if(e.author.list.length<2)return[];const t=e.week.statistic.slice(0,3);return[this.getLazyDays(e,t),this.getTasks(e,t)].filter((e=>e))}getLazyDays(e,t){const n=t.map((e=>e.lazyDaysTotal/e.authorsLength));return n[0]<n[1]&&n[1]<n[2]?{title:"recommendations.week.lazyDays.down.title",description:"recommendations.week.lazyDays.down.description",type:Xn.FACT}:n[0]>n[1]&&n[1]>n[2]?{title:"recommendations.week.lazyDays.up.title",description:"recommendations.week.lazyDays.up.description",type:Xn.ALERT}:null}getTasks(e,t){const n=t.map((e=>e.tasks/e.authorsLength));return n[0]<n[1]&&n[1]<n[2]?{title:"recommendations.week.task.up.title",description:"recommendations.week.task.up.description",type:Xn.FACT}:n[0]>n[1]&&n[1]>n[2]?{title:"recommendations.week.task.down.title",description:"recommendations.week.task.down.description",type:Xn.ALERT}:null}getLazyMaintainer(e,t){const n=t.map((e=>{var t;return null===(t=Object.entries(e.lazyDays).sort(((e,t)=>e[1]-t[1])).pop())||void 0===t?void 0:t[0]}));return n[0]===n[1]===n[2]?{title:n[0],description:"recommendations.week.task.lazyMaintainer.description",type:Xn.ALERT}:null}}class ra{constructor(){this.byScope=new na,this.byAuthor=new ea,this.byType=new sa,this.byWeek=new oa,this.byTimestamp=new aa,this.byHour=new ta,this.personByWeek=new Qn,this.personByTimestamp=new Jn,this.team={},this.person={}}updateTotalInfo(e){this.team={byScope:this.byScope.getTotalInfo(e),byAuthor:this.byAuthor.getTotalInfo(e),byType:this.byType.getTotalInfo(e),byWeek:this.byWeek.getTotalInfo(e),byTimestamp:this.byTimestamp.getTotalInfo(e),byHour:this.byHour.getTotalInfo(e)},this.person={byWeek:this.personByWeek.getTotalInfo(e),byTimestamp:this.personByTimestamp.getTotalInfo(e)}}clear(){this.team={},this.person={}}}class ia{constructor(){this.valueAndCount={}}update(e){this.valueAndCount[e]?this.valueAndCount[e].count+=1:this.valueAndCount[e]={value:e,count:1}}clear(){this.valueAndCount={}}get(){let e=0,t=0;return Object.values(this.valueAndCount).forEach((n=>{t+=n.value*n.count,e+=n.count})),t/e}}function la(e,t){e[t]=(e[t]||0)+1}var ca=(0,fn.Z)("updateCommitByAuthor"),ma=(0,fn.Z)("addCommitByAuthor"),da=(0,fn.Z)("setMoneyByMonth"),ua=(0,fn.Z)("updateMoneyByMonth"),ha=(0,fn.Z)("addMoneyByMonth"),pa=(0,fn.Z)("updateWordStatistics");class fa{constructor(){Object.defineProperty(this,ha,{value:wa}),Object.defineProperty(this,ua,{value:ba}),Object.defineProperty(this,da,{value:va}),Object.defineProperty(this,ma,{value:ya}),Object.defineProperty(this,ca,{value:ga}),this.list=[],this.commits={},this.statistic=[],this.statisticByName={},this.employment={}}clear(){this.list=[],this.commits={},this.statistic=[],this.statisticByName={}}addCommit(e){this.commits[e.author]?(0,pn.Z)(this,ca)[ca](e):(0,pn.Z)(this,ma)[ma](e),(0,pn.Z)(this,da)[da](e)}static getDefaultCommitsByDayAndHour(){return new Array(7).fill(1).map((()=>new Array(24).fill(0)))}updateTotalInfo(e){const t=(null===e||void 0===e?void 0:e.milliseconds)-27648e5;this.employment={staff:[],dismissed:[],active:[]},this.statistic=Object.values(this.commits).sort(((e,t)=>t.commits-e.commits)).map((e=>{const n=e.firstCommit.milliseconds,a=e.lastCommit.milliseconds,s=Object.keys(e.days).length,o=Math.ceil((a-n)/Wn),r=Math.floor(.6222222222222222*o-s)+1,i=Mn.getMiddleSalaryInMonth(e.author,n,a),l=i/22,c=Math.ceil(s*l),m=r>0?Math.ceil(r*l):0,d=Math.ceil(o/30*i),u=Object.entries(e.tasks).filter((e=>e[0])),h=u.map((e=>e[0])),p=u.map((e=>e[1]));e.hours.sort(),e.messageLength.sort();const f=Math.round(e.totalMessageLength/e.commits),g=Object.entries(e.wordStatistics).sort(((e,t)=>t[1]-e[1])),y=s+(r>0?r:0),v=y<20||100*s/y<15,b={...e,tasks:h,scopes:Object.keys(e.scopes).length,daysForTask:v?0:s/h.length,taskInDay:v?0:h.length/s,changesForTask:fa.getMiddleValue(p),days:s,money:v?0:c,allDaysInProject:o,lazyDays:r,daysAll:o,daysLosses:r>0?r:0,daysWorked:s,daysWorkedLosses:s+(r>0?r:0),moneyAll:v?0:d,moneyLosses:v?0:m,moneyWorked:v?0:c,isDismissed:e.lastCommit.milliseconds<t,isStaff:v,middleMessageLength:f,maxMessageLength:e.maxMessageLength,commitsByDayAndHourTotal:fa.getTotalCommitsByDayAndHour(e.commitsByDayAndHour),wordStatistics:g};return this.statisticByName[b.author]=b,b.isStaff?this.employment.staff.push(b.author):b.isDismissed?this.employment.dismissed.push(b.author):this.employment.active.push(b.author),b})),this.list=[...this.employment.active,...this.employment.dismissed,...this.employment.staff],this.statistic.sort(((e,t)=>this.list.indexOf(e.author)-this.list.indexOf(t.author)))}static getMiddleValue(e){const t=e.length,n=Math.round(.05*t),a=t>5?e.sort(((e,t)=>e-t)).slice(n,t-n-1):e;return Math.round(a.reduce(((e,t)=>e+t),0)/a.length)}static getTotalCommitsByDayAndHour(e){const t=e.map((e=>Math.max(...e)));return t.push(Math.min(...t)),t.push(Math.max(...t)),t}}function ga(e){const t=this.commits[e.author];t.commits+=1,t.lastCommit=e,t.days[e.timestamp]=!0,t.tasks[e.task]=e.added+e.changes+e.removed+(t.tasks[e.task]?t.tasks[e.task]:0),la(t.types,e.type),la(t.scopes,e.scope),t.hours.push(e.hours),t.messageLength.push(e.text.length),t.totalMessageLength+=e.text.length||0,t.maxMessageLength=e.text.length>t.maxMessageLength?e.text.length:t.maxMessageLength;try{t.commitsByDayAndHour[e.day][e.hours]+=1}catch(n){}t.commitsByHour[e.hours]+=1,t.wordStatistics=(0,pn.Z)(fa,pa)[pa](e,t.wordStatistics)}function ya(e){const t=fa.getDefaultCommitsByDayAndHour();t[e.day][e.hours]+=1;const n=new Array(24).fill(0);n[e.hours]+=1,this.commits[e.author]={author:e.author,commits:1,firstCommit:e,lastCommit:e,days:{[e.timestamp]:!0},tasks:{[e.task]:e.added+e.changes+e.removed},types:{[e.type]:1},scopes:{[e.scope]:1},hours:[e.hours],commitsByDayAndHour:t,commitsByHour:n,messageLength:[e.text.length||0],totalMessageLength:e.text.length||0,maxMessageLength:e.text.length||0,wordStatistics:(0,pn.Z)(fa,pa)[pa](e),moneyByMonth:{}}}function va(e){const t="".concat(e.year,"-").concat(e.month);this.commits[e.author].moneyByMonth[t]?(0,pn.Z)(this,ua)[ua](e,t):(0,pn.Z)(this,ha)[ha](e,t)}function ba(e,t){const n=this.commits[e.author].moneyByMonth[t];if(n.alreadyAdded[e.milliseconds])return;n.alreadyAdded[e.milliseconds]=!0;n.contract.workDaysInWeek[e.day]?n.workDay+=1:n.weekDay+=1}function wa(e,t){const n=Mn.getEmploymentContract(e.author,e.milliseconds),a=n.workDaysInWeek[e.day];this.commits[e.author].moneyByMonth[t]={workDay:a?1:0,weekDay:a?0:1,alreadyAdded:{[e.milliseconds]:!0},contract:n}}Object.defineProperty(fa,pa,{value:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=2,a={for:1,fix:1};return e.text.toLowerCase().split(" ").forEach((e=>{e.length<=n||a[e]||la(t,e)})),t}});const ka=["commits","daysForTask","daysAll","daysLosses","daysWorked","moneyAll","moneyLosses","moneyWorked"];class _a{constructor(){this.statistic={}}clear(){this.statistic={}}updateTotalInfo(e){const t={...Object.fromEntries(ka.map((e=>[e,0]))),wordStatistics:{},commitsByDayAndHour:fa.getDefaultCommitsByDayAndHour(),commitsByDayAndHourTotal:[]};e.statistic.forEach((e=>{ka.forEach((n=>{t[n]+=e[n]||0})),e.commitsByDayAndHour.forEach(((e,n)=>{e.forEach(((e,a)=>{t.commitsByDayAndHour[n][a]+=e}))})),e.wordStatistics.slice(0,45).forEach((e=>{let[n,a]=e;t.wordStatistics[n]=t.wordStatistics[n]?t.wordStatistics[n]+a:a}))})),t.commitsByDayAndHourTotal=fa.getTotalCommitsByDayAndHour(t.commitsByDayAndHour),t.wordStatistics=Object.entries(t.wordStatistics).sort(((e,t)=>t[1]-e[1])),this.statistic=t}}var xa=(0,fn.Z)("updateCommitByScope"),Ta=(0,fn.Z)("addCommitByScope"),Sa=(0,fn.Z)("getDefaultAuthorForScope");class Ca{constructor(){Object.defineProperty(this,Sa,{value:ja}),Object.defineProperty(this,Ta,{value:Aa}),Object.defineProperty(this,xa,{value:Ea}),this.list=[],this.commits={},this.statistic=[]}clear(){this.list=[],this.commits={},this.statistic=[]}addCommit(e){this.commits[e.scope]?(0,pn.Z)(this,xa)[xa](e):(0,pn.Z)(this,Ta)[Ta](e)}updateTotalInfo(){const e={};this.statistic=Object.values(this.commits).filter((e=>e.commits>5)).sort(((e,t)=>t.commits-e.commits)).map((t=>{let n=0;for(let a in t.authors){const s=t.authors[a],o=Object.keys(s.days).length;e[a]=e[a]||Mn.getCurrentSalaryInMonth(a),n+=o*e[a],t.authors[a]={...s,days:o}}return{...t,days:Object.keys(t.days).length,cost:n,tasks:Object.keys(t.tasks).filter((e=>e))}})),this.list=this.statistic.map((e=>e.scope))}}function Ea(e){const t=this.commits[e.scope];t.commits+=1,t.days[e.timestamp]=!0,t.tasks[e.task]=!0,la(t.types,e.type);const n=t.authors[e.author];n?(n.commits+=1,n.days[e.timestamp]=!0,la(n.types,e.type)):t.authors[e.author]=(0,pn.Z)(this,Sa)[Sa](e)}function Aa(e){this.commits[e.scope]={scope:e.scope,commits:1,days:{[e.timestamp]:!0},tasks:{[e.task]:!0},types:{[e.type]:1},authors:{[e.author]:(0,pn.Z)(this,Sa)[Sa](e)}}}function ja(e){return{commits:1,days:{[e.timestamp]:!0},types:{[e.type]:1}}}const Na=["refactor","feat","chore","code style","style","doc","docs","test","update","improve","add","remove","delete","optimize","rename","eslint","fix"],Da={add:"feat",remove:"refactor",delete:"refactor",update:"refactor",improve:"refactor",optimize:"refactor",rename:"refactor",eslint:"style","code style":"refactor"};function Oa(e,t){let n="",a="";const s=e.replace(t,"").toLowerCase().split(":");return s.length>1&&([n,a]=s[0].split(/[()]/g).map((e=>e.trim()))),n||(n=function(e){const t=Na.find((t=>-1!==e.indexOf(t)));return Da[t||""]||t}(e)),n&&!a&&s.length>1&&(a=function(e){var t;return null===(t=e.replace(/[()]/gim,"").split(",").map((e=>e.trim())))||void 0===t?void 0:t[0]}(s[0].replace(n,""))),n&&(n=n.split(" ").shift()),[n,a]}function Pa(e){return((e||"").match(/(([A-Z]+[-_])|(#)|(gh-)|(GH-))([0-9]+)/gm)||[])[0]||""}function Ra(e){return(e||"").replace(/[^0-9]+/gim,"")}var Ia=(0,fn.Z)("updateCommitByType"),La=(0,fn.Z)("addCommitByType");class Fa{constructor(){Object.defineProperty(this,La,{value:Wa}),Object.defineProperty(this,Ia,{value:Ma}),this.list=[],this.commits={},this.statistic=[]}clear(){this.list=[],this.commits={},this.statistic=[]}addCommit(e){this.commits[e.type]?(0,pn.Z)(this,Ia)[Ia](e):(0,pn.Z)(this,La)[La](e)}updateTotalInfo(){const e=[...Na,"ci"],t=Object.fromEntries(e.map((e=>[e,!0])));this.statistic=Object.values(this.commits).filter((e=>e.commits>5||t[(null===e||void 0===e?void 0:e.type)||""])).map((e=>({...e,tasks:Object.keys(e.tasks).length,days:Object.keys(e.days).length,daysByAuthorsTotal:Object.values(e.daysByAuthors).reduce(((e,t)=>e+Object.keys(t).length),0)}))).sort(((e,t)=>t.days-e.days)),this.list=this.statistic.map((e=>e.type))}}function Ma(e){const t=this.commits[e.type];t.commits+=1,t.days[e.timestamp]=!0,t.tasks[e.task]=!0,la(t.commitsByAuthors,e.author),t.daysByAuthors[e.author]||(t.daysByAuthors[e.author]={}),la(t.daysByAuthors[e.author],e.timestamp)}function Wa(e){this.commits[e.type]={type:e.type,commits:1,days:{[e.timestamp]:!0},tasks:{[e.task]:!0},commitsByAuthors:{[e.author]:1},daysByAuthors:{[e.author]:{[e.timestamp]:!0}}}}class Ba{constructor(){this.min=1/0,this.max=-1/0,this.minData=void 0,this.maxData=void 0}update(e,t){(e||0===e)&&(this.min>e&&(this.min=e,this.minData=t),this.max<e&&(this.max=e,this.maxData=t))}clear(){this.min=1/0,this.max=-1/0,this.minData=void 0,this.maxData=void 0}}var za=(0,fn.Z)("updateCommitByTimestamp"),Ua=(0,fn.Z)("getDefaultCommitByTimestamp"),Ha=(0,fn.Z)("getTotalInfo"),Ga=(0,fn.Z)("getMiddleValue"),Va=(0,fn.Z)("getWeekendPaymentByAuthor");class Ka{constructor(){Object.defineProperty(this,Va,{value:Xa}),Object.defineProperty(this,Ga,{value:Za}),Object.defineProperty(this,Ha,{value:Ya}),Object.defineProperty(this,Ua,{value:$a}),Object.defineProperty(this,za,{value:qa}),this.commits={},this.commitsByAuthor={},this.statistic=[],this.statisticByAuthor={},this.clear()}clear(){this.commits={},this.commitsByAuthor={},this.statistic=[],this.statisticByAuthor={}}addCommit(e){this.commits[e.milliseconds]?(0,pn.Z)(this,za)[za](e,this.commits[e.milliseconds]):this.commits[e.milliseconds]=(0,pn.Z)(this,Ua)[Ua](e),this.commitsByAuthor[e.author]||(this.commitsByAuthor[e.author]={}),this.commitsByAuthor[e.author][e.milliseconds]?(0,pn.Z)(this,za)[za](e,this.commitsByAuthor[e.author][e.milliseconds]):this.commitsByAuthor[e.author][e.milliseconds]=(0,pn.Z)(this,Ua)[Ua](e)}updateTotalInfo(e){this.statistic=(0,pn.Z)(this,Ha)[Ha](this.commits),this.statistic.weekendPayment=0;for(let t in this.commitsByAuthor){const n=(0,pn.Z)(this,Ha)[Ha](this.commitsByAuthor[t]);n.weekendPayment=(0,pn.Z)(this,Va)[Va](n,e.statisticByName[t]),this.statisticByAuthor[t]=n,this.statistic.weekendPayment+=n.weekendPayment}}}function qa(e,t){t.commits+=1,t.addedAndChanges+=e.added+e.changes,la(t.tasks,e.task),t.tasksByAuthor[e.author]||(t.tasksByAuthor[e.author]={}),t.tasksByAuthor[e.author][e.task]?t.tasksByAuthor[e.author][e.task].push(e):t.tasksByAuthor[e.author][e.task]=[e],t.messages.push(e.message)}function $a(e){return{commits:1,day:e.day,dayInMonth:e.dayInMonth,month:e.month,year:e.year,week:e.week,timestamp:e.timestamp,milliseconds:e.milliseconds,tasks:{[e.task]:1},tasksByAuthor:{[e.author]:{[e.task]:[e]}},addedAndChanges:e.added+e.changes,messages:[e.message]}}function Ya(e){const t=Object.values(e),n=new Ba,a=new Ba,s=new Ba,o=new Array(7).fill(0);return t.forEach((e=>{e.tasksInDay=Object.keys(e.tasks).length,o[e.day]+=1,n.update(e.commits,e),a.update(e.addedAndChanges,e),s.update(e.tasksInDay,e)})),{allCommitsByTimestamp:t,commitsByTimestampCounter:n,changesByTimestampCounter:a,tasksByTimestampCounter:s,workByDay:o,weekendPayment:0}}function Za(e,t){const n=e.sort(((e,n)=>n[t]-e[t])),a=Math.floor(.05*n.length);return n.slice(a,n.length-a)}function Xa(e,t){if(t.isStaff)return 0;const n=Mn.getCurrentSalaryInMonth(t.author);return e.workByDay[5]*n+e.workByDay[6]*n}var Ja=(0,fn.Z)("updateCommitByWeek"),Qa=(0,fn.Z)("addCommitByWeek");class es{constructor(){Object.defineProperty(this,Qa,{value:ns}),Object.defineProperty(this,Ja,{value:ts}),this.commits={},this.statistic=[],this.clear()}clear(){this.commits={},this.statistic=[]}addCommit(e){this.commits[e.week]?(0,pn.Z)(this,Ja)[Ja](e):(0,pn.Z)(this,Qa)[Qa](e)}updateTotalInfo(e){this.statistic=Object.values(this.commits).map((t=>{const n={};for(let e in t.authors)n[e]=Object.keys(t.authors[e]).filter((e=>e)).length;const a={},s={},o={};let r=0,i=0,l=0;for(let m in t.workDays){if(e.statisticByName[m].isStaff)continue;l+=1,a[m]=Object.keys(t.workDays[m]).length,r+=a[m];const n=5,c=n-a[m],d=a[m]-n;s[m]=c>0?c:0,o[m]=d>0?d:0,i+=s[m]}const c={};for(let e in t.workDays)c[e]=n[e]&&a[e]?n[e]/a[e]:0;return{...t,tasks:Object.keys(t.tasks).filter((e=>e)).length,authors:n,workDays:a,lazyDays:s,weekDays:o,workDaysTotal:r,lazyDaysTotal:i,taskInDay:c,authorsLength:l,changesLength:t.changes.added+t.changes.changes+t.changes.removed}})).reverse()}}function ts(e){const t=this.commits[e.week];t.commits+=1,t.tasks[e.task]=!0,t.timestamp.to=e.timestamp;const n=(e,t)=>(e[t]||(e[t]={}),e[t]);for(let a in t.changes)t.changes[a]+=e[a]||0;n(t.authors,e.author)[e.task]=!0,n(t.workDays,e.author)[e.day]=!0,t.typeByAuthor[e.author]||(t.typeByAuthor[e.author]={}),la(t.typeByAuthor[e.author],e.type),la(t.types,e.type)}function ns(e){this.commits[e.week]={commits:1,timestamp:{from:e.timestamp},tasks:{[e.task]:!0},types:{[e.type]:1},changes:{added:e.added,changes:e.changes,removed:e.removed},authors:{[e.author]:{[e.task]:!0}},workDays:{[e.author]:{[e.day]:!0}},typeByAuthor:{[e.author]:{[e.type]:1}}}}class as{constructor(){this.isGet={},this.alreadyAdded={},this.getsByAuthor={},this.defaultGets=[],this.statistic=[],this.createDefaultGets(),this.clear()}createDefaultGets(){const e=["1234","12345","123456","1234567","12345678"];for(let t=3;t<7;t++)for(let n=1;n<9;n++){const a=new Array(t).fill(n).join("");e.push(a);const s=new Array(t).fill("0");s[0]=n,e.push(s.join(""))}this.defaultGets=e}clear(){this.isGet=Object.fromEntries(this.defaultGets.map((e=>[e,!0]))),this.alreadyAdded={},this.getsByAuthor={}}addCommit(e){this.isGet[e.taskNumber]&&!this.alreadyAdded[e.taskNumber]&&(this.alreadyAdded[e.taskNumber]=e,this.getsByAuthor[e.author]=this.getsByAuthor[e.author]||[],this.getsByAuthor[e.author].push(e))}}const ss="PR_BITBUCKET",os="PR_GITHUB",rs="PR_GITLAB",is="MERGE",ls="AUTO_MERGE",cs={[ss]:!0,[os]:!0,[rs]:!0};var ms=(0,fn.Z)("addCommitByTaskNumber"),ds=(0,fn.Z)("updateCommitByTaskNumber"),us=(0,fn.Z)("addCommitByPR");class hs{constructor(){Object.defineProperty(this,us,{value:gs}),Object.defineProperty(this,ds,{value:fs}),Object.defineProperty(this,ms,{value:ps}),this.pr={},this.prByTask={},this.lastCommitByTaskNumber={},this.statistic=[],this.statisticByName=[]}clear(){this.pr={},this.prByTask={},this.lastCommitByTaskNumber={},this.statistic=[]}addCommit(e){e.commitType?!this.pr[e.prId]&&cs[e.commitType||""]&&(0,pn.Z)(this,us)[us](e):this.lastCommitByTaskNumber[e.task]?(0,pn.Z)(this,ds)[ds](e):(0,pn.Z)(this,ms)[ms](e)}updateTotalInfo(e){const t=e.employment,n=[...t.active,...t.dismissed],a=Object.fromEntries(n.map((e=>[e,[]])));this.statistic=Object.values(this.pr).filter((e=>e.delay&&e.task)).sort(((e,t)=>t.delay-e.delay)),this.statistic=[],this.statisticByName={},Object.values(this.pr).forEach((e=>{e.delay&&e.task&&(this.statistic.push(e),a[e.firstCommit.author]&&a[e.firstCommit.author].push(e))})),this.statistic.sort(((e,t)=>t.delay-e.delay)),this.updateTotalByAuthor(n,a),this.lastCommitByTaskNumber={}}static getPRByGroups(e,t){const n="page.team.pr.chart.1day",a="page.team.pr.chart.3day",s="page.team.pr.chart.7day",o="page.team.pr.chart.14day",r="page.team.pr.chart.30day",i="page.team.pr.chart.more",l={[n]:0,[a]:0,[s]:0,[o]:0,[r]:0,[i]:0},c=new ia;e.forEach((e=>{const m=e[t];c.update(m),m<=1?l[n]++:m<=2?l[a]++:m<=7?l[s]++:m<=14?l[o]++:m<=30?l[r]++:l[i]++}));const m=Object.keys(l);return{details:l,order:m,weightedAverage:c.get()}}updateTotalByAuthor(e,t){this.statisticByName={},e.map((e=>{let n=0;t[e].forEach((e=>{e.delayDays>n&&(n=e.delayDays)}));const a=hs.getPRByGroups(t[e],"delayDays"),s=parseInt(a.weightedAverage.toFixed(1),10),o=hs.getPRByGroups(t[e],"workDays"),r=parseInt(o.weightedAverage.toFixed(1),10);this.statisticByName[e]={author:e,maxDelayDays:n,numberMergedPr:t[e].length,workDays:o.details,delayDays:a.details,weightedAverage:r+s,weightedAverageDetails:{workDays:r,delayDays:s}}}))}}function ps(e){this.lastCommitByTaskNumber[e.task]={commits:1,beginTaskTime:e.milliseconds,endTaskTime:e.milliseconds,commitsByAuthors:{[e.author]:1},firstCommit:e}}function fs(e){const t=this.lastCommitByTaskNumber[e.task];t.endTaskTime=e.milliseconds,t.commits+=1,la(t.commitsByAuthors,e.author)}function gs(e){const t=this.lastCommitByTaskNumber[e.task];if(t){delete this.lastCommitByTaskNumber[e.task];const n=e.milliseconds-t.endTaskTime,a=t.endTaskTime-t.beginTaskTime;this.pr[e.prId]={...e,...t,delay:n,delayDays:n/864e5,workDays:0===a?1:a/864e5},this.prByTask[e.task]=e.prId}else this.pr[e.prId]={...e}}var ys=(0,fn.Z)("updateCommitByTask"),vs=(0,fn.Z)("addCommitByTask");class bs{constructor(){Object.defineProperty(this,vs,{value:ks}),Object.defineProperty(this,ys,{value:ws}),this.commits={},this.statistic=[],this.longTaskByAuthor={}}clear(){this.commits={},this.statistic=[],this.longTaskByAuthor={}}addCommit(e){this.commits[e.task]?(0,pn.Z)(this,ys)[ys](e):(0,pn.Z)(this,vs)[vs](e)}updateTotalInfo(e){this.statistic=Object.entries(this.commits).map((t=>{let[n,a]=t;const s=a[0],o=a[a.length-1],r=s.milliseconds,i=e.prByTask[n]?e.pr[e.prByTask[n]]:null,l={task:n,author:s.author,from:r,commits:1,daysInWork:1,prDate:null===i||void 0===i?void 0:i.milliseconds,prDelayDays:null===i||void 0===i?void 0:i.delayDays,prAuthor:s.author===(null===i||void 0===i?void 0:i.author)?null:null===i||void 0===i?void 0:i.author,comments:s.text,types:s.type&&"\u2014"!==s.type?[s.type]:[],scope:s.scope&&"\u2014"!==s.scope?[s.scope]:[]};if(1===a.length)return l;const c=new Set,m=new Set,d=new Set,u=new Set;a.forEach((e=>{c.add(e.author),m.add(e.text),"\u2014"!==e.type&&d.add(e.type),"\u2014"!==e.scope&&u.add(e.scope)}));const h=Array.from(m).join(", "),p=o.milliseconds,f=Math.ceil((p-r)/Wn)+1,g=this.longTaskByAuthor[l.author];return(!g||g<f)&&(this.longTaskByAuthor[l.author]=f),{...l,to:p!==r?p:void 0,commits:a.length,daysInWork:f,authors:Array.from(c),comments:h,types:Array.from(d),scope:Array.from(u)}})).filter((e=>e.task)).sort(((e,t)=>t.from-e.from)),this.commits={}}}function ws(e){this.commits[e.task].push(e)}function ks(e){this.commits[e.task]=[e]}function _s(e,t,n){const a=t.milliseconds,s=e.milliseconds,o=(a-s)/Wn-(n||0);return a!==s&&o>0?o:0}var xs=(0,fn.Z)("updateRelease"),Ts=(0,fn.Z)("addRelease");class Ss{constructor(){Object.defineProperty(this,Ts,{value:Es}),Object.defineProperty(this,xs,{value:Cs}),this.release={},this.statistic=[],this.lastPrList=[],this.statisticByName=[]}clear(){this.release={},this.statistic=[],this.lastPrList=[]}addCommit(e){e.commitType===ls?this.release[e.branch]?(0,pn.Z)(this,xs)[xs](e):(0,pn.Z)(this,Ts)[Ts](e):e.commitType!==os&&e.commitType!==ss||this.lastPrList.push(e)}updateTotalInfo(){let e=null;this.lastPrList=[],this.statistic=Object.entries(this.release).sort(((e,t)=>e[1].firstCommit.milliseconds-t[1].firstCommit.milliseconds)).map((t=>{const n=t[1];return n.to=n.from!==n.to&&n.to?n.lastCommit.date:null,n.from=n.firstCommit.date,e&&(e.waitingInDays=_s(e.lastCommit,n.firstCommit,1)),e=n,n})).reverse()}}function Cs(e){const t=this.release[e.branch];t.lastCommit=e,t.to=e.timestamp,t.delayInDays=_s(t.firstCommit,e)||t.delayInDays}function Es(e){if(!e.branch)return;const t=e.branch.lastIndexOf("release");if(-1===t)return;const n=e.branch.substring(t+7).replace(/([^\w.]*)/,"").trim();this.release[e.branch]={title:n,firstCommit:e,lastCommit:e,from:e.timestamp,to:null,delayInDays:0,waitingInDays:0,pr:this.lastPrList,prLength:this.lastPrList.length},this.lastPrList=[]}const As=new class{constructor(){this.firstLastCommit=new Ba,this.author=new fa,this.team=new _a,this.scope=new Ca,this.type=new Fa,this.timestamp=new Ka,this.week=new es,this.recommendations=new ra,this.get=new as,this.pr=new hs,this.tasks=new bs,this.release=new Ss}clear(){this.firstLastCommit.clear(),this.author.clear(),this.team.clear(),this.scope.clear(),this.type.clear(),this.timestamp.clear(),this.week.clear(),this.recommendations.clear(),this.get.clear(),this.pr.clear(),this.tasks.clear(),this.release.clear()}addCommit(e){"GitHub"!==e.author&&(this.pr.addCommit(e),this.release.addCommit(e),e.commitType||(this.firstLastCommit.update(e.milliseconds,e),this.author.addCommit(e),this.scope.addCommit(e),this.type.addCommit(e),this.timestamp.addCommit(e),this.get.addCommit(e),this.week.addCommit(e),this.tasks.addCommit(e)))}updateTotalInfo(){this.author.updateTotalInfo(this.firstLastCommit.maxData),this.team.updateTotalInfo(this.author),this.scope.updateTotalInfo(),this.type.updateTotalInfo(),this.timestamp.updateTotalInfo(this.author),this.week.updateTotalInfo(this.author),this.recommendations.updateTotalInfo(this),this.pr.updateTotalInfo(this.author),this.tasks.updateTotalInfo(this.pr),this.release.updateTotalInfo()}};class js{static getProps(e,t){return{path:e.path,action:e.action,firstCommit:t,lastCommit:t}}static updateProps(e,t,n){e.action=t.action,e.lastCommit=n}static updateTotal(e){const{name:t,type:n,extension:a}=function(e){var t,n;const a=(null===(t=e||"")||void 0===t||null===(n=t.split("/"))||void 0===n?void 0:n.pop())||"",s=a.split(".")||[],o=s[s.length-1]||"";return{name:a,type:s.length>2?s[s.length-2]:"",extension:o}}(null===e||void 0===e?void 0:e.path);e.name=t,e.type=n,e.extension=a;const s=e.path.split("/");s.pop(),e.path=s}}function Ns(e,t){const n=100/t,a={};for(let o in e){var s;if(e[o])a[o]=Math.round((null!==(s=e[o])&&void 0!==s?s:100)*n)}return a}class Ds{static getProps(e,t){return{lines:e.addedLines,addedLines:e.addedLines,removedLines:e.removedLines,changedLines:e.changedLines,addedLinesByAuthor:{[t.author]:e.addedLines},removedLinesByAuthor:{[t.author]:e.removedLines},changedLinesByAuthor:{[t.author]:e.changedLines}}}static updateProps(e,t,n){e.lines+=t.addedLines,e.lines-=t.removedLines,e.addedLines+=t.addedLines,e.removedLines+=t.removedLines,e.changedLines+=t.changedLines,e.addedLinesByAuthor[n.author]=e.addedLinesByAuthor[n.author]?e.addedLinesByAuthor[n.author]+t.addedLines:t.addedLines,e.removedLinesByAuthor[n.author]=e.removedLinesByAuthor[n.author]?e.removedLinesByAuthor[n.author]+t.removedLines:t.removedLines,e.changedLinesByAuthor[n.author]=e.changedLinesByAuthor[n.author]?e.changedLinesByAuthor[n.author]+t.changedLines:t.changedLines}static updateTotal(e){e.addedByAuthorInPercent=Ns(e.addedLinesByAuthor,e.addedLines),e.removedByAuthorInPercent=Ns(e.removedLinesByAuthor,e.removedLines),e.changedByAuthorInPercent=Ns(e.changedLinesByAuthor,e.changedLines)}}var Os=(0,fn.Z)("getNewDirtyFile"),Ps=(0,fn.Z)("updateDirtyFile"),Rs=(0,fn.Z)("renameFile"),Is=(0,fn.Z)("removeFile");class Ls{constructor(){Object.defineProperty(this,Is,{value:Bs}),Object.defineProperty(this,Rs,{value:Ws}),Object.defineProperty(this,Ps,{value:Ms}),Object.defineProperty(this,Os,{value:Fs}),this.list=[],this.refFileIds={},this.refRemovedFileIds={},this.refExtensionType={}}clear(){this.list=[],this.refFileIds={},this.refRemovedFileIds={}}addCommit(e,t){let n=this.refFileIds[e.id]||this.refFileIds[e.newId||""];n?(0,pn.Z)(this,Ps)[Ps](n,e,t):(n=(0,pn.Z)(this,Os)[Os](e,t),this.refFileIds[e.id]=n),e.newId&&(0,pn.Z)(this,Rs)[Rs](n,e.newId)}updateTotalInfo(e){this.list=Object.values(this.refFileIds),this.list.forEach((t=>{const n=t;js.updateTotal(n),Ds.updateTotal(n),n.type&&(this.refExtensionType[n.extension]||(this.refExtensionType[n.extension]={}),this.refExtensionType[n.extension][n.type]=this.refExtensionType[n.extension][n.type]?this.refExtensionType[n.extension][n.type]+1:1),0!==n.lines&&"D"!==n.action&&"A"!==n.action||(0,pn.Z)(this,Is)[Is](n),e&&e(n)}))}}function Fs(e,t){const n=js.getProps(e,t),a=Ds.getProps(e,t);return{id:e.id,...n,...a}}function Ms(e,t,n){js.updateProps(e,t,n),Ds.updateProps(e,t,n)}function Ws(e,t){this.refFileIds[t]=this.refFileIds[e.id],delete this.refFileIds[e.id],e.id=t}function Bs(e){e.action="D",this.refRemovedFileIds[e.id]=this.refFileIds[e.id],this.refRemovedFileIds[e.id].action="D",delete this.refFileIds[e.id]}const zs=[".eslintrc",".gitignore","package.json","package-lock.json","tsconfig.json"];var Us=(0,fn.Z)("getNewExtension");class Hs{constructor(e){Object.defineProperty(this,Us,{value:Gs}),this.statistic=[],this.statisticByName={},this.property="",this.property=e||"extension"}clear(){this.statistic=[],this.statisticByName={}}addFile(e){const t=null===e||void 0===e?void 0:e.extension;if(!t||zs.includes(e.name))return;this.statisticByName[t]||(this.statisticByName[t]=(0,pn.Z)(this,Us)[Us](e));const n=this.statisticByName[t];"D"===e.action?(n.removedFiles.push(e),n.removedCount+=1):(n.files.push(e),n.count+=1)}updateTotalInfo(){this.statistic=Object.entries(this.statisticByName).sort(((e,t)=>t[1].count-e[1].count)).map((e=>e[1]))}}function Gs(e){var t;return{extension:null===e||void 0===e?void 0:e.extension,task:null===e||void 0===e||null===(t=e.firstCommit)||void 0===t?void 0:t.task,path:null===e||void 0===e?void 0:e.name,files:[],count:0,removedFiles:[],removedCount:0}}var Vs=(0,fn.Z)("getNewType");class Ks{constructor(){Object.defineProperty(this,Vs,{value:qs}),this.statistic=[],this.statisticByName={}}clear(){this.statistic=[],this.statisticByName={}}addFile(e){var t;const n=null===e||void 0===e?void 0:e.type;if(!n||"."===(null===e||void 0===e||null===(t=e.name)||void 0===t?void 0:t[0]))return;this.statisticByName.hasOwnProperty(n)||(this.statisticByName[n]=(0,pn.Z)(this,Vs)[Vs](e));const a=this.statisticByName[n];a.extension[null===e||void 0===e?void 0:e.extension]=a.extension[null===e||void 0===e?void 0:e.extension]?a.extension[null===e||void 0===e?void 0:e.extension]+1:1,"D"===e.action?(a.removedFiles.push(e),a.removedCount+=1):(a.files.push(e),a.count+=1)}updateTotalInfo(){this.statistic=Object.entries(this.statisticByName).sort(((e,t)=>t[1].count-e[1].count)).map((e=>e[1]))}}function qs(e){var t;return{type:null===e||void 0===e?void 0:e.type,task:null===e||void 0===e||null===(t=e.firstCommit)||void 0===t?void 0:t.task,path:null===e||void 0===e?void 0:e.name,extension:{[null===e||void 0===e?void 0:e.extension]:1},files:[],count:0,removedFiles:[],removedCount:0}}function $s(e,t,n){return{id:Math.random(),name:e||"",path:t||[],pathString:"".concat((t||[]).join("/"),"/").concat(e||""),content:{},lines:(null===n||void 0===n?void 0:n.lines)||0,addedLines:(null===n||void 0===n?void 0:n.addedLines)||0,removedLines:(null===n||void 0===n?void 0:n.removedLines)||0,changedLines:(null===n||void 0===n?void 0:n.changedLines)||0,addedLinesByAuthor:{...(null===n||void 0===n?void 0:n.addedLinesByAuthor)||{}},removedLinesByAuthor:{...(null===n||void 0===n?void 0:n.removedLinesByAuthor)||{}},changedLinesByAuthor:{...(null===n||void 0===n?void 0:n.changedLinesByAuthor)||{}},addedByAuthorInPercent:{},removedByAuthorInPercent:{},changedByAuthorInPercent:{},firstCommit:(null===n||void 0===n?void 0:n.firstCommit)||null,lastCommit:(null===n||void 0===n?void 0:n.firstCommit)||null}}class Ys{constructor(){this.tree=$s(),this.folders=[],this.addedFoldersByAuthor={}}clear(){this.tree=$s(),this.folders=[]}addFile(e){let t=this.tree.content;e.path.forEach(((n,a)=>{let s=t[n];if(s&&s.content)!function(e,t){e.lastCommit=t.lastCommit,e.lines+=t.lines,e.addedLines+=t.addedLines||0,e.removedLines+=t.removedLines||0,e.changedLines+=t.changedLines||0;for(let n in t.addedLinesByAuthor)e.addedLinesByAuthor[n]=e.addedLinesByAuthor[n]?e.addedLinesByAuthor[n]+t.addedLinesByAuthor[n]:t.addedLinesByAuthor[n];for(let n in t.removedLinesByAuthor)e.removedLinesByAuthor[n]=e.removedLinesByAuthor[n]?e.removedLinesByAuthor[n]+t.removedLinesByAuthor[n]:t.removedLinesByAuthor[n];for(let n in t.changedLinesByAuthor)e.changedLinesByAuthor[n]=e.changedLinesByAuthor[n]?e.changedLinesByAuthor[n]+t.changedLinesByAuthor[n]:t.changedLinesByAuthor[n]}(s,e);else{const s=e.path.slice(0,a);t[n]=$s(n,s,e),this.folders.push(t[n])}t=t[n].content})),t[e.name]=e}updateTotalInfo(){this.folders.forEach((e=>{var t;e.addedByAuthorInPercent=Ns(e.addedLinesByAuthor,e.addedLines),e.removedByAuthorInPercent=Ns(e.removedLinesByAuthor,e.removedLines),e.changedByAuthorInPercent=Ns(e.changedLinesByAuthor,e.changedLines);const n=(null===(t=e.firstCommit)||void 0===t?void 0:t.author)||"";this.addedFoldersByAuthor[n]||(this.addedFoldersByAuthor[n]=[]),this.addedFoldersByAuthor[n].push(e.pathString)})),this.folders=[]}}var Zs=(0,fn.Z)("addCommitByAuthor"),Xs=(0,fn.Z)("updateCommitByAuthor");class Js{constructor(){Object.defineProperty(this,Xs,{value:eo}),Object.defineProperty(this,Zs,{value:Qs}),this.statisticByName={},this.totalAddedFiles=0}clear(){this.statisticByName={}}addFile(e){var t,n,a;const s=(null===e||void 0===e||null===(t=e.firstCommit)||void 0===t?void 0:t.author)||"",o=(null===e||void 0===e||null===(n=e.lastCommit)||void 0===n?void 0:n.author)||"";(s||o)&&"."!==(null===e||void 0===e||null===(a=e.name)||void 0===a?void 0:a[0])&&((0,pn.Z)(this,Zs)[Zs](s),(0,pn.Z)(this,Zs)[Zs](o),(0,pn.Z)(this,Xs)[Xs](e,s,o))}updateTotalInfo(){this.totalAddedFiles=Object.values(this.statisticByName).reduce(((e,t)=>e+t.addedFiles),0)}}function Qs(e){this.statisticByName[e]||(this.statisticByName[e]={addedFiles:0,removedFiles:0,addedWithoutRemoveFiles:0})}function eo(e,t,n){const a=this.statisticByName[t],s=this.statisticByName[n];a.addedWithoutRemoveFiles+=1,"D"===e.action?s.removedFiles+=1:a.addedFiles+=1}const to=new class{constructor(){this.files=new Ls,this.extension=new Hs,this.type=new Ks,this.tree=new Ys,this.removedTree=new Ys,this.author=new Js}clear(){this.files.clear(),this.extension.clear(),this.type.clear(),this.tree.clear(),this.removedTree.clear(),this.author.clear()}addCommit(e){var t;null!==e&&void 0!==e&&null!==(t=e.fileChanges)&&void 0!==t&&t.length&&e.fileChanges.forEach((t=>{this.files.addCommit(t,e)}))}updateTotalInfo(){this.files.updateTotalInfo((e=>{this.extension.addFile(e),this.type.addFile(e),this.author.addFile(e),"D"!==e.action?this.tree.addFile(e):this.removedTree.addFile(e)})),this.extension.updateTotalInfo(),this.type.updateTotalInfo(),this.author.updateTotalInfo(),this.tree.updateTotalInfo(),this.removedTree.updateTotalInfo()}},no={master:!0,dev:!0,develop:!0};let ao=new Date;function so(e,t){var n;const a=e.split(">"),s=a.shift()||"";let o=new Date(s);isNaN(o.getDay())&&(console.log('PARSE ERROR: Date parse error for: "'.concat(e,'"')),o=ao),ao=o;const r=o.getDay()-1,i=s.split("T")[0];let l=(null===(n=a.shift())||void 0===n?void 0:n.replace(/[._]/gm," "))||"",c=a.shift()||"";/@/gim.test(c)||(c="");const m=l.replace(/\s|\t/gm,"");m&&t[m]&&t[m]!==l&&(console.log('PARSE WARNING: Rename "'.concat(l,'" to "').concat(t[m],'"')),l=t[m]),c&&t[c]&&t[c]!==l&&(console.log('PARSE WARNING: Rename "'.concat(l,'" to "').concat(t[c],'" by "').concat(c,'"')),l=t[c]),l&&t[l]&&t[l]!==c&&(console.log('PARSE WARNING: Rename "'.concat(c,'" to "').concat(t[l],'" by "').concat(l,'"')),c=t[l]),t[c]=l,t[l]=c,t[m]=l;const d=a.join(">"),u={date:s,day:r<0?6:r,dayInMonth:o.getDate(),hours:o.getHours(),minutes:o.getMinutes(),month:o.getMonth(),year:o.getUTCFullYear(),week:0,timestamp:i,milliseconds:new Date(i).getTime(),author:l,email:c,message:d,text:"",type:"\u2014",scope:"\u2014",fileChanges:[]},h=0===d.indexOf("Pull request #"),p=0===d.indexOf("Merge pull request #"),f=0===d.indexOf("Merge branch "),g=0===d.indexOf("Merge commit ")||0===d.indexOf("Merge remote-tracking branch"),y=0===d.indexOf("Automatic merge from");if(h||p||g||f||y){let e,t,n,a,s,o,r=is;if(p)r=os,[,e,t,n,a]=d.replace(/(Merge\spull\srequest\s#)|(\sfrom\s)|(\sin\s)|(\sto\s)/gim,",").split(","),s=Pa(n);else if(h){r=ss;const t=d.substring(14,1/0).split(":");e=t.shift(),s=Pa(t.join(":"))}else y?(r=ls,[,n,a]=d.replace(/(Automatic\smerge\sfrom\s)|(\s->\s)/gim,",").replace(/(Merge\sremote-tracking\sbranch\s')|('\sinto\s)/gim,",").split(",")):f&&(r=rs,[,n,a]=d.replace(/'/gim,"").replace(/(Merge\sbranch\s)|(\sinto\s)/gim,",").split(","),a&&no[a]&&(s=Pa(n)||"#".concat(Ra(n)),e=s));return o=Ra(s),{...u,prId:e||"",task:s||"",taskNumber:o||"",repository:t||"",branch:n||"",toBranch:a||"",commitType:r}}const v=(d||"").indexOf(":"),b=v>1?d.substring(v+2).trim():d,w=Pa(d),k=Ra(w),[_,x]=Oa(d,w);return{...u,task:w,taskNumber:k,text:b,type:_||"\u2014",scope:x||"\u2014",changes:0,added:0,removed:0}}function oo(e){let[t,n,a]=e.split("\t"),s=parseInt(t,10)||0,o=parseInt(n,10)||0,r=0;return s>o?(s-=o,r=o,o=0):o>s?(o-=s,r=s,s=0):(r=s,s=0,o=0),{path:a,addedLines:s,removedLines:o,changedLines:r}}function ro(e){const t=e[35];return{path:e.split("\t")[1],action:t}}function io(e){const[t,n]=function(e){const t=e.replace(/"/gm,"").replace(/\/\//gm,"/"),n=t.split(/(?:\{)|(?:\s=>\s)|(?:})/gm);if(2!==n.length&&4!==n.length)return[t];2===n.length&&n.unshift("");let a="".concat(n[0]||"").concat(n[1]||"").concat(n[3]||""),s="".concat(n[0]||"").concat(n[2]||"").concat(n[3]||"");return n[1]||(a=a.replace(/\/\//gm,"/")),n[2]||(s=s.replace(/\/\//gm,"/")),[a,s]}(e),a=t.toLowerCase(),s=null===n||void 0===n?void 0:n.toLowerCase();return{id:a,newId:s&&a!==s?s:void 0,path:n||t,action:"",addedLines:0,removedLines:0,changedLines:0}}function lo(e,t){e.added+=t.addedLines||0,e.removed+=t.removedLines||0,e.changes+=t.changedLines||0}var co;!function(e){e.FRONT="Front",e.IOS="IOS",e.ANDROID="Android",e.BACK="Back",e.CONFIG="Config",e.DESIGN="Design"}(co||(co={}));const mo={js:co.FRONT,ts:co.FRONT,tsx:co.FRONT,vue:co.FRONT,css:co.FRONT,less:co.FRONT,scss:co.FRONT,cjs:co.FRONT,html:co.FRONT,jsp:co.FRONT,swift:co.IOS,kt:co.ANDROID,java:co.ANDROID,php:co.BACK,perl:co.BACK,py:co.BACK,rb:co.BACK,c:co.BACK,h:co.BACK,xml:co.CONFIG,json:co.CONFIG,yml:co.CONFIG,csv:co.DESIGN,png:co.DESIGN,jpg:co.DESIGN,jpeg:co.DESIGN,gif:co.DESIGN,webp:co.DESIGN};function uo(e,t,n){var a,s,o;if(!n.length)return(0,xe.t)("common.title");const r=function(e){var t;const n=(null===(t=e.extension.statistic)||void 0===t?void 0:t[0])||{},a=(null===n||void 0===n?void 0:n.extension)||"",s=mo[a];var o,r,i;return s===co.ANDROID?(null===(o=e.extension.statisticByName)||void 0===o||null===(r=o.xml)||void 0===r||null===(i=r.files)||void 0===i?void 0:i.AndroidManifest)?co.ANDROID:co.BACK:s||a.toUpperCase()}(t)||"",i=(null===(a=e.pr.statistic)||void 0===a||null===(s=a[0])||void 0===s?void 0:s.task)||"",l=e.firstLastCommit.minData.author||"",c=(null===n||void 0===n||null===(o=n[0])||void 0===o?void 0:o.year)||"",m=i.split("-").shift().toUpperCase()||"",d=l.split(" ").shift()||"";return"".concat(r," ").concat(m," (").concat(c,", ").concat(d,")")}var ho=__webpack_require__(575);const po=["Fyodor Dostoevsky","Dante Alighieri","Lev Tolstoy","Victor Hugo","William Shakespeare","Johann Wolfgang von Goethe","Miguel de Cervantes y Saavedra","Italo Calvino","Stendhal","Charles Baudelaire","Marcel Proust","Giovanni Boccaccio","Alexander Pushkin","Jalaluddin Muhammad Rumi","Franz Kafka","Anton Chekhov","Gabriel Garc\xeda M\xe1rquez","Umberto Eco","J.R.R. Tolkien","William Faulkner","Aesop","Arthur Rimbaud","Aristophanes","Ivan Turgenev","Sophocles","Moli\xe8re","Charles Dickens","Maxim Gorky","George Orwell","Edgar Allan Poe","Publius Vergilius Maro","Julio Cort\xe1zar","Nazim Hikmet","Oscar Wilde","Jean de La Fontaine","Rainer Maria Rilke","Lord Byron","Hans Christian Andersen","Thomas Mann","Alexandre Dumas","James Joyce","Louis-Ferdinand C\xe9line","Boris Pasternak","Federico Garc\xeda Lorca","Pablo Neruda","Borges","Beaumarchais","Naguib Mahfouz","Ursula K. Le Guin","Nikolay Gogol","Honor\xe9 de Balzac","Ernest Hemingway","Neil Gaiman","Jean Racine","Albert Camus","Jean-Paul Sartre","Chingiz Aitmatov","John Steinbeck","Milan Kundera","Jules Verne","Mark Twain","Francois Rabelais","Yasar Kemal","George Bernard Shaw","Arthur Conan Doyle","Jane Austen","Geoffrey Chaucer","Antoine de Saint-Exup\xe9ry","Erich Maria Remarque","J.D. Salinger","Virginia Woolf","Louis Aragon","Herman Melville","Alphonse Daudet","Mikhail Sholokhov","Stefan Zweig","Jos\xe9 Saramago","Bertolt Brecht","Mario Vargas Llosa","T.S. Eliot","Guy de Maupassant","John Keats","Sabahattin Ali","Ahmet Hamdi Tanpinar","John Fante","Henri-Fr\xe9d\xe9ric Blanc","Isaac Asimov","Fitzgerald Scott","J.M. Coetzee","Kazuo Ishiguro","Hermann Hesse","Robert Louis Stevenson","Salman Rushdie","Mario Vargas Llosa","Aldous Huxley","Paul Val\xe9ry","Thomas Pynchon","H.P. Lovecraft","Haruki Murakami","Nikos Kazantzakis"],fo=po.map(((e,t)=>e.replace(/([\s.]+)|([^A-Za-z]+)/gim,"-").toLowerCase()+t+"@yahoo.com")),go="axeurtyqwpsdfghjklzcvbnm".split("").map((e=>new Array(5).fill(e.toUpperCase()).join("")));class yo{constructor(e){this.refOldNewName={},this.dictionary=[],this.index=0,this.dictionary=e}get(e){return this.refOldNewName[e]||(this.refOldNewName[e]=this.dictionary[this.index]||"".concat(Math.random()),this.index+=1),this.refOldNewName[e]}}class vo{constructor(){this.fakeName=null,this.fakeEmail=null,this.fakeTaskPrefix=null,this.fakeName=new yo(po),this.fakeEmail=new yo(fo),this.fakeTaskPrefix=new yo(go)}getCommit(e){const t=this.fakeName.get(e.author),n=this.fakeEmail.get(e.author);if(!e.task)return{...e,author:t,email:n};const a=e.task.split(/[-_\s:#=]+/gim).shift()||"",s=this.fakeTaskPrefix.get(a),o=e.task.replace(a,s),r=e.message.replace(a,s),i=e.branch?e.branch.replace(a,s):void 0,l=e.toBranch?e.toBranch.replace(a,s):void 0;return{...e,task:o,message:r,author:t,email:n,branch:i,toBranch:l}}}const bo=new class{constructor(){this.defaultFrom="",this.defaultTo="",this.from="",this.to="",this.lastCommitTime=0,(0,Gt.rC)(this,{defaultFrom:Gt.LO,defaultTo:Gt.LO,from:Gt.LO,to:Gt.LO,updateByCommits:Gt.aD,setFilterByDateType:Gt.aD,updateProperty:Gt.aD})}updateByCommits(e,t){this.defaultFrom=e.timestamp,this.defaultTo=t.timestamp,this.from=this.defaultFrom,this.to=this.defaultTo,this.lastCommitTime=new Date(this.defaultTo).getTime()}setFilterByDateType(e){const t={year:365,halfYear:183,month:30,week:7,day:1}[e];this.from=t?new Date(this.lastCommitTime-Wn*t).toISOString().split("T")[0]:this.defaultFrom,this.to=this.defaultTo}updateProperty(e,t){this[e]=null!==t&&void 0!==t?t:null}},wo=bo;let ko;!function(e){e.WAITING="waiting",e.PROCESSING="processing",e.DONE="done"}(ko||(ko={}));var _o=(0,fn.Z)("updateRender");function xo(){this.dataGrip=null,this.dataGrip=As,this.fileGrip=null,this.fileGrip=to,this.hash=Math.random()}const To=new class{constructor(){Object.defineProperty(this,_o,{value:xo}),this.commits=[],this.dataGrip=null,this.fileGrip=null,this.hash=0,this.isDepersonalized=!1,this.status=ko.PROCESSING,(0,Gt.rC)(this,{commits:Gt.LO,dataGrip:Gt.LO,hash:Gt.LO,isDepersonalized:Gt.LO,status:Gt.LO,setCommits:Gt.aD,depersonalized:Gt.aD,updateStatistic:Gt.aD})}setCommits(e){As.clear(),to.clear();const t=function(e){let t=null;const n=[];let a={},s={},o=null,r=0;for(let i=0,l=e.length;i<l;i+=1){const l=e[i];if(!l)continue;const c=l.indexOf("\t");if(c>0&&c<10){const e=oo(l);s[e.path]||(s[e.path]=io(e.path)),o=s[e.path],o.addedLines=e.addedLines,o.removedLines=e.removedLines,o.changedLines=e.changedLines,lo(t,e)}else if(":"===l[0]){const e=ro(l);s[e.path]||(s[e.path]=io(e.path)),o=s[e.path],o.action=e.action}else{t&&(t.fileChanges=Object.values(s)),s={},t=so(l,a);const e=t.milliseconds-t.day*Wn;r?t.week=Math.floor((r-e)/6048e5):r=e,n.push(t)}}return n}(e||[]);var n,a;t.sort(((e,t)=>e.milliseconds-t.milliseconds)),t.forEach((e=>{As.addCommit(e),to.addCommit(e)})),to.updateTotalInfo(),this.commits=t,this.status=this.commits.length?ko.DONE:ko.WAITING,this.status===ko.DONE&&(wo.updateByCommits(As.firstLastCommit.minData,As.firstLastCommit.maxData),n=As.firstLastCommit.minData,a=As.firstLastCommit.maxData,On={from:n.timestamp,to:a.timestamp},As.updateTotalInfo(),Dn.updateByGrip(As,to)),(0,pn.Z)(this,_o)[_o](),console.dir(this.dataGrip),console.dir(this.fileGrip),ho.C.title||(document.title=uo(this.dataGrip,this.fileGrip,this.commits))}depersonalized(e){this.isDepersonalized=!!e,setTimeout((()=>{this.updateStatistic()}),100)}updateStatistic(){As.clear(),to.clear();const e=new vo;this.commits.forEach((t=>{if(t.timestamp<wo.from||t.timestamp>wo.to)return;const n=this.isDepersonalized?e.getCommit(t):t;As.addCommit(n),to.addCommit(n)})),console.log(e.fakeTaskPrefix),to.updateTotalInfo(),As.updateTotalInfo(),Dn.updateByGrip(As,to),(0,pn.Z)(this,_o)[_o]()}},So=To;var Co=__webpack_require__(806);const Eo="DropZone_dropzone__HIhqp",Ao="DropZone_dropzone_title__e1AHm";var jo=__webpack_require__(184);const No=function(e){let{onChange:n}=e;const[a,s]=(0,t.useState)(!1);return(0,t.useEffect)((()=>{const e=(0,Co.ae)(s,n),t=(0,Co.C4)(s);return document.body.addEventListener("drop",e),document.body.addEventListener("dragover",t),()=>{document.body.removeEventListener("drop",e),document.body.removeEventListener("dragover",t)}}),[]),a?(0,jo.jsx)("div",{className:Eo,children:(0,jo.jsx)("p",{className:Ao,children:"Drop file here"})}):(0,jo.jsx)(jo.Fragment,{})},Do={ui_kit_button:"button_ui_kit_button__OHQLm",ui_kit_button_slim:"button_ui_kit_button_slim__Hrwc3",ui_kit_button_second:"button_ui_kit_button_second__Ligsa",ui_kit_button_border:"button_ui_kit_button_border__EQogY",ui_kit_button_link:"button_ui_kit_button_link__yROBp",disabled:"button_disabled__OiFTx",ui_kit_button_full_size:"button_ui_kit_button_full_size__244ht",ui_kit_button_menu:"button_ui_kit_button_menu__z0SXT"};function Oo(e){return{link:Do.ui_kit_button_link,slim:Do.ui_kit_button_slim,second:Do.ui_kit_button_second,primary:Do.ui_kit_button_primary,border:Do.ui_kit_button_border,full_size:Do.ui_kit_button_full_size}[e||""]||""}function Po(e,t){let n="";return n=Array.isArray(e)?e.map(Oo).join(" "):Oo(e||"primary"),t&&(n+=" ".concat(Do.disabled)),n}const Ro=function(e){let{title:t,mode:n,disabled:a,className:s,onClick:o,children:r}=e;const i=Po(n,a);return(0,jo.jsx)("button",{title:t,className:"".concat(Do.ui_kit_button," ").concat(i||""," ").concat(s||""),onClick:()=>{o&&o()},children:r})},Io=navigator.userAgent||navigator.vendor||window.opera||"",Lo=/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(Io)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(Io.substr(0,4))||window.innerWidth<700;let Fo=document.body.style.overflow;function Mo(){document.body.style.overflow=Fo}function Wo(e){Fo=document.body.style.overflow,document.body.style.overflow="hidden",e&&setTimeout(Mo,e)}const Bo={on:Mo,off:Wo,useOnOff:function(){return Wo(),()=>{Mo()}}},zo="Locker_locker__3l3k8",Uo="Locker_locker_icon__UedHk",Ho="Locker_locker_border__UGPBw",Go="Locker_locker_center__m4kgg",Vo="Locker_locker_sector__Alzxe",Ko="Locker_locker_text__mVnxA";function qo(e){let{delay:n,callback:a,className:s,sectorClassName:o,borderClassName:r}=e;const[i,l]=(0,t.useState)(""),[c,m]=(0,t.useState)(n);return(0,t.useEffect)((()=>{const e=Math.round(100-100*c/n),t=49.5*Math.PI;l("".concat(t/100*e,", ").concat(t)),e>=99?a&&a():setTimeout((()=>{m((e=>e-1))}),1e3)}),[c]),n&&c?(0,jo.jsxs)("div",{className:"".concat(zo," ").concat(s||""),children:[(0,jo.jsxs)("svg",{viewBox:"0 0 100 100",preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg",className:Uo,children:[(0,jo.jsx)("circle",{r:"25",cx:"50",cy:"50",style:{strokeDasharray:i},className:"".concat(Vo," ").concat(o||"")}),(0,jo.jsx)("circle",{r:"49.5",cx:"50",cy:"50",className:"".concat(Ho," ").concat(r||"")}),(0,jo.jsx)("circle",{r:"40",cx:"50",cy:"50",className:"".concat(Go," ").concat(r||"")})]}),(0,jo.jsx)("p",{className:Ko,children:c})]}):null}qo.defaultProps={delay:60,callback:void 0,className:"",sectorClassName:"",borderClassName:""};const $o=qo,Yo="styles_modal_window__qXkmU",Zo="styles_modal_window_fullscreen__nw0-q",Xo="styles_modal_window_wrapper__PO6Js",Jo="styles_modal_window_halo__vr868",Qo="styles_modal_window_title__rkQmp",er="styles_modal_window_body__ohtpb",tr="styles_modal_window_footer__1PW2B",nr="styles_modal_window_locker__ySg9l",ar="styles_modal_window_close__nD7n4",sr=dn((e=>{let{id:t,delay:n,className:a,children:s,onClose:o,setCanClose:r}=e;return(0,jo.jsxs)("div",{id:"".concat(t||"","-title"),className:"".concat(Qo," ").concat(a||""),children:[s,o?(0,jo.jsx)("img",{id:"".concat(t,"-close"),src:"./assets/close.svg",className:ar,onClick:e=>{e.stopPropagation(),o()}}):null,n?(0,jo.jsx)($o,{delay:n,className:nr,callback:()=>{r&&r(!0)}}):null]})})),or=dn((e=>{let{id:t,className:n,children:a}=e;return(0,jo.jsx)("div",{id:"".concat(t||"","-body"),className:"".concat(er," scroll_y ").concat(n||""),children:a})})),rr=dn((e=>{let{id:t,className:n,children:a}=e;return(0,jo.jsx)("div",{id:"".concat(t||"","-footer"),className:"".concat(tr," ").concat(n||""),children:a})}));function ir(e){let{id:n,mode:s,delay:o,className:r,onClose:i,children:l}=e;const[c,m]=(0,t.useState)(!o);(0,t.useEffect)(Bo.useOnOff,[]);const d=t.Children.map(l,(e=>t.isValidElement(e)?t.cloneElement(e,{onClose:i,delay:o,setCanClose:m}):e)),u=Lo?Zo:Yo;return a.createPortal((0,jo.jsx)("div",{id:"".concat(n,"-wrapper"),className:"".concat(Xo||""),onClick:e=>{var t;e.stopPropagation(),(null===(t=e.target)||void 0===t?void 0:t.id)==="".concat(n,"-wrapper")&&i&&c&&i()},children:(0,jo.jsxs)("div",{id:n,className:"".concat(u," ").concat(r||""),onClick:e=>{e.stopPropagation()},children:["halo"===s?(0,jo.jsx)("img",{className:Jo,src:"./assets/sponsor/halo.png"}):null,d]})}),document.body)}ir.displayName="Modal",ir.defaultProps={id:"modal-window",delay:void 0,className:"",onClose:void 0,children:void 0};const lr={logo:"./assets/logo.svg",isOpenInNewTab:!1},cr={vk_frontend_du2:{logo:"./social/vk/frontend_du2.png",banner:"./social/vk/frontend_du2.jpg",link:"https://vk.com/frontend_du2"},vk_take_off_staff:{logo:"./social/vk/take_off_staff.png",banner:"./social/vk/take_off_staff.jpg",link:"https://vk.com/takeoff_staff"}};const mr=new class{constructor(){this.urlParameters={},(0,Gt.rC)(this,{urlParameters:Gt.LO,setUrlParameters:Gt.aD})}setUrlParameters(e){this.urlParameters=e||{}}getConfig(){var e;const t=(null===(e=this.urlParameters)||void 0===e?void 0:e.ref)||"";return cr[t]||function(e){if(!e)return null;const t=e.split("_"),n=t.shift()||"",a=t.join("_");return a?{isOpenInNewTab:!0,logo:"./assets/logo.svg",link:{vk:"https://vk.com/".concat(a),yt:"https://www.youtube.com/@".concat(a),tg:"https://t.me/@".concat(a)}[n],text:a,textIcon:{vk:"./social/vk.png",yt:"./social/youtube.png",tg:"./social/tg.png"}[n],color:"#FFFFFF",backgroundColor:{vk:"#5181B8",yt:"#FE0000",tg:"#29A6E6"}[n]||"#EFC526"}:null}(t)}getLogo(){return lr||this.getConfig()||lr}getBanner(){return this.getConfig()}},dr=mr,ur=0,hr=1,pr=2;const fr=new class{constructor(){this.type=ur,(0,Gt.rC)(this,{type:Gt.LO,open:Gt.aD,close:Gt.aD});"localhost"===window.location.hostname||Lo||dr.getConfig()||this.setTimer()}setTimer(){setInterval((()=>{this.type||(this.type=Math.random()>.5?hr:pr)}),6e5)}open(){this.type=hr}close(){this.type=ur}},gr="styles_sponsor_title__vekzY",yr="styles_sponsor_body__DvwvI",vr="styles_sponsor_cover__iGRLo",br="styles_sponsor_text__pbfx4",wr="styles_sponsor_footer__IENcX",kr="styles_sponsor_button__X613m",_r="styles_sponsor_button_wrapper__ckQ41",xr=dn((()=>{const{t:e}=Bt();return(0,jo.jsxs)(ir,{mode:"halo",delay:10,onClose:()=>{fr.close()},children:[(0,jo.jsx)(sr,{className:gr,children:e("page.sponsor.title")}),(0,jo.jsxs)(or,{className:yr,children:[(0,jo.jsx)("p",{className:br,children:e("page.sponsor.money.description")}),(0,jo.jsx)("img",{className:vr,src:"./assets/sponsor/money.jpg"})]}),(0,jo.jsx)(rr,{className:wr,children:(0,jo.jsx)(Ro,{mode:["border","full_size"],onClick:()=>{window.open("https://www.sberbank.com/sms/pbpn?requisiteNumber=79818413061","_blank"),fr.close()},children:e("page.sponsor.money.qr")})})]})})),Tr=xr,Sr="Description_description_title__tjXWX",Cr="Description_description_text__eAJ85",Er="Description_description_list__QM46c";function Ar(e,t){const n=(e||"").split(/(\[[^\]]+\])/gim).map((e=>{if("["!==(null===e||void 0===e?void 0:e[0]))return e;const[n,a]=e.replace(/\[|\]/gim,"").split("|");return(0,jo.jsx)(we,{target:"_blank",rel:"noreferrer",className:t||"",to:a,children:n},e)}));return(0,jo.jsx)(jo.Fragment,{children:n})}function jr(e,t){const n=(e||"").split("*").map(((e,n)=>n%2?(0,jo.jsx)("b",{children:Ar(e,t)},e):(0,jo.jsx)("span",{children:Ar(e,t)},e)));return(0,jo.jsx)(jo.Fragment,{children:n})}function Nr(e){let{text:t,style:n,className:a}=e;return(0,jo.jsx)("p",{style:n||{},className:"".concat(Er," ").concat(a||""),children:jr(t,a)})}function Dr(e){let{text:t,style:n,className:a}=e;return(0,jo.jsx)("h6",{style:n||{},className:"".concat(Sr," ").concat(a||""),children:jr(t,a)})}function Or(e){let{text:t,style:n,className:a}=e;return(0,jo.jsx)("p",{style:n||{},className:"".concat(Cr," ").concat(a||""),children:jr(t)})}function Pr(e){let{text:t,style:n,className:a}=e;const s=(Array.isArray(t)?t:(t||"").trim().split(/\n+/gm)).map((e=>{const t=e.substring(0,2),s=e.substring(2);return"- "===t?(0,jo.jsx)(Nr,{text:s,style:n,className:a},s):"# "===t?(0,jo.jsx)(Dr,{text:s,style:n,className:a},s):(0,jo.jsx)(Or,{text:e,style:n,className:a},s)}));return(0,jo.jsx)(jo.Fragment,{children:s})}Pr.defaultProps={text:""};const Rr=Pr;var Ir=__webpack_require__(122);function Lr(e){if(!e)return;const t=document.createElement("textarea");t.style.position="fixed",t.style.opacity="0",t.textContent=e,document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t)}const Fr=function(){const e=Object.entries(function(){const e="https://github.com/bakhirev/assayo",t="Visualization and analysis of git repository",n="Check your git stats!",a="",s="IT,git,statistics,audit,data-visualization,report";return{Facebook:"http://www.facebook.com/sharer.php?u=".concat(e),VK:"http://vk.com/share.php?url=".concat(e,"&title=").concat(t,"&comment=").concat(n),QQ:"http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=".concat(e),Reddit:"https://reddit.com/submit?url=".concat(e,"&title=").concat(t),X:"https://twitter.com/intent/tweet?url=".concat(e,"&text=").concat(a,"&via=&hashtags=").concat(s),LinkedIn:"https://www.linkedin.com/sharing/share-offsite/?url=".concat(e),OK:"https://connect.ok.ru/dk?st.cmd=WidgetSharePreview&st.shareUrl=".concat(e),Tumblr:"https://www.tumblr.com/widgets/share/tool?canonicalUrl=".concat(e,"&title=").concat(t,"&caption=").concat(n,"&tags=").concat(s),Blogger:"https://www.blogger.com/blog-this.g?u=".concat(e,"&n=").concat(t,"&t=").concat(n),Evernote:"https://www.evernote.com/clip.action?url=".concat(e,"&title=").concat(a),Addthis:"http://www.addthis.com/bookmark.php?url=".concat(e),GetPocket:"https://getpocket.com/edit?url=".concat(e),YCombinator:"https://news.ycombinator.com/submitlink?u=".concat(e,"&t=").concat(t),Buffer:"https://buffer.com/add?text=".concat(a,"&url=").concat(e),Flipboard:"https://share.flipboard.com/bookmarklet/popout?v=2&title=".concat(a,"&url=").concat(e),Instapaper:"http://www.instapaper.com/edit?url=".concat(e,"&title=").concat(t,"&description=").concat(n),Renren:"http://widget.renren.com/dialog/share?resourceUrl=".concat(e,"&srcUrl=").concat(e,"&title=").concat(t,"&description=").concat(n),"The diaspora* Project":"https://share.diasporafoundation.org/?title=".concat(t,"&url=").concat(e),Weibo:"http://service.weibo.com/share/share.php?url=".concat(e,"&appkey=&title=").concat(t,"&pic=&ralateUid="),Douban:"http://www.douban.com/recommend/?url=".concat(e,"&title=").concat(a),XING:"https://www.xing.com/spi/shares/new?url=".concat(e),Line:"https://lineit.line.me/share/ui?url=".concat(e,"&text=").concat(a)}}()).map((e=>{let[t,n]=e;return(0,jo.jsx)(we,{className:kr,to:n,target:"_blank",children:t},t)}));return(0,jo.jsx)("div",{className:_r,children:e})},Mr=dn((()=>{const{t:e}=Bt(),t=xe.Z.get("page.sponsor.share.description");return(0,jo.jsxs)(ir,{mode:"halo",delay:10,onClose:()=>{fr.close()},children:[(0,jo.jsx)(sr,{className:gr,children:e("page.sponsor.title")}),(0,jo.jsxs)(or,{className:yr,children:[(0,jo.jsx)("p",{className:br,children:jr(t)}),(0,jo.jsx)(Fr,{})]}),(0,jo.jsx)(rr,{className:wr,children:(0,jo.jsx)(Ro,{mode:["primary","full_size"],onClick:()=>{Lr("https://github.com/bakhirev/assayo"),Ir.Z.show(xe.Z.get("uiKit.console.notification"))},children:e("page.sponsor.share.button")})})]})})),Wr=Mr,Br=dn((()=>fr.type===hr?(0,jo.jsx)(Tr,{}):fr.type===pr?(0,jo.jsx)(Wr,{}):null)),zr="logo_logo__3YcvJ",Ur="logo_logo_center__wXX6d",Hr="logo_logo_link__b0SQ3",Gr="logo_logo_icon__BAkZB",Vr="logo_logo_default__y6neP";function Kr(e){let{center:t}=e;const{logo:n,link:a,title:s}=dr.getLogo()||{},o="./assets/logo.svg"===n;return(0,jo.jsx)("figure",{className:t?"".concat(zr," ").concat(Ur):zr,children:(0,jo.jsx)(we,{to:a||"",target:o?"":"_blank",className:Hr,children:(0,jo.jsx)("img",{src:n||"",title:s||"",className:o?"".concat(Gr," ").concat(Vr):Gr})})})}Kr.defaultProps={center:!1};const qr=Kr,$r="SplashScreen_splash_screen__TfV7g",Yr="SplashScreen_splash_screen_container__LVxvL",Zr="progress_progress_bar__5Tc4y";const Xr=function(){return(0,t.useEffect)((()=>{Bo.off(5400)}),[]),(0,jo.jsx)("div",{className:$r,children:(0,jo.jsxs)("div",{className:Yr,children:[(0,jo.jsx)(qr,{center:!0}),(0,jo.jsx)("div",{className:Zr})]})})};const Jr=new class{constructor(){this.title="",this.yes="",this.no="",this.isOpen=!1,this.successCallback=()=>{},this.cancelCallback=()=>{},(0,Gt.rC)(this,{title:Gt.LO,yes:Gt.LO,no:Gt.LO,successCallback:Gt.LO,cancelCallback:Gt.LO,isOpen:Gt.LO,open:Gt.aD,close:Gt.aD})}open(e){return this.title=(null===e||void 0===e?void 0:e.title)||e||"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c?",this.yes=(null===e||void 0===e?void 0:e.yes)||"\u0414\u0430, \u0443\u0432\u0435\u0440\u0435\u043d",this.no=(null===e||void 0===e?void 0:e.no)||"\u041e\u0442\u043c\u0435\u043d\u0430",this.isOpen=!0,new Promise(((e,t)=>{this.successCallback=e,this.cancelCallback=t}))}close(){this.isOpen=!1}success(){this.isOpen&&(this.close(),this.successCallback())}cancel(){this.isOpen&&(this.close(),this.cancelCallback())}},Qr=dn((()=>Jr.isOpen?(0,jo.jsxs)(ir,{children:[(0,jo.jsx)(sr,{children:null===Jr||void 0===Jr?void 0:Jr.title}),(0,jo.jsxs)(rr,{children:[(0,jo.jsx)(Ro,{mode:Lo?["primary","full_size"]:["primary"],onClick:()=>{Jr.cancel()},children:Jr.no}),(0,jo.jsx)(Ro,{mode:Lo?["second","full_size"]:["second"],onClick:()=>{Jr.success()},children:Jr.yes})]})]}):null));function ei(e){const{title:t}=e;return Array.isArray(t)?t.length>1?"".concat(t[0]," +").concat(t.length-1):t[0]:t||""}function ti(e){var t;const{description:n}=e,a=null===e||void 0===e||null===(t=e.arguments)||void 0===t?void 0:t.description;return(Array.isArray(n)?n:[n]).map((e=>xe.Z.get(e,a))).join("\n")}const ni=new class{constructor(){this.recommendation=null,(0,Gt.rC)(this,{recommendation:Gt.LO,open:Gt.aD,close:Gt.aD})}open(e){this.recommendation=e}close(){this.recommendation=null}},ai="modal_recommendations_modal__ZTe2o",si="modal_recommendations_modal_title__eDPGA",oi="modal_recommendations_modal_header__5lx9g",ri="modal_recommendations_modal_footer__6HIyB",ii="modal_recommendations_modal_sub_title__XbAFX",li="modal_recommendations_modal_description__2Fr3I",ci="modal_recommendations_modal_info__AJiyE",mi="modal_recommendations_modal_fact__+pE6q",di="modal_recommendations_modal_warning__D5X2s",ui="modal_recommendations_modal_error__aogBH",hi="modal_recommendations_modal_button__JvJC3";const pi=dn((()=>{var e;const{recommendation:t}=ni;if(!t)return null;const n=ei(t),a=null===t||void 0===t||null===(e=t.arguments)||void 0===e?void 0:e.title,s=function(e){var t;const n=null===e||void 0===e?void 0:e.type;return null!==(t={[Xn.INFO]:ci,[Xn.FACT]:mi,[Xn.WARNING]:di,[Xn.ALERT]:ui}[n||Xn.INFO])&&void 0!==t?t:mi}(t),o=ti(t).split("\n"),r=o.shift();return(0,jo.jsxs)(ir,{className:"".concat(s," ").concat(ai),onClose:()=>{ni.close()},children:[(0,jo.jsxs)(sr,{className:oi,children:[(0,jo.jsx)("span",{className:si,children:xe.Z.get(n,a)}),(0,jo.jsx)("p",{className:ii,children:r})]}),(0,jo.jsx)(or,{children:(0,jo.jsx)(Rr,{className:li,text:o})}),(0,jo.jsx)(rr,{className:ri,children:(0,jo.jsx)(Ro,{mode:[Lo?"primary":"border","full_size"],className:hi,onClick:()=>{ni.close()},children:xe.Z.get("recommendations.modal.cancel")})})]})})),fi=pi;const gi=new class{constructor(){this.mode="",this.isOpen=!1,(0,Gt.rC)(this,{isOpen:Gt.LO,on:Gt.aD,off:Gt.aD,toggle:Gt.aD})}on(e){this.isOpen=!0,this.mode=e||""}off(){this.isOpen=!1,this.mode=""}toggle(e){this.isOpen?this.off():this.on(e)}},yi="switch_switch__BWBIW",vi="switch_switch_item__qznpI",bi="switch_selected__weWv1",wi="switch_switch_item_icon__jXfY6",ki="switch_switch_item_title__Nt5Uj";function _i(e){let{value:t,options:n,onChange:a}=e;const{t:s}=Bt(),o=n.map((e=>{const n=s((null===e||void 0===e?void 0:e.title)||"");return(0,jo.jsxs)("div",{className:"".concat(vi," ").concat(t===(null===e||void 0===e?void 0:e.id)?bi:""),onClick:()=>{a&&a(null===e||void 0===e?void 0:e.id)},children:[(0,jo.jsx)("img",{className:wi,src:(null===e||void 0===e?void 0:e.icon)||"",alt:n||"",title:n||""}),(0,jo.jsx)("span",{className:ki,children:n||""})]},n)}));return(0,jo.jsx)("div",{className:yi,children:o})}_i.defaultProps={value:"",onChange:void 0};const xi=_i;function Ti(e){const t={};return Object.keys(e).forEach((n=>{const a=e[n],s=a&&"object"===typeof a&&!(a instanceof Array);t[n]=s?Ti(a):a})),t}const Si={getDeepCopy:Ti,getUpdatedFormData(e,t,n){const a=this.getKeys(t),s=a.length-1,o=Ti(e);let r=o;return a.forEach(((e,t)=>{t===s?r[e]=n:(r[e]||(r[e]={}),r=r[e])})),o},getKeys:e=>e?Array.isArray(e)?e:"".concat(e).split("."):[""],getValueByKeys(e){var t;let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];const a=this.getKeys(n);return a.length&&null!==(t=a.reduce(((e,t)=>null===e||void 0===e?void 0:e[t]),e))&&void 0!==t?t:""}};const Ci=class{constructor(){this.isEdited=!1,this.isSuccess=!1,this.isLoading=!1,this.isLocked=!1,this.isServerError=!1,this.initState={},this.state={},this.errorMessage="",this.errors={},(0,Gt.rC)(this,{isEdited:Gt.LO,isSuccess:Gt.LO,isLoading:Gt.LO,isLocked:Gt.LO,isServerError:Gt.LO,state:Gt.LO,errorMessage:Gt.LO,errors:Gt.LO,setIsLocked:Gt.aD,setState:Gt.aD,setInitState:Gt.aD,updateState:Gt.aD,setFormError:Gt.aD,removeFormError:Gt.aD,clearErrorMessage:Gt.aD,clearAllErrors:Gt.aD,clear:Gt.aD,getFormattedState:Gt.aD,validation:Gt.aD,submit:Gt.aD})}setIsLocked(e){this.isLocked=e}setInitState(e){this.initState=e||{},this.state=JSON.parse(JSON.stringify(this.initState)),this.isEdited=!1}setState(e){this.state=e||{}}updateState(e,t){this.state=Si.getUpdatedFormData(this.state,e,t),this.isEdited=!0}setFormError(e,t){t?this.errors={...this.errors,[e]:t}:this.removeFormError(e)}removeFormError(e){if(!this.errors[e])return;const t={...this.errors};delete t[e],this.errors=t}clearErrorMessage(){this.errorMessage=""}clearAllErrors(){this.isServerError=!1,this.errorMessage="",this.errors={}}clear(){this.clearAllErrors(),this.state={},this.initState={}}getFormattedState(){return{...this.state}}validation(e){return this.errors.length?Promise.reject():e?(this.clearErrorMessage(),Promise.resolve()):Promise.reject()}submit(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return this.clearAllErrors(),this.isLocked?Promise.resolve():this.validation(t).then((0,Gt.aD)((()=>{this.isLoading=!0}))).then((()=>e(t))).then((0,Gt.aD)((e=>(this.isSuccess=!0,n&&this.clear(),Promise.resolve(e))))).catch((0,Gt.aD)((e=>(null===e||void 0===e?void 0:e.code)>204?(this.isServerError=!0,Promise.reject(e)):Promise.reject(e)))).finally((0,Gt.aD)((()=>{this.isLoading=!1})))}};const Ei=new class extends Ci{constructor(){super(),(0,Gt.rC)(this,{save:Gt.aD})}save(e){const{saveSettings:t}=Ln;return this.submit(t,e,!1).then((e=>(Ir.Z.show("common.notifications.setting"),Mn.loadUserSettings(),this.setInitState(this.state),Promise.resolve(e))))}},Ai="sidebar_sidebar__di6aD",ji="sidebar_sidebar_title__CS5ZL",Ni="sidebar_sidebar_item__0MXwu",Di="sidebar_selected__hZZ4L",Oi="sidebar_sidebar_item_icon__Bve10",Pi="sidebar_sidebar_item_title__n7QgB";function Ri(e){let{id:t,link:n,title:a,icon:s,isSelected:o}=e;const{t:r}=Bt(),i=r(a||"");return(0,jo.jsxs)(we,{className:"".concat(Ni," ").concat(o?Di:""),to:n,title:i,id:"sidebar-menu-".concat(t),onClick:()=>{Ei.isEdited&&(Ei.clear(),Ei.setInitState(Ei.initState))},children:[(0,jo.jsx)("img",{className:Oi,src:s,alt:a||""}),(0,jo.jsx)("figcaption",{className:Pi,children:i})]},t)}Ri.defaultProps={title:"",icon:"",isSelected:!1};const Ii=Ri;function Li(e){let{title:t}=e;const{t:n}=Bt();return(0,jo.jsx)("div",{className:ji,children:n(t||"")})}Li.defaultProps={title:""};const Fi=Li,Mi=[{id:"team",title:"sidebar.switch.team",icon:"./assets/switch/team.svg"},{id:"person",title:"sidebar.switch.person",icon:"./assets/switch/person.svg"}],Wi=[{id:"total",link:"/team/total",title:"sidebar.team.total",icon:"./assets/menu/team_common.svg"},{id:"scope",link:"/team/scope",title:"sidebar.team.scope",icon:"./assets/menu/team_feat.svg"},{id:"author",link:"/team/author",title:"sidebar.team.author",icon:"./assets/menu/team_work.svg"},{id:"type",link:"/team/type",title:"sidebar.team.type",icon:"./assets/menu/team_type.svg"},{id:"pr",link:"/team/pr",title:"sidebar.team.pr",icon:"./assets/menu/pull_request.svg"},{},{id:"day",link:"/team/day",title:"sidebar.team.day",icon:"./assets/menu/team_day.svg"},{id:"week",link:"/team/week",title:"sidebar.team.week",icon:"./assets/menu/team_week.svg"},{id:"month",link:"/team/month",title:"sidebar.team.month",icon:"./assets/menu/team_month.svg"},{id:"hours",link:"/team/hours",title:"sidebar.team.hours",icon:"./assets/menu/team_hours.svg"},{},{id:"files",link:"/team/files",title:"sidebar.team.files",icon:"./assets/menu/team_files.svg"},{id:"removedFiles",link:"/team/removedFiles",title:"sidebar.team.removedFiles",icon:"./assets/menu/team_files_remove.svg"},{id:"extension",link:"/team/extension",title:"sidebar.team.extension",icon:"./assets/menu/team_files_ext.svg"},{id:"tasks",link:"/team/tasks",title:"sidebar.team.tasks",icon:"./assets/menu/team_tasks.svg"},{id:"release",link:"/team/release",title:"sidebar.team.release",icon:"./assets/menu/team_release.svg"},{},{id:"commits",link:"/team/commits",title:"sidebar.team.commits",icon:"./assets/menu/pull-request.svg"},{id:"changes",link:"/team/changes",title:"sidebar.team.changes",icon:"./assets/menu/branch.svg"},{id:"words",link:"/team/words",title:"sidebar.team.words",icon:"./assets/menu/team_words.svg"}],Bi=[{id:"total",link:"/person/total/",title:"sidebar.person.total",icon:"./assets/menu/team_common.svg"},{id:"money",link:"/person/money/",title:"sidebar.person.money",icon:"./assets/menu/per_money.svg"},{id:"speed",link:"/person/speed/",title:"sidebar.person.speed",icon:"./assets/menu/per_speed.svg"},{},{id:"day",link:"/person/day/",title:"sidebar.person.day",icon:"./assets/menu/team_day.svg"},{id:"week",link:"/person/week/",title:"sidebar.person.week",icon:"./assets/menu/team_week.svg"},{id:"month",link:"/person/month/",title:"sidebar.person.month",icon:"./assets/menu/team_month.svg"},{id:"hours",link:"/person/hours/",title:"sidebar.person.hours",icon:"./assets/menu/team_hours.svg"},{},{id:"tasks",link:"/person/tasks/",title:"sidebar.person.tasks",icon:"./assets/menu/team_tasks.svg"},{},{id:"commits",link:"/person/commits/",title:"sidebar.person.commits",icon:"./assets/menu/pull-request.svg"},{id:"changes",link:"/person/changes/",title:"sidebar.person.changes",icon:"./assets/menu/branch.svg"},{id:"words",link:"/person/words/",title:"sidebar.person.words",icon:"./assets/menu/team_words.svg"}];const zi=function(e){let{type:t}=e;const{page:n,userId:a}=Q(),s="team"===t?"":a||0,o=("team"===t?Wi:Bi).map(((e,t)=>{if(!e.id)return(0,jo.jsx)(Fi,{},t);const a=n===e.id||!n&&"total"===e.id;return(0,jo.jsx)(Ii,{id:e.id,link:"".concat(e.link).concat(s),title:e.title,icon:e.icon,isSelected:a},e.id)}));return(0,jo.jsx)(jo.Fragment,{children:o})};const Ui=function(){const{type:e}=Q(),t=J(),n=e||"team";return(0,jo.jsxs)("aside",{className:Ai,children:[(0,jo.jsx)(qr,{}),(0,jo.jsx)(xi,{value:n,options:Mi,onChange:n=>{n!==e&&t("/".concat(n,"person"===n?"/total/0":"/total"))}}),(0,jo.jsx)(zi,{type:n})]})},Hi="wrapper_ui_kit_wrapper__VnEKs",Gi="wrapper_ui_kit_title__hdDn6",Vi="wrapper_ui_kit_description__1KhyS",Ki="wrapper_ui_kit_help__RUNWB",qi="wrapper_ui_kit_error__PDetF";const $i=function(e){let{title:t,description:n,help:a,example:s,error:o,className:r,children:i}=e;const{t:l}=Bt();return(0,jo.jsxs)("div",{className:"".concat(Hi," ").concat(r||""),title:l(a||""),children:[t&&(0,jo.jsx)("h6",{className:Gi,children:l(t)}),n&&(0,jo.jsx)("p",{className:Vi,children:l(n)}),i,a&&(0,jo.jsx)("p",{className:Ki,children:l(s||"")}),o&&(0,jo.jsx)("p",{className:qi,children:o})]})},Yi="styles_ui_kit_common__Z9voL",Zi="select_ui_kit_select__tOnMd",Xi="select_ui_kit_select_with_buttons_wrapper__p+gFH",Ji="select_ui_kit_select_with_buttons_left__6y04D",Qi="select_ui_kit_select_with_buttons_right__ayP3g";const el=function(e){let{title:t,description:n,help:a,error:s,className:o,value:r,options:i,onChange:l}=e;const c=(i||[]).map(((e,t)=>{var n,a,s;const o="object"!==typeof e?{id:e,title:e}:e;return(0,jo.jsx)("option",{value:null!==(n=null===o||void 0===o?void 0:o.id)&&void 0!==n?n:null,selected:r===(null===o||void 0===o?void 0:o.id),children:null!==(a=null!==(s=null===o||void 0===o?void 0:o.title)&&void 0!==s?s:null===o||void 0===o?void 0:o.id)&&void 0!==a?a:""},"".concat(null===o||void 0===o?void 0:o.id,"_").concat(t))}));return(0,jo.jsx)($i,{title:t,description:n,help:a,error:s,className:o,children:(0,jo.jsx)("select",{className:"".concat(Yi," ").concat(Zi," ").concat(o||""),onChange:e=>{const t=e.target.value,n="null"!==t?parseInt(t,10)||0:null;l&&l(n,t)},children:c})})},tl={buttons_header:"styles_buttons_header__k-XGN",buttons_footer:"styles_buttons_footer__6QBSC",user:"styles_user__xONSt",user_title:"styles_user_title__tUuIA",user_footer:"styles_user_footer__pwvSU",salary:"styles_salary__9r8CU",salary_title:"styles_salary_title__fhRsw",salary_icons:"styles_salary_icons__DXt+D",salary_icons_item:"styles_salary_icons_item__2t1qL",salary_footer:"styles_salary_footer__UkNJs"},nl=dn((()=>Ei.isEdited?(0,jo.jsxs)("div",{className:tl.buttons_header,children:[(0,jo.jsx)(Ro,{mode:"second",onClick:()=>{Ei.setInitState(Ei.initState)},children:xe.Z.get("page.settings.form.cancel")}),(0,jo.jsx)(Ro,{onClick:()=>{Ei.save(Ei.state)},children:xe.Z.get("page.settings.form.save")})]}):null)),al={header:"header_header__vlJHY",header_title:"header_header_title__56O-e",header_print:"header_header_print__ccAOn",header_lang:"header_header_lang__Prrmh",header_setting:"header_header_setting__XNoXa",header_with_tab:"header_header_with_tab__Ycuf1"};const sl=function(){const{t:e}=Bt(),{type:t,page:n}=Q(),a=e(t&&n?"sidebar.".concat(t,".").concat(n):"sidebar.team.total");return(0,jo.jsx)("h2",{className:al.header_title,children:a})},ol="filters_header_filters__zxjaI",rl="filters_header_filters_input__wngQ9",il="filters_header_filters_fast__HaQVC",ll="filters_header_filters_fast_button__ltmO-";const cl=function(e){let{title:t,type:n}=e;const{t:a}=Bt();return(0,jo.jsx)("button",{className:ll,onClick:()=>{wo.setFilterByDateType(n),So.updateStatistic()},children:a(t)})},ml=dn((e=>{var t;let{type:n,placeholder:a}=e;return(0,jo.jsx)("input",{type:"date",placeholder:a||"",value:null!==(t=wo[n])&&void 0!==t?t:"",className:rl,onChange:e=>{wo.updateProperty(n,e.target.value),So.updateStatistic()}})})),dl=ml;const ul=function(){return(0,jo.jsxs)("div",{className:ol,children:[(0,jo.jsx)(dl,{type:"from",placeholder:"\u0441"})," \u2014 ",(0,jo.jsx)(dl,{type:"to",placeholder:"\u043f\u043e"}),(0,jo.jsxs)("div",{className:il,children:[(0,jo.jsx)(cl,{title:"sidebar.filters.all",type:"all"}),(0,jo.jsx)(cl,{title:"sidebar.filters.year",type:"year"}),(0,jo.jsx)(cl,{title:"sidebar.filters.halfYear",type:"halfYear"}),(0,jo.jsx)(cl,{title:"sidebar.filters.month",type:"month"}),(0,jo.jsx)(cl,{title:"sidebar.filters.week",type:"week"})]})]})};const hl=new class{constructor(){this.isOpen=!1,this.navigate=null,this.prevUrl="",this.processing=!1,(0,Gt.rC)(this,{isOpen:Gt.LO,processing:Gt.LO,open:Gt.aD,close:Gt.aD,printPage:Gt.aD,printSection:Gt.aD,printAllPages:Gt.aD,triggerPrint:Gt.aD,endPrint:Gt.aD})}open(e,t){this.isOpen=!0,this.navigate=e,this.prevUrl=t}close(){this.isOpen=!1,this.navigate=null,this.prevUrl=""}printPage(){this.triggerPrint()}printSection(){let e=this.prevUrl.split("/");e[2]="print",e=e.join("/"),this.navigate(e),this.triggerPrint()}printAllPages(){this.navigate("/print"),this.triggerPrint()}triggerPrint(){this.isOpen=!1,this.processing=!0,setTimeout((()=>{window.print()}),500)}endPrint(){this.processing=!1,this.prevUrl&&this.navigate(this.prevUrl),this.navigate=null,this.prevUrl=""}},pl=dn((()=>{const{t:e,i18n:t}=Bt(),n=J(),a=X();return(0,jo.jsxs)("header",{className:al.header,children:[(0,jo.jsx)(sl,{}),Ei.isEdited?(0,jo.jsx)(nl,{}):(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(ul,{}),(0,jo.jsx)(el,{className:al.header_lang,value:xe.Z.language,options:[{id:"ru",title:"RU"},{id:"en",title:"EN"},{id:"zh",title:"ZH"},{id:"es",title:"ES"},{id:"fr",title:"FR"},{id:"pt",title:"PT"},{id:"de",title:"DE"},{id:"ja",title:"JA"}],onChange:(e,n)=>{xe.Z.language=n,t.changeLanguage(n),n===Ht?localStorage.removeItem("language"):localStorage.setItem("language",n)}}),(0,jo.jsx)("img",{title:e("sidebar.buttons.print"),className:al.header_print,src:"./assets/menu/print.svg",onClick:()=>{hl.open(n,a.pathname)}}),(0,jo.jsx)("img",{title:e("sidebar.buttons.settings"),className:al.header_setting,src:"./assets/menu/setting.svg",onClick:()=>{n("/settings")}})]})]})})),fl=pl,gl="tabs_ui_kit_tabs__jHT8Y",yl="tabs_ui_kit_tabs_item__+dCRA",vl="tabs_ui_kit_tabs_item_selected__286u5",bl=t.forwardRef(((e,t)=>{let{value:n,options:a,onChange:s}=e;const{t:o}=Bt(),r=n||0===n||!1===n,i=(a||[]).map(((e,a)=>{var i,l;const c="object"!==typeof e?{id:e,title:e}:e,m=r&&n===(null===c||void 0===c?void 0:c.id),d=null!==(i=null!==(l=o(null===c||void 0===c?void 0:c.title))&&void 0!==l?l:null===c||void 0===c?void 0:c.id)&&void 0!==i?i:"";return(0,jo.jsx)("button",{className:m?"".concat(yl," ").concat(vl):yl,onClick:e=>{s(c);const n=null===e||void 0===e?void 0:e.target,a=null===t||void 0===t?void 0:t.current,o=((null===a||void 0===a?void 0:a.offsetWidth)-(null===n||void 0===n?void 0:n.offsetWidth))/2;a.scrollLeft=(null===n||void 0===n?void 0:n.offsetLeft)-o},children:d},"".concat(null===c||void 0===c?void 0:c.id,"_").concat(a))}));return(0,jo.jsx)("div",{ref:t,className:"".concat(gl," scroll_x"),children:i})}));bl.displayName="UiKitTabs";const wl=bl;const kl=function(){const e=(0,t.useRef)(),n=J(),{type:a,page:s,userId:o}=Q(),r=("team"===a?Wi:Bi).filter((e=>null===e||void 0===e?void 0:e.title));return(0,t.useEffect)((()=>{var t;null===e||void 0===e||null===(t=e.current)||void 0===t||t.scrollTo(0,0)}),[a]),(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)("header",{className:al.header_with_tab,children:(0,jo.jsx)(wl,{ref:e,value:s,options:r,onChange:e=>{const t="person"===a?"".concat(e.link).concat(o):e.link;n(t)}})}),(0,jo.jsx)("div",{className:al.light_header_gap})]})},_l="footer_footer__yGXL7",xl="footer_footer_hidden__oJfDX",Tl="footer_footer_wrapper__tvZ1q",Sl="footer_footer_gap__RhPGW",Cl="footer_footer_button__imzON",El="footer_footer_button_selected__0joRp",Al="footer_footer_button_text__v3b+2",jl="footer_footer_button_icon__kZwe7";const Nl=function(e){let{title:t,icon:n,isSelected:a,onClick:s}=e;return(0,jo.jsxs)("figure",{className:"".concat(Cl," ").concat(a?El:""),onClick:s,children:[(0,jo.jsx)("div",{className:jl,style:{backgroundImage:"url(".concat(n,")")}}),(0,jo.jsx)("figcaption",{className:Al,children:t})]})};const Dl=function(){const e=J(),{type:n,page:a}=Q(),[s,o]=(0,t.useState)(!0),{t:r}=Bt();(0,t.useEffect)((()=>function(e,t){let n=window.scrollY,a=e;function s(){const e=n>window.scrollY||window.scrollY<150;n=window.scrollY,e!==a&&(a=e,t(e))}return document.addEventListener("scroll",s),()=>{document.removeEventListener("scroll",s)}}(s,o)),[]);const i=function(e){return[{id:"team",title:"sidebar.switch.team",icon:"./assets/switch/team.svg",onClick(){e("/team/total")}},{id:"person",title:"sidebar.switch.person",icon:"./assets/switch/person.svg",onClick(){e("/person/total/0")}},{id:"print",title:"sidebar.buttons.share",icon:"./assets/menu/share.svg",onClick(){navigator.share({title:xe.Z.get("common.title"),text:"",url:window.location.href})}},{id:"settings",title:"sidebar.buttons.logout",icon:"./assets/menu/logout.svg",onClick(){Jr.open({title:"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0432\u044b\u0439\u0442\u0438?"}).then((()=>{So.setCommits([]),e("/")}))}}].filter((e=>e))}(e),l=i.find((e=>a===e.id))||i.find((e=>n===e.id)),c=i.map((e=>(0,jo.jsx)(Nl,{icon:e.icon,title:r(e.title),isSelected:(null===l||void 0===l?void 0:l.id)===e.id,onClick:e.onClick},e.id)));return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)("div",{className:Sl}),(0,jo.jsx)("div",{className:"".concat(_l," ").concat(s?"":xl),children:(0,jo.jsx)("nav",{className:Tl,children:c})})]})},Ol="print_page_wrapper_print_icon__7FXMY",Pl=dn((()=>{const{t:e}=Bt();return hl.isOpen?(0,jo.jsxs)(ir,{onClose:()=>{hl.close()},children:[(0,jo.jsx)(sr,{children:(0,jo.jsx)("div",{style:{textAlign:"center"},children:e("page.print.modal.title")})}),(0,jo.jsxs)(or,{children:[(0,jo.jsx)("img",{src:"./assets/cards/print.png",className:Ol}),(0,jo.jsx)(Ro,{mode:["primary","full_size"],onClick:()=>{hl.printPage()},children:e("page.print.modal.page")}),(0,jo.jsx)(Ro,{mode:["primary","full_size"],onClick:()=>{hl.printSection()},children:e("page.print.modal.type")}),(0,jo.jsx)(Ro,{mode:["primary","full_size"],onClick:()=>{hl.printAllPages()},children:e("page.print.modal.all")}),(0,jo.jsx)(Ro,{mode:["second","full_size"],onClick:()=>{hl.close()},children:e("page.print.modal.cancel")})]})]}):null})),Rl=Pl,Il="styles_page_wrapper__H6Q0a",Ll="styles_page_wrapper_header__CyGwS",Fl="styles_page_wrapper_main__IqKL7",Ml="styles_page_wrapper_main_mobile__MauwS",Wl="styles_page_wrapper_main_fullscreen__BWwGh";function Bl(e){let{children:t}=e;return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsxs)("div",{className:Il,children:[(0,jo.jsx)("div",{className:Ml,children:t}),(0,jo.jsx)(kl,{}),(0,jo.jsx)(Rl,{}),(0,jo.jsx)(fi,{}),(0,jo.jsx)(Dl,{})]}),(0,jo.jsx)("div",{className:Ll})]})}const zl=dn((e=>{let{children:t}=e;return gi.isOpen?(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)("div",{className:Wl,children:t}),(0,jo.jsx)(fi,{})]}):(0,jo.jsxs)("div",{className:Il,children:[(0,jo.jsx)(Ui,{}),(0,jo.jsx)(fl,{}),(0,jo.jsx)("div",{className:Fl,children:t}),(0,jo.jsx)(Rl,{}),(0,jo.jsx)(fi,{})]})}));function Ul(e){let{children:t}=e;return Lo?(0,jo.jsx)(Bl,{children:t}):(0,jo.jsx)(zl,{children:t})}Ul.defaultProps={selectedMenuItem:""};const Hl=Ul;const Gl="slider_slider_exit_left__InqqG",Vl="slider_slider_exit_right__fbcyo",Kl="slider_slider_entrance_left__zLuI3",ql="slider_slider_entrance_right__RyWMW";function $l(e){let{getViewById:n}=e;const{type:a,page:s}=Q(),o=s||"total",[r,i]=(0,t.useState)(o),[l,c]=(0,t.useState)([]),m="team"===a?Wi:Bi;if((0,t.useEffect)((()=>{!function(e,t,n,a,s){const o=n.map((e=>e.id)).indexOf(e),r=n.map((e=>e.id)).indexOf(t)<o?[Gl,ql]:[Vl,Kl],[i,l]=r;s([t,i]),setTimeout((()=>{s([e||"",l])}),250),setTimeout((()=>{s([]),a(e||"")}),500),setTimeout((()=>{document.body.scrollIntoView()}),600)}(s||"",r,m,i,c)}),[s]),!l.length)return n(s);const[d,u]=l;return(0,jo.jsx)("div",{className:u,children:n(d)})}function Yl(e){let{getViewById:t}=e;const{page:n}=Q();return t(n||"total")}function Zl(e){let{getViewById:t}=e;return Lo?(0,jo.jsx)($l,{getViewById:t}):(0,jo.jsx)(Yl,{getViewById:t})}const Xl="Page_main_wrapper__X6tJd",Jl="Page_main_wrapper_white__yh+Sg",Ql="Page_main_wrapper_icons__i2Ce8",ec="Page_main_wrapper_item__TzBUK";const tc=function(e){let{children:t,className:n,template:a}=e;const s=a?"".concat(Xl," ").concat(Jl):"".concat(Xl),o="table"===a?{paddingTop:0}:{};return(0,jo.jsx)("div",{className:"".concat(s," ").concat(n||""),style:o,children:t})};function nc(e){let{className:t,onRemove:n,children:a}=e;const{t:s}=Bt();return(0,jo.jsxs)("div",{className:"".concat(Jl," ").concat(t||""),children:[(0,jo.jsx)("div",{className:Ql,children:n&&(0,jo.jsx)(Ro,{mode:"second",onClick:()=>n(),children:s("uiKit.page.remove")})}),a]})}nc.defaultProps={className:void 0};const ac=nc;function sc(e){let{template:t,children:n}=e;return t?(0,jo.jsx)(ac,{className:ec,children:n}):(0,jo.jsx)("div",{className:ec,children:n})}sc.defaultProps={template:void 0};const oc=sc,rc="tags_ui_kit_tags__xy59O",ic="tags_ui_kit_tags_item__t6RUo";function lc(e){let{value:t}=e;return(0,jo.jsx)("div",{className:ic,children:t})}lc.displayName="UiKitTag";const cc=lc;function mc(e){let{value:t}=e;const n=(Array.isArray(t)?t:[t]).filter((e=>e)).map((e=>(0,jo.jsx)(cc,{value:e},e)));return(0,jo.jsx)("div",{className:rc,children:n})}mc.displayName="UiKitTags";const dc=mc,uc="NothingFound_nothing_found__ztP0-",hc="NothingFound_nothing_found_wrapper__paT+k",pc="NothingFound_nothing_found_icon__7nin9",fc="NothingFound_nothing_found_title__cOCN0",gc="NothingFound_nothing_found_text__YP8xy",yc="NothingFound_nothing_found_console__a56Uc",vc="NothingFound_nothing_found_link__WeJ6m";const bc=function(){const{t:e}=Bt();return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)("p",{className:fc,children:e("uiKit.nothingFound.common.title")}),(0,jo.jsxs)("p",{className:gc,children:['\u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0431\u043e\u043b\u044c\u0448\u0435 \u0434\u0430\u043d\u043d\u044b\u0445, \u0435\u0441\u043b\u0438 \u043a\u043e\u043c\u043c\u0438\u0442\u044b \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u044b \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 "',(0,jo.jsx)("a",{href:"https://www.conventionalcommits.org/en/v1.0.0/",target:"_blank",rel:"noreferrer",className:vc,children:"Git commit message convention"}),'". \u0428\u0430\u0431\u043b\u043e\u043d:']}),(0,jo.jsx)("p",{className:yc,children:e("uiKit.nothingFound.common.console")}),(0,jo.jsx)("p",{className:gc,children:e("uiKit.nothingFound.common.example")}),(0,jo.jsxs)("p",{className:yc,children:["JIRA-0001 feat(profile): add user avatar",(0,jo.jsx)("br",{}),"JIRA-0002 fix(profile): changed link for user web site",(0,jo.jsx)("br",{}),"JIRA-0003 test(profile): added unit tests for edit phone"]})]})};function wc(e){let{icon:t,message:n,children:a,className:s}=e;const{t:o}=Bt(),r=o(n||"");return(0,jo.jsx)("div",{className:"".concat(hc," ").concat(s),children:(0,jo.jsxs)("div",{className:uc,children:[(0,jo.jsx)("img",{src:t||"./assets/cards/nothing_found.png",className:pc}),!a&&n&&(0,jo.jsx)("p",{className:fc,children:r}),!a&&!n&&(0,jo.jsx)(bc,{}),a]})})}wc.defaultProps={children:null,icon:null,className:"",message:"",stylesConfig:{iconWidth:"483px",iconHeight:"332px",margin:"0"}};const kc=wc,_c="Loading_loading__zqHF-";function xc(e){let{height:t}=e;return(0,jo.jsx)("div",{className:_c,style:{minHeight:t?"".concat(t,"px"):"auto"},children:"..."})}xc.defaultProps={height:0};const Tc=xc,Sc={INIT:"INIT",LOADING:"LOADING",LOADING_MORE:"LOADING_MORE",LOADING_ALL:"LOADING_ALL",LOADING_PAGE:"LOADING_PAGE",ERROR:"ERROR",SUCCESS:"SUCCESS"};class Cc{constructor(e){let{loader:t,callback:n,defaultPageNumber:a,defaultPageSize:s,watch:o}=e;this.state=Sc.INIT,this.watchedValue="",this.defaultPageNumber=0,this.defaultPageSize=10,this.pageNumber=0,this.pageSize=10,this.sort=[],this.loader=()=>{},this.callback=()=>{},this.response=null,this.loader=t,this.callback=n,this.defaultPageNumber=a||0,this.defaultPageSize=s||10,this.watchedValue=o||"",(0,Gt.rC)(this,{state:Gt.LO,watchedValue:Gt.LO,sort:Gt.LO,fetchData:Gt.aD,successCallback:Gt.aD,errorCallback:Gt.aD,loadMore:Gt.aD,showAll:Gt.aD,updateSort:Gt.aD,canSendRequest:Gt.Fl})}newSearch(){return this.fetchData(Sc.LOADING,{pageNumber:this.defaultPageNumber,pageSize:this.defaultPageSize})}updateSort(e){return this.sort=e||[],this.fetchData(Sc.LOADING,{pageNumber:this.pageNumber,pageSize:this.pageSize})}goToPage(e,t){return this.fetchData(Sc.LOADING_PAGE,{pageNumber:e,pageSize:t})}loadMore(){const e=this.pageNumber+1;return this.fetchData(Sc.LOADING_MORE,{pageNumber:e,pageSize:this.pageSize})}showAll(){var e;const t=(null===(e=this.response)||void 0===e?void 0:e.totalElements)||100;return this.fetchData(Sc.LOADING_ALL,{pageNumber:0,pageSize:t})}get canSendRequest(){return![Sc.LOADING,Sc.LOADING_MORE,Sc.LOADING_ALL,Sc.LOADING_PAGE,Sc.ERROR].includes(this.state)}async fetchData(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.canSendRequest){this.state=e;try{const{pageNumber:e,pageSize:n}=t;this.callback&&this.callback();const a=await this.loader({page:e,size:n},this.sort);this.successCallback(a)}catch(n){const e=await n;this.errorCallback(e)}}}successCallback(e){var t,n,a,s;this.setResponse(e),this.pageSize=(null===(t=this.response)||void 0===t?void 0:t.size)||(null===(n=this.response)||void 0===n?void 0:n.pageSize)||10,this.pageNumber=(null===(a=this.response)||void 0===a?void 0:a.number)||(null===(s=this.response)||void 0===s?void 0:s.pageNumber)||0,this.callback&&this.callback(this.response),this.state=Sc.SUCCESS}setResponse(e){this.state===Sc.LOADING_MORE?this.response={...e,content:[...this.response.content,...e.content]}:this.response=e}errorCallback(e){this.state===Sc.LOADING&&(this.response=e),this.state=Sc.ERROR}updateWatchedValue(e){this.watchedValue=e,this.state=Sc.INIT,this.newSearch()}}function Ec(e){let{response:t}=e;return(0,jo.jsx)("div",{className:"data-loader-error",children:(0,jo.jsx)("div",{title:"\u0417\u0430\u043f\u0440\u043e\u0441 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d",children:(0,jo.jsx)("div",{children:t})})})}Ec.defaultProps={response:null};const Ac=Ec;function jc(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return"response"in(null===e||void 0===e?void 0:e.props)&&"state"in(null===e||void 0===e?void 0:e.props)&&"store"in(null===e||void 0===e?void 0:e.props)||"parameterInUrl"in(null===e||void 0===e?void 0:e.props)||"pagination"in(null===e||void 0===e?void 0:e.props)}const Nc=dn((e=>{let{watch:n,children:a,loader:s,callback:o,to:r,from:i,height:l,id:c,className:m,parameterInUrl:d,pagination:u}=e;const h=new URLSearchParams(X().search),[p,f]=(0,t.useState)(),g=null!==d&&void 0!==d&&d.includes("pageNumber")&&parseInt(h.get("pageNumber")||"",10)||0,y=null!==d&&void 0!==d&&d.includes("pageSize")&&parseInt(h.get("pageSize")||"",10)||10;(0,t.useEffect)((()=>{if(p instanceof Cc){if(p.response)if(p.loader=s,p.callback=o,(n||p.watchedValue)&&p.watchedValue!==n)p.updateWatchedValue(n);else if(!d||p.pageNumber===g&&p.pageSize===y){if(u&&(p.pageNumber!==(null===u||void 0===u?void 0:u.page)||p.pageSize!==(null===u||void 0===u?void 0:u.size))){const e=(null===u||void 0===u?void 0:u.page)||0,t=(null===u||void 0===u?void 0:u.size)||10;p.goToPage(e,t)}}else p.goToPage(g,y)}else{const e=new Cc({loader:s,callback:o,defaultPageNumber:g||(null===u||void 0===u?void 0:u.page),defaultPageSize:y||(null===u||void 0===u?void 0:u.size),watch:n});e.newSearch(),f(e)}}));const{state:v,response:b}=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=Sc.INIT,a=null;return e instanceof Cc&&(n=e.state,[Sc.SUCCESS,Sc.LOADING_MORE,Sc.LOADING_ALL].includes(n)&&(a=t?e.response[t]:e.response)),{state:n,response:a}}(p,i);if(v===Sc.LOADING||v===Sc.LOADING_PAGE)return(0,jo.jsx)(Tc,{height:l||80});if(v===Sc.ERROR)return(0,jo.jsx)(Ac,{response:null===p||void 0===p?void 0:p.response});const w=t.Children.map(a,(e=>t.isValidElement(e)?t.cloneElement(e,function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"",o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:"",r=arguments.length>6&&void 0!==arguments[6]?arguments[6]:[""],i=arguments.length>7&&void 0!==arguments[7]?arguments[7]:{page:0,size:10};return jc(e)?{response:null===t||void 0===t?void 0:t.response,to:s,from:o,state:n,store:t,parameterInUrl:r,pagination:i}:{[s]:a,updateSort:e=>null===t||void 0===t?void 0:t.updateSort(e)}}(e,p,v,b,r,i,d,u)):e)),k=null===w||void 0===w?void 0:w.find((e=>e.type===kc));var _;if(v===Sc.SUCCESS&&k&&(0===Object.keys(b||{}).length||0===(null===b||void 0===b||null===(_=b.content)||void 0===_?void 0:_.length)))return(0,jo.jsx)(jo.Fragment,{children:k});const x=null===w||void 0===w?void 0:w.filter((e=>e.type!==kc));return m?(0,jo.jsx)("div",{id:c||"",className:m||"",children:x}):(0,jo.jsx)(jo.Fragment,{children:x})})),Dc=Nc;function Oc(e){let{title:t,description:n,help:a,error:s,className:o,value:r,placeholder:i,onChange:l}=e;return(0,jo.jsx)($i,{title:t,description:n,help:a,error:s,className:o,children:(0,jo.jsx)("input",{type:"text",value:r,placeholder:i,className:"".concat(o," ").concat(Yi," }"),onChange:e=>{l&&l(e.target.value)}})})}Oc.defaultProps={placeholder:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435"};const Pc=Oc,Rc="paginator_paginator__y6ojS",Ic="paginator_paginator_text__WJVXu",Lc="paginator_paginator_page_number__xHIaY";function Fc(e){let{response:t,state:n,pagination:a,store:s}=e;const{t:o}=Bt();if(!t)return null;const r=(null===a||void 0===a?void 0:a.size)||10,{number:i,size:l,totalElements:c}=t,m=Math.ceil(c/l);if(n===Sc.INIT||i>m||1===m||!c)return null;const d=!(n===Sc.INIT||i>=m-1);return[Sc.LOADING_ALL,Sc.LOADING_MORE].includes(n||"")?(0,jo.jsx)(Tc,{height:40}):n===Sc.ERROR?(0,jo.jsx)(Ac,{response:null===s||void 0===s?void 0:s.response}):(0,jo.jsxs)("nav",{className:Rc,children:[(0,jo.jsx)("p",{className:Ic,children:o("uiKit.dataLoader.page")}),(0,jo.jsx)(Ro,{mode:"second",disabled:!i,onClick:()=>{s&&s.goToPage(i-1,l||r)},children:"\xab"}),(0,jo.jsx)(Pc,{className:Lc,value:i+1,onChange:e=>{let t=parseInt(e||"1",10);t<1&&(t=1),t>=m&&(t=m),s&&s.goToPage(t-1,l||r)}}),(0,jo.jsx)(Ro,{mode:"second",disabled:i===m-1,onClick:()=>{s&&s.goToPage(i+1,l||r)},children:"\xbb"}),(0,jo.jsx)("p",{className:Ic,children:o("uiKit.dataLoader.from")}),(0,jo.jsx)(Ro,{mode:"second",onClick:()=>{s&&s.goToPage(m-1,l||r)},children:m}),(0,jo.jsx)("p",{className:Ic,children:o("uiKit.dataLoader.size")}),(0,jo.jsx)(Pc,{value:l,className:Lc,onChange:e=>{let t=parseInt(e||"10",10);t<1&&(t=1),t>c&&(t=c),s&&s.goToPage(0,t)}}),(0,jo.jsx)("p",{className:Ic,children:o("uiKit.dataLoader.rows")}),d&&(0,jo.jsx)(Ro,{mode:"slim",onClick:()=>{s&&s.showAll()},children:o("uiKit.dataLoader.all")})]})}Fc.defaultProps={response:null,state:Sc.INIT,store:null,pagination:{}};const Mc=Fc;function Wc(e){let{content:t,pagination:n,query:a,mode:s,sort:o}=e;const r=t||[],i=a?r.filter((e=>e.name.toLowerCase().includes(null===a||void 0===a?void 0:a.toLowerCase()))):r,l=o?function(e,t){function n(e,t,n){return(e[n]||"").localeCompare(t[n]||"")}function a(e,t,n){return(e[n]||0)-(t[n]||0)}function s(e,t,n){return(e[n]||0).length-(t[n]||0).length}const o=null===e||void 0===e?void 0:e[0],r=t.map((e=>"string"===typeof o[e.property]?n:Array.isArray(o[e.property])?s:a)),i=t.length;return[...e].sort(((e,n)=>{for(let a=0;a<i;a++){const s=t[a],o=r[a](e,n,s.property);if(o)return o*s.direction}return 0}))}(i,o||[]):i;if(!n||"print"===s)return Promise.resolve({size:(null===l||void 0===l?void 0:l.length)||0,number:0,totalPages:1,totalElements:(null===l||void 0===l?void 0:l.length)||0,sort:o||[],content:l||[]});const c=n.size||10,m=n.page||0,d=c*m,u=d+c,h=l.length,p={size:c,number:m,totalPages:Math.ceil(h/c),totalElements:h,sort:o||[],content:l.slice(d,u)||[]};return Promise.resolve(p)}const Bc={title:"Title_title__hMuwZ"};function zc(e){let{title:t,addPadding:n,className:a}=e;const{t:s}=Bt();return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)("a",{name:t}),(0,jo.jsx)("h3",{className:"".concat(Bc.title," ").concat(n?Bc.title_padding:""," ").concat(a||""),children:s(t||"")})]})}zc.defaultProps={addPadding:!1,className:""};const Uc=zc,Hc="header_table_sort_up__I2qpq",Gc="header_table_sort_down__+InMt",Vc="styles_table_wrapper__roleO",Kc="styles_table__UsmVZ",qc="styles_table_row__bJesh",$c="styles_table_row_hide__fN3Hz",Yc="styles_table_row_selected__w3qVU",Zc="styles_table_sub_row__wwhwP",Xc="styles_table_cell__5rXYP",Jc="styles_table_header_cell__DJPbZ",Qc="styles_table_cell_number__nILwI",em="styles_table_cell_icon_open__afN37",tm="styles_table_cell_icon_close__QGhD+";function nm(e){let{columns:t,className:n,updateSort:a}=e;const{t:s}=Bt(),o=t.map(((e,t)=>{const o="function"===typeof e.className?e.className("header",t):e.className,r=s(e.title||"");return(0,jo.jsxs)("div",{className:"".concat(Jc," ").concat(n," ").concat(o||""),style:{width:e.width},children:[(0,jo.jsx)("span",{title:r,onClick:()=>{e.isSortable&&a&&a([{property:"string"===typeof e.isSortable?e.isSortable:e.properties,direction:[1,-1][e.sortDirection||0]||0}])},children:r}),e.title&&-1===e.sortDirection&&(0,jo.jsx)("div",{className:Gc}),e.title&&1===e.sortDirection&&(0,jo.jsx)("div",{className:Hc})]},"".concat(e.title,"_").concat(t))}));return(0,jo.jsx)("div",{className:"".concat(qc," ").concat(n),children:o})}nm.defaultProps={className:"",updateSort:()=>{}};const am=nm;let sm;function om(e){var t,n;let{column:a,row:s,rowIndex:o,className:r}=e;const i="function"===typeof a.className?a.className("body",s):a.className,l=a.onClick?()=>{a.onClick&&a.onClick(s)}:void 0,c=a.properties?s[a.properties]:s,m=a.formatter?a.formatter(c,o):c,d="function"===typeof a.template?a.template(m,s):"".concat(null!==(t=a.prefixes)&&void 0!==t?t:"").concat(null!==m&&void 0!==m?m:"").concat(null!==(n=a.suffixes)&&void 0!==n?n:""),u="string"===typeof d&&d.length>20?d:null;return(0,jo.jsx)("div",{title:u,className:"".concat(Xc," ").concat(r||""," ").concat(i||""),style:{width:a.width,cursor:l?"pointer":"auto"},onClick:l,children:d},a.title)}!function(e){e.STRING="STRING",e.NUMBER="NUMBER",e.SHORT_NUMBER="SHORT_NUMBER",e.DETAILS="DETAILS"}(sm||(sm={})),om.defaultPeops={className:""};const rm=om;function im(e){var t;let{column:n,row:a,className:s,rowConfig:o,updateRowsConfig:r}=e;const i=o||{id:1},l="function"===typeof n.className?n.className("body",a):n.className,c=null!==i&&void 0!==i&&i.details?em:tm,m=(n.properties&&a[n.properties]||!n.properties||!(null!==(t=n.properties)&&void 0!==t&&t.length))&&n.formatter;return(0,jo.jsx)("div",{className:"".concat(Xc," ").concat(s||""," ").concat(l||""),style:{width:n.width,cursor:"pointer"},onClick:()=>{m&&r&&r({...i,details:!(null!==i&&void 0!==i&&i.details)})},children:m&&(0,jo.jsx)("img",{className:c,src:"./assets/menu/arrow_right.svg"})},n.title)}im.defaultPeops={className:""};const lm=im;function cm(e,t){return(null===e||void 0===e?void 0:e.id)||(null===e||void 0===e?void 0:e.uuid)||"".concat(null===e||void 0===e?void 0:e.title,"-").concat(t)}function mm(e){return{id:e,details:!1,disabled:!1}}const dm=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n={};return e.map(((e,a)=>{const s=cm(e,a);n[s]=t[s]||mm(s)})),n};function um(e){var t;let{rows:n,disabledRow:a,columns:s,className:o,rowsConfig:r,updateRowsConfig:i}=e;const l=[],c=null===(t=s.find((e=>e.template===sm.DETAILS)))||void 0===t?void 0:t.formatter;return null===n||void 0===n||n.forEach(((e,t)=>{const n=(r||{})[cm(e,t)],m=s.map(((a,s)=>{const o="".concat(a.title,"_").concat(s);return a.template===sm.DETAILS?(0,jo.jsx)(lm,{column:a,row:e,rowConfig:n,updateRowsConfig:i},o):(0,jo.jsx)(rm,{column:a,row:e,rowIndex:t},o)})),d=[qc,o];a&&a(e)&&d.push($c),null!==n&&void 0!==n&&n.details&&d.push(Yc),l.push((0,jo.jsx)("div",{className:d.join(""),children:m},t)),null!==n&&void 0!==n&&n.details&&c&&l.push((0,jo.jsx)("div",{className:"".concat(Zc," ").concat(o),children:c(e)||null},"".concat(t,"-detail")))})),(0,jo.jsx)(jo.Fragment,{children:l})}um.defaultProps={className:""};const hm=um;const pm=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:150,n=arguments.length>2?arguments[2]:void 0;const a=null===n||void 0===n?void 0:n.reduce(((e,t)=>(e[t.property]=t.direction,e)),{}),s=e.map((e=>{const n=e.minWidth?Math.max(e.minWidth,t):t;return{...e,sortDirection:"string"===typeof(null===e||void 0===e?void 0:e.isSortable)?a[(null===e||void 0===e?void 0:e.isSortable)||""]||0:a[(null===e||void 0===e?void 0:e.properties)||""]||0,width:e.userWidth||e.defaultWidth||n}})),o=Math.floor(s.length/2);return[...s.filter(((e,t)=>e.isFixed&&t<=o)),...s.filter((e=>!e.isFixed)),...s.filter(((e,t)=>e.isFixed&&t>o))]};function fm(e){return t.Children.map(e,(e=>{var n,a,s,o,r,i;if(!t.isValidElement(e))return null;const l=(null===e||void 0===e||null===(n=e.props)||void 0===n?void 0:n.template)||sm.STRING,c=(null===e||void 0===e||null===(a=e.props)||void 0===a?void 0:a.className)||{[sm.STRING]:"",[sm.NUMBER]:Qc,[sm.SHORT_NUMBER]:Qc}[l||""]||"",m=(null===e||void 0===e||null===(s=e.props)||void 0===s?void 0:s.width)||{[sm.STRING]:200,[sm.NUMBER]:110,[sm.SHORT_NUMBER]:70}[l||""]||0,d=(null===e||void 0===e||null===(o=e.props)||void 0===o?void 0:o.minWidth)||40,u=null!==e&&void 0!==e&&null!==(r=e.props)&&void 0!==r&&r.isSortable?null===e||void 0===e||null===(i=e.props)||void 0===i?void 0:i.isSortable:[sm.STRING,sm.NUMBER,sm.SHORT_NUMBER].includes(l);return{...e.props,className:c,template:l,isSortable:u,minWidth:d,defaultWidth:m,width:void 0,userWidth:void 0}}))}function gm(e){var n;let{rows:a=[],sort:s=[],disabledRow:o,updateSort:r,children:i}=e;const[l,c]=(0,t.useState)(0),[m,d]=(0,t.useState)({});if(!a||!a.length)return null;const u=t.useRef(),h=null===u||void 0===u||null===(n=u.current)||void 0===n?void 0:n.offsetWidth;(0,t.useEffect)((()=>{c(h)}),[h]),(0,t.useEffect)((()=>{const e=dm(a,m);d(e)}),[a]);const p=fm(i),f=function(e,t){if(!t)return 150;const n=e.filter((e=>{let{isShow:t}=e;return t})),a=n.map((e=>e.userWidth||e.defaultWidth||0)),s=a.reduce(((e,t)=>e+t),0),o=a.filter((e=>!e)).length;if(!o)return 40;let r=t-s,i=r/o;return n.forEach((e=>{!e.minWidth||e.minWidth<i||(r-=e.minWidth,i=r/o)})),Math.max(i,40)}(p,l),g=pm(p,f,s);return(0,jo.jsx)("div",{ref:u,className:"".concat(Vc," scroll_x"),onTouchStart:e=>e.stopPropagation(),onMouseDown:e=>e.stopPropagation(),children:(0,jo.jsxs)("div",{className:"".concat(Kc),children:[(0,jo.jsx)(am,{columns:g,updateSort:r}),(0,jo.jsx)(hm,{rows:a,columns:g,disabledRow:o,rowsConfig:m,updateRowsConfig:e=>{d({...m,[e.id]:e})}})]})})}gm.defaultProps={rows:[],sort:[],updateSort:()=>{}};const ym=gm,vm="styles_card__4I57t",bm="styles_card_wrapper__YJq4o",wm="styles_card_title__MLH4Y",km="styles_card_line__RDSiM",_m="styles_card_line_title__R6ycc",xm="styles_card_line_value__6nvPF";function Tm(e){let{column:t,item:n,value:a,className:s}=e;const{t:o}=Bt(),r="function"===typeof t.className?t.className("body",n):t.className;return(0,jo.jsxs)("div",{className:"".concat(km," ").concat(s||""," ").concat(r||""),children:[(0,jo.jsx)("div",{className:_m,children:o(t.title||"")}),(0,jo.jsx)("div",{className:xm,children:a})]},t.title)}Tm.defaultPeops={className:""};const Sm=Tm;function Cm(e){let{column:t,item:n,className:a,value:s}=e;const o="function"===typeof t.className?t.className("body",n):t.className;return(0,jo.jsx)("div",{className:"".concat(wm," ").concat(a||""," ").concat(o||""),children:s},t.title)}Cm.defaultPeops={className:""};const Em=Cm;function Am(e){let{item:t,lines:n,className:a,customStyle:s}=e;const o=n.map(((e,n)=>{var a,s;const o=e.properties?t[e.properties]:t,r=e.formatter?e.formatter(o):o;if("function"===typeof e.template)return e.template(r,t);const i="".concat(null!==(a=e.prefixes)&&void 0!==a?a:"").concat(null!==r&&void 0!==r?r:"").concat(null!==(s=e.suffixes)&&void 0!==s?s:"");return n?(0,jo.jsx)(Sm,{item:t,column:e,value:i},"".concat(e.title,"_").concat(n)):(0,jo.jsx)(Em,{item:t,column:e,value:i},"".concat(e.title,"_").concat(n))}));return(0,jo.jsx)("div",{className:"".concat(vm," ").concat(a),style:s||{},children:o})}Am.defaultProps={className:""};const jm=Am;const Nm=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];const t=e.reduce(((t,n,a)=>{const s=e[a+1];return n.template===sm.SHORT_NUMBER&&"function"===typeof(null===s||void 0===s?void 0:s.template)?(t.text.push({...n,title:null===s||void 0===s?void 0:s.title}),t):("function"===typeof n.template?a>0&&e[a-1].template===sm.SHORT_NUMBER?t.shortChart.push(n):t.longChart.push(n):t.text.push(n),t)}),{text:[],shortChart:[],longChart:[]});return[...t.text,...t.longChart]};function Dm(e){let{items:n=[],className:a,columnCount:s,children:o}=e;const[r,i]=(0,t.useState)(s||4),l=(0,t.useRef)();if(!n||!n.length)return null;const c=fm(o),m=Nm(c);(0,t.useLayoutEffect)((()=>{var e;const t=null===l||void 0===l||null===(e=l.current)||void 0===e?void 0:e.offsetWidth;let n=4;t<1100&&(n=3),t<850&&(n=2),t<700&&(n=1),i(s||n)}),[]);const d=null===n||void 0===n?void 0:n.map(((e,t)=>(0,jo.jsx)(jm,{item:e,lines:m,customStyle:[{width:"calc(100% - 24px)"},{width:"calc(50% - 24px)"},{width:"calc(33.33% - 24px)"},{width:"calc(25% - 24px)"}][r-1],className:a},t)));return(0,jo.jsx)("div",{ref:l,className:bm,children:d})}Dm.defaultProps={items:[],className:void 0,columnCount:void 0};const Om=Dm;var Pm={version:"0.18.5"},Rm=1200,Im=1252,Lm=[874,932,936,949,950,1250,1251,1252,1253,1254,1255,1256,1257,1258,1e4],Fm={0:1252,1:65001,2:65001,77:1e4,128:932,129:949,130:1361,134:936,136:950,161:1253,162:1254,163:1258,177:1255,178:1256,186:1257,204:1251,222:874,238:1250,255:1252,69:6969},Mm=function(e){-1!=Lm.indexOf(e)&&(Im=Fm[0]=e)};var Wm=function(e){Rm=e,Mm(e)};function Bm(){Wm(1200),Mm(1252)}function zm(e){for(var t=[],n=0;n<e.length>>1;++n)t[n]=String.fromCharCode(e.charCodeAt(2*n+1)+(e.charCodeAt(2*n)<<8));return t.join("")}var Um,Hm=function(e){return String.fromCharCode(e)},Gm=function(e){return String.fromCharCode(e)};var Vm="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";function Km(e){for(var t="",n=0,a=0,s=0,o=0,r=0,i=0,l=0,c=0;c<e.length;)o=(n=e.charCodeAt(c++))>>2,r=(3&n)<<4|(a=e.charCodeAt(c++))>>4,i=(15&a)<<2|(s=e.charCodeAt(c++))>>6,l=63&s,isNaN(a)?i=l=64:isNaN(s)&&(l=64),t+=Vm.charAt(o)+Vm.charAt(r)+Vm.charAt(i)+Vm.charAt(l);return t}function qm(e){var t="",n=0,a=0,s=0,o=0,r=0,i=0;e=e.replace(/[^\w\+\/\=]/g,"");for(var l=0;l<e.length;)n=Vm.indexOf(e.charAt(l++))<<2|(o=Vm.indexOf(e.charAt(l++)))>>4,t+=String.fromCharCode(n),a=(15&o)<<4|(r=Vm.indexOf(e.charAt(l++)))>>2,64!==r&&(t+=String.fromCharCode(a)),s=(3&r)<<6|(i=Vm.indexOf(e.charAt(l++))),64!==i&&(t+=String.fromCharCode(s));return t}var $m=function(){return"undefined"!==typeof Buffer&&"undefined"!==typeof process&&"undefined"!==typeof process.versions&&!!process.versions.node}(),Ym=function(){if("undefined"!==typeof Buffer){var e=!Buffer.from;if(!e)try{Buffer.from("foo","utf8")}catch(t){e=!0}return e?function(e,t){return t?new Buffer(e,t):new Buffer(e)}:Buffer.from.bind(Buffer)}return function(){}}();function Zm(e){return $m?Buffer.alloc?Buffer.alloc(e):new Buffer(e):"undefined"!=typeof Uint8Array?new Uint8Array(e):new Array(e)}function Xm(e){return $m?Buffer.allocUnsafe?Buffer.allocUnsafe(e):new Buffer(e):"undefined"!=typeof Uint8Array?new Uint8Array(e):new Array(e)}var Jm=function(e){return $m?Ym(e,"binary"):e.split("").map((function(e){return 255&e.charCodeAt(0)}))};function Qm(e){if("undefined"===typeof ArrayBuffer)return Jm(e);for(var t=new ArrayBuffer(e.length),n=new Uint8Array(t),a=0;a!=e.length;++a)n[a]=255&e.charCodeAt(a);return t}function ed(e){if(Array.isArray(e))return e.map((function(e){return String.fromCharCode(e)})).join("");for(var t=[],n=0;n<e.length;++n)t[n]=String.fromCharCode(e[n]);return t.join("")}var td=$m?function(e){return Buffer.concat(e.map((function(e){return Buffer.isBuffer(e)?e:Ym(e)})))}:function(e){if("undefined"!==typeof Uint8Array){var t=0,n=0;for(t=0;t<e.length;++t)n+=e[t].length;var a=new Uint8Array(n),s=0;for(t=0,n=0;t<e.length;n+=s,++t)if(s=e[t].length,e[t]instanceof Uint8Array)a.set(e[t],n);else{if("string"==typeof e[t])throw"wtf";a.set(new Uint8Array(e[t]),n)}return a}return[].concat.apply([],e.map((function(e){return Array.isArray(e)?e:[].slice.call(e)})))};var nd=/\u0000/g,ad=/[\u0001-\u0006]/g;function sd(e){for(var t="",n=e.length-1;n>=0;)t+=e.charAt(n--);return t}function od(e,t){var n=""+e;return n.length>=t?n:yu("0",t-n.length)+n}function rd(e,t){var n=""+e;return n.length>=t?n:yu(" ",t-n.length)+n}function id(e,t){var n=""+e;return n.length>=t?n:n+yu(" ",t-n.length)}var ld=Math.pow(2,32);function cd(e,t){return e>ld||e<-ld?function(e,t){var n=""+Math.round(e);return n.length>=t?n:yu("0",t-n.length)+n}(e,t):function(e,t){var n=""+e;return n.length>=t?n:yu("0",t-n.length)+n}(Math.round(e),t)}function md(e,t){return t=t||0,e.length>=7+t&&103===(32|e.charCodeAt(t))&&101===(32|e.charCodeAt(t+1))&&110===(32|e.charCodeAt(t+2))&&101===(32|e.charCodeAt(t+3))&&114===(32|e.charCodeAt(t+4))&&97===(32|e.charCodeAt(t+5))&&108===(32|e.charCodeAt(t+6))}var dd=[["Sun","Sunday"],["Mon","Monday"],["Tue","Tuesday"],["Wed","Wednesday"],["Thu","Thursday"],["Fri","Friday"],["Sat","Saturday"]],ud=[["J","Jan","January"],["F","Feb","February"],["M","Mar","March"],["A","Apr","April"],["M","May","May"],["J","Jun","June"],["J","Jul","July"],["A","Aug","August"],["S","Sep","September"],["O","Oct","October"],["N","Nov","November"],["D","Dec","December"]];var hd={0:"General",1:"0",2:"0.00",3:"#,##0",4:"#,##0.00",9:"0%",10:"0.00%",11:"0.00E+00",12:"# ?/?",13:"# ??/??",14:"m/d/yy",15:"d-mmm-yy",16:"d-mmm",17:"mmm-yy",18:"h:mm AM/PM",19:"h:mm:ss AM/PM",20:"h:mm",21:"h:mm:ss",22:"m/d/yy h:mm",37:"#,##0 ;(#,##0)",38:"#,##0 ;[Red](#,##0)",39:"#,##0.00;(#,##0.00)",40:"#,##0.00;[Red](#,##0.00)",45:"mm:ss",46:"[h]:mm:ss",47:"mmss.0",48:"##0.0E+0",49:"@",56:'"\u4e0a\u5348/\u4e0b\u5348 "hh"\u6642"mm"\u5206"ss"\u79d2 "'},pd={5:37,6:38,7:39,8:40,23:0,24:0,25:0,26:0,27:14,28:14,29:14,30:14,31:14,50:14,51:14,52:14,53:14,54:14,55:14,56:14,57:14,58:14,59:1,60:2,61:3,62:4,67:9,68:10,69:12,70:13,71:14,72:14,73:15,74:16,75:17,76:20,77:21,78:22,79:45,80:46,81:47,82:0},fd={5:'"$"#,##0_);\\("$"#,##0\\)',63:'"$"#,##0_);\\("$"#,##0\\)',6:'"$"#,##0_);[Red]\\("$"#,##0\\)',64:'"$"#,##0_);[Red]\\("$"#,##0\\)',7:'"$"#,##0.00_);\\("$"#,##0.00\\)',65:'"$"#,##0.00_);\\("$"#,##0.00\\)',8:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',66:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',41:'_(* #,##0_);_(* \\(#,##0\\);_(* "-"_);_(@_)',42:'_("$"* #,##0_);_("$"* \\(#,##0\\);_("$"* "-"_);_(@_)',43:'_(* #,##0.00_);_(* \\(#,##0.00\\);_(* "-"??_);_(@_)',44:'_("$"* #,##0.00_);_("$"* \\(#,##0.00\\);_("$"* "-"??_);_(@_)'};function gd(e,t,n){for(var a=e<0?-1:1,s=e*a,o=0,r=1,i=0,l=1,c=0,m=0,d=Math.floor(s);c<t&&(i=(d=Math.floor(s))*r+o,m=d*c+l,!(s-d<5e-8));)s=1/(s-d),o=r,r=i,l=c,c=m;if(m>t&&(c>t?(m=l,i=o):(m=c,i=r)),!n)return[0,a*i,m];var u=Math.floor(a*i/m);return[u,a*i-u*m,m]}function yd(e,t,n){if(e>2958465||e<0)return null;var a=0|e,s=Math.floor(86400*(e-a)),o=0,r=[],i={D:a,T:s,u:86400*(e-a)-s,y:0,m:0,d:0,H:0,M:0,S:0,q:0};if(Math.abs(i.u)<1e-6&&(i.u=0),t&&t.date1904&&(a+=1462),i.u>.9999&&(i.u=0,86400==++s&&(i.T=s=0,++a,++i.D)),60===a)r=n?[1317,10,29]:[1900,2,29],o=3;else if(0===a)r=n?[1317,8,29]:[1900,1,0],o=6;else{a>60&&--a;var l=new Date(1900,0,1);l.setDate(l.getDate()+a-1),r=[l.getFullYear(),l.getMonth()+1,l.getDate()],o=l.getDay(),a<60&&(o=(o+6)%7),n&&(o=function(e,t){t[0]-=581;var n=e.getDay();e<60&&(n=(n+6)%7);return n}(l,r))}return i.y=r[0],i.m=r[1],i.d=r[2],i.S=s%60,s=Math.floor(s/60),i.M=s%60,s=Math.floor(s/60),i.H=s,i.q=o,i}var vd=new Date(1899,11,31,0,0,0),bd=vd.getTime(),wd=new Date(1900,2,1,0,0,0);function kd(e,t){var n=e.getTime();return t?n-=1262304e5:e>=wd&&(n+=864e5),(n-(bd+6e4*(e.getTimezoneOffset()-vd.getTimezoneOffset())))/864e5}function _d(e){return-1==e.indexOf(".")?e:e.replace(/(?:\.0*|(\.\d*[1-9])0+)$/,"$1")}function xd(e){var t,n=Math.floor(Math.log(Math.abs(e))*Math.LOG10E);return t=n>=-4&&n<=-1?e.toPrecision(10+n):Math.abs(n)<=9?function(e){var t=e<0?12:11,n=_d(e.toFixed(12));return n.length<=t||(n=e.toPrecision(10)).length<=t?n:e.toExponential(5)}(e):10===n?e.toFixed(10).substr(0,12):function(e){var t=_d(e.toFixed(11));return t.length>(e<0?12:11)||"0"===t||"-0"===t?e.toPrecision(6):t}(e),_d(function(e){return-1==e.indexOf("E")?e:e.replace(/(?:\.0*|(\.\d*[1-9])0+)[Ee]/,"$1E").replace(/(E[+-])(\d)$/,"$10$2")}(t.toUpperCase()))}function Td(e,t){switch(typeof e){case"string":return e;case"boolean":return e?"TRUE":"FALSE";case"number":return(0|e)===e?e.toString(10):xd(e);case"undefined":return"";case"object":if(null==e)return"";if(e instanceof Date)return Vd(14,kd(e,t&&t.date1904),t)}throw new Error("unsupported value in General format: "+e)}function Sd(e,t,n,a){var s,o="",r=0,i=0,l=n.y,c=0;switch(e){case 98:l=n.y+543;case 121:switch(t.length){case 1:case 2:s=l%100,c=2;break;default:s=l%1e4,c=4}break;case 109:switch(t.length){case 1:case 2:s=n.m,c=t.length;break;case 3:return ud[n.m-1][1];case 5:return ud[n.m-1][0];default:return ud[n.m-1][2]}break;case 100:switch(t.length){case 1:case 2:s=n.d,c=t.length;break;case 3:return dd[n.q][0];default:return dd[n.q][1]}break;case 104:switch(t.length){case 1:case 2:s=1+(n.H+11)%12,c=t.length;break;default:throw"bad hour format: "+t}break;case 72:switch(t.length){case 1:case 2:s=n.H,c=t.length;break;default:throw"bad hour format: "+t}break;case 77:switch(t.length){case 1:case 2:s=n.M,c=t.length;break;default:throw"bad minute format: "+t}break;case 115:if("s"!=t&&"ss"!=t&&".0"!=t&&".00"!=t&&".000"!=t)throw"bad second format: "+t;return 0!==n.u||"s"!=t&&"ss"!=t?(i=a>=2?3===a?1e3:100:1===a?10:1,(r=Math.round(i*(n.S+n.u)))>=60*i&&(r=0),"s"===t?0===r?"0":""+r/i:(o=od(r,2+a),"ss"===t?o.substr(0,2):"."+o.substr(2,t.length-1))):od(n.S,t.length);case 90:switch(t){case"[h]":case"[hh]":s=24*n.D+n.H;break;case"[m]":case"[mm]":s=60*(24*n.D+n.H)+n.M;break;case"[s]":case"[ss]":s=60*(60*(24*n.D+n.H)+n.M)+Math.round(n.S+n.u);break;default:throw"bad abstime format: "+t}c=3===t.length?1:2;break;case 101:s=l,c=1}return c>0?od(s,c):""}function Cd(e){if(e.length<=3)return e;for(var t=e.length%3,n=e.substr(0,t);t!=e.length;t+=3)n+=(n.length>0?",":"")+e.substr(t,3);return n}var Ed=/%/g;function Ad(e,t){var n,a=e.indexOf("E")-e.indexOf(".")-1;if(e.match(/^#+0.0E\+0$/)){if(0==t)return"0.0E+0";if(t<0)return"-"+Ad(e,-t);var s=e.indexOf(".");-1===s&&(s=e.indexOf("E"));var o=Math.floor(Math.log(t)*Math.LOG10E)%s;if(o<0&&(o+=s),-1===(n=(t/Math.pow(10,o)).toPrecision(a+1+(s+o)%s)).indexOf("e")){var r=Math.floor(Math.log(t)*Math.LOG10E);for(-1===n.indexOf(".")?n=n.charAt(0)+"."+n.substr(1)+"E+"+(r-n.length+o):n+="E+"+(r-o);"0."===n.substr(0,2);)n=(n=n.charAt(0)+n.substr(2,s)+"."+n.substr(2+s)).replace(/^0+([1-9])/,"$1").replace(/^0+\./,"0.");n=n.replace(/\+-/,"-")}n=n.replace(/^([+-]?)(\d*)\.(\d*)[Ee]/,(function(e,t,n,a){return t+n+a.substr(0,(s+o)%s)+"."+a.substr(o)+"E"}))}else n=t.toExponential(a);return e.match(/E\+00$/)&&n.match(/e[+-]\d$/)&&(n=n.substr(0,n.length-1)+"0"+n.charAt(n.length-1)),e.match(/E\-/)&&n.match(/e\+/)&&(n=n.replace(/e\+/,"e")),n.replace("e","E")}var jd=/# (\?+)( ?)\/( ?)(\d+)/;var Nd=/^#*0*\.([0#]+)/,Dd=/\).*[0#]/,Od=/\(###\) ###\\?-####/;function Pd(e){for(var t,n="",a=0;a!=e.length;++a)switch(t=e.charCodeAt(a)){case 35:break;case 63:n+=" ";break;case 48:n+="0";break;default:n+=String.fromCharCode(t)}return n}function Rd(e,t){var n=Math.pow(10,t);return""+Math.round(e*n)/n}function Id(e,t){var n=e-Math.floor(e),a=Math.pow(10,t);return t<(""+Math.round(n*a)).length?0:Math.round(n*a)}function Ld(e,t,n){if(40===e.charCodeAt(0)&&!t.match(Dd)){var a=t.replace(/\( */,"").replace(/ \)/,"").replace(/\)/,"");return n>=0?Ld("n",a,n):"("+Ld("n",a,-n)+")"}if(44===t.charCodeAt(t.length-1))return function(e,t,n){for(var a=t.length-1;44===t.charCodeAt(a-1);)--a;return Wd(e,t.substr(0,a),n/Math.pow(10,3*(t.length-a)))}(e,t,n);if(-1!==t.indexOf("%"))return function(e,t,n){var a=t.replace(Ed,""),s=t.length-a.length;return Wd(e,a,n*Math.pow(10,2*s))+yu("%",s)}(e,t,n);if(-1!==t.indexOf("E"))return Ad(t,n);if(36===t.charCodeAt(0))return"$"+Ld(e,t.substr(" "==t.charAt(1)?2:1),n);var s,o,r,i,l=Math.abs(n),c=n<0?"-":"";if(t.match(/^00+$/))return c+cd(l,t.length);if(t.match(/^[#?]+$/))return"0"===(s=cd(n,0))&&(s=""),s.length>t.length?s:Pd(t.substr(0,t.length-s.length))+s;if(o=t.match(jd))return function(e,t,n){var a=parseInt(e[4],10),s=Math.round(t*a),o=Math.floor(s/a),r=s-o*a,i=a;return n+(0===o?"":""+o)+" "+(0===r?yu(" ",e[1].length+1+e[4].length):rd(r,e[1].length)+e[2]+"/"+e[3]+od(i,e[4].length))}(o,l,c);if(t.match(/^#+0+$/))return c+cd(l,t.length-t.indexOf("0"));if(o=t.match(Nd))return s=Rd(n,o[1].length).replace(/^([^\.]+)$/,"$1."+Pd(o[1])).replace(/\.$/,"."+Pd(o[1])).replace(/\.(\d*)$/,(function(e,t){return"."+t+yu("0",Pd(o[1]).length-t.length)})),-1!==t.indexOf("0.")?s:s.replace(/^0\./,".");if(t=t.replace(/^#+([0.])/,"$1"),o=t.match(/^(0*)\.(#*)$/))return c+Rd(l,o[2].length).replace(/\.(\d*[1-9])0*$/,".$1").replace(/^(-?\d*)$/,"$1.").replace(/^0\./,o[1].length?"0.":".");if(o=t.match(/^#{1,3},##0(\.?)$/))return c+Cd(cd(l,0));if(o=t.match(/^#,##0\.([#0]*0)$/))return n<0?"-"+Ld(e,t,-n):Cd(""+(Math.floor(n)+function(e,t){return t<(""+Math.round((e-Math.floor(e))*Math.pow(10,t))).length?1:0}(n,o[1].length)))+"."+od(Id(n,o[1].length),o[1].length);if(o=t.match(/^#,#*,#0/))return Ld(e,t.replace(/^#,#*,/,""),n);if(o=t.match(/^([0#]+)(\\?-([0#]+))+$/))return s=sd(Ld(e,t.replace(/[\\-]/g,""),n)),r=0,sd(sd(t.replace(/\\/g,"")).replace(/[0#]/g,(function(e){return r<s.length?s.charAt(r++):"0"===e?"0":""})));if(t.match(Od))return"("+(s=Ld(e,"##########",n)).substr(0,3)+") "+s.substr(3,3)+"-"+s.substr(6);var m="";if(o=t.match(/^([#0?]+)( ?)\/( ?)([#0?]+)/))return r=Math.min(o[4].length,7),i=gd(l,Math.pow(10,r)-1,!1),s=""+c," "==(m=Wd("n",o[1],i[1])).charAt(m.length-1)&&(m=m.substr(0,m.length-1)+"0"),s+=m+o[2]+"/"+o[3],(m=id(i[2],r)).length<o[4].length&&(m=Pd(o[4].substr(o[4].length-m.length))+m),s+=m;if(o=t.match(/^# ([#0?]+)( ?)\/( ?)([#0?]+)/))return r=Math.min(Math.max(o[1].length,o[4].length),7),c+((i=gd(l,Math.pow(10,r)-1,!0))[0]||(i[1]?"":"0"))+" "+(i[1]?rd(i[1],r)+o[2]+"/"+o[3]+id(i[2],r):yu(" ",2*r+1+o[2].length+o[3].length));if(o=t.match(/^[#0?]+$/))return s=cd(n,0),t.length<=s.length?s:Pd(t.substr(0,t.length-s.length))+s;if(o=t.match(/^([#0?]+)\.([#0]+)$/)){s=""+n.toFixed(Math.min(o[2].length,10)).replace(/([^0])0+$/,"$1"),r=s.indexOf(".");var d=t.indexOf(".")-r,u=t.length-s.length-d;return Pd(t.substr(0,d)+s+t.substr(t.length-u))}if(o=t.match(/^00,000\.([#0]*0)$/))return r=Id(n,o[1].length),n<0?"-"+Ld(e,t,-n):Cd(function(e){return e<2147483647&&e>-2147483648?""+(e>=0?0|e:e-1|0):""+Math.floor(e)}(n)).replace(/^\d,\d{3}$/,"0$&").replace(/^\d*$/,(function(e){return"00,"+(e.length<3?od(0,3-e.length):"")+e}))+"."+od(r,o[1].length);switch(t){case"###,##0.00":return Ld(e,"#,##0.00",n);case"###,###":case"##,###":case"#,###":var h=Cd(cd(l,0));return"0"!==h?c+h:"";case"###,###.00":return Ld(e,"###,##0.00",n).replace(/^0\./,".");case"#,###.00":return Ld(e,"#,##0.00",n).replace(/^0\./,".")}throw new Error("unsupported format |"+t+"|")}function Fd(e,t){var n,a=e.indexOf("E")-e.indexOf(".")-1;if(e.match(/^#+0.0E\+0$/)){if(0==t)return"0.0E+0";if(t<0)return"-"+Fd(e,-t);var s=e.indexOf(".");-1===s&&(s=e.indexOf("E"));var o=Math.floor(Math.log(t)*Math.LOG10E)%s;if(o<0&&(o+=s),!(n=(t/Math.pow(10,o)).toPrecision(a+1+(s+o)%s)).match(/[Ee]/)){var r=Math.floor(Math.log(t)*Math.LOG10E);-1===n.indexOf(".")?n=n.charAt(0)+"."+n.substr(1)+"E+"+(r-n.length+o):n+="E+"+(r-o),n=n.replace(/\+-/,"-")}n=n.replace(/^([+-]?)(\d*)\.(\d*)[Ee]/,(function(e,t,n,a){return t+n+a.substr(0,(s+o)%s)+"."+a.substr(o)+"E"}))}else n=t.toExponential(a);return e.match(/E\+00$/)&&n.match(/e[+-]\d$/)&&(n=n.substr(0,n.length-1)+"0"+n.charAt(n.length-1)),e.match(/E\-/)&&n.match(/e\+/)&&(n=n.replace(/e\+/,"e")),n.replace("e","E")}function Md(e,t,n){if(40===e.charCodeAt(0)&&!t.match(Dd)){var a=t.replace(/\( */,"").replace(/ \)/,"").replace(/\)/,"");return n>=0?Md("n",a,n):"("+Md("n",a,-n)+")"}if(44===t.charCodeAt(t.length-1))return function(e,t,n){for(var a=t.length-1;44===t.charCodeAt(a-1);)--a;return Wd(e,t.substr(0,a),n/Math.pow(10,3*(t.length-a)))}(e,t,n);if(-1!==t.indexOf("%"))return function(e,t,n){var a=t.replace(Ed,""),s=t.length-a.length;return Wd(e,a,n*Math.pow(10,2*s))+yu("%",s)}(e,t,n);if(-1!==t.indexOf("E"))return Fd(t,n);if(36===t.charCodeAt(0))return"$"+Md(e,t.substr(" "==t.charAt(1)?2:1),n);var s,o,r,i,l=Math.abs(n),c=n<0?"-":"";if(t.match(/^00+$/))return c+od(l,t.length);if(t.match(/^[#?]+$/))return s=""+n,0===n&&(s=""),s.length>t.length?s:Pd(t.substr(0,t.length-s.length))+s;if(o=t.match(jd))return function(e,t,n){return n+(0===t?"":""+t)+yu(" ",e[1].length+2+e[4].length)}(o,l,c);if(t.match(/^#+0+$/))return c+od(l,t.length-t.indexOf("0"));if(o=t.match(Nd))return s=(s=(""+n).replace(/^([^\.]+)$/,"$1."+Pd(o[1])).replace(/\.$/,"."+Pd(o[1]))).replace(/\.(\d*)$/,(function(e,t){return"."+t+yu("0",Pd(o[1]).length-t.length)})),-1!==t.indexOf("0.")?s:s.replace(/^0\./,".");if(t=t.replace(/^#+([0.])/,"$1"),o=t.match(/^(0*)\.(#*)$/))return c+(""+l).replace(/\.(\d*[1-9])0*$/,".$1").replace(/^(-?\d*)$/,"$1.").replace(/^0\./,o[1].length?"0.":".");if(o=t.match(/^#{1,3},##0(\.?)$/))return c+Cd(""+l);if(o=t.match(/^#,##0\.([#0]*0)$/))return n<0?"-"+Md(e,t,-n):Cd(""+n)+"."+yu("0",o[1].length);if(o=t.match(/^#,#*,#0/))return Md(e,t.replace(/^#,#*,/,""),n);if(o=t.match(/^([0#]+)(\\?-([0#]+))+$/))return s=sd(Md(e,t.replace(/[\\-]/g,""),n)),r=0,sd(sd(t.replace(/\\/g,"")).replace(/[0#]/g,(function(e){return r<s.length?s.charAt(r++):"0"===e?"0":""})));if(t.match(Od))return"("+(s=Md(e,"##########",n)).substr(0,3)+") "+s.substr(3,3)+"-"+s.substr(6);var m="";if(o=t.match(/^([#0?]+)( ?)\/( ?)([#0?]+)/))return r=Math.min(o[4].length,7),i=gd(l,Math.pow(10,r)-1,!1),s=""+c," "==(m=Wd("n",o[1],i[1])).charAt(m.length-1)&&(m=m.substr(0,m.length-1)+"0"),s+=m+o[2]+"/"+o[3],(m=id(i[2],r)).length<o[4].length&&(m=Pd(o[4].substr(o[4].length-m.length))+m),s+=m;if(o=t.match(/^# ([#0?]+)( ?)\/( ?)([#0?]+)/))return r=Math.min(Math.max(o[1].length,o[4].length),7),c+((i=gd(l,Math.pow(10,r)-1,!0))[0]||(i[1]?"":"0"))+" "+(i[1]?rd(i[1],r)+o[2]+"/"+o[3]+id(i[2],r):yu(" ",2*r+1+o[2].length+o[3].length));if(o=t.match(/^[#0?]+$/))return s=""+n,t.length<=s.length?s:Pd(t.substr(0,t.length-s.length))+s;if(o=t.match(/^([#0]+)\.([#0]+)$/)){s=""+n.toFixed(Math.min(o[2].length,10)).replace(/([^0])0+$/,"$1"),r=s.indexOf(".");var d=t.indexOf(".")-r,u=t.length-s.length-d;return Pd(t.substr(0,d)+s+t.substr(t.length-u))}if(o=t.match(/^00,000\.([#0]*0)$/))return n<0?"-"+Md(e,t,-n):Cd(""+n).replace(/^\d,\d{3}$/,"0$&").replace(/^\d*$/,(function(e){return"00,"+(e.length<3?od(0,3-e.length):"")+e}))+"."+od(0,o[1].length);switch(t){case"###,###":case"##,###":case"#,###":var h=Cd(""+l);return"0"!==h?c+h:"";default:if(t.match(/\.[0#?]*$/))return Md(e,t.slice(0,t.lastIndexOf(".")),n)+Pd(t.slice(t.lastIndexOf(".")))}throw new Error("unsupported format |"+t+"|")}function Wd(e,t,n){return(0|n)===n?Md(e,t,n):Ld(e,t,n)}var Bd=/\[[HhMmSs\u0E0A\u0E19\u0E17]*\]/;function zd(e){for(var t=0,n="",a="";t<e.length;)switch(n=e.charAt(t)){case"G":md(e,t)&&(t+=6),t++;break;case'"':for(;34!==e.charCodeAt(++t)&&t<e.length;);++t;break;case"\\":case"_":t+=2;break;case"@":++t;break;case"B":case"b":if("1"===e.charAt(t+1)||"2"===e.charAt(t+1))return!0;case"M":case"D":case"Y":case"H":case"S":case"E":case"m":case"d":case"y":case"h":case"s":case"e":case"g":return!0;case"A":case"a":case"\u4e0a":if("A/P"===e.substr(t,3).toUpperCase())return!0;if("AM/PM"===e.substr(t,5).toUpperCase())return!0;if("\u4e0a\u5348/\u4e0b\u5348"===e.substr(t,5).toUpperCase())return!0;++t;break;case"[":for(a=n;"]"!==e.charAt(t++)&&t<e.length;)a+=e.charAt(t);if(a.match(Bd))return!0;break;case".":case"0":case"#":for(;t<e.length&&("0#?.,E+-%".indexOf(n=e.charAt(++t))>-1||"\\"==n&&"-"==e.charAt(t+1)&&"0#".indexOf(e.charAt(t+2))>-1););break;case"?":for(;e.charAt(++t)===n;);break;case"*":++t," "!=e.charAt(t)&&"*"!=e.charAt(t)||++t;break;case"(":case")":++t;break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":for(;t<e.length&&"0123456789".indexOf(e.charAt(++t))>-1;);break;default:++t}return!1}var Ud=/\[(=|>[=]?|<[>=]?)(-?\d+(?:\.\d*)?)\]/;function Hd(e,t){if(null==t)return!1;var n=parseFloat(t[2]);switch(t[1]){case"=":if(e==n)return!0;break;case">":if(e>n)return!0;break;case"<":if(e<n)return!0;break;case"<>":if(e!=n)return!0;break;case">=":if(e>=n)return!0;break;case"<=":if(e<=n)return!0}return!1}function Gd(e,t){var n=function(e){for(var t=[],n=!1,a=0,s=0;a<e.length;++a)switch(e.charCodeAt(a)){case 34:n=!n;break;case 95:case 42:case 92:++a;break;case 59:t[t.length]=e.substr(s,a-s),s=a+1}if(t[t.length]=e.substr(s),!0===n)throw new Error("Format |"+e+"| unterminated string ");return t}(e),a=n.length,s=n[a-1].indexOf("@");if(a<4&&s>-1&&--a,n.length>4)throw new Error("cannot find right format for |"+n.join("|")+"|");if("number"!==typeof t)return[4,4===n.length||s>-1?n[n.length-1]:"@"];switch(n.length){case 1:n=s>-1?["General","General","General",n[0]]:[n[0],n[0],n[0],"@"];break;case 2:n=s>-1?[n[0],n[0],n[0],n[1]]:[n[0],n[1],n[0],"@"];break;case 3:n=s>-1?[n[0],n[1],n[0],n[2]]:[n[0],n[1],n[2],"@"]}var o=t>0?n[0]:t<0?n[1]:n[2];if(-1===n[0].indexOf("[")&&-1===n[1].indexOf("["))return[a,o];if(null!=n[0].match(/\[[=<>]/)||null!=n[1].match(/\[[=<>]/)){var r=n[0].match(Ud),i=n[1].match(Ud);return Hd(t,r)?[a,n[0]]:Hd(t,i)?[a,n[1]]:[a,n[null!=r&&null!=i?2:1]]}return[a,o]}function Vd(e,t,n){null==n&&(n={});var a="";switch(typeof e){case"string":a="m/d/yy"==e&&n.dateNF?n.dateNF:e;break;case"number":null==(a=14==e&&n.dateNF?n.dateNF:(null!=n.table?n.table:hd)[e])&&(a=n.table&&n.table[pd[e]]||hd[pd[e]]),null==a&&(a=fd[e]||"General")}if(md(a,0))return Td(t,n);t instanceof Date&&(t=kd(t,n.date1904));var s=Gd(a,t);if(md(s[1]))return Td(t,n);if(!0===t)t="TRUE";else if(!1===t)t="FALSE";else if(""===t||null==t)return"";return function(e,t,n,a){for(var s,o,r,i=[],l="",c=0,m="",d="t",u="H";c<e.length;)switch(m=e.charAt(c)){case"G":if(!md(e,c))throw new Error("unrecognized character "+m+" in "+e);i[i.length]={t:"G",v:"General"},c+=7;break;case'"':for(l="";34!==(r=e.charCodeAt(++c))&&c<e.length;)l+=String.fromCharCode(r);i[i.length]={t:"t",v:l},++c;break;case"\\":var h=e.charAt(++c),p="("===h||")"===h?h:"t";i[i.length]={t:p,v:h},++c;break;case"_":i[i.length]={t:"t",v:" "},c+=2;break;case"@":i[i.length]={t:"T",v:t},++c;break;case"B":case"b":if("1"===e.charAt(c+1)||"2"===e.charAt(c+1)){if(null==s&&null==(s=yd(t,n,"2"===e.charAt(c+1))))return"";i[i.length]={t:"X",v:e.substr(c,2)},d=m,c+=2;break}case"M":case"D":case"Y":case"H":case"S":case"E":m=m.toLowerCase();case"m":case"d":case"y":case"h":case"s":case"e":case"g":if(t<0)return"";if(null==s&&null==(s=yd(t,n)))return"";for(l=m;++c<e.length&&e.charAt(c).toLowerCase()===m;)l+=m;"m"===m&&"h"===d.toLowerCase()&&(m="M"),"h"===m&&(m=u),i[i.length]={t:m,v:l},d=m;break;case"A":case"a":case"\u4e0a":var f={t:m,v:m};if(null==s&&(s=yd(t,n)),"A/P"===e.substr(c,3).toUpperCase()?(null!=s&&(f.v=s.H>=12?"P":"A"),f.t="T",u="h",c+=3):"AM/PM"===e.substr(c,5).toUpperCase()?(null!=s&&(f.v=s.H>=12?"PM":"AM"),f.t="T",c+=5,u="h"):"\u4e0a\u5348/\u4e0b\u5348"===e.substr(c,5).toUpperCase()?(null!=s&&(f.v=s.H>=12?"\u4e0b\u5348":"\u4e0a\u5348"),f.t="T",c+=5,u="h"):(f.t="t",++c),null==s&&"T"===f.t)return"";i[i.length]=f,d=m;break;case"[":for(l=m;"]"!==e.charAt(c++)&&c<e.length;)l+=e.charAt(c);if("]"!==l.slice(-1))throw'unterminated "[" block: |'+l+"|";if(l.match(Bd)){if(null==s&&null==(s=yd(t,n)))return"";i[i.length]={t:"Z",v:l.toLowerCase()},d=l.charAt(1)}else l.indexOf("$")>-1&&(l=(l.match(/\$([^-\[\]]*)/)||[])[1]||"$",zd(e)||(i[i.length]={t:"t",v:l}));break;case".":if(null!=s){for(l=m;++c<e.length&&"0"===(m=e.charAt(c));)l+=m;i[i.length]={t:"s",v:l};break}case"0":case"#":for(l=m;++c<e.length&&"0#?.,E+-%".indexOf(m=e.charAt(c))>-1;)l+=m;i[i.length]={t:"n",v:l};break;case"?":for(l=m;e.charAt(++c)===m;)l+=m;i[i.length]={t:m,v:l},d=m;break;case"*":++c," "!=e.charAt(c)&&"*"!=e.charAt(c)||++c;break;case"(":case")":i[i.length]={t:1===a?"t":m,v:m},++c;break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":for(l=m;c<e.length&&"0123456789".indexOf(e.charAt(++c))>-1;)l+=e.charAt(c);i[i.length]={t:"D",v:l};break;case" ":i[i.length]={t:m,v:m},++c;break;case"$":i[i.length]={t:"t",v:"$"},++c;break;default:if(-1===",$-+/():!^&'~{}<>=\u20acacfijklopqrtuvwxzP".indexOf(m))throw new Error("unrecognized character "+m+" in "+e);i[i.length]={t:"t",v:m},++c}var g,y=0,v=0;for(c=i.length-1,d="t";c>=0;--c)switch(i[c].t){case"h":case"H":i[c].t=u,d="h",y<1&&(y=1);break;case"s":(g=i[c].v.match(/\.0+$/))&&(v=Math.max(v,g[0].length-1)),y<3&&(y=3);case"d":case"y":case"M":case"e":d=i[c].t;break;case"m":"s"===d&&(i[c].t="M",y<2&&(y=2));break;case"X":break;case"Z":y<1&&i[c].v.match(/[Hh]/)&&(y=1),y<2&&i[c].v.match(/[Mm]/)&&(y=2),y<3&&i[c].v.match(/[Ss]/)&&(y=3)}switch(y){case 0:break;case 1:s.u>=.5&&(s.u=0,++s.S),s.S>=60&&(s.S=0,++s.M),s.M>=60&&(s.M=0,++s.H);break;case 2:s.u>=.5&&(s.u=0,++s.S),s.S>=60&&(s.S=0,++s.M)}var b,w="";for(c=0;c<i.length;++c)switch(i[c].t){case"t":case"T":case" ":case"D":break;case"X":i[c].v="",i[c].t=";";break;case"d":case"m":case"y":case"h":case"H":case"M":case"s":case"e":case"b":case"Z":i[c].v=Sd(i[c].t.charCodeAt(0),i[c].v,s,v),i[c].t="t";break;case"n":case"?":for(b=c+1;null!=i[b]&&("?"===(m=i[b].t)||"D"===m||(" "===m||"t"===m)&&null!=i[b+1]&&("?"===i[b+1].t||"t"===i[b+1].t&&"/"===i[b+1].v)||"("===i[c].t&&(" "===m||"n"===m||")"===m)||"t"===m&&("/"===i[b].v||" "===i[b].v&&null!=i[b+1]&&"?"==i[b+1].t));)i[c].v+=i[b].v,i[b]={v:"",t:";"},++b;w+=i[c].v,c=b-1;break;case"G":i[c].t="t",i[c].v=Td(t,n)}var k,_,x="";if(w.length>0){40==w.charCodeAt(0)?(k=t<0&&45===w.charCodeAt(0)?-t:t,_=Wd("n",w,k)):(_=Wd("n",w,k=t<0&&a>1?-t:t),k<0&&i[0]&&"t"==i[0].t&&(_=_.substr(1),i[0].v="-"+i[0].v)),b=_.length-1;var T=i.length;for(c=0;c<i.length;++c)if(null!=i[c]&&"t"!=i[c].t&&i[c].v.indexOf(".")>-1){T=c;break}var S=i.length;if(T===i.length&&-1===_.indexOf("E")){for(c=i.length-1;c>=0;--c)null!=i[c]&&-1!=="n?".indexOf(i[c].t)&&(b>=i[c].v.length-1?(b-=i[c].v.length,i[c].v=_.substr(b+1,i[c].v.length)):b<0?i[c].v="":(i[c].v=_.substr(0,b+1),b=-1),i[c].t="t",S=c);b>=0&&S<i.length&&(i[S].v=_.substr(0,b+1)+i[S].v)}else if(T!==i.length&&-1===_.indexOf("E")){for(b=_.indexOf(".")-1,c=T;c>=0;--c)if(null!=i[c]&&-1!=="n?".indexOf(i[c].t)){for(o=i[c].v.indexOf(".")>-1&&c===T?i[c].v.indexOf(".")-1:i[c].v.length-1,x=i[c].v.substr(o+1);o>=0;--o)b>=0&&("0"===i[c].v.charAt(o)||"#"===i[c].v.charAt(o))&&(x=_.charAt(b--)+x);i[c].v=x,i[c].t="t",S=c}for(b>=0&&S<i.length&&(i[S].v=_.substr(0,b+1)+i[S].v),b=_.indexOf(".")+1,c=T;c<i.length;++c)if(null!=i[c]&&(-1!=="n?(".indexOf(i[c].t)||c===T)){for(o=i[c].v.indexOf(".")>-1&&c===T?i[c].v.indexOf(".")+1:0,x=i[c].v.substr(0,o);o<i[c].v.length;++o)b<_.length&&(x+=_.charAt(b++));i[c].v=x,i[c].t="t",S=c}}}for(c=0;c<i.length;++c)null!=i[c]&&"n?".indexOf(i[c].t)>-1&&(k=a>1&&t<0&&c>0&&"-"===i[c-1].v?-t:t,i[c].v=Wd(i[c].t,i[c].v,k),i[c].t="t");var C="";for(c=0;c!==i.length;++c)null!=i[c]&&(C+=i[c].v);return C}(s[1],t,n,s[0])}function Kd(e,t){if("number"!=typeof t){t=+t||-1;for(var n=0;n<392;++n)if(void 0!=hd[n]){if(hd[n]==e){t=n;break}}else t<0&&(t=n);t<0&&(t=391)}return hd[t]=e,t}function qd(e){for(var t=0;392!=t;++t)void 0!==e[t]&&Kd(e[t],t)}function $d(){hd=function(e){return e||(e={}),e[0]="General",e[1]="0",e[2]="0.00",e[3]="#,##0",e[4]="#,##0.00",e[9]="0%",e[10]="0.00%",e[11]="0.00E+00",e[12]="# ?/?",e[13]="# ??/??",e[14]="m/d/yy",e[15]="d-mmm-yy",e[16]="d-mmm",e[17]="mmm-yy",e[18]="h:mm AM/PM",e[19]="h:mm:ss AM/PM",e[20]="h:mm",e[21]="h:mm:ss",e[22]="m/d/yy h:mm",e[37]="#,##0 ;(#,##0)",e[38]="#,##0 ;[Red](#,##0)",e[39]="#,##0.00;(#,##0.00)",e[40]="#,##0.00;[Red](#,##0.00)",e[45]="mm:ss",e[46]="[h]:mm:ss",e[47]="mmss.0",e[48]="##0.0E+0",e[49]="@",e[56]='"\u4e0a\u5348/\u4e0b\u5348 "hh"\u6642"mm"\u5206"ss"\u79d2 "',e}()}var Yd=/[dD]+|[mM]+|[yYeE]+|[Hh]+|[Ss]+/g;var Zd=function(){var e={};e.version="1.2.0";var t=function(){for(var e=0,t=new Array(256),n=0;256!=n;++n)e=1&(e=1&(e=1&(e=1&(e=1&(e=1&(e=1&(e=1&(e=n)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1,t[n]=e;return"undefined"!==typeof Int32Array?new Int32Array(t):t}();var n=function(e){var t=0,n=0,a=0,s="undefined"!==typeof Int32Array?new Int32Array(4096):new Array(4096);for(a=0;256!=a;++a)s[a]=e[a];for(a=0;256!=a;++a)for(n=e[a],t=256+a;t<4096;t+=256)n=s[t]=n>>>8^e[255&n];var o=[];for(a=1;16!=a;++a)o[a-1]="undefined"!==typeof Int32Array?s.subarray(256*a,256*a+256):s.slice(256*a,256*a+256);return o}(t),a=n[0],s=n[1],o=n[2],r=n[3],i=n[4],l=n[5],c=n[6],m=n[7],d=n[8],u=n[9],h=n[10],p=n[11],f=n[12],g=n[13],y=n[14];return e.table=t,e.bstr=function(e,n){for(var a=-1^n,s=0,o=e.length;s<o;)a=a>>>8^t[255&(a^e.charCodeAt(s++))];return~a},e.buf=function(e,n){for(var v=-1^n,b=e.length-15,w=0;w<b;)v=y[e[w++]^255&v]^g[e[w++]^v>>8&255]^f[e[w++]^v>>16&255]^p[e[w++]^v>>>24]^h[e[w++]]^u[e[w++]]^d[e[w++]]^m[e[w++]]^c[e[w++]]^l[e[w++]]^i[e[w++]]^r[e[w++]]^o[e[w++]]^s[e[w++]]^a[e[w++]]^t[e[w++]];for(b+=15;w<b;)v=v>>>8^t[255&(v^e[w++])];return~v},e.str=function(e,n){for(var a=-1^n,s=0,o=e.length,r=0,i=0;s<o;)(r=e.charCodeAt(s++))<128?a=a>>>8^t[255&(a^r)]:r<2048?a=(a=a>>>8^t[255&(a^(192|r>>6&31))])>>>8^t[255&(a^(128|63&r))]:r>=55296&&r<57344?(r=64+(1023&r),i=1023&e.charCodeAt(s++),a=(a=(a=(a=a>>>8^t[255&(a^(240|r>>8&7))])>>>8^t[255&(a^(128|r>>2&63))])>>>8^t[255&(a^(128|i>>6&15|(3&r)<<4))])>>>8^t[255&(a^(128|63&i))]):a=(a=(a=a>>>8^t[255&(a^(224|r>>12&15))])>>>8^t[255&(a^(128|r>>6&63))])>>>8^t[255&(a^(128|63&r))];return~a},e}(),Xd=function(){var e,t={};function n(e){if("/"==e.charAt(e.length-1))return-1===e.slice(0,-1).indexOf("/")?e:n(e.slice(0,-1));var t=e.lastIndexOf("/");return-1===t?e:e.slice(0,t+1)}function a(e){if("/"==e.charAt(e.length-1))return a(e.slice(0,-1));var t=e.lastIndexOf("/");return-1===t?e:e.slice(t+1)}function s(e,t){"string"===typeof t&&(t=new Date(t));var n=t.getHours();n=(n=n<<6|t.getMinutes())<<5|t.getSeconds()>>>1,e.write_shift(2,n);var a=t.getFullYear()-1980;a=(a=a<<4|t.getMonth()+1)<<5|t.getDate(),e.write_shift(2,a)}function o(e){Gh(e,0);for(var t={},n=0;e.l<=e.length-4;){var a=e.read_shift(2),s=e.read_shift(2),o=e.l+s,r={};if(21589===a)1&(n=e.read_shift(1))&&(r.mtime=e.read_shift(4)),s>5&&(2&n&&(r.atime=e.read_shift(4)),4&n&&(r.ctime=e.read_shift(4))),r.mtime&&(r.mt=new Date(1e3*r.mtime));e.l=o,t[a]=r}return t}function r(){return e||(e={})}function i(e,t){if(80==e[0]&&75==e[1])return ae(e,t);if(109==(32|e[0])&&105==(32|e[1]))return function(e,t){if("mime-version:"!=_(e.slice(0,13)).toLowerCase())throw new Error("Unsupported MAD header");var n=t&&t.root||"",a=($m&&Buffer.isBuffer(e)?e.toString("binary"):_(e)).split("\r\n"),s=0,o="";for(s=0;s<a.length;++s)if(o=a[s],/^Content-Location:/i.test(o)&&(o=o.slice(o.indexOf("file")),n||(n=o.slice(0,o.lastIndexOf("/")+1)),o.slice(0,n.length)!=n))for(;n.length>0&&(n=(n=n.slice(0,n.length-1)).slice(0,n.lastIndexOf("/")+1),o.slice(0,n.length)!=n););var r=(a[1]||"").match(/boundary="(.*?)"/);if(!r)throw new Error("MAD cannot find boundary");var i="--"+(r[1]||""),l=[],c=[],m={FileIndex:l,FullPaths:c};u(m);var d,h=0;for(s=0;s<a.length;++s){var p=a[s];p!==i&&p!==i+"--"||(h++&&ce(m,a.slice(d,s),n),d=s)}return m}(e,t);if(e.length<512)throw new Error("CFB file size "+e.length+" < 512");var n,a,s,o,r,i,h=512,p=[],f=e.slice(0,512);Gh(f,0);var g=function(e){if(80==e[e.l]&&75==e[e.l+1])return[0,0];e.chk(v,"Header Signature: "),e.l+=16;var t=e.read_shift(2,"u");return[e.read_shift(2,"u"),t]}(f);switch(n=g[0]){case 3:h=512;break;case 4:h=4096;break;case 0:if(0==g[1])return ae(e,t);default:throw new Error("Major Version: Expected 3 or 4 saw "+n)}512!==h&&Gh(f=e.slice(0,h),28);var b=e.slice(0,h);!function(e,t){var n=9;switch(e.l+=2,n=e.read_shift(2)){case 9:if(3!=t)throw new Error("Sector Shift: Expected 9 saw "+n);break;case 12:if(4!=t)throw new Error("Sector Shift: Expected 12 saw "+n);break;default:throw new Error("Sector Shift: Expected 9 or 12 saw "+n)}e.chk("0600","Mini Sector Shift: "),e.chk("000000000000","Reserved: ")}(f,n);var w=f.read_shift(4,"i");if(3===n&&0!==w)throw new Error("# Directory Sectors: Expected 0 saw "+w);f.l+=4,o=f.read_shift(4,"i"),f.l+=4,f.chk("00100000","Mini Stream Cutoff Size: "),r=f.read_shift(4,"i"),a=f.read_shift(4,"i"),i=f.read_shift(4,"i"),s=f.read_shift(4,"i");for(var k=-1,x=0;x<109&&!((k=f.read_shift(4,"i"))<0);++x)p[x]=k;var T=function(e,t){for(var n=Math.ceil(e.length/t)-1,a=[],s=1;s<n;++s)a[s-1]=e.slice(s*t,(s+1)*t);return a[n-1]=e.slice(n*t),a}(e,h);c(i,s,T,h,p);var S=function(e,t,n,a){var s=e.length,o=[],r=[],i=[],l=[],c=a-1,m=0,d=0,u=0,h=0;for(m=0;m<s;++m)if(i=[],(u=m+t)>=s&&(u-=s),!r[u]){l=[];var p=[];for(d=u;d>=0;){p[d]=!0,r[d]=!0,i[i.length]=d,l.push(e[d]);var f=n[Math.floor(4*d/a)];if(a<4+(h=4*d&c))throw new Error("FAT boundary crossed: "+d+" 4 "+a);if(!e[f])break;if(p[d=Mh(e[f],h)])break}o[u]={nodes:i,data:hh([l])}}return o}(T,o,p,h);S[o].name="!Directory",a>0&&r!==y&&(S[r].name="!MiniFAT"),S[p[0]].name="!FAT",S.fat_addrs=p,S.ssz=h;var C=[],E=[],A=[];!function(e,t,n,a,s,o,r,i){for(var c,u=0,h=a.length?2:0,p=t[e].data,f=0,g=0;f<p.length;f+=128){var v=p.slice(f,f+128);Gh(v,64),g=v.read_shift(2),c=fh(v,0,g-h),a.push(c);var b={name:c,type:v.read_shift(1),color:v.read_shift(1),L:v.read_shift(4,"i"),R:v.read_shift(4,"i"),C:v.read_shift(4,"i"),clsid:v.read_shift(16),state:v.read_shift(4,"i"),start:0,size:0};0!==v.read_shift(2)+v.read_shift(2)+v.read_shift(2)+v.read_shift(2)&&(b.ct=d(v,v.l-8)),0!==v.read_shift(2)+v.read_shift(2)+v.read_shift(2)+v.read_shift(2)&&(b.mt=d(v,v.l-8)),b.start=v.read_shift(4,"i"),b.size=v.read_shift(4,"i"),b.size<0&&b.start<0&&(b.size=b.type=0,b.start=y,b.name=""),5===b.type?(u=b.start,s>0&&u!==y&&(t[u].name="!StreamData")):b.size>=4096?(b.storage="fat",void 0===t[b.start]&&(t[b.start]=m(n,b.start,t.fat_addrs,t.ssz)),t[b.start].name=b.name,b.content=t[b.start].data.slice(0,b.size)):(b.storage="minifat",b.size<0?b.size=0:u!==y&&b.start!==y&&t[u]&&(b.content=l(b,t[u].data,(t[i]||{}).data))),b.content&&Gh(b.content,0),o[c]=b,r.push(b)}}(o,S,T,C,a,{},E,r),function(e,t,n){for(var a=0,s=0,o=0,r=0,i=0,l=n.length,c=[],m=[];a<l;++a)c[a]=m[a]=a,t[a]=n[a];for(;i<m.length;++i)s=e[a=m[i]].L,o=e[a].R,r=e[a].C,c[a]===a&&(-1!==s&&c[s]!==s&&(c[a]=c[s]),-1!==o&&c[o]!==o&&(c[a]=c[o])),-1!==r&&(c[r]=a),-1!==s&&a!=c[a]&&(c[s]=c[a],m.lastIndexOf(s)<i&&m.push(s)),-1!==o&&a!=c[a]&&(c[o]=c[a],m.lastIndexOf(o)<i&&m.push(o));for(a=1;a<l;++a)c[a]===a&&(-1!==o&&c[o]!==o?c[a]=c[o]:-1!==s&&c[s]!==s&&(c[a]=c[s]));for(a=1;a<l;++a)if(0!==e[a].type){if((i=a)!=c[i])do{i=c[i],t[a]=t[i]+"/"+t[a]}while(0!==i&&-1!==c[i]&&i!=c[i]);c[a]=-1}for(t[0]+="/",a=1;a<l;++a)2!==e[a].type&&(t[a]+="/")}(E,A,C),C.shift();var j={FileIndex:E,FullPaths:A};return t&&t.raw&&(j.raw={header:b,sectors:T}),j}function l(e,t,n){for(var a=e.start,s=e.size,o=[],r=a;n&&s>0&&r>=0;)o.push(t.slice(r*g,r*g+g)),s-=g,r=Mh(n,4*r);return 0===o.length?Kh(0):td(o).slice(0,e.size)}function c(e,t,n,a,s){var o=y;if(e===y){if(0!==t)throw new Error("DIFAT chain shorter than expected")}else if(-1!==e){var r=n[e],i=(a>>>2)-1;if(!r)return;for(var l=0;l<i&&(o=Mh(r,4*l))!==y;++l)s.push(o);c(Mh(r,a-4),t-1,n,a,s)}}function m(e,t,n,a,s){var o=[],r=[];s||(s=[]);var i=a-1,l=0,c=0;for(l=t;l>=0;){s[l]=!0,o[o.length]=l,r.push(e[l]);var m=n[Math.floor(4*l/a)];if(a<4+(c=4*l&i))throw new Error("FAT boundary crossed: "+l+" 4 "+a);if(!e[m])break;l=Mh(e[m],c)}return{nodes:o,data:hh([r])}}function d(e,t){return new Date(1e3*(Fh(e,t+4)/1e7*Math.pow(2,32)+Fh(e,t)/1e7-11644473600))}function u(e,t){var n=t||{},a=n.root||"Root Entry";if(e.FullPaths||(e.FullPaths=[]),e.FileIndex||(e.FileIndex=[]),e.FullPaths.length!==e.FileIndex.length)throw new Error("inconsistent CFB structure");0===e.FullPaths.length&&(e.FullPaths[0]=a+"/",e.FileIndex[0]={name:a,type:5}),n.CLSID&&(e.FileIndex[0].clsid=n.CLSID),function(e){var t="\x01Sh33tJ5";if(Xd.find(e,"/"+t))return;var n=Kh(4);n[0]=55,n[1]=n[3]=50,n[2]=54,e.FileIndex.push({name:t,type:2,content:n,size:4,L:69,R:69,C:69}),e.FullPaths.push(e.FullPaths[0]+t),h(e)}(e)}function h(e,t){u(e);for(var s=!1,o=!1,r=e.FullPaths.length-1;r>=0;--r){var i=e.FileIndex[r];switch(i.type){case 0:o?s=!0:(e.FileIndex.pop(),e.FullPaths.pop());break;case 1:case 2:case 5:o=!0,isNaN(i.R*i.L*i.C)&&(s=!0),i.R>-1&&i.L>-1&&i.R==i.L&&(s=!0);break;default:s=!0}}if(s||t){var l=new Date(1987,1,19),c=0,m=Object.create?Object.create(null):{},d=[];for(r=0;r<e.FullPaths.length;++r)m[e.FullPaths[r]]=!0,0!==e.FileIndex[r].type&&d.push([e.FullPaths[r],e.FileIndex[r]]);for(r=0;r<d.length;++r){var h=n(d[r][0]);(o=m[h])||(d.push([h,{name:a(h).replace("/",""),type:1,clsid:w,ct:l,mt:l,content:null}]),m[h]=!0)}for(d.sort((function(e,t){return function(e,t){for(var n=e.split("/"),a=t.split("/"),s=0,o=0,r=Math.min(n.length,a.length);s<r;++s){if(o=n[s].length-a[s].length)return o;if(n[s]!=a[s])return n[s]<a[s]?-1:1}return n.length-a.length}(e[0],t[0])})),e.FullPaths=[],e.FileIndex=[],r=0;r<d.length;++r)e.FullPaths[r]=d[r][0],e.FileIndex[r]=d[r][1];for(r=0;r<d.length;++r){var p=e.FileIndex[r],f=e.FullPaths[r];if(p.name=a(f).replace("/",""),p.L=p.R=p.C=-(p.color=1),p.size=p.content?p.content.length:0,p.start=0,p.clsid=p.clsid||w,0===r)p.C=d.length>1?1:-1,p.size=0,p.type=5;else if("/"==f.slice(-1)){for(c=r+1;c<d.length&&n(e.FullPaths[c])!=f;++c);for(p.C=c>=d.length?-1:c,c=r+1;c<d.length&&n(e.FullPaths[c])!=n(f);++c);p.R=c>=d.length?-1:c,p.type=1}else n(e.FullPaths[r+1]||"")==n(f)&&(p.R=r+1),p.type=2}}}function p(e,t){var n=t||{};if("mad"==n.fileType)return function(e,t){for(var n=t||{},a=n.boundary||"SheetJS",s=["MIME-Version: 1.0",'Content-Type: multipart/related; boundary="'+(a="------="+a).slice(2)+'"',"","",""],o=e.FullPaths[0],r=o,i=e.FileIndex[0],l=1;l<e.FullPaths.length;++l)if(r=e.FullPaths[l].slice(o.length),(i=e.FileIndex[l]).size&&i.content&&"\x01Sh33tJ5"!=r){r=r.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7E-\xFF]/g,(function(e){return"_x"+e.charCodeAt(0).toString(16)+"_"})).replace(/[\u0080-\uFFFF]/g,(function(e){return"_u"+e.charCodeAt(0).toString(16)+"_"}));for(var c=i.content,m=$m&&Buffer.isBuffer(c)?c.toString("binary"):_(c),d=0,u=Math.min(1024,m.length),h=0,p=0;p<=u;++p)(h=m.charCodeAt(p))>=32&&h<128&&++d;var f=d>=4*u/5;s.push(a),s.push("Content-Location: "+(n.root||"file:///C:/SheetJS/")+r),s.push("Content-Transfer-Encoding: "+(f?"quoted-printable":"base64")),s.push("Content-Type: "+re(i,r)),s.push(""),s.push(f?le(m):ie(m))}return s.push(a+"--\r\n"),s.join("\r\n")}(e,n);if(h(e),"zip"===n.fileType)return function(e,t){var n=t||{},a=[],o=[],r=Kh(1),i=n.compression?8:0,l=0;0;var c=0,m=0,d=0,u=0,h=e.FullPaths[0],p=h,f=e.FileIndex[0],g=[],y=0;for(c=1;c<e.FullPaths.length;++c)if(p=e.FullPaths[c].slice(h.length),(f=e.FileIndex[c]).size&&f.content&&"\x01Sh33tJ5"!=p){var v=d,b=Kh(p.length);for(m=0;m<p.length;++m)b.write_shift(1,127&p.charCodeAt(m));b=b.slice(0,b.l),g[u]=Zd.buf(f.content,0);var w=f.content;8==i&&(w=x(w)),(r=Kh(30)).write_shift(4,67324752),r.write_shift(2,20),r.write_shift(2,l),r.write_shift(2,i),f.mt?s(r,f.mt):r.write_shift(4,0),r.write_shift(-4,8&l?0:g[u]),r.write_shift(4,8&l?0:w.length),r.write_shift(4,8&l?0:f.content.length),r.write_shift(2,b.length),r.write_shift(2,0),d+=r.length,a.push(r),d+=b.length,a.push(b),d+=w.length,a.push(w),8&l&&((r=Kh(12)).write_shift(-4,g[u]),r.write_shift(4,w.length),r.write_shift(4,f.content.length),d+=r.l,a.push(r)),(r=Kh(46)).write_shift(4,33639248),r.write_shift(2,0),r.write_shift(2,20),r.write_shift(2,l),r.write_shift(2,i),r.write_shift(4,0),r.write_shift(-4,g[u]),r.write_shift(4,w.length),r.write_shift(4,f.content.length),r.write_shift(2,b.length),r.write_shift(2,0),r.write_shift(2,0),r.write_shift(2,0),r.write_shift(2,0),r.write_shift(4,0),r.write_shift(4,v),y+=r.l,o.push(r),y+=b.length,o.push(b),++u}return r=Kh(22),r.write_shift(4,101010256),r.write_shift(2,0),r.write_shift(2,0),r.write_shift(2,u),r.write_shift(2,u),r.write_shift(4,y),r.write_shift(4,d),r.write_shift(2,0),td([td(a),td(o),r])}(e,n);var a=function(e){for(var t=0,n=0,a=0;a<e.FileIndex.length;++a){var s=e.FileIndex[a];if(s.content){var o=s.content.length;o>0&&(o<4096?t+=o+63>>6:n+=o+511>>9)}}for(var r=e.FullPaths.length+3>>2,i=t+127>>7,l=(t+7>>3)+n+r+i,c=l+127>>7,m=c<=109?0:Math.ceil((c-109)/127);l+c+m+127>>7>c;)m=++c<=109?0:Math.ceil((c-109)/127);var d=[1,m,c,i,r,n,t,0];return e.FileIndex[0].size=t<<6,d[7]=(e.FileIndex[0].start=d[0]+d[1]+d[2]+d[3]+d[4]+d[5])+(d[6]+7>>3),d}(e),o=Kh(a[7]<<9),r=0,i=0;for(r=0;r<8;++r)o.write_shift(1,b[r]);for(r=0;r<8;++r)o.write_shift(2,0);for(o.write_shift(2,62),o.write_shift(2,3),o.write_shift(2,65534),o.write_shift(2,9),o.write_shift(2,6),r=0;r<3;++r)o.write_shift(2,0);for(o.write_shift(4,0),o.write_shift(4,a[2]),o.write_shift(4,a[0]+a[1]+a[2]+a[3]-1),o.write_shift(4,0),o.write_shift(4,4096),o.write_shift(4,a[3]?a[0]+a[1]+a[2]-1:y),o.write_shift(4,a[3]),o.write_shift(-4,a[1]?a[0]-1:y),o.write_shift(4,a[1]),r=0;r<109;++r)o.write_shift(-4,r<a[2]?a[1]+r:-1);if(a[1])for(i=0;i<a[1];++i){for(;r<236+127*i;++r)o.write_shift(-4,r<a[2]?a[1]+r:-1);o.write_shift(-4,i===a[1]-1?y:i+1)}var l=function(e){for(i+=e;r<i-1;++r)o.write_shift(-4,r+1);e&&(++r,o.write_shift(-4,y))};for(i=r=0,i+=a[1];r<i;++r)o.write_shift(-4,k.DIFSECT);for(i+=a[2];r<i;++r)o.write_shift(-4,k.FATSECT);l(a[3]),l(a[4]);for(var c=0,m=0,d=e.FileIndex[0];c<e.FileIndex.length;++c)(d=e.FileIndex[c]).content&&((m=d.content.length)<4096||(d.start=i,l(m+511>>9)));for(l(a[6]+7>>3);511&o.l;)o.write_shift(-4,k.ENDOFCHAIN);for(i=r=0,c=0;c<e.FileIndex.length;++c)(d=e.FileIndex[c]).content&&(!(m=d.content.length)||m>=4096||(d.start=i,l(m+63>>6)));for(;511&o.l;)o.write_shift(-4,k.ENDOFCHAIN);for(r=0;r<a[4]<<2;++r){var u=e.FullPaths[r];if(u&&0!==u.length){d=e.FileIndex[r],0===r&&(d.start=d.size?d.start-1:y);var p=0===r&&n.root||d.name;if(m=2*(p.length+1),o.write_shift(64,p,"utf16le"),o.write_shift(2,m),o.write_shift(1,d.type),o.write_shift(1,d.color),o.write_shift(-4,d.L),o.write_shift(-4,d.R),o.write_shift(-4,d.C),d.clsid)o.write_shift(16,d.clsid,"hex");else for(c=0;c<4;++c)o.write_shift(4,0);o.write_shift(4,d.state||0),o.write_shift(4,0),o.write_shift(4,0),o.write_shift(4,0),o.write_shift(4,0),o.write_shift(4,d.start),o.write_shift(4,d.size),o.write_shift(4,0)}else{for(c=0;c<17;++c)o.write_shift(4,0);for(c=0;c<3;++c)o.write_shift(4,-1);for(c=0;c<12;++c)o.write_shift(4,0)}}for(r=1;r<e.FileIndex.length;++r)if((d=e.FileIndex[r]).size>=4096)if(o.l=d.start+1<<9,$m&&Buffer.isBuffer(d.content))d.content.copy(o,o.l,0,d.size),o.l+=d.size+511&-512;else{for(c=0;c<d.size;++c)o.write_shift(1,d.content[c]);for(;511&c;++c)o.write_shift(1,0)}for(r=1;r<e.FileIndex.length;++r)if((d=e.FileIndex[r]).size>0&&d.size<4096)if($m&&Buffer.isBuffer(d.content))d.content.copy(o,o.l,0,d.size),o.l+=d.size+63&-64;else{for(c=0;c<d.size;++c)o.write_shift(1,d.content[c]);for(;63&c;++c)o.write_shift(1,0)}if($m)o.l=o.length;else for(;o.l<o.length;)o.write_shift(1,0);return o}t.version="1.2.1";var f,g=64,y=-2,v="d0cf11e0a1b11ae1",b=[208,207,17,224,161,177,26,225],w="00000000000000000000000000000000",k={MAXREGSECT:-6,DIFSECT:-4,FATSECT:-3,ENDOFCHAIN:y,FREESECT:-1,HEADER_SIGNATURE:v,HEADER_MINOR_VERSION:"3e00",MAXREGSID:-6,NOSTREAM:-1,HEADER_CLSID:w,EntryTypes:["unknown","storage","stream","lockbytes","property","root"]};function _(e){for(var t=new Array(e.length),n=0;n<e.length;++n)t[n]=String.fromCharCode(e[n]);return t.join("")}function x(e){return f?f.deflateRawSync(e):$(e)}var T=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],S=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258],C=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577];function E(e){var t=139536&(e<<1|e<<11)|558144&(e<<5|e<<15);return 255&(t>>16|t>>8|t)}for(var A="undefined"!==typeof Uint8Array,j=A?new Uint8Array(256):[],N=0;N<256;++N)j[N]=E(N);function D(e,t){var n=j[255&e];return t<=8?n>>>8-t:(n=n<<8|j[e>>8&255],t<=16?n>>>16-t:(n=n<<8|j[e>>16&255])>>>24-t)}function O(e,t){var n=7&t,a=t>>>3;return(e[a]|(n<=6?0:e[a+1]<<8))>>>n&3}function P(e,t){var n=7&t,a=t>>>3;return(e[a]|(n<=5?0:e[a+1]<<8))>>>n&7}function R(e,t){var n=7&t,a=t>>>3;return(e[a]|(n<=3?0:e[a+1]<<8))>>>n&31}function I(e,t){var n=7&t,a=t>>>3;return(e[a]|(n<=1?0:e[a+1]<<8))>>>n&127}function L(e,t,n){var a=7&t,s=t>>>3,o=(1<<n)-1,r=e[s]>>>a;return n<8-a?r&o:(r|=e[s+1]<<8-a,n<16-a?r&o:(r|=e[s+2]<<16-a,n<24-a?r&o:(r|=e[s+3]<<24-a)&o))}function F(e,t,n){var a=7&t,s=t>>>3;return a<=5?e[s]|=(7&n)<<a:(e[s]|=n<<a&255,e[s+1]=(7&n)>>8-a),t+3}function M(e,t,n){return n=(1&n)<<(7&t),e[t>>>3]|=n,t+1}function W(e,t,n){var a=t>>>3;return n<<=7&t,e[a]|=255&n,n>>>=8,e[a+1]=n,t+8}function B(e,t,n){var a=t>>>3;return n<<=7&t,e[a]|=255&n,n>>>=8,e[a+1]=255&n,e[a+2]=n>>>8,t+16}function z(e,t){var n=e.length,a=2*n>t?2*n:t+5,s=0;if(n>=t)return e;if($m){var o=Xm(a);if(e.copy)e.copy(o);else for(;s<e.length;++s)o[s]=e[s];return o}if(A){var r=new Uint8Array(a);if(r.set)r.set(e);else for(;s<n;++s)r[s]=e[s];return r}return e.length=a,e}function U(e){for(var t=new Array(e),n=0;n<e;++n)t[n]=0;return t}function H(e,t,n){var a=1,s=0,o=0,r=0,i=0,l=e.length,c=A?new Uint16Array(32):U(32);for(o=0;o<32;++o)c[o]=0;for(o=l;o<n;++o)e[o]=0;l=e.length;var m=A?new Uint16Array(l):U(l);for(o=0;o<l;++o)c[s=e[o]]++,a<s&&(a=s),m[o]=0;for(c[0]=0,o=1;o<=a;++o)c[o+16]=i=i+c[o-1]<<1;for(o=0;o<l;++o)0!=(i=e[o])&&(m[o]=c[i+16]++);var d=0;for(o=0;o<l;++o)if(0!=(d=e[o]))for(i=D(m[o],a)>>a-d,r=(1<<a+4-d)-1;r>=0;--r)t[i|r<<d]=15&d|o<<4;return a}var G=A?new Uint16Array(512):U(512),V=A?new Uint16Array(32):U(32);if(!A){for(var K=0;K<512;++K)G[K]=0;for(K=0;K<32;++K)V[K]=0}!function(){for(var e=[],t=0;t<32;t++)e.push(5);H(e,V,32);var n=[];for(t=0;t<=143;t++)n.push(8);for(;t<=255;t++)n.push(9);for(;t<=279;t++)n.push(7);for(;t<=287;t++)n.push(8);H(n,G,288)}();var q=function(){for(var e=A?new Uint8Array(32768):[],t=0,n=0;t<C.length-1;++t)for(;n<C[t+1];++n)e[n]=t;for(;n<32768;++n)e[n]=29;var a=A?new Uint8Array(259):[];for(t=0,n=0;t<S.length-1;++t)for(;n<S[t+1];++n)a[n]=t;return function(t,n){return t.length<8?function(e,t){for(var n=0;n<e.length;){var a=Math.min(65535,e.length-n),s=n+a==e.length;for(t.write_shift(1,+s),t.write_shift(2,a),t.write_shift(2,65535&~a);a-- >0;)t[t.l++]=e[n++]}return t.l}(t,n):function(t,n){for(var s=0,o=0,r=A?new Uint16Array(32768):[];o<t.length;){var i=Math.min(65535,t.length-o);if(i<10){for(7&(s=F(n,s,+!(o+i!=t.length)))&&(s+=8-(7&s)),n.l=s/8|0,n.write_shift(2,i),n.write_shift(2,65535&~i);i-- >0;)n[n.l++]=t[o++];s=8*n.l}else{s=F(n,s,+!(o+i!=t.length)+2);for(var l=0;i-- >0;){var c=t[o],m=-1,d=0;if((m=r[l=32767&(l<<5^c)])&&((m|=-32768&o)>o&&(m-=32768),m<o))for(;t[m+d]==t[o+d]&&d<250;)++d;if(d>2){(c=a[d])<=22?s=W(n,s,j[c+1]>>1)-1:(W(n,s,3),W(n,s+=5,j[c-23]>>5),s+=3);var u=c<8?0:c-4>>2;u>0&&(B(n,s,d-S[c]),s+=u),c=e[o-m],s=W(n,s,j[c]>>3),s-=3;var h=c<4?0:c-2>>1;h>0&&(B(n,s,o-m-C[c]),s+=h);for(var p=0;p<d;++p)r[l]=32767&o,l=32767&(l<<5^t[o]),++o;i-=d-1}else c<=143?c+=48:s=M(n,s,1),s=W(n,s,j[c]),r[l]=32767&o,++o}s=W(n,s,0)-1}}return n.l=(s+7)/8|0,n.l}(t,n)}}();function $(e){var t=Kh(50+Math.floor(1.1*e.length)),n=q(e,t);return t.slice(0,n)}var Y=A?new Uint16Array(32768):U(32768),Z=A?new Uint16Array(32768):U(32768),X=A?new Uint16Array(128):U(128),J=1,Q=1;function ee(e,t){var n=R(e,t)+257,a=R(e,t+=5)+1,s=function(e,t){var n=7&t,a=t>>>3;return(e[a]|(n<=4?0:e[a+1]<<8))>>>n&15}(e,t+=5)+4;t+=4;for(var o=0,r=A?new Uint8Array(19):U(19),i=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],l=1,c=A?new Uint8Array(8):U(8),m=A?new Uint8Array(8):U(8),d=r.length,u=0;u<s;++u)r[T[u]]=o=P(e,t),l<o&&(l=o),c[o]++,t+=3;var h=0;for(c[0]=0,u=1;u<=l;++u)m[u]=h=h+c[u-1]<<1;for(u=0;u<d;++u)0!=(h=r[u])&&(i[u]=m[h]++);var p=0;for(u=0;u<d;++u)if(0!=(p=r[u])){h=j[i[u]]>>8-p;for(var f=(1<<7-p)-1;f>=0;--f)X[h|f<<p]=7&p|u<<3}var g=[];for(l=1;g.length<n+a;)switch(t+=7&(h=X[I(e,t)]),h>>>=3){case 16:for(o=3+O(e,t),t+=2,h=g[g.length-1];o-- >0;)g.push(h);break;case 17:for(o=3+P(e,t),t+=3;o-- >0;)g.push(0);break;case 18:for(o=11+I(e,t),t+=7;o-- >0;)g.push(0);break;default:g.push(h),l<h&&(l=h)}var y=g.slice(0,n),v=g.slice(n);for(u=n;u<286;++u)y[u]=0;for(u=a;u<30;++u)v[u]=0;return J=H(y,Y,286),Q=H(v,Z,30),t}function te(e,t){var n=function(e,t){if(3==e[0]&&!(3&e[1]))return[Zm(t),2];for(var n=0,a=0,s=Xm(t||1<<18),o=0,r=s.length>>>0,i=0,l=0;0==(1&a);)if(a=P(e,n),n+=3,a>>>1!=0)for(a>>1==1?(i=9,l=5):(n=ee(e,n),i=J,l=Q);;){!t&&r<o+32767&&(r=(s=z(s,o+32767)).length);var c=L(e,n,i),m=a>>>1==1?G[c]:Y[c];if(n+=15&m,0===((m>>>=4)>>>8&255))s[o++]=m;else{if(256==m)break;var d=(m-=257)<8?0:m-4>>2;d>5&&(d=0);var u=o+S[m];d>0&&(u+=L(e,n,d),n+=d),c=L(e,n,l),n+=15&(m=a>>>1==1?V[c]:Z[c]);var h=(m>>>=4)<4?0:m-2>>1,p=C[m];for(h>0&&(p+=L(e,n,h),n+=h),!t&&r<u&&(r=(s=z(s,u+100)).length);o<u;)s[o]=s[o-p],++o}}else{7&n&&(n+=8-(7&n));var f=e[n>>>3]|e[1+(n>>>3)]<<8;if(n+=32,f>0)for(!t&&r<o+f&&(r=(s=z(s,o+f)).length);f-- >0;)s[o++]=e[n>>>3],n+=8}return t?[s,n+7>>>3]:[s.slice(0,o),n+7>>>3]}(e.slice(e.l||0),t);return e.l+=n[1],n[0]}function ne(e,t){if(!e)throw new Error(t);"undefined"!==typeof console&&console.error(t)}function ae(e,t){var n=e;Gh(n,0);var a={FileIndex:[],FullPaths:[]};u(a,{root:t.root});for(var s=n.length-4;(80!=n[s]||75!=n[s+1]||5!=n[s+2]||6!=n[s+3])&&s>=0;)--s;n.l=s+4,n.l+=4;var r=n.read_shift(2);n.l+=6;var i=n.read_shift(4);for(n.l=i,s=0;s<r;++s){n.l+=20;var l=n.read_shift(4),c=n.read_shift(4),m=n.read_shift(2),d=n.read_shift(2),h=n.read_shift(2);n.l+=8;var p=n.read_shift(4),f=o(n.slice(n.l+m,n.l+m+d));n.l+=m+d+h;var g=n.l;n.l=p+4,se(n,l,c,a,f),n.l=g}return a}function se(e,t,n,a,s){e.l+=2;var r=e.read_shift(2),i=e.read_shift(2),l=function(e){var t=65535&e.read_shift(2),n=65535&e.read_shift(2),a=new Date,s=31&n,o=15&(n>>>=5);n>>>=4,a.setMilliseconds(0),a.setFullYear(n+1980),a.setMonth(o-1),a.setDate(s);var r=31&t,i=63&(t>>>=5);return t>>>=6,a.setHours(t),a.setMinutes(i),a.setSeconds(r<<1),a}(e);if(8257&r)throw new Error("Unsupported ZIP encryption");e.read_shift(4);for(var c=e.read_shift(4),m=e.read_shift(4),d=e.read_shift(2),u=e.read_shift(2),h="",p=0;p<d;++p)h+=String.fromCharCode(e[e.l++]);if(u){var g=o(e.slice(e.l,e.l+u));(g[21589]||{}).mt&&(l=g[21589].mt),((s||{})[21589]||{}).mt&&(l=s[21589].mt)}e.l+=u;var y=e.slice(e.l,e.l+c);switch(i){case 8:y=function(e,t){if(!f)return te(e,t);var n=new(0,f.InflateRaw),a=n._processChunk(e.slice(e.l),n._finishFlushFlag);return e.l+=n.bytesRead,a}(e,m);break;case 0:break;default:throw new Error("Unsupported ZIP Compression method "+i)}var v=!1;8&r&&(134695760==e.read_shift(4)&&(e.read_shift(4),v=!0),c=e.read_shift(4),m=e.read_shift(4)),c!=t&&ne(v,"Bad compressed size: "+t+" != "+c),m!=n&&ne(v,"Bad uncompressed size: "+n+" != "+m),me(a,h,y,{unsafe:!0,mt:l})}var oe={htm:"text/html",xml:"text/xml",gif:"image/gif",jpg:"image/jpeg",png:"image/png",mso:"application/x-mso",thmx:"application/vnd.ms-officetheme",sh33tj5:"application/octet-stream"};function re(e,t){if(e.ctype)return e.ctype;var n=e.name||"",a=n.match(/\.([^\.]+)$/);return a&&oe[a[1]]||t&&(a=(n=t).match(/[\.\\]([^\.\\])+$/))&&oe[a[1]]?oe[a[1]]:"application/octet-stream"}function ie(e){for(var t=Km(e),n=[],a=0;a<t.length;a+=76)n.push(t.slice(a,a+76));return n.join("\r\n")+"\r\n"}function le(e){var t=e.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7E-\xFF=]/g,(function(e){var t=e.charCodeAt(0).toString(16).toUpperCase();return"="+(1==t.length?"0"+t:t)}));"\n"==(t=t.replace(/ $/gm,"=20").replace(/\t$/gm,"=09")).charAt(0)&&(t="=0D"+t.slice(1));for(var n=[],a=(t=t.replace(/\r(?!\n)/gm,"=0D").replace(/\n\n/gm,"\n=0A").replace(/([^\r\n])\n/gm,"$1=0A")).split("\r\n"),s=0;s<a.length;++s){var o=a[s];if(0!=o.length)for(var r=0;r<o.length;){var i=76,l=o.slice(r,r+i);"="==l.charAt(i-1)?i--:"="==l.charAt(i-2)?i-=2:"="==l.charAt(i-3)&&(i-=3),l=o.slice(r,r+i),(r+=i)<o.length&&(l+="="),n.push(l)}else n.push("")}return n.join("\r\n")}function ce(e,t,n){for(var a,s="",o="",r="",i=0;i<10;++i){var l=t[i];if(!l||l.match(/^\s*$/))break;var c=l.match(/^(.*?):\s*([^\s].*)$/);if(c)switch(c[1].toLowerCase()){case"content-location":s=c[2].trim();break;case"content-type":r=c[2].trim();break;case"content-transfer-encoding":o=c[2].trim()}}switch(++i,o.toLowerCase()){case"base64":a=Jm(qm(t.slice(i).join("")));break;case"quoted-printable":a=function(e){for(var t=[],n=0;n<e.length;++n){for(var a=e[n];n<=e.length&&"="==a.charAt(a.length-1);)a=a.slice(0,a.length-1)+e[++n];t.push(a)}for(var s=0;s<t.length;++s)t[s]=t[s].replace(/[=][0-9A-Fa-f]{2}/g,(function(e){return String.fromCharCode(parseInt(e.slice(1),16))}));return Jm(t.join("\r\n"))}(t.slice(i));break;default:throw new Error("Unsupported Content-Transfer-Encoding "+o)}var m=me(e,s.slice(n.length),a,{unsafe:!0});r&&(m.ctype=r)}function me(e,t,n,s){var o=s&&s.unsafe;o||u(e);var r=!o&&Xd.find(e,t);if(!r){var i=e.FullPaths[0];t.slice(0,i.length)==i?i=t:("/"!=i.slice(-1)&&(i+="/"),i=(i+t).replace("//","/")),r={name:a(t),type:2},e.FileIndex.push(r),e.FullPaths.push(i),o||Xd.utils.cfb_gc(e)}return r.content=n,r.size=n?n.length:0,s&&(s.CLSID&&(r.clsid=s.CLSID),s.mt&&(r.mt=s.mt),s.ct&&(r.ct=s.ct)),r}return t.find=function(e,t){var n=e.FullPaths.map((function(e){return e.toUpperCase()})),a=n.map((function(e){var t=e.split("/");return t[t.length-("/"==e.slice(-1)?2:1)]})),s=!1;47===t.charCodeAt(0)?(s=!0,t=n[0].slice(0,-1)+t):s=-1!==t.indexOf("/");var o=t.toUpperCase(),r=!0===s?n.indexOf(o):a.indexOf(o);if(-1!==r)return e.FileIndex[r];var i=!o.match(ad);for(o=o.replace(nd,""),i&&(o=o.replace(ad,"!")),r=0;r<n.length;++r){if((i?n[r].replace(ad,"!"):n[r]).replace(nd,"")==o)return e.FileIndex[r];if((i?a[r].replace(ad,"!"):a[r]).replace(nd,"")==o)return e.FileIndex[r]}return null},t.read=function(t,n){var a=n&&n.type;switch(a||$m&&Buffer.isBuffer(t)&&(a="buffer"),a||"base64"){case"file":return function(t,n){return r(),i(e.readFileSync(t),n)}(t,n);case"base64":return i(Jm(qm(t)),n);case"binary":return i(Jm(t),n)}return i(t,n)},t.parse=i,t.write=function(t,n){var a=p(t,n);switch(n&&n.type||"buffer"){case"file":return r(),e.writeFileSync(n.filename,a),a;case"binary":return"string"==typeof a?a:_(a);case"base64":return Km("string"==typeof a?a:_(a));case"buffer":if($m)return Buffer.isBuffer(a)?a:Ym(a);case"array":return"string"==typeof a?Jm(a):a}return a},t.writeFile=function(t,n,a){r();var s=p(t,a);e.writeFileSync(n,s)},t.utils={cfb_new:function(e){var t={};return u(t,e),t},cfb_add:me,cfb_del:function(e,t){u(e);var n=Xd.find(e,t);if(n)for(var a=0;a<e.FileIndex.length;++a)if(e.FileIndex[a]==n)return e.FileIndex.splice(a,1),e.FullPaths.splice(a,1),!0;return!1},cfb_mov:function(e,t,n){u(e);var s=Xd.find(e,t);if(s)for(var o=0;o<e.FileIndex.length;++o)if(e.FileIndex[o]==s)return e.FileIndex[o].name=a(n),e.FullPaths[o]=n,!0;return!1},cfb_gc:function(e){h(e,!0)},ReadShift:Bh,CheckField:Hh,prep_blob:Gh,bconcat:td,use_zlib:function(e){try{var t=new(0,e.InflateRaw);if(t._processChunk(new Uint8Array([3,0]),t._finishFlushFlag),!t.bytesRead)throw new Error("zlib does not expose bytesRead");f=e}catch(n){console.error("cannot use native zlib: "+(n.message||n))}},_deflateRaw:$,_inflateRaw:te,consts:k},t}();let Jd;function Qd(e){return"string"===typeof e?Qm(e):Array.isArray(e)?function(e){if("undefined"===typeof Uint8Array)throw new Error("Unsupported");return new Uint8Array(e)}(e):e}function eu(e,t,n){if("undefined"!==typeof Jd&&Jd.writeFileSync)return n?Jd.writeFileSync(e,t,n):Jd.writeFileSync(e,t);if("undefined"!==typeof Deno){if(n&&"string"==typeof t)switch(n){case"utf8":t=new TextEncoder(n).encode(t);break;case"binary":t=Qm(t);break;default:throw new Error("Unsupported encoding "+n)}return Deno.writeFileSync(e,t)}var a="utf8"==n?Mu(t):t;if("undefined"!==typeof IE_SaveFile)return IE_SaveFile(a,e);if("undefined"!==typeof Blob){var s=new Blob([Qd(a)],{type:"application/octet-stream"});if("undefined"!==typeof navigator&&navigator.msSaveBlob)return navigator.msSaveBlob(s,e);if("undefined"!==typeof saveAs)return saveAs(s,e);if("undefined"!==typeof URL&&"undefined"!==typeof document&&document.createElement&&URL.createObjectURL){var o=URL.createObjectURL(s);if("object"===typeof chrome&&"function"==typeof(chrome.downloads||{}).download)return URL.revokeObjectURL&&"undefined"!==typeof setTimeout&&setTimeout((function(){URL.revokeObjectURL(o)}),6e4),chrome.downloads.download({url:o,filename:e,saveAs:!0});var r=document.createElement("a");if(null!=r.download)return r.download=e,r.href=o,document.body.appendChild(r),r.click(),document.body.removeChild(r),URL.revokeObjectURL&&"undefined"!==typeof setTimeout&&setTimeout((function(){URL.revokeObjectURL(o)}),6e4),o}}if("undefined"!==typeof $&&"undefined"!==typeof File&&"undefined"!==typeof Folder)try{var i=File(e);return i.open("w"),i.encoding="binary",Array.isArray(t)&&(t=ed(t)),i.write(t),i.close(),t}catch(l){if(!l.message||!l.message.match(/onstruct/))throw l}throw new Error("cannot save file "+e)}function tu(e){for(var t=Object.keys(e),n=[],a=0;a<t.length;++a)Object.prototype.hasOwnProperty.call(e,t[a])&&n.push(t[a]);return n}function nu(e,t){for(var n=[],a=tu(e),s=0;s!==a.length;++s)null==n[e[a[s]][t]]&&(n[e[a[s]][t]]=a[s]);return n}function au(e){for(var t=[],n=tu(e),a=0;a!==n.length;++a)t[e[n[a]]]=n[a];return t}function su(e){for(var t=[],n=tu(e),a=0;a!==n.length;++a)t[e[n[a]]]=parseInt(n[a],10);return t}var ou=new Date(1899,11,30,0,0,0);function ru(e,t){var n=e.getTime();return t&&(n-=1263168e5),(n-(ou.getTime()+6e4*(e.getTimezoneOffset()-ou.getTimezoneOffset())))/864e5}var iu=new Date,lu=ou.getTime()+6e4*(iu.getTimezoneOffset()-ou.getTimezoneOffset()),cu=iu.getTimezoneOffset();function mu(e){var t=new Date;return t.setTime(24*e*60*60*1e3+lu),t.getTimezoneOffset()!==cu&&t.setTime(t.getTime()+6e4*(t.getTimezoneOffset()-cu)),t}var du=new Date("2017-02-19T19:06:09.000Z"),uu=isNaN(du.getFullYear())?new Date("2/19/17"):du,hu=2017==uu.getFullYear();function pu(e,t){var n=new Date(e);if(hu)return t>0?n.setTime(n.getTime()+60*n.getTimezoneOffset()*1e3):t<0&&n.setTime(n.getTime()-60*n.getTimezoneOffset()*1e3),n;if(e instanceof Date)return e;if(1917==uu.getFullYear()&&!isNaN(n.getFullYear())){var a=n.getFullYear();return e.indexOf(""+a)>-1||n.setFullYear(n.getFullYear()+100),n}var s=e.match(/\d+/g)||["2017","2","19","0","0","0"],o=new Date(+s[0],+s[1]-1,+s[2],+s[3]||0,+s[4]||0,+s[5]||0);return e.indexOf("Z")>-1&&(o=new Date(o.getTime()-60*o.getTimezoneOffset()*1e3)),o}function fu(e,t){if($m&&Buffer.isBuffer(e)){if(t){if(255==e[0]&&254==e[1])return Mu(e.slice(2).toString("utf16le"));if(254==e[1]&&255==e[2])return Mu(zm(e.slice(2).toString("binary")))}return e.toString("binary")}if("undefined"!==typeof TextDecoder)try{if(t){if(255==e[0]&&254==e[1])return Mu(new TextDecoder("utf-16le").decode(e.slice(2)));if(254==e[0]&&255==e[1])return Mu(new TextDecoder("utf-16be").decode(e.slice(2)))}var n={"\u20ac":"\x80","\u201a":"\x82","\u0192":"\x83","\u201e":"\x84","\u2026":"\x85","\u2020":"\x86","\u2021":"\x87","\u02c6":"\x88","\u2030":"\x89","\u0160":"\x8a","\u2039":"\x8b","\u0152":"\x8c","\u017d":"\x8e","\u2018":"\x91","\u2019":"\x92","\u201c":"\x93","\u201d":"\x94","\u2022":"\x95","\u2013":"\x96","\u2014":"\x97","\u02dc":"\x98","\u2122":"\x99","\u0161":"\x9a","\u203a":"\x9b","\u0153":"\x9c","\u017e":"\x9e","\u0178":"\x9f"};return Array.isArray(e)&&(e=new Uint8Array(e)),new TextDecoder("latin1").decode(e).replace(/[\u20ac\u201a\u0192\u201e\u2026\u2020\u2021\u02c6\u2030\u0160\u2039\u0152\u017d\u2018\u2019\u201c\u201d\u2022\u2013\u2014\u02dc\u2122\u0161\u203a\u0153\u017e\u0178]/g,(function(e){return n[e]||e}))}catch(o){}for(var a=[],s=0;s!=e.length;++s)a.push(String.fromCharCode(e[s]));return a.join("")}function gu(e){if("undefined"!=typeof JSON&&!Array.isArray(e))return JSON.parse(JSON.stringify(e));if("object"!=typeof e||null==e)return e;if(e instanceof Date)return new Date(e.getTime());var t={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=gu(e[n]));return t}function yu(e,t){for(var n="";n.length<t;)n+=e;return n}function vu(e){var t=Number(e);if(!isNaN(t))return isFinite(t)?t:NaN;if(!/\d/.test(e))return t;var n=1,a=e.replace(/([\d]),([\d])/g,"$1$2").replace(/[$]/g,"").replace(/[%]/g,(function(){return n*=100,""}));return isNaN(t=Number(a))?(a=a.replace(/[(](.*)[)]/,(function(e,t){return n=-n,t})),isNaN(t=Number(a))?t:t/n):t/n}var bu=["january","february","march","april","may","june","july","august","september","october","november","december"];function wu(e){var t=new Date(e),n=new Date(NaN),a=t.getYear(),s=t.getMonth(),o=t.getDate();if(isNaN(o))return n;var r=e.toLowerCase();if(r.match(/jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec/)){if((r=r.replace(/[^a-z]/g,"").replace(/([^a-z]|^)[ap]m?([^a-z]|$)/,"")).length>3&&-1==bu.indexOf(r))return n}else if(r.match(/[a-z]/))return n;return a<0||a>8099?n:(s>0||o>1)&&101!=a?t:e.match(/[^-0-9:,\/\\]/)?n:t}function ku(e,t,n){if(e.FullPaths){var a;if("string"==typeof n)return a=$m?Ym(n):function(e){for(var t=[],n=0,a=e.length+250,s=Zm(e.length+255),o=0;o<e.length;++o){var r=e.charCodeAt(o);if(r<128)s[n++]=r;else if(r<2048)s[n++]=192|r>>6&31,s[n++]=128|63&r;else if(r>=55296&&r<57344){r=64+(1023&r);var i=1023&e.charCodeAt(++o);s[n++]=240|r>>8&7,s[n++]=128|r>>2&63,s[n++]=128|i>>6&15|(3&r)<<4,s[n++]=128|63&i}else s[n++]=224|r>>12&15,s[n++]=128|r>>6&63,s[n++]=128|63&r;n>a&&(t.push(s.slice(0,n)),n=0,s=Zm(65535),a=65530)}return t.push(s.slice(0,n)),td(t)}(n),Xd.utils.cfb_add(e,t,a);Xd.utils.cfb_add(e,t,n)}else e.file(t,n)}function _u(){return Xd.utils.cfb_new()}var xu='<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r\n';var Tu={"&quot;":'"',"&apos;":"'","&gt;":">","&lt;":"<","&amp;":"&"},Su=au(Tu),Cu=/[&<>'"]/g,Eu=/[\u0000-\u0008\u000b-\u001f]/g;function Au(e){return(e+"").replace(Cu,(function(e){return Su[e]})).replace(Eu,(function(e){return"_x"+("000"+e.charCodeAt(0).toString(16)).slice(-4)+"_"}))}function ju(e){return Au(e).replace(/ /g,"_x0020_")}var Nu=/[\u0000-\u001f]/g;function Du(e){return(e+"").replace(Cu,(function(e){return Su[e]})).replace(/\n/g,"<br/>").replace(Nu,(function(e){return"&#x"+("000"+e.charCodeAt(0).toString(16)).slice(-4)+";"}))}function Ou(e){switch(e){case 1:case!0:case"1":case"true":case"TRUE":return!0;default:return!1}}function Pu(e){for(var t="",n=0,a=0,s=0,o=0,r=0,i=0;n<e.length;)(a=e.charCodeAt(n++))<128?t+=String.fromCharCode(a):(s=e.charCodeAt(n++),a>191&&a<224?(r=(31&a)<<6,r|=63&s,t+=String.fromCharCode(r)):(o=e.charCodeAt(n++),a<240?t+=String.fromCharCode((15&a)<<12|(63&s)<<6|63&o):(i=((7&a)<<18|(63&s)<<12|(63&o)<<6|63&(r=e.charCodeAt(n++)))-65536,t+=String.fromCharCode(55296+(i>>>10&1023)),t+=String.fromCharCode(56320+(1023&i)))));return t}function Ru(e){var t,n,a,s=Zm(2*e.length),o=1,r=0,i=0;for(n=0;n<e.length;n+=o)o=1,(a=e.charCodeAt(n))<128?t=a:a<224?(t=64*(31&a)+(63&e.charCodeAt(n+1)),o=2):a<240?(t=4096*(15&a)+64*(63&e.charCodeAt(n+1))+(63&e.charCodeAt(n+2)),o=3):(o=4,t=262144*(7&a)+4096*(63&e.charCodeAt(n+1))+64*(63&e.charCodeAt(n+2))+(63&e.charCodeAt(n+3)),i=55296+((t-=65536)>>>10&1023),t=56320+(1023&t)),0!==i&&(s[r++]=255&i,s[r++]=i>>>8,i=0),s[r++]=t%256,s[r++]=t>>>8;return s.slice(0,r).toString("ucs2")}function Iu(e){return Ym(e,"binary").toString("utf8")}var Lu="foo bar baz\xe2\x98\x83\xf0\x9f\x8d\xa3",Fu=$m&&(Iu(Lu)==Pu(Lu)&&Iu||Ru(Lu)==Pu(Lu)&&Ru)||Pu,Mu=$m?function(e){return Ym(e,"utf8").toString("binary")}:function(e){for(var t=[],n=0,a=0,s=0;n<e.length;)switch(a=e.charCodeAt(n++),!0){case a<128:t.push(String.fromCharCode(a));break;case a<2048:t.push(String.fromCharCode(192+(a>>6))),t.push(String.fromCharCode(128+(63&a)));break;case a>=55296&&a<57344:a-=55296,s=e.charCodeAt(n++)-56320+(a<<10),t.push(String.fromCharCode(240+(s>>18&7))),t.push(String.fromCharCode(144+(s>>12&63))),t.push(String.fromCharCode(128+(s>>6&63))),t.push(String.fromCharCode(128+(63&s)));break;default:t.push(String.fromCharCode(224+(a>>12))),t.push(String.fromCharCode(128+(a>>6&63))),t.push(String.fromCharCode(128+(63&a)))}return t.join("")},Wu=function(){var e=[["nbsp"," "],["middot","\xb7"],["quot",'"'],["apos","'"],["gt",">"],["lt","<"],["amp","&"]].map((function(e){return[new RegExp("&"+e[0]+";","ig"),e[1]]}));return function(t){for(var n=t.replace(/^[\t\n\r ]+/,"").replace(/[\t\n\r ]+$/,"").replace(/>\s+/g,">").replace(/\s+</g,"<").replace(/[\t\n\r ]+/g," ").replace(/<\s*[bB][rR]\s*\/?>/g,"\n").replace(/<[^>]*>/g,""),a=0;a<e.length;++a)n=n.replace(e[a][0],e[a][1]);return n}}();var Bu=/(^\s|\s$|\n)/;function zu(e,t){return"<"+e+(t.match(Bu)?' xml:space="preserve"':"")+">"+t+"</"+e+">"}function Uu(e){return tu(e).map((function(t){return" "+t+'="'+e[t]+'"'})).join("")}function Hu(e,t,n){return"<"+e+(null!=n?Uu(n):"")+(null!=t?(t.match(Bu)?' xml:space="preserve"':"")+">"+t+"</"+e:"/")+">"}function Gu(e,t){try{return e.toISOString().replace(/\.\d*/,"")}catch(n){if(t)throw n}return""}var Vu="http://schemas.openxmlformats.org/package/2006/metadata/core-properties",Ku="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties",qu="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties",$u="http://schemas.openxmlformats.org/package/2006/content-types",Yu="http://schemas.openxmlformats.org/package/2006/relationships",Zu="http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments",Xu="http://purl.org/dc/elements/1.1/",Ju="http://purl.org/dc/terms/",Qu="http://purl.org/dc/dcmitype/",eh="http://schemas.openxmlformats.org/officeDocument/2006/relationships",th="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes",nh="http://www.w3.org/2001/XMLSchema-instance",ah="http://www.w3.org/2001/XMLSchema",sh=["http://schemas.openxmlformats.org/spreadsheetml/2006/main","http://purl.oclc.org/ooxml/spreadsheetml/main","http://schemas.microsoft.com/office/excel/2006/main","http://schemas.microsoft.com/office/excel/2006/2"],oh="urn:schemas-microsoft-com:office:office",rh="urn:schemas-microsoft-com:office:excel",ih="urn:schemas-microsoft-com:office:spreadsheet",lh="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882",ch="http://macVmlSchemaUri",mh="urn:schemas-microsoft-com:vml",dh="http://www.w3.org/TR/REC-html40";var uh=function(e){for(var t=[],n=0;n<e[0].length;++n)if(e[0][n])for(var a=0,s=e[0][n].length;a<s;a+=10240)t.push.apply(t,e[0][n].slice(a,a+10240));return t},hh=$m?function(e){return e[0].length>0&&Buffer.isBuffer(e[0][0])?Buffer.concat(e[0].map((function(e){return Buffer.isBuffer(e)?e:Ym(e)}))):uh(e)}:uh,ph=function(e,t,n){for(var a=[],s=t;s<n;s+=2)a.push(String.fromCharCode(Ih(e,s)));return a.join("").replace(nd,"")},fh=$m?function(e,t,n){return Buffer.isBuffer(e)?e.toString("utf16le",t,n).replace(nd,""):ph(e,t,n)}:ph,gh=function(e,t,n){for(var a=[],s=t;s<t+n;++s)a.push(("0"+e[s].toString(16)).slice(-2));return a.join("")},yh=$m?function(e,t,n){return Buffer.isBuffer(e)?e.toString("hex",t,t+n):gh(e,t,n)}:gh,vh=function(e,t,n){for(var a=[],s=t;s<n;s++)a.push(String.fromCharCode(Rh(e,s)));return a.join("")},bh=$m?function(e,t,n){return Buffer.isBuffer(e)?e.toString("utf8",t,n):vh(e,t,n)}:vh,wh=function(e,t){var n=Fh(e,t);return n>0?bh(e,t+4,t+4+n-1):""},kh=wh,_h=function(e,t){var n=Fh(e,t);return n>0?bh(e,t+4,t+4+n-1):""},xh=_h,Th=function(e,t){var n=2*Fh(e,t);return n>0?bh(e,t+4,t+4+n-1):""},Sh=Th,Ch=function(e,t){var n=Fh(e,t);return n>0?fh(e,t+4,t+4+n):""},Eh=Ch,Ah=function(e,t){var n=Fh(e,t);return n>0?bh(e,t+4,t+4+n):""},jh=Ah,Nh=function(e,t){return function(e,t){for(var n=1-2*(e[t+7]>>>7),a=((127&e[t+7])<<4)+(e[t+6]>>>4&15),s=15&e[t+6],o=5;o>=0;--o)s=256*s+e[t+o];return 2047==a?0==s?n*(1/0):NaN:(0==a?a=-1022:(a-=1023,s+=Math.pow(2,52)),n*Math.pow(2,a-52)*s)}(e,t)},Dh=Nh,Oh=function(e){return Array.isArray(e)||"undefined"!==typeof Uint8Array&&e instanceof Uint8Array};function Ph(){fh=function(e,t,n){return Um.utils.decode(1200,e.slice(t,n)).replace(nd,"")},bh=function(e,t,n){return Um.utils.decode(65001,e.slice(t,n))},kh=function(e,t){var n=Fh(e,t);return n>0?Um.utils.decode(Im,e.slice(t+4,t+4+n-1)):""},xh=function(e,t){var n=Fh(e,t);return n>0?Um.utils.decode(Rm,e.slice(t+4,t+4+n-1)):""},Sh=function(e,t){var n=2*Fh(e,t);return n>0?Um.utils.decode(1200,e.slice(t+4,t+4+n-1)):""},Eh=function(e,t){var n=Fh(e,t);return n>0?Um.utils.decode(1200,e.slice(t+4,t+4+n)):""},jh=function(e,t){var n=Fh(e,t);return n>0?Um.utils.decode(65001,e.slice(t+4,t+4+n)):""}}$m&&(kh=function(e,t){if(!Buffer.isBuffer(e))return wh(e,t);var n=e.readUInt32LE(t);return n>0?e.toString("utf8",t+4,t+4+n-1):""},xh=function(e,t){if(!Buffer.isBuffer(e))return _h(e,t);var n=e.readUInt32LE(t);return n>0?e.toString("utf8",t+4,t+4+n-1):""},Sh=function(e,t){if(!Buffer.isBuffer(e))return Th(e,t);var n=2*e.readUInt32LE(t);return e.toString("utf16le",t+4,t+4+n-1)},Eh=function(e,t){if(!Buffer.isBuffer(e))return Ch(e,t);var n=e.readUInt32LE(t);return e.toString("utf16le",t+4,t+4+n)},jh=function(e,t){if(!Buffer.isBuffer(e))return Ah(e,t);var n=e.readUInt32LE(t);return e.toString("utf8",t+4,t+4+n)},Dh=function(e,t){return Buffer.isBuffer(e)?e.readDoubleLE(t):Nh(e,t)},Oh=function(e){return Buffer.isBuffer(e)||Array.isArray(e)||"undefined"!==typeof Uint8Array&&e instanceof Uint8Array}),"undefined"!==typeof Um&&Ph();var Rh=function(e,t){return e[t]},Ih=function(e,t){return 256*e[t+1]+e[t]},Lh=function(e,t){var n=256*e[t+1]+e[t];return n<32768?n:-1*(65535-n+1)},Fh=function(e,t){return e[t+3]*(1<<24)+(e[t+2]<<16)+(e[t+1]<<8)+e[t]},Mh=function(e,t){return e[t+3]<<24|e[t+2]<<16|e[t+1]<<8|e[t]},Wh=function(e,t){return e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3]};function Bh(e,t){var n,a,s,o,r,i,l="",c=[];switch(t){case"dbcs":if(i=this.l,$m&&Buffer.isBuffer(this))l=this.slice(this.l,this.l+2*e).toString("utf16le");else for(r=0;r<e;++r)l+=String.fromCharCode(Ih(this,i)),i+=2;e*=2;break;case"utf8":l=bh(this,this.l,this.l+e);break;case"utf16le":e*=2,l=fh(this,this.l,this.l+e);break;case"wstr":if("undefined"===typeof Um)return Bh.call(this,e,"dbcs");l=Um.utils.decode(Rm,this.slice(this.l,this.l+2*e)),e*=2;break;case"lpstr-ansi":l=kh(this,this.l),e=4+Fh(this,this.l);break;case"lpstr-cp":l=xh(this,this.l),e=4+Fh(this,this.l);break;case"lpwstr":l=Sh(this,this.l),e=4+2*Fh(this,this.l);break;case"lpp4":e=4+Fh(this,this.l),l=Eh(this,this.l),2&e&&(e+=2);break;case"8lpp4":e=4+Fh(this,this.l),l=jh(this,this.l),3&e&&(e+=4-(3&e));break;case"cstr":for(e=0,l="";0!==(s=Rh(this,this.l+e++));)c.push(Hm(s));l=c.join("");break;case"_wstr":for(e=0,l="";0!==(s=Ih(this,this.l+e));)c.push(Hm(s)),e+=2;e+=2,l=c.join("");break;case"dbcs-cont":for(l="",i=this.l,r=0;r<e;++r){if(this.lens&&-1!==this.lens.indexOf(i))return s=Rh(this,i),this.l=i+1,o=Bh.call(this,e-r,s?"dbcs-cont":"sbcs-cont"),c.join("")+o;c.push(Hm(Ih(this,i))),i+=2}l=c.join(""),e*=2;break;case"cpstr":if("undefined"!==typeof Um){l=Um.utils.decode(Rm,this.slice(this.l,this.l+e));break}case"sbcs-cont":for(l="",i=this.l,r=0;r!=e;++r){if(this.lens&&-1!==this.lens.indexOf(i))return s=Rh(this,i),this.l=i+1,o=Bh.call(this,e-r,s?"dbcs-cont":"sbcs-cont"),c.join("")+o;c.push(Hm(Rh(this,i))),i+=1}l=c.join("");break;default:switch(e){case 1:return n=Rh(this,this.l),this.l++,n;case 2:return n=("i"===t?Lh:Ih)(this,this.l),this.l+=2,n;case 4:case-4:return"i"===t||0===(128&this[this.l+3])?(n=(e>0?Mh:Wh)(this,this.l),this.l+=4,n):(a=Fh(this,this.l),this.l+=4,a);case 8:case-8:if("f"===t)return a=8==e?Dh(this,this.l):Dh([this[this.l+7],this[this.l+6],this[this.l+5],this[this.l+4],this[this.l+3],this[this.l+2],this[this.l+1],this[this.l+0]],0),this.l+=8,a;e=8;case 16:l=yh(this,this.l,e)}}return this.l+=e,l}var zh=function(e,t,n){e[n]=255&t,e[n+1]=t>>>8&255};function Uh(e,t,n){var a=0,s=0;if("dbcs"===n){for(s=0;s!=t.length;++s)zh(this,t.charCodeAt(s),this.l+2*s);a=2*t.length}else if("sbcs"===n){if("undefined"!==typeof Um&&874==Im)for(s=0;s!=t.length;++s){var o=Um.utils.encode(Im,t.charAt(s));this[this.l+s]=o[0]}else for(t=t.replace(/[^\x00-\x7F]/g,"_"),s=0;s!=t.length;++s)this[this.l+s]=255&t.charCodeAt(s);a=t.length}else{if("hex"===n){for(;s<e;++s)this[this.l++]=parseInt(t.slice(2*s,2*s+2),16)||0;return this}if("utf16le"===n){var r=Math.min(this.l+e,this.length);for(s=0;s<Math.min(t.length,e);++s){var i=t.charCodeAt(s);this[this.l++]=255&i,this[this.l++]=i>>8}for(;this.l<r;)this[this.l++]=0;return this}switch(e){case 1:a=1,this[this.l]=255&t;break;case 2:a=2,this[this.l]=255&t,t>>>=8,this[this.l+1]=255&t;break;case 3:a=3,this[this.l]=255&t,t>>>=8,this[this.l+1]=255&t,t>>>=8,this[this.l+2]=255&t;break;case 4:a=4,function(e,t,n){e[n]=255&t,e[n+1]=t>>>8&255,e[n+2]=t>>>16&255,e[n+3]=t>>>24&255}(this,t,this.l);break;case 8:if(a=8,"f"===n){!function(e,t,n){var a=(t<0||1/t==-1/0?1:0)<<7,s=0,o=0,r=a?-t:t;isFinite(r)?0==r?s=o=0:(s=Math.floor(Math.log(r)/Math.LN2),o=r*Math.pow(2,52-s),s<=-1023&&(!isFinite(o)||o<Math.pow(2,52))?s=-1022:(o-=Math.pow(2,52),s+=1023)):(s=2047,o=isNaN(t)?26985:0);for(var i=0;i<=5;++i,o/=256)e[n+i]=255&o;e[n+6]=(15&s)<<4|15&o,e[n+7]=s>>4|a}(this,t,this.l);break}case 16:break;case-4:a=4,function(e,t,n){e[n]=255&t,e[n+1]=t>>8&255,e[n+2]=t>>16&255,e[n+3]=t>>24&255}(this,t,this.l)}}return this.l+=a,this}function Hh(e,t){var n=yh(this,this.l,e.length>>1);if(n!==e)throw new Error(t+"Expected "+e+" saw "+n);this.l+=e.length>>1}function Gh(e,t){e.l=t,e.read_shift=Bh,e.chk=Hh,e.write_shift=Uh}function Vh(e,t){e.l+=t}function Kh(e){var t=Zm(e);return Gh(t,0),t}function qh(){var e=[],t=$m?256:2048,n=function(e){var t=Kh(e);return Gh(t,0),t},a=n(t),s=function(){a&&(a.length>a.l&&((a=a.slice(0,a.l)).l=a.length),a.length>0&&e.push(a),a=null)},o=function(e){return a&&e<a.length-a.l?a:(s(),a=n(Math.max(e+1,t)))};return{next:o,push:function(e){s(),null==(a=e).l&&(a.l=a.length),o(t)},end:function(){return s(),td(e)},_bufs:e}}function $h(e,t,n,a){var s,o=+t;if(!isNaN(o)){a||(a=rv[o].p||(n||[]).length||0),s=1+(o>=128?1:0)+1,a>=128&&++s,a>=16384&&++s,a>=2097152&&++s;var r=e.next(s);o<=127?r.write_shift(1,o):(r.write_shift(1,128+(127&o)),r.write_shift(1,o>>7));for(var i=0;4!=i;++i){if(!(a>=128)){r.write_shift(1,a);break}r.write_shift(1,128+(127&a)),a>>=7}a>0&&Oh(n)&&e.push(n)}}function Yh(e,t,n){var a=gu(e);if(t.s?(a.cRel&&(a.c+=t.s.c),a.rRel&&(a.r+=t.s.r)):(a.cRel&&(a.c+=t.c),a.rRel&&(a.r+=t.r)),!n||n.biff<12){for(;a.c>=256;)a.c-=256;for(;a.r>=65536;)a.r-=65536}return a}function Zh(e,t,n){var a=gu(e);return a.s=Yh(a.s,t.s,n),a.e=Yh(a.e,t.s,n),a}function Xh(e,t){if(e.cRel&&e.c<0)for(e=gu(e);e.c<0;)e.c+=t>8?16384:256;if(e.rRel&&e.r<0)for(e=gu(e);e.r<0;)e.r+=t>8?1048576:t>5?65536:16384;var n=sp(e);return e.cRel||null==e.cRel||(n=n.replace(/^([A-Z])/,"$$$1")),e.rRel||null==e.rRel||(n=function(e){return e.replace(/([A-Z]|^)(\d+)$/,"$1$$$2")}(n)),n}function Jh(e,t){return 0!=e.s.r||e.s.rRel||e.e.r!=(t.biff>=12?1048575:t.biff>=8?65536:16384)||e.e.rRel?0!=e.s.c||e.s.cRel||e.e.c!=(t.biff>=12?16383:255)||e.e.cRel?Xh(e.s,t.biff)+":"+Xh(e.e,t.biff):(e.s.rRel?"":"$")+ep(e.s.r)+":"+(e.e.rRel?"":"$")+ep(e.e.r):(e.s.cRel?"":"$")+np(e.s.c)+":"+(e.e.cRel?"":"$")+np(e.e.c)}function Qh(e){return parseInt(e.replace(/\$(\d+)$/,"$1"),10)-1}function ep(e){return""+(e+1)}function tp(e){for(var t=e.replace(/^\$([A-Z])/,"$1"),n=0,a=0;a!==t.length;++a)n=26*n+t.charCodeAt(a)-64;return n-1}function np(e){if(e<0)throw new Error("invalid column "+e);var t="";for(++e;e;e=Math.floor((e-1)/26))t=String.fromCharCode((e-1)%26+65)+t;return t}function ap(e){for(var t=0,n=0,a=0;a<e.length;++a){var s=e.charCodeAt(a);s>=48&&s<=57?t=10*t+(s-48):s>=65&&s<=90&&(n=26*n+(s-64))}return{c:n-1,r:t-1}}function sp(e){for(var t=e.c+1,n="";t;t=(t-1)/26|0)n=String.fromCharCode((t-1)%26+65)+n;return n+(e.r+1)}function op(e){var t=e.indexOf(":");return-1==t?{s:ap(e),e:ap(e)}:{s:ap(e.slice(0,t)),e:ap(e.slice(t+1))}}function rp(e,t){return"undefined"===typeof t||"number"===typeof t?rp(e.s,e.e):("string"!==typeof e&&(e=sp(e)),"string"!==typeof t&&(t=sp(t)),e==t?e:e+":"+t)}function ip(e){var t={s:{c:0,r:0},e:{c:0,r:0}},n=0,a=0,s=0,o=e.length;for(n=0;a<o&&!((s=e.charCodeAt(a)-64)<1||s>26);++a)n=26*n+s;for(t.s.c=--n,n=0;a<o&&!((s=e.charCodeAt(a)-48)<0||s>9);++a)n=10*n+s;if(t.s.r=--n,a===o||10!=s)return t.e.c=t.s.c,t.e.r=t.s.r,t;for(++a,n=0;a!=o&&!((s=e.charCodeAt(a)-64)<1||s>26);++a)n=26*n+s;for(t.e.c=--n,n=0;a!=o&&!((s=e.charCodeAt(a)-48)<0||s>9);++a)n=10*n+s;return t.e.r=--n,t}function lp(e,t){var n="d"==e.t&&t instanceof Date;if(null!=e.z)try{return e.w=Vd(e.z,n?ru(t):t)}catch(a){}try{return e.w=Vd((e.XF||{}).numFmtId||(n?14:0),n?ru(t):t)}catch(a){return""+t}}function cp(e,t,n){return null==e||null==e.t||"z"==e.t?"":void 0!==e.w?e.w:("d"==e.t&&!e.z&&n&&n.dateNF&&(e.z=n.dateNF),"e"==e.t?Gp[e.v]||e.v:lp(e,void 0==t?e.v:t))}function mp(e,t){var n=t&&t.sheet?t.sheet:"Sheet1",a={};return a[n]=e,{SheetNames:[n],Sheets:a}}function dp(e,t,n){var a=n||{},s=e?Array.isArray(e):a.dense;var o=e||(s?[]:{}),r=0,i=0;if(o&&null!=a.origin){if("number"==typeof a.origin)r=a.origin;else{var l="string"==typeof a.origin?ap(a.origin):a.origin;r=l.r,i=l.c}o["!ref"]||(o["!ref"]="A1:A1")}var c={s:{c:1e7,r:1e7},e:{c:0,r:0}};if(o["!ref"]){var m=ip(o["!ref"]);c.s.c=m.s.c,c.s.r=m.s.r,c.e.c=Math.max(c.e.c,m.e.c),c.e.r=Math.max(c.e.r,m.e.r),-1==r&&(c.e.r=r=m.e.r+1)}for(var d=0;d!=t.length;++d)if(t[d]){if(!Array.isArray(t[d]))throw new Error("aoa_to_sheet expects an array of arrays");for(var u=0;u!=t[d].length;++u)if("undefined"!==typeof t[d][u]){var h={v:t[d][u]},p=r+d,f=i+u;if(c.s.r>p&&(c.s.r=p),c.s.c>f&&(c.s.c=f),c.e.r<p&&(c.e.r=p),c.e.c<f&&(c.e.c=f),!t[d][u]||"object"!==typeof t[d][u]||Array.isArray(t[d][u])||t[d][u]instanceof Date)if(Array.isArray(h.v)&&(h.f=t[d][u][1],h.v=h.v[0]),null===h.v)if(h.f)h.t="n";else if(a.nullError)h.t="e",h.v=0;else{if(!a.sheetStubs)continue;h.t="z"}else"number"===typeof h.v?h.t="n":"boolean"===typeof h.v?h.t="b":h.v instanceof Date?(h.z=a.dateNF||hd[14],a.cellDates?(h.t="d",h.w=Vd(h.z,ru(h.v))):(h.t="n",h.v=ru(h.v),h.w=Vd(h.z,h.v))):h.t="s";else h=t[d][u];if(s)o[p]||(o[p]=[]),o[p][f]&&o[p][f].z&&(h.z=o[p][f].z),o[p][f]=h;else{var g=sp({c:f,r:p});o[g]&&o[g].z&&(h.z=o[g].z),o[g]=h}}}return c.s.c<1e7&&(o["!ref"]=rp(c)),o}function up(e,t){return dp(null,e,t)}function hp(e,t){return t||(t=Kh(4)),t.write_shift(4,e),t}function pp(e){var t=e.read_shift(4);return 0===t?"":e.read_shift(t,"dbcs")}function fp(e,t){var n=!1;return null==t&&(n=!0,t=Kh(4+2*e.length)),t.write_shift(4,e.length),e.length>0&&t.write_shift(0,e,"dbcs"),n?t.slice(0,t.l):t}function gp(e){return{ich:e.read_shift(2),ifnt:e.read_shift(2)}}function yp(e,t){var n=e.l,a=e.read_shift(1),s=pp(e),o=[],r={t:s,h:s};if(0!==(1&a)){for(var i=e.read_shift(4),l=0;l!=i;++l)o.push(gp(e));r.r=o}else r.r=[{ich:0,ifnt:0}];return e.l=n+t,r}var vp=yp;function bp(e,t){var n=!1;return null==t&&(n=!0,t=Kh(23+4*e.t.length)),t.write_shift(1,1),fp(e.t,t),t.write_shift(4,1),function(e,t){t||(t=Kh(4)),t.write_shift(2,e.ich||0),t.write_shift(2,e.ifnt||0)}({ich:0,ifnt:0},t),n?t.slice(0,t.l):t}function wp(e){var t=e.read_shift(4),n=e.read_shift(2);return n+=e.read_shift(1)<<16,e.l++,{c:t,iStyleRef:n}}function kp(e,t){return null==t&&(t=Kh(8)),t.write_shift(-4,e.c),t.write_shift(3,e.iStyleRef||e.s),t.write_shift(1,0),t}function _p(e){var t=e.read_shift(2);return t+=e.read_shift(1)<<16,e.l++,{c:-1,iStyleRef:t}}function xp(e,t){return null==t&&(t=Kh(4)),t.write_shift(3,e.iStyleRef||e.s),t.write_shift(1,0),t}var Tp=pp,Sp=fp;function Cp(e){var t=e.read_shift(4);return 0===t||4294967295===t?"":e.read_shift(t,"dbcs")}function Ep(e,t){var n=!1;return null==t&&(n=!0,t=Kh(127)),t.write_shift(4,e.length>0?e.length:4294967295),e.length>0&&t.write_shift(0,e,"dbcs"),n?t.slice(0,t.l):t}var Ap=pp,jp=Cp,Np=Ep;function Dp(e){var t=e.slice(e.l,e.l+4),n=1&t[0],a=2&t[0];e.l+=4;var s=0===a?Dh([0,0,0,0,252&t[0],t[1],t[2],t[3]],0):Mh(t,0)>>2;return n?s/100:s}function Op(e,t){null==t&&(t=Kh(4));var n=0,a=0,s=100*e;if(e==(0|e)&&e>=-(1<<29)&&e<1<<29?a=1:s==(0|s)&&s>=-(1<<29)&&s<1<<29&&(a=1,n=1),!a)throw new Error("unsupported RkNumber "+e);t.write_shift(-4,((n?s:e)<<2)+(n+2))}function Pp(e){var t={s:{},e:{}};return t.s.r=e.read_shift(4),t.e.r=e.read_shift(4),t.s.c=e.read_shift(4),t.e.c=e.read_shift(4),t}var Rp=Pp,Ip=function(e,t){return t||(t=Kh(16)),t.write_shift(4,e.s.r),t.write_shift(4,e.e.r),t.write_shift(4,e.s.c),t.write_shift(4,e.e.c),t};function Lp(e){if(e.length-e.l<8)throw"XLS Xnum Buffer underflow";return e.read_shift(8,"f")}function Fp(e,t){return(t||Kh(8)).write_shift(8,e,"f")}function Mp(e,t){if(t||(t=Kh(8)),!e||e.auto)return t.write_shift(4,0),t.write_shift(4,0),t;null!=e.index?(t.write_shift(1,2),t.write_shift(1,e.index)):null!=e.theme?(t.write_shift(1,6),t.write_shift(1,e.theme)):(t.write_shift(1,5),t.write_shift(1,0));var n=e.tint||0;if(n>0?n*=32767:n<0&&(n*=32768),t.write_shift(2,n),e.rgb&&null==e.theme){var a=e.rgb||"FFFFFF";"number"==typeof a&&(a=("000000"+a.toString(16)).slice(-6)),t.write_shift(1,parseInt(a.slice(0,2),16)),t.write_shift(1,parseInt(a.slice(2,4),16)),t.write_shift(1,parseInt(a.slice(4,6),16)),t.write_shift(1,255)}else t.write_shift(2,0),t.write_shift(1,0),t.write_shift(1,0);return t}var Wp=80,Bp={1:{n:"CodePage",t:2},2:{n:"Category",t:Wp},3:{n:"PresentationFormat",t:Wp},4:{n:"ByteCount",t:3},5:{n:"LineCount",t:3},6:{n:"ParagraphCount",t:3},7:{n:"SlideCount",t:3},8:{n:"NoteCount",t:3},9:{n:"HiddenCount",t:3},10:{n:"MultimediaClipCount",t:3},11:{n:"ScaleCrop",t:11},12:{n:"HeadingPairs",t:4108},13:{n:"TitlesOfParts",t:4126},14:{n:"Manager",t:Wp},15:{n:"Company",t:Wp},16:{n:"LinksUpToDate",t:11},17:{n:"CharacterCount",t:3},19:{n:"SharedDoc",t:11},22:{n:"HyperlinksChanged",t:11},23:{n:"AppVersion",t:3,p:"version"},24:{n:"DigSig",t:65},26:{n:"ContentType",t:Wp},27:{n:"ContentStatus",t:Wp},28:{n:"Language",t:Wp},29:{n:"Version",t:Wp},255:{},2147483648:{n:"Locale",t:19},2147483651:{n:"Behavior",t:19},1919054434:{}},zp={1:{n:"CodePage",t:2},2:{n:"Title",t:Wp},3:{n:"Subject",t:Wp},4:{n:"Author",t:Wp},5:{n:"Keywords",t:Wp},6:{n:"Comments",t:Wp},7:{n:"Template",t:Wp},8:{n:"LastAuthor",t:Wp},9:{n:"RevNumber",t:Wp},10:{n:"EditTime",t:64},11:{n:"LastPrinted",t:64},12:{n:"CreatedDate",t:64},13:{n:"ModifiedDate",t:64},14:{n:"PageCount",t:3},15:{n:"WordCount",t:3},16:{n:"CharCount",t:3},17:{n:"Thumbnail",t:71},18:{n:"Application",t:Wp},19:{n:"DocSecurity",t:3},255:{},2147483648:{n:"Locale",t:19},2147483651:{n:"Behavior",t:19},1919054434:{}};function Up(e){return e.map((function(e){return[e>>16&255,e>>8&255,255&e]}))}var Hp=gu(Up([0,16777215,16711680,65280,255,16776960,16711935,65535,0,16777215,16711680,65280,255,16776960,16711935,65535,8388608,32768,128,8421376,8388736,32896,12632256,8421504,10066431,10040166,16777164,13434879,6684774,16744576,26316,13421823,128,16711935,16776960,65535,8388736,8388608,32896,255,52479,13434879,13434828,16777113,10079487,16751052,13408767,16764057,3368703,3394764,10079232,16763904,16750848,16737792,6710937,9868950,13158,3381606,13056,3355392,10040064,10040166,3355545,3355443,16777215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0])),Gp={0:"#NULL!",7:"#DIV/0!",15:"#VALUE!",23:"#REF!",29:"#NAME?",36:"#NUM!",42:"#N/A",43:"#GETTING_DATA",255:"#WTF?"},Vp={"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":"workbooks","application/vnd.ms-excel.sheet.macroEnabled.main+xml":"workbooks","application/vnd.ms-excel.sheet.binary.macroEnabled.main":"workbooks","application/vnd.ms-excel.addin.macroEnabled.main+xml":"workbooks","application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":"workbooks","application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":"sheets","application/vnd.ms-excel.worksheet":"sheets","application/vnd.ms-excel.binIndexWs":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":"charts","application/vnd.ms-excel.chartsheet":"charts","application/vnd.ms-excel.macrosheet+xml":"macros","application/vnd.ms-excel.macrosheet":"macros","application/vnd.ms-excel.intlmacrosheet":"TODO","application/vnd.ms-excel.binIndexMs":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":"dialogs","application/vnd.ms-excel.dialogsheet":"dialogs","application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml":"strs","application/vnd.ms-excel.sharedStrings":"strs","application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":"styles","application/vnd.ms-excel.styles":"styles","application/vnd.openxmlformats-package.core-properties+xml":"coreprops","application/vnd.openxmlformats-officedocument.custom-properties+xml":"custprops","application/vnd.openxmlformats-officedocument.extended-properties+xml":"extprops","application/vnd.openxmlformats-officedocument.customXmlProperties+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.customProperty":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":"comments","application/vnd.ms-excel.comments":"comments","application/vnd.ms-excel.threadedcomments+xml":"threadedcomments","application/vnd.ms-excel.person+xml":"people","application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml":"metadata","application/vnd.ms-excel.sheetMetadata":"metadata","application/vnd.ms-excel.pivotTable":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.chart+xml":"TODO","application/vnd.ms-office.chartcolorstyle+xml":"TODO","application/vnd.ms-office.chartstyle+xml":"TODO","application/vnd.ms-office.chartex+xml":"TODO","application/vnd.ms-excel.calcChain":"calcchains","application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml":"calcchains","application/vnd.openxmlformats-officedocument.spreadsheetml.printerSettings":"TODO","application/vnd.ms-office.activeX":"TODO","application/vnd.ms-office.activeX+xml":"TODO","application/vnd.ms-excel.attachedToolbars":"TODO","application/vnd.ms-excel.connections":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":"TODO","application/vnd.ms-excel.externalLink":"links","application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml":"links","application/vnd.ms-excel.pivotCacheDefinition":"TODO","application/vnd.ms-excel.pivotCacheRecords":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml":"TODO","application/vnd.ms-excel.queryTable":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml":"TODO","application/vnd.ms-excel.userNames":"TODO","application/vnd.ms-excel.revisionHeaders":"TODO","application/vnd.ms-excel.revisionLog":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml":"TODO","application/vnd.ms-excel.tableSingleCells":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml":"TODO","application/vnd.ms-excel.slicer":"TODO","application/vnd.ms-excel.slicerCache":"TODO","application/vnd.ms-excel.slicer+xml":"TODO","application/vnd.ms-excel.slicerCache+xml":"TODO","application/vnd.ms-excel.wsSortMap":"TODO","application/vnd.ms-excel.table":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":"TODO","application/vnd.openxmlformats-officedocument.theme+xml":"themes","application/vnd.openxmlformats-officedocument.themeOverride+xml":"TODO","application/vnd.ms-excel.Timeline+xml":"TODO","application/vnd.ms-excel.TimelineCache+xml":"TODO","application/vnd.ms-office.vbaProject":"vba","application/vnd.ms-office.vbaProjectSignature":"TODO","application/vnd.ms-office.volatileDependencies":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml":"TODO","application/vnd.ms-excel.controlproperties+xml":"TODO","application/vnd.openxmlformats-officedocument.model+data":"TODO","application/vnd.ms-excel.Survey+xml":"TODO","application/vnd.openxmlformats-officedocument.drawing+xml":"drawings","application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml":"TODO","application/vnd.openxmlformats-officedocument.vmlDrawing":"TODO","application/vnd.openxmlformats-package.relationships+xml":"rels","application/vnd.openxmlformats-officedocument.oleObject":"TODO","image/png":"TODO",sheet:"js"},Kp={workbooks:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml",xlsm:"application/vnd.ms-excel.sheet.macroEnabled.main+xml",xlsb:"application/vnd.ms-excel.sheet.binary.macroEnabled.main",xlam:"application/vnd.ms-excel.addin.macroEnabled.main+xml",xltx:"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml"},strs:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml",xlsb:"application/vnd.ms-excel.sharedStrings"},comments:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml",xlsb:"application/vnd.ms-excel.comments"},sheets:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml",xlsb:"application/vnd.ms-excel.worksheet"},charts:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml",xlsb:"application/vnd.ms-excel.chartsheet"},dialogs:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml",xlsb:"application/vnd.ms-excel.dialogsheet"},macros:{xlsx:"application/vnd.ms-excel.macrosheet+xml",xlsb:"application/vnd.ms-excel.macrosheet"},metadata:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml",xlsb:"application/vnd.ms-excel.sheetMetadata"},styles:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml",xlsb:"application/vnd.ms-excel.styles"}};function qp(e,t){var n,a=function(e){for(var t=[],n=tu(e),a=0;a!==n.length;++a)null==t[e[n[a]]]&&(t[e[n[a]]]=[]),t[e[n[a]]].push(n[a]);return t}(Vp),s=[];s[s.length]=xu,s[s.length]=Hu("Types",null,{xmlns:$u,"xmlns:xsd":ah,"xmlns:xsi":nh}),s=s.concat([["xml","application/xml"],["bin","application/vnd.ms-excel.sheet.binary.macroEnabled.main"],["vml","application/vnd.openxmlformats-officedocument.vmlDrawing"],["data","application/vnd.openxmlformats-officedocument.model+data"],["bmp","image/bmp"],["png","image/png"],["gif","image/gif"],["emf","image/x-emf"],["wmf","image/x-wmf"],["jpg","image/jpeg"],["jpeg","image/jpeg"],["tif","image/tiff"],["tiff","image/tiff"],["pdf","application/pdf"],["rels","application/vnd.openxmlformats-package.relationships+xml"]].map((function(e){return Hu("Default",null,{Extension:e[0],ContentType:e[1]})})));var o=function(a){e[a]&&e[a].length>0&&(n=e[a][0],s[s.length]=Hu("Override",null,{PartName:("/"==n[0]?"":"/")+n,ContentType:Kp[a][t.bookType]||Kp[a].xlsx}))},r=function(n){(e[n]||[]).forEach((function(e){s[s.length]=Hu("Override",null,{PartName:("/"==e[0]?"":"/")+e,ContentType:Kp[n][t.bookType]||Kp[n].xlsx})}))},i=function(t){(e[t]||[]).forEach((function(e){s[s.length]=Hu("Override",null,{PartName:("/"==e[0]?"":"/")+e,ContentType:a[t][0]})}))};return o("workbooks"),r("sheets"),r("charts"),i("themes"),["strs","styles"].forEach(o),["coreprops","extprops","custprops"].forEach(i),i("vba"),i("comments"),i("threadedcomments"),i("drawings"),r("metadata"),i("people"),s.length>2&&(s[s.length]="</Types>",s[1]=s[1].replace("/>",">")),s.join("")}var $p={WB:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",SHEET:"http://sheetjs.openxmlformats.org/officeDocument/2006/relationships/officeDocument",HLINK:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink",VML:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing",XPATH:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLinkPath",XMISS:"http://schemas.microsoft.com/office/2006/relationships/xlExternalLinkPath/xlPathMissing",XLINK:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLink",CXML:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml",CXMLP:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps",CMNT:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments",CORE_PROPS:"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties",EXT_PROPS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties",CUST_PROPS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties",SST:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings",STY:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles",THEME:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme",CHART:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart",CHARTEX:"http://schemas.microsoft.com/office/2014/relationships/chartEx",CS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/chartsheet",WS:["http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet","http://purl.oclc.org/ooxml/officeDocument/relationships/worksheet"],DS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/dialogsheet",MS:"http://schemas.microsoft.com/office/2006/relationships/xlMacrosheet",IMG:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",DRAW:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing",XLMETA:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata",TCMNT:"http://schemas.microsoft.com/office/2017/10/relationships/threadedComment",PEOPLE:"http://schemas.microsoft.com/office/2017/10/relationships/person",VBA:"http://schemas.microsoft.com/office/2006/relationships/vbaProject"};function Yp(e){var t=e.lastIndexOf("/");return e.slice(0,t+1)+"_rels/"+e.slice(t+1)+".rels"}function Zp(e){var t=[xu,Hu("Relationships",null,{xmlns:Yu})];return tu(e["!id"]).forEach((function(n){t[t.length]=Hu("Relationship",null,e["!id"][n])})),t.length>2&&(t[t.length]="</Relationships>",t[1]=t[1].replace("/>",">")),t.join("")}function Xp(e,t,n,a,s,o){if(s||(s={}),e["!id"]||(e["!id"]={}),e["!idx"]||(e["!idx"]=1),t<0)for(t=e["!idx"];e["!id"]["rId"+t];++t);if(e["!idx"]=t+1,s.Id="rId"+t,s.Type=a,s.Target=n,o?s.TargetMode=o:[$p.HLINK,$p.XPATH,$p.XMISS].indexOf(s.Type)>-1&&(s.TargetMode="External"),e["!id"][s.Id])throw new Error("Cannot rewrite rId "+t);return e["!id"][s.Id]=s,e[("/"+s.Target).replace("//","/")]=s,t}function Jp(e,t,n){return[' <rdf:Description rdf:about="'+e+'">\n',' <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/'+(n||"odf")+"#"+t+'"/>\n'," </rdf:Description>\n"].join("")}function Qp(){return'<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xlink="http://www.w3.org/1999/xlink" office:version="1.2"><office:meta><meta:generator>SheetJS '+Pm.version+"</meta:generator></office:meta></office:document-meta>"}var ef=[["cp:category","Category"],["cp:contentStatus","ContentStatus"],["cp:keywords","Keywords"],["cp:lastModifiedBy","LastAuthor"],["cp:lastPrinted","LastPrinted"],["cp:revision","RevNumber"],["cp:version","Version"],["dc:creator","Author"],["dc:description","Comments"],["dc:identifier","Identifier"],["dc:language","Language"],["dc:subject","Subject"],["dc:title","Title"],["dcterms:created","CreatedDate","date"],["dcterms:modified","ModifiedDate","date"]];function tf(e,t,n,a,s){null==s[e]&&null!=t&&""!==t&&(s[e]=t,t=Au(t),a[a.length]=n?Hu(e,t,n):zu(e,t))}function nf(e,t){var n=t||{},a=[xu,Hu("cp:coreProperties",null,{"xmlns:cp":Vu,"xmlns:dc":Xu,"xmlns:dcterms":Ju,"xmlns:dcmitype":Qu,"xmlns:xsi":nh})],s={};if(!e&&!n.Props)return a.join("");e&&(null!=e.CreatedDate&&tf("dcterms:created","string"===typeof e.CreatedDate?e.CreatedDate:Gu(e.CreatedDate,n.WTF),{"xsi:type":"dcterms:W3CDTF"},a,s),null!=e.ModifiedDate&&tf("dcterms:modified","string"===typeof e.ModifiedDate?e.ModifiedDate:Gu(e.ModifiedDate,n.WTF),{"xsi:type":"dcterms:W3CDTF"},a,s));for(var o=0;o!=ef.length;++o){var r=ef[o],i=n.Props&&null!=n.Props[r[1]]?n.Props[r[1]]:e?e[r[1]]:null;!0===i?i="1":!1===i?i="0":"number"==typeof i&&(i=String(i)),null!=i&&tf(r[0],i,null,a,s)}return a.length>2&&(a[a.length]="</cp:coreProperties>",a[1]=a[1].replace("/>",">")),a.join("")}var af=[["Application","Application","string"],["AppVersion","AppVersion","string"],["Company","Company","string"],["DocSecurity","DocSecurity","string"],["Manager","Manager","string"],["HyperlinksChanged","HyperlinksChanged","bool"],["SharedDoc","SharedDoc","bool"],["LinksUpToDate","LinksUpToDate","bool"],["ScaleCrop","ScaleCrop","bool"],["HeadingPairs","HeadingPairs","raw"],["TitlesOfParts","TitlesOfParts","raw"]],sf=["Worksheets","SheetNames","NamedRanges","DefinedNames","Chartsheets","ChartNames"];function of(e){var t=[],n=Hu;return e||(e={}),e.Application="SheetJS",t[t.length]=xu,t[t.length]=Hu("Properties",null,{xmlns:qu,"xmlns:vt":th}),af.forEach((function(a){if(void 0!==e[a[1]]){var s;switch(a[2]){case"string":s=Au(String(e[a[1]]));break;case"bool":s=e[a[1]]?"true":"false"}void 0!==s&&(t[t.length]=n(a[0],s))}})),t[t.length]=n("HeadingPairs",n("vt:vector",n("vt:variant","<vt:lpstr>Worksheets</vt:lpstr>")+n("vt:variant",n("vt:i4",String(e.Worksheets))),{size:2,baseType:"variant"})),t[t.length]=n("TitlesOfParts",n("vt:vector",e.SheetNames.map((function(e){return"<vt:lpstr>"+Au(e)+"</vt:lpstr>"})).join(""),{size:e.Worksheets,baseType:"lpstr"})),t.length>2&&(t[t.length]="</Properties>",t[1]=t[1].replace("/>",">")),t.join("")}function rf(e){var t=[xu,Hu("Properties",null,{xmlns:Ku,"xmlns:vt":th})];if(!e)return t.join("");var n=1;return tu(e).forEach((function(a){++n,t[t.length]=Hu("property",function(e,t){switch(typeof e){case"string":var n=Hu("vt:lpwstr",Au(e));return t&&(n=n.replace(/&quot;/g,"_x0022_")),n;case"number":return Hu((0|e)==e?"vt:i4":"vt:r8",Au(String(e)));case"boolean":return Hu("vt:bool",e?"true":"false")}if(e instanceof Date)return Hu("vt:filetime",Gu(e));throw new Error("Unable to serialize "+e)}(e[a],!0),{fmtid:"{D5CDD505-2E9C-101B-9397-08002B2CF9AE}",pid:n,name:Au(a)})})),t.length>2&&(t[t.length]="</Properties>",t[1]=t[1].replace("/>",">")),t.join("")}var lf={Title:"Title",Subject:"Subject",Author:"Author",Keywords:"Keywords",Comments:"Description",LastAuthor:"LastAuthor",RevNumber:"Revision",Application:"AppName",LastPrinted:"LastPrinted",CreatedDate:"Created",ModifiedDate:"LastSaved",Category:"Category",Manager:"Manager",Company:"Company",AppVersion:"Version",ContentStatus:"ContentStatus",Identifier:"Identifier",Language:"Language"};function cf(e,t){var n=Kh(4),a=Kh(4);switch(n.write_shift(4,80==e?31:e),e){case 3:a.write_shift(-4,t);break;case 5:(a=Kh(8)).write_shift(8,t,"f");break;case 11:a.write_shift(4,t?1:0);break;case 64:a=function(e){var t=("string"==typeof e?new Date(Date.parse(e)):e).getTime()/1e3+11644473600,n=t%Math.pow(2,32),a=(t-n)/Math.pow(2,32);a*=1e7;var s=(n*=1e7)/Math.pow(2,32)|0;s>0&&(n%=Math.pow(2,32),a+=s);var o=Kh(8);return o.write_shift(4,n),o.write_shift(4,a),o}(t);break;case 31:case 80:for((a=Kh(4+2*(t.length+1)+(t.length%2?0:2))).write_shift(4,t.length+1),a.write_shift(0,t,"dbcs");a.l!=a.length;)a.write_shift(1,0);break;default:throw new Error("TypedPropertyValue unrecognized type "+e+" "+t)}return td([n,a])}var mf=["CodePage","Thumbnail","_PID_LINKBASE","_PID_HLINKS","SystemIdentifier","FMTID"];function df(e){switch(typeof e){case"boolean":return 11;case"number":return(0|e)==e?3:5;case"string":return 31;case"object":if(e instanceof Date)return 64}return-1}function uf(e,t,n){var a=Kh(8),s=[],o=[],r=8,i=0,l=Kh(8),c=Kh(8);if(l.write_shift(4,2),l.write_shift(4,1200),c.write_shift(4,1),o.push(l),s.push(c),r+=8+l.length,!t){(c=Kh(8)).write_shift(4,0),s.unshift(c);var m=[Kh(4)];for(m[0].write_shift(4,e.length),i=0;i<e.length;++i){var d=e[i][0];for((l=Kh(8+2*(d.length+1)+(d.length%2?0:2))).write_shift(4,i+2),l.write_shift(4,d.length+1),l.write_shift(0,d,"dbcs");l.l!=l.length;)l.write_shift(1,0);m.push(l)}l=td(m),o.unshift(l),r+=8+l.length}for(i=0;i<e.length;++i)if((!t||t[e[i][0]])&&!(mf.indexOf(e[i][0])>-1||sf.indexOf(e[i][0])>-1)&&null!=e[i][1]){var u=e[i][1],h=0;if(t){var p=n[h=+t[e[i][0]]];if("version"==p.p&&"string"==typeof u){var f=u.split(".");u=(+f[0]<<16)+(+f[1]||0)}l=cf(p.t,u)}else{var g=df(u);-1==g&&(g=31,u=String(u)),l=cf(g,u)}o.push(l),(c=Kh(8)).write_shift(4,t?h:2+i),s.push(c),r+=8+l.length}var y=8*(o.length+1);for(i=0;i<o.length;++i)s[i].write_shift(4,y),y+=o[i].length;return a.write_shift(4,r),a.write_shift(4,o.length),td([a].concat(s).concat(o))}function hf(e,t,n,a,s,o){var r=Kh(s?68:48),i=[r];r.write_shift(2,65534),r.write_shift(2,0),r.write_shift(4,842412599),r.write_shift(16,Xd.utils.consts.HEADER_CLSID,"hex"),r.write_shift(4,s?2:1),r.write_shift(16,t,"hex"),r.write_shift(4,s?68:48);var l=uf(e,n,a);if(i.push(l),s){var c=uf(s,null,null);r.write_shift(16,o,"hex"),r.write_shift(4,68+l.length),i.push(c)}return td(i)}function pf(e,t){return 1===e.read_shift(t)}function ff(e,t){return t||(t=Kh(2)),t.write_shift(2,+!!e),t}function gf(e){return e.read_shift(2,"u")}function yf(e,t){return t||(t=Kh(2)),t.write_shift(2,e),t}function vf(e,t,n){return n||(n=Kh(2)),n.write_shift(1,"e"==t?+e:+!!e),n.write_shift(1,"e"==t?1:0),n}function bf(e,t,n){var a=e.read_shift(n&&n.biff>=12?2:1),s="sbcs-cont",o=Rm;(n&&n.biff>=8&&(Rm=1200),n&&8!=n.biff)?12==n.biff&&(s="wstr"):e.read_shift(1)&&(s="dbcs-cont");n.biff>=2&&n.biff<=5&&(s="cpstr");var r=a?e.read_shift(a,s):"";return Rm=o,r}function wf(e){var t=e.t||"",n=Kh(3);n.write_shift(2,t.length),n.write_shift(1,1);var a=Kh(2*t.length);return a.write_shift(2*t.length,t,"utf16le"),td([n,a])}function kf(e,t,n){if(n){if(n.biff>=2&&n.biff<=5)return e.read_shift(t,"cpstr");if(n.biff>=12)return e.read_shift(t,"dbcs-cont")}return 0===e.read_shift(1)?e.read_shift(t,"sbcs-cont"):e.read_shift(t,"dbcs-cont")}function _f(e,t,n){var a=e.read_shift(n&&2==n.biff?1:2);return 0===a?(e.l++,""):kf(e,a,n)}function xf(e,t,n){if(n.biff>5)return _f(e,0,n);var a=e.read_shift(1);return 0===a?(e.l++,""):e.read_shift(a,n.biff<=4||!e.lens?"cpstr":"sbcs-cont")}function Tf(e,t,n){return n||(n=Kh(3+2*e.length)),n.write_shift(2,e.length),n.write_shift(1,1),n.write_shift(31,e,"utf16le"),n}function Sf(e,t){t||(t=Kh(6+2*e.length)),t.write_shift(4,1+e.length);for(var n=0;n<e.length;++n)t.write_shift(2,e.charCodeAt(n));return t.write_shift(2,0),t}function Cf(e){var t=Kh(512),n=0,a=e.Target;"file://"==a.slice(0,7)&&(a=a.slice(7));var s=a.indexOf("#"),o=s>-1?31:23;switch(a.charAt(0)){case"#":o=28;break;case".":o&=-3}t.write_shift(4,2),t.write_shift(4,o);var r=[8,6815827,6619237,4849780,83];for(n=0;n<r.length;++n)t.write_shift(4,r[n]);if(28==o)Sf(a=a.slice(1),t);else if(2&o){for(r="e0 c9 ea 79 f9 ba ce 11 8c 82 00 aa 00 4b a9 0b".split(" "),n=0;n<r.length;++n)t.write_shift(1,parseInt(r[n],16));var i=s>-1?a.slice(0,s):a;for(t.write_shift(4,2*(i.length+1)),n=0;n<i.length;++n)t.write_shift(2,i.charCodeAt(n));t.write_shift(2,0),8&o&&Sf(s>-1?a.slice(s+1):"",t)}else{for(r="03 03 00 00 00 00 00 00 c0 00 00 00 00 00 00 46".split(" "),n=0;n<r.length;++n)t.write_shift(1,parseInt(r[n],16));for(var l=0;"../"==a.slice(3*l,3*l+3)||"..\\"==a.slice(3*l,3*l+3);)++l;for(t.write_shift(2,l),t.write_shift(4,a.length-3*l+1),n=0;n<a.length-3*l;++n)t.write_shift(1,255&a.charCodeAt(n+3*l));for(t.write_shift(1,0),t.write_shift(2,65535),t.write_shift(2,57005),n=0;n<6;++n)t.write_shift(4,0)}return t.slice(0,t.l)}function Ef(e,t,n,a){return a||(a=Kh(6)),a.write_shift(2,e),a.write_shift(2,t),a.write_shift(2,n||0),a}function Af(e,t,n){var a=n.biff>8?4:2;return[e.read_shift(a),e.read_shift(a,"i"),e.read_shift(a,"i")]}function jf(e){var t=e.read_shift(2),n=e.read_shift(2);return{s:{c:e.read_shift(2),r:t},e:{c:e.read_shift(2),r:n}}}function Nf(e,t){return t||(t=Kh(8)),t.write_shift(2,e.s.r),t.write_shift(2,e.e.r),t.write_shift(2,e.s.c),t.write_shift(2,e.e.c),t}function Df(e,t,n){var a=1536,s=16;switch(n.bookType){case"biff8":case"xla":break;case"biff5":a=1280,s=8;break;case"biff4":a=4,s=6;break;case"biff3":a=3,s=6;break;case"biff2":a=2,s=4;break;default:throw new Error("unsupported BIFF version")}var o=Kh(s);return o.write_shift(2,a),o.write_shift(2,t),s>4&&o.write_shift(2,29282),s>6&&o.write_shift(2,1997),s>8&&(o.write_shift(2,49161),o.write_shift(2,1),o.write_shift(2,1798),o.write_shift(2,0)),o}function Of(e,t){var n=!t||t.biff>=8?2:1,a=Kh(8+n*e.name.length);a.write_shift(4,e.pos),a.write_shift(1,e.hs||0),a.write_shift(1,e.dt),a.write_shift(1,e.name.length),t.biff>=8&&a.write_shift(1,1),a.write_shift(n*e.name.length,e.name,t.biff<8?"sbcs":"utf16le");var s=a.slice(0,a.l);return s.l=a.l,s}function Pf(e,t,n,a){var s=n&&5==n.biff;a||(a=Kh(s?3+t.length:5+2*t.length)),a.write_shift(2,e),a.write_shift(s?1:2,t.length),s||a.write_shift(1,1),a.write_shift((s?1:2)*t.length,t,s?"sbcs":"utf16le");var o=a.length>a.l?a.slice(0,a.l):a;return null==o.l&&(o.l=o.length),o}function Rf(e,t,n,a){var s=n&&5==n.biff;a||(a=Kh(s?16:20)),a.write_shift(2,0),e.style?(a.write_shift(2,e.numFmtId||0),a.write_shift(2,65524)):(a.write_shift(2,e.numFmtId||0),a.write_shift(2,t<<4));var o=0;return e.numFmtId>0&&s&&(o|=1024),a.write_shift(4,o),a.write_shift(4,0),s||a.write_shift(4,0),a.write_shift(2,0),a}function If(e,t,n){if(n.biff<8)return function(e,t,n){3==e[e.l+1]&&e[e.l]++;var a=bf(e,0,n);return 3==a.charCodeAt(0)?a.slice(1):a}(e,0,n);for(var a=[],s=e.l+t,o=e.read_shift(n.biff>8?4:2);0!==o--;)a.push(Af(e,n.biff,n));if(e.l!=s)throw new Error("Bad ExternSheet: "+e.l+" != "+s);return a}function Lf(e){var t=Kh(24),n=ap(e[0]);t.write_shift(2,n.r),t.write_shift(2,n.r),t.write_shift(2,n.c),t.write_shift(2,n.c);for(var a="d0 c9 ea 79 f9 ba ce 11 8c 82 00 aa 00 4b a9 0b".split(" "),s=0;s<16;++s)t.write_shift(1,parseInt(a[s],16));return td([t,Cf(e[1])])}function Ff(e){var t=e[1].Tooltip,n=Kh(10+2*(t.length+1));n.write_shift(2,2048);var a=ap(e[0]);n.write_shift(2,a.r),n.write_shift(2,a.r),n.write_shift(2,a.c),n.write_shift(2,a.c);for(var s=0;s<t.length;++s)n.write_shift(2,t.charCodeAt(s));return n.write_shift(2,0),n}function Mf(e,t,n){if(!n.cellStyles)return Vh(e,t);var a=n&&n.biff>=12?4:2,s=e.read_shift(a),o=e.read_shift(a),r=e.read_shift(a),i=e.read_shift(a),l=e.read_shift(2);2==a&&(e.l+=2);var c={s:s,e:o,w:r,ixfe:i,flags:l};return(n.biff>=5||!n.biff)&&(c.level=l>>8&7),c}var Wf=function(){var e={1:437,2:850,3:1252,4:1e4,100:852,101:866,102:865,103:861,104:895,105:620,106:737,107:857,120:950,121:949,122:936,123:932,124:874,125:1255,126:1256,150:10007,151:10029,152:10006,200:1250,201:1251,202:1254,203:1253,0:20127,8:865,9:437,10:850,11:437,13:437,14:850,15:437,16:850,17:437,18:850,19:932,20:850,21:437,22:850,23:865,24:437,25:437,26:850,27:437,28:863,29:850,31:852,34:852,35:852,36:860,37:850,38:866,55:850,64:852,77:936,78:949,79:950,80:874,87:1252,88:1252,89:1252,108:863,134:737,135:852,136:857,204:1257,255:16969},t=au({1:437,2:850,3:1252,4:1e4,100:852,101:866,102:865,103:861,104:895,105:620,106:737,107:857,120:950,121:949,122:936,123:932,124:874,125:1255,126:1256,150:10007,151:10029,152:10006,200:1250,201:1251,202:1254,203:1253,0:20127});function n(t,n){var a=n||{};a.dateNF||(a.dateNF="yyyymmdd");var s=up(function(t,n){var a=[],s=Zm(1);switch(n.type){case"base64":s=Jm(qm(t));break;case"binary":s=Jm(t);break;case"buffer":case"array":s=t}Gh(s,0);var o=s.read_shift(1),r=!!(136&o),i=!1,l=!1;switch(o){case 2:case 3:case 131:case 139:case 245:break;case 48:case 49:i=!0,r=!0;break;case 140:l=!0;break;default:throw new Error("DBF Unsupported Version: "+o.toString(16))}var c=0,m=521;2==o&&(c=s.read_shift(2)),s.l+=3,2!=o&&(c=s.read_shift(4)),c>1048576&&(c=1e6),2!=o&&(m=s.read_shift(2));var d=s.read_shift(2),u=n.codepage||1252;2!=o&&(s.l+=16,s.read_shift(1),0!==s[s.l]&&(u=e[s[s.l]]),s.l+=1,s.l+=2),l&&(s.l+=36);for(var h=[],p={},f=Math.min(s.length,2==o?521:m-10-(i?264:0)),g=l?32:11;s.l<f&&13!=s[s.l];)switch((p={}).name=Um.utils.decode(u,s.slice(s.l,s.l+g)).replace(/[\u0000\r\n].*$/g,""),s.l+=g,p.type=String.fromCharCode(s.read_shift(1)),2==o||l||(p.offset=s.read_shift(4)),p.len=s.read_shift(1),2==o&&(p.offset=s.read_shift(2)),p.dec=s.read_shift(1),p.name.length&&h.push(p),2!=o&&(s.l+=l?13:14),p.type){case"B":i&&8==p.len||!n.WTF||console.log("Skipping "+p.name+":"+p.type);break;case"G":case"P":n.WTF&&console.log("Skipping "+p.name+":"+p.type);break;case"+":case"0":case"@":case"C":case"D":case"F":case"I":case"L":case"M":case"N":case"O":case"T":case"Y":break;default:throw new Error("Unknown Field Type: "+p.type)}if(13!==s[s.l]&&(s.l=m-1),13!==s.read_shift(1))throw new Error("DBF Terminator not found "+s.l+" "+s[s.l]);s.l=m;var y=0,v=0;for(a[0]=[],v=0;v!=h.length;++v)a[0][v]=h[v].name;for(;c-- >0;)if(42!==s[s.l])for(++s.l,a[++y]=[],v=0,v=0;v!=h.length;++v){var b=s.slice(s.l,s.l+h[v].len);s.l+=h[v].len,Gh(b,0);var w=Um.utils.decode(u,b);switch(h[v].type){case"C":w.trim().length&&(a[y][v]=w.replace(/\s+$/,""));break;case"D":8===w.length?a[y][v]=new Date(+w.slice(0,4),+w.slice(4,6)-1,+w.slice(6,8)):a[y][v]=w;break;case"F":a[y][v]=parseFloat(w.trim());break;case"+":case"I":a[y][v]=l?2147483648^b.read_shift(-4,"i"):b.read_shift(4,"i");break;case"L":switch(w.trim().toUpperCase()){case"Y":case"T":a[y][v]=!0;break;case"N":case"F":a[y][v]=!1;break;case"":case"?":break;default:throw new Error("DBF Unrecognized L:|"+w+"|")}break;case"M":if(!r)throw new Error("DBF Unexpected MEMO for type "+o.toString(16));a[y][v]="##MEMO##"+(l?parseInt(w.trim(),10):b.read_shift(4));break;case"N":(w=w.replace(/\u0000/g,"").trim())&&"."!=w&&(a[y][v]=+w||0);break;case"@":a[y][v]=new Date(b.read_shift(-8,"f")-621356832e5);break;case"T":a[y][v]=new Date(864e5*(b.read_shift(4)-2440588)+b.read_shift(4));break;case"Y":a[y][v]=b.read_shift(4,"i")/1e4+b.read_shift(4,"i")/1e4*Math.pow(2,32);break;case"O":a[y][v]=-b.read_shift(-8,"f");break;case"B":if(i&&8==h[v].len){a[y][v]=b.read_shift(8,"f");break}case"G":case"P":b.l+=h[v].len;break;case"0":if("_NullFlags"===h[v].name)break;default:throw new Error("DBF Unsupported data type "+h[v].type)}}else s.l+=d;if(2!=o&&s.l<s.length&&26!=s[s.l++])throw new Error("DBF EOF Marker missing "+(s.l-1)+" of "+s.length+" "+s[s.l-1].toString(16));return n&&n.sheetRows&&(a=a.slice(0,n.sheetRows)),n.DBF=h,a}(t,a),a);return s["!cols"]=a.DBF.map((function(e){return{wch:e.len,DBF:e}})),delete a.DBF,s}var a={B:8,C:250,L:1,D:8,"?":0,"":0};return{to_workbook:function(e,t){try{return mp(n(e,t),t)}catch(a){if(t&&t.WTF)throw a}return{SheetNames:[],Sheets:{}}},to_sheet:n,from_sheet:function(e,n){var s=n||{};if(+s.codepage>=0&&Wm(+s.codepage),"string"==s.type)throw new Error("Cannot write DBF to JS string");var o=qh(),r=ab(e,{header:1,raw:!0,cellDates:!0}),i=r[0],l=r.slice(1),c=e["!cols"]||[],m=0,d=0,u=0,h=1;for(m=0;m<i.length;++m)if(((c[m]||{}).DBF||{}).name)i[m]=c[m].DBF.name,++u;else if(null!=i[m]){if(++u,"number"===typeof i[m]&&(i[m]=i[m].toString(10)),"string"!==typeof i[m])throw new Error("DBF Invalid column name "+i[m]+" |"+typeof i[m]+"|");if(i.indexOf(i[m])!==m)for(d=0;d<1024;++d)if(-1==i.indexOf(i[m]+"_"+d)){i[m]+="_"+d;break}}var p=ip(e["!ref"]),f=[],g=[],y=[];for(m=0;m<=p.e.c-p.s.c;++m){var v="",b="",w=0,k=[];for(d=0;d<l.length;++d)null!=l[d][m]&&k.push(l[d][m]);if(0!=k.length&&null!=i[m]){for(d=0;d<k.length;++d){switch(typeof k[d]){case"number":b="B";break;case"string":default:b="C";break;case"boolean":b="L";break;case"object":b=k[d]instanceof Date?"D":"C"}w=Math.max(w,String(k[d]).length),v=v&&v!=b?"C":b}w>250&&(w=250),"C"==(b=((c[m]||{}).DBF||{}).type)&&c[m].DBF.len>w&&(w=c[m].DBF.len),"B"==v&&"N"==b&&(v="N",y[m]=c[m].DBF.dec,w=c[m].DBF.len),g[m]="C"==v||"N"==b?w:a[v]||0,h+=g[m],f[m]=v}else f[m]="?"}var _=o.next(32);for(_.write_shift(4,318902576),_.write_shift(4,l.length),_.write_shift(2,296+32*u),_.write_shift(2,h),m=0;m<4;++m)_.write_shift(4,0);for(_.write_shift(4,0|(+t[Im]||3)<<8),m=0,d=0;m<i.length;++m)if(null!=i[m]){var x=o.next(32),T=(i[m].slice(-10)+"\0\0\0\0\0\0\0\0\0\0\0").slice(0,11);x.write_shift(1,T,"sbcs"),x.write_shift(1,"?"==f[m]?"C":f[m],"sbcs"),x.write_shift(4,d),x.write_shift(1,g[m]||a[f[m]]||0),x.write_shift(1,y[m]||0),x.write_shift(1,2),x.write_shift(4,0),x.write_shift(1,0),x.write_shift(4,0),x.write_shift(4,0),d+=g[m]||a[f[m]]||0}var S=o.next(264);for(S.write_shift(4,13),m=0;m<65;++m)S.write_shift(4,0);for(m=0;m<l.length;++m){var C=o.next(h);for(C.write_shift(1,0),d=0;d<i.length;++d)if(null!=i[d])switch(f[d]){case"L":C.write_shift(1,null==l[m][d]?63:l[m][d]?84:70);break;case"B":C.write_shift(8,l[m][d]||0,"f");break;case"N":var E="0";for("number"==typeof l[m][d]&&(E=l[m][d].toFixed(y[d]||0)),u=0;u<g[d]-E.length;++u)C.write_shift(1,32);C.write_shift(1,E,"sbcs");break;case"D":l[m][d]?(C.write_shift(4,("0000"+l[m][d].getFullYear()).slice(-4),"sbcs"),C.write_shift(2,("00"+(l[m][d].getMonth()+1)).slice(-2),"sbcs"),C.write_shift(2,("00"+l[m][d].getDate()).slice(-2),"sbcs")):C.write_shift(8,"00000000","sbcs");break;case"C":var A=String(null!=l[m][d]?l[m][d]:"").slice(0,g[d]);for(C.write_shift(1,A,"sbcs"),u=0;u<g[d]-A.length;++u)C.write_shift(1,32)}}return o.next(1).write_shift(1,26),o.end()}}}(),Bf=function(){var e={AA:"\xc0",BA:"\xc1",CA:"\xc2",DA:195,HA:"\xc4",JA:197,AE:"\xc8",BE:"\xc9",CE:"\xca",HE:"\xcb",AI:"\xcc",BI:"\xcd",CI:"\xce",HI:"\xcf",AO:"\xd2",BO:"\xd3",CO:"\xd4",DO:213,HO:"\xd6",AU:"\xd9",BU:"\xda",CU:"\xdb",HU:"\xdc",Aa:"\xe0",Ba:"\xe1",Ca:"\xe2",Da:227,Ha:"\xe4",Ja:229,Ae:"\xe8",Be:"\xe9",Ce:"\xea",He:"\xeb",Ai:"\xec",Bi:"\xed",Ci:"\xee",Hi:"\xef",Ao:"\xf2",Bo:"\xf3",Co:"\xf4",Do:245,Ho:"\xf6",Au:"\xf9",Bu:"\xfa",Cu:"\xfb",Hu:"\xfc",KC:"\xc7",Kc:"\xe7",q:"\xe6",z:"\u0153",a:"\xc6",j:"\u0152",DN:209,Dn:241,Hy:255,S:169,c:170,R:174,"B ":180,0:176,1:177,2:178,3:179,5:181,6:182,7:183,Q:185,k:186,b:208,i:216,l:222,s:240,y:248,"!":161,'"':162,"#":163,"(":164,"%":165,"'":167,"H ":168,"+":171,";":187,"<":188,"=":189,">":190,"?":191,"{":223},t=new RegExp("\x1bN("+tu(e).join("|").replace(/\|\|\|/,"|\\||").replace(/([?()+])/g,"\\$1")+"|\\|)","gm"),n=function(t,n){var a=e[n];return"number"==typeof a?Gm(a):a},a=function(e,t,n){var a=t.charCodeAt(0)-32<<4|n.charCodeAt(0)-48;return 59==a?e:Gm(a)};function s(e,s){var o,r=e.split(/[\n\r]+/),i=-1,l=-1,c=0,m=0,d=[],u=[],h=null,p={},f=[],g=[],y=[],v=0;for(+s.codepage>=0&&Wm(+s.codepage);c!==r.length;++c){v=0;var b,w=r[c].trim().replace(/\x1B([\x20-\x2F])([\x30-\x3F])/g,a).replace(t,n),k=w.replace(/;;/g,"\0").split(";").map((function(e){return e.replace(/\u0000/g,";")})),_=k[0];if(w.length>0)switch(_){case"ID":case"E":case"B":case"O":case"W":break;case"P":"P"==k[1].charAt(0)&&u.push(w.slice(3).replace(/;;/g,";"));break;case"C":var x=!1,T=!1,S=!1,C=!1,E=-1,A=-1;for(m=1;m<k.length;++m)switch(k[m].charAt(0)){case"A":case"G":break;case"X":l=parseInt(k[m].slice(1))-1,T=!0;break;case"Y":for(i=parseInt(k[m].slice(1))-1,T||(l=0),o=d.length;o<=i;++o)d[o]=[];break;case"K":'"'===(b=k[m].slice(1)).charAt(0)?b=b.slice(1,b.length-1):"TRUE"===b?b=!0:"FALSE"===b?b=!1:isNaN(vu(b))?isNaN(wu(b).getDate())||(b=pu(b)):(b=vu(b),null!==h&&zd(h)&&(b=mu(b))),"undefined"!==typeof Um&&"string"==typeof b&&"string"!=(s||{}).type&&(s||{}).codepage&&(b=Um.utils.decode(s.codepage,b)),x=!0;break;case"E":C=!0;var j=Ng(k[m].slice(1),{r:i,c:l});d[i][l]=[d[i][l],j];break;case"S":S=!0,d[i][l]=[d[i][l],"S5S"];break;case"R":E=parseInt(k[m].slice(1))-1;break;case"C":A=parseInt(k[m].slice(1))-1;break;default:if(s&&s.WTF)throw new Error("SYLK bad record "+w)}if(x&&(d[i][l]&&2==d[i][l].length?d[i][l][0]=b:d[i][l]=b,h=null),S){if(C)throw new Error("SYLK shared formula cannot have own formula");var N=E>-1&&d[E][A];if(!N||!N[1])throw new Error("SYLK shared formula cannot find base");d[i][l][1]=Pg(N[1],{r:i-E,c:l-A})}break;case"F":var D=0;for(m=1;m<k.length;++m)switch(k[m].charAt(0)){case"X":l=parseInt(k[m].slice(1))-1,++D;break;case"Y":for(i=parseInt(k[m].slice(1))-1,o=d.length;o<=i;++o)d[o]=[];break;case"M":v=parseInt(k[m].slice(1))/20;break;case"F":case"G":case"S":case"D":case"N":break;case"P":h=u[parseInt(k[m].slice(1))];break;case"W":for(y=k[m].slice(1).split(" "),o=parseInt(y[0],10);o<=parseInt(y[1],10);++o)v=parseInt(y[2],10),g[o-1]=0===v?{hidden:!0}:{wch:v},ag(g[o-1]);break;case"C":g[l=parseInt(k[m].slice(1))-1]||(g[l]={});break;case"R":f[i=parseInt(k[m].slice(1))-1]||(f[i]={}),v>0?(f[i].hpt=v,f[i].hpx=og(v)):0===v&&(f[i].hidden=!0);break;default:if(s&&s.WTF)throw new Error("SYLK bad record "+w)}D<1&&(h=null);break;default:if(s&&s.WTF)throw new Error("SYLK bad record "+w)}}return f.length>0&&(p["!rows"]=f),g.length>0&&(p["!cols"]=g),s&&s.sheetRows&&(d=d.slice(0,s.sheetRows)),[d,p]}function o(e,t){var n=function(e,t){switch(t.type){case"base64":return s(qm(e),t);case"binary":return s(e,t);case"buffer":return s($m&&Buffer.isBuffer(e)?e.toString("binary"):ed(e),t);case"array":return s(fu(e),t)}throw new Error("Unrecognized type "+t.type)}(e,t),a=n[0],o=n[1],r=up(a,t);return tu(o).forEach((function(e){r[e]=o[e]})),r}function r(e,t,n,a){var s="C;Y"+(n+1)+";X"+(a+1)+";K";switch(e.t){case"n":s+=e.v||0,e.f&&!e.F&&(s+=";E"+Og(e.f,{r:n,c:a}));break;case"b":s+=e.v?"TRUE":"FALSE";break;case"e":s+=e.w||e.v;break;case"d":s+='"'+(e.w||e.v)+'"';break;case"s":s+='"'+e.v.replace(/"/g,"").replace(/;/g,";;")+'"'}return s}return e["|"]=254,{to_workbook:function(e,t){return mp(o(e,t),t)},to_sheet:o,from_sheet:function(e,t){var n,a,s=["ID;PWXL;N;E"],o=[],i=ip(e["!ref"]),l=Array.isArray(e),c="\r\n";s.push("P;PGeneral"),s.push("F;P0;DG0G8;M255"),e["!cols"]&&(a=s,e["!cols"].forEach((function(e,t){var n="F;W"+(t+1)+" "+(t+1)+" ";e.hidden?n+="0":("number"!=typeof e.width||e.wpx||(e.wpx=eg(e.width)),"number"!=typeof e.wpx||e.wch||(e.wch=tg(e.wpx)),"number"==typeof e.wch&&(n+=Math.round(e.wch)))," "!=n.charAt(n.length-1)&&a.push(n)}))),e["!rows"]&&function(e,t){t.forEach((function(t,n){var a="F;";t.hidden?a+="M0;":t.hpt?a+="M"+20*t.hpt+";":t.hpx&&(a+="M"+20*sg(t.hpx)+";"),a.length>2&&e.push(a+"R"+(n+1))}))}(s,e["!rows"]),s.push("B;Y"+(i.e.r-i.s.r+1)+";X"+(i.e.c-i.s.c+1)+";D"+[i.s.c,i.s.r,i.e.c,i.e.r].join(" "));for(var m=i.s.r;m<=i.e.r;++m)for(var d=i.s.c;d<=i.e.c;++d){var u=sp({r:m,c:d});(n=l?(e[m]||[])[d]:e[u])&&(null!=n.v||n.f&&!n.F)&&o.push(r(n,0,m,d))}return s.join(c)+c+o.join(c)+c+"E"+c}}}(),zf=function(){function e(e,t){for(var n=e.split("\n"),a=-1,s=-1,o=0,r=[];o!==n.length;++o)if("BOT"!==n[o].trim()){if(!(a<0)){for(var i=n[o].trim().split(","),l=i[0],c=i[1],m=n[++o]||"";1&(m.match(/["]/g)||[]).length&&o<n.length-1;)m+="\n"+n[++o];switch(m=m.trim(),+l){case-1:if("BOT"===m){r[++a]=[],s=0;continue}if("EOD"!==m)throw new Error("Unrecognized DIF special command "+m);break;case 0:"TRUE"===m?r[a][s]=!0:"FALSE"===m?r[a][s]=!1:isNaN(vu(c))?isNaN(wu(c).getDate())?r[a][s]=c:r[a][s]=pu(c):r[a][s]=vu(c),++s;break;case 1:(m=(m=m.slice(1,m.length-1)).replace(/""/g,'"'))&&m.match(/^=".*"$/)&&(m=m.slice(2,-1)),r[a][s++]=""!==m?m:null}if("EOD"===m)break}}else r[++a]=[],s=0;return t&&t.sheetRows&&(r=r.slice(0,t.sheetRows)),r}function t(t,n){return up(function(t,n){switch(n.type){case"base64":return e(qm(t),n);case"binary":return e(t,n);case"buffer":return e($m&&Buffer.isBuffer(t)?t.toString("binary"):ed(t),n);case"array":return e(fu(t),n)}throw new Error("Unrecognized type "+n.type)}(t,n),n)}var n=function(){var e=function(e,t,n,a,s){e.push(t),e.push(n+","+a),e.push('"'+s.replace(/"/g,'""')+'"')},t=function(e,t,n,a){e.push(t+","+n),e.push(1==t?'"'+a.replace(/"/g,'""')+'"':a)};return function(n){var a,s=[],o=ip(n["!ref"]),r=Array.isArray(n);e(s,"TABLE",0,1,"sheetjs"),e(s,"VECTORS",0,o.e.r-o.s.r+1,""),e(s,"TUPLES",0,o.e.c-o.s.c+1,""),e(s,"DATA",0,0,"");for(var i=o.s.r;i<=o.e.r;++i){t(s,-1,0,"BOT");for(var l=o.s.c;l<=o.e.c;++l){var c=sp({r:i,c:l});if(a=r?(n[i]||[])[l]:n[c])switch(a.t){case"n":var m=a.w;m||null==a.v||(m=a.v),null==m?a.f&&!a.F?t(s,1,0,"="+a.f):t(s,1,0,""):t(s,0,m,"V");break;case"b":t(s,0,a.v?1:0,a.v?"TRUE":"FALSE");break;case"s":t(s,1,0,isNaN(a.v)?a.v:'="'+a.v+'"');break;case"d":a.w||(a.w=Vd(a.z||hd[14],ru(pu(a.v)))),t(s,0,a.w,"V");break;default:t(s,1,0,"")}else t(s,1,0,"")}}t(s,-1,0,"EOD");return s.join("\r\n")}}();return{to_workbook:function(e,n){return mp(t(e,n),n)},to_sheet:t,from_sheet:n}}(),Uf=function(){function e(e){return e.replace(/\\b/g,"\\").replace(/\\c/g,":").replace(/\\n/g,"\n")}function t(e){return e.replace(/\\/g,"\\b").replace(/:/g,"\\c").replace(/\n/g,"\\n")}function n(t,n){return up(function(t,n){for(var a=t.split("\n"),s=-1,o=-1,r=0,i=[];r!==a.length;++r){var l=a[r].trim().split(":");if("cell"===l[0]){var c=ap(l[1]);if(i.length<=c.r)for(s=i.length;s<=c.r;++s)i[s]||(i[s]=[]);switch(s=c.r,o=c.c,l[2]){case"t":i[s][o]=e(l[3]);break;case"v":i[s][o]=+l[3];break;case"vtf":var m=l[l.length-1];case"vtc":"nl"===l[3]?i[s][o]=!!+l[4]:i[s][o]=+l[4],"vtf"==l[2]&&(i[s][o]=[i[s][o],m])}}}return n&&n.sheetRows&&(i=i.slice(0,n.sheetRows)),i}(t,n),n)}var a=["socialcalc:version:1.5","MIME-Version: 1.0","Content-Type: multipart/mixed; boundary=SocialCalcSpreadsheetControlSave"].join("\n"),s=["--SocialCalcSpreadsheetControlSave","Content-type: text/plain; charset=UTF-8"].join("\n")+"\n",o=["# SocialCalc Spreadsheet Control Save","part:sheet"].join("\n"),r="--SocialCalcSpreadsheetControlSave--";function i(e){if(!e||!e["!ref"])return"";for(var n,a=[],s=[],o="",r=op(e["!ref"]),i=Array.isArray(e),l=r.s.r;l<=r.e.r;++l)for(var c=r.s.c;c<=r.e.c;++c)if(o=sp({r:l,c:c}),(n=i?(e[l]||[])[c]:e[o])&&null!=n.v&&"z"!==n.t){switch(s=["cell",o,"t"],n.t){case"s":case"str":s.push(t(n.v));break;case"n":n.f?(s[2]="vtf",s[3]="n",s[4]=n.v,s[5]=t(n.f)):(s[2]="v",s[3]=n.v);break;case"b":s[2]="vt"+(n.f?"f":"c"),s[3]="nl",s[4]=n.v?"1":"0",s[5]=t(n.f||(n.v?"TRUE":"FALSE"));break;case"d":var m=ru(pu(n.v));s[2]="vtc",s[3]="nd",s[4]=""+m,s[5]=n.w||Vd(n.z||hd[14],m);break;case"e":continue}a.push(s.join(":"))}return a.push("sheet:c:"+(r.e.c-r.s.c+1)+":r:"+(r.e.r-r.s.r+1)+":tvf:1"),a.push("valueformat:1:text-wiki"),a.join("\n")}return{to_workbook:function(e,t){return mp(n(e,t),t)},to_sheet:n,from_sheet:function(e){return[a,s,o,s,i(e),r].join("\n")}}}(),Hf=function(){function e(e,t,n,a,s){s.raw?t[n][a]=e:""===e||("TRUE"===e?t[n][a]=!0:"FALSE"===e?t[n][a]=!1:isNaN(vu(e))?isNaN(wu(e).getDate())?t[n][a]=e:t[n][a]=pu(e):t[n][a]=vu(e))}var t={44:",",9:"\t",59:";",124:"|"},n={44:3,9:2,59:1,124:0};function a(e){for(var a={},s=!1,o=0,r=0;o<e.length;++o)34==(r=e.charCodeAt(o))?s=!s:!s&&r in t&&(a[r]=(a[r]||0)+1);for(o in r=[],a)Object.prototype.hasOwnProperty.call(a,o)&&r.push([a[o],o]);if(!r.length)for(o in a=n)Object.prototype.hasOwnProperty.call(a,o)&&r.push([a[o],o]);return r.sort((function(e,t){return e[0]-t[0]||n[e[1]]-n[t[1]]})),t[r.pop()[1]]||44}function s(e,t){var n=t||{},s="";var o=n.dense?[]:{},r={s:{c:0,r:0},e:{c:0,r:0}};"sep="==e.slice(0,4)?13==e.charCodeAt(5)&&10==e.charCodeAt(6)?(s=e.charAt(4),e=e.slice(7)):13==e.charCodeAt(5)||10==e.charCodeAt(5)?(s=e.charAt(4),e=e.slice(6)):s=a(e.slice(0,1024)):s=n&&n.FS?n.FS:a(e.slice(0,1024));var i=0,l=0,c=0,m=0,d=0,u=s.charCodeAt(0),h=!1,p=0,f=e.charCodeAt(0);e=e.replace(/\r\n/gm,"\n");var g=null!=n.dateNF?function(e){var t="number"==typeof e?hd[e]:e;return t=t.replace(Yd,"(\\d+)"),new RegExp("^"+t+"$")}(n.dateNF):null;function y(){var t=e.slice(m,d),a={};if('"'==t.charAt(0)&&'"'==t.charAt(t.length-1)&&(t=t.slice(1,-1).replace(/""/g,'"')),0===t.length)a.t="z";else if(n.raw)a.t="s",a.v=t;else if(0===t.trim().length)a.t="s",a.v=t;else if(61==t.charCodeAt(0))34==t.charCodeAt(1)&&34==t.charCodeAt(t.length-1)?(a.t="s",a.v=t.slice(2,-1).replace(/""/g,'"')):1!=t.length?(a.t="n",a.f=t.slice(1)):(a.t="s",a.v=t);else if("TRUE"==t)a.t="b",a.v=!0;else if("FALSE"==t)a.t="b",a.v=!1;else if(isNaN(c=vu(t)))if(!isNaN(wu(t).getDate())||g&&t.match(g)){a.z=n.dateNF||hd[14];var s=0;g&&t.match(g)&&(t=function(e,t,n){var a=-1,s=-1,o=-1,r=-1,i=-1,l=-1;(t.match(Yd)||[]).forEach((function(e,t){var c=parseInt(n[t+1],10);switch(e.toLowerCase().charAt(0)){case"y":a=c;break;case"d":o=c;break;case"h":r=c;break;case"s":l=c;break;case"m":r>=0?i=c:s=c}})),l>=0&&-1==i&&s>=0&&(i=s,s=-1);var c=(""+(a>=0?a:(new Date).getFullYear())).slice(-4)+"-"+("00"+(s>=1?s:1)).slice(-2)+"-"+("00"+(o>=1?o:1)).slice(-2);7==c.length&&(c="0"+c),8==c.length&&(c="20"+c);var m=("00"+(r>=0?r:0)).slice(-2)+":"+("00"+(i>=0?i:0)).slice(-2)+":"+("00"+(l>=0?l:0)).slice(-2);return-1==r&&-1==i&&-1==l?c:-1==a&&-1==s&&-1==o?m:c+"T"+m}(0,n.dateNF,t.match(g)||[]),s=1),n.cellDates?(a.t="d",a.v=pu(t,s)):(a.t="n",a.v=ru(pu(t,s))),!1!==n.cellText&&(a.w=Vd(a.z,a.v instanceof Date?ru(a.v):a.v)),n.cellNF||delete a.z}else a.t="s",a.v=t;else a.t="n",!1!==n.cellText&&(a.w=t),a.v=c;if("z"==a.t||(n.dense?(o[i]||(o[i]=[]),o[i][l]=a):o[sp({c:l,r:i})]=a),m=d+1,f=e.charCodeAt(m),r.e.c<l&&(r.e.c=l),r.e.r<i&&(r.e.r=i),p==u)++l;else if(l=0,++i,n.sheetRows&&n.sheetRows<=i)return!0}e:for(;d<e.length;++d)switch(p=e.charCodeAt(d)){case 34:34===f&&(h=!h);break;case u:case 10:case 13:if(!h&&y())break e}return d-m>0&&y(),o["!ref"]=rp(r),o}function o(t,n){return n&&n.PRN?n.FS||"sep="==t.slice(0,4)||t.indexOf("\t")>=0||t.indexOf(",")>=0||t.indexOf(";")>=0?s(t,n):up(function(t,n){var a=n||{},s=[];if(!t||0===t.length)return s;for(var o=t.split(/[\r\n]/),r=o.length-1;r>=0&&0===o[r].length;)--r;for(var i=10,l=0,c=0;c<=r;++c)-1==(l=o[c].indexOf(" "))?l=o[c].length:l++,i=Math.max(i,l);for(c=0;c<=r;++c){s[c]=[];var m=0;for(e(o[c].slice(0,i).trim(),s,c,m,a),m=1;m<=(o[c].length-i)/10+1;++m)e(o[c].slice(i+10*(m-1),i+10*m).trim(),s,c,m,a)}return a.sheetRows&&(s=s.slice(0,a.sheetRows)),s}(t,n),n):s(t,n)}function r(e,t){var n="",a="string"==t.type?[0,0,0,0]:Yv(e,t);switch(t.type){case"base64":n=qm(e);break;case"binary":case"string":n=e;break;case"buffer":n=65001==t.codepage?e.toString("utf8"):t.codepage&&"undefined"!==typeof Um?Um.utils.decode(t.codepage,e):$m&&Buffer.isBuffer(e)?e.toString("binary"):ed(e);break;case"array":n=fu(e);break;default:throw new Error("Unrecognized type "+t.type)}return 239==a[0]&&187==a[1]&&191==a[2]?n=Fu(n.slice(3)):"string"!=t.type&&"buffer"!=t.type&&65001==t.codepage?n=Fu(n):"binary"==t.type&&"undefined"!==typeof Um&&t.codepage&&(n=Um.utils.decode(t.codepage,Um.utils.encode(28591,n))),"socialcalc:version:"==n.slice(0,19)?Uf.to_sheet("string"==t.type?n:Fu(n),t):o(n,t)}return{to_workbook:function(e,t){return mp(r(e,t),t)},to_sheet:r,from_sheet:function(e){for(var t,n=[],a=ip(e["!ref"]),s=Array.isArray(e),o=a.s.r;o<=a.e.r;++o){for(var r=[],i=a.s.c;i<=a.e.c;++i){var l=sp({r:o,c:i});if((t=s?(e[o]||[])[i]:e[l])&&null!=t.v){for(var c=(t.w||(cp(t),t.w)||"").slice(0,10);c.length<10;)c+=" ";r.push(c+(0===i?" ":""))}else r.push(" ")}n.push(r.join(""))}return n.join("\n")}}}();var Gf=function(){function e(e,t,n){if(e){Gh(e,e.l||0);for(var a=n.Enum||y;e.l<e.length;){var s=e.read_shift(2),o=a[s]||a[65535],r=e.read_shift(2),i=e.l+r,l=o.f&&o.f(e,r,n);if(e.l=i,t(l,o,s))return}}}function t(t,n){if(!t)return t;var a=n||{};var s=a.dense?[]:{},o="Sheet1",r="",i=0,l={},c=[],m=[],d={s:{r:0,c:0},e:{r:0,c:0}},u=a.sheetRows||0;if(0==t[2]&&(8==t[3]||9==t[3])&&t.length>=16&&5==t[14]&&108===t[15])throw new Error("Unsupported Works 3 for Mac file");if(2==t[2])a.Enum=y,e(t,(function(e,t,n){switch(n){case 0:a.vers=e,e>=4096&&(a.qpro=!0);break;case 6:d=e;break;case 204:e&&(r=e);break;case 222:r=e;break;case 15:case 51:a.qpro||(e[1].v=e[1].v.slice(1));case 13:case 14:case 16:14==n&&112==(112&e[2])&&(15&e[2])>1&&(15&e[2])<15&&(e[1].z=a.dateNF||hd[14],a.cellDates&&(e[1].t="d",e[1].v=mu(e[1].v))),a.qpro&&e[3]>i&&(s["!ref"]=rp(d),l[o]=s,c.push(o),s=a.dense?[]:{},d={s:{r:0,c:0},e:{r:0,c:0}},i=e[3],o=r||"Sheet"+(i+1),r="");var m=a.dense?(s[e[0].r]||[])[e[0].c]:s[sp(e[0])];if(m){m.t=e[1].t,m.v=e[1].v,null!=e[1].z&&(m.z=e[1].z),null!=e[1].f&&(m.f=e[1].f);break}a.dense?(s[e[0].r]||(s[e[0].r]=[]),s[e[0].r][e[0].c]=e[1]):s[sp(e[0])]=e[1]}}),a);else{if(26!=t[2]&&14!=t[2])throw new Error("Unrecognized LOTUS BOF "+t[2]);a.Enum=v,14==t[2]&&(a.qpro=!0,t.l=0),e(t,(function(e,t,n){switch(n){case 204:o=e;break;case 22:e[1].v=e[1].v.slice(1);case 23:case 24:case 25:case 37:case 39:case 40:if(e[3]>i&&(s["!ref"]=rp(d),l[o]=s,c.push(o),s=a.dense?[]:{},d={s:{r:0,c:0},e:{r:0,c:0}},i=e[3],o="Sheet"+(i+1)),u>0&&e[0].r>=u)break;a.dense?(s[e[0].r]||(s[e[0].r]=[]),s[e[0].r][e[0].c]=e[1]):s[sp(e[0])]=e[1],d.e.c<e[0].c&&(d.e.c=e[0].c),d.e.r<e[0].r&&(d.e.r=e[0].r);break;case 27:e[14e3]&&(m[e[14e3][0]]=e[14e3][1]);break;case 1537:m[e[0]]=e[1],e[0]==i&&(o=e[1])}}),a)}if(s["!ref"]=rp(d),l[r||o]=s,c.push(r||o),!m.length)return{SheetNames:c,Sheets:l};for(var h={},p=[],f=0;f<m.length;++f)l[c[f]]?(p.push(m[f]||c[f]),h[m[f]]=l[m[f]]||l[c[f]]):(p.push(m[f]),h[m[f]]={"!ref":"A1"});return{SheetNames:p,Sheets:h}}function n(e,t,n){var a=[{c:0,r:0},{t:"n",v:0},0,0];return n.qpro&&20768!=n.vers?(a[0].c=e.read_shift(1),a[3]=e.read_shift(1),a[0].r=e.read_shift(2),e.l+=2):(a[2]=e.read_shift(1),a[0].c=e.read_shift(2),a[0].r=e.read_shift(2)),a}function a(e,t,a){var s=e.l+t,o=n(e,0,a);if(o[1].t="s",20768==a.vers){e.l++;var r=e.read_shift(1);return o[1].v=e.read_shift(r,"utf8"),o}return a.qpro&&e.l++,o[1].v=e.read_shift(s-e.l,"cstr"),o}function s(e,t,n){var a=Kh(7+n.length);a.write_shift(1,255),a.write_shift(2,t),a.write_shift(2,e),a.write_shift(1,39);for(var s=0;s<a.length;++s){var o=n.charCodeAt(s);a.write_shift(1,o>=128?95:o)}return a.write_shift(1,0),a}function o(e,t,n){var a=Kh(7);return a.write_shift(1,255),a.write_shift(2,t),a.write_shift(2,e),a.write_shift(2,n,"i"),a}function r(e,t,n){var a=Kh(13);return a.write_shift(1,255),a.write_shift(2,t),a.write_shift(2,e),a.write_shift(8,n,"f"),a}function i(e,t,n){var a=32768&t;return t=(a?e:0)+((t&=-32769)>=8192?t-16384:t),(a?"":"$")+(n?np(t):ep(t))}var l={51:["FALSE",0],52:["TRUE",0],70:["LEN",1],80:["SUM",69],81:["AVERAGEA",69],82:["COUNTA",69],83:["MINA",69],84:["MAXA",69],111:["T",1]},c=["","","","","","","","","","+","-","*","/","^","=","<>","<=",">=","<",">","","","","","&","","","","","","",""];function m(e){var t=[{c:0,r:0},{t:"n",v:0},0];return t[0].r=e.read_shift(2),t[3]=e[e.l++],t[0].c=e[e.l++],t}function d(e,t,n,a){var s=Kh(6+a.length);s.write_shift(2,e),s.write_shift(1,n),s.write_shift(1,t),s.write_shift(1,39);for(var o=0;o<a.length;++o){var r=a.charCodeAt(o);s.write_shift(1,r>=128?95:r)}return s.write_shift(1,0),s}function u(e,t){var n=m(e),a=e.read_shift(4),s=e.read_shift(4),o=e.read_shift(2);if(65535==o)return 0===a&&3221225472===s?(n[1].t="e",n[1].v=15):0===a&&3489660928===s?(n[1].t="e",n[1].v=42):n[1].v=0,n;var r=32768&o;return o=(32767&o)-16446,n[1].v=(1-2*r)*(s*Math.pow(2,o+32)+a*Math.pow(2,o)),n}function h(e,t,n,a){var s=Kh(14);if(s.write_shift(2,e),s.write_shift(1,n),s.write_shift(1,t),0==a)return s.write_shift(4,0),s.write_shift(4,0),s.write_shift(2,65535),s;var o,r=0,i=0,l=0;return a<0&&(r=1,a=-a),i=0|Math.log2(a),0==(2147483648&(l=(a/=Math.pow(2,i-31))>>>0))&&(++i,l=(a/=2)>>>0),a-=l,l|=2147483648,l>>>=0,o=(a*=Math.pow(2,32))>>>0,s.write_shift(4,o),s.write_shift(4,l),i+=16383+(r?32768:0),s.write_shift(2,i),s}function p(e,t){var n=m(e),a=e.read_shift(8,"f");return n[1].v=a,n}function f(e,t){return 0==e[e.l+t-1]?e.read_shift(t,"cstr"):""}function g(e,t){var n=Kh(5+e.length);n.write_shift(2,14e3),n.write_shift(2,t);for(var a=0;a<e.length;++a){var s=e.charCodeAt(a);n[n.l++]=s>127?95:s}return n[n.l++]=0,n}var y={0:{n:"BOF",f:gf},1:{n:"EOF"},2:{n:"CALCMODE"},3:{n:"CALCORDER"},4:{n:"SPLIT"},5:{n:"SYNC"},6:{n:"RANGE",f:function(e,t,n){var a={s:{c:0,r:0},e:{c:0,r:0}};return 8==t&&n.qpro?(a.s.c=e.read_shift(1),e.l++,a.s.r=e.read_shift(2),a.e.c=e.read_shift(1),e.l++,a.e.r=e.read_shift(2),a):(a.s.c=e.read_shift(2),a.s.r=e.read_shift(2),12==t&&n.qpro&&(e.l+=2),a.e.c=e.read_shift(2),a.e.r=e.read_shift(2),12==t&&n.qpro&&(e.l+=2),65535==a.s.c&&(a.s.c=a.e.c=a.s.r=a.e.r=0),a)}},7:{n:"WINDOW1"},8:{n:"COLW1"},9:{n:"WINTWO"},10:{n:"COLW2"},11:{n:"NAME"},12:{n:"BLANK"},13:{n:"INTEGER",f:function(e,t,a){var s=n(e,0,a);return s[1].v=e.read_shift(2,"i"),s}},14:{n:"NUMBER",f:function(e,t,a){var s=n(e,0,a);return s[1].v=e.read_shift(8,"f"),s}},15:{n:"LABEL",f:a},16:{n:"FORMULA",f:function(e,t,a){var s=e.l+t,o=n(e,0,a);if(o[1].v=e.read_shift(8,"f"),a.qpro)e.l=s;else{var r=e.read_shift(2);!function(e,t){Gh(e,0);var n=[],a=0,s="",o="",r="",m="";for(;e.l<e.length;){var d=e[e.l++];switch(d){case 0:n.push(e.read_shift(8,"f"));break;case 1:o=i(t[0].c,e.read_shift(2),!0),s=i(t[0].r,e.read_shift(2),!1),n.push(o+s);break;case 2:var u=i(t[0].c,e.read_shift(2),!0),h=i(t[0].r,e.read_shift(2),!1);o=i(t[0].c,e.read_shift(2),!0),s=i(t[0].r,e.read_shift(2),!1),n.push(u+h+":"+o+s);break;case 3:if(e.l<e.length)return void console.error("WK1 premature formula end");break;case 4:n.push("("+n.pop()+")");break;case 5:n.push(e.read_shift(2));break;case 6:for(var p="";d=e[e.l++];)p+=String.fromCharCode(d);n.push('"'+p.replace(/"/g,'""')+'"');break;case 8:n.push("-"+n.pop());break;case 23:n.push("+"+n.pop());break;case 22:n.push("NOT("+n.pop()+")");break;case 20:case 21:m=n.pop(),r=n.pop(),n.push(["AND","OR"][d-20]+"("+r+","+m+")");break;default:if(d<32&&c[d])m=n.pop(),r=n.pop(),n.push(r+c[d]+m);else{if(!l[d])return d<=7?console.error("WK1 invalid opcode "+d.toString(16)):d<=24?console.error("WK1 unsupported op "+d.toString(16)):d<=30?console.error("WK1 invalid opcode "+d.toString(16)):d<=115?console.error("WK1 unsupported function opcode "+d.toString(16)):console.error("WK1 unrecognized opcode "+d.toString(16));if(69==(a=l[d][1])&&(a=e[e.l++]),a>n.length)return void console.error("WK1 bad formula parse 0x"+d.toString(16)+":|"+n.join("|")+"|");var f=n.slice(-a);n.length-=a,n.push(l[d][0]+"("+f.join(",")+")")}}}1==n.length?t[1].f=""+n[0]:console.error("WK1 bad formula parse |"+n.join("|")+"|")}(e.slice(e.l,e.l+r),o),e.l+=r}return o}},24:{n:"TABLE"},25:{n:"ORANGE"},26:{n:"PRANGE"},27:{n:"SRANGE"},28:{n:"FRANGE"},29:{n:"KRANGE1"},32:{n:"HRANGE"},35:{n:"KRANGE2"},36:{n:"PROTEC"},37:{n:"FOOTER"},38:{n:"HEADER"},39:{n:"SETUP"},40:{n:"MARGINS"},41:{n:"LABELFMT"},42:{n:"TITLES"},43:{n:"SHEETJS"},45:{n:"GRAPH"},46:{n:"NGRAPH"},47:{n:"CALCCOUNT"},48:{n:"UNFORMATTED"},49:{n:"CURSORW12"},50:{n:"WINDOW"},51:{n:"STRING",f:a},55:{n:"PASSWORD"},56:{n:"LOCKED"},60:{n:"QUERY"},61:{n:"QUERYNAME"},62:{n:"PRINT"},63:{n:"PRINTNAME"},64:{n:"GRAPH2"},65:{n:"GRAPHNAME"},66:{n:"ZOOM"},67:{n:"SYMSPLIT"},68:{n:"NSROWS"},69:{n:"NSCOLS"},70:{n:"RULER"},71:{n:"NNAME"},72:{n:"ACOMM"},73:{n:"AMACRO"},74:{n:"PARSE"},102:{n:"PRANGES??"},103:{n:"RRANGES??"},104:{n:"FNAME??"},105:{n:"MRANGES??"},204:{n:"SHEETNAMECS",f:f},222:{n:"SHEETNAMELP",f:function(e,t){var n=e[e.l++];n>t-1&&(n=t-1);for(var a="";a.length<n;)a+=String.fromCharCode(e[e.l++]);return a}},65535:{n:""}},v={0:{n:"BOF"},1:{n:"EOF"},2:{n:"PASSWORD"},3:{n:"CALCSET"},4:{n:"WINDOWSET"},5:{n:"SHEETCELLPTR"},6:{n:"SHEETLAYOUT"},7:{n:"COLUMNWIDTH"},8:{n:"HIDDENCOLUMN"},9:{n:"USERRANGE"},10:{n:"SYSTEMRANGE"},11:{n:"ZEROFORCE"},12:{n:"SORTKEYDIR"},13:{n:"FILESEAL"},14:{n:"DATAFILLNUMS"},15:{n:"PRINTMAIN"},16:{n:"PRINTSTRING"},17:{n:"GRAPHMAIN"},18:{n:"GRAPHSTRING"},19:{n:"??"},20:{n:"ERRCELL"},21:{n:"NACELL"},22:{n:"LABEL16",f:function(e,t){var n=m(e);return n[1].t="s",n[1].v=e.read_shift(t-4,"cstr"),n}},23:{n:"NUMBER17",f:u},24:{n:"NUMBER18",f:function(e,t){var n=m(e);n[1].v=e.read_shift(2);var a=n[1].v>>1;if(1&n[1].v)switch(7&a){case 0:a=5e3*(a>>3);break;case 1:a=500*(a>>3);break;case 2:a=(a>>3)/20;break;case 3:a=(a>>3)/200;break;case 4:a=(a>>3)/2e3;break;case 5:a=(a>>3)/2e4;break;case 6:a=(a>>3)/16;break;case 7:a=(a>>3)/64}return n[1].v=a,n}},25:{n:"FORMULA19",f:function(e,t){var n=u(e);return e.l+=t-14,n}},26:{n:"FORMULA1A"},27:{n:"XFORMAT",f:function(e,t){for(var n={},a=e.l+t;e.l<a;){var s=e.read_shift(2);if(14e3==s){for(n[s]=[0,""],n[s][0]=e.read_shift(2);e[e.l];)n[s][1]+=String.fromCharCode(e[e.l]),e.l++;e.l++}}return n}},28:{n:"DTLABELMISC"},29:{n:"DTLABELCELL"},30:{n:"GRAPHWINDOW"},31:{n:"CPA"},32:{n:"LPLAUTO"},33:{n:"QUERY"},34:{n:"HIDDENSHEET"},35:{n:"??"},37:{n:"NUMBER25",f:function(e,t){var n=m(e),a=e.read_shift(4);return n[1].v=a>>6,n}},38:{n:"??"},39:{n:"NUMBER27",f:p},40:{n:"FORMULA28",f:function(e,t){var n=p(e);return e.l+=t-10,n}},142:{n:"??"},147:{n:"??"},150:{n:"??"},151:{n:"??"},152:{n:"??"},153:{n:"??"},154:{n:"??"},155:{n:"??"},156:{n:"??"},163:{n:"??"},174:{n:"??"},175:{n:"??"},176:{n:"??"},177:{n:"??"},184:{n:"??"},185:{n:"??"},186:{n:"??"},187:{n:"??"},188:{n:"??"},195:{n:"??"},201:{n:"??"},204:{n:"SHEETNAMECS",f:f},205:{n:"??"},206:{n:"??"},207:{n:"??"},208:{n:"??"},256:{n:"??"},259:{n:"??"},260:{n:"??"},261:{n:"??"},262:{n:"??"},263:{n:"??"},265:{n:"??"},266:{n:"??"},267:{n:"??"},268:{n:"??"},270:{n:"??"},271:{n:"??"},384:{n:"??"},389:{n:"??"},390:{n:"??"},393:{n:"??"},396:{n:"??"},512:{n:"??"},514:{n:"??"},513:{n:"??"},516:{n:"??"},517:{n:"??"},640:{n:"??"},641:{n:"??"},642:{n:"??"},643:{n:"??"},644:{n:"??"},645:{n:"??"},646:{n:"??"},647:{n:"??"},648:{n:"??"},658:{n:"??"},659:{n:"??"},660:{n:"??"},661:{n:"??"},662:{n:"??"},665:{n:"??"},666:{n:"??"},768:{n:"??"},772:{n:"??"},1537:{n:"SHEETINFOQP",f:function(e,t,n){if(n.qpro&&!(t<21)){var a=e.read_shift(1);return e.l+=17,e.l+=1,e.l+=2,[a,e.read_shift(t-21,"cstr")]}}},1600:{n:"??"},1602:{n:"??"},1793:{n:"??"},1794:{n:"??"},1795:{n:"??"},1796:{n:"??"},1920:{n:"??"},2048:{n:"??"},2049:{n:"??"},2052:{n:"??"},2688:{n:"??"},10998:{n:"??"},12849:{n:"??"},28233:{n:"??"},28484:{n:"??"},65535:{n:""}};return{sheet_to_wk1:function(e,t){var n=t||{};if(+n.codepage>=0&&Wm(+n.codepage),"string"==n.type)throw new Error("Cannot write WK1 to JS string");var a=qh(),i=ip(e["!ref"]),l=Array.isArray(e),c=[];iv(a,0,function(e){var t=Kh(2);return t.write_shift(2,e),t}(1030)),iv(a,6,function(e){var t=Kh(8);return t.write_shift(2,e.s.c),t.write_shift(2,e.s.r),t.write_shift(2,e.e.c),t.write_shift(2,e.e.r),t}(i));for(var m=Math.min(i.e.r,8191),d=i.s.r;d<=m;++d)for(var u=ep(d),h=i.s.c;h<=i.e.c;++h){d===i.s.r&&(c[h]=np(h));var p=c[h]+u,f=l?(e[d]||[])[h]:e[p];if(f&&"z"!=f.t)if("n"==f.t)(0|f.v)==f.v&&f.v>=-32768&&f.v<=32767?iv(a,13,o(d,h,f.v)):iv(a,14,r(d,h,f.v));else iv(a,15,s(d,h,cp(f).slice(0,239)))}return iv(a,1),a.end()},book_to_wk3:function(e,t){var n=t||{};if(+n.codepage>=0&&Wm(+n.codepage),"string"==n.type)throw new Error("Cannot write WK3 to JS string");var a=qh();iv(a,0,function(e){var t=Kh(26);t.write_shift(2,4096),t.write_shift(2,4),t.write_shift(4,0);for(var n=0,a=0,s=0,o=0;o<e.SheetNames.length;++o){var r=e.SheetNames[o],i=e.Sheets[r];if(i&&i["!ref"]){++s;var l=op(i["!ref"]);n<l.e.r&&(n=l.e.r),a<l.e.c&&(a=l.e.c)}}n>8191&&(n=8191);return t.write_shift(2,n),t.write_shift(1,s),t.write_shift(1,a),t.write_shift(2,0),t.write_shift(2,0),t.write_shift(1,1),t.write_shift(1,2),t.write_shift(4,0),t.write_shift(4,0),t}(e));for(var s=0,o=0;s<e.SheetNames.length;++s)(e.Sheets[e.SheetNames[s]]||{})["!ref"]&&iv(a,27,g(e.SheetNames[s],o++));var r=0;for(s=0;s<e.SheetNames.length;++s){var i=e.Sheets[e.SheetNames[s]];if(i&&i["!ref"]){for(var l=ip(i["!ref"]),c=Array.isArray(i),m=[],u=Math.min(l.e.r,8191),p=l.s.r;p<=u;++p)for(var f=ep(p),y=l.s.c;y<=l.e.c;++y){p===l.s.r&&(m[y]=np(y));var v=m[y]+f,b=c?(i[p]||[])[y]:i[v];if(b&&"z"!=b.t)if("n"==b.t)iv(a,23,h(p,y,r,b.v));else iv(a,22,d(p,y,r,cp(b).slice(0,239)))}++r}}return iv(a,1),a.end()},to_workbook:function(e,n){switch(n.type){case"base64":return t(Jm(qm(e)),n);case"binary":return t(Jm(e),n);case"buffer":case"array":return t(e,n)}throw"Unsupported type "+n.type}}}();var Vf=/^\s|\s$|[\t\n\r]/;function Kf(e,t){if(!t.bookSST)return"";var n=[xu];n[n.length]=Hu("sst",null,{xmlns:sh[0],count:e.Count,uniqueCount:e.Unique});for(var a=0;a!=e.length;++a)if(null!=e[a]){var s=e[a],o="<si>";s.r?o+=s.r:(o+="<t",s.t||(s.t=""),s.t.match(Vf)&&(o+=' xml:space="preserve"'),o+=">"+Au(s.t)+"</t>"),o+="</si>",n[n.length]=o}return n.length>2&&(n[n.length]="</sst>",n[1]=n[1].replace("/>",">")),n.join("")}var qf=function(e,t){var n=!1;return null==t&&(n=!0,t=Kh(15+4*e.t.length)),t.write_shift(1,0),fp(e.t,t),n?t.slice(0,t.l):t};function $f(e){var t=qh();$h(t,159,function(e,t){return t||(t=Kh(8)),t.write_shift(4,e.Count),t.write_shift(4,e.Unique),t}(e));for(var n=0;n<e.length;++n)$h(t,19,qf(e[n]));return $h(t,160),t.end()}function Yf(e){if("undefined"!==typeof Um)return Um.utils.encode(Im,e);for(var t=[],n=e.split(""),a=0;a<n.length;++a)t[a]=n[a].charCodeAt(0);return t}function Zf(e){var t,n,a=0,s=Yf(e),o=s.length+1;for((t=Zm(o))[0]=s.length,n=1;n!=o;++n)t[n]=s[n-1];for(n=o-1;n>=0;--n)a=((0===(16384&a)?0:1)|a<<1&32767)^t[n];return 52811^a}var Xf=function(){function e(e,n){switch(n.type){case"base64":return t(qm(e),n);case"binary":return t(e,n);case"buffer":return t($m&&Buffer.isBuffer(e)?e.toString("binary"):ed(e),n);case"array":return t(fu(e),n)}throw new Error("Unrecognized type "+n.type)}function t(e,t){var n=(t||{}).dense?[]:{},a=e.match(/\\trowd.*?\\row\b/g);if(!a.length)throw new Error("RTF missing table");var s={s:{c:0,r:0},e:{c:0,r:a.length-1}};return a.forEach((function(e,t){Array.isArray(n)&&(n[t]=[]);for(var a,o=/\\\w+\b/g,r=0,i=-1;a=o.exec(e);){if("\\cell"===a[0]){var l=e.slice(r,o.lastIndex-a[0].length);if(" "==l[0]&&(l=l.slice(1)),++i,l.length){var c={v:l,t:"s"};Array.isArray(n)?n[t][i]=c:n[sp({r:t,c:i})]=c}}r=o.lastIndex}i>s.e.c&&(s.e.c=i)})),n["!ref"]=rp(s),n}return{to_workbook:function(t,n){return mp(e(t,n),n)},to_sheet:e,from_sheet:function(e){for(var t,n=["{\\rtf1\\ansi"],a=ip(e["!ref"]),s=Array.isArray(e),o=a.s.r;o<=a.e.r;++o){n.push("\\trowd\\trautofit1");for(var r=a.s.c;r<=a.e.c;++r)n.push("\\cellx"+(r+1));for(n.push("\\pard\\intbl"),r=a.s.c;r<=a.e.c;++r){var i=sp({r:o,c:r});(t=s?(e[o]||[])[r]:e[i])&&(null!=t.v||t.f&&!t.F)&&(n.push(" "+(t.w||(cp(t),t.w))),n.push("\\cell"))}n.push("\\pard\\intbl\\row")}return n.join("")+"}"}}}();function Jf(e){for(var t=0,n=1;3!=t;++t)n=256*n+(e[t]>255?255:e[t]<0?0:e[t]);return n.toString(16).toUpperCase().slice(1)}var Qf=6;function eg(e){return Math.floor((e+Math.round(128/Qf)/256)*Qf)}function tg(e){return Math.floor((e-5)/Qf*100+.5)/100}function ng(e){return Math.round((e*Qf+5)/Qf*256)/256}function ag(e){e.width?(e.wpx=eg(e.width),e.wch=tg(e.wpx),e.MDW=Qf):e.wpx?(e.wch=tg(e.wpx),e.width=ng(e.wch),e.MDW=Qf):"number"==typeof e.wch&&(e.width=ng(e.wch),e.wpx=eg(e.width),e.MDW=Qf),e.customWidth&&delete e.customWidth}function sg(e){return 96*e/96}function og(e){return 96*e/96}function rg(e,t){var n,a=[xu,Hu("styleSheet",null,{xmlns:sh[0],"xmlns:vt":th})];return e.SSF&&null!=(n=function(e){var t=["<numFmts>"];return[[5,8],[23,26],[41,44],[50,392]].forEach((function(n){for(var a=n[0];a<=n[1];++a)null!=e[a]&&(t[t.length]=Hu("numFmt",null,{numFmtId:a,formatCode:Au(e[a])}))})),1===t.length?"":(t[t.length]="</numFmts>",t[0]=Hu("numFmts",null,{count:t.length-2}).replace("/>",">"),t.join(""))}(e.SSF))&&(a[a.length]=n),a[a.length]='<fonts count="1"><font><sz val="12"/><color theme="1"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font></fonts>',a[a.length]='<fills count="2"><fill><patternFill patternType="none"/></fill><fill><patternFill patternType="gray125"/></fill></fills>',a[a.length]='<borders count="1"><border><left/><right/><top/><bottom/><diagonal/></border></borders>',a[a.length]='<cellStyleXfs count="1"><xf numFmtId="0" fontId="0" fillId="0" borderId="0"/></cellStyleXfs>',(n=function(e){var t=[];return t[t.length]=Hu("cellXfs",null),e.forEach((function(e){t[t.length]=Hu("xf",null,e)})),t[t.length]="</cellXfs>",2===t.length?"":(t[0]=Hu("cellXfs",null,{count:t.length-2}).replace("/>",">"),t.join(""))}(t.cellXfs))&&(a[a.length]=n),a[a.length]='<cellStyles count="1"><cellStyle name="Normal" xfId="0" builtinId="0"/></cellStyles>',a[a.length]='<dxfs count="0"/>',a[a.length]='<tableStyles count="0" defaultTableStyle="TableStyleMedium9" defaultPivotStyle="PivotStyleMedium4"/>',a.length>2&&(a[a.length]="</styleSheet>",a[1]=a[1].replace("/>",">")),a.join("")}function ig(e,t,n){n||(n=Kh(6+4*t.length)),n.write_shift(2,e),fp(t,n);var a=n.length>n.l?n.slice(0,n.l):n;return null==n.l&&(n.l=n.length),a}function lg(e,t){t||(t=Kh(153)),t.write_shift(2,20*e.sz),function(e,t){t||(t=Kh(2));var n=(e.italic?2:0)|(e.strike?8:0)|(e.outline?16:0)|(e.shadow?32:0)|(e.condense?64:0)|(e.extend?128:0);t.write_shift(1,n),t.write_shift(1,0)}(e,t),t.write_shift(2,e.bold?700:400);var n=0;"superscript"==e.vertAlign?n=1:"subscript"==e.vertAlign&&(n=2),t.write_shift(2,n),t.write_shift(1,e.underline||0),t.write_shift(1,e.family||0),t.write_shift(1,e.charset||0),t.write_shift(1,0),Mp(e.color,t);var a=0;return"major"==e.scheme&&(a=1),"minor"==e.scheme&&(a=2),t.write_shift(1,a),fp(e.name,t),t.length>t.l?t.slice(0,t.l):t}var cg,mg=["none","solid","mediumGray","darkGray","lightGray","darkHorizontal","darkVertical","darkDown","darkUp","darkGrid","darkTrellis","lightHorizontal","lightVertical","lightDown","lightUp","lightGrid","lightTrellis","gray125","gray0625"],dg=Vh;function ug(e,t){t||(t=Kh(84)),cg||(cg=au(mg));var n=cg[e.patternType];null==n&&(n=40),t.write_shift(4,n);var a=0;if(40!=n)for(Mp({auto:1},t),Mp({auto:1},t);a<12;++a)t.write_shift(4,0);else{for(;a<4;++a)t.write_shift(4,0);for(;a<12;++a)t.write_shift(4,0)}return t.length>t.l?t.slice(0,t.l):t}function hg(e,t,n){n||(n=Kh(16)),n.write_shift(2,t||0),n.write_shift(2,e.numFmtId||0),n.write_shift(2,0),n.write_shift(2,0),n.write_shift(2,0),n.write_shift(1,0),n.write_shift(1,0);return n.write_shift(1,0),n.write_shift(1,0),n.write_shift(1,0),n.write_shift(1,0),n}function pg(e,t){return t||(t=Kh(10)),t.write_shift(1,0),t.write_shift(1,0),t.write_shift(4,0),t.write_shift(4,0),t}var fg=Vh;function gg(e){var t;$h(e,613,hp(1)),$h(e,46,(t||(t=Kh(51)),t.write_shift(1,0),pg(0,t),pg(0,t),pg(0,t),pg(0,t),pg(0,t),t.length>t.l?t.slice(0,t.l):t)),$h(e,614)}function yg(e){$h(e,619,hp(1)),$h(e,48,function(e,t){return t||(t=Kh(52)),t.write_shift(4,e.xfId),t.write_shift(2,1),t.write_shift(1,+e.builtinId),t.write_shift(1,0),Ep(e.name||"",t),t.length>t.l?t.slice(0,t.l):t}({xfId:0,builtinId:0,name:"Normal"})),$h(e,620)}function vg(e){$h(e,508,function(e,t,n){var a=Kh(2052);return a.write_shift(4,e),Ep(t,a),Ep(n,a),a.length>a.l?a.slice(0,a.l):a}(0,"TableStyleMedium9","PivotStyleMedium4")),$h(e,509)}function bg(e,t){var n=qh();return $h(n,278),function(e,t){if(t){var n=0;[[5,8],[23,26],[41,44],[50,392]].forEach((function(e){for(var a=e[0];a<=e[1];++a)null!=t[a]&&++n})),0!=n&&($h(e,615,hp(n)),[[5,8],[23,26],[41,44],[50,392]].forEach((function(n){for(var a=n[0];a<=n[1];++a)null!=t[a]&&$h(e,44,ig(a,t[a]))})),$h(e,616))}}(n,e.SSF),function(e){$h(e,611,hp(1)),$h(e,43,lg({sz:12,color:{theme:1},name:"Calibri",family:2,scheme:"minor"})),$h(e,612)}(n),function(e){$h(e,603,hp(2)),$h(e,45,ug({patternType:"none"})),$h(e,45,ug({patternType:"gray125"})),$h(e,604)}(n),gg(n),function(e){$h(e,626,hp(1)),$h(e,47,hg({numFmtId:0,fontId:0,fillId:0,borderId:0},65535)),$h(e,627)}(n),function(e,t){$h(e,617,hp(t.length)),t.forEach((function(t){$h(e,47,hg(t,0))})),$h(e,618)}(n,t.cellXfs),yg(n),function(e){$h(e,505,hp(0)),$h(e,506)}(n),vg(n),$h(n,279),n.end()}function wg(e,t){if(t&&t.themeXLSX)return t.themeXLSX;if(e&&"string"==typeof e.raw)return e.raw;var n=[xu];return n[n.length]='<a:theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="Office Theme">',n[n.length]="<a:themeElements>",n[n.length]='<a:clrScheme name="Office">',n[n.length]='<a:dk1><a:sysClr val="windowText" lastClr="000000"/></a:dk1>',n[n.length]='<a:lt1><a:sysClr val="window" lastClr="FFFFFF"/></a:lt1>',n[n.length]='<a:dk2><a:srgbClr val="1F497D"/></a:dk2>',n[n.length]='<a:lt2><a:srgbClr val="EEECE1"/></a:lt2>',n[n.length]='<a:accent1><a:srgbClr val="4F81BD"/></a:accent1>',n[n.length]='<a:accent2><a:srgbClr val="C0504D"/></a:accent2>',n[n.length]='<a:accent3><a:srgbClr val="9BBB59"/></a:accent3>',n[n.length]='<a:accent4><a:srgbClr val="8064A2"/></a:accent4>',n[n.length]='<a:accent5><a:srgbClr val="4BACC6"/></a:accent5>',n[n.length]='<a:accent6><a:srgbClr val="F79646"/></a:accent6>',n[n.length]='<a:hlink><a:srgbClr val="0000FF"/></a:hlink>',n[n.length]='<a:folHlink><a:srgbClr val="800080"/></a:folHlink>',n[n.length]="</a:clrScheme>",n[n.length]='<a:fontScheme name="Office">',n[n.length]="<a:majorFont>",n[n.length]='<a:latin typeface="Cambria"/>',n[n.length]='<a:ea typeface=""/>',n[n.length]='<a:cs typeface=""/>',n[n.length]='<a:font script="Jpan" typeface="\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af"/>',n[n.length]='<a:font script="Hang" typeface="\ub9d1\uc740 \uace0\ub515"/>',n[n.length]='<a:font script="Hans" typeface="\u5b8b\u4f53"/>',n[n.length]='<a:font script="Hant" typeface="\u65b0\u7d30\u660e\u9ad4"/>',n[n.length]='<a:font script="Arab" typeface="Times New Roman"/>',n[n.length]='<a:font script="Hebr" typeface="Times New Roman"/>',n[n.length]='<a:font script="Thai" typeface="Tahoma"/>',n[n.length]='<a:font script="Ethi" typeface="Nyala"/>',n[n.length]='<a:font script="Beng" typeface="Vrinda"/>',n[n.length]='<a:font script="Gujr" typeface="Shruti"/>',n[n.length]='<a:font script="Khmr" typeface="MoolBoran"/>',n[n.length]='<a:font script="Knda" typeface="Tunga"/>',n[n.length]='<a:font script="Guru" typeface="Raavi"/>',n[n.length]='<a:font script="Cans" typeface="Euphemia"/>',n[n.length]='<a:font script="Cher" typeface="Plantagenet Cherokee"/>',n[n.length]='<a:font script="Yiii" typeface="Microsoft Yi Baiti"/>',n[n.length]='<a:font script="Tibt" typeface="Microsoft Himalaya"/>',n[n.length]='<a:font script="Thaa" typeface="MV Boli"/>',n[n.length]='<a:font script="Deva" typeface="Mangal"/>',n[n.length]='<a:font script="Telu" typeface="Gautami"/>',n[n.length]='<a:font script="Taml" typeface="Latha"/>',n[n.length]='<a:font script="Syrc" typeface="Estrangelo Edessa"/>',n[n.length]='<a:font script="Orya" typeface="Kalinga"/>',n[n.length]='<a:font script="Mlym" typeface="Kartika"/>',n[n.length]='<a:font script="Laoo" typeface="DokChampa"/>',n[n.length]='<a:font script="Sinh" typeface="Iskoola Pota"/>',n[n.length]='<a:font script="Mong" typeface="Mongolian Baiti"/>',n[n.length]='<a:font script="Viet" typeface="Times New Roman"/>',n[n.length]='<a:font script="Uigh" typeface="Microsoft Uighur"/>',n[n.length]='<a:font script="Geor" typeface="Sylfaen"/>',n[n.length]="</a:majorFont>",n[n.length]="<a:minorFont>",n[n.length]='<a:latin typeface="Calibri"/>',n[n.length]='<a:ea typeface=""/>',n[n.length]='<a:cs typeface=""/>',n[n.length]='<a:font script="Jpan" typeface="\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af"/>',n[n.length]='<a:font script="Hang" typeface="\ub9d1\uc740 \uace0\ub515"/>',n[n.length]='<a:font script="Hans" typeface="\u5b8b\u4f53"/>',n[n.length]='<a:font script="Hant" typeface="\u65b0\u7d30\u660e\u9ad4"/>',n[n.length]='<a:font script="Arab" typeface="Arial"/>',n[n.length]='<a:font script="Hebr" typeface="Arial"/>',n[n.length]='<a:font script="Thai" typeface="Tahoma"/>',n[n.length]='<a:font script="Ethi" typeface="Nyala"/>',n[n.length]='<a:font script="Beng" typeface="Vrinda"/>',n[n.length]='<a:font script="Gujr" typeface="Shruti"/>',n[n.length]='<a:font script="Khmr" typeface="DaunPenh"/>',n[n.length]='<a:font script="Knda" typeface="Tunga"/>',n[n.length]='<a:font script="Guru" typeface="Raavi"/>',n[n.length]='<a:font script="Cans" typeface="Euphemia"/>',n[n.length]='<a:font script="Cher" typeface="Plantagenet Cherokee"/>',n[n.length]='<a:font script="Yiii" typeface="Microsoft Yi Baiti"/>',n[n.length]='<a:font script="Tibt" typeface="Microsoft Himalaya"/>',n[n.length]='<a:font script="Thaa" typeface="MV Boli"/>',n[n.length]='<a:font script="Deva" typeface="Mangal"/>',n[n.length]='<a:font script="Telu" typeface="Gautami"/>',n[n.length]='<a:font script="Taml" typeface="Latha"/>',n[n.length]='<a:font script="Syrc" typeface="Estrangelo Edessa"/>',n[n.length]='<a:font script="Orya" typeface="Kalinga"/>',n[n.length]='<a:font script="Mlym" typeface="Kartika"/>',n[n.length]='<a:font script="Laoo" typeface="DokChampa"/>',n[n.length]='<a:font script="Sinh" typeface="Iskoola Pota"/>',n[n.length]='<a:font script="Mong" typeface="Mongolian Baiti"/>',n[n.length]='<a:font script="Viet" typeface="Arial"/>',n[n.length]='<a:font script="Uigh" typeface="Microsoft Uighur"/>',n[n.length]='<a:font script="Geor" typeface="Sylfaen"/>',n[n.length]="</a:minorFont>",n[n.length]="</a:fontScheme>",n[n.length]='<a:fmtScheme name="Office">',n[n.length]="<a:fillStyleLst>",n[n.length]='<a:solidFill><a:schemeClr val="phClr"/></a:solidFill>',n[n.length]='<a:gradFill rotWithShape="1">',n[n.length]="<a:gsLst>",n[n.length]='<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="50000"/><a:satMod val="300000"/></a:schemeClr></a:gs>',n[n.length]='<a:gs pos="35000"><a:schemeClr val="phClr"><a:tint val="37000"/><a:satMod val="300000"/></a:schemeClr></a:gs>',n[n.length]='<a:gs pos="100000"><a:schemeClr val="phClr"><a:tint val="15000"/><a:satMod val="350000"/></a:schemeClr></a:gs>',n[n.length]="</a:gsLst>",n[n.length]='<a:lin ang="16200000" scaled="1"/>',n[n.length]="</a:gradFill>",n[n.length]='<a:gradFill rotWithShape="1">',n[n.length]="<a:gsLst>",n[n.length]='<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="100000"/><a:shade val="100000"/><a:satMod val="130000"/></a:schemeClr></a:gs>',n[n.length]='<a:gs pos="100000"><a:schemeClr val="phClr"><a:tint val="50000"/><a:shade val="100000"/><a:satMod val="350000"/></a:schemeClr></a:gs>',n[n.length]="</a:gsLst>",n[n.length]='<a:lin ang="16200000" scaled="0"/>',n[n.length]="</a:gradFill>",n[n.length]="</a:fillStyleLst>",n[n.length]="<a:lnStyleLst>",n[n.length]='<a:ln w="9525" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"><a:shade val="95000"/><a:satMod val="105000"/></a:schemeClr></a:solidFill><a:prstDash val="solid"/></a:ln>',n[n.length]='<a:ln w="25400" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln>',n[n.length]='<a:ln w="38100" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln>',n[n.length]="</a:lnStyleLst>",n[n.length]="<a:effectStyleLst>",n[n.length]="<a:effectStyle>",n[n.length]="<a:effectLst>",n[n.length]='<a:outerShdw blurRad="40000" dist="20000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="38000"/></a:srgbClr></a:outerShdw>',n[n.length]="</a:effectLst>",n[n.length]="</a:effectStyle>",n[n.length]="<a:effectStyle>",n[n.length]="<a:effectLst>",n[n.length]='<a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw>',n[n.length]="</a:effectLst>",n[n.length]="</a:effectStyle>",n[n.length]="<a:effectStyle>",n[n.length]="<a:effectLst>",n[n.length]='<a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw>',n[n.length]="</a:effectLst>",n[n.length]='<a:scene3d><a:camera prst="orthographicFront"><a:rot lat="0" lon="0" rev="0"/></a:camera><a:lightRig rig="threePt" dir="t"><a:rot lat="0" lon="0" rev="1200000"/></a:lightRig></a:scene3d>',n[n.length]='<a:sp3d><a:bevelT w="63500" h="25400"/></a:sp3d>',n[n.length]="</a:effectStyle>",n[n.length]="</a:effectStyleLst>",n[n.length]="<a:bgFillStyleLst>",n[n.length]='<a:solidFill><a:schemeClr val="phClr"/></a:solidFill>',n[n.length]='<a:gradFill rotWithShape="1">',n[n.length]="<a:gsLst>",n[n.length]='<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="40000"/><a:satMod val="350000"/></a:schemeClr></a:gs>',n[n.length]='<a:gs pos="40000"><a:schemeClr val="phClr"><a:tint val="45000"/><a:shade val="99000"/><a:satMod val="350000"/></a:schemeClr></a:gs>',n[n.length]='<a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="20000"/><a:satMod val="255000"/></a:schemeClr></a:gs>',n[n.length]="</a:gsLst>",n[n.length]='<a:path path="circle"><a:fillToRect l="50000" t="-80000" r="50000" b="180000"/></a:path>',n[n.length]="</a:gradFill>",n[n.length]='<a:gradFill rotWithShape="1">',n[n.length]="<a:gsLst>",n[n.length]='<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="80000"/><a:satMod val="300000"/></a:schemeClr></a:gs>',n[n.length]='<a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="30000"/><a:satMod val="200000"/></a:schemeClr></a:gs>',n[n.length]="</a:gsLst>",n[n.length]='<a:path path="circle"><a:fillToRect l="50000" t="50000" r="50000" b="50000"/></a:path>',n[n.length]="</a:gradFill>",n[n.length]="</a:bgFillStyleLst>",n[n.length]="</a:fmtScheme>",n[n.length]="</a:themeElements>",n[n.length]="<a:objectDefaults>",n[n.length]="<a:spDef>",n[n.length]='<a:spPr/><a:bodyPr/><a:lstStyle/><a:style><a:lnRef idx="1"><a:schemeClr val="accent1"/></a:lnRef><a:fillRef idx="3"><a:schemeClr val="accent1"/></a:fillRef><a:effectRef idx="2"><a:schemeClr val="accent1"/></a:effectRef><a:fontRef idx="minor"><a:schemeClr val="lt1"/></a:fontRef></a:style>',n[n.length]="</a:spDef>",n[n.length]="<a:lnDef>",n[n.length]='<a:spPr/><a:bodyPr/><a:lstStyle/><a:style><a:lnRef idx="2"><a:schemeClr val="accent1"/></a:lnRef><a:fillRef idx="0"><a:schemeClr val="accent1"/></a:fillRef><a:effectRef idx="1"><a:schemeClr val="accent1"/></a:effectRef><a:fontRef idx="minor"><a:schemeClr val="tx1"/></a:fontRef></a:style>',n[n.length]="</a:lnDef>",n[n.length]="</a:objectDefaults>",n[n.length]="<a:extraClrSchemeLst/>",n[n.length]="</a:theme>",n.join("")}function kg(){var e=qh();return $h(e,332),$h(e,334,hp(1)),$h(e,335,function(e){var t=Kh(12+2*e.name.length);return t.write_shift(4,e.flags),t.write_shift(4,e.version),fp(e.name,t),t.slice(0,t.l)}({name:"XLDAPR",version:12e4,flags:3496657072})),$h(e,336),$h(e,339,function(e,t){var n=Kh(8+2*t.length);return n.write_shift(4,e),fp(t,n),n.slice(0,n.l)}(1,"XLDAPR")),$h(e,52),$h(e,35,hp(514)),$h(e,4096,hp(0)),$h(e,4097,yf(1)),$h(e,36),$h(e,53),$h(e,340),$h(e,337,function(e,t){var n=Kh(8);return n.write_shift(4,e),n.write_shift(4,t?1:0),n}(1,!0)),$h(e,51,function(e){var t=Kh(4+8*e.length);t.write_shift(4,e.length);for(var n=0;n<e.length;++n)t.write_shift(4,e[n][0]),t.write_shift(4,e[n][1]);return t}([[1,0]])),$h(e,338),$h(e,333),e.end()}function _g(){var e=[xu];return e.push('<metadata xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:xlrd="http://schemas.microsoft.com/office/spreadsheetml/2017/richdata" xmlns:xda="http://schemas.microsoft.com/office/spreadsheetml/2017/dynamicarray">\n <metadataTypes count="1">\n <metadataType name="XLDAPR" minSupportedVersion="120000" copy="1" pasteAll="1" pasteValues="1" merge="1" splitFirst="1" rowColShift="1" clearFormats="1" clearComments="1" assign="1" coerce="1" cellMeta="1"/>\n </metadataTypes>\n <futureMetadata name="XLDAPR" count="1">\n <bk>\n <extLst>\n <ext uri="{bdbb8cdc-fa1e-496e-a857-3c3f30c029c3}">\n <xda:dynamicArrayProperties fDynamic="1" fCollapsed="0"/>\n </ext>\n </extLst>\n </bk>\n </futureMetadata>\n <cellMetadata count="1">\n <bk>\n <rc t="1" v="0"/>\n </bk>\n </cellMetadata>\n</metadata>'),e.join("")}var xg=1024;function Tg(e,t){for(var n=[21600,21600],a=["m0,0l0",n[1],n[0],n[1],n[0],"0xe"].join(","),s=[Hu("xml",null,{"xmlns:v":mh,"xmlns:o":oh,"xmlns:x":rh,"xmlns:mv":ch}).replace(/\/>/,">"),Hu("o:shapelayout",Hu("o:idmap",null,{"v:ext":"edit",data:e}),{"v:ext":"edit"}),Hu("v:shapetype",[Hu("v:stroke",null,{joinstyle:"miter"}),Hu("v:path",null,{gradientshapeok:"t","o:connecttype":"rect"})].join(""),{id:"_x0000_t202","o:spt":202,coordsize:n.join(","),path:a})];xg<1e3*e;)xg+=1e3;return t.forEach((function(e){var t=ap(e[0]),n={color2:"#BEFF82",type:"gradient"};"gradient"==n.type&&(n.angle="-180");var a="gradient"==n.type?Hu("o:fill",null,{type:"gradientUnscaled","v:ext":"view"}):null,o=Hu("v:fill",a,n);++xg,s=s.concat(["<v:shape"+Uu({id:"_x0000_s"+xg,type:"#_x0000_t202",style:"position:absolute; margin-left:80pt;margin-top:5pt;width:104pt;height:64pt;z-index:10"+(e[1].hidden?";visibility:hidden":""),fillcolor:"#ECFAD4",strokecolor:"#edeaa1"})+">",o,Hu("v:shadow",null,{on:"t",obscured:"t"}),Hu("v:path",null,{"o:connecttype":"none"}),'<v:textbox><div style="text-align:left"></div></v:textbox>','<x:ClientData ObjectType="Note">',"<x:MoveWithCells/>","<x:SizeWithCells/>",zu("x:Anchor",[t.c+1,0,t.r+1,0,t.c+3,20,t.r+5,20].join(",")),zu("x:AutoFill","False"),zu("x:Row",String(t.r)),zu("x:Column",String(t.c)),e[1].hidden?"":"<x:Visible/>","</x:ClientData>","</v:shape>"])})),s.push("</xml>"),s.join("")}function Sg(e){var t=[xu,Hu("comments",null,{xmlns:sh[0]})],n=[];return t.push("<authors>"),e.forEach((function(e){e[1].forEach((function(e){var a=Au(e.a);-1==n.indexOf(a)&&(n.push(a),t.push("<author>"+a+"</author>")),e.T&&e.ID&&-1==n.indexOf("tc="+e.ID)&&(n.push("tc="+e.ID),t.push("<author>tc="+e.ID+"</author>"))}))})),0==n.length&&(n.push("SheetJ5"),t.push("<author>SheetJ5</author>")),t.push("</authors>"),t.push("<commentList>"),e.forEach((function(e){var a=0,s=[];if(e[1][0]&&e[1][0].T&&e[1][0].ID?a=n.indexOf("tc="+e[1][0].ID):e[1].forEach((function(e){e.a&&(a=n.indexOf(Au(e.a))),s.push(e.t||"")})),t.push('<comment ref="'+e[0]+'" authorId="'+a+'"><text>'),s.length<=1)t.push(zu("t",Au(s[0]||"")));else{for(var o="Comment:\n "+s[0]+"\n",r=1;r<s.length;++r)o+="Reply:\n "+s[r]+"\n";t.push(zu("t",Au(o)))}t.push("</text></comment>")})),t.push("</commentList>"),t.length>2&&(t[t.length]="</comments>",t[1]=t[1].replace("/>",">")),t.join("")}function Cg(e,t,n){var a=[xu,Hu("ThreadedComments",null,{xmlns:Zu}).replace(/[\/]>/,">")];return e.forEach((function(e){var s="";(e[1]||[]).forEach((function(o,r){if(o.T){o.a&&-1==t.indexOf(o.a)&&t.push(o.a);var i={ref:e[0],id:"{54EE7951-7262-4200-6969-"+("000000000000"+n.tcid++).slice(-12)+"}"};0==r?s=i.id:i.parentId=s,o.ID=i.id,o.a&&(i.personId="{54EE7950-7262-4200-6969-"+("000000000000"+t.indexOf(o.a)).slice(-12)+"}"),a.push(Hu("threadedComment",zu("text",o.t||""),i))}else delete o.ID}))})),a.push("</ThreadedComments>"),a.join("")}var Eg=pp;function Ag(e){var t=qh(),n=[];return $h(t,628),$h(t,630),e.forEach((function(e){e[1].forEach((function(e){n.indexOf(e.a)>-1||(n.push(e.a.slice(0,54)),$h(t,632,function(e){return fp(e.slice(0,54))}(e.a)))}))})),$h(t,631),$h(t,633),e.forEach((function(e){e[1].forEach((function(a){a.iauthor=n.indexOf(a.a);var s={s:ap(e[0]),e:ap(e[0])};$h(t,635,function(e,t){return null==t&&(t=Kh(36)),t.write_shift(4,e[1].iauthor),Ip(e[0],t),t.write_shift(4,0),t.write_shift(4,0),t.write_shift(4,0),t.write_shift(4,0),t}([s,a])),a.t&&a.t.length>0&&$h(t,637,bp(a)),$h(t,636),delete a.iauthor}))})),$h(t,634),$h(t,629),t.end()}var jg=["xlsb","xlsm","xlam","biff8","xla"];var Ng=function(){var e=/(^|[^A-Za-z_])R(\[?-?\d+\]|[1-9]\d*|)C(\[?-?\d+\]|[1-9]\d*|)(?![A-Za-z0-9_])/g,t={r:0,c:0};function n(e,n,a,s){var o=!1,r=!1;0==a.length?r=!0:"["==a.charAt(0)&&(r=!0,a=a.slice(1,-1)),0==s.length?o=!0:"["==s.charAt(0)&&(o=!0,s=s.slice(1,-1));var i=a.length>0?0|parseInt(a,10):0,l=s.length>0?0|parseInt(s,10):0;return o?l+=t.c:--l,r?i+=t.r:--i,n+(o?"":"$")+np(l)+(r?"":"$")+ep(i)}return function(a,s){return t=s,a.replace(e,n)}}(),Dg=/(^|[^._A-Z0-9])([$]?)([A-Z]{1,2}|[A-W][A-Z]{2}|X[A-E][A-Z]|XF[A-D])([$]?)(10[0-3]\d{4}|104[0-7]\d{3}|1048[0-4]\d{2}|10485[0-6]\d|104857[0-6]|[1-9]\d{0,5})(?![_.\(A-Za-z0-9])/g,Og=function(){return function(e,t){return e.replace(Dg,(function(e,n,a,s,o,r){var i=tp(s)-(a?0:t.c),l=Qh(r)-(o?0:t.r);return n+"R"+(0==l?"":o?l+1:"["+l+"]")+"C"+(0==i?"":a?i+1:"["+i+"]")}))}}();function Pg(e,t){return e.replace(Dg,(function(e,n,a,s,o,r){return n+("$"==a?a+s:np(tp(s)+t.c))+("$"==o?o+r:ep(Qh(r)+t.r))}))}function Rg(e){e.l+=1}function Ig(e,t){var n=e.read_shift(1==t?1:2);return[16383&n,n>>14&1,n>>15&1]}function Lg(e,t,n){var a=2;if(n){if(n.biff>=2&&n.biff<=5)return Fg(e);12==n.biff&&(a=4)}var s=e.read_shift(a),o=e.read_shift(a),r=Ig(e,2),i=Ig(e,2);return{s:{r:s,c:r[0],cRel:r[1],rRel:r[2]},e:{r:o,c:i[0],cRel:i[1],rRel:i[2]}}}function Fg(e){var t=Ig(e,2),n=Ig(e,2),a=e.read_shift(1),s=e.read_shift(1);return{s:{r:t[0],c:a,cRel:t[1],rRel:t[2]},e:{r:n[0],c:s,cRel:n[1],rRel:n[2]}}}function Mg(e,t,n){if(n&&n.biff>=2&&n.biff<=5)return function(e){var t=Ig(e,2),n=e.read_shift(1);return{r:t[0],c:n,cRel:t[1],rRel:t[2]}}(e);var a=e.read_shift(n&&12==n.biff?4:2),s=Ig(e,2);return{r:a,c:s[0],cRel:s[1],rRel:s[2]}}function Wg(e){var t=e.read_shift(2),n=e.read_shift(2);return{r:t,c:255&n,fQuoted:!!(16384&n),cRel:n>>15,rRel:n>>15}}function Bg(e){var t=1&e[e.l+1];return e.l+=4,[t,1]}function zg(e){return[e.read_shift(1),e.read_shift(1)]}function Ug(e,t){var n=[e.read_shift(1)];if(12==t)switch(n[0]){case 2:n[0]=4;break;case 4:n[0]=16;break;case 0:n[0]=1;break;case 1:n[0]=2}switch(n[0]){case 4:n[1]=pf(e,1)?"TRUE":"FALSE",12!=t&&(e.l+=7);break;case 37:case 16:n[1]=Gp[e[e.l]],e.l+=12==t?4:8;break;case 0:e.l+=8;break;case 1:n[1]=Lp(e);break;case 2:n[1]=xf(e,0,{biff:t>0&&t<8?2:t});break;default:throw new Error("Bad SerAr: "+n[0])}return n}function Hg(e,t,n){for(var a=e.read_shift(12==n.biff?4:2),s=[],o=0;o!=a;++o)s.push((12==n.biff?Rp:jf)(e,8));return s}function Gg(e,t,n){var a=0,s=0;12==n.biff?(a=e.read_shift(4),s=e.read_shift(4)):(s=1+e.read_shift(1),a=1+e.read_shift(2)),n.biff>=2&&n.biff<8&&(--a,0==--s&&(s=256));for(var o=0,r=[];o!=a&&(r[o]=[]);++o)for(var i=0;i!=s;++i)r[o][i]=Ug(e,n.biff);return r}function Vg(e,t,n){return e.l+=2,[Wg(e)]}function Kg(e){return e.l+=6,[]}function qg(e){return e.l+=2,[gf(e),1&e.read_shift(2)]}var $g=["Data","All","Headers","??","?Data2","??","?DataHeaders","??","Totals","??","??","??","?DataTotals","??","??","??","?Current"];var Yg={1:{n:"PtgExp",f:function(e,t,n){return e.l++,n&&12==n.biff?[e.read_shift(4,"i"),0]:[e.read_shift(2),e.read_shift(n&&2==n.biff?1:2)]}},2:{n:"PtgTbl",f:Vh},3:{n:"PtgAdd",f:Rg},4:{n:"PtgSub",f:Rg},5:{n:"PtgMul",f:Rg},6:{n:"PtgDiv",f:Rg},7:{n:"PtgPower",f:Rg},8:{n:"PtgConcat",f:Rg},9:{n:"PtgLt",f:Rg},10:{n:"PtgLe",f:Rg},11:{n:"PtgEq",f:Rg},12:{n:"PtgGe",f:Rg},13:{n:"PtgGt",f:Rg},14:{n:"PtgNe",f:Rg},15:{n:"PtgIsect",f:Rg},16:{n:"PtgUnion",f:Rg},17:{n:"PtgRange",f:Rg},18:{n:"PtgUplus",f:Rg},19:{n:"PtgUminus",f:Rg},20:{n:"PtgPercent",f:Rg},21:{n:"PtgParen",f:Rg},22:{n:"PtgMissArg",f:Rg},23:{n:"PtgStr",f:function(e,t,n){return e.l++,bf(e,0,n)}},26:{n:"PtgSheet",f:function(e,t,n){return e.l+=5,e.l+=2,e.l+=2==n.biff?1:4,["PTGSHEET"]}},27:{n:"PtgEndSheet",f:function(e,t,n){return e.l+=2==n.biff?4:5,["PTGENDSHEET"]}},28:{n:"PtgErr",f:function(e){return e.l++,Gp[e.read_shift(1)]}},29:{n:"PtgBool",f:function(e){return e.l++,0!==e.read_shift(1)}},30:{n:"PtgInt",f:function(e){return e.l++,e.read_shift(2)}},31:{n:"PtgNum",f:function(e){return e.l++,Lp(e)}},32:{n:"PtgArray",f:function(e,t,n){var a=(96&e[e.l++])>>5;return e.l+=2==n.biff?6:12==n.biff?14:7,[a]}},33:{n:"PtgFunc",f:function(e,t,n){var a=(96&e[e.l])>>5;e.l+=1;var s=e.read_shift(n&&n.biff<=3?1:2);return[py[s],hy[s],a]}},34:{n:"PtgFuncVar",f:function(e,t,n){var a=e[e.l++],s=e.read_shift(1),o=n&&n.biff<=3?[88==a?-1:0,e.read_shift(1)]:function(e){return[e[e.l+1]>>7,32767&e.read_shift(2)]}(e);return[s,(0===o[0]?hy:uy)[o[1]]]}},35:{n:"PtgName",f:function(e,t,n){var a=e.read_shift(1)>>>5&3,s=!n||n.biff>=8?4:2,o=e.read_shift(s);switch(n.biff){case 2:e.l+=5;break;case 3:case 4:e.l+=8;break;case 5:e.l+=12}return[a,0,o]}},36:{n:"PtgRef",f:function(e,t,n){var a=(96&e[e.l])>>5;return e.l+=1,[a,Mg(e,0,n)]}},37:{n:"PtgArea",f:function(e,t,n){return[(96&e[e.l++])>>5,Lg(e,n.biff>=2&&n.biff,n)]}},38:{n:"PtgMemArea",f:function(e,t,n){var a=e.read_shift(1)>>>5&3;return e.l+=n&&2==n.biff?3:4,[a,e.read_shift(n&&2==n.biff?1:2)]}},39:{n:"PtgMemErr",f:Vh},40:{n:"PtgMemNoMem",f:Vh},41:{n:"PtgMemFunc",f:function(e,t,n){return[e.read_shift(1)>>>5&3,e.read_shift(n&&2==n.biff?1:2)]}},42:{n:"PtgRefErr",f:function(e,t,n){var a=e.read_shift(1)>>>5&3;return e.l+=4,n.biff<8&&e.l--,12==n.biff&&(e.l+=2),[a]}},43:{n:"PtgAreaErr",f:function(e,t,n){var a=(96&e[e.l++])>>5;return e.l+=n&&n.biff>8?12:n.biff<8?6:8,[a]}},44:{n:"PtgRefN",f:function(e,t,n){var a=(96&e[e.l])>>5;e.l+=1;var s=function(e,t,n){var a=n&&n.biff?n.biff:8;if(a>=2&&a<=5)return function(e){var t=e.read_shift(2),n=e.read_shift(1),a=(32768&t)>>15,s=(16384&t)>>14;return t&=16383,1==a&&t>=8192&&(t-=16384),1==s&&n>=128&&(n-=256),{r:t,c:n,cRel:s,rRel:a}}(e);var s=e.read_shift(a>=12?4:2),o=e.read_shift(2),r=(16384&o)>>14,i=(32768&o)>>15;if(o&=16383,1==i)for(;s>524287;)s-=1048576;if(1==r)for(;o>8191;)o-=16384;return{r:s,c:o,cRel:r,rRel:i}}(e,0,n);return[a,s]}},45:{n:"PtgAreaN",f:function(e,t,n){var a=(96&e[e.l++])>>5,s=function(e,t,n){if(n.biff<8)return Fg(e);var a=e.read_shift(12==n.biff?4:2),s=e.read_shift(12==n.biff?4:2),o=Ig(e,2),r=Ig(e,2);return{s:{r:a,c:o[0],cRel:o[1],rRel:o[2]},e:{r:s,c:r[0],cRel:r[1],rRel:r[2]}}}(e,0,n);return[a,s]}},46:{n:"PtgMemAreaN",f:function(e){return[e.read_shift(1)>>>5&3,e.read_shift(2)]}},47:{n:"PtgMemNoMemN",f:function(e){return[e.read_shift(1)>>>5&3,e.read_shift(2)]}},57:{n:"PtgNameX",f:function(e,t,n){return 5==n.biff?function(e){var t=e.read_shift(1)>>>5&3,n=e.read_shift(2,"i");e.l+=8;var a=e.read_shift(2);return e.l+=12,[t,n,a]}(e):[e.read_shift(1)>>>5&3,e.read_shift(2),e.read_shift(4)]}},58:{n:"PtgRef3d",f:function(e,t,n){var a=(96&e[e.l])>>5;e.l+=1;var s=e.read_shift(2);return n&&5==n.biff&&(e.l+=12),[a,s,Mg(e,0,n)]}},59:{n:"PtgArea3d",f:function(e,t,n){var a=(96&e[e.l++])>>5,s=e.read_shift(2,"i");if(n)switch(n.biff){case 5:e.l+=12,6;break;case 12:12}return[a,s,Lg(e,0,n)]}},60:{n:"PtgRefErr3d",f:function(e,t,n){var a=(96&e[e.l++])>>5,s=e.read_shift(2),o=4;if(n)switch(n.biff){case 5:o=15;break;case 12:o=6}return e.l+=o,[a,s]}},61:{n:"PtgAreaErr3d",f:function(e,t,n){var a=(96&e[e.l++])>>5,s=e.read_shift(2),o=8;if(n)switch(n.biff){case 5:e.l+=12,o=6;break;case 12:o=12}return e.l+=o,[a,s]}},255:{}},Zg={64:32,96:32,65:33,97:33,66:34,98:34,67:35,99:35,68:36,100:36,69:37,101:37,70:38,102:38,71:39,103:39,72:40,104:40,73:41,105:41,74:42,106:42,75:43,107:43,76:44,108:44,77:45,109:45,78:46,110:46,79:47,111:47,88:34,120:34,89:57,121:57,90:58,122:58,91:59,123:59,92:60,124:60,93:61,125:61},Xg={1:{n:"PtgElfLel",f:qg},2:{n:"PtgElfRw",f:Vg},3:{n:"PtgElfCol",f:Vg},6:{n:"PtgElfRwV",f:Vg},7:{n:"PtgElfColV",f:Vg},10:{n:"PtgElfRadical",f:Vg},11:{n:"PtgElfRadicalS",f:Kg},13:{n:"PtgElfColS",f:Kg},15:{n:"PtgElfColSV",f:Kg},16:{n:"PtgElfRadicalLel",f:qg},25:{n:"PtgList",f:function(e){e.l+=2;var t=e.read_shift(2),n=e.read_shift(2),a=e.read_shift(4),s=e.read_shift(2),o=e.read_shift(2);return{ixti:t,coltype:3&n,rt:$g[n>>2&31],idx:a,c:s,C:o}}},29:{n:"PtgSxName",f:function(e){return e.l+=2,[e.read_shift(4)]}},255:{}},Jg={0:{n:"PtgAttrNoop",f:function(e){return e.l+=4,[0,0]}},1:{n:"PtgAttrSemi",f:function(e,t,n){var a=255&e[e.l+1]?1:0;return e.l+=n&&2==n.biff?3:4,[a]}},2:{n:"PtgAttrIf",f:function(e,t,n){var a=255&e[e.l+1]?1:0;return e.l+=2,[a,e.read_shift(n&&2==n.biff?1:2)]}},4:{n:"PtgAttrChoose",f:function(e,t,n){e.l+=2;for(var a=e.read_shift(n&&2==n.biff?1:2),s=[],o=0;o<=a;++o)s.push(e.read_shift(n&&2==n.biff?1:2));return s}},8:{n:"PtgAttrGoto",f:function(e,t,n){var a=255&e[e.l+1]?1:0;return e.l+=2,[a,e.read_shift(n&&2==n.biff?1:2)]}},16:{n:"PtgAttrSum",f:function(e,t,n){e.l+=n&&2==n.biff?3:4}},32:{n:"PtgAttrBaxcel",f:Bg},33:{n:"PtgAttrBaxcel",f:Bg},64:{n:"PtgAttrSpace",f:function(e){return e.read_shift(2),zg(e)}},65:{n:"PtgAttrSpaceSemi",f:function(e){return e.read_shift(2),zg(e)}},128:{n:"PtgAttrIfError",f:function(e){var t=255&e[e.l+1]?1:0;return e.l+=2,[t,e.read_shift(2)]}},255:{}};function Qg(e,t,n,a){if(a.biff<8)return Vh(e,t);for(var s=e.l+t,o=[],r=0;r!==n.length;++r)switch(n[r][0]){case"PtgArray":n[r][1]=Gg(e,0,a),o.push(n[r][1]);break;case"PtgMemArea":n[r][2]=Hg(e,n[r][1],a),o.push(n[r][2]);break;case"PtgExp":a&&12==a.biff&&(n[r][1][1]=e.read_shift(4),o.push(n[r][1]));break;case"PtgList":case"PtgElfRadicalS":case"PtgElfColS":case"PtgElfColSV":throw"Unsupported "+n[r][0]}return 0!==(t=s-e.l)&&o.push(Vh(e,t)),o}function ey(e,t,n){for(var a,s,o=e.l+t,r=[];o!=e.l;)t=o-e.l,s=e[e.l],a=Yg[s]||Yg[Zg[s]],24!==s&&25!==s||(a=(24===s?Xg:Jg)[e[e.l+1]]),a&&a.f?r.push([a.n,a.f(e,t,n)]):Vh(e,t);return r}function ty(e){for(var t=[],n=0;n<e.length;++n){for(var a=e[n],s=[],o=0;o<a.length;++o){var r=a[o];if(r)if(2===r[0])s.push('"'+r[1].replace(/"/g,'""')+'"');else s.push(r[1]);else s.push("")}t.push(s.join(","))}return t.join(";")}var ny={PtgAdd:"+",PtgConcat:"&",PtgDiv:"/",PtgEq:"=",PtgGe:">=",PtgGt:">",PtgLe:"<=",PtgLt:"<",PtgMul:"*",PtgNe:"<>",PtgPower:"^",PtgSub:"-"};function ay(e,t,n){if(!e)return"SH33TJSERR0";if(n.biff>8&&(!e.XTI||!e.XTI[t]))return e.SheetNames[t];if(!e.XTI)return"SH33TJSERR6";var a=e.XTI[t];if(n.biff<8)return t>1e4&&(t-=65536),t<0&&(t=-t),0==t?"":e.XTI[t-1];if(!a)return"SH33TJSERR1";var s="";if(n.biff>8)switch(e[a[0]][0]){case 357:return s=-1==a[1]?"#REF":e.SheetNames[a[1]],a[1]==a[2]?s:s+":"+e.SheetNames[a[2]];case 358:return null!=n.SID?e.SheetNames[n.SID]:"SH33TJSSAME"+e[a[0]][0];default:return"SH33TJSSRC"+e[a[0]][0]}switch(e[a[0]][0][0]){case 1025:return s=-1==a[1]?"#REF":e.SheetNames[a[1]]||"SH33TJSERR3",a[1]==a[2]?s:s+":"+e.SheetNames[a[2]];case 14849:return e[a[0]].slice(1).map((function(e){return e.Name})).join(";;");default:return e[a[0]][0][3]?(s=-1==a[1]?"#REF":e[a[0]][0][3][a[1]]||"SH33TJSERR4",a[1]==a[2]?s:s+":"+e[a[0]][0][3][a[2]]):"SH33TJSERR2"}}function sy(e,t,n){var a=ay(e,t,n);return"#REF"==a?a:function(e,t){if(!e&&!(t&&t.biff<=5&&t.biff>=2))throw new Error("empty sheet name");return/[^\w\u4E00-\u9FFF\u3040-\u30FF]/.test(e)?"'"+e+"'":e}(a,n)}function oy(e,t,n,a,s){var o,r,i,l,c=s&&s.biff||8,m={s:{c:0,r:0},e:{c:0,r:0}},d=[],u=0,h=0,p="";if(!e[0]||!e[0][0])return"";for(var f=-1,g="",y=0,v=e[0].length;y<v;++y){var b=e[0][y];switch(b[0]){case"PtgUminus":d.push("-"+d.pop());break;case"PtgUplus":d.push("+"+d.pop());break;case"PtgPercent":d.push(d.pop()+"%");break;case"PtgAdd":case"PtgConcat":case"PtgDiv":case"PtgEq":case"PtgGe":case"PtgGt":case"PtgLe":case"PtgLt":case"PtgMul":case"PtgNe":case"PtgPower":case"PtgSub":if(o=d.pop(),r=d.pop(),f>=0){switch(e[0][f][1][0]){case 0:g=yu(" ",e[0][f][1][1]);break;case 1:g=yu("\r",e[0][f][1][1]);break;default:if(g="",s.WTF)throw new Error("Unexpected PtgAttrSpaceType "+e[0][f][1][0])}r+=g,f=-1}d.push(r+ny[b[0]]+o);break;case"PtgIsect":o=d.pop(),r=d.pop(),d.push(r+" "+o);break;case"PtgUnion":o=d.pop(),r=d.pop(),d.push(r+","+o);break;case"PtgRange":o=d.pop(),r=d.pop(),d.push(r+":"+o);break;case"PtgAttrChoose":case"PtgAttrGoto":case"PtgAttrIf":case"PtgAttrIfError":case"PtgAttrBaxcel":case"PtgAttrSemi":case"PtgMemArea":case"PtgTbl":case"PtgMemErr":case"PtgMemAreaN":case"PtgMemNoMemN":case"PtgAttrNoop":case"PtgSheet":case"PtgEndSheet":case"PtgMemFunc":case"PtgMemNoMem":break;case"PtgRef":i=Yh(b[1][1],m,s),d.push(Xh(i,c));break;case"PtgRefN":i=n?Yh(b[1][1],n,s):b[1][1],d.push(Xh(i,c));break;case"PtgRef3d":u=b[1][1],i=Yh(b[1][2],m,s);p=sy(a,u,s);d.push(p+"!"+Xh(i,c));break;case"PtgFunc":case"PtgFuncVar":var w=b[1][0],k=b[1][1];w||(w=0);var _=0==(w&=127)?[]:d.slice(-w);d.length-=w,"User"===k&&(k=_.shift()),d.push(k+"("+_.join(",")+")");break;case"PtgBool":d.push(b[1]?"TRUE":"FALSE");break;case"PtgInt":case"PtgErr":d.push(b[1]);break;case"PtgNum":d.push(String(b[1]));break;case"PtgStr":d.push('"'+b[1].replace(/"/g,'""')+'"');break;case"PtgAreaN":l=Zh(b[1][1],n?{s:n}:m,s),d.push(Jh(l,s));break;case"PtgArea":l=Zh(b[1][1],m,s),d.push(Jh(l,s));break;case"PtgArea3d":u=b[1][1],l=b[1][2],p=sy(a,u,s),d.push(p+"!"+Jh(l,s));break;case"PtgAttrSum":d.push("SUM("+d.pop()+")");break;case"PtgName":h=b[1][2];var x=(a.names||[])[h-1]||(a[0]||[])[h],T=x?x.Name:"SH33TJSNAME"+String(h);T&&"_xlfn."==T.slice(0,6)&&!s.xlfn&&(T=T.slice(6)),d.push(T);break;case"PtgNameX":var S,C=b[1][1];if(h=b[1][2],!(s.biff<=5)){var E="";if(14849==((a[C]||[])[0]||[])[0]||(1025==((a[C]||[])[0]||[])[0]?a[C][h]&&a[C][h].itab>0&&(E=a.SheetNames[a[C][h].itab-1]+"!"):E=a.SheetNames[h-1]+"!"),a[C]&&a[C][h])E+=a[C][h].Name;else if(a[0]&&a[0][h])E+=a[0][h].Name;else{var A=(ay(a,C,s)||"").split(";;");A[h-1]?E=A[h-1]:E+="SH33TJSERRX"}d.push(E);break}C<0&&(C=-C),a[C]&&(S=a[C][h]),S||(S={Name:"SH33TJSERRY"}),d.push(S.Name);break;case"PtgParen":var j="(",N=")";if(f>=0){switch(g="",e[0][f][1][0]){case 2:j=yu(" ",e[0][f][1][1])+j;break;case 3:j=yu("\r",e[0][f][1][1])+j;break;case 4:N=yu(" ",e[0][f][1][1])+N;break;case 5:N=yu("\r",e[0][f][1][1])+N;break;default:if(s.WTF)throw new Error("Unexpected PtgAttrSpaceType "+e[0][f][1][0])}f=-1}d.push(j+d.pop()+N);break;case"PtgRefErr":case"PtgRefErr3d":case"PtgAreaErr":case"PtgAreaErr3d":d.push("#REF!");break;case"PtgExp":i={c:b[1][1],r:b[1][0]};var D={c:n.c,r:n.r};if(a.sharedf[sp(i)]){var O=a.sharedf[sp(i)];d.push(oy(O,m,D,a,s))}else{var P=!1;for(o=0;o!=a.arrayf.length;++o)if(r=a.arrayf[o],!(i.c<r[0].s.c||i.c>r[0].e.c)&&!(i.r<r[0].s.r||i.r>r[0].e.r)){d.push(oy(r[1],m,D,a,s)),P=!0;break}P||d.push(b[1])}break;case"PtgArray":d.push("{"+ty(b[1])+"}");break;case"PtgAttrSpace":case"PtgAttrSpaceSemi":f=y;break;case"PtgMissArg":d.push("");break;case"PtgList":d.push("Table"+b[1].idx+"[#"+b[1].rt+"]");break;case"PtgElfCol":case"PtgElfColS":case"PtgElfColSV":case"PtgElfColV":case"PtgElfLel":case"PtgElfRadical":case"PtgElfRadicalLel":case"PtgElfRadicalS":case"PtgElfRw":case"PtgElfRwV":throw new Error("Unsupported ELFs");default:throw new Error("Unrecognized Formula Token: "+String(b))}if(3!=s.biff&&f>=0&&-1==["PtgAttrSpace","PtgAttrSpaceSemi","PtgAttrGoto"].indexOf(e[0][y][0])){var R=!0;switch((b=e[0][f])[1][0]){case 4:R=!1;case 0:g=yu(" ",b[1][1]);break;case 5:R=!1;case 1:g=yu("\r",b[1][1]);break;default:if(g="",s.WTF)throw new Error("Unexpected PtgAttrSpaceType "+b[1][0])}d.push((R?g:"")+d.pop()+(R?"":g)),f=-1}}if(d.length>1&&s.WTF)throw new Error("bad formula stack");return d[0]}function ry(e,t,n,a,s){var o=Ef(t,n,s),r=function(e){if(null==e){var t=Kh(8);return t.write_shift(1,3),t.write_shift(1,0),t.write_shift(2,0),t.write_shift(2,0),t.write_shift(2,65535),t}return Fp("number"==typeof e?e:0)}(e.v),i=Kh(6);i.write_shift(2,33),i.write_shift(4,0);for(var l=Kh(e.bf.length),c=0;c<e.bf.length;++c)l[c]=e.bf[c];return td([o,r,i,l])}function iy(e,t,n){var a=e.read_shift(4),s=ey(e,a,n),o=e.read_shift(4);return[s,o>0?Qg(e,o,s,n):null]}var ly=iy,cy=iy,my=iy,dy=iy,uy={0:"BEEP",1:"OPEN",2:"OPEN.LINKS",3:"CLOSE.ALL",4:"SAVE",5:"SAVE.AS",6:"FILE.DELETE",7:"PAGE.SETUP",8:"PRINT",9:"PRINTER.SETUP",10:"QUIT",11:"NEW.WINDOW",12:"ARRANGE.ALL",13:"WINDOW.SIZE",14:"WINDOW.MOVE",15:"FULL",16:"CLOSE",17:"RUN",22:"SET.PRINT.AREA",23:"SET.PRINT.TITLES",24:"SET.PAGE.BREAK",25:"REMOVE.PAGE.BREAK",26:"FONT",27:"DISPLAY",28:"PROTECT.DOCUMENT",29:"PRECISION",30:"A1.R1C1",31:"CALCULATE.NOW",32:"CALCULATION",34:"DATA.FIND",35:"EXTRACT",36:"DATA.DELETE",37:"SET.DATABASE",38:"SET.CRITERIA",39:"SORT",40:"DATA.SERIES",41:"TABLE",42:"FORMAT.NUMBER",43:"ALIGNMENT",44:"STYLE",45:"BORDER",46:"CELL.PROTECTION",47:"COLUMN.WIDTH",48:"UNDO",49:"CUT",50:"COPY",51:"PASTE",52:"CLEAR",53:"PASTE.SPECIAL",54:"EDIT.DELETE",55:"INSERT",56:"FILL.RIGHT",57:"FILL.DOWN",61:"DEFINE.NAME",62:"CREATE.NAMES",63:"FORMULA.GOTO",64:"FORMULA.FIND",65:"SELECT.LAST.CELL",66:"SHOW.ACTIVE.CELL",67:"GALLERY.AREA",68:"GALLERY.BAR",69:"GALLERY.COLUMN",70:"GALLERY.LINE",71:"GALLERY.PIE",72:"GALLERY.SCATTER",73:"COMBINATION",74:"PREFERRED",75:"ADD.OVERLAY",76:"GRIDLINES",77:"SET.PREFERRED",78:"AXES",79:"LEGEND",80:"ATTACH.TEXT",81:"ADD.ARROW",82:"SELECT.CHART",83:"SELECT.PLOT.AREA",84:"PATTERNS",85:"MAIN.CHART",86:"OVERLAY",87:"SCALE",88:"FORMAT.LEGEND",89:"FORMAT.TEXT",90:"EDIT.REPEAT",91:"PARSE",92:"JUSTIFY",93:"HIDE",94:"UNHIDE",95:"WORKSPACE",96:"FORMULA",97:"FORMULA.FILL",98:"FORMULA.ARRAY",99:"DATA.FIND.NEXT",100:"DATA.FIND.PREV",101:"FORMULA.FIND.NEXT",102:"FORMULA.FIND.PREV",103:"ACTIVATE",104:"ACTIVATE.NEXT",105:"ACTIVATE.PREV",106:"UNLOCKED.NEXT",107:"UNLOCKED.PREV",108:"COPY.PICTURE",109:"SELECT",110:"DELETE.NAME",111:"DELETE.FORMAT",112:"VLINE",113:"HLINE",114:"VPAGE",115:"HPAGE",116:"VSCROLL",117:"HSCROLL",118:"ALERT",119:"NEW",120:"CANCEL.COPY",121:"SHOW.CLIPBOARD",122:"MESSAGE",124:"PASTE.LINK",125:"APP.ACTIVATE",126:"DELETE.ARROW",127:"ROW.HEIGHT",128:"FORMAT.MOVE",129:"FORMAT.SIZE",130:"FORMULA.REPLACE",131:"SEND.KEYS",132:"SELECT.SPECIAL",133:"APPLY.NAMES",134:"REPLACE.FONT",135:"FREEZE.PANES",136:"SHOW.INFO",137:"SPLIT",138:"ON.WINDOW",139:"ON.DATA",140:"DISABLE.INPUT",142:"OUTLINE",143:"LIST.NAMES",144:"FILE.CLOSE",145:"SAVE.WORKBOOK",146:"DATA.FORM",147:"COPY.CHART",148:"ON.TIME",149:"WAIT",150:"FORMAT.FONT",151:"FILL.UP",152:"FILL.LEFT",153:"DELETE.OVERLAY",155:"SHORT.MENUS",159:"SET.UPDATE.STATUS",161:"COLOR.PALETTE",162:"DELETE.STYLE",163:"WINDOW.RESTORE",164:"WINDOW.MAXIMIZE",166:"CHANGE.LINK",167:"CALCULATE.DOCUMENT",168:"ON.KEY",169:"APP.RESTORE",170:"APP.MOVE",171:"APP.SIZE",172:"APP.MINIMIZE",173:"APP.MAXIMIZE",174:"BRING.TO.FRONT",175:"SEND.TO.BACK",185:"MAIN.CHART.TYPE",186:"OVERLAY.CHART.TYPE",187:"SELECT.END",188:"OPEN.MAIL",189:"SEND.MAIL",190:"STANDARD.FONT",191:"CONSOLIDATE",192:"SORT.SPECIAL",193:"GALLERY.3D.AREA",194:"GALLERY.3D.COLUMN",195:"GALLERY.3D.LINE",196:"GALLERY.3D.PIE",197:"VIEW.3D",198:"GOAL.SEEK",199:"WORKGROUP",200:"FILL.GROUP",201:"UPDATE.LINK",202:"PROMOTE",203:"DEMOTE",204:"SHOW.DETAIL",206:"UNGROUP",207:"OBJECT.PROPERTIES",208:"SAVE.NEW.OBJECT",209:"SHARE",210:"SHARE.NAME",211:"DUPLICATE",212:"APPLY.STYLE",213:"ASSIGN.TO.OBJECT",214:"OBJECT.PROTECTION",215:"HIDE.OBJECT",216:"SET.EXTRACT",217:"CREATE.PUBLISHER",218:"SUBSCRIBE.TO",219:"ATTRIBUTES",220:"SHOW.TOOLBAR",222:"PRINT.PREVIEW",223:"EDIT.COLOR",224:"SHOW.LEVELS",225:"FORMAT.MAIN",226:"FORMAT.OVERLAY",227:"ON.RECALC",228:"EDIT.SERIES",229:"DEFINE.STYLE",240:"LINE.PRINT",243:"ENTER.DATA",249:"GALLERY.RADAR",250:"MERGE.STYLES",251:"EDITION.OPTIONS",252:"PASTE.PICTURE",253:"PASTE.PICTURE.LINK",254:"SPELLING",256:"ZOOM",259:"INSERT.OBJECT",260:"WINDOW.MINIMIZE",265:"SOUND.NOTE",266:"SOUND.PLAY",267:"FORMAT.SHAPE",268:"EXTEND.POLYGON",269:"FORMAT.AUTO",272:"GALLERY.3D.BAR",273:"GALLERY.3D.SURFACE",274:"FILL.AUTO",276:"CUSTOMIZE.TOOLBAR",277:"ADD.TOOL",278:"EDIT.OBJECT",279:"ON.DOUBLECLICK",280:"ON.ENTRY",281:"WORKBOOK.ADD",282:"WORKBOOK.MOVE",283:"WORKBOOK.COPY",284:"WORKBOOK.OPTIONS",285:"SAVE.WORKSPACE",288:"CHART.WIZARD",289:"DELETE.TOOL",290:"MOVE.TOOL",291:"WORKBOOK.SELECT",292:"WORKBOOK.ACTIVATE",293:"ASSIGN.TO.TOOL",295:"COPY.TOOL",296:"RESET.TOOL",297:"CONSTRAIN.NUMERIC",298:"PASTE.TOOL",302:"WORKBOOK.NEW",305:"SCENARIO.CELLS",306:"SCENARIO.DELETE",307:"SCENARIO.ADD",308:"SCENARIO.EDIT",309:"SCENARIO.SHOW",310:"SCENARIO.SHOW.NEXT",311:"SCENARIO.SUMMARY",312:"PIVOT.TABLE.WIZARD",313:"PIVOT.FIELD.PROPERTIES",314:"PIVOT.FIELD",315:"PIVOT.ITEM",316:"PIVOT.ADD.FIELDS",318:"OPTIONS.CALCULATION",319:"OPTIONS.EDIT",320:"OPTIONS.VIEW",321:"ADDIN.MANAGER",322:"MENU.EDITOR",323:"ATTACH.TOOLBARS",324:"VBAActivate",325:"OPTIONS.CHART",328:"VBA.INSERT.FILE",330:"VBA.PROCEDURE.DEFINITION",336:"ROUTING.SLIP",338:"ROUTE.DOCUMENT",339:"MAIL.LOGON",342:"INSERT.PICTURE",343:"EDIT.TOOL",344:"GALLERY.DOUGHNUT",350:"CHART.TREND",352:"PIVOT.ITEM.PROPERTIES",354:"WORKBOOK.INSERT",355:"OPTIONS.TRANSITION",356:"OPTIONS.GENERAL",370:"FILTER.ADVANCED",373:"MAIL.ADD.MAILER",374:"MAIL.DELETE.MAILER",375:"MAIL.REPLY",376:"MAIL.REPLY.ALL",377:"MAIL.FORWARD",378:"MAIL.NEXT.LETTER",379:"DATA.LABEL",380:"INSERT.TITLE",381:"FONT.PROPERTIES",382:"MACRO.OPTIONS",383:"WORKBOOK.HIDE",384:"WORKBOOK.UNHIDE",385:"WORKBOOK.DELETE",386:"WORKBOOK.NAME",388:"GALLERY.CUSTOM",390:"ADD.CHART.AUTOFORMAT",391:"DELETE.CHART.AUTOFORMAT",392:"CHART.ADD.DATA",393:"AUTO.OUTLINE",394:"TAB.ORDER",395:"SHOW.DIALOG",396:"SELECT.ALL",397:"UNGROUP.SHEETS",398:"SUBTOTAL.CREATE",399:"SUBTOTAL.REMOVE",400:"RENAME.OBJECT",412:"WORKBOOK.SCROLL",413:"WORKBOOK.NEXT",414:"WORKBOOK.PREV",415:"WORKBOOK.TAB.SPLIT",416:"FULL.SCREEN",417:"WORKBOOK.PROTECT",420:"SCROLLBAR.PROPERTIES",421:"PIVOT.SHOW.PAGES",422:"TEXT.TO.COLUMNS",423:"FORMAT.CHARTTYPE",424:"LINK.FORMAT",425:"TRACER.DISPLAY",430:"TRACER.NAVIGATE",431:"TRACER.CLEAR",432:"TRACER.ERROR",433:"PIVOT.FIELD.GROUP",434:"PIVOT.FIELD.UNGROUP",435:"CHECKBOX.PROPERTIES",436:"LABEL.PROPERTIES",437:"LISTBOX.PROPERTIES",438:"EDITBOX.PROPERTIES",439:"PIVOT.REFRESH",440:"LINK.COMBO",441:"OPEN.TEXT",442:"HIDE.DIALOG",443:"SET.DIALOG.FOCUS",444:"ENABLE.OBJECT",445:"PUSHBUTTON.PROPERTIES",446:"SET.DIALOG.DEFAULT",447:"FILTER",448:"FILTER.SHOW.ALL",449:"CLEAR.OUTLINE",450:"FUNCTION.WIZARD",451:"ADD.LIST.ITEM",452:"SET.LIST.ITEM",453:"REMOVE.LIST.ITEM",454:"SELECT.LIST.ITEM",455:"SET.CONTROL.VALUE",456:"SAVE.COPY.AS",458:"OPTIONS.LISTS.ADD",459:"OPTIONS.LISTS.DELETE",460:"SERIES.AXES",461:"SERIES.X",462:"SERIES.Y",463:"ERRORBAR.X",464:"ERRORBAR.Y",465:"FORMAT.CHART",466:"SERIES.ORDER",467:"MAIL.LOGOFF",468:"CLEAR.ROUTING.SLIP",469:"APP.ACTIVATE.MICROSOFT",470:"MAIL.EDIT.MAILER",471:"ON.SHEET",472:"STANDARD.WIDTH",473:"SCENARIO.MERGE",474:"SUMMARY.INFO",475:"FIND.FILE",476:"ACTIVE.CELL.FONT",477:"ENABLE.TIPWIZARD",478:"VBA.MAKE.ADDIN",480:"INSERTDATATABLE",481:"WORKGROUP.OPTIONS",482:"MAIL.SEND.MAILER",485:"AUTOCORRECT",489:"POST.DOCUMENT",491:"PICKLIST",493:"VIEW.SHOW",494:"VIEW.DEFINE",495:"VIEW.DELETE",509:"SHEET.BACKGROUND",510:"INSERT.MAP.OBJECT",511:"OPTIONS.MENONO",517:"MSOCHECKS",518:"NORMAL",519:"LAYOUT",520:"RM.PRINT.AREA",521:"CLEAR.PRINT.AREA",522:"ADD.PRINT.AREA",523:"MOVE.BRK",545:"HIDECURR.NOTE",546:"HIDEALL.NOTES",547:"DELETE.NOTE",548:"TRAVERSE.NOTES",549:"ACTIVATE.NOTES",620:"PROTECT.REVISIONS",621:"UNPROTECT.REVISIONS",647:"OPTIONS.ME",653:"WEB.PUBLISH",667:"NEWWEBQUERY",673:"PIVOT.TABLE.CHART",753:"OPTIONS.SAVE",755:"OPTIONS.SPELL",808:"HIDEALL.INKANNOTS"},hy={0:"COUNT",1:"IF",2:"ISNA",3:"ISERROR",4:"SUM",5:"AVERAGE",6:"MIN",7:"MAX",8:"ROW",9:"COLUMN",10:"NA",11:"NPV",12:"STDEV",13:"DOLLAR",14:"FIXED",15:"SIN",16:"COS",17:"TAN",18:"ATAN",19:"PI",20:"SQRT",21:"EXP",22:"LN",23:"LOG10",24:"ABS",25:"INT",26:"SIGN",27:"ROUND",28:"LOOKUP",29:"INDEX",30:"REPT",31:"MID",32:"LEN",33:"VALUE",34:"TRUE",35:"FALSE",36:"AND",37:"OR",38:"NOT",39:"MOD",40:"DCOUNT",41:"DSUM",42:"DAVERAGE",43:"DMIN",44:"DMAX",45:"DSTDEV",46:"VAR",47:"DVAR",48:"TEXT",49:"LINEST",50:"TREND",51:"LOGEST",52:"GROWTH",53:"GOTO",54:"HALT",55:"RETURN",56:"PV",57:"FV",58:"NPER",59:"PMT",60:"RATE",61:"MIRR",62:"IRR",63:"RAND",64:"MATCH",65:"DATE",66:"TIME",67:"DAY",68:"MONTH",69:"YEAR",70:"WEEKDAY",71:"HOUR",72:"MINUTE",73:"SECOND",74:"NOW",75:"AREAS",76:"ROWS",77:"COLUMNS",78:"OFFSET",79:"ABSREF",80:"RELREF",81:"ARGUMENT",82:"SEARCH",83:"TRANSPOSE",84:"ERROR",85:"STEP",86:"TYPE",87:"ECHO",88:"SET.NAME",89:"CALLER",90:"DEREF",91:"WINDOWS",92:"SERIES",93:"DOCUMENTS",94:"ACTIVE.CELL",95:"SELECTION",96:"RESULT",97:"ATAN2",98:"ASIN",99:"ACOS",100:"CHOOSE",101:"HLOOKUP",102:"VLOOKUP",103:"LINKS",104:"INPUT",105:"ISREF",106:"GET.FORMULA",107:"GET.NAME",108:"SET.VALUE",109:"LOG",110:"EXEC",111:"CHAR",112:"LOWER",113:"UPPER",114:"PROPER",115:"LEFT",116:"RIGHT",117:"EXACT",118:"TRIM",119:"REPLACE",120:"SUBSTITUTE",121:"CODE",122:"NAMES",123:"DIRECTORY",124:"FIND",125:"CELL",126:"ISERR",127:"ISTEXT",128:"ISNUMBER",129:"ISBLANK",130:"T",131:"N",132:"FOPEN",133:"FCLOSE",134:"FSIZE",135:"FREADLN",136:"FREAD",137:"FWRITELN",138:"FWRITE",139:"FPOS",140:"DATEVALUE",141:"TIMEVALUE",142:"SLN",143:"SYD",144:"DDB",145:"GET.DEF",146:"REFTEXT",147:"TEXTREF",148:"INDIRECT",149:"REGISTER",150:"CALL",151:"ADD.BAR",152:"ADD.MENU",153:"ADD.COMMAND",154:"ENABLE.COMMAND",155:"CHECK.COMMAND",156:"RENAME.COMMAND",157:"SHOW.BAR",158:"DELETE.MENU",159:"DELETE.COMMAND",160:"GET.CHART.ITEM",161:"DIALOG.BOX",162:"CLEAN",163:"MDETERM",164:"MINVERSE",165:"MMULT",166:"FILES",167:"IPMT",168:"PPMT",169:"COUNTA",170:"CANCEL.KEY",171:"FOR",172:"WHILE",173:"BREAK",174:"NEXT",175:"INITIATE",176:"REQUEST",177:"POKE",178:"EXECUTE",179:"TERMINATE",180:"RESTART",181:"HELP",182:"GET.BAR",183:"PRODUCT",184:"FACT",185:"GET.CELL",186:"GET.WORKSPACE",187:"GET.WINDOW",188:"GET.DOCUMENT",189:"DPRODUCT",190:"ISNONTEXT",191:"GET.NOTE",192:"NOTE",193:"STDEVP",194:"VARP",195:"DSTDEVP",196:"DVARP",197:"TRUNC",198:"ISLOGICAL",199:"DCOUNTA",200:"DELETE.BAR",201:"UNREGISTER",204:"USDOLLAR",205:"FINDB",206:"SEARCHB",207:"REPLACEB",208:"LEFTB",209:"RIGHTB",210:"MIDB",211:"LENB",212:"ROUNDUP",213:"ROUNDDOWN",214:"ASC",215:"DBCS",216:"RANK",219:"ADDRESS",220:"DAYS360",221:"TODAY",222:"VDB",223:"ELSE",224:"ELSE.IF",225:"END.IF",226:"FOR.CELL",227:"MEDIAN",228:"SUMPRODUCT",229:"SINH",230:"COSH",231:"TANH",232:"ASINH",233:"ACOSH",234:"ATANH",235:"DGET",236:"CREATE.OBJECT",237:"VOLATILE",238:"LAST.ERROR",239:"CUSTOM.UNDO",240:"CUSTOM.REPEAT",241:"FORMULA.CONVERT",242:"GET.LINK.INFO",243:"TEXT.BOX",244:"INFO",245:"GROUP",246:"GET.OBJECT",247:"DB",248:"PAUSE",251:"RESUME",252:"FREQUENCY",253:"ADD.TOOLBAR",254:"DELETE.TOOLBAR",255:"User",256:"RESET.TOOLBAR",257:"EVALUATE",258:"GET.TOOLBAR",259:"GET.TOOL",260:"SPELLING.CHECK",261:"ERROR.TYPE",262:"APP.TITLE",263:"WINDOW.TITLE",264:"SAVE.TOOLBAR",265:"ENABLE.TOOL",266:"PRESS.TOOL",267:"REGISTER.ID",268:"GET.WORKBOOK",269:"AVEDEV",270:"BETADIST",271:"GAMMALN",272:"BETAINV",273:"BINOMDIST",274:"CHIDIST",275:"CHIINV",276:"COMBIN",277:"CONFIDENCE",278:"CRITBINOM",279:"EVEN",280:"EXPONDIST",281:"FDIST",282:"FINV",283:"FISHER",284:"FISHERINV",285:"FLOOR",286:"GAMMADIST",287:"GAMMAINV",288:"CEILING",289:"HYPGEOMDIST",290:"LOGNORMDIST",291:"LOGINV",292:"NEGBINOMDIST",293:"NORMDIST",294:"NORMSDIST",295:"NORMINV",296:"NORMSINV",297:"STANDARDIZE",298:"ODD",299:"PERMUT",300:"POISSON",301:"TDIST",302:"WEIBULL",303:"SUMXMY2",304:"SUMX2MY2",305:"SUMX2PY2",306:"CHITEST",307:"CORREL",308:"COVAR",309:"FORECAST",310:"FTEST",311:"INTERCEPT",312:"PEARSON",313:"RSQ",314:"STEYX",315:"SLOPE",316:"TTEST",317:"PROB",318:"DEVSQ",319:"GEOMEAN",320:"HARMEAN",321:"SUMSQ",322:"KURT",323:"SKEW",324:"ZTEST",325:"LARGE",326:"SMALL",327:"QUARTILE",328:"PERCENTILE",329:"PERCENTRANK",330:"MODE",331:"TRIMMEAN",332:"TINV",334:"MOVIE.COMMAND",335:"GET.MOVIE",336:"CONCATENATE",337:"POWER",338:"PIVOT.ADD.DATA",339:"GET.PIVOT.TABLE",340:"GET.PIVOT.FIELD",341:"GET.PIVOT.ITEM",342:"RADIANS",343:"DEGREES",344:"SUBTOTAL",345:"SUMIF",346:"COUNTIF",347:"COUNTBLANK",348:"SCENARIO.GET",349:"OPTIONS.LISTS.GET",350:"ISPMT",351:"DATEDIF",352:"DATESTRING",353:"NUMBERSTRING",354:"ROMAN",355:"OPEN.DIALOG",356:"SAVE.DIALOG",357:"VIEW.GET",358:"GETPIVOTDATA",359:"HYPERLINK",360:"PHONETIC",361:"AVERAGEA",362:"MAXA",363:"MINA",364:"STDEVPA",365:"VARPA",366:"STDEVA",367:"VARA",368:"BAHTTEXT",369:"THAIDAYOFWEEK",370:"THAIDIGIT",371:"THAIMONTHOFYEAR",372:"THAINUMSOUND",373:"THAINUMSTRING",374:"THAISTRINGLENGTH",375:"ISTHAIDIGIT",376:"ROUNDBAHTDOWN",377:"ROUNDBAHTUP",378:"THAIYEAR",379:"RTD",380:"CUBEVALUE",381:"CUBEMEMBER",382:"CUBEMEMBERPROPERTY",383:"CUBERANKEDMEMBER",384:"HEX2BIN",385:"HEX2DEC",386:"HEX2OCT",387:"DEC2BIN",388:"DEC2HEX",389:"DEC2OCT",390:"OCT2BIN",391:"OCT2HEX",392:"OCT2DEC",393:"BIN2DEC",394:"BIN2OCT",395:"BIN2HEX",396:"IMSUB",397:"IMDIV",398:"IMPOWER",399:"IMABS",400:"IMSQRT",401:"IMLN",402:"IMLOG2",403:"IMLOG10",404:"IMSIN",405:"IMCOS",406:"IMEXP",407:"IMARGUMENT",408:"IMCONJUGATE",409:"IMAGINARY",410:"IMREAL",411:"COMPLEX",412:"IMSUM",413:"IMPRODUCT",414:"SERIESSUM",415:"FACTDOUBLE",416:"SQRTPI",417:"QUOTIENT",418:"DELTA",419:"GESTEP",420:"ISEVEN",421:"ISODD",422:"MROUND",423:"ERF",424:"ERFC",425:"BESSELJ",426:"BESSELK",427:"BESSELY",428:"BESSELI",429:"XIRR",430:"XNPV",431:"PRICEMAT",432:"YIELDMAT",433:"INTRATE",434:"RECEIVED",435:"DISC",436:"PRICEDISC",437:"YIELDDISC",438:"TBILLEQ",439:"TBILLPRICE",440:"TBILLYIELD",441:"PRICE",442:"YIELD",443:"DOLLARDE",444:"DOLLARFR",445:"NOMINAL",446:"EFFECT",447:"CUMPRINC",448:"CUMIPMT",449:"EDATE",450:"EOMONTH",451:"YEARFRAC",452:"COUPDAYBS",453:"COUPDAYS",454:"COUPDAYSNC",455:"COUPNCD",456:"COUPNUM",457:"COUPPCD",458:"DURATION",459:"MDURATION",460:"ODDLPRICE",461:"ODDLYIELD",462:"ODDFPRICE",463:"ODDFYIELD",464:"RANDBETWEEN",465:"WEEKNUM",466:"AMORDEGRC",467:"AMORLINC",468:"CONVERT",724:"SHEETJS",469:"ACCRINT",470:"ACCRINTM",471:"WORKDAY",472:"NETWORKDAYS",473:"GCD",474:"MULTINOMIAL",475:"LCM",476:"FVSCHEDULE",477:"CUBEKPIMEMBER",478:"CUBESET",479:"CUBESETCOUNT",480:"IFERROR",481:"COUNTIFS",482:"SUMIFS",483:"AVERAGEIF",484:"AVERAGEIFS"},py={2:1,3:1,10:0,15:1,16:1,17:1,18:1,19:0,20:1,21:1,22:1,23:1,24:1,25:1,26:1,27:2,30:2,31:3,32:1,33:1,34:0,35:0,38:1,39:2,40:3,41:3,42:3,43:3,44:3,45:3,47:3,48:2,53:1,61:3,63:0,65:3,66:3,67:1,68:1,69:1,70:1,71:1,72:1,73:1,74:0,75:1,76:1,77:1,79:2,80:2,83:1,85:0,86:1,89:0,90:1,94:0,95:0,97:2,98:1,99:1,101:3,102:3,105:1,106:1,108:2,111:1,112:1,113:1,114:1,117:2,118:1,119:4,121:1,126:1,127:1,128:1,129:1,130:1,131:1,133:1,134:1,135:1,136:2,137:2,138:2,140:1,141:1,142:3,143:4,144:4,161:1,162:1,163:1,164:1,165:2,172:1,175:2,176:2,177:3,178:2,179:1,184:1,186:1,189:3,190:1,195:3,196:3,197:1,198:1,199:3,201:1,207:4,210:3,211:1,212:2,213:2,214:1,215:1,225:0,229:1,230:1,231:1,232:1,233:1,234:1,235:3,244:1,247:4,252:2,257:1,261:1,271:1,273:4,274:2,275:2,276:2,277:3,278:3,279:1,280:3,281:3,282:3,283:1,284:1,285:2,286:4,287:3,288:2,289:4,290:3,291:3,292:3,293:4,294:1,295:3,296:1,297:3,298:1,299:2,300:3,301:3,302:4,303:2,304:2,305:2,306:2,307:2,308:2,309:3,310:2,311:2,312:2,313:2,314:2,315:2,316:4,325:2,326:2,327:2,328:2,331:2,332:2,337:2,342:1,343:1,346:2,347:1,350:4,351:3,352:1,353:2,360:1,368:1,369:1,370:1,371:1,372:1,373:1,374:1,375:1,376:1,377:1,378:1,382:3,385:1,392:1,393:1,396:2,397:2,398:2,399:1,400:1,401:1,402:1,403:1,404:1,405:1,406:1,407:1,408:1,409:1,410:1,414:4,415:1,416:1,417:2,420:1,421:1,422:2,424:1,425:2,426:2,427:2,428:2,430:3,438:3,439:3,440:3,443:2,444:2,445:2,446:2,447:6,448:6,449:2,450:2,464:2,468:3,476:2,479:1,480:2,65535:0};function fy(e){return e.replace(/\./,"!")}var gy="undefined"!==typeof Map;function yy(e,t,n){var a=0,s=e.length;if(n){if(gy?n.has(t):Object.prototype.hasOwnProperty.call(n,t))for(var o=gy?n.get(t):n[t];a<o.length;++a)if(e[o[a]].t===t)return e.Count++,o[a]}else for(;a<s;++a)if(e[a].t===t)return e.Count++,a;return e[s]={t:t},e.Count++,e.Unique++,n&&(gy?(n.has(t)||n.set(t,[]),n.get(t).push(s)):(Object.prototype.hasOwnProperty.call(n,t)||(n[t]=[]),n[t].push(s))),s}function vy(e,t){var n={min:e+1,max:e+1},a=-1;return t.MDW&&(Qf=t.MDW),null!=t.width?n.customWidth=1:null!=t.wpx?a=tg(t.wpx):null!=t.wch&&(a=t.wch),a>-1?(n.width=ng(a),n.customWidth=1):null!=t.width&&(n.width=t.width),t.hidden&&(n.hidden=!0),null!=t.level&&(n.outlineLevel=n.level=t.level),n}function by(e,t){if(e){var n=[.7,.7,.75,.75,.3,.3];"xlml"==t&&(n=[1,1,1,1,.5,.5]),null==e.left&&(e.left=n[0]),null==e.right&&(e.right=n[1]),null==e.top&&(e.top=n[2]),null==e.bottom&&(e.bottom=n[3]),null==e.header&&(e.header=n[4]),null==e.footer&&(e.footer=n[5])}}function wy(e,t,n){var a=n.revssf[null!=t.z?t.z:"General"],s=60,o=e.length;if(null==a&&n.ssf)for(;s<392;++s)if(null==n.ssf[s]){Kd(t.z,s),n.ssf[s]=t.z,n.revssf[t.z]=a=s;break}for(s=0;s!=o;++s)if(e[s].numFmtId===a)return s;return e[o]={numFmtId:a,fontId:0,fillId:0,borderId:0,xfId:0,applyNumberFormat:1},o}function ky(e,t,n){if(e&&e["!ref"]){var a=ip(e["!ref"]);if(a.e.c<a.s.c||a.e.r<a.s.r)throw new Error("Bad range ("+n+"): "+e["!ref"])}}var _y=["objects","scenarios","selectLockedCells","selectUnlockedCells"],xy=["formatColumns","formatRows","formatCells","insertColumns","insertRows","insertHyperlinks","deleteColumns","deleteRows","sort","autoFilter","pivotTables"];function Ty(e,t,n,a){if(e.c&&n["!comments"].push([t,e.c]),void 0===e.v&&"string"!==typeof e.f||"z"===e.t&&!e.f)return"";var s="",o=e.t,r=e.v;if("z"!==e.t)switch(e.t){case"b":s=e.v?"1":"0";break;case"n":s=""+e.v;break;case"e":s=Gp[e.v];break;case"d":a&&a.cellDates?s=pu(e.v,-1).toISOString():((e=gu(e)).t="n",s=""+(e.v=ru(pu(e.v)))),"undefined"===typeof e.z&&(e.z=hd[14]);break;default:s=e.v}var i=zu("v",Au(s)),l={r:t},c=wy(a.cellXfs,e,a);switch(0!==c&&(l.s=c),e.t){case"n":case"z":break;case"d":l.t="d";break;case"b":l.t="b";break;case"e":l.t="e";break;default:if(null==e.v){delete e.t;break}if(e.v.length>32767)throw new Error("Text length must not exceed 32767 characters");if(a&&a.bookSST){i=zu("v",""+yy(a.Strings,e.v,a.revStrings)),l.t="s";break}l.t="str"}if(e.t!=o&&(e.t=o,e.v=r),"string"==typeof e.f&&e.f){var m=e.F&&e.F.slice(0,t.length)==t?{t:"array",ref:e.F}:null;i=Hu("f",Au(e.f),m)+(null!=e.v?i:"")}return e.l&&n["!links"].push([t,e.l]),e.D&&(l.cm=1),Hu("c",i,l)}function Sy(e,t,n,a){var s,o=[xu,Hu("worksheet",null,{xmlns:sh[0],"xmlns:r":eh})],r=n.SheetNames[e],i="",l=n.Sheets[r];null==l&&(l={});var c=l["!ref"]||"A1",m=ip(c);if(m.e.c>16383||m.e.r>1048575){if(t.WTF)throw new Error("Range "+c+" exceeds format limit A1:XFD1048576");m.e.c=Math.min(m.e.c,16383),m.e.r=Math.min(m.e.c,1048575),c=rp(m)}a||(a={}),l["!comments"]=[];var d=[];!function(e,t,n,a,s){var o=!1,r={},i=null;if("xlsx"!==a.bookType&&t.vbaraw){var l=t.SheetNames[n];try{t.Workbook&&(l=t.Workbook.Sheets[n].CodeName||l)}catch(m){}o=!0,r.codeName=Mu(Au(l))}if(e&&e["!outline"]){var c={summaryBelow:1,summaryRight:1};e["!outline"].above&&(c.summaryBelow=0),e["!outline"].left&&(c.summaryRight=0),i=(i||"")+Hu("outlinePr",null,c)}(o||i)&&(s[s.length]=Hu("sheetPr",i,r))}(l,n,e,t,o),o[o.length]=Hu("dimension",null,{ref:c}),o[o.length]=function(e,t,n,a){var s={workbookViewId:"0"};return(((a||{}).Workbook||{}).Views||[])[0]&&(s.rightToLeft=a.Workbook.Views[0].RTL?"1":"0"),Hu("sheetViews",Hu("sheetView",null,s),{})}(0,0,0,n),t.sheetFormat&&(o[o.length]=Hu("sheetFormatPr",null,{defaultRowHeight:t.sheetFormat.defaultRowHeight||"16",baseColWidth:t.sheetFormat.baseColWidth||"10",outlineLevelRow:t.sheetFormat.outlineLevelRow||"7"})),null!=l["!cols"]&&l["!cols"].length>0&&(o[o.length]=function(e,t){for(var n,a=["<cols>"],s=0;s!=t.length;++s)(n=t[s])&&(a[a.length]=Hu("col",null,vy(s,n)));return a[a.length]="</cols>",a.join("")}(0,l["!cols"])),o[s=o.length]="<sheetData/>",l["!links"]=[],null!=l["!ref"]&&(i=function(e,t,n,a){var s,o,r=[],i=[],l=ip(e["!ref"]),c="",m="",d=[],u=0,h=0,p=e["!rows"],f=Array.isArray(e),g={r:m},y=-1;for(h=l.s.c;h<=l.e.c;++h)d[h]=np(h);for(u=l.s.r;u<=l.e.r;++u){for(i=[],m=ep(u),h=l.s.c;h<=l.e.c;++h){s=d[h]+m;var v=f?(e[u]||[])[h]:e[s];void 0!==v&&null!=(c=Ty(v,s,e,t))&&i.push(c)}(i.length>0||p&&p[u])&&(g={r:m},p&&p[u]&&((o=p[u]).hidden&&(g.hidden=1),y=-1,o.hpx?y=sg(o.hpx):o.hpt&&(y=o.hpt),y>-1&&(g.ht=y,g.customHeight=1),o.level&&(g.outlineLevel=o.level)),r[r.length]=Hu("row",i.join(""),g))}if(p)for(;u<p.length;++u)p&&p[u]&&(g={r:u+1},(o=p[u]).hidden&&(g.hidden=1),y=-1,o.hpx?y=sg(o.hpx):o.hpt&&(y=o.hpt),y>-1&&(g.ht=y,g.customHeight=1),o.level&&(g.outlineLevel=o.level),r[r.length]=Hu("row","",g));return r.join("")}(l,t,0,0),i.length>0&&(o[o.length]=i)),o.length>s+1&&(o[o.length]="</sheetData>",o[s]=o[s].replace("/>",">")),l["!protect"]&&(o[o.length]=function(e){var t={sheet:1};return _y.forEach((function(n){null!=e[n]&&e[n]&&(t[n]="1")})),xy.forEach((function(n){null==e[n]||e[n]||(t[n]="0")})),e.password&&(t.password=Zf(e.password).toString(16).toUpperCase()),Hu("sheetProtection",null,t)}(l["!protect"])),null!=l["!autofilter"]&&(o[o.length]=function(e,t,n,a){var s="string"==typeof e.ref?e.ref:rp(e.ref);n.Workbook||(n.Workbook={Sheets:[]}),n.Workbook.Names||(n.Workbook.Names=[]);var o=n.Workbook.Names,r=op(s);r.s.r==r.e.r&&(r.e.r=op(t["!ref"]).e.r,s=rp(r));for(var i=0;i<o.length;++i){var l=o[i];if("_xlnm._FilterDatabase"==l.Name&&l.Sheet==a){l.Ref="'"+n.SheetNames[a]+"'!"+s;break}}return i==o.length&&o.push({Name:"_xlnm._FilterDatabase",Sheet:a,Ref:"'"+n.SheetNames[a]+"'!"+s}),Hu("autoFilter",null,{ref:s})}(l["!autofilter"],l,n,e)),null!=l["!merges"]&&l["!merges"].length>0&&(o[o.length]=function(e){if(0===e.length)return"";for(var t='<mergeCells count="'+e.length+'">',n=0;n!=e.length;++n)t+='<mergeCell ref="'+rp(e[n])+'"/>';return t+"</mergeCells>"}(l["!merges"]));var u,h,p=-1,f=-1;return l["!links"].length>0&&(o[o.length]="<hyperlinks>",l["!links"].forEach((function(e){e[1].Target&&(u={ref:e[0]},"#"!=e[1].Target.charAt(0)&&(f=Xp(a,-1,Au(e[1].Target).replace(/#.*$/,""),$p.HLINK),u["r:id"]="rId"+f),(p=e[1].Target.indexOf("#"))>-1&&(u.location=Au(e[1].Target.slice(p+1))),e[1].Tooltip&&(u.tooltip=Au(e[1].Tooltip)),o[o.length]=Hu("hyperlink",null,u))})),o[o.length]="</hyperlinks>"),delete l["!links"],null!=l["!margins"]&&(o[o.length]=(by(h=l["!margins"]),Hu("pageMargins",null,h))),t&&!t.ignoreEC&&void 0!=t.ignoreEC||(o[o.length]=zu("ignoredErrors",Hu("ignoredError",null,{numberStoredAsText:1,sqref:c}))),d.length>0&&(f=Xp(a,-1,"../drawings/drawing"+(e+1)+".xml",$p.DRAW),o[o.length]=Hu("drawing",null,{"r:id":"rId"+f}),l["!drawing"]=d),l["!comments"].length>0&&(f=Xp(a,-1,"../drawings/vmlDrawing"+(e+1)+".vml",$p.VML),o[o.length]=Hu("legacyDrawing",null,{"r:id":"rId"+f}),l["!legacy"]=f),o.length>1&&(o[o.length]="</worksheet>",o[1]=o[1].replace("/>",">")),o.join("")}function Cy(e,t,n,a){var s=function(e,t,n){var a=Kh(145),s=(n["!rows"]||[])[e]||{};a.write_shift(4,e),a.write_shift(4,0);var o=320;s.hpx?o=20*sg(s.hpx):s.hpt&&(o=20*s.hpt),a.write_shift(2,o),a.write_shift(1,0);var r=0;s.level&&(r|=s.level),s.hidden&&(r|=16),(s.hpx||s.hpt)&&(r|=32),a.write_shift(1,r),a.write_shift(1,0);var i=0,l=a.l;a.l+=4;for(var c={r:e,c:0},m=0;m<16;++m)if(!(t.s.c>m+1<<10||t.e.c<m<<10)){for(var d=-1,u=-1,h=m<<10;h<m+1<<10;++h)c.c=h,(Array.isArray(n)?(n[c.r]||[])[c.c]:n[sp(c)])&&(d<0&&(d=h),u=h);d<0||(++i,a.write_shift(4,d),a.write_shift(4,u))}var p=a.l;return a.l=l,a.write_shift(4,i),a.l=p,a.length>a.l?a.slice(0,a.l):a}(a,n,t);(s.length>17||(t["!rows"]||[])[a])&&$h(e,0,s)}var Ey=Rp,Ay=Ip;function jy(e){return[_p(e),Lp(e),"n"]}var Ny=Rp,Dy=Ip;var Oy=["left","right","top","bottom","header","footer"];function Py(e,t,n,a,s,o,r){if(void 0===t.v)return!1;var i="";switch(t.t){case"b":i=t.v?"1":"0";break;case"d":(t=gu(t)).z=t.z||hd[14],t.v=ru(pu(t.v)),t.t="n";break;case"n":case"e":i=""+t.v;break;default:i=t.v}var l={r:n,c:a};switch(l.s=wy(s.cellXfs,t,s),t.l&&o["!links"].push([sp(l),t.l]),t.c&&o["!comments"].push([sp(l),t.c]),t.t){case"s":case"str":return s.bookSST?(i=yy(s.Strings,t.v,s.revStrings),l.t="s",l.v=i,r?$h(e,18,function(e,t,n){return null==n&&(n=Kh(8)),xp(t,n),n.write_shift(4,t.v),n}(0,l)):$h(e,7,function(e,t,n){return null==n&&(n=Kh(12)),kp(t,n),n.write_shift(4,t.v),n}(0,l))):(l.t="str",r?$h(e,17,function(e,t,n){return null==n&&(n=Kh(8+4*e.v.length)),xp(t,n),fp(e.v,n),n.length>n.l?n.slice(0,n.l):n}(t,l)):$h(e,6,function(e,t,n){return null==n&&(n=Kh(12+4*e.v.length)),kp(t,n),fp(e.v,n),n.length>n.l?n.slice(0,n.l):n}(t,l))),!0;case"n":return t.v==(0|t.v)&&t.v>-1e3&&t.v<1e3?r?$h(e,13,function(e,t,n){return null==n&&(n=Kh(8)),xp(t,n),Op(e.v,n),n}(t,l)):$h(e,2,function(e,t,n){return null==n&&(n=Kh(12)),kp(t,n),Op(e.v,n),n}(t,l)):r?$h(e,16,function(e,t,n){return null==n&&(n=Kh(12)),xp(t,n),Fp(e.v,n),n}(t,l)):$h(e,5,function(e,t,n){return null==n&&(n=Kh(16)),kp(t,n),Fp(e.v,n),n}(t,l)),!0;case"b":return l.t="b",r?$h(e,15,function(e,t,n){return null==n&&(n=Kh(5)),xp(t,n),n.write_shift(1,e.v?1:0),n}(t,l)):$h(e,4,function(e,t,n){return null==n&&(n=Kh(9)),kp(t,n),n.write_shift(1,e.v?1:0),n}(t,l)),!0;case"e":return l.t="e",r?$h(e,14,function(e,t,n){return null==n&&(n=Kh(8)),xp(t,n),n.write_shift(1,e.v),n.write_shift(2,0),n.write_shift(1,0),n}(t,l)):$h(e,3,function(e,t,n){return null==n&&(n=Kh(9)),kp(t,n),n.write_shift(1,e.v),n}(t,l)),!0}return r?$h(e,12,function(e,t,n){return null==n&&(n=Kh(4)),xp(t,n)}(0,l)):$h(e,1,function(e,t,n){return null==n&&(n=Kh(8)),kp(t,n)}(0,l)),!0}function Ry(e,t){var n,a;t&&t["!merges"]&&($h(e,177,(n=t["!merges"].length,null==a&&(a=Kh(4)),a.write_shift(4,n),a)),t["!merges"].forEach((function(t){$h(e,176,Dy(t))})),$h(e,178))}function Iy(e,t){t&&t["!cols"]&&($h(e,390),t["!cols"].forEach((function(t,n){t&&$h(e,60,function(e,t,n){null==n&&(n=Kh(18));var a=vy(e,t);n.write_shift(-4,e),n.write_shift(-4,e),n.write_shift(4,256*(a.width||10)),n.write_shift(4,0);var s=0;return t.hidden&&(s|=1),"number"==typeof a.width&&(s|=2),t.level&&(s|=t.level<<8),n.write_shift(2,s),n}(n,t))})),$h(e,391))}function Ly(e,t){t&&t["!ref"]&&($h(e,648),$h(e,649,function(e){var t=Kh(24);return t.write_shift(4,4),t.write_shift(4,1),Ip(e,t),t}(ip(t["!ref"]))),$h(e,650))}function Fy(e,t,n){t["!links"].forEach((function(t){if(t[1].Target){var a=Xp(n,-1,t[1].Target.replace(/#.*$/,""),$p.HLINK);$h(e,494,function(e,t){var n=Kh(50+4*(e[1].Target.length+(e[1].Tooltip||"").length));Ip({s:ap(e[0]),e:ap(e[0])},n),Np("rId"+t,n);var a=e[1].Target.indexOf("#");return fp((-1==a?"":e[1].Target.slice(a+1))||"",n),fp(e[1].Tooltip||"",n),fp("",n),n.slice(0,n.l)}(t,a))}})),delete t["!links"]}function My(e,t,n){$h(e,133),$h(e,137,function(e,t,n){null==n&&(n=Kh(30));var a=924;return(((t||{}).Views||[])[0]||{}).RTL&&(a|=32),n.write_shift(2,a),n.write_shift(4,0),n.write_shift(4,0),n.write_shift(4,0),n.write_shift(1,0),n.write_shift(1,0),n.write_shift(2,0),n.write_shift(2,100),n.write_shift(2,0),n.write_shift(2,0),n.write_shift(2,0),n.write_shift(4,0),n}(0,n)),$h(e,138),$h(e,134)}function Wy(e,t){var n,a;t["!protect"]&&$h(e,535,(n=t["!protect"],null==a&&(a=Kh(66)),a.write_shift(2,n.password?Zf(n.password):0),a.write_shift(4,1),[["objects",!1],["scenarios",!1],["formatCells",!0],["formatColumns",!0],["formatRows",!0],["insertColumns",!0],["insertRows",!0],["insertHyperlinks",!0],["deleteColumns",!0],["deleteRows",!0],["selectLockedCells",!1],["sort",!0],["autoFilter",!0],["pivotTables",!0],["selectUnlockedCells",!1]].forEach((function(e){e[1]?a.write_shift(4,null==n[e[0]]||n[e[0]]?0:1):a.write_shift(4,null!=n[e[0]]&&n[e[0]]?0:1)})),a))}function By(e,t,n,a){var s=qh(),o=n.SheetNames[e],r=n.Sheets[o]||{},i=o;try{n&&n.Workbook&&(i=n.Workbook.Sheets[e].CodeName||i)}catch(d){}var l,c,m=ip(r["!ref"]||"A1");if(m.e.c>16383||m.e.r>1048575){if(t.WTF)throw new Error("Range "+(r["!ref"]||"A1")+" exceeds format limit A1:XFD1048576");m.e.c=Math.min(m.e.c,16383),m.e.r=Math.min(m.e.c,1048575)}return r["!links"]=[],r["!comments"]=[],$h(s,129),(n.vbaraw||r["!outline"])&&$h(s,147,function(e,t,n){null==n&&(n=Kh(84+4*e.length));var a=192;t&&(t.above&&(a&=-65),t.left&&(a&=-129)),n.write_shift(1,a);for(var s=1;s<3;++s)n.write_shift(1,0);return Mp({auto:1},n),n.write_shift(-4,-1),n.write_shift(-4,-1),Sp(e,n),n.slice(0,n.l)}(i,r["!outline"])),$h(s,148,Ay(m)),My(s,0,n.Workbook),Iy(s,r),function(e,t,n,a){var s,o=ip(t["!ref"]||"A1"),r="",i=[];$h(e,145);var l=Array.isArray(t),c=o.e.r;t["!rows"]&&(c=Math.max(o.e.r,t["!rows"].length-1));for(var m=o.s.r;m<=c;++m){r=ep(m),Cy(e,t,o,m);var d=!1;if(m<=o.e.r)for(var u=o.s.c;u<=o.e.c;++u){m===o.s.r&&(i[u]=np(u)),s=i[u]+r;var h=l?(t[m]||[])[u]:t[s];d=!!h&&Py(e,h,m,u,a,t,d)}}$h(e,146)}(s,r,0,t),Wy(s,r),function(e,t,n,a){if(t["!autofilter"]){var s=t["!autofilter"],o="string"===typeof s.ref?s.ref:rp(s.ref);n.Workbook||(n.Workbook={Sheets:[]}),n.Workbook.Names||(n.Workbook.Names=[]);var r=n.Workbook.Names,i=op(o);i.s.r==i.e.r&&(i.e.r=op(t["!ref"]).e.r,o=rp(i));for(var l=0;l<r.length;++l){var c=r[l];if("_xlnm._FilterDatabase"==c.Name&&c.Sheet==a){c.Ref="'"+n.SheetNames[a]+"'!"+o;break}}l==r.length&&r.push({Name:"_xlnm._FilterDatabase",Sheet:a,Ref:"'"+n.SheetNames[a]+"'!"+o}),$h(e,161,Ip(ip(o))),$h(e,162)}}(s,r,n,e),Ry(s,r),Fy(s,r,a),r["!margins"]&&$h(s,476,(l=r["!margins"],null==c&&(c=Kh(48)),by(l),Oy.forEach((function(e){Fp(l[e],c)})),c)),t&&!t.ignoreEC&&void 0!=t.ignoreEC||Ly(s,r),function(e,t,n,a){if(t["!comments"].length>0){var s=Xp(a,-1,"../drawings/vmlDrawing"+(n+1)+".vml",$p.VML);$h(e,551,Np("rId"+s)),t["!legacy"]=s}}(s,r,e,a),$h(s,130),s.end()}var zy=[["allowRefreshQuery",!1,"bool"],["autoCompressPictures",!0,"bool"],["backupFile",!1,"bool"],["checkCompatibility",!1,"bool"],["CodeName",""],["date1904",!1,"bool"],["defaultThemeVersion",0,"int"],["filterPrivacy",!1,"bool"],["hidePivotFieldList",!1,"bool"],["promptedSolutions",!1,"bool"],["publishItems",!1,"bool"],["refreshAllConnections",!1,"bool"],["saveExternalLinkValues",!0,"bool"],["showBorderUnselectedTables",!0,"bool"],["showInkAnnotation",!0,"bool"],["showObjects","all"],["showPivotChartFilter",!1,"bool"],["updateLinks","userSet"]];var Uy="][*?/\\".split("");function Hy(e,t){if(e.length>31){if(t)return!1;throw new Error("Sheet names cannot exceed 31 chars")}var n=!0;return Uy.forEach((function(a){if(-1!=e.indexOf(a)){if(!t)throw new Error("Sheet name cannot contain : \\ / ? * [ ]");n=!1}})),n}function Gy(e){if(!e||!e.SheetNames||!e.Sheets)throw new Error("Invalid Workbook");if(!e.SheetNames.length)throw new Error("Workbook is empty");var t,n,a,s=e.Workbook&&e.Workbook.Sheets||[];t=e.SheetNames,n=s,a=!!e.vbaraw,t.forEach((function(e,s){Hy(e);for(var o=0;o<s;++o)if(e==t[o])throw new Error("Duplicate Sheet Name: "+e);if(a){var r=n&&n[s]&&n[s].CodeName||e;if(95==r.charCodeAt(0)&&r.length>22)throw new Error("Bad Code Name: Worksheet"+r)}}));for(var o=0;o<e.SheetNames.length;++o)ky(e.Sheets[e.SheetNames[o]],e.SheetNames[o],o)}function Vy(e){var t=[xu];t[t.length]=Hu("workbook",null,{xmlns:sh[0],"xmlns:r":eh});var n=e.Workbook&&(e.Workbook.Names||[]).length>0,a={codeName:"ThisWorkbook"};e.Workbook&&e.Workbook.WBProps&&(zy.forEach((function(t){null!=e.Workbook.WBProps[t[0]]&&e.Workbook.WBProps[t[0]]!=t[1]&&(a[t[0]]=e.Workbook.WBProps[t[0]])})),e.Workbook.WBProps.CodeName&&(a.codeName=e.Workbook.WBProps.CodeName,delete a.CodeName)),t[t.length]=Hu("workbookPr",null,a);var s=e.Workbook&&e.Workbook.Sheets||[],o=0;if(s&&s[0]&&s[0].Hidden){for(t[t.length]="<bookViews>",o=0;o!=e.SheetNames.length&&s[o]&&s[o].Hidden;++o);o==e.SheetNames.length&&(o=0),t[t.length]='<workbookView firstSheet="'+o+'" activeTab="'+o+'"/>',t[t.length]="</bookViews>"}for(t[t.length]="<sheets>",o=0;o!=e.SheetNames.length;++o){var r={name:Au(e.SheetNames[o].slice(0,31))};if(r.sheetId=""+(o+1),r["r:id"]="rId"+(o+1),s[o])switch(s[o].Hidden){case 1:r.state="hidden";break;case 2:r.state="veryHidden"}t[t.length]=Hu("sheet",null,r)}return t[t.length]="</sheets>",n&&(t[t.length]="<definedNames>",e.Workbook&&e.Workbook.Names&&e.Workbook.Names.forEach((function(e){var n={name:e.Name};e.Comment&&(n.comment=e.Comment),null!=e.Sheet&&(n.localSheetId=""+e.Sheet),e.Hidden&&(n.hidden="1"),e.Ref&&(t[t.length]=Hu("definedName",Au(e.Ref),n))})),t[t.length]="</definedNames>"),t.length>2&&(t[t.length]="</workbook>",t[1]=t[1].replace("/>",">")),t.join("")}function Ky(e,t){if(t.Workbook&&t.Workbook.Sheets){for(var n,a,s=t.Workbook.Sheets,o=0,r=-1,i=-1;o<s.length;++o)!s[o]||!s[o].Hidden&&-1==r?r=o:1==s[o].Hidden&&-1==i&&(i=o);if(!(i>r))$h(e,135),$h(e,158,(n=r,a||(a=Kh(29)),a.write_shift(-4,0),a.write_shift(-4,460),a.write_shift(4,28800),a.write_shift(4,17600),a.write_shift(4,500),a.write_shift(4,n),a.write_shift(4,n),a.write_shift(1,120),a.length>a.l?a.slice(0,a.l):a)),$h(e,136)}}function qy(e,t){var n=qh();return $h(n,131),$h(n,128,function(e,t){t||(t=Kh(127));for(var n=0;4!=n;++n)t.write_shift(4,0);return fp("SheetJS",t),fp(Pm.version,t),fp(Pm.version,t),fp("7262",t),t.length>t.l?t.slice(0,t.l):t}()),$h(n,153,function(e,t){t||(t=Kh(72));var n=0;return e&&e.filterPrivacy&&(n|=8),t.write_shift(4,n),t.write_shift(4,0),Sp(e&&e.CodeName||"ThisWorkbook",t),t.slice(0,t.l)}(e.Workbook&&e.Workbook.WBProps||null)),Ky(n,e),function(e,t){$h(e,143);for(var n=0;n!=t.SheetNames.length;++n){$h(e,156,(a={Hidden:t.Workbook&&t.Workbook.Sheets&&t.Workbook.Sheets[n]&&t.Workbook.Sheets[n].Hidden||0,iTabID:n+1,strRelID:"rId"+(n+1),name:t.SheetNames[n]},(s=void 0)||(s=Kh(127)),s.write_shift(4,a.Hidden),s.write_shift(4,a.iTabID),Np(a.strRelID,s),fp(a.name.slice(0,31),s),s.length>s.l?s.slice(0,s.l):s))}var a,s;$h(e,144)}(n,e),$h(n,132),n.end()}function $y(e,t,n,a,s){return(".bin"===t.slice(-4)?By:Sy)(e,n,a,s)}function Yy(e,t,n){return(".bin"===t.slice(-4)?Ag:Sg)(e,n)}function Zy(e,t){var n=[];return e.Props&&n.push(function(e,t){var n=[];return tu(lf).map((function(e){for(var t=0;t<ef.length;++t)if(ef[t][1]==e)return ef[t];for(t=0;t<af.length;++t)if(af[t][1]==e)return af[t];throw e})).forEach((function(a){if(null!=e[a[1]]){var s=t&&t.Props&&null!=t.Props[a[1]]?t.Props[a[1]]:e[a[1]];"date"===a[2]&&(s=new Date(s).toISOString().replace(/\.\d*Z/,"Z")),"number"==typeof s?s=String(s):!0===s||!1===s?s=s?"1":"0":s instanceof Date&&(s=new Date(s).toISOString().replace(/\.\d*Z/,"")),n.push(zu(lf[a[1]]||a[1],s))}})),Hu("DocumentProperties",n.join(""),{xmlns:oh})}(e.Props,t)),e.Custprops&&n.push(function(e,t){var n=["Worksheets","SheetNames"],a="CustomDocumentProperties",s=[];return e&&tu(e).forEach((function(t){if(Object.prototype.hasOwnProperty.call(e,t)){for(var a=0;a<ef.length;++a)if(t==ef[a][1])return;for(a=0;a<af.length;++a)if(t==af[a][1])return;for(a=0;a<n.length;++a)if(t==n[a])return;var o=e[t],r="string";"number"==typeof o?(r="float",o=String(o)):!0===o||!1===o?(r="boolean",o=o?"1":"0"):o=String(o),s.push(Hu(ju(t),o,{"dt:dt":r}))}})),t&&tu(t).forEach((function(n){if(Object.prototype.hasOwnProperty.call(t,n)&&(!e||!Object.prototype.hasOwnProperty.call(e,n))){var a=t[n],o="string";"number"==typeof a?(o="float",a=String(a)):!0===a||!1===a?(o="boolean",a=a?"1":"0"):a instanceof Date?(o="dateTime.tz",a=a.toISOString()):a=String(a),s.push(Hu(ju(n),a,{"dt:dt":o}))}})),"<"+a+' xmlns="'+oh+'">'+s.join("")+"</"+a+">"}(e.Props,e.Custprops)),n.join("")}function Xy(e){return Hu("NamedRange",null,{"ss:Name":e.Name,"ss:RefersTo":"="+Og(e.Ref,{r:0,c:0})})}function Jy(e,t,n,a,s,o,r){if(!e||void 0==e.v&&void 0==e.f)return"";var i={};if(e.f&&(i["ss:Formula"]="="+Au(Og(e.f,r))),e.F&&e.F.slice(0,t.length)==t){var l=ap(e.F.slice(t.length+1));i["ss:ArrayRange"]="RC:R"+(l.r==r.r?"":"["+(l.r-r.r)+"]")+"C"+(l.c==r.c?"":"["+(l.c-r.c)+"]")}if(e.l&&e.l.Target&&(i["ss:HRef"]=Au(e.l.Target),e.l.Tooltip&&(i["x:HRefScreenTip"]=Au(e.l.Tooltip))),n["!merges"])for(var c=n["!merges"],m=0;m!=c.length;++m)c[m].s.c==r.c&&c[m].s.r==r.r&&(c[m].e.c>c[m].s.c&&(i["ss:MergeAcross"]=c[m].e.c-c[m].s.c),c[m].e.r>c[m].s.r&&(i["ss:MergeDown"]=c[m].e.r-c[m].s.r));var d="",u="";switch(e.t){case"z":if(!a.sheetStubs)return"";break;case"n":d="Number",u=String(e.v);break;case"b":d="Boolean",u=e.v?"1":"0";break;case"e":d="Error",u=Gp[e.v];break;case"d":d="DateTime",u=new Date(e.v).toISOString(),null==e.z&&(e.z=e.z||hd[14]);break;case"s":d="String",u=((e.v||"")+"").replace(Cu,(function(e){return Su[e]})).replace(Nu,(function(e){return"&#x"+e.charCodeAt(0).toString(16).toUpperCase()+";"}))}var h=wy(a.cellXfs,e,a);i["ss:StyleID"]="s"+(21+h),i["ss:Index"]=r.c+1;var p=null!=e.v?u:"",f="z"==e.t?"":'<Data ss:Type="'+d+'">'+p+"</Data>";return(e.c||[]).length>0&&(f+=e.c.map((function(e){var t=Hu("ss:Data",(e.t||"").replace(/(\r\n|[\r\n])/g,"&#10;"),{xmlns:"http://www.w3.org/TR/REC-html40"});return Hu("Comment",t,{"ss:Author":e.a})})).join("")),Hu("Cell",f,i)}function Qy(e,t){var n='<Row ss:Index="'+(e+1)+'"';return t&&(t.hpt&&!t.hpx&&(t.hpx=og(t.hpt)),t.hpx&&(n+=' ss:AutoFitHeight="0" ss:Height="'+t.hpx+'"'),t.hidden&&(n+=' ss:Hidden="1"')),n+">"}function ev(e,t,n){var a=[],s=n.SheetNames[e],o=n.Sheets[s],r=o?function(e,t,n,a){if(!e)return"";if(!((a||{}).Workbook||{}).Names)return"";for(var s=a.Workbook.Names,o=[],r=0;r<s.length;++r){var i=s[r];i.Sheet==n&&(i.Name.match(/^_xlfn\./)||o.push(Xy(i)))}return o.join("")}(o,0,e,n):"";return r.length>0&&a.push("<Names>"+r+"</Names>"),r=o?function(e,t,n,a){if(!e["!ref"])return"";var s=ip(e["!ref"]),o=e["!merges"]||[],r=0,i=[];e["!cols"]&&e["!cols"].forEach((function(e,t){ag(e);var n=!!e.width,a=vy(t,e),s={"ss:Index":t+1};n&&(s["ss:Width"]=eg(a.width)),e.hidden&&(s["ss:Hidden"]="1"),i.push(Hu("Column",null,s))}));for(var l=Array.isArray(e),c=s.s.r;c<=s.e.r;++c){for(var m=[Qy(c,(e["!rows"]||[])[c])],d=s.s.c;d<=s.e.c;++d){var u=!1;for(r=0;r!=o.length;++r)if(!(o[r].s.c>d)&&!(o[r].s.r>c)&&!(o[r].e.c<d)&&!(o[r].e.r<c)){o[r].s.c==d&&o[r].s.r==c||(u=!0);break}if(!u){var h={r:c,c:d},p=sp(h),f=l?(e[c]||[])[d]:e[p];m.push(Jy(f,p,e,t,0,0,h))}}m.push("</Row>"),m.length>2&&i.push(m.join(""))}return i.join("")}(o,t):"",r.length>0&&a.push("<Table>"+r+"</Table>"),a.push(function(e,t,n,a){if(!e)return"";var s=[];if(e["!margins"]&&(s.push("<PageSetup>"),e["!margins"].header&&s.push(Hu("Header",null,{"x:Margin":e["!margins"].header})),e["!margins"].footer&&s.push(Hu("Footer",null,{"x:Margin":e["!margins"].footer})),s.push(Hu("PageMargins",null,{"x:Bottom":e["!margins"].bottom||"0.75","x:Left":e["!margins"].left||"0.7","x:Right":e["!margins"].right||"0.7","x:Top":e["!margins"].top||"0.75"})),s.push("</PageSetup>")),a&&a.Workbook&&a.Workbook.Sheets&&a.Workbook.Sheets[n])if(a.Workbook.Sheets[n].Hidden)s.push(Hu("Visible",1==a.Workbook.Sheets[n].Hidden?"SheetHidden":"SheetVeryHidden",{}));else{for(var o=0;o<n&&(!a.Workbook.Sheets[o]||a.Workbook.Sheets[o].Hidden);++o);o==n&&s.push("<Selected/>")}return((((a||{}).Workbook||{}).Views||[])[0]||{}).RTL&&s.push("<DisplayRightToLeft/>"),e["!protect"]&&(s.push(zu("ProtectContents","True")),e["!protect"].objects&&s.push(zu("ProtectObjects","True")),e["!protect"].scenarios&&s.push(zu("ProtectScenarios","True")),null==e["!protect"].selectLockedCells||e["!protect"].selectLockedCells?null==e["!protect"].selectUnlockedCells||e["!protect"].selectUnlockedCells||s.push(zu("EnableSelection","UnlockedCells")):s.push(zu("EnableSelection","NoSelection")),[["formatCells","AllowFormatCells"],["formatColumns","AllowSizeCols"],["formatRows","AllowSizeRows"],["insertColumns","AllowInsertCols"],["insertRows","AllowInsertRows"],["insertHyperlinks","AllowInsertHyperlinks"],["deleteColumns","AllowDeleteCols"],["deleteRows","AllowDeleteRows"],["sort","AllowSort"],["autoFilter","AllowFilter"],["pivotTables","AllowUsePivotTables"]].forEach((function(t){e["!protect"][t[0]]&&s.push("<"+t[1]+"/>")}))),0==s.length?"":Hu("WorksheetOptions",s.join(""),{xmlns:rh})}(o,0,e,n)),a.join("")}function tv(e,t){t||(t={}),e.SSF||(e.SSF=gu(hd)),e.SSF&&($d(),qd(e.SSF),t.revssf=su(e.SSF),t.revssf[e.SSF[65535]]=0,t.ssf=e.SSF,t.cellXfs=[],wy(t.cellXfs,{},{revssf:{General:0}}));var n=[];n.push(Zy(e,t)),n.push(""),n.push(""),n.push("");for(var a=0;a<e.SheetNames.length;++a)n.push(Hu("Worksheet",ev(a,t,e),{"ss:Name":Au(e.SheetNames[a])}));return n[2]=function(e,t){var n=['<Style ss:ID="Default" ss:Name="Normal"><NumberFormat/></Style>'];return t.cellXfs.forEach((function(e,t){var a=[];a.push(Hu("NumberFormat",null,{"ss:Format":Au(hd[e.numFmtId])}));var s={"ss:ID":"s"+(21+t)};n.push(Hu("Style",a.join(""),s))})),Hu("Styles",n.join(""))}(0,t),n[3]=function(e){if(!((e||{}).Workbook||{}).Names)return"";for(var t=e.Workbook.Names,n=[],a=0;a<t.length;++a){var s=t[a];null==s.Sheet&&(s.Name.match(/^_xlfn\./)||n.push(Xy(s)))}return Hu("Names",n.join(""))}(e),xu+Hu("Workbook",n.join(""),{xmlns:ih,"xmlns:o":oh,"xmlns:x":rh,"xmlns:ss":ih,"xmlns:dt":lh,"xmlns:html":dh})}var nv="e0859ff2f94f6810ab9108002b27b3d9",av="02d5cdd59c2e1b10939708002b2cf9ae",sv="05d5cdd59c2e1b10939708002b2cf9ae";function ov(e,t){var n=t||{},a=Xd.utils.cfb_new({root:"R"}),s="/Workbook";switch(n.bookType||"xls"){case"xls":n.bookType="biff8";case"xla":n.bookType||(n.bookType="xla");case"biff8":s="/Workbook",n.biff=8;break;case"biff5":s="/Book",n.biff=5;break;default:throw new Error("invalid type "+n.bookType+" for XLS CFB")}return Xd.utils.cfb_add(a,s,gv(e,n)),8==n.biff&&(e.Props||e.Custprops)&&function(e,t){var n,a=[],s=[],o=[],r=0,i=nu(Bp,"n"),l=nu(zp,"n");if(e.Props)for(n=tu(e.Props),r=0;r<n.length;++r)(Object.prototype.hasOwnProperty.call(i,n[r])?a:Object.prototype.hasOwnProperty.call(l,n[r])?s:o).push([n[r],e.Props[n[r]]]);if(e.Custprops)for(n=tu(e.Custprops),r=0;r<n.length;++r)Object.prototype.hasOwnProperty.call(e.Props||{},n[r])||(Object.prototype.hasOwnProperty.call(i,n[r])?a:Object.prototype.hasOwnProperty.call(l,n[r])?s:o).push([n[r],e.Custprops[n[r]]]);var c=[];for(r=0;r<o.length;++r)mf.indexOf(o[r][0])>-1||sf.indexOf(o[r][0])>-1||null!=o[r][1]&&c.push(o[r]);s.length&&Xd.utils.cfb_add(t,"/\x05SummaryInformation",hf(s,nv,l,zp)),(a.length||c.length)&&Xd.utils.cfb_add(t,"/\x05DocumentSummaryInformation",hf(a,av,i,Bp,c.length?c:null,sv))}(e,a),8==n.biff&&e.vbaraw&&function(e,t){t.FullPaths.forEach((function(n,a){if(0!=a){var s=n.replace(/[^\/]*[\/]/,"/_VBA_PROJECT_CUR/");"/"!==s.slice(-1)&&Xd.utils.cfb_add(e,s,t.FileIndex[a].content)}}))}(a,Xd.read(e.vbaraw,{type:"string"==typeof e.vbaraw?"binary":"buffer"})),a}var rv={0:{f:function(e,t){var n={},a=e.l+t;n.r=e.read_shift(4),e.l+=4;var s=e.read_shift(2);e.l+=1;var o=e.read_shift(1);return e.l=a,7&o&&(n.level=7&o),16&o&&(n.hidden=!0),32&o&&(n.hpt=s/20),n}},1:{f:function(e){return[wp(e)]}},2:{f:function(e){return[wp(e),Dp(e),"n"]}},3:{f:function(e){return[wp(e),e.read_shift(1),"e"]}},4:{f:function(e){return[wp(e),e.read_shift(1),"b"]}},5:{f:function(e){return[wp(e),Lp(e),"n"]}},6:{f:function(e){return[wp(e),pp(e),"str"]}},7:{f:function(e){return[wp(e),e.read_shift(4),"s"]}},8:{f:function(e,t,n){var a=e.l+t,s=wp(e);s.r=n["!row"];var o=[s,pp(e),"str"];if(n.cellFormula){e.l+=2;var r=cy(e,a-e.l,n);o[3]=oy(r,0,s,n.supbooks,n)}else e.l=a;return o}},9:{f:function(e,t,n){var a=e.l+t,s=wp(e);s.r=n["!row"];var o=[s,Lp(e),"n"];if(n.cellFormula){e.l+=2;var r=cy(e,a-e.l,n);o[3]=oy(r,0,s,n.supbooks,n)}else e.l=a;return o}},10:{f:function(e,t,n){var a=e.l+t,s=wp(e);s.r=n["!row"];var o=[s,e.read_shift(1),"b"];if(n.cellFormula){e.l+=2;var r=cy(e,a-e.l,n);o[3]=oy(r,0,s,n.supbooks,n)}else e.l=a;return o}},11:{f:function(e,t,n){var a=e.l+t,s=wp(e);s.r=n["!row"];var o=[s,e.read_shift(1),"e"];if(n.cellFormula){e.l+=2;var r=cy(e,a-e.l,n);o[3]=oy(r,0,s,n.supbooks,n)}else e.l=a;return o}},12:{f:function(e){return[_p(e)]}},13:{f:function(e){return[_p(e),Dp(e),"n"]}},14:{f:function(e){return[_p(e),e.read_shift(1),"e"]}},15:{f:function(e){return[_p(e),e.read_shift(1),"b"]}},16:{f:jy},17:{f:function(e){return[_p(e),pp(e),"str"]}},18:{f:function(e){return[_p(e),e.read_shift(4),"s"]}},19:{f:yp},20:{},21:{},22:{},23:{},24:{},25:{},26:{},27:{},28:{},29:{},30:{},31:{},32:{},33:{},34:{},35:{T:1},36:{T:-1},37:{T:1},38:{T:-1},39:{f:function(e,t,n){var a=e.l+t;e.l+=4,e.l+=1;var s=e.read_shift(4),o=Ap(e),r=my(e,0,n),i=Cp(e);e.l=a;var l={Name:o,Ptg:r};return s<268435455&&(l.Sheet=s),i&&(l.Comment=i),l}},40:{},42:{},43:{f:function(e,t,n){var a={};a.sz=e.read_shift(2)/20;var s=function(e){var t=e.read_shift(1);return e.l++,{fBold:1&t,fItalic:2&t,fUnderline:4&t,fStrikeout:8&t,fOutline:16&t,fShadow:32&t,fCondense:64&t,fExtend:128&t}}(e);switch(s.fItalic&&(a.italic=1),s.fCondense&&(a.condense=1),s.fExtend&&(a.extend=1),s.fShadow&&(a.shadow=1),s.fOutline&&(a.outline=1),s.fStrikeout&&(a.strike=1),700===e.read_shift(2)&&(a.bold=1),e.read_shift(2)){case 1:a.vertAlign="superscript";break;case 2:a.vertAlign="subscript"}var o=e.read_shift(1);0!=o&&(a.underline=o);var r=e.read_shift(1);r>0&&(a.family=r);var i=e.read_shift(1);switch(i>0&&(a.charset=i),e.l++,a.color=function(e){var t={},n=e.read_shift(1)>>>1,a=e.read_shift(1),s=e.read_shift(2,"i"),o=e.read_shift(1),r=e.read_shift(1),i=e.read_shift(1);switch(e.l++,n){case 0:t.auto=1;break;case 1:t.index=a;var l=Hp[a];l&&(t.rgb=Jf(l));break;case 2:t.rgb=Jf([o,r,i]);break;case 3:t.theme=a}return 0!=s&&(t.tint=s>0?s/32767:s/32768),t}(e),e.read_shift(1)){case 1:a.scheme="major";break;case 2:a.scheme="minor"}return a.name=pp(e),a}},44:{f:function(e,t){return[e.read_shift(2),pp(e)]}},45:{f:dg},46:{f:fg},47:{f:function(e,t){var n=e.l+t,a=e.read_shift(2),s=e.read_shift(2);return e.l=n,{ixfe:a,numFmtId:s}}},48:{},49:{f:function(e){return e.read_shift(4,"i")}},50:{},51:{f:function(e){for(var t=[],n=e.read_shift(4);n-- >0;)t.push([e.read_shift(4),e.read_shift(4)]);return t}},52:{T:1},53:{T:-1},54:{T:1},55:{T:-1},56:{T:1},57:{T:-1},58:{},59:{},60:{f:Mf},62:{f:function(e){return[wp(e),yp(e),"is"]}},63:{f:function(e){var t={};t.i=e.read_shift(4);var n={};n.r=e.read_shift(4),n.c=e.read_shift(4),t.r=sp(n);var a=e.read_shift(1);return 2&a&&(t.l="1"),8&a&&(t.a="1"),t}},64:{f:function(){}},65:{},66:{},67:{},68:{},69:{},70:{},128:{},129:{T:1},130:{T:-1},131:{T:1,f:Vh,p:0},132:{T:-1},133:{T:1},134:{T:-1},135:{T:1},136:{T:-1},137:{T:1,f:function(e){var t=e.read_shift(2);return e.l+=28,{RTL:32&t}}},138:{T:-1},139:{T:1},140:{T:-1},141:{T:1},142:{T:-1},143:{T:1},144:{T:-1},145:{T:1},146:{T:-1},147:{f:function(e,t){var n={},a=e[e.l];return++e.l,n.above=!(64&a),n.left=!(128&a),e.l+=18,n.name=Tp(e,t-19),n}},148:{f:Ey,p:16},151:{f:function(){}},152:{},153:{f:function(e,t){var n={},a=e.read_shift(4);n.defaultThemeVersion=e.read_shift(4);var s=t>8?pp(e):"";return s.length>0&&(n.CodeName=s),n.autoCompressPictures=!!(65536&a),n.backupFile=!!(64&a),n.checkCompatibility=!!(4096&a),n.date1904=!!(1&a),n.filterPrivacy=!!(8&a),n.hidePivotFieldList=!!(1024&a),n.promptedSolutions=!!(16&a),n.publishItems=!!(2048&a),n.refreshAllConnections=!!(262144&a),n.saveExternalLinkValues=!!(128&a),n.showBorderUnselectedTables=!!(4&a),n.showInkAnnotation=!!(32&a),n.showObjects=["all","placeholders","none"][a>>13&3],n.showPivotChartFilter=!!(32768&a),n.updateLinks=["userSet","never","always"][a>>8&3],n}},154:{},155:{},156:{f:function(e,t){var n={};return n.Hidden=e.read_shift(4),n.iTabID=e.read_shift(4),n.strRelID=jp(e,t-8),n.name=pp(e),n}},157:{},158:{},159:{T:1,f:function(e){return[e.read_shift(4),e.read_shift(4)]}},160:{T:-1},161:{T:1,f:Rp},162:{T:-1},163:{T:1},164:{T:-1},165:{T:1},166:{T:-1},167:{},168:{},169:{},170:{},171:{},172:{T:1},173:{T:-1},174:{},175:{},176:{f:Ny},177:{T:1},178:{T:-1},179:{T:1},180:{T:-1},181:{T:1},182:{T:-1},183:{T:1},184:{T:-1},185:{T:1},186:{T:-1},187:{T:1},188:{T:-1},189:{T:1},190:{T:-1},191:{T:1},192:{T:-1},193:{T:1},194:{T:-1},195:{T:1},196:{T:-1},197:{T:1},198:{T:-1},199:{T:1},200:{T:-1},201:{T:1},202:{T:-1},203:{T:1},204:{T:-1},205:{T:1},206:{T:-1},207:{T:1},208:{T:-1},209:{T:1},210:{T:-1},211:{T:1},212:{T:-1},213:{T:1},214:{T:-1},215:{T:1},216:{T:-1},217:{T:1},218:{T:-1},219:{T:1},220:{T:-1},221:{T:1},222:{T:-1},223:{T:1},224:{T:-1},225:{T:1},226:{T:-1},227:{T:1},228:{T:-1},229:{T:1},230:{T:-1},231:{T:1},232:{T:-1},233:{T:1},234:{T:-1},235:{T:1},236:{T:-1},237:{T:1},238:{T:-1},239:{T:1},240:{T:-1},241:{T:1},242:{T:-1},243:{T:1},244:{T:-1},245:{T:1},246:{T:-1},247:{T:1},248:{T:-1},249:{T:1},250:{T:-1},251:{T:1},252:{T:-1},253:{T:1},254:{T:-1},255:{T:1},256:{T:-1},257:{T:1},258:{T:-1},259:{T:1},260:{T:-1},261:{T:1},262:{T:-1},263:{T:1},264:{T:-1},265:{T:1},266:{T:-1},267:{T:1},268:{T:-1},269:{T:1},270:{T:-1},271:{T:1},272:{T:-1},273:{T:1},274:{T:-1},275:{T:1},276:{T:-1},277:{},278:{T:1},279:{T:-1},280:{T:1},281:{T:-1},282:{T:1},283:{T:1},284:{T:-1},285:{T:1},286:{T:-1},287:{T:1},288:{T:-1},289:{T:1},290:{T:-1},291:{T:1},292:{T:-1},293:{T:1},294:{T:-1},295:{T:1},296:{T:-1},297:{T:1},298:{T:-1},299:{T:1},300:{T:-1},301:{T:1},302:{T:-1},303:{T:1},304:{T:-1},305:{T:1},306:{T:-1},307:{T:1},308:{T:-1},309:{T:1},310:{T:-1},311:{T:1},312:{T:-1},313:{T:-1},314:{T:1},315:{T:-1},316:{T:1},317:{T:-1},318:{T:1},319:{T:-1},320:{T:1},321:{T:-1},322:{T:1},323:{T:-1},324:{T:1},325:{T:-1},326:{T:1},327:{T:-1},328:{T:1},329:{T:-1},330:{T:1},331:{T:-1},332:{T:1},333:{T:-1},334:{T:1},335:{f:function(e,t){return{flags:e.read_shift(4),version:e.read_shift(4),name:pp(e)}}},336:{T:-1},337:{f:function(e){return e.l+=4,0!=e.read_shift(4)},T:1},338:{T:-1},339:{T:1},340:{T:-1},341:{T:1},342:{T:-1},343:{T:1},344:{T:-1},345:{T:1},346:{T:-1},347:{T:1},348:{T:-1},349:{T:1},350:{T:-1},351:{},352:{},353:{T:1},354:{T:-1},355:{f:jp},357:{},358:{},359:{},360:{T:1},361:{},362:{f:If},363:{},364:{},366:{},367:{},368:{},369:{},370:{},371:{},372:{T:1},373:{T:-1},374:{T:1},375:{T:-1},376:{T:1},377:{T:-1},378:{T:1},379:{T:-1},380:{T:1},381:{T:-1},382:{T:1},383:{T:-1},384:{T:1},385:{T:-1},386:{T:1},387:{T:-1},388:{T:1},389:{T:-1},390:{T:1},391:{T:-1},392:{T:1},393:{T:-1},394:{T:1},395:{T:-1},396:{},397:{},398:{},399:{},400:{},401:{T:1},403:{},404:{},405:{},406:{},407:{},408:{},409:{},410:{},411:{},412:{},413:{},414:{},415:{},416:{},417:{},418:{},419:{},420:{},421:{},422:{T:1},423:{T:1},424:{T:-1},425:{T:-1},426:{f:function(e,t,n){var a=e.l+t,s=Pp(e),o=e.read_shift(1),r=[s];if(r[2]=o,n.cellFormula){var i=ly(e,a-e.l,n);r[1]=i}else e.l=a;return r}},427:{f:function(e,t,n){var a=e.l+t,s=[Rp(e,16)];if(n.cellFormula){var o=dy(e,a-e.l,n);s[1]=o,e.l=a}else e.l=a;return s}},428:{},429:{T:1},430:{T:-1},431:{T:1},432:{T:-1},433:{T:1},434:{T:-1},435:{T:1},436:{T:-1},437:{T:1},438:{T:-1},439:{T:1},440:{T:-1},441:{T:1},442:{T:-1},443:{T:1},444:{T:-1},445:{T:1},446:{T:-1},447:{T:1},448:{T:-1},449:{T:1},450:{T:-1},451:{T:1},452:{T:-1},453:{T:1},454:{T:-1},455:{T:1},456:{T:-1},457:{T:1},458:{T:-1},459:{T:1},460:{T:-1},461:{T:1},462:{T:-1},463:{T:1},464:{T:-1},465:{T:1},466:{T:-1},467:{T:1},468:{T:-1},469:{T:1},470:{T:-1},471:{},472:{},473:{T:1},474:{T:-1},475:{},476:{f:function(e){var t={};return Oy.forEach((function(n){t[n]=Lp(e)})),t}},477:{},478:{},479:{T:1},480:{T:-1},481:{T:1},482:{T:-1},483:{T:1},484:{T:-1},485:{f:function(){}},486:{T:1},487:{T:-1},488:{T:1},489:{T:-1},490:{T:1},491:{T:-1},492:{T:1},493:{T:-1},494:{f:function(e,t){var n=e.l+t,a=Rp(e,16),s=Cp(e),o=pp(e),r=pp(e),i=pp(e);e.l=n;var l={rfx:a,relId:s,loc:o,display:i};return r&&(l.Tooltip=r),l}},495:{T:1},496:{T:-1},497:{T:1},498:{T:-1},499:{},500:{T:1},501:{T:-1},502:{T:1},503:{T:-1},504:{},505:{T:1},506:{T:-1},507:{},508:{T:1},509:{T:-1},510:{T:1},511:{T:-1},512:{},513:{},514:{T:1},515:{T:-1},516:{T:1},517:{T:-1},518:{T:1},519:{T:-1},520:{T:1},521:{T:-1},522:{},523:{},524:{},525:{},526:{},527:{},528:{T:1},529:{T:-1},530:{T:1},531:{T:-1},532:{T:1},533:{T:-1},534:{},535:{},536:{},537:{},538:{T:1},539:{T:-1},540:{T:1},541:{T:-1},542:{T:1},548:{},549:{},550:{f:jp},551:{},552:{},553:{},554:{T:1},555:{T:-1},556:{T:1},557:{T:-1},558:{T:1},559:{T:-1},560:{T:1},561:{T:-1},562:{},564:{},565:{T:1},566:{T:-1},569:{T:1},570:{T:-1},572:{},573:{T:1},574:{T:-1},577:{},578:{},579:{},580:{},581:{},582:{},583:{},584:{},585:{},586:{},587:{},588:{T:-1},589:{},590:{T:1},591:{T:-1},592:{T:1},593:{T:-1},594:{T:1},595:{T:-1},596:{},597:{T:1},598:{T:-1},599:{T:1},600:{T:-1},601:{T:1},602:{T:-1},603:{T:1},604:{T:-1},605:{T:1},606:{T:-1},607:{},608:{T:1},609:{T:-1},610:{},611:{T:1},612:{T:-1},613:{T:1},614:{T:-1},615:{T:1},616:{T:-1},617:{T:1},618:{T:-1},619:{T:1},620:{T:-1},625:{},626:{T:1},627:{T:-1},628:{T:1},629:{T:-1},630:{T:1},631:{T:-1},632:{f:Eg},633:{T:1},634:{T:-1},635:{T:1,f:function(e){var t={};t.iauthor=e.read_shift(4);var n=Rp(e,16);return t.rfx=n.s,t.ref=sp(n.s),e.l+=16,t}},636:{T:-1},637:{f:vp},638:{T:1},639:{},640:{T:-1},641:{T:1},642:{T:-1},643:{T:1},644:{},645:{T:-1},646:{T:1},648:{T:1},649:{},650:{T:-1},651:{f:function(e,t){return e.l+=10,{name:pp(e)}}},652:{},653:{T:1},654:{T:-1},655:{T:1},656:{T:-1},657:{T:1},658:{T:-1},659:{},660:{T:1},661:{},662:{T:-1},663:{},664:{T:1},665:{},666:{T:-1},667:{},668:{},669:{},671:{T:1},672:{T:-1},673:{T:1},674:{T:-1},675:{},676:{},677:{},678:{},679:{},680:{},681:{},1024:{},1025:{},1026:{T:1},1027:{T:-1},1028:{T:1},1029:{T:-1},1030:{},1031:{T:1},1032:{T:-1},1033:{T:1},1034:{T:-1},1035:{},1036:{},1037:{},1038:{T:1},1039:{T:-1},1040:{},1041:{T:1},1042:{T:-1},1043:{},1044:{},1045:{},1046:{T:1},1047:{T:-1},1048:{T:1},1049:{T:-1},1050:{},1051:{T:1},1052:{T:1},1053:{f:function(){}},1054:{T:1},1055:{},1056:{T:1},1057:{T:-1},1058:{T:1},1059:{T:-1},1061:{},1062:{T:1},1063:{T:-1},1064:{T:1},1065:{T:-1},1066:{T:1},1067:{T:-1},1068:{T:1},1069:{T:-1},1070:{T:1},1071:{T:-1},1072:{T:1},1073:{T:-1},1075:{T:1},1076:{T:-1},1077:{T:1},1078:{T:-1},1079:{T:1},1080:{T:-1},1081:{T:1},1082:{T:-1},1083:{T:1},1084:{T:-1},1085:{},1086:{T:1},1087:{T:-1},1088:{T:1},1089:{T:-1},1090:{T:1},1091:{T:-1},1092:{T:1},1093:{T:-1},1094:{T:1},1095:{T:-1},1096:{},1097:{T:1},1098:{},1099:{T:-1},1100:{T:1},1101:{T:-1},1102:{},1103:{},1104:{},1105:{},1111:{},1112:{},1113:{T:1},1114:{T:-1},1115:{T:1},1116:{T:-1},1117:{},1118:{T:1},1119:{T:-1},1120:{T:1},1121:{T:-1},1122:{T:1},1123:{T:-1},1124:{T:1},1125:{T:-1},1126:{},1128:{T:1},1129:{T:-1},1130:{},1131:{T:1},1132:{T:-1},1133:{T:1},1134:{T:-1},1135:{T:1},1136:{T:-1},1137:{T:1},1138:{T:-1},1139:{T:1},1140:{T:-1},1141:{},1142:{T:1},1143:{T:-1},1144:{T:1},1145:{T:-1},1146:{},1147:{T:1},1148:{T:-1},1149:{T:1},1150:{T:-1},1152:{T:1},1153:{T:-1},1154:{T:-1},1155:{T:-1},1156:{T:-1},1157:{T:1},1158:{T:-1},1159:{T:1},1160:{T:-1},1161:{T:1},1162:{T:-1},1163:{T:1},1164:{T:-1},1165:{T:1},1166:{T:-1},1167:{T:1},1168:{T:-1},1169:{T:1},1170:{T:-1},1171:{},1172:{T:1},1173:{T:-1},1177:{},1178:{T:1},1180:{},1181:{},1182:{},2048:{T:1},2049:{T:-1},2050:{},2051:{T:1},2052:{T:-1},2053:{},2054:{},2055:{T:1},2056:{T:-1},2057:{T:1},2058:{T:-1},2060:{},2067:{},2068:{T:1},2069:{T:-1},2070:{},2071:{},2072:{T:1},2073:{T:-1},2075:{},2076:{},2077:{T:1},2078:{T:-1},2079:{},2080:{T:1},2081:{T:-1},2082:{},2083:{T:1},2084:{T:-1},2085:{T:1},2086:{T:-1},2087:{T:1},2088:{T:-1},2089:{T:1},2090:{T:-1},2091:{},2092:{},2093:{T:1},2094:{T:-1},2095:{},2096:{T:1},2097:{T:-1},2098:{T:1},2099:{T:-1},2100:{T:1},2101:{T:-1},2102:{},2103:{T:1},2104:{T:-1},2105:{},2106:{T:1},2107:{T:-1},2108:{},2109:{T:1},2110:{T:-1},2111:{T:1},2112:{T:-1},2113:{T:1},2114:{T:-1},2115:{},2116:{},2117:{},2118:{T:1},2119:{T:-1},2120:{},2121:{T:1},2122:{T:-1},2123:{T:1},2124:{T:-1},2125:{},2126:{T:1},2127:{T:-1},2128:{},2129:{T:1},2130:{T:-1},2131:{T:1},2132:{T:-1},2133:{T:1},2134:{},2135:{},2136:{},2137:{T:1},2138:{T:-1},2139:{T:1},2140:{T:-1},2141:{},3072:{},3073:{},4096:{T:1},4097:{T:-1},5002:{T:1},5003:{T:-1},5081:{T:1},5082:{T:-1},5083:{},5084:{T:1},5085:{T:-1},5086:{T:1},5087:{T:-1},5088:{},5089:{},5090:{},5092:{T:1},5093:{T:-1},5094:{},5095:{T:1},5096:{T:-1},5097:{},5099:{},65535:{n:""}};function iv(e,t,n,a){var s=t;if(!isNaN(s)){var o=a||(n||[]).length||0,r=e.next(4);r.write_shift(2,s),r.write_shift(2,o),o>0&&Oh(n)&&e.push(n)}}function lv(e,t,n){return e||(e=Kh(7)),e.write_shift(2,t),e.write_shift(2,n),e.write_shift(2,0),e.write_shift(1,0),e}function cv(e,t,n,a){if(null!=t.v)switch(t.t){case"d":case"n":var s="d"==t.t?ru(pu(t.v)):t.v;return void(s==(0|s)&&s>=0&&s<65536?iv(e,2,function(e,t,n){var a=Kh(9);return lv(a,e,t),a.write_shift(2,n),a}(n,a,s)):iv(e,3,function(e,t,n){var a=Kh(15);return lv(a,e,t),a.write_shift(8,n,"f"),a}(n,a,s)));case"b":case"e":return void iv(e,5,function(e,t,n,a){var s=Kh(9);return lv(s,e,t),vf(n,a||"b",s),s}(n,a,t.v,t.t));case"s":case"str":return void iv(e,4,function(e,t,n){var a=Kh(8+2*n.length);return lv(a,e,t),a.write_shift(1,n.length),a.write_shift(n.length,n,"sbcs"),a.l<a.length?a.slice(0,a.l):a}(n,a,(t.v||"").slice(0,255)))}iv(e,1,lv(null,n,a))}function mv(e,t){var n=t||{};for(var a=qh(),s=0,o=0;o<e.SheetNames.length;++o)e.SheetNames[o]==n.sheet&&(s=o);if(0==s&&n.sheet&&e.SheetNames[0]!=n.sheet)throw new Error("Sheet not found: "+n.sheet);return iv(a,4==n.biff?1033:3==n.biff?521:9,Df(0,16,n)),function(e,t,n,a){var s,o=Array.isArray(t),r=ip(t["!ref"]||"A1"),i="",l=[];if(r.e.c>255||r.e.r>16383){if(a.WTF)throw new Error("Range "+(t["!ref"]||"A1")+" exceeds format limit A1:IV16384");r.e.c=Math.min(r.e.c,255),r.e.r=Math.min(r.e.c,16383),s=rp(r)}for(var c=r.s.r;c<=r.e.r;++c){i=ep(c);for(var m=r.s.c;m<=r.e.c;++m){c===r.s.r&&(l[m]=np(m)),s=l[m]+i;var d=o?(t[c]||[])[m]:t[s];d&&cv(e,d,c,m)}}}(a,e.Sheets[e.SheetNames[s]],0,n),iv(a,10),a.end()}function dv(e,t,n){iv(e,49,function(e,t){var n=e.name||"Arial",a=t&&5==t.biff,s=Kh(a?15+n.length:16+2*n.length);return s.write_shift(2,20*(e.sz||12)),s.write_shift(4,0),s.write_shift(2,400),s.write_shift(4,0),s.write_shift(2,0),s.write_shift(1,n.length),a||s.write_shift(1,1),s.write_shift((a?1:2)*n.length,n,a?"sbcs":"utf16le"),s}({sz:12,color:{theme:1},name:"Arial",family:2,scheme:"minor"},n))}function uv(e,t){if(t){var n=0;t.forEach((function(t,a){++n<=256&&t&&iv(e,125,function(e,t){var n=Kh(12);n.write_shift(2,t),n.write_shift(2,t),n.write_shift(2,256*e.width),n.write_shift(2,0);var a=0;return e.hidden&&(a|=1),n.write_shift(1,a),a=e.level||0,n.write_shift(1,a),n.write_shift(2,0),n}(vy(a,t),a))}))}}function hv(e,t,n,a,s){var o=16+wy(s.cellXfs,t,s);if(null!=t.v||t.bf)if(t.bf)iv(e,6,ry(t,n,a,0,o));else switch(t.t){case"d":case"n":iv(e,515,function(e,t,n,a){var s=Kh(14);return Ef(e,t,a,s),Fp(n,s),s}(n,a,"d"==t.t?ru(pu(t.v)):t.v,o));break;case"b":case"e":iv(e,517,function(e,t,n,a,s,o){var r=Kh(8);return Ef(e,t,a,r),vf(n,o,r),r}(n,a,t.v,o,0,t.t));break;case"s":case"str":if(s.bookSST)iv(e,253,function(e,t,n,a){var s=Kh(10);return Ef(e,t,a,s),s.write_shift(4,n),s}(n,a,yy(s.Strings,t.v,s.revStrings),o));else iv(e,516,function(e,t,n,a,s){var o=!s||8==s.biff,r=Kh(+o+8+(1+o)*n.length);return Ef(e,t,a,r),r.write_shift(2,n.length),o&&r.write_shift(1,1),r.write_shift((1+o)*n.length,n,o?"utf16le":"sbcs"),r}(n,a,(t.v||"").slice(0,255),o,s));break;default:iv(e,513,Ef(n,a,o))}else iv(e,513,Ef(n,a,o))}function pv(e,t,n){var a,s=qh(),o=n.SheetNames[e],r=n.Sheets[o]||{},i=(n||{}).Workbook||{},l=(i.Sheets||[])[e]||{},c=Array.isArray(r),m=8==t.biff,d="",u=[],h=ip(r["!ref"]||"A1"),p=m?65536:16384;if(h.e.c>255||h.e.r>=p){if(t.WTF)throw new Error("Range "+(r["!ref"]||"A1")+" exceeds format limit A1:IV16384");h.e.c=Math.min(h.e.c,255),h.e.r=Math.min(h.e.c,p-1)}iv(s,2057,Df(0,16,t)),iv(s,13,yf(1)),iv(s,12,yf(100)),iv(s,15,ff(!0)),iv(s,17,ff(!1)),iv(s,16,Fp(.001)),iv(s,95,ff(!0)),iv(s,42,ff(!1)),iv(s,43,ff(!1)),iv(s,130,yf(1)),iv(s,128,function(e){var t=Kh(8);return t.write_shift(4,0),t.write_shift(2,e[0]?e[0]+1:0),t.write_shift(2,e[1]?e[1]+1:0),t}([0,0])),iv(s,131,ff(!1)),iv(s,132,ff(!1)),m&&uv(s,r["!cols"]),iv(s,512,function(e,t){var n=8!=t.biff&&t.biff?2:4,a=Kh(2*n+6);return a.write_shift(n,e.s.r),a.write_shift(n,e.e.r+1),a.write_shift(2,e.s.c),a.write_shift(2,e.e.c+1),a.write_shift(2,0),a}(h,t)),m&&(r["!links"]=[]);for(var f=h.s.r;f<=h.e.r;++f){d=ep(f);for(var g=h.s.c;g<=h.e.c;++g){f===h.s.r&&(u[g]=np(g)),a=u[g]+d;var y=c?(r[f]||[])[g]:r[a];y&&(hv(s,y,f,g,t),m&&y.l&&r["!links"].push([a,y.l]))}}var v=l.CodeName||l.name||o;return m&&iv(s,574,function(e){var t=Kh(18),n=1718;return e&&e.RTL&&(n|=64),t.write_shift(2,n),t.write_shift(4,0),t.write_shift(4,64),t.write_shift(4,0),t.write_shift(4,0),t}((i.Views||[])[0])),m&&(r["!merges"]||[]).length&&iv(s,229,function(e){var t=Kh(2+8*e.length);t.write_shift(2,e.length);for(var n=0;n<e.length;++n)Nf(e[n],t);return t}(r["!merges"])),m&&function(e,t){for(var n=0;n<t["!links"].length;++n){var a=t["!links"][n];iv(e,440,Lf(a)),a[1].Tooltip&&iv(e,2048,Ff(a))}delete t["!links"]}(s,r),iv(s,442,Tf(v)),m&&function(e,t){var n=Kh(19);n.write_shift(4,2151),n.write_shift(4,0),n.write_shift(4,0),n.write_shift(2,3),n.write_shift(1,1),n.write_shift(4,0),iv(e,2151,n),(n=Kh(39)).write_shift(4,2152),n.write_shift(4,0),n.write_shift(4,0),n.write_shift(2,3),n.write_shift(1,0),n.write_shift(4,0),n.write_shift(2,1),n.write_shift(4,4),n.write_shift(2,0),Nf(ip(t["!ref"]||"A1"),n),n.write_shift(4,4),iv(e,2152,n)}(s,r),iv(s,10),s.end()}function fv(e,t,n){var a=qh(),s=(e||{}).Workbook||{},o=s.Sheets||[],r=s.WBProps||{},i=8==n.biff,l=5==n.biff;(iv(a,2057,Df(0,5,n)),"xla"==n.bookType&&iv(a,135),iv(a,225,i?yf(1200):null),iv(a,193,function(e,t){t||(t=Kh(e));for(var n=0;n<e;++n)t.write_shift(1,0);return t}(2)),l&&iv(a,191),l&&iv(a,192),iv(a,226),iv(a,92,function(e,t){var n=!t||8==t.biff,a=Kh(n?112:54);for(a.write_shift(8==t.biff?2:1,7),n&&a.write_shift(1,0),a.write_shift(4,859007059),a.write_shift(4,5458548|(n?0:536870912));a.l<a.length;)a.write_shift(1,n?0:32);return a}(0,n)),iv(a,66,yf(i?1200:1252)),i&&iv(a,353,yf(0)),i&&iv(a,448),iv(a,317,function(e){for(var t=Kh(2*e),n=0;n<e;++n)t.write_shift(2,n+1);return t}(e.SheetNames.length)),i&&e.vbaraw&&iv(a,211),i&&e.vbaraw)&&iv(a,442,Tf(r.CodeName||"ThisWorkbook"));iv(a,156,yf(17)),iv(a,25,ff(!1)),iv(a,18,ff(!1)),iv(a,19,yf(0)),i&&iv(a,431,ff(!1)),i&&iv(a,444,yf(0)),iv(a,61,function(){var e=Kh(18);return e.write_shift(2,0),e.write_shift(2,0),e.write_shift(2,29280),e.write_shift(2,17600),e.write_shift(2,56),e.write_shift(2,0),e.write_shift(2,0),e.write_shift(2,1),e.write_shift(2,500),e}()),iv(a,64,ff(!1)),iv(a,141,yf(0)),iv(a,34,ff("true"==function(e){return e.Workbook&&e.Workbook.WBProps&&Ou(e.Workbook.WBProps.date1904)?"true":"false"}(e))),iv(a,14,ff(!0)),i&&iv(a,439,ff(!1)),iv(a,218,yf(0)),dv(a,0,n),function(e,t,n){t&&[[5,8],[23,26],[41,44],[50,392]].forEach((function(a){for(var s=a[0];s<=a[1];++s)null!=t[s]&&iv(e,1054,Pf(s,t[s],n))}))}(a,e.SSF,n),function(e,t){for(var n=0;n<16;++n)iv(e,224,Rf({numFmtId:0,style:!0},0,t));t.cellXfs.forEach((function(n){iv(e,224,Rf(n,0,t))}))}(a,n),i&&iv(a,352,ff(!1));var c,m=a.end(),d=qh();i&&iv(d,140,(c||(c=Kh(4)),c.write_shift(2,1),c.write_shift(2,1),c)),i&&n.Strings&&function(e,t,n,a){var s=a||(n||[]).length||0;if(s<=8224)return iv(e,t,n,s);var o=t;if(!isNaN(o)){for(var r=n.parts||[],i=0,l=0,c=0;c+(r[i]||8224)<=8224;)c+=r[i]||8224,i++;var m=e.next(4);for(m.write_shift(2,o),m.write_shift(2,c),e.push(n.slice(l,l+c)),l+=c;l<s;){for((m=e.next(4)).write_shift(2,60),c=0;c+(r[i]||8224)<=8224;)c+=r[i]||8224,i++;m.write_shift(2,c),e.push(n.slice(l,l+c)),l+=c}}}(d,252,function(e,t){var n=Kh(8);n.write_shift(4,e.Count),n.write_shift(4,e.Unique);for(var a=[],s=0;s<e.length;++s)a[s]=wf(e[s]);var o=td([n].concat(a));return o.parts=[n.length].concat(a.map((function(e){return e.length}))),o}(n.Strings)),iv(d,10);var u=d.end(),h=qh(),p=0,f=0;for(f=0;f<e.SheetNames.length;++f)p+=(i?12:11)+(i?2:1)*e.SheetNames[f].length;var g=m.length+p+u.length;for(f=0;f<e.SheetNames.length;++f){iv(h,133,Of({pos:g,hs:(o[f]||{}).Hidden||0,dt:0,name:e.SheetNames[f]},n)),g+=t[f].length}var y=h.end();if(p!=y.length)throw new Error("BS8 "+p+" != "+y.length);var v=[];return m.length&&v.push(m),y.length&&v.push(y),u.length&&v.push(u),td(v)}function gv(e,t){for(var n=0;n<=e.SheetNames.length;++n){var a=e.Sheets[e.SheetNames[n]];if(a&&a["!ref"])op(a["!ref"]).e.c>255&&"undefined"!=typeof console&&console.error&&console.error("Worksheet '"+e.SheetNames[n]+"' extends beyond column IV (255). Data may be lost.")}var s=t||{};switch(s.biff||2){case 8:case 5:return function(e,t){var n=t||{},a=[];e&&!e.SSF&&(e.SSF=gu(hd)),e&&e.SSF&&($d(),qd(e.SSF),n.revssf=su(e.SSF),n.revssf[e.SSF[65535]]=0,n.ssf=e.SSF),n.Strings=[],n.Strings.Count=0,n.Strings.Unique=0,Kv(n),n.cellXfs=[],wy(n.cellXfs,{},{revssf:{General:0}}),e.Props||(e.Props={});for(var s=0;s<e.SheetNames.length;++s)a[a.length]=pv(s,n,e);return a.unshift(fv(e,a,n)),td(a)}(e,t);case 4:case 3:case 2:return mv(e,t)}throw new Error("invalid type "+s.bookType+" for BIFF")}function yv(e,t,n,a){for(var s=e["!merges"]||[],o=[],r=t.s.c;r<=t.e.c;++r){for(var i=0,l=0,c=0;c<s.length;++c)if(!(s[c].s.r>n||s[c].s.c>r)&&!(s[c].e.r<n||s[c].e.c<r)){if(s[c].s.r<n||s[c].s.c<r){i=-1;break}i=s[c].e.r-s[c].s.r+1,l=s[c].e.c-s[c].s.c+1;break}if(!(i<0)){var m=sp({r:n,c:r}),d=a.dense?(e[n]||[])[r]:e[m],u=d&&null!=d.v&&(d.h||Du(d.w||(cp(d),d.w)||""))||"",h={};i>1&&(h.rowspan=i),l>1&&(h.colspan=l),a.editable?u='<span contenteditable="true">'+u+"</span>":d&&(h["data-t"]=d&&d.t||"z",null!=d.v&&(h["data-v"]=d.v),null!=d.z&&(h["data-z"]=d.z),d.l&&"#"!=(d.l.Target||"#").charAt(0)&&(u='<a href="'+d.l.Target+'">'+u+"</a>")),h.id=(a.id||"sjs")+"-"+m,o.push(Hu("td",u,h))}}return"<tr>"+o.join("")+"</tr>"}var vv='<html><head><meta charset="utf-8"/><title>SheetJS Table Export</title></head><body>',bv="</body></html>";function wv(e,t,n){return[].join("")+"<table"+(n&&n.id?' id="'+n.id+'"':"")+">"}function kv(e,t){var n=t||{},a=null!=n.header?n.header:vv,s=null!=n.footer?n.footer:bv,o=[a],r=op(e["!ref"]);n.dense=Array.isArray(e),o.push(wv(0,0,n));for(var i=r.s.r;i<=r.e.r;++i)o.push(yv(e,r,i,n));return o.push("</table>"+s),o.join("")}function _v(e,t,n){var a=n||{};var s=0,o=0;if(null!=a.origin)if("number"==typeof a.origin)s=a.origin;else{var r="string"==typeof a.origin?ap(a.origin):a.origin;s=r.r,o=r.c}var i=t.getElementsByTagName("tr"),l=Math.min(a.sheetRows||1e7,i.length),c={s:{r:0,c:0},e:{r:s,c:o}};if(e["!ref"]){var m=op(e["!ref"]);c.s.r=Math.min(c.s.r,m.s.r),c.s.c=Math.min(c.s.c,m.s.c),c.e.r=Math.max(c.e.r,m.e.r),c.e.c=Math.max(c.e.c,m.e.c),-1==s&&(c.e.r=s=m.e.r+1)}var d=[],u=0,h=e["!rows"]||(e["!rows"]=[]),p=0,f=0,g=0,y=0,v=0,b=0;for(e["!cols"]||(e["!cols"]=[]);p<i.length&&f<l;++p){var w=i[p];if(Tv(w)){if(a.display)continue;h[f]={hidden:!0}}var k=w.children;for(g=y=0;g<k.length;++g){var _=k[g];if(!a.display||!Tv(_)){var x=_.hasAttribute("data-v")?_.getAttribute("data-v"):_.hasAttribute("v")?_.getAttribute("v"):Wu(_.innerHTML),T=_.getAttribute("data-z")||_.getAttribute("z");for(u=0;u<d.length;++u){var S=d[u];S.s.c==y+o&&S.s.r<f+s&&f+s<=S.e.r&&(y=S.e.c+1-o,u=-1)}b=+_.getAttribute("colspan")||1,((v=+_.getAttribute("rowspan")||1)>1||b>1)&&d.push({s:{r:f+s,c:y+o},e:{r:f+s+(v||1)-1,c:y+o+(b||1)-1}});var C={t:"s",v:x},E=_.getAttribute("data-t")||_.getAttribute("t")||"";null!=x&&(0==x.length?C.t=E||"z":a.raw||0==x.trim().length||"s"==E||("TRUE"===x?C={t:"b",v:!0}:"FALSE"===x?C={t:"b",v:!1}:isNaN(vu(x))?isNaN(wu(x).getDate())||(C={t:"d",v:pu(x)},a.cellDates||(C={t:"n",v:ru(C.v)}),C.z=a.dateNF||hd[14]):C={t:"n",v:vu(x)})),void 0===C.z&&null!=T&&(C.z=T);var A="",j=_.getElementsByTagName("A");if(j&&j.length)for(var N=0;N<j.length&&(!j[N].hasAttribute("href")||"#"==(A=j[N].getAttribute("href")).charAt(0));++N);A&&"#"!=A.charAt(0)&&(C.l={Target:A}),a.dense?(e[f+s]||(e[f+s]=[]),e[f+s][y+o]=C):e[sp({c:y+o,r:f+s})]=C,c.e.c<y+o&&(c.e.c=y+o),y+=b}}++f}return d.length&&(e["!merges"]=(e["!merges"]||[]).concat(d)),c.e.r=Math.max(c.e.r,f-1+s),e["!ref"]=rp(c),f>=l&&(e["!fullref"]=rp((c.e.r=i.length-p+f-1+s,c))),e}function xv(e,t){return _v((t||{}).dense?[]:{},e,t)}function Tv(e){var t="",n=function(e){return e.ownerDocument.defaultView&&"function"===typeof e.ownerDocument.defaultView.getComputedStyle?e.ownerDocument.defaultView.getComputedStyle:"function"===typeof getComputedStyle?getComputedStyle:null}(e);return n&&(t=n(e).getPropertyValue("display")),t||(t=e.style&&e.style.display),"none"===t}var Sv=function(){var e=["<office:master-styles>",'<style:master-page style:name="mp1" style:page-layout-name="mp1">',"<style:header/>",'<style:header-left style:display="false"/>',"<style:footer/>",'<style:footer-left style:display="false"/>',"</style:master-page>","</office:master-styles>"].join(""),t="<office:document-styles "+Uu({"xmlns:office":"urn:oasis:names:tc:opendocument:xmlns:office:1.0","xmlns:table":"urn:oasis:names:tc:opendocument:xmlns:table:1.0","xmlns:style":"urn:oasis:names:tc:opendocument:xmlns:style:1.0","xmlns:text":"urn:oasis:names:tc:opendocument:xmlns:text:1.0","xmlns:draw":"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0","xmlns:fo":"urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0","xmlns:xlink":"http://www.w3.org/1999/xlink","xmlns:dc":"http://purl.org/dc/elements/1.1/","xmlns:number":"urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0","xmlns:svg":"urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0","xmlns:of":"urn:oasis:names:tc:opendocument:xmlns:of:1.2","office:version":"1.2"})+">"+e+"</office:document-styles>";return function(){return xu+t}}(),Cv=function(){var e=" <table:table-cell />\n",t=function(t,n,a){var s=[];s.push(' <table:table table:name="'+Au(n.SheetNames[a])+'" table:style-name="ta1">\n');var o=0,r=0,i=op(t["!ref"]||"A1"),l=t["!merges"]||[],c=0,m=Array.isArray(t);if(t["!cols"])for(r=0;r<=i.e.c;++r)s.push(" <table:table-column"+(t["!cols"][r]?' table:style-name="co'+t["!cols"][r].ods+'"':"")+"></table:table-column>\n");var d="",u=t["!rows"]||[];for(o=0;o<i.s.r;++o)d=u[o]?' table:style-name="ro'+u[o].ods+'"':"",s.push(" <table:table-row"+d+"></table:table-row>\n");for(;o<=i.e.r;++o){for(d=u[o]?' table:style-name="ro'+u[o].ods+'"':"",s.push(" <table:table-row"+d+">\n"),r=0;r<i.s.c;++r)s.push(e);for(;r<=i.e.c;++r){var h=!1,p={},f="";for(c=0;c!=l.length;++c)if(!(l[c].s.c>r)&&!(l[c].s.r>o)&&!(l[c].e.c<r)&&!(l[c].e.r<o)){l[c].s.c==r&&l[c].s.r==o||(h=!0),p["table:number-columns-spanned"]=l[c].e.c-l[c].s.c+1,p["table:number-rows-spanned"]=l[c].e.r-l[c].s.r+1;break}if(h)s.push(" <table:covered-table-cell/>\n");else{var g=sp({r:o,c:r}),y=m?(t[o]||[])[r]:t[g];if(y&&y.f&&(p["table:formula"]=Au(("of:="+y.f.replace(Dg,"$1[.$2$3$4$5]").replace(/\]:\[/g,":")).replace(/;/g,"|").replace(/,/g,";")),y.F&&y.F.slice(0,g.length)==g)){var v=op(y.F);p["table:number-matrix-columns-spanned"]=v.e.c-v.s.c+1,p["table:number-matrix-rows-spanned"]=v.e.r-v.s.r+1}if(y){switch(y.t){case"b":f=y.v?"TRUE":"FALSE",p["office:value-type"]="boolean",p["office:boolean-value"]=y.v?"true":"false";break;case"n":f=y.w||String(y.v||0),p["office:value-type"]="float",p["office:value"]=y.v||0;break;case"s":case"str":f=null==y.v?"":y.v,p["office:value-type"]="string";break;case"d":f=y.w||pu(y.v).toISOString(),p["office:value-type"]="date",p["office:date-value"]=pu(y.v).toISOString(),p["table:style-name"]="ce1";break;default:s.push(e);continue}var b=Au(f).replace(/ +/g,(function(e){return'<text:s text:c="'+e.length+'"/>'})).replace(/\t/g,"<text:tab/>").replace(/\n/g,"</text:p><text:p>").replace(/^ /,"<text:s/>").replace(/ $/,"<text:s/>");if(y.l&&y.l.Target){var w=y.l.Target;"#"==(w="#"==w.charAt(0)?"#"+fy(w.slice(1)):w).charAt(0)||w.match(/^\w+:/)||(w="../"+w),b=Hu("text:a",b,{"xlink:href":w.replace(/&/g,"&amp;")})}s.push(" "+Hu("table:table-cell",Hu("text:p",b,{}),p)+"\n")}else s.push(e)}}s.push(" </table:table-row>\n")}return s.push(" </table:table>\n"),s.join("")};return function(e,n){var a=[xu],s=Uu({"xmlns:office":"urn:oasis:names:tc:opendocument:xmlns:office:1.0","xmlns:table":"urn:oasis:names:tc:opendocument:xmlns:table:1.0","xmlns:style":"urn:oasis:names:tc:opendocument:xmlns:style:1.0","xmlns:text":"urn:oasis:names:tc:opendocument:xmlns:text:1.0","xmlns:draw":"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0","xmlns:fo":"urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0","xmlns:xlink":"http://www.w3.org/1999/xlink","xmlns:dc":"http://purl.org/dc/elements/1.1/","xmlns:meta":"urn:oasis:names:tc:opendocument:xmlns:meta:1.0","xmlns:number":"urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0","xmlns:presentation":"urn:oasis:names:tc:opendocument:xmlns:presentation:1.0","xmlns:svg":"urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0","xmlns:chart":"urn:oasis:names:tc:opendocument:xmlns:chart:1.0","xmlns:dr3d":"urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0","xmlns:math":"http://www.w3.org/1998/Math/MathML","xmlns:form":"urn:oasis:names:tc:opendocument:xmlns:form:1.0","xmlns:script":"urn:oasis:names:tc:opendocument:xmlns:script:1.0","xmlns:ooo":"http://openoffice.org/2004/office","xmlns:ooow":"http://openoffice.org/2004/writer","xmlns:oooc":"http://openoffice.org/2004/calc","xmlns:dom":"http://www.w3.org/2001/xml-events","xmlns:xforms":"http://www.w3.org/2002/xforms","xmlns:xsd":"http://www.w3.org/2001/XMLSchema","xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","xmlns:sheet":"urn:oasis:names:tc:opendocument:sh33tjs:1.0","xmlns:rpt":"http://openoffice.org/2005/report","xmlns:of":"urn:oasis:names:tc:opendocument:xmlns:of:1.2","xmlns:xhtml":"http://www.w3.org/1999/xhtml","xmlns:grddl":"http://www.w3.org/2003/g/data-view#","xmlns:tableooo":"http://openoffice.org/2009/table","xmlns:drawooo":"http://openoffice.org/2010/draw","xmlns:calcext":"urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0","xmlns:loext":"urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0","xmlns:field":"urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0","xmlns:formx":"urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0","xmlns:css3t":"http://www.w3.org/TR/css3-text/","office:version":"1.2"}),o=Uu({"xmlns:config":"urn:oasis:names:tc:opendocument:xmlns:config:1.0","office:mimetype":"application/vnd.oasis.opendocument.spreadsheet"});"fods"==n.bookType?(a.push("<office:document"+s+o+">\n"),a.push(Qp().replace(/office:document-meta/g,"office:meta"))):a.push("<office:document-content"+s+">\n"),function(e,t){e.push(" <office:automatic-styles>\n"),e.push(' <number:date-style style:name="N37" number:automatic-order="true">\n'),e.push(' <number:month number:style="long"/>\n'),e.push(" <number:text>/</number:text>\n"),e.push(' <number:day number:style="long"/>\n'),e.push(" <number:text>/</number:text>\n"),e.push(" <number:year/>\n"),e.push(" </number:date-style>\n");var n=0;t.SheetNames.map((function(e){return t.Sheets[e]})).forEach((function(t){if(t&&t["!cols"])for(var a=0;a<t["!cols"].length;++a)if(t["!cols"][a]){var s=t["!cols"][a];if(null==s.width&&null==s.wpx&&null==s.wch)continue;ag(s),s.ods=n;var o=t["!cols"][a].wpx+"px";e.push(' <style:style style:name="co'+n+'" style:family="table-column">\n'),e.push(' <style:table-column-properties fo:break-before="auto" style:column-width="'+o+'"/>\n'),e.push(" </style:style>\n"),++n}}));var a=0;t.SheetNames.map((function(e){return t.Sheets[e]})).forEach((function(t){if(t&&t["!rows"])for(var n=0;n<t["!rows"].length;++n)if(t["!rows"][n]){t["!rows"][n].ods=a;var s=t["!rows"][n].hpx+"px";e.push(' <style:style style:name="ro'+a+'" style:family="table-row">\n'),e.push(' <style:table-row-properties fo:break-before="auto" style:row-height="'+s+'"/>\n'),e.push(" </style:style>\n"),++a}})),e.push(' <style:style style:name="ta1" style:family="table" style:master-page-name="mp1">\n'),e.push(' <style:table-properties table:display="true" style:writing-mode="lr-tb"/>\n'),e.push(" </style:style>\n"),e.push(' <style:style style:name="ce1" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N37"/>\n'),e.push(" </office:automatic-styles>\n")}(a,e),a.push(" <office:body>\n"),a.push(" <office:spreadsheet>\n");for(var r=0;r!=e.SheetNames.length;++r)a.push(t(e.Sheets[e.SheetNames[r]],e,r));return a.push(" </office:spreadsheet>\n"),a.push(" </office:body>\n"),"fods"==n.bookType?a.push("</office:document>"):a.push("</office:document-content>"),a.join("")}}();function Ev(e,t){if("fods"==t.bookType)return Cv(e,t);var n=_u(),a="",s=[],o=[];return ku(n,a="mimetype","application/vnd.oasis.opendocument.spreadsheet"),ku(n,a="content.xml",Cv(e,t)),s.push([a,"text/xml"]),o.push([a,"ContentFile"]),ku(n,a="styles.xml",Sv(e,t)),s.push([a,"text/xml"]),o.push([a,"StylesFile"]),ku(n,a="meta.xml",xu+Qp()),s.push([a,"text/xml"]),o.push([a,"MetadataFile"]),ku(n,a="manifest.rdf",function(e){var t,n,a=[xu];a.push('<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">\n');for(var s=0;s!=e.length;++s)a.push(Jp(e[s][0],e[s][1])),a.push((t="",n=e[s][0],[' <rdf:Description rdf:about="'+t+'">\n',' <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="'+n+'"/>\n'," </rdf:Description>\n"].join("")));return a.push(Jp("","Document","pkg")),a.push("</rdf:RDF>"),a.join("")}(o)),s.push([a,"application/rdf+xml"]),ku(n,a="META-INF/manifest.xml",function(e){var t=[xu];t.push('<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">\n'),t.push(' <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.spreadsheet"/>\n');for(var n=0;n<e.length;++n)t.push(' <manifest:file-entry manifest:full-path="'+e[n][0]+'" manifest:media-type="'+e[n][1]+'"/>\n');return t.push("</manifest:manifest>"),t.join("")}(s)),n}function Av(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function jv(e){return"undefined"!=typeof TextEncoder?(new TextEncoder).encode(e):Jm(Mu(e))}function Nv(e){var t=e.reduce((function(e,t){return e+t.length}),0),n=new Uint8Array(t),a=0;return e.forEach((function(e){n.set(e,a),a+=e.length})),n}function Dv(e,t){var n=t?t[0]:0,a=127&e[n];e:if(e[n++]>=128){if(a|=(127&e[n])<<7,e[n++]<128)break e;if(a|=(127&e[n])<<14,e[n++]<128)break e;if(a|=(127&e[n])<<21,e[n++]<128)break e;if(a+=(127&e[n])*Math.pow(2,28),++n,e[n++]<128)break e;if(a+=(127&e[n])*Math.pow(2,35),++n,e[n++]<128)break e;if(a+=(127&e[n])*Math.pow(2,42),++n,e[n++]<128)break e}return t&&(t[0]=n),a}function Ov(e){var t=new Uint8Array(7);t[0]=127&e;var n=1;e:if(e>127){if(t[n-1]|=128,t[n]=e>>7&127,++n,e<=16383)break e;if(t[n-1]|=128,t[n]=e>>14&127,++n,e<=2097151)break e;if(t[n-1]|=128,t[n]=e>>21&127,++n,e<=268435455)break e;if(t[n-1]|=128,t[n]=e/256>>>21&127,++n,e<=34359738367)break e;if(t[n-1]|=128,t[n]=e/65536>>>21&127,++n,e<=4398046511103)break e;t[n-1]|=128,t[n]=e/16777216>>>21&127,++n}return t.slice(0,n)}function Pv(e){var t=0,n=127&e[t];e:if(e[t++]>=128){if(n|=(127&e[t])<<7,e[t++]<128)break e;if(n|=(127&e[t])<<14,e[t++]<128)break e;if(n|=(127&e[t])<<21,e[t++]<128)break e;n|=(127&e[t])<<28}return n}function Rv(e){for(var t=[],n=[0];n[0]<e.length;){var a,s=n[0],o=Dv(e,n),r=7&o,i=0;if(0==(o=Math.floor(o/8)))break;switch(r){case 0:for(var l=n[0];e[n[0]++]>=128;);a=e.slice(l,n[0]);break;case 5:i=4,a=e.slice(n[0],n[0]+i),n[0]+=i;break;case 1:i=8,a=e.slice(n[0],n[0]+i),n[0]+=i;break;case 2:i=Dv(e,n),a=e.slice(n[0],n[0]+i),n[0]+=i;break;default:throw new Error("PB Type ".concat(r," for Field ").concat(o," at offset ").concat(s))}var c={data:a,type:r};null==t[o]?t[o]=[c]:t[o].push(c)}return t}function Iv(e){var t=[];return e.forEach((function(e,n){e.forEach((function(e){e.data&&(t.push(Ov(8*n+e.type)),2==e.type&&t.push(Ov(e.data.length)),t.push(e.data))}))})),Nv(t)}function Lv(e){for(var t,n=[],a=[0];a[0]<e.length;){var s=Dv(e,a),o=Rv(e.slice(a[0],a[0]+s));a[0]+=s;var r={id:Pv(o[1][0].data),messages:[]};o[2].forEach((function(t){var n=Rv(t.data),s=Pv(n[3][0].data);r.messages.push({meta:n,data:e.slice(a[0],a[0]+s)}),a[0]+=s})),(null==(t=o[3])?void 0:t[0])&&(r.merge=Pv(o[3][0].data)>>>0>0),n.push(r)}return n}function Fv(e){var t=[];return e.forEach((function(e){var n=[];n[1]=[{data:Ov(e.id),type:0}],n[2]=[],null!=e.merge&&(n[3]=[{data:Ov(+!!e.merge),type:0}]);var a=[];e.messages.forEach((function(e){a.push(e.data),e.meta[3]=[{type:0,data:Ov(e.data.length)}],n[2].push({data:Iv(e.meta),type:2})}));var s=Iv(n);t.push(Ov(s.length)),t.push(s),a.forEach((function(e){return t.push(e)}))})),Nv(t)}function Mv(e,t){if(0!=e)throw new Error("Unexpected Snappy chunk type ".concat(e));for(var n=[0],a=Dv(t,n),s=[];n[0]<t.length;){var o=3&t[n[0]];if(0!=o){var r=0,i=0;if(1==o?(i=4+(t[n[0]]>>2&7),r=(224&t[n[0]++])<<3,r|=t[n[0]++]):(i=1+(t[n[0]++]>>2),2==o?(r=t[n[0]]|t[n[0]+1]<<8,n[0]+=2):(r=(t[n[0]]|t[n[0]+1]<<8|t[n[0]+2]<<16|t[n[0]+3]<<24)>>>0,n[0]+=4)),s=[Nv(s)],0==r)throw new Error("Invalid offset 0");if(r>s[0].length)throw new Error("Invalid offset beyond length");if(i>=r)for(s.push(s[0].slice(-r)),i-=r;i>=s[s.length-1].length;)s.push(s[s.length-1]),i-=s[s.length-1].length;s.push(s[0].slice(-r,-r+i))}else{var l=t[n[0]++]>>2;if(l<60)++l;else{var c=l-59;l=t[n[0]],c>1&&(l|=t[n[0]+1]<<8),c>2&&(l|=t[n[0]+2]<<16),c>3&&(l|=t[n[0]+3]<<24),l>>>=0,l++,n[0]+=c}s.push(t.slice(n[0],n[0]+l)),n[0]+=l}}var m=Nv(s);if(m.length!=a)throw new Error("Unexpected length: ".concat(m.length," != ").concat(a));return m}function Wv(e){for(var t=[],n=0;n<e.length;){var a=e[n++],s=e[n]|e[n+1]<<8|e[n+2]<<16;n+=3,t.push(Mv(a,e.slice(n,n+s))),n+=s}if(n!==e.length)throw new Error("data is not a valid framed stream!");return Nv(t)}function Bv(e){for(var t=[],n=0;n<e.length;){var a=Math.min(e.length-n,268435455),s=new Uint8Array(4);t.push(s);var o=Ov(a),r=o.length;t.push(o),a<=60?(r++,t.push(new Uint8Array([a-1<<2]))):a<=256?(r+=2,t.push(new Uint8Array([240,a-1&255]))):a<=65536?(r+=3,t.push(new Uint8Array([244,a-1&255,a-1>>8&255]))):a<=16777216?(r+=4,t.push(new Uint8Array([248,a-1&255,a-1>>8&255,a-1>>16&255]))):a<=4294967296&&(r+=5,t.push(new Uint8Array([252,a-1&255,a-1>>8&255,a-1>>16&255,a-1>>>24&255]))),t.push(e.slice(n,n+a)),r+=a,s[0]=0,s[1]=255&r,s[2]=r>>8&255,s[3]=r>>16&255,n+=a}return Nv(t)}function zv(e,t){var n=new Uint8Array(32),a=Av(n),s=12,o=0;switch(n[0]=5,e.t){case"n":n[1]=2,function(e,t,n){var a=Math.floor(0==n?0:Math.LOG10E*Math.log(Math.abs(n)))+6176-20,s=n/Math.pow(10,a-6176);e[t+15]|=a>>7,e[t+14]|=(127&a)<<1;for(var o=0;s>=1;++o,s/=256)e[t+o]=255&s;e[t+15]|=n>=0?0:128}(n,s,e.v),o|=1,s+=16;break;case"b":n[1]=6,a.setFloat64(s,e.v?1:0,!0),o|=2,s+=8;break;case"s":if(-1==t.indexOf(e.v))throw new Error("Value ".concat(e.v," missing from SST!"));n[1]=3,a.setUint32(s,t.indexOf(e.v),!0),o|=8,s+=4;break;default:throw"unsupported cell type "+e.t}return a.setUint32(8,o,!0),n.slice(0,s)}function Uv(e,t){var n=new Uint8Array(32),a=Av(n),s=12,o=0;switch(n[0]=3,e.t){case"n":n[2]=2,a.setFloat64(s,e.v,!0),o|=32,s+=8;break;case"b":n[2]=6,a.setFloat64(s,e.v?1:0,!0),o|=32,s+=8;break;case"s":if(-1==t.indexOf(e.v))throw new Error("Value ".concat(e.v," missing from SST!"));n[2]=3,a.setUint32(s,t.indexOf(e.v),!0),o|=16,s+=4;break;default:throw"unsupported cell type "+e.t}return a.setUint32(4,o,!0),n.slice(0,s)}function Hv(e){return Dv(Rv(e)[1][0].data)}function Gv(e,t,n){var a,s,o,r;if(!(null==(a=e[6])?void 0:a[0])||!(null==(s=e[7])?void 0:s[0]))throw"Mutation only works on post-BNC storages!";if((null==(r=null==(o=e[8])?void 0:o[0])?void 0:r.data)&&Pv(e[8][0].data)>0||!1)throw"Math only works with normal offsets";for(var i=0,l=Av(e[7][0].data),c=0,m=[],d=Av(e[4][0].data),u=0,h=[],p=0;p<t.length;++p)if(null!=t[p]){var f,g;switch(l.setUint16(2*p,c,!0),d.setUint16(2*p,u,!0),typeof t[p]){case"string":f=zv({t:"s",v:t[p]},n),g=Uv({t:"s",v:t[p]},n);break;case"number":f=zv({t:"n",v:t[p]},n),g=Uv({t:"n",v:t[p]},n);break;case"boolean":f=zv({t:"b",v:t[p]},n),g=Uv({t:"b",v:t[p]},n);break;default:throw new Error("Unsupported value "+t[p])}m.push(f),c+=f.length,h.push(g),u+=g.length,++i}else l.setUint16(2*p,65535,!0),d.setUint16(2*p,65535);for(e[2][0].data=Ov(i);p<e[7][0].data.length/2;++p)l.setUint16(2*p,65535,!0),d.setUint16(2*p,65535,!0);return e[6][0].data=Nv(m),e[3][0].data=Nv(h),i}function Vv(e){return function(t){for(var n=0;n!=e.length;++n){var a=e[n];void 0===t[a[0]]&&(t[a[0]]=a[1]),"n"===a[2]&&(t[a[0]]=Number(t[a[0]]))}}}function Kv(e){Vv([["cellDates",!1],["bookSST",!1],["bookType","xlsx"],["compression",!1],["WTF",!1]])(e)}function qv(e,t){return"ods"==t.bookType?Ev(e,t):"numbers"==t.bookType?function(e,t){if(!t||!t.numbers)throw new Error("Must pass a `numbers` option -- check the README");var n=e.Sheets[e.SheetNames[0]];e.SheetNames.length>1&&console.error("The Numbers writer currently writes only the first table");var a=op(n["!ref"]);a.s.r=a.s.c=0;var s=!1;a.e.c>9&&(s=!0,a.e.c=9),a.e.r>49&&(s=!0,a.e.r=49),s&&console.error("The Numbers writer is currently limited to ".concat(rp(a)));var o=ab(n,{range:a,header:1}),r=["~Sh33tJ5~"];o.forEach((function(e){return e.forEach((function(e){"string"==typeof e&&r.push(e)}))}));var i={},l=[],c=Xd.read(t.numbers,{type:"base64"});c.FileIndex.map((function(e,t){return[e,c.FullPaths[t]]})).forEach((function(e){var t=e[0],n=e[1];2==t.type&&t.name.match(/\.iwa/)&&Lv(Wv(t.content)).forEach((function(e){l.push(e.id),i[e.id]={deps:[],location:n,type:Pv(e.messages[0].meta[1][0].data)}}))})),l.sort((function(e,t){return e-t}));var m=l.filter((function(e){return e>1})).map((function(e){return[e,Ov(e)]}));c.FileIndex.map((function(e,t){return[e,c.FullPaths[t]]})).forEach((function(e){var t=e[0];e[1],t.name.match(/\.iwa/)&&Lv(Wv(t.content)).forEach((function(e){e.messages.forEach((function(t){m.forEach((function(t){e.messages.some((function(e){return 11006!=Pv(e.meta[1][0].data)&&function(e,t){e:for(var n=0;n<=e.length-t.length;++n){for(var a=0;a<t.length;++a)if(e[n+a]!=t[a])continue e;return!0}return!1}(e.data,t[1])}))&&i[t[0]].deps.push(e.id)}))}))}))}));for(var d,u=Xd.find(c,i[1].location),h=Lv(Wv(u.content)),p=0;p<h.length;++p){var f=h[p];1==f.id&&(d=f)}var g=Hv(Rv(d.messages[0].data)[1][0].data);for(h=Lv(Wv((u=Xd.find(c,i[g].location)).content)),p=0;p<h.length;++p)(f=h[p]).id==g&&(d=f);for(g=Hv(Rv(d.messages[0].data)[2][0].data),h=Lv(Wv((u=Xd.find(c,i[g].location)).content)),p=0;p<h.length;++p)(f=h[p]).id==g&&(d=f);for(g=Hv(Rv(d.messages[0].data)[2][0].data),h=Lv(Wv((u=Xd.find(c,i[g].location)).content)),p=0;p<h.length;++p)(f=h[p]).id==g&&(d=f);var y=Rv(d.messages[0].data);y[6][0].data=Ov(a.e.r+1),y[7][0].data=Ov(a.e.c+1);for(var v=Hv(y[46][0].data),b=Xd.find(c,i[v].location),w=Lv(Wv(b.content)),k=0;k<w.length&&w[k].id!=v;++k);if(w[k].id!=v)throw"Bad ColumnRowUIDMapArchive";var _=Rv(w[k].messages[0].data);_[1]=[],_[2]=[],_[3]=[];for(var x=0;x<=a.e.c;++x){var T=[];T[1]=T[2]=[{type:0,data:Ov(x+420690)}],_[1].push({type:2,data:Iv(T)}),_[2].push({type:0,data:Ov(x)}),_[3].push({type:0,data:Ov(x)})}_[4]=[],_[5]=[],_[6]=[];for(var S=0;S<=a.e.r;++S)(T=[])[1]=T[2]=[{type:0,data:Ov(S+726270)}],_[4].push({type:2,data:Iv(T)}),_[5].push({type:0,data:Ov(S)}),_[6].push({type:0,data:Ov(S)});w[k].messages[0].data=Iv(_),b.content=Bv(Fv(w)),b.size=b.content.length,delete y[46];var C=Rv(y[4][0].data);C[7][0].data=Ov(a.e.r+1);var E=Hv(Rv(C[1][0].data)[2][0].data);if((w=Lv(Wv((b=Xd.find(c,i[E].location)).content)))[0].id!=E)throw"Bad HeaderStorageBucket";var A=Rv(w[0].messages[0].data);for(S=0;S<o.length;++S){var j=Rv(A[2][0].data);j[1][0].data=Ov(S),j[4][0].data=Ov(o[S].length),A[2][S]={type:A[2][0].type,data:Iv(j)}}w[0].messages[0].data=Iv(A),b.content=Bv(Fv(w)),b.size=b.content.length;var N=Hv(C[2][0].data);if((w=Lv(Wv((b=Xd.find(c,i[N].location)).content)))[0].id!=N)throw"Bad HeaderStorageBucket";for(A=Rv(w[0].messages[0].data),x=0;x<=a.e.c;++x)(j=Rv(A[2][0].data))[1][0].data=Ov(x),j[4][0].data=Ov(a.e.r+1),A[2][x]={type:A[2][0].type,data:Iv(j)};w[0].messages[0].data=Iv(A),b.content=Bv(Fv(w)),b.size=b.content.length;var D=Hv(C[4][0].data);!function(){for(var e,t=Xd.find(c,i[D].location),n=Lv(Wv(t.content)),a=0;a<n.length;++a){var s=n[a];s.id==D&&(e=s)}var o=Rv(e.messages[0].data);o[3]=[];var l=[];r.forEach((function(e,t){l[1]=[{type:0,data:Ov(t)}],l[2]=[{type:0,data:Ov(1)}],l[3]=[{type:2,data:jv(e)}],o[3].push({type:2,data:Iv(l)})})),e.messages[0].data=Iv(o);var m=Bv(Fv(n));t.content=m,t.size=t.content.length}();var O=Rv(C[3][0].data),P=O[1][0];delete O[2];var R=Rv(P.data),I=Hv(R[2][0].data);!function(){for(var e,t=Xd.find(c,i[I].location),n=Lv(Wv(t.content)),s=0;s<n.length;++s){var l=n[s];l.id==I&&(e=l)}var m=Rv(e.messages[0].data);delete m[6],delete O[7];var d=new Uint8Array(m[5][0].data);m[5]=[];for(var u=0,h=0;h<=a.e.r;++h){var p=Rv(d);u+=Gv(p,o[h],r),p[1][0].data=Ov(h),m[5].push({data:Iv(p),type:2})}m[1]=[{type:0,data:Ov(a.e.c+1)}],m[2]=[{type:0,data:Ov(a.e.r+1)}],m[3]=[{type:0,data:Ov(u)}],m[4]=[{type:0,data:Ov(a.e.r+1)}],e.messages[0].data=Iv(m);var f=Bv(Fv(n));t.content=f,t.size=t.content.length}(),P.data=Iv(R),C[3][0].data=Iv(O),y[4][0].data=Iv(C),d.messages[0].data=Iv(y);var L=Bv(Fv(h));return u.content=L,u.size=u.content.length,c}(e,t):"xlsb"==t.bookType?function(e,t){xg=1024,e&&!e.SSF&&(e.SSF=gu(hd));e&&e.SSF&&($d(),qd(e.SSF),t.revssf=su(e.SSF),t.revssf[e.SSF[65535]]=0,t.ssf=e.SSF);t.rels={},t.wbrels={},t.Strings=[],t.Strings.Count=0,t.Strings.Unique=0,gy?t.revStrings=new Map:(t.revStrings={},t.revStrings.foo=[],delete t.revStrings.foo);var n="xlsb"==t.bookType?"bin":"xml",a=jg.indexOf(t.bookType)>-1,s={workbooks:[],sheets:[],charts:[],dialogs:[],macros:[],rels:[],strs:[],comments:[],threadedcomments:[],links:[],coreprops:[],extprops:[],custprops:[],themes:[],styles:[],calcchains:[],vba:[],drawings:[],metadata:[],people:[],TODO:[],xmlns:""};Kv(t=t||{});var o=_u(),r="",i=0;t.cellXfs=[],wy(t.cellXfs,{},{revssf:{General:0}}),e.Props||(e.Props={});if(ku(o,r="docProps/core.xml",nf(e.Props,t)),s.coreprops.push(r),Xp(t.rels,2,r,$p.CORE_PROPS),r="docProps/app.xml",e.Props&&e.Props.SheetNames);else if(e.Workbook&&e.Workbook.Sheets){for(var l=[],c=0;c<e.SheetNames.length;++c)2!=(e.Workbook.Sheets[c]||{}).Hidden&&l.push(e.SheetNames[c]);e.Props.SheetNames=l}else e.Props.SheetNames=e.SheetNames;e.Props.Worksheets=e.Props.SheetNames.length,ku(o,r,of(e.Props)),s.extprops.push(r),Xp(t.rels,3,r,$p.EXT_PROPS),e.Custprops!==e.Props&&tu(e.Custprops||{}).length>0&&(ku(o,r="docProps/custom.xml",rf(e.Custprops)),s.custprops.push(r),Xp(t.rels,4,r,$p.CUST_PROPS));for(i=1;i<=e.SheetNames.length;++i){var m={"!id":{}},d=e.Sheets[e.SheetNames[i-1]];(d||{})["!type"];if(ku(o,r="xl/worksheets/sheet"+i+"."+n,$y(i-1,r,t,e,m)),s.sheets.push(r),Xp(t.wbrels,-1,"worksheets/sheet"+i+"."+n,$p.WS[0]),d){var u=d["!comments"],h=!1,p="";u&&u.length>0&&(ku(o,p="xl/comments"+i+"."+n,Yy(u,p,t)),s.comments.push(p),Xp(m,-1,"../comments"+i+"."+n,$p.CMNT),h=!0),d["!legacy"]&&h&&ku(o,"xl/drawings/vmlDrawing"+i+".vml",Tg(i,d["!comments"])),delete d["!comments"],delete d["!legacy"]}m["!id"].rId1&&ku(o,Yp(r),Zp(m))}null!=t.Strings&&t.Strings.length>0&&(ku(o,r="xl/sharedStrings."+n,function(e,t,n){return(".bin"===t.slice(-4)?$f:Kf)(e,n)}(t.Strings,r,t)),s.strs.push(r),Xp(t.wbrels,-1,"sharedStrings."+n,$p.SST));ku(o,r="xl/workbook."+n,function(e,t,n){return(".bin"===t.slice(-4)?qy:Vy)(e,n)}(e,r,t)),s.workbooks.push(r),Xp(t.rels,1,r,$p.WB),ku(o,r="xl/theme/theme1.xml",wg(e.Themes,t)),s.themes.push(r),Xp(t.wbrels,-1,"theme/theme1.xml",$p.THEME),ku(o,r="xl/styles."+n,function(e,t,n){return(".bin"===t.slice(-4)?bg:rg)(e,n)}(e,r,t)),s.styles.push(r),Xp(t.wbrels,-1,"styles."+n,$p.STY),e.vbaraw&&a&&(ku(o,r="xl/vbaProject.bin",e.vbaraw),s.vba.push(r),Xp(t.wbrels,-1,"vbaProject.bin",$p.VBA));return ku(o,r="xl/metadata."+n,function(e){return(".bin"===e.slice(-4)?kg:_g)()}(r)),s.metadata.push(r),Xp(t.wbrels,-1,"metadata."+n,$p.XLMETA),ku(o,"[Content_Types].xml",qp(s,t)),ku(o,"_rels/.rels",Zp(t.rels)),ku(o,"xl/_rels/workbook."+n+".rels",Zp(t.wbrels)),delete t.revssf,delete t.ssf,o}(e,t):$v(e,t)}function $v(e,t){xg=1024,e&&!e.SSF&&(e.SSF=gu(hd)),e&&e.SSF&&($d(),qd(e.SSF),t.revssf=su(e.SSF),t.revssf[e.SSF[65535]]=0,t.ssf=e.SSF),t.rels={},t.wbrels={},t.Strings=[],t.Strings.Count=0,t.Strings.Unique=0,gy?t.revStrings=new Map:(t.revStrings={},t.revStrings.foo=[],delete t.revStrings.foo);var n="xml",a=jg.indexOf(t.bookType)>-1,s={workbooks:[],sheets:[],charts:[],dialogs:[],macros:[],rels:[],strs:[],comments:[],threadedcomments:[],links:[],coreprops:[],extprops:[],custprops:[],themes:[],styles:[],calcchains:[],vba:[],drawings:[],metadata:[],people:[],TODO:[],xmlns:""};Kv(t=t||{});var o=_u(),r="",i=0;if(t.cellXfs=[],wy(t.cellXfs,{},{revssf:{General:0}}),e.Props||(e.Props={}),ku(o,r="docProps/core.xml",nf(e.Props,t)),s.coreprops.push(r),Xp(t.rels,2,r,$p.CORE_PROPS),r="docProps/app.xml",e.Props&&e.Props.SheetNames);else if(e.Workbook&&e.Workbook.Sheets){for(var l=[],c=0;c<e.SheetNames.length;++c)2!=(e.Workbook.Sheets[c]||{}).Hidden&&l.push(e.SheetNames[c]);e.Props.SheetNames=l}else e.Props.SheetNames=e.SheetNames;e.Props.Worksheets=e.Props.SheetNames.length,ku(o,r,of(e.Props)),s.extprops.push(r),Xp(t.rels,3,r,$p.EXT_PROPS),e.Custprops!==e.Props&&tu(e.Custprops||{}).length>0&&(ku(o,r="docProps/custom.xml",rf(e.Custprops)),s.custprops.push(r),Xp(t.rels,4,r,$p.CUST_PROPS));var m=["SheetJ5"];for(t.tcid=0,i=1;i<=e.SheetNames.length;++i){var d={"!id":{}},u=e.Sheets[e.SheetNames[i-1]];(u||{})["!type"];if(ku(o,r="xl/worksheets/sheet"+i+"."+n,Sy(i-1,t,e,d)),s.sheets.push(r),Xp(t.wbrels,-1,"worksheets/sheet"+i+"."+n,$p.WS[0]),u){var h=u["!comments"],p=!1,f="";if(h&&h.length>0){var g=!1;h.forEach((function(e){e[1].forEach((function(e){1==e.T&&(g=!0)}))})),g&&(ku(o,f="xl/threadedComments/threadedComment"+i+"."+n,Cg(h,m,t)),s.threadedcomments.push(f),Xp(d,-1,"../threadedComments/threadedComment"+i+"."+n,$p.TCMNT)),ku(o,f="xl/comments"+i+"."+n,Sg(h)),s.comments.push(f),Xp(d,-1,"../comments"+i+"."+n,$p.CMNT),p=!0}u["!legacy"]&&p&&ku(o,"xl/drawings/vmlDrawing"+i+".vml",Tg(i,u["!comments"])),delete u["!comments"],delete u["!legacy"]}d["!id"].rId1&&ku(o,Yp(r),Zp(d))}return null!=t.Strings&&t.Strings.length>0&&(ku(o,r="xl/sharedStrings."+n,Kf(t.Strings,t)),s.strs.push(r),Xp(t.wbrels,-1,"sharedStrings."+n,$p.SST)),ku(o,r="xl/workbook."+n,Vy(e)),s.workbooks.push(r),Xp(t.rels,1,r,$p.WB),ku(o,r="xl/theme/theme1.xml",wg(e.Themes,t)),s.themes.push(r),Xp(t.wbrels,-1,"theme/theme1.xml",$p.THEME),ku(o,r="xl/styles."+n,rg(e,t)),s.styles.push(r),Xp(t.wbrels,-1,"styles."+n,$p.STY),e.vbaraw&&a&&(ku(o,r="xl/vbaProject.bin",e.vbaraw),s.vba.push(r),Xp(t.wbrels,-1,"vbaProject.bin",$p.VBA)),ku(o,r="xl/metadata."+n,_g()),s.metadata.push(r),Xp(t.wbrels,-1,"metadata."+n,$p.XLMETA),m.length>1&&(ku(o,r="xl/persons/person.xml",function(e){var t=[xu,Hu("personList",null,{xmlns:Zu,"xmlns:x":sh[0]}).replace(/[\/]>/,">")];return e.forEach((function(e,n){t.push(Hu("person",null,{displayName:e,id:"{54EE7950-7262-4200-6969-"+("000000000000"+n).slice(-12)+"}",userId:e,providerId:"None"}))})),t.push("</personList>"),t.join("")}(m)),s.people.push(r),Xp(t.wbrels,-1,"persons/person.xml",$p.PEOPLE)),ku(o,"[Content_Types].xml",qp(s,t)),ku(o,"_rels/.rels",Zp(t.rels)),ku(o,"xl/_rels/workbook.xml.rels",Zp(t.wbrels)),delete t.revssf,delete t.ssf,o}function Yv(e,t){var n="";switch((t||{}).type||"base64"){case"buffer":case"array":return[e[0],e[1],e[2],e[3],e[4],e[5],e[6],e[7]];case"base64":n=qm(e.slice(0,12));break;case"binary":n=e;break;default:throw new Error("Unrecognized type "+(t&&t.type||"undefined"))}return[n.charCodeAt(0),n.charCodeAt(1),n.charCodeAt(2),n.charCodeAt(3),n.charCodeAt(4),n.charCodeAt(5),n.charCodeAt(6),n.charCodeAt(7)]}function Zv(e,t){switch(t.type){case"base64":case"binary":break;case"buffer":case"array":t.type="";break;case"file":return eu(t.file,Xd.write(e,{type:$m?"buffer":""}));case"string":throw new Error("'string' output type invalid for '"+t.bookType+"' files");default:throw new Error("Unrecognized type "+t.type)}return Xd.write(e,t)}function Xv(e,t){var n={},a=$m?"nodebuffer":"undefined"!==typeof Uint8Array?"array":"string";if(t.compression&&(n.compression="DEFLATE"),t.password)n.type=a;else switch(t.type){case"base64":n.type="base64";break;case"binary":n.type="string";break;case"string":throw new Error("'string' output type invalid for '"+t.bookType+"' files");case"buffer":case"file":n.type=a;break;default:throw new Error("Unrecognized type "+t.type)}var s=e.FullPaths?Xd.write(e,{fileType:"zip",type:{nodebuffer:"buffer",string:"binary"}[n.type]||n.type,compression:!!t.compression}):e.generate(n);if("undefined"!==typeof Deno&&"string"==typeof s){if("binary"==t.type||"base64"==t.type)return s;s=new Uint8Array(Qm(s))}return t.password&&"undefined"!==typeof encrypt_agile?Zv(encrypt_agile(s,t.password),t):"file"===t.type?eu(t.file,s):"string"==t.type?Fu(s):s}function Jv(e,t,n){n||(n="");var a=n+e;switch(t.type){case"base64":return Km(Mu(a));case"binary":return Mu(a);case"string":return e;case"file":return eu(t.file,a,"utf8");case"buffer":return $m?Ym(a,"utf8"):"undefined"!==typeof TextEncoder?(new TextEncoder).encode(a):Jv(a,{type:"binary"}).split("").map((function(e){return e.charCodeAt(0)}))}throw new Error("Unrecognized type "+t.type)}function Qv(e,t){switch(t.type){case"string":case"base64":case"binary":for(var n="",a=0;a<e.length;++a)n+=String.fromCharCode(e[a]);return"base64"==t.type?Km(n):"string"==t.type?Fu(n):n;case"file":return eu(t.file,e);case"buffer":return e;default:throw new Error("Unrecognized type "+t.type)}}function eb(e,t){Bm(),Gy(e);var n=gu(t||{});if(n.cellStyles&&(n.cellNF=!0,n.sheetStubs=!0),"array"==n.type){n.type="binary";var a=eb(e,n);return n.type="array",Qm(a)}var s=0;if(n.sheet&&(s="number"==typeof n.sheet?n.sheet:e.SheetNames.indexOf(n.sheet),!e.SheetNames[s]))throw new Error("Sheet not found: "+n.sheet+" : "+typeof n.sheet);switch(n.bookType||"xlsb"){case"xml":case"xlml":return Jv(tv(e,n),n);case"slk":case"sylk":return Jv(Bf.from_sheet(e.Sheets[e.SheetNames[s]],n),n);case"htm":case"html":return Jv(kv(e.Sheets[e.SheetNames[s]],n),n);case"txt":return function(e,t){switch(t.type){case"base64":return Km(e);case"binary":case"string":return e;case"file":return eu(t.file,e,"binary");case"buffer":return $m?Ym(e,"binary"):e.split("").map((function(e){return e.charCodeAt(0)}))}throw new Error("Unrecognized type "+t.type)}(ib(e.Sheets[e.SheetNames[s]],n),n);case"csv":return Jv(rb(e.Sheets[e.SheetNames[s]],n),n,"\ufeff");case"dif":return Jv(zf.from_sheet(e.Sheets[e.SheetNames[s]],n),n);case"dbf":return Qv(Wf.from_sheet(e.Sheets[e.SheetNames[s]],n),n);case"prn":return Jv(Hf.from_sheet(e.Sheets[e.SheetNames[s]],n),n);case"rtf":return Jv(Xf.from_sheet(e.Sheets[e.SheetNames[s]],n),n);case"eth":return Jv(Uf.from_sheet(e.Sheets[e.SheetNames[s]],n),n);case"fods":return Jv(Ev(e,n),n);case"wk1":return Qv(Gf.sheet_to_wk1(e.Sheets[e.SheetNames[s]],n),n);case"wk3":return Qv(Gf.book_to_wk3(e,n),n);case"biff2":n.biff||(n.biff=2);case"biff3":n.biff||(n.biff=3);case"biff4":return n.biff||(n.biff=4),Qv(gv(e,n),n);case"biff5":n.biff||(n.biff=5);case"biff8":case"xla":case"xls":return n.biff||(n.biff=8),function(e,t){var n=t||{};return Zv(ov(e,n),n)}(e,n);case"xlsx":case"xlsm":case"xlam":case"xlsb":case"numbers":case"ods":return function(e,t){var n=gu(t||{});return Xv(qv(e,n),n)}(e,n);default:throw new Error("Unrecognized bookType |"+n.bookType+"|")}}function tb(e){if(!e.bookType){var t=e.file.slice(e.file.lastIndexOf(".")).toLowerCase();t.match(/^\.[a-z]+$/)&&(e.bookType=t.slice(1)),e.bookType={xls:"biff8",htm:"html",slk:"sylk",socialcalc:"eth",Sh33tJS:"WTF"}[e.bookType]||e.bookType}}function nb(e,t,n,a,s,o,r,i){var l=ep(n),c=i.defval,m=i.raw||!Object.prototype.hasOwnProperty.call(i,"raw"),d=!0,u=1===s?[]:{};if(1!==s)if(Object.defineProperty)try{Object.defineProperty(u,"__rowNum__",{value:n,enumerable:!1})}catch(g){u.__rowNum__=n}else u.__rowNum__=n;if(!r||e[n])for(var h=t.s.c;h<=t.e.c;++h){var p=r?e[n][h]:e[a[h]+l];if(void 0!==p&&void 0!==p.t){var f=p.v;switch(p.t){case"z":if(null==f)break;continue;case"e":f=0==f?null:void 0;break;case"s":case"d":case"b":case"n":break;default:throw new Error("unrecognized type "+p.t)}if(null!=o[h]){if(null==f)if("e"==p.t&&null===f)u[o[h]]=null;else if(void 0!==c)u[o[h]]=c;else{if(!m||null!==f)continue;u[o[h]]=null}else u[o[h]]=m&&("n"!==p.t||"n"===p.t&&!1!==i.rawNumbers)?f:cp(p,f,i);null!=f&&(d=!1)}}else{if(void 0===c)continue;null!=o[h]&&(u[o[h]]=c)}}return{row:u,isempty:d}}function ab(e,t){if(null==e||null==e["!ref"])return[];var n={t:"n",v:0},a=0,s=1,o=[],r=0,i="",l={s:{r:0,c:0},e:{r:0,c:0}},c=t||{},m=null!=c.range?c.range:e["!ref"];switch(1===c.header?a=1:"A"===c.header?a=2:Array.isArray(c.header)?a=3:null==c.header&&(a=0),typeof m){case"string":l=ip(m);break;case"number":(l=ip(e["!ref"])).s.r=m;break;default:l=m}a>0&&(s=0);var d=ep(l.s.r),u=[],h=[],p=0,f=0,g=Array.isArray(e),y=l.s.r,v=0,b={};g&&!e[y]&&(e[y]=[]);var w=c.skipHidden&&e["!cols"]||[],k=c.skipHidden&&e["!rows"]||[];for(v=l.s.c;v<=l.e.c;++v)if(!(w[v]||{}).hidden)switch(u[v]=np(v),n=g?e[y][v]:e[u[v]+d],a){case 1:o[v]=v-l.s.c;break;case 2:o[v]=u[v];break;case 3:o[v]=c.header[v-l.s.c];break;default:if(null==n&&(n={w:"__EMPTY",t:"s"}),i=r=cp(n,null,c),f=b[r]||0){do{i=r+"_"+f++}while(b[i]);b[r]=f,b[i]=1}else b[r]=1;o[v]=i}for(y=l.s.r+s;y<=l.e.r;++y)if(!(k[y]||{}).hidden){var _=nb(e,l,y,u,a,o,g,c);(!1===_.isempty||(1===a?!1!==c.blankrows:c.blankrows))&&(h[p++]=_.row)}return h.length=p,h}var sb=/"/g;function ob(e,t,n,a,s,o,r,i){for(var l=!0,c=[],m="",d=ep(n),u=t.s.c;u<=t.e.c;++u)if(a[u]){var h=i.dense?(e[n]||[])[u]:e[a[u]+d];if(null==h)m="";else if(null!=h.v){l=!1,m=""+(i.rawNumbers&&"n"==h.t?h.v:cp(h,null,i));for(var p=0,f=0;p!==m.length;++p)if((f=m.charCodeAt(p))===s||f===o||34===f||i.forceQuotes){m='"'+m.replace(sb,'""')+'"';break}"ID"==m&&(m='"ID"')}else null==h.f||h.F?m="":(l=!1,(m="="+h.f).indexOf(",")>=0&&(m='"'+m.replace(sb,'""')+'"'));c.push(m)}return!1===i.blankrows&&l?null:c.join(r)}function rb(e,t){var n=[],a=null==t?{}:t;if(null==e||null==e["!ref"])return"";var s=ip(e["!ref"]),o=void 0!==a.FS?a.FS:",",r=o.charCodeAt(0),i=void 0!==a.RS?a.RS:"\n",l=i.charCodeAt(0),c=new RegExp(("|"==o?"\\|":o)+"+$"),m="",d=[];a.dense=Array.isArray(e);for(var u=a.skipHidden&&e["!cols"]||[],h=a.skipHidden&&e["!rows"]||[],p=s.s.c;p<=s.e.c;++p)(u[p]||{}).hidden||(d[p]=np(p));for(var f=0,g=s.s.r;g<=s.e.r;++g)(h[g]||{}).hidden||null!=(m=ob(e,s,g,d,r,l,o,a))&&(a.strip&&(m=m.replace(c,"")),(m||!1!==a.blankrows)&&n.push((f++?i:"")+m));return delete a.dense,n.join("")}function ib(e,t){t||(t={}),t.FS="\t",t.RS="\n";var n=rb(e,t);if("undefined"==typeof Um||"string"==t.type)return n;var a=Um.utils.encode(1200,n,"str");return String.fromCharCode(255)+String.fromCharCode(254)+a}function lb(e,t,n){var a,s=n||{},o=+!s.skipHeader,r=e||{},i=0,l=0;if(r&&null!=s.origin)if("number"==typeof s.origin)i=s.origin;else{var c="string"==typeof s.origin?ap(s.origin):s.origin;i=c.r,l=c.c}var m={s:{c:0,r:0},e:{c:l,r:i+t.length-1+o}};if(r["!ref"]){var d=ip(r["!ref"]);m.e.c=Math.max(m.e.c,d.e.c),m.e.r=Math.max(m.e.r,d.e.r),-1==i&&(i=d.e.r+1,m.e.r=i+t.length-1+o)}else-1==i&&(i=0,m.e.r=t.length-1+o);var u=s.header||[],h=0;t.forEach((function(e,t){tu(e).forEach((function(n){-1==(h=u.indexOf(n))&&(u[h=u.length]=n);var c=e[n],m="z",d="",p=sp({c:l+h,r:i+t+o});a=cb(r,p),!c||"object"!==typeof c||c instanceof Date?("number"==typeof c?m="n":"boolean"==typeof c?m="b":"string"==typeof c?m="s":c instanceof Date?(m="d",s.cellDates||(m="n",c=ru(c)),d=s.dateNF||hd[14]):null===c&&s.nullError&&(m="e",c=0),a?(a.t=m,a.v=c,delete a.w,delete a.R,d&&(a.z=d)):r[p]=a={t:m,v:c},d&&(a.z=d)):r[p]=c}))})),m.e.c=Math.max(m.e.c,l+u.length-1);var p=ep(i);if(o)for(h=0;h<u.length;++h)r[np(h+l)+p]={t:"s",v:u[h]};return r["!ref"]=rp(m),r}function cb(e,t,n){if("string"==typeof t){if(Array.isArray(e)){var a=ap(t);return e[a.r]||(e[a.r]=[]),e[a.r][a.c]||(e[a.r][a.c]={t:"z"})}return e[t]||(e[t]={t:"z"})}return cb(e,sp("number"!=typeof t?t:{r:t,c:n||0}))}function mb(){return{SheetNames:[],Sheets:{}}}function db(e,t,n,a){var s=1;if(!n)for(;s<=65535&&-1!=e.SheetNames.indexOf(n="Sheet"+s);++s,n=void 0);if(!n||e.SheetNames.length>=65535)throw new Error("Too many worksheets");if(a&&e.SheetNames.indexOf(n)>=0){var o=n.match(/(^.*?)(\d+)$/);s=o&&+o[2]||0;var r=o&&o[1]||n;for(++s;s<=65535&&-1!=e.SheetNames.indexOf(n=r+s);++s);}if(Hy(n),e.SheetNames.indexOf(n)>=0)throw new Error("Worksheet with name |"+n+"| already exists!");return e.SheetNames.push(n),e.Sheets[n]=t,n}function ub(e,t,n){return t?(e.l={Target:t},n&&(e.l.Tooltip=n)):delete e.l,e}var hb={encode_col:np,encode_row:ep,encode_cell:sp,encode_range:rp,decode_col:tp,decode_row:Qh,split_cell:function(e){return e.replace(/(\$?[A-Z]*)(\$?\d*)/,"$1,$2").split(",")},decode_cell:ap,decode_range:op,format_cell:cp,sheet_add_aoa:dp,sheet_add_json:lb,sheet_add_dom:_v,aoa_to_sheet:up,json_to_sheet:function(e,t){return lb(null,e,t)},table_to_sheet:xv,table_to_book:function(e,t){return mp(xv(e,t),t)},sheet_to_csv:rb,sheet_to_txt:ib,sheet_to_json:ab,sheet_to_html:kv,sheet_to_formulae:function(e){var t,n="",a="";if(null==e||null==e["!ref"])return[];var s,o=ip(e["!ref"]),r="",i=[],l=[],c=Array.isArray(e);for(s=o.s.c;s<=o.e.c;++s)i[s]=np(s);for(var m=o.s.r;m<=o.e.r;++m)for(r=ep(m),s=o.s.c;s<=o.e.c;++s)if(n=i[s]+r,a="",void 0!==(t=c?(e[m]||[])[s]:e[n])){if(null!=t.F){if(n=t.F,!t.f)continue;a=t.f,-1==n.indexOf(":")&&(n=n+":"+n)}if(null!=t.f)a=t.f;else{if("z"==t.t)continue;if("n"==t.t&&null!=t.v)a=""+t.v;else if("b"==t.t)a=t.v?"TRUE":"FALSE";else if(void 0!==t.w)a="'"+t.w;else{if(void 0===t.v)continue;a="s"==t.t?"'"+t.v:""+t.v}}l[l.length]=n+"="+a}return l},sheet_to_row_object_array:ab,sheet_get_cell:cb,book_new:mb,book_append_sheet:db,book_set_sheet_visibility:function(e,t,n){e.Workbook||(e.Workbook={}),e.Workbook.Sheets||(e.Workbook.Sheets=[]);var a=function(e,t){if("number"==typeof t){if(t>=0&&e.SheetNames.length>t)return t;throw new Error("Cannot find sheet # "+t)}if("string"==typeof t){var n=e.SheetNames.indexOf(t);if(n>-1)return n;throw new Error("Cannot find sheet name |"+t+"|")}throw new Error("Cannot find sheet |"+t+"|")}(e,t);switch(e.Workbook.Sheets[a]||(e.Workbook.Sheets[a]={}),n){case 0:case 1:case 2:break;default:throw new Error("Bad sheet visibility setting "+n)}e.Workbook.Sheets[a].Hidden=n},cell_set_number_format:function(e,t){return e.z=t,e},cell_set_hyperlink:ub,cell_set_internal_link:function(e,t,n){return ub(e,"#"+t,n)},cell_add_comment:function(e,t,n){e.c||(e.c=[]),e.c.push({t:t,a:n||"SheetJS"})},sheet_set_array_formula:function(e,t,n,a){for(var s="string"!=typeof t?t:ip(t),o="string"==typeof t?t:rp(t),r=s.s.r;r<=s.e.r;++r)for(var i=s.s.c;i<=s.e.c;++i){var l=cb(e,r,i);l.t="n",l.F=o,delete l.v,r==s.s.r&&i==s.s.c&&(l.f=n,a&&(l.D=!0))}return e},consts:{SHEET_VISIBLE:0,SHEET_HIDDEN:1,SHEET_VERY_HIDDEN:2}};Pm.version;function pb(e){const n=t.Children.map(e,(e=>{var n;if(!t.isValidElement(e))return null;const a=(null===e||void 0===e||null===(n=e.props)||void 0===n?void 0:n.template)||sm.STRING;return{...e.props,template:a}})),a=Array.from(n).filter((e=>null===e||void 0===e?void 0:e.title));return a}function fb(e){return e.map((e=>(0,xe.t)(e.title||"")))}function gb(e){return t=>e.map((e=>{let n=e.properties?t[e.properties]:t;if(e.formatter===Vn)return(a=n)?new Date(a).toISOString().substring(0,10).split("-").reverse().join("."):"";var a;if(e.formatter&&(n=e.formatter(n)),Array.isArray(n))return n.length;const s=typeof n;return"object"===s?!e.formatter&&e.template?"":Object.entries(n).map((e=>"".concat((0,xe.t)(e[0])||"",": ").concat(e[1]||""))).join(", "):"string"===s?n.replace(".",","):n}))}function yb(e,t,n){const a=pb(t),s=gb(a),o=[fb(a),...e.map(s)],r=hb.aoa_to_sheet(o);r["!cols"]=a.map((()=>({width:20})));const i=hb.book_new();hb.book_append_sheet(i,r,"Sheet1"),function(e,t,n){var a=n||{};a.type="file",a.file=t,tb(a),eb(e,a)}(i,"".concat(n,".xlsx"))}var vb=(0,fn.Z)("getPath");function bb(e){return e?Array.isArray(e)?e.join("."):"object"===typeof e?[e.type,e.page].join("."):e:""}const wb=new class{constructor(){Object.defineProperty(this,vb,{value:bb}),this.key="view_settings",this.version=1,this.settings={},this.load(),(0,Gt.rC)(this,{settings:Gt.LO,load:Gt.aD,setItem:Gt.aD})}load(){const e=JSON.parse(localStorage.getItem(this.key)||"{}")||{};e.version===this.version&&(this.settings=e.settings)}save(){0!==Object.keys(this.settings).length?localStorage.setItem(this.key,JSON.stringify({version:this.version,settings:this.settings})):localStorage.removeItem(this.key)}setItem(e,t,n){const a=(0,pn.Z)(this,vb)[vb](e);a&&(t&&t!==n?this.settings[a]=t:delete this.settings[a],this.save())}getItem(e,t){var n;const a=(0,pn.Z)(this,vb)[vb](e);return(null===(n=this.settings)||void 0===n?void 0:n[a])||t}},kb=wb,_b="DataView_data_view_buttons__yCbg3",xb="DataView_data_view_icon__XKD50";function Tb(e){let{rowsForExcel:n=[],rows:a=[],sort:s=[],type:o,columnCount:r,className:i,fullScreenMode:l="",disabledRow:c,updateSort:m,children:d}=e;const{t:u}=Bt(),h=Q(),p=kb.getItem(h,Lo?"cards":"table"),[f,g]=(0,t.useState)(o||p);if(!a||!a.length)return null;const y={table:"./assets/icons/Cards.svg",cards:"./assets/icons/Table.svg"}[f],v={table:"\u041e\u0442\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u044c \u043a\u0430\u0440\u0442\u043e\u0447\u043a\u0430\u043c\u0438",cards:"\u041e\u0442\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u043e\u0439"}[f];return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)("div",{style:{position:"relative"},children:(0,jo.jsxs)("div",{className:_b,children:[!Lo&&(0,jo.jsx)("img",{src:"./assets/icons/Download.svg",className:xb,onClick:()=>{const e=u("sidebar.".concat(h.type,".").concat(h.page));yb(n||a,d,e)}}),!Lo&&(0,jo.jsx)("img",{src:gi.isOpen?"./assets/icons/CloseFullscreen.svg":"./assets/icons/OpenFullscreen.svg",className:xb,onClick:()=>{gi.toggle(l)}}),!Lo&&(0,jo.jsx)("img",{title:v,src:y,className:xb,onClick:()=>{const e="table"===f?"cards":"table";g(e),kb.setItem(h,e,"table")}})]})}),"table"===f&&(0,jo.jsx)(tc,{template:"table",children:(0,jo.jsx)(ym,{rows:a,sort:s,disabledRow:c,updateSort:m,children:d})}),"cards"===f&&(0,jo.jsx)(Om,{items:a,columnCount:r,className:i,children:d})]})}Tb.defaultProps={rows:[],sort:[],type:void 0,columnCount:void 0,updateSort:()=>{}};const Sb=Tb;function Cb(e){let{template:t,title:n,properties:a,prefixes:s,suffixes:o,formatter:r,className:i,style:l,isFixed:c,isSortable:m,isResizable:d,isDraggable:u,isShow:h,minWidth:p,width:f,onClick:g}=e;return(0,jo.jsx)(jo.Fragment,{children:{template:t,title:n,properties:a,prefixes:s,suffixes:o,formatter:r,className:i,style:l,isFixed:c,isSortable:m,isResizable:d,isDraggable:u,isShow:h,minWidth:p,width:f,onClick:g}})}Cb.defaultProps={title:"",prefixes:[""],suffixes:[""],formatter:void 0,className:"",isDisabled:!1,isFixed:!1,isSortable:!1,isResizable:!1,isDraggable:!1,isShow:!0,minWidth:void 0,width:void 0,onClick:void 0};const Eb=Cb;function Ab(e,t){let n=0,a=0;const s=[];return e.forEach((e=>{n+=e.width,a+=e.value,e.title&&s.push(e.title)})),{title:t.otherTitle,value:a,width:n,description:s.join(", ")}}function jb(e,t){const n=Object.entries(e).sort(((e,n)=>t.order.indexOf(e[0])-t.order.indexOf(n[0]))),a=n.reduce(((e,t)=>e+t[1]),0),s=[],o=[],r=[];return n.forEach((e=>{let[n,i]=e;const l=function(e,t){return Math.round(e*(100/t))}(i||0,a),c={title:n,value:i,width:l};s.push(c),l>=t.limit?o.push(c):r.push(c)})),0===r.length?o:1===r.length?s:[...o,Ab(r,t)].filter((e=>e.width>1))}function Nb(e){let{value:t,width:n,title:a,description:s,suffix:o,color:r,className:i,formatter:l}=e;const{t:c}=Bt();if(!n||n<=0)return null;const m=c(a||""),d=c(s||"")||m,u=null===l||void 0===l?void 0:l(t),h=o?" ".concat(c(o||"")):"",p=t?"".concat(n,"% (").concat(u).concat(h,") ").concat(d):"".concat(n,"% ").concat(d);return(0,jo.jsx)("div",{className:i,style:{width:"".concat(n,"%"),color:null===r||void 0===r?void 0:r.second,padding:m?"0 0 0 4px":"0",backgroundColor:null===r||void 0===r?void 0:r.first},title:p,children:m})}Nb.defaultProps={value:0,width:0,title:"",description:"",suffix:"",color:null,className:"",formatter:e=>e};const Db=Nb,Ob="styles_line_chart__Os6FB",Pb="styles_line_chart_item__h5Dv1",Rb="styles_line_chart_sub_item__70rAH";function Ib(e){let{options:t,value:n,details:a,className:s}=e;if(0===n)return null;let o=Math.round((n||100)*(100/t.max));if(o<1)return null;if(!a)return(0,jo.jsx)("div",{className:"".concat(Ob," ").concat(s||""),children:(0,jo.jsx)(Db,{value:n,width:o,suffix:t.suffix,formatter:t.formatter,className:Pb})});const r=jb(a,t).map((e=>(0,jo.jsx)(Db,{title:e.title,value:e.value,width:e.width,color:t.color.get(e.title),suffix:t.suffix,formatter:t.formatter,description:e.description,className:Rb},e.title)));return(0,jo.jsx)("div",{className:"".concat(Ob," ").concat(s||""),children:(0,jo.jsx)("div",{className:Pb,style:{width:"".concat(o,"%")},children:r})})}Ib.defaultProps={value:void 0,details:void 0,className:""};const Lb=Ib;class Fb{constructor(e){this.refColorByTitle={};const t=["#7F9BE0","#E9A5A1","#C2ECC1","#B6BAE9","#A18BE0","#FFC178","#75CCE0","#B2E069","#EC95B6","#E2DA84","#A7C0FF","#D7D4B1","#E0BA96","#E0BE69","#C0D79C","#B6C5C9","#9E98AD","#AACFD8","#BAB2D0","#DCBAC7"];this.refColorByTitle=Object.fromEntries(e.map(((e,n)=>[e,{first:t[n],second:"#FFFFFF"}])))}get(e){return this.refColorByTitle[e]||Fb.DEFAULT}}function Mb(e){let{order:t,suffix:n,other:a,max:s,limit:o,formatter:r}=e;return{max:s instanceof Array?Math.max(...s):s||100,order:t||[],suffix:null!==n&&void 0!==n?n:"commits",otherTitle:null!==a&&void 0!==a?a:"...",color:null!==t&&void 0!==t&&t.length?new Fb(t):null,limit:o||15,formatter:r||(e=>e)}}Fb.DEFAULT="#D0D1D2";const Wb="Banner_banner__NKjAn",Bb="Banner_banner_icon__jknUT";const zb=function(e){let{className:t}=e;const n=dr.getBanner();if(!n)return null;const{ref:a,link:s,banner:o,text:r,textIcon:i,color:l,backgroundColor:c}=n,m={title:r,to:s||"",target:"_blank",className:t};if(o)return(0,jo.jsx)(we,{...m,children:(0,jo.jsx)("div",{className:Wb,style:{backgroundImage:"url(".concat(o,")")}})});const d=(a||"").split("_").splice(1).join(" ").toUpperCase(),u=c||"linear-gradient(135deg, rgba(64,117,252,1) 0%, rgba(172,179,246,1) 100%)";return(0,jo.jsx)(we,{...m,children:(0,jo.jsxs)("div",{title:r,className:Wb,style:{color:l,background:u},children:[i?(0,jo.jsx)("img",{src:i,className:Bb}):null,r||d||""]})})},Ub="card_recommendations_card__2kGe-",Hb="card_recommendations_card_for_print__mEWP4",Gb="card_recommendations_card_title__qilbG",Vb="card_recommendations_card_icon__LGkDs",Kb="card_recommendations_card_button__HWnqd",qb="card_recommendations_card_info__3Etxk",$b="card_recommendations_card_fact__aJVeI",Yb="card_recommendations_card_warning__5FzYe",Zb="card_recommendations_card_error__YxpZd",Xb="card_recommendations_card_banner__s6avK";function Jb(e){var t;const n=null===e||void 0===e?void 0:e.type;return null!==(t={[Xn.INFO]:"./assets/recommendations/info.svg",[Xn.FACT]:"./assets/recommendations/fact.svg",[Xn.WARNING]:"./assets/recommendations/warning.svg",[Xn.ALERT]:"./assets/recommendations/alert.svg"}[n||Xn.INFO])&&void 0!==t?t:"./assets/recommendations/info.svg"}const Qb=function(e){var t;let{recommendation:n,onClick:a}=e;const{t:s}=Bt();if(!n)return null;const o=function(e){var t;const n=null===e||void 0===e?void 0:e.type;return null!==(t={[Xn.INFO]:qb,[Xn.FACT]:$b,[Xn.WARNING]:Yb,[Xn.ALERT]:Zb}[n||Xn.INFO])&&void 0!==t?t:$b}(n),r=ei(n),i=null===n||void 0===n||null===(t=n.arguments)||void 0===t?void 0:t.title,l=ti(n).split("\n").shift();return(0,jo.jsxs)("div",{className:"".concat(Ub," ").concat(o),onClick:Lo?a:void 0,children:[(0,jo.jsxs)("h5",{className:Gb,children:[(0,jo.jsx)("img",{className:Vb,src:Jb(n)}),xe.Z.get(r,i)]}),(0,jo.jsx)(Rr,{style:{color:"#12131B"},text:l||""}),!Lo&&(0,jo.jsx)(Ro,{mode:"link",className:Kb,onClick:a,children:s("recommendations.modal.open")})]})};const ew=function(e){var t;let{recommendation:n}=e;if(!n)return null;const a=function(e){var t;const n=null===e||void 0===e?void 0:e.type;return null!==(t={[Xn.INFO]:qb,[Xn.FACT]:$b,[Xn.WARNING]:Yb,[Xn.ALERT]:Zb}[n||Xn.INFO])&&void 0!==t?t:$b}(n),s=ei(n),o=null===n||void 0===n||null===(t=n.arguments)||void 0===t?void 0:t.title,r=ti(n);return(0,jo.jsxs)("div",{className:"".concat(Ub," ").concat(Hb," ").concat(a),children:[(0,jo.jsxs)("h5",{className:Gb,children:[(0,jo.jsx)("span",{className:Vb}),xe.Z.get(s,o)]}),(0,jo.jsx)(Rr,{style:{color:"#12131B"},text:r})]})},tw="styles_recommendations_container__vICaJ",nw="styles_recommendations_container_for_print__boNzY";function aw(e){let{recommendations:t,mode:n}=e,a=(t||[]).filter((e=>e)).map((e=>"print"===n?(0,jo.jsx)(ew,{recommendation:e},e[1]):(0,jo.jsx)(Qb,{recommendation:e,onClick:()=>{ni.open(e)}},e[1])));if(!a.length)return null;"print"!==n&&(a=function(e){const t="".concat(Ub," ").concat(Xb),n=(0,jo.jsx)(zb,{className:t}),a=Math.floor(Math.random()*e.length),s=e.splice(a);return[...e,n,...s]}(a));const s=(0,xe.t)("recommendations.title"),o="print"===n?"".concat(tw," scroll_x ").concat(nw):"".concat(tw," scroll_x");return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:s}),(0,jo.jsx)("div",{className:o,onTouchStart:e=>e.stopPropagation(),onMouseDown:e=>e.stopPropagation(),children:a})]})}aw.defaultProps={mode:void 0};const sw=aw;function ow(e,t,n){return Math.max(...e.content.map((e=>n?e[t][n]||0:e[t]||0)))}function rw(e,t){return ow(e,t,"length")}function iw(e){let{response:t,updateSort:n,rowsForExcel:a,mode:s}=e;const{t:o}=Bt();if(!t)return null;const[r,i,l]=[o("page.team.author.type.work"),o("page.team.author.type.dismissed"),o("page.team.author.type.staff")],c=o("page.team.author.worked"),m=o("page.team.author.losses"),d=Mb({order:[c,m],suffix:"page.team.author.days"}),u=Mb({max:rw(t,"tasks"),suffix:"page.team.author.tasksSmall"}),h=Mb({max:ow(t,"commits")}),p=Mb({order:So.dataGrip.type.list});return(0,jo.jsxs)(Sb,{rowsForExcel:a,rows:t.content,sort:t.sort,updateSort:n,type:"print"===s?"cards":void 0,columnCount:"print"===s?3:void 0,children:[(0,jo.jsx)(Eb,{isFixed:!0,template:sm.STRING,formatter:(e,t)=>t+1,width:40}),(0,jo.jsx)(Eb,{isFixed:!0,template:sm.STRING,properties:"author",title:"page.team.pr.author",width:200}),(0,jo.jsx)(Eb,{title:"page.team.author.status",formatter:e=>e.isDismissed?i:e.isStaff?l:r,template:e=>(0,jo.jsx)(dc,{value:e}),width:100}),(0,jo.jsx)(Eb,{template:sm.STRING,properties:"firstCommit",title:"page.team.author.firstCommit",width:130,formatter:e=>Vn(e.timestamp)}),(0,jo.jsx)(Eb,{template:sm.STRING,properties:"lastCommit",title:"page.team.author.lastCommit",width:130,formatter:e=>Vn(e.timestamp)}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,title:"page.team.author.daysAll",properties:"daysAll",formatter:e=>e||1,width:90}),(0,jo.jsx)(Eb,{isSortable:"daysWorked",title:"page.team.author.workedLosses",minWidth:300,template:e=>(0,jo.jsx)(Lb,{options:d,details:e}),formatter:e=>({[c]:e.daysWorked,[m]:e.daysLosses})}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"tasks",formatter:e=>(null===e||void 0===e?void 0:e.length)||0}),(0,jo.jsx)(Eb,{isSortable:!0,properties:"tasks",title:"page.team.author.tasks",minWidth:200,template:e=>(0,jo.jsx)(Lb,{options:u,value:e}),formatter:e=>(null===e||void 0===e?void 0:e.length)||0}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,title:"page.team.author.daysForTask",properties:"daysForTask",formatter:Yn,width:120}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,title:"page.team.author.scopes",properties:"scopes"}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"commits"}),(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.author.commits",properties:"commits",minWidth:100,template:e=>(0,jo.jsx)(Lb,{options:h,value:e})}),(0,jo.jsx)(Eb,{title:"page.team.author.types",properties:"types",width:400,template:e=>(0,jo.jsx)(Lb,{options:p,details:e})}),(0,jo.jsx)(Eb,{template:sm.NUMBER,title:"page.team.author.moneyAll",properties:"moneyAll",formatter:qn}),(0,jo.jsx)(Eb,{template:sm.NUMBER,title:"page.team.author.moneyWorked",properties:"moneyWorked",formatter:qn}),(0,jo.jsx)(Eb,{template:sm.NUMBER,title:"page.team.author.moneyLosses",properties:"moneyLosses",formatter:qn})]})}iw.defaultProps={response:void 0};const lw=dn((e=>{var t;let{mode:n}=e;const{t:a}=Bt(),s=So.dataGrip.author.statistic;if(null===s||void 0===s||!s.length)return"print"!==n?(0,jo.jsx)(kc,{}):null;const o=null===(t=So.dataGrip.recommendations.team)||void 0===t?void 0:t.byAuthor;return(0,jo.jsxs)(jo.Fragment,{children:["fullscreen"!==n&&(0,jo.jsx)(sw,{mode:n,recommendations:o}),(0,jo.jsx)(Uc,{title:"page.team.author.title"}),(0,jo.jsxs)(Dc,{to:"response",loader:(e,t)=>Wc({content:s,pagination:e,sort:t,mode:n}),watch:"".concat(n).concat(So.hash),children:[(0,jo.jsx)(iw,{mode:n,rowsForExcel:s}),(0,jo.jsx)(Mc,{})]}),(0,jo.jsxs)(tc,{children:[(0,jo.jsx)(oc,{children:(0,jo.jsx)(Rr,{text:a("page.team.author.description1")})}),(0,jo.jsx)(oc,{children:(0,jo.jsx)(Rr,{text:a("page.team.author.description2")})})]})]})})),cw=lw,mw="scale_vertical_bar_scale__3kKAP",dw="scale_vertical_bar_scale_wrapper__rPrJG";const uw=function(e){let{max:n,onChange:a}=e;const[s,o]=(0,t.useState)(null),[r,i]=(0,t.useState)(n);return(0,t.useEffect)((()=>{i(n),a(n)}),[n]),(0,jo.jsx)("div",{className:dw,children:(0,jo.jsx)("input",{type:"range",min:1,max:n,value:r,className:mw,onChange:e=>{const t=parseInt(e.target.value||"0",10)||0;i(t),clearTimeout(s),o(setTimeout((()=>{a(t)}),300))}})})},hw="styles_vertical_bar__Q2kgy",pw="styles_vertical_bar_item__cxg-b",fw="styles_vertical_bar_line__R9Bm4",gw="styles_vertical_bar_line_text__yMeJr";const yw=function(e){let{text:t,bottom:n}=e;return t?(0,jo.jsx)("div",{className:fw,style:{bottom:"".concat(n,"%")},children:(0,jo.jsx)("span",{className:gw,children:t})}):null};const vw=function(e){let{dots:n,selected:a,onClick:s}=e;const o=Math.max(...n.map((e=>e.value))),[r,i]=(0,t.useState)(o),l=100/n.length+"%",c=100/r,m=n.map(((e,t)=>{return(0,jo.jsx)("div",{className:pw,style:{width:l,height:"".concat((n=e.value,n>r?100:n*c),"%"),backgroundColor:e.meta===a?"#ED675F":""},title:e.title,onClick:()=>{s&&s(e)}},"".concat(e.title,"_").concat(t));var n}));return(0,jo.jsxs)("div",{className:hw,children:[(0,jo.jsx)(uw,{max:o,onChange:i}),(0,jo.jsx)(yw,{text:r,bottom:100}),r>10?(0,jo.jsx)(yw,{text:r/2,bottom:50}):null,m]})};function bw(e){var t,n;let{task:a,className:s}=e;if(!a)return null;const o=(null===Mn||void 0===Mn||null===(t=Mn.settings)||void 0===t||null===(n=t.linksPrefix)||void 0===n?void 0:n.task)||"/",r="#"===(null===a||void 0===a?void 0:a[0])?a.replace("#",""):a;return(0,jo.jsx)(Tw,{text:a,link:"".concat(o).concat(r),className:s})}bw.defaultProps={task:"",className:""};const ww=bw;function kw(e){var t,n;let{prId:a,text:s,className:o}=e;if(!a)return null;const r=(null===Mn||void 0===Mn||null===(t=Mn.settings)||void 0===t||null===(n=t.linksPrefix)||void 0===n?void 0:n.task)||"/",i="#"===(null===a||void 0===a?void 0:a[0])?a.replace("#",""):a;return(0,jo.jsx)(Tw,{text:s||"PR",link:"".concat(r).concat(i),className:o})}kw.defaultProps={prId:"",text:"",className:""};const _w=kw,xw="ExternalLink_external_link__F2RSV";const Tw=function(e){let{link:t,text:n,className:a}=e;return(0,jo.jsx)(we,{to:t,target:"_blank",className:"".concat(xw," ").concat(a||""),children:n})},Sw={day_info_wrapper:"DayInfo_day_info_wrapper__3cGCj",day_info_author:"DayInfo_day_info_author__C1F-A",day_info_date:"DayInfo_day_info_date__8Nk8m",day_info_message:"DayInfo_day_info_message__4JhXm",day_info_link:"DayInfo_day_info_link__-Ou+n",day_info_row:"DayInfo_day_info_row__K-1mt"};function Cw(e){let{commits:t}=e;const n=t.map((e=>(0,jo.jsxs)("div",{className:Sw.day_info_row,children:[(0,jo.jsx)("span",{className:Sw.day_info_date,children:Kn(e.date)}),(0,jo.jsx)("span",{className:Sw.day_info_message,children:e.message})]},e.date)));return(0,jo.jsx)(jo.Fragment,{children:n})}function Ew(e){let{tasks:t}=e;const n=Object.entries(t).map((e=>{let[t,n]=e;const a=As.pr.prByTask[t];return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsxs)("div",{className:Sw.day_info_link,children:[(0,jo.jsx)(ww,{task:t}),(0,jo.jsx)(_w,{prId:a})]}),(0,jo.jsx)(Cw,{commits:n})]})}));return(0,jo.jsx)(jo.Fragment,{children:n})}function Aw(e){var t,n;let{day:a,order:s,events:o,timestamp:r}=e;const{t:i}=Bt(),l=(null===o||void 0===o||null===(t=o.firstCommit)||void 0===t?void 0:t[r||""])||[],c=(null===o||void 0===o||null===(n=o.lastCommit)||void 0===n?void 0:n[r||""])||[];let m=0;const d=Object.entries(null===a||void 0===a?void 0:a.tasksByAuthor).sort(((e,t)=>s.indexOf(e[0])-s.indexOf(t[0]))).map((e=>{let[t,n]=e;m+=Object.keys(n).length;let a="";return l.includes(t)&&(a=i("page.team.month.first")),c.includes(t)&&(a=i("page.team.month.last")),(0,jo.jsxs)("div",{className:Sw.day_info,children:[(0,jo.jsx)("h3",{className:Sw.day_info_author,children:"".concat(t," ").concat(a)}),(0,jo.jsx)(Ew,{tasks:n})]},t)}));return(0,jo.jsx)("div",{className:Sw.day_info_wrapper,style:{columnCount:m>20?2:1},children:d})}Aw.defaultProps={events:void 0,timestamp:void 0};const jw=Aw;const Nw=function(e){let{statistic:n}=e;const a=n.commitsByTimestampCounter.maxData,[s,o]=(0,t.useState)(a),r=n.allCommitsByTimestamp.map((e=>({title:"".concat(e.timestamp," - ").concat(e.commits," \u043a\u043e\u043c\u043c\u0438\u0442\u043e\u0432"),value:e.commits,meta:e})));if(null===r||void 0===r||!r.length)return(0,jo.jsx)(kc,{});const[i,l]=Hn(a.timestamp),c=[{title:i,description:"page.common.commits.description",type:Xn.FACT,arguments:{description:[l]}}];return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(sw,{recommendations:c}),(0,jo.jsx)(Uc,{title:"page.common.commits.title"}),(0,jo.jsx)(tc,{template:"box",children:(0,jo.jsx)(vw,{dots:r,selected:s,onClick:e=>{o(e.meta)}})}),(0,jo.jsx)("br",{}),(0,jo.jsx)("br",{}),(0,jo.jsx)(Uc,{title:xe.Z.get("page.common.commits.title2",Vn(null===s||void 0===s?void 0:s.timestamp),null===s||void 0===s?void 0:s.commits)}),(0,jo.jsx)(tc,{template:"box",children:(0,jo.jsx)(jw,{day:s,order:So.dataGrip.author.list})})]})},Dw=dn((()=>{const e=So.dataGrip.timestamp.statistic;return(0,jo.jsx)(Nw,{statistic:e})}));const Ow=function(e){let{statistic:n}=e;const a=n.changesByTimestampCounter.maxData,[s,o]=(0,t.useState)(a),r=n.allCommitsByTimestamp.map((e=>({title:"".concat(e.timestamp," - ").concat(e.addedAndChanges," \u0441\u0442\u0440\u043e\u043a \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438"),value:e.addedAndChanges,meta:e})));if(null===r||void 0===r||!r.length)return(0,jo.jsx)(kc,{});const[i,l]=Hn(a.timestamp),c=[{title:i,description:" (".concat(l,") \u0431\u044b\u043b\u043e \u0432\u043b\u0438\u0442\u043e \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0441\u0435\u0433\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439."),type:Xn.FACT,arguments:{description:[l]}}];return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(sw,{recommendations:c}),(0,jo.jsx)(Uc,{title:"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u0445 \u0441\u0442\u0440\u043e\u043a \u043f\u043e \u0434\u043d\u044f\u043c"}),(0,jo.jsx)(tc,{template:"box",children:(0,jo.jsx)(vw,{dots:r,selected:s,onClick:e=>{o(e.meta)}})}),(0,jo.jsx)("br",{}),(0,jo.jsx)("br",{}),(0,jo.jsx)(Uc,{title:"".concat(Vn(null===s||void 0===s?void 0:s.timestamp)," \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438 ").concat((null===s||void 0===s?void 0:s.addedAndChanges)||"_"," \u0441\u0442\u0440\u043e\u043a")}),(0,jo.jsx)(tc,{template:"box",children:(0,jo.jsx)(jw,{day:s,order:So.dataGrip.author.list})})]})},Pw=dn((()=>{const e=So.dataGrip.timestamp.statistic;return(0,jo.jsx)(Ow,{statistic:e})})),Rw={hours_chart_user:"HoursChart_hours_chart_user__Ndvkk",hours_chart_title:"HoursChart_hours_chart_title__P3cEf",hours_chart_data:"HoursChart_hours_chart_data__6tpxJ",hours_chart_day:"HoursChart_hours_chart_day__cZQn+",hours_chart_day_time:"HoursChart_hours_chart_day_time__gcow9",hours_chart_day_name:"HoursChart_hours_chart_day_name__FakbK",hours_chart_hour:"HoursChart_hours_chart_hour__mKEGI",hours_chart_day_time_mm:"HoursChart_hours_chart_day_time_mm__TX2fN"};const Iw=function(){const e=new Array(25).fill(1).map(((e,t)=>t?(0,jo.jsxs)("div",{className:Rw.hours_chart_day_time,children:[(0,jo.jsx)("span",{className:Rw.hours_chart_day_time_hh,children:Gn(t-1)}),(0,jo.jsx)("span",{className:Rw.hours_chart_day_time_mm,children:":00"})]},t):(0,jo.jsx)("div",{className:Rw.hours_chart_day_name},t)));return(0,jo.jsx)(jo.Fragment,{children:e})};const Lw=function(e){let{week:t,day:n,max:a}=e;const s=t.map(((e,t)=>{const s=function(e,t){const n=100*(e||0)/t;return(n-n%1)/100}(e,a),o=s>.2?"#FFFFFF":"#CBCBCD",r=n>4||t<7||t>20?"237, 103, 95":"65, 98, 181";return(0,jo.jsx)("div",{className:Rw.hours_chart_hour,style:{color:o,backgroundColor:"rgba(".concat(r,", ").concat(s,")")},children:e||""},t)}));return(0,jo.jsx)(jo.Fragment,{children:s})},Fw="legend_hours_chart_legend__MetHn",Mw="legend_hours_chart_legend_item__zwxrQ",Ww="legend_hours_chart_legend_work__uisVU",Bw="legend_hours_chart_legend_weekend__M2o-b",zw="legend_hours_chart_legend_count__W8SZI",Uw="legend_hours_chart_legend_title__dyKCs";const Hw=function(){const{t:e}=Bt();return(0,jo.jsxs)("div",{className:Fw,children:[(0,jo.jsxs)("div",{className:Mw,children:[(0,jo.jsx)("div",{className:Ww}),(0,jo.jsx)("div",{className:Uw,children:e("uiKit.hoursChart.work")})]}),(0,jo.jsxs)("div",{className:Mw,children:[(0,jo.jsx)("div",{className:Bw}),(0,jo.jsx)("div",{className:Uw,children:e("uiKit.hoursChart.weekend")})]}),(0,jo.jsxs)("div",{className:Mw,children:[(0,jo.jsx)("div",{className:zw,children:"42"}),(0,jo.jsx)("div",{className:Uw,children:e("uiKit.hoursChart.days")})]})]})};const Gw=function(e){let{statistic:t}=e;const n=t.commitsByDayAndHour.map(((e,n)=>(0,jo.jsxs)("div",{className:Rw.hours_chart_day,children:[(0,jo.jsx)("div",{className:Rw.hours_chart_day_name,children:Un(n,"short")}),(0,jo.jsx)(Lw,{week:e,day:n,max:t.commitsByDayAndHourTotal[8]})]},n)));return(0,jo.jsxs)("div",{className:Rw.hours_chart_user,children:[(0,jo.jsxs)("div",{className:Rw.hours_chart_data,children:[(0,jo.jsx)("div",{className:Rw.hours_chart_day,children:(0,jo.jsx)(Iw,{})}),n]}),(0,jo.jsx)(Hw,{})]})},Vw=dn((e=>{var t;let{mode:n}=e;const a=So.dataGrip.team.statistic,s=null===(t=So.dataGrip.recommendations.team)||void 0===t?void 0:t.byHour;return(0,jo.jsxs)(jo.Fragment,{children:["fullscreen"!==n&&(0,jo.jsx)(sw,{mode:n,recommendations:s}),(0,jo.jsx)(Uc,{title:"page.team.hours.title"}),(0,jo.jsx)(tc,{template:"table",children:(0,jo.jsx)(Gw,{statistic:a})})]})})),Kw=Vw,qw="CandyChart_candy__6xQZk",$w="CandyChart_candy_item__rSQb3",Yw="CandyChart_candy_title__CEfhb",Zw="CandyChart_candy_line__CFOFP",Xw="CandyChart_candy_value__+26Oz",Jw="CandyChart_candy_prefix__dboC2",Qw="CandyChart_candy_dot__XvYKs";const ek=function(e){let{dots:t}=e;const n=100/Math.max(...t.map((e=>e.value))),a=t.map((e=>{return(0,jo.jsxs)("div",{className:$w,children:[(0,jo.jsx)("div",{className:Yw,children:e.title}),(0,jo.jsxs)("div",{className:Zw,children:[(0,jo.jsx)("div",{className:Jw,children:e.value}),(0,jo.jsx)("div",{className:Xw,style:{width:"".concat((t=e.value,t*n),"%"),backgroundColor:e.color||""}}),(0,jo.jsx)("div",{className:Qw,style:{backgroundColor:e.color||""}})]})]},e.title);var t}));return(0,jo.jsx)("div",{className:qw,children:a})};const tk=function(e){let{statistic:t,mode:n}=e;const a="print"===n?20:40,s=t.slice(0,a).map((e=>({title:e[0],value:e[1]})));if(null===s||void 0===s||!s.length)return(0,jo.jsx)(kc,{});const o=[{title:s[0].title,description:"page.common.words.description",type:Xn.FACT,arguments:{description:[s[0].value]}}];return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(sw,{mode:n,recommendations:o}),(0,jo.jsx)(Uc,{title:"page.common.words.title"}),(0,jo.jsx)(tc,{template:"table",children:(0,jo.jsx)(ek,{dots:s})})]})},nk=dn((e=>{let{mode:t}=e;const n=So.dataGrip.team.statistic.wordStatistics;return(0,jo.jsx)(tk,{mode:t,statistic:n})}));function ak(e){let{response:t,updateSort:n,rowsForExcel:a,mode:s}=e;if(!t)return null;const o=Mb({order:So.dataGrip.type.list}),r=Mb({order:So.dataGrip.author.list});return(0,jo.jsxs)(Sb,{rowsForExcel:a,rows:t.content,sort:t.sort,updateSort:n,type:"print"===s?"cards":void 0,columnCount:"print"===s?3:void 0,children:[(0,jo.jsx)(Eb,{isFixed:!0,template:sm.STRING,title:"page.team.scope.scope",properties:"scope",width:200}),(0,jo.jsx)(Eb,{template:sm.NUMBER,title:"page.team.scope.days",properties:"days"}),(0,jo.jsx)(Eb,{template:sm.NUMBER,title:"page.team.scope.authorsDays",properties:"authors",formatter:e=>Object.keys(e).map((t=>e[t].days||0)).reduce(((e,t)=>e+t),0)}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,title:"page.team.scope.tasks",properties:"tasks",formatter:e=>(null===e||void 0===e?void 0:e.length)||0}),(0,jo.jsx)(Eb,{template:sm.NUMBER,title:"page.team.scope.commits",properties:"commits"}),(0,jo.jsx)(Eb,{title:"page.team.scope.types",properties:"types",minWidth:200,template:e=>(0,jo.jsx)(Lb,{options:o,details:e})}),(0,jo.jsx)(Eb,{title:"page.team.scope.authors",properties:"authors",minWidth:200,formatter:e=>Object.fromEntries(Object.keys(e).map((t=>{var n;return[t,(null===(n=e[t])||void 0===n?void 0:n.commits)||0]}))),template:e=>(0,jo.jsx)(Lb,{options:r,details:e})}),(0,jo.jsx)(Eb,{template:sm.NUMBER,title:"page.team.scope.cost",properties:"cost",formatter:qn})]})}ak.defaultProps={response:void 0};const sk=dn((e=>{var t;let{mode:n}=e;const a=So.dataGrip.scope.statistic;if((null===a||void 0===a?void 0:a.length)<2)return"print"!==n?(0,jo.jsx)(kc,{}):null;const s=null===(t=So.dataGrip.recommendations.team)||void 0===t?void 0:t.byScope;return(0,jo.jsxs)(jo.Fragment,{children:["fullscreen"!==n&&(0,jo.jsx)(sw,{mode:n,recommendations:s}),(0,jo.jsx)(Uc,{title:"page.team.scope.title"}),(0,jo.jsxs)(Dc,{to:"response",loader:e=>Wc({content:a,pagination:e,mode:n}),watch:"".concat(n).concat(So.hash),children:[(0,jo.jsx)(ak,{mode:n,rowsForExcel:a}),(0,jo.jsx)(Mc,{})]})]})})),ok=sk,rk="styles_tempo__35OlM",ik="styles_tempo_wrapper__9G8QZ",lk="styles_tempo_column__-MszO",ck="styles_tempo_column_wrapper__gOSJN",mk="styles_tempo_header__h8S6V",dk="styles_tempo_author__5oBlm",uk="styles_tempo_header_title__fCsQX",hk="styles_tempo_header_day__74koH";const pk=function(e){let{dayInfo:t}=e;return(0,jo.jsxs)("div",{className:mk,children:[(0,jo.jsx)("p",{className:uk,children:Vn(null===t||void 0===t?void 0:t.timestamp)}),(0,jo.jsx)("p",{className:hk,children:Un(null===t||void 0===t?void 0:t.day,"long")})]})};const fk=function(e){let{name:t}=e;return(0,jo.jsx)("div",{className:dk,children:t||""})},gk="task_tempo_task__TNLYR",yk="task_tempo_task_wrapper__nKH-u",vk="task_tempo_task_header__XjSvi",bk="task_tempo_task_value__smF9i",wk="task_tempo_task_title__ZHB4o",kk="task_tempo_task_tag__vpHgX",_k="task_tempo_task_tags__bhnV8",xk="task_tempo_task_commits__I07Se",Tk="task_tempo_task_hours__auht3",Sk="task_tempo_task_icon__p1+3l";function Ck(e){return"".concat(Gn(e.hours),":").concat(Gn(e.minutes))}function Ek(e){const t=e[0],n=e[e.length-1];return t!==n?"c ".concat(Ck(t)," \u0434\u043e ").concat(Ck(n)):"\u0434\u043e ".concat(Ck(t))}function Ak(e){const t=new Set(e.map((e=>e.type))),n=Array.from(t).filter((e=>e&&"\u2014"!==e)).map((e=>(0,jo.jsx)("p",{className:kk,children:e},e)));return(0,jo.jsx)(jo.Fragment,{children:n})}function jk(e){let{title:t,commits:n}=e;const{t:a}=Bt(),s=As.pr.prByTask[t];return(0,jo.jsxs)("div",{className:gk,children:[(0,jo.jsxs)("div",{className:vk,children:[(0,jo.jsxs)("div",{children:[t?(0,jo.jsx)(ww,{task:t}):"\u2014",(0,jo.jsx)(_w,{prId:s})]}),(0,jo.jsx)("div",{className:_k,children:Ak(n)})]}),(0,jo.jsxs)("figure",{className:xk,children:[(0,jo.jsxs)("figure",{children:[(0,jo.jsx)("img",{src:"./assets/chart/commit.svg",className:Sk}),(0,jo.jsx)("figcaption",{className:bk,children:n.length})]}),(0,jo.jsx)("figcaption",{className:wk,children:a("page.team.day.commits")})]}),(0,jo.jsxs)("figure",{className:Tk,children:[(0,jo.jsxs)("figure",{children:[(0,jo.jsx)("img",{src:"./assets/chart/clock.svg",className:Sk}),(0,jo.jsx)("figcaption",{className:bk,children:Ek(n)})]}),(0,jo.jsx)("figcaption",{className:wk,children:a("page.team.day.activity")})]})]},t)}const Nk=function(e){let{tasks:t}=e;const n=Object.entries(t).map((e=>{let[t,n]=e;return(0,jo.jsx)(jk,{title:t,commits:n},t)}));return(0,jo.jsx)("div",{className:yk,children:n})},Dk="chart_tempo_chart__rsJb1",Ok="chart_tempo_chart_dashboard__aknVt",Pk="chart_tempo_chart_dot__0JrVm",Rk="chart_tempo_chart_legend__5j88z",Ik="chart_tempo_chart_time__ijaMS";const Lk=function(e){let{tasks:t}=e;const n=Object.values(t).flat(1).reduce(((e,t)=>(e[t.hours]+=t.changes+t.added+t.removed,e)),new Array(24).fill(0)).map(((e,t)=>{if(!e)return null;const n=4.166666666666667*t,a=Math.min(80,e/1.5);return(0,jo.jsx)("div",{className:"".concat(Pk),title:"".concat(e," \u0441\u0442\u0440\u043e\u043a \u0441 ").concat(Gn(t),":00 \u0434\u043e ").concat(Gn(t+1),":00"),style:{left:"".concat(n,"%"),height:"".concat(a,"%")}},t)}));return(0,jo.jsxs)("div",{className:Dk,children:[(0,jo.jsx)("div",{className:Ok,children:n}),(0,jo.jsxs)("div",{className:Rk,children:[(0,jo.jsx)("span",{className:Ik,children:"00:00"}),(0,jo.jsx)("span",{className:Ik,children:"06:00"}),(0,jo.jsx)("span",{className:Ik,children:"12:00"}),(0,jo.jsx)("span",{className:Ik,children:"18:00"}),(0,jo.jsx)("span",{className:Ik,children:"00:00"})]})]})};function Fk(e){let{dayInfo:t,order:n,author:a}=e;const s=Object.entries((null===t||void 0===t?void 0:t.tasksByAuthor)||{}).sort(((e,t)=>n.indexOf(e[0])-n.indexOf(t[0]))).filter((e=>{let[t]=e;return!a||t===a})).map((e=>{let[t,n]=e;return(0,jo.jsxs)("div",{children:[a?null:(0,jo.jsx)(fk,{name:t}),(0,jo.jsx)(Lk,{tasks:n}),(0,jo.jsx)(Nk,{tasks:n})]},t)}));return(0,jo.jsxs)("div",{className:lk,children:[(0,jo.jsx)(pk,{dayInfo:t}),(0,jo.jsx)("div",{className:"".concat(ck," scroll_y"),children:s.length?s:(0,jo.jsx)(kc,{icon:"./assets/cards/commits.png",message:"\u0412 \u044d\u0442\u043e\u0442 \u0434\u0435\u043d\u044c \u0443 \u044d\u0442\u043e\u0433\u043e \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0430 \u043d\u0435 \u0431\u044b\u043b\u043e \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u043a\u043e\u043c\u043c\u0438\u0442\u0430."})})]})}Fk.defaultProps={order:[],author:""};const Mk=Fk;Mk.defaultProps={order:[],author:""};const Wk=function(e){let{days:n,author:a,order:s}=e;const[o,r]=(0,t.useState)({}),i=(0,t.useRef)();(0,t.useEffect)((()=>{const e=null===i||void 0===i?void 0:i.current;(null===e||void 0===e?void 0:e.clientWidth)===(null===e||void 0===e?void 0:e.scrollWidth)&&r({overflowX:"hidden"})}),[]);const l=n.map((e=>(0,jo.jsx)(Mk,{dayInfo:e,author:a,order:s||[]},null===e||void 0===e?void 0:e.timestamp)));return(0,jo.jsx)("div",{ref:i,style:o,className:"".concat(ik," scroll_x"),onTouchStart:e=>e.stopPropagation(),onMouseDown:e=>e.stopPropagation(),children:(0,jo.jsx)("div",{className:rk,children:l})})},Bk="styles_ui_kit_select_value__XeL5D",zk="styles_ui_kit_select_search__cAmoG",Uk="styles_ui_kit_select_option__5hVNF",Hk="styles_ui_kit_select_container__KY85n",Gk="styles_ui_kit_select_list__dz9kJ",Vk="styles_ui_kit_select_option_focus__sR9AZ";const Kk=function(e){let{value:t,className:n,onClick:a}=e;return(0,jo.jsx)("div",{className:"".concat(Bk," ").concat(n||""),onClick:a,children:t})};const qk=function(e){let{value:n,placeholder:a,className:s,onChange:o,onClose:r,onKeyDown:i}=e;const l=(0,t.useRef)(null),[c,m]=(0,t.useState)(0);return(0,t.useEffect)((()=>{setTimeout((()=>{null!==l&&void 0!==l&&l.current&&l.current.focus()}),250)}),[]),(0,jo.jsx)("input",{ref:l,type:"text",value:n,placeholder:a,className:"".concat(zk," ").concat(s||""),onChange:e=>{clearTimeout(c),o(e.target.value)},onBlur:()=>{clearTimeout(c);const e=setTimeout((()=>{r()}),250);m(e)},onFocus:()=>{clearTimeout(c)},onKeyDown:()=>{},onKeyUp:e=>{i({ArrowUp:"up",ArrowDown:"down",Enter:"enter"}[e.key||""]||"")}})};const $k=function(e){let{option:t,focus:n,className:a,onClick:s}=e,o=[Uk];return a&&o.push(a),n&&o.push(Vk),(0,jo.jsx)("li",{className:o.join(" "),onClick:s,children:t.title})};const Yk=function(e){let{value:n,options:a,search:s,keyCode:o,className:r,setKeyCode:i,onClick:l}=e;const[c,m]=(0,t.useState)(-1);console.log(n);const d=null===a||void 0===a?void 0:a.filter((e=>-1!==e.title.indexOf(s)));(0,t.useEffect)((()=>{if(o){if("down"===o){let e=c+1;e>=d.length&&(e=0),m(e)}if("up"===o){let e=c-1;e<0&&(e=d.length-1),m(e)}if("enter"===o){const e=d[c];l(e,c)}i("")}}),[o]),(0,t.useEffect)((()=>{m(-1)}),[s]);const u=null===d||void 0===d?void 0:d.map(((e,t)=>(0,jo.jsx)($k,{focus:t===c,option:e,className:r,onClick:()=>{l(e.source,t)}},e.id)));return u.length?(0,jo.jsx)("ul",{className:"".concat(Gk," scroll_y ").concat(r||""),children:u}):null};function Zk(e){return(null===e||void 0===e?void 0:e.title)||(null===e||void 0===e?void 0:e.name)||(null===e||void 0===e?void 0:e.label)||(null===e||void 0===e?void 0:e.description)||(null===e||void 0===e?void 0:e.value)||(null===e||void 0===e?void 0:e.id)||(null===e||void 0===e?void 0:e.uuid)||(null===e||void 0===e?void 0:e.key)||JSON.stringify(e)}function Xk(e,t){const n=typeof e;return"boolean"===n?e?"yes":"no":"number"===n||"string"===n?e:e?Array.isArray(e)?e.map(t).join(", "):t(e):""}function Jk(e){return Xk(e,Zk)}function Qk(e,t){return Xk(e,(e=>function(e,t){var n,a,s,o;return null!==(n=null!==(a=null!==(s=null!==(o=null===e||void 0===e?void 0:e.id)&&void 0!==o?o:null===e||void 0===e?void 0:e.uuid)&&void 0!==s?s:null===e||void 0===e?void 0:e.key)&&void 0!==a?a:t)&&void 0!==n?n:Zk(e)}(e,t)))}function e_(e,t){return{id:Qk(e,t),title:Jk(e),source:e}}const t_=function(e){let{value:n,options:a,className:s,onChange:o}=e;const[r,i]=(0,t.useState)(!1),[l,c]=(0,t.useState)(""),[m,d]=(0,t.useState)(""),u=(0,t.useMemo)((()=>(null===a||void 0===a?void 0:a.map(e_))||[]),[a]),h=(0,t.useMemo)((()=>Jk(a.find((e=>e.id===n)))||Jk(n)),[n]);return(0,jo.jsxs)("div",{className:"".concat(Hk," ").concat(s||""),children:[r?null:(0,jo.jsx)(Kk,{value:h,options:u,className:s,onClick:()=>i(!0)}),r?(0,jo.jsx)(qk,{value:l,placeholder:h,className:s,onChange:c,onKeyDown:d,onClose:()=>{c(""),i(!1)}}):null,r?(0,jo.jsx)(Yk,{value:n,options:u,search:l,keyCode:m,setKeyCode:d,className:s,onClick:e=>{c(""),i(!1),o&&o(null===e||void 0===e?void 0:e.id)}}):null]})};function n_(e){var t,n;let{className:a,value:s,options:o,reverse:r,onChange:i}=e,l=o.map((e=>e.id)).indexOf(s);-1===l&&(l=0);const c=l<=0,m=l>=o.length-1,d=null===(t=o[l-1])||void 0===t?void 0:t.id,u=null===(n=o[l+1])||void 0===n?void 0:n.id;return(0,jo.jsxs)("div",{className:"".concat(Xi," ").concat(a||""),children:[(0,jo.jsx)(Ro,{mode:"second",className:Ji,disabled:r?m:c,onClick:()=>{i(r?u:d)},children:"\xab"}),Lo?(0,jo.jsx)(el,{value:s,options:o,onChange:i}):(0,jo.jsx)(t_,{value:s,options:o,onChange:i}),(0,jo.jsx)(Ro,{mode:"second",className:Qi,disabled:r?c:m,onClick:()=>{i(r?d:u)},children:"\xbb"})]})}n_.defaultProps={reverse:!1,className:""};const a_=n_,s_="filters_table_filters__ea5FG",o_="filters_table_filters_item__4-+2W";function r_(e){const t=(e||[]).reduce(((e,t)=>(e[t.week]||(e[t.week]=[]),e[t.week].push(t),e)),{});return Object.entries(t).map((e=>{const t=e[1][0],n=e[1][e[1].length-1];return{id:t.week,days:e[1],title:Zn({from:t.timestamp,to:n.timestamp})}}))}const i_=dn((e=>{let{filters:n,onChange:a}=e;const{t:s}=Bt(),o=So.dataGrip.timestamp.statistic.allCommitsByTimestamp||[],r=(0,t.useMemo)((()=>r_(o)),[o]),i=So.dataGrip.author.list,l=(0,t.useMemo)((()=>function(e,t){const n=e.map(((e,t)=>({id:t+1,title:e})));return n.unshift({id:0,title:t("page.team.tree.filters.all")}),n}(i,s)),[i]);return(0,jo.jsxs)("div",{className:s_,children:[(0,jo.jsx)(a_,{title:"page.team.tree.filters.author",value:n.user,className:o_,options:l,onChange:e=>{a({...n,user:e})}}),(0,jo.jsx)(a_,{reverse:!0,title:"page.team.tree.filters.author",value:n.week||o[o.length-1].week,className:o_,options:r.reverse(),onChange:e=>{a({...n,week:e})}})]})})),l_=i_;function c_(e){let{response:t,order:n,user:a}=e;return t?(0,jo.jsx)(Wk,{days:t.content,author:a,order:n}):null}c_.defaultProps={response:void 0};const m_=dn((()=>{const e=So.dataGrip.timestamp.statistic.allCommitsByTimestamp||[],n=So.dataGrip.author.list||[],a=e[e.length-1],[s,o]=(0,t.useState)({week:a.week}),r=s.user?n[s.user-1]:"";if(null===e||void 0===e||!e.length)return(0,jo.jsx)(kc,{});const i=function(e,t){return t.filter((t=>t.week===e.week)).slice(0,7)}({week:s.week,user:r},e);return null!==i&&void 0!==i&&i.length?(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:"common.filters"}),(0,jo.jsx)(tc,{children:(0,jo.jsx)(l_,{filters:s,onChange:o})}),(0,jo.jsx)("br",{}),(0,jo.jsx)(tc,{template:"table",children:(0,jo.jsx)(Dc,{to:"response",loader:()=>Wc({content:i}),watch:JSON.stringify(s),children:(0,jo.jsx)(c_,{order:n,user:r})})})]}):(0,jo.jsx)(kc,{})})),d_="CardWithIcon_card_with_icon__3a7zZ",u_="CardWithIcon_card_with_icon_long__wEO+N",h_="CardWithIcon_card_with_icon_icon__OGrXz",p_="CardWithIcon_card_with_icon_value__crR9J",f_="CardWithIcon_card_with_icon_title__tFLQS",g_="CardWithIcon_card_with_icon_description__79tg5",y_="CardWithIcon_card_with_icon_banner__WHT08";function v_(e){let{title:t,description:n,value:a,suffix:s,color:o,icon:r,long:i=!1}=e;const{t:l}=Bt();return a||0===a?(0,jo.jsxs)("figure",{className:i?u_:d_,children:[r&&(0,jo.jsx)("img",{className:h_,src:r}),(0,jo.jsxs)("p",{className:p_,style:{color:o||""},children:[a,s||""]}),(0,jo.jsx)("h4",{className:f_,children:l(t||"")}),(0,jo.jsx)("figcaption",{className:g_,children:l(n||"")})]}):null}v_.defaultProps={description:"",suffix:"",color:void 0,icon:void 0,long:!1};const b_=v_,w_=dn((()=>{const{t:e}=Bt(),t=So.dataGrip.team.statistic,n=So.dataGrip.author.employment,a=So.dataGrip.timestamp.statistic,s=n.active.reduce(((e,t)=>e+So.dataGrip.author.statisticByName[t].taskInDay),0).toFixed(1),o=n.active.reduce(((e,t)=>e+Mn.getCurrentSalaryInMonth(t)),0);return(0,jo.jsxs)(tc,{children:[(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(Uc,{title:"page.team.total.titleA"}),(0,jo.jsxs)("div",{children:[(0,jo.jsx)(b_,{value:t.daysWorked,icon:"./assets/cards/work_days.png",title:"page.team.total.daysWorked.title",description:"page.team.total.daysWorked.description"}),(0,jo.jsx)(b_,{value:t.commits,icon:"./assets/cards/commits.png",title:"page.team.total.commits.title",description:"page.team.total.commits.description"}),(0,jo.jsx)(b_,{value:t.daysLosses,icon:"./assets/cards/lazy.png",title:"page.team.total.daysLosses.title",description:"page.team.total.daysLosses.description"}),(0,jo.jsx)(b_,{value:"".concat(n.active.length," / ").concat(n.dismissed.length),icon:"./assets/cards/dismissal.png",title:"page.team.total.employment.title",description:"page.team.total.employment.description"}),(0,jo.jsx)(b_,{long:!0,value:s,icon:"./assets/cards/tasks_month.png",title:"page.team.total.workSpeed.title",description:"page.team.total.workSpeed.description"})]}),(0,jo.jsx)(Rr,{text:e("page.team.total.description1")}),(0,jo.jsx)(Rr,{text:e("page.team.total.description2")}),(0,jo.jsx)(Rr,{text:e("page.team.total.description3")})]}),(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(Uc,{title:"page.team.total.titleB"}),(0,jo.jsxs)("div",{children:[(0,jo.jsx)(b_,{value:$n(t.moneyAll),icon:"./assets/cards/money_total.png",title:"page.team.total.moneyAll.title",description:"page.team.total.moneyAll.description"}),(0,jo.jsx)(b_,{value:$n(t.moneyWorked),icon:"./assets/cards/money_work.png",title:"page.team.total.moneyWorked.title",description:"page.team.total.moneyWorked.description"}),(0,jo.jsx)(b_,{value:$n(t.moneyLosses),icon:"./assets/cards/money_lazy.png",title:"page.team.total.moneyLosses.title",description:"page.team.total.moneyLosses.description"}),(0,jo.jsx)(b_,{value:$n(a.weekendPayment),icon:"./assets/cards/money_holidays.png",title:"page.team.total.weekendPayment.title",description:"page.team.total.weekendPayment.description"}),(0,jo.jsx)(b_,{long:!0,value:$n(o),icon:"./assets/cards/money_month.png",title:"page.team.total.moneySpeed.title",description:"page.team.total.moneySpeed.description"})]}),(0,jo.jsx)(Rr,{text:e("page.team.total.description4")}),(0,jo.jsx)(Rr,{text:e("page.team.total.description5")})]})]})})),k_=w_;function __(e){let{title:t,description:n,help:a,error:s,className:o,disabled:r,value:i,placeholder:l,onChange:c}=e;const{t:m}=Bt();return(0,jo.jsx)($i,{title:t,description:n,help:a,error:s,className:o,children:(0,jo.jsx)("input",{disabled:r,type:"number",value:i,placeholder:l?m(l):"",className:Yi,onChange:e=>{c&&c(parseInt(e.target.value,10)||0)}})})}__.defaultProps={placeholder:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435"};const x_=__;const T_=new class{constructor(){this.hash=0,this.authorId=0,this.minCommits=0,this.selectedPath=[],(0,Gt.rC)(this,{hash:Gt.LO,authorId:Gt.LO,minCommits:Gt.LO,selectedPath:Gt.LO,updateFilter:Gt.aD})}updateFilter(e,t){this[e]=t,this.hash=Math.random()}},S_=dn((()=>{const{t:e}=Bt(),t=So.dataGrip.author.list.map(((e,t)=>({id:t+1,title:e})));return t.unshift({id:0,title:e("page.team.tree.filters.all")}),(0,jo.jsxs)("div",{className:s_,children:[(0,jo.jsx)(a_,{title:"page.team.tree.filters.author",value:T_.authorId,className:o_,options:t,onChange:e=>{T_.updateFilter("authorId",e)}}),(0,jo.jsx)(x_,{placeholder:"page.team.tree.filters.commits",help:"page.team.tree.filters.help",value:T_.minCommits||"",className:o_,onChange:e=>{T_.updateFilter("minCommits",e)}})]})})),C_=S_,E_="path_file_breadcrumbs__LpB9m",A_="path_file_breadcrumbs_text__wycrS",j_="path_file_breadcrumbs_link__UvaTi",N_=dn((()=>{const e=T_.selectedPath.map(((e,t)=>(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)("span",{className:A_,children:"/"},"".concat(e,".")),(0,jo.jsx)("span",{className:"".concat(A_," ").concat(j_),onClick:()=>{const e=T_.selectedPath.slice(0,t+1);T_.updateFilter("selectedPath",e)},children:e},e)]})));return(0,jo.jsxs)("h3",{className:E_,children:[(0,jo.jsx)("span",{className:A_,children:"\u0410\u0434\u0440\u0435\u0441:"}),(0,jo.jsx)("span",{className:"".concat(A_," ").concat(j_),onClick:()=>{T_.updateFilter("selectedPath",[])},children:".."}),e]})}));function D_(e){let{response:t}=e;if(!t)return null;const n=Mb({max:ow(t,"lines"),suffix:"page.team.tree.line"}),a=Mb({order:So.dataGrip.author.list,suffix:"page.team.tree.line"}),s=Mb({order:["page.team.tree.linesAdded","page.team.tree.linesChanged","page.team.tree.linesRemoved"],suffix:"page.team.tree.line"});return(0,jo.jsxs)(ym,{rows:t.content,disabledRow:e=>".."!==(null===e||void 0===e?void 0:e.title),children:[(0,jo.jsx)(Eb,{isFixed:!0,template:sm.STRING,formatter:e=>null!==e&&void 0!==e&&e.content?"\ud83d\udcc1 ".concat(null===e||void 0===e?void 0:e.name):"\ud83d\udcc4 ".concat(null===e||void 0===e?void 0:e.name),minWidth:170,onClick:e=>{e.content&&T_.updateFilter("selectedPath",[...e.path,e.name])}}),(0,jo.jsx)(Eb,{isSortable:!0,width:50,properties:"lines",template:sm.SHORT_NUMBER}),(0,jo.jsx)(Eb,{isSortable:!0,properties:"lines",minWidth:100,template:e=>(0,jo.jsx)(Lb,{options:n,value:e})}),(0,jo.jsx)(Eb,{isSortable:!0,template:sm.STRING,title:"page.team.pr.firstCommitTime",formatter:e=>{var t;return Vn(null===e||void 0===e||null===(t=e.firstCommit)||void 0===t?void 0:t.timestamp)},width:130}),(0,jo.jsx)(Eb,{isSortable:!0,template:sm.STRING,title:"page.team.pr.author",formatter:e=>{var t;return(null===e||void 0===e||null===(t=e.firstCommit)||void 0===t?void 0:t.author)||""},width:150}),(0,jo.jsx)(Eb,{isSortable:!0,template:sm.STRING,title:"page.team.pr.lastCommitTime",formatter:e=>{var t;return Vn(null===e||void 0===e||null===(t=e.lastCommit)||void 0===t?void 0:t.timestamp)},width:130}),(0,jo.jsx)(Eb,{isSortable:!0,template:sm.STRING,title:"page.team.pr.author",formatter:e=>{var t;return(null===e||void 0===e||null===(t=e.lastCommit)||void 0===t?void 0:t.author)||""},width:150}),(0,jo.jsx)(Eb,{minWidth:200,template:e=>(0,jo.jsx)(Lb,{value:100,options:s,details:{"page.team.tree.linesAdded":(null===e||void 0===e?void 0:e.addedLines)||0,"page.team.tree.linesRemoved":(null===e||void 0===e?void 0:e.removedLines)||0,"page.team.tree.linesChanged":(null===e||void 0===e?void 0:e.changedLines)||0}})}),(0,jo.jsx)(Eb,{title:"page.team.tree.add",minWidth:200,template:e=>(0,jo.jsx)(Lb,{value:100,options:a,details:null===e||void 0===e?void 0:e.addedByAuthorInPercent})}),(0,jo.jsx)(Eb,{title:"page.team.tree.change",minWidth:200,template:e=>(0,jo.jsx)(Lb,{value:100,options:a,details:null===e||void 0===e?void 0:e.changedByAuthorInPercent})}),(0,jo.jsx)(Eb,{title:"page.team.tree.remove",minWidth:200,template:e=>(0,jo.jsx)(Lb,{value:100,options:a,details:null===e||void 0===e?void 0:e.removedByAuthorInPercent})})]})}D_.defaultProps={response:void 0};const O_=D_;function P_(e,t){return n=function(e,t){return(t||[]).reduce(((e,t)=>e.content[t]||{content:[]}),e||{content:[]})}(e,t),Object.values(n.content).sort(((e,t)=>e.content&&!t.content?-1:!e.content&&t.content?1:e.name===t.name?0:e.name>t.name?1:-1));var n}const R_=dn((e=>{let{type:n}=e;const{t:a}=Bt(),s="removed"===n?So.fileGrip.removedTree.tree:So.fileGrip.tree.tree;(0,t.useEffect)((()=>{T_.updateFilter("selectedPath",[])}),[n]);const o=P_(s,T_.selectedPath);return null!==o&&void 0!==o&&o.length?(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:a("common.filters")}),(0,jo.jsx)(C_,{}),(0,jo.jsx)(N_,{}),(0,jo.jsx)(tc,{template:"table",children:(0,jo.jsxs)(Dc,{to:"response",loader:e=>Wc({content:o,pagination:{...e,size:2e3}}),watch:"".concat(T_.hash).concat(n),children:[(0,jo.jsx)(O_,{}),(0,jo.jsx)(Mc,{})]})})]}):(0,jo.jsx)(kc,{})})),I_=R_;function L_(e){let{response:t,updateSort:n,rowsForExcel:a,mode:s}=e;if(!t)return null;const o=ow(t,"count"),r=ow(t,"removedCount"),i=Mb({max:Math.max(o,r),suffix:"page.team.extension.files"});return(0,jo.jsxs)(Sb,{rowsForExcel:a,rows:t.content,sort:t.sort,updateSort:n,type:"print"===s?"cards":void 0,columnCount:"print"===s?3:void 0,children:[(0,jo.jsx)(Eb,{isFixed:!0,template:sm.STRING,title:"page.team.extension.name",properties:"extension",width:200}),(0,jo.jsx)(Eb,{template:sm.STRING,title:"page.team.extension.path",width:350,formatter:e=>1===e.count||1===e.removedCount?e.path:""}),"print"===s?(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.pr.task",properties:"task",width:120}):(0,jo.jsx)(Eb,{isSortable:!0,template:(e,t)=>t.path?(0,jo.jsx)(ww,{task:e}):"",title:"page.team.pr.task",properties:"task",width:120}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"count"}),(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.extension.current.count",properties:"count",width:170,minWidth:170,template:e=>(0,jo.jsx)(Lb,{options:i,value:e})}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"removedCount"}),(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.extension.removed.count",properties:"removedCount",width:170,minWidth:170,template:e=>(0,jo.jsx)(Lb,{options:i,value:e})})]})}L_.defaultProps={response:void 0};const F_=dn((e=>{let{mode:t}=e;const n=So.fileGrip.extension.statistic;return(null===n||void 0===n?void 0:n.length)<2?"print"!==t?(0,jo.jsx)(kc,{}):null:(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:"page.team.extension.extension"}),(0,jo.jsxs)(Dc,{to:"response",loader:e=>Wc({content:n,pagination:e,mode:t}),watch:"".concat(t).concat(So.hash),children:[(0,jo.jsx)(L_,{mode:t,rowsForExcel:n}),(0,jo.jsx)(Mc,{})]})]})}));function M_(e){let{response:t,updateSort:n,rowsForExcel:a,mode:s}=e;if(!t)return null;const o=ow(t,"count"),r=ow(t,"removedCount"),i=Mb({max:Math.max(o,r),suffix:"page.team.extension.files"});return(0,jo.jsxs)(Sb,{rowsForExcel:a,rows:t.content,sort:t.sort,updateSort:n,type:"print"===s?"cards":void 0,columnCount:"print"===s?3:void 0,children:[(0,jo.jsx)(Eb,{isFixed:!0,template:sm.STRING,title:"page.team.extension.name",properties:"type",width:200}),(0,jo.jsx)(Eb,{template:sm.STRING,title:"page.team.extension.path",width:350,formatter:e=>1===e.count||1===e.removedCount?e.path:""}),"print"===s?(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.pr.task",properties:"task",width:120}):(0,jo.jsx)(Eb,{isSortable:!0,template:(e,t)=>t.path?(0,jo.jsx)(ww,{task:e}):"",title:"page.team.pr.task",properties:"task",width:120}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"count"}),(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.extension.current.count",properties:"count",width:170,minWidth:170,template:e=>(0,jo.jsx)(Lb,{options:i,value:e})}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"removedCount"}),(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.extension.removed.count",properties:"removedCount",width:170,minWidth:170,template:e=>(0,jo.jsx)(Lb,{options:i,value:e})})]})}M_.defaultProps={response:void 0};const W_=dn((e=>{let{mode:t}=e;const n=So.fileGrip.type.statistic;return(null===n||void 0===n?void 0:n.length)<2?"print"!==t?(0,jo.jsx)(kc,{}):null:(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:"page.team.extension.type"}),(0,jo.jsxs)(Dc,{to:"response",loader:e=>Wc({content:n,pagination:e,mode:t}),watch:"".concat(t).concat(So.hash),children:[(0,jo.jsx)(M_,{mode:t,rowsForExcel:n}),(0,jo.jsx)(Mc,{})]})]})})),B_=dn((e=>{let{mode:t}=e;return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(F_,{mode:t}),(0,jo.jsx)(W_,{mode:t})]})}));function z_(e){let{response:t,updateSort:n,rowsForExcel:a,mode:s}=e;if(!t)return null;const o=Mb({max:ow(t,"tasks"),suffix:"page.team.type.tasksSmall"}),r=Mb({max:ow(t,"daysByAuthorsTotal"),suffix:"page.team.type.daysSmall"}),i=Mb({order:So.dataGrip.author.list});return(0,jo.jsxs)(Sb,{rowsForExcel:a,rows:t.content,sort:t.sort,updateSort:n,type:"print"===s?"cards":void 0,columnCount:"print"===s?3:void 0,children:[(0,jo.jsx)(Eb,{isFixed:!0,template:sm.STRING,title:"page.team.type.type",properties:"type",width:150}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"tasks"}),(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.type.tasks",properties:"tasks",minWidth:120,template:e=>(0,jo.jsx)(Lb,{options:o,value:e})}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,title:"page.team.type.days",properties:"days"}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"daysByAuthorsTotal"}),(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.type.authorsDays",properties:"daysByAuthorsTotal",minWidth:120,template:e=>(0,jo.jsx)(Lb,{options:r,value:e})}),(0,jo.jsx)(Eb,{template:sm.NUMBER,title:"page.team.type.commits",properties:"commits"}),(0,jo.jsx)(Eb,{title:"page.team.type.authors",properties:"commitsByAuthors",template:e=>(0,jo.jsx)(Lb,{options:i,details:e}),minWidth:500})]})}z_.defaultProps={response:void 0};const U_=dn((e=>{var t;let{mode:n}=e;const{t:a}=Bt(),s=So.dataGrip.type.statistic;if(null===s||void 0===s||!s.length)return"print"!==n?(0,jo.jsx)(kc,{}):null;const o=null===(t=So.dataGrip.recommendations.team)||void 0===t?void 0:t.byType;return(0,jo.jsxs)(jo.Fragment,{children:["fullscreen"!==n&&(0,jo.jsx)(sw,{mode:n,recommendations:o}),(0,jo.jsx)(Uc,{title:"page.team.type.title"}),(0,jo.jsxs)(Dc,{to:"response",loader:(e,t)=>Wc({content:s,pagination:e,sort:t,mode:n}),watch:"".concat(n).concat(So.hash),children:[(0,jo.jsx)(z_,{mode:n,rowsForExcel:s}),(0,jo.jsx)(Mc,{})]}),(0,jo.jsx)(tc,{children:(0,jo.jsx)(Rr,{text:a("page.team.type.description")})})]})})),H_=U_;function G_(e){let{response:t,updateSort:n,rowsForExcel:a,mode:s}=e;if(!t)return null;const o=Mb({max:ow(t,"tasks"),order:So.dataGrip.type.list,suffix:"page.team.week.tasks"}),r=Mb({max:ow(t,"authorsLength"),order:So.dataGrip.author.list,suffix:"page.team.week.tasks"}),i=Mb({max:ow(t,"changesLength"),order:["page.team.week.add","page.team.week.change","page.team.week.remove"],suffix:"\u0441\u0442\u0440\u043e\u043a"}),l=Mb({order:["page.team.week.hasCommits","page.team.week.hasNotCommits"],suffix:"page.team.week.days"}),c=Mb({order:So.dataGrip.author.list,suffix:"page.team.week.days"});return(0,jo.jsxs)(Sb,{rowsForExcel:a,rows:t.content,sort:t.sort,updateSort:n,type:"print"===s?"cards":void 0,columnCount:"print"===s?3:void 0,children:[(0,jo.jsx)(Eb,{isFixed:!0,template:sm.STRING,title:"page.team.week.date",properties:"timestamp",formatter:Zn,width:260}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"tasks"}),(0,jo.jsx)(Eb,{isSortable:"tasks",title:"page.team.week.numberTasks",template:e=>(0,jo.jsx)(Lb,{options:o,value:e.tasks,details:e.types}),minWidth:200}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"authorsLength"}),(0,jo.jsx)(Eb,{isSortable:"authorsLength",title:"page.team.week.people",template:e=>(0,jo.jsx)(Lb,{options:r,value:e.authorsLength,details:e.authors}),minWidth:200}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"changesLength"}),(0,jo.jsx)(Eb,{isSortable:"changesLength",title:"page.team.week.line",template:e=>{var t,n,a;return(0,jo.jsx)(Lb,{options:i,value:e.changesLength,details:{"page.team.week.add":null===e||void 0===e||null===(t=e.changes)||void 0===t?void 0:t.added,"page.team.week.change":null===e||void 0===e||null===(n=e.changes)||void 0===n?void 0:n.changes,"page.team.week.remove":null===e||void 0===e||null===(a=e.changes)||void 0===a?void 0:a.removed}})},minWidth:200}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"workDaysTotal"}),(0,jo.jsx)(Eb,{isSortable:"workDaysTotal",title:"page.team.week.days",template:e=>(0,jo.jsx)(Lb,{options:l,details:{"page.team.week.hasCommits":null===e||void 0===e?void 0:e.workDaysTotal,"page.team.week.hasNotCommits":5*(null===e||void 0===e?void 0:e.authorsLength)-(null===e||void 0===e?void 0:e.workDaysTotal)}}),minWidth:200}),(0,jo.jsx)(Eb,{title:"page.team.week.lossesDetails",template:e=>(0,jo.jsx)(Lb,{options:c,details:e}),formatter:e=>{const t=Object.entries(null===e||void 0===e?void 0:e.workDays).map((e=>{let[t,n]=e;return[t,5-n]}));return Object.fromEntries(t.filter((e=>e[1]>0)))},minWidth:200})]})}G_.defaultProps={response:void 0};const V_=dn((e=>{var t;let{mode:n}=e;const a=So.dataGrip.week.statistic;if(null===a||void 0===a||!a.length)return"print"!==n?(0,jo.jsx)(kc,{}):null;const s=null===(t=So.dataGrip.recommendations.team)||void 0===t?void 0:t.byWeek;return(0,jo.jsxs)(jo.Fragment,{children:["fullscreen"!==n&&(0,jo.jsx)(sw,{mode:n,recommendations:s}),"print"===n?(0,jo.jsx)(Uc,{title:"page.team.week.title"}):(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)("br",{}),(0,jo.jsx)("br",{}),(0,jo.jsx)("br",{})]}),(0,jo.jsxs)(Dc,{to:"response",loader:(e,t)=>Wc({content:a,pagination:e,sort:t}),watch:"".concat(n).concat(So.hash),children:[(0,jo.jsx)(G_,{mode:n,rowsForExcel:a}),"print"!==n&&(0,jo.jsx)(Mc,{})]})]})})),K_=V_;function q_(e,t,n){return{id:"".concat(e,"-").concat(t),month:e,year:t,first:!1,last:!1,date:new Date("".concat(t,"-").concat(Gn(e+1),"-01")),firstDay:n.firstDay["".concat(e,"-").concat(t)],lastDay:n.lastDay["".concat(e,"-").concat(t)],commits:[]}}function $_(e,t,n){const a="".concat(e.month,"-").concat(e.year);if(t[a]){t[a].commits=n;const e=[],s=[];n.forEach((t=>{e.push(...Object.keys(t.tasks)),s.push(...Object.keys(t.tasksByAuthor))})),t[a].tasks=Array.from(new Set(e)).length;const o=Array.from(new Set(s));t[a].money=o.reduce(((e,t)=>e+Mn.getCurrentSalaryInMonth(t)),0)}}function Y_(e,t){let n={month:0,year:0},a=[];const s=e[0],o=e[e.length-1],{months:r,monthsByDate:i}=function(e,t,n){const a=[],s={};for(let o=e.year;o<=t.year;o++){const r=o===e.year?e.month:0,i=o===t.year?t.month+1:12;for(let e=r;e<i;e++){const t=q_(e,o,n);a.push(t),s[t.id]=t}}return a.slice(null===e||void 0===e?void 0:e.month),a.slice(a.length-(12-(null===t||void 0===t?void 0:t.month))),a[0].first=!0,a[a.length-1].last=!0,a[a.length-1].lastDay=void 0,{months:a,monthsByDate:s}}(s,o,t);return e.forEach((e=>{e.month!==n.month||e.year!==n.year?($_(n,i,a),a=[e]):a.push(e),n=e})),$_(n,i,a),r}const Z_="styles_year_chart__CuiUa",X_="styles_year_chart_month__AdQdi",J_="styles_year_chart_month_header__EifAZ",Q_="styles_year_chart_month_header_title__rSnWC",ex="styles_year_chart_month_body__35YkI",tx="styles_year_chart_month_body_day__kwGqm",nx="styles_year_chart_month_body_day_arrow__mVJUQ",ax="styles_year_chart_month_body_day_info__aGly9";const sx=function(e){let{month:t}=e;const n=t.date.toLocaleString(Bn(),{month:"long"}),a=t.first||t.last||!t.month;return(0,jo.jsx)("div",{className:J_,children:(0,jo.jsxs)("span",{className:Q_,style:{fontWeight:a?"bold":100},children:[n," ",a?t.year:""]})})};function ox(e,t){return e.reduce(((e,n)=>{var a;if(n.isStaff)return e;if("lastCommit"===t&&!n.isDismissed)return e;const s=null===n||void 0===n||null===(a=n[t])||void 0===a?void 0:a.timestamp;return e[s]||(e[s]=[]),e[s].push(n.author),e}),{})}function rx(e){let{month:n,dayInfo:a,maxCommits:s,dayNumber:o,events:r}=e;const[i,l]=(0,t.useState)(!1),c=function(e,t){const n=100*(e||0)/t;return(n-n%1)/100}(a.commits,s),m=function(e,t){const n=e?["#ED675F","#EB817C","#E98E8A","#E89B99","#E7A8A7","#E7B5B6","#E6C3C4","#E4CFD3"]:["#4162B5","#617DC1","#718AC6","#8198CD","#91A6D2","#A2B3D8","#B2C1DE","#C2CEE4"];return t>=.8?n[1]:t>=.6?n[3]:t>=.4?n[5]:n[7]}([5,6,12,13,19,20,26,27,33,34,40,41].includes(o),c),d=function(e,t){var n,a;const s=null===(n=e.firstDay)||void 0===n?void 0:n[t],o=null===(a=e.lastDay)||void 0===a?void 0:a[t];return s&&o||o||s?"./assets/chart/commit.svg":""}(n,a.dayInMonth),u=function(e,t){var n,a;const s=null===e||void 0===e||null===(n=e.firstCommit)||void 0===n?void 0:n[t],o=null===e||void 0===e||null===(a=e.lastCommit)||void 0===a?void 0:a[t];return s&&o?"+-":o?"-":s?"+":""}(r,a.timestamp);return(0,jo.jsx)("div",{className:tx,title:"commits: ".concat(a.commits,", tasks: ").concat(a.tasksInDay||0),style:{backgroundColor:m,backgroundImage:d?"url(".concat(d,")"):""},onClick:()=>{l(!i)},children:i?(0,jo.jsxs)(jo.Fragment,{children:["\u25c9",(0,jo.jsx)("div",{className:nx}),(0,jo.jsxs)("div",{className:"".concat(ax," scroll_y"),children:[(0,jo.jsx)(Uc,{title:Vn(a.timestamp)}),(0,jo.jsx)(jw,{day:a,events:r,timestamp:a.timestamp,order:So.dataGrip.author.list})]})]}):u})}rx.defaultProps={rows:[]};const ix=rx;function lx(e){let{month:t,maxCommits:n,showEvents:a}=e;const s=t.date.getDay()-1,o=s+[31,28,31,30,31,30,31,31,30,31,30,31][t.month],r=new Array(42).fill(0);let i=0;const l=a?function(e){const t=e.dataGrip.author.statistic;return{firstCommit:ox(t,"firstCommit"),lastCommit:ox(t,"lastCommit")}}(So):{},c=r.map(((e,a)=>{const r=t.commits[i];return(null===r||void 0===r?void 0:r.dayInMonth)===a-s+1?(i+=1,(0,jo.jsx)(ix,{month:t,maxCommits:n,dayNumber:a,dayInfo:r,events:l},a)):(0,jo.jsx)("div",{className:tx,style:{opacity:a<s||a>o?.3:1}},a)}));return(0,jo.jsx)("div",{className:ex,children:c})}lx.defaultProps={rows:[]};const cx=lx,mx="line_year_chart_month_info__Cv+xl";function dx(e){let{max:t,month:n,showEvents:a,hideMoney:s}=e,o="";n.tasks&&(o="\u2611 ".concat(n.tasks||0)),!s&&n.money&&(o="\u2611 ".concat(n.tasks||0," \u2014 ").concat($n(n.money||0,0)));const r=s?"tasks":"tasks and money";return(0,jo.jsxs)("div",{className:X_,children:[(0,jo.jsx)(sx,{month:n}),(0,jo.jsx)(cx,{month:n,maxCommits:t.commits,showEvents:a}),(0,jo.jsx)("div",{title:r,className:mx,children:o})]})}dx.defaultProps={hideMoney:!1};const ux=dx;function hx(e){let{maxCommits:n=100,showEvents:a=!0,wordDays:s=[],authors:o=[]}=e;const r=(0,t.useRef)(null),[i,l]=(0,t.useState)(16);if((0,t.useEffect)((()=>{var e;if(!r.current)return;const t=(null===(e=r.current)||void 0===e?void 0:e.getBoundingClientRect())||{},n=Math.floor(t.width/135),a=function(e,t){for(let n=16;n<=24;n+=.3)if((7+8*n)*t>e)return n-.3;return 24}(t.width,n);l(a)}),[]),!s||!s.length)return null;const c=function(e){const t={},n={};return e.forEach((e=>{if(e.isStaff)return;const a="".concat(e.firstCommit.month,"-").concat(e.firstCommit.year);t[a]||(t[a]={}),t[a][e.firstCommit.dayInMonth]=e;const s="".concat(e.lastCommit.month,"-").concat(e.lastCommit.year);n[s]||(n[s]={}),n[s][e.lastCommit.dayInMonth]=e})),{firstDay:t,lastDay:n}}(o),m=Y_(s,c),d=1===(null===o||void 0===o?void 0:o.length),u={tasks:new Ba,money:new Ba};m.forEach((e=>{u.tasks.update(e.tasks),u.money.update(e.money)}));const h=m.map((e=>(0,jo.jsx)(ux,{max:{tasks:u.tasks.max,money:u.money.max,commits:n},month:e,showEvents:a,hideMoney:d},e.id))),p={"--day-size":"".concat(i.toFixed(1),"px")};return(0,jo.jsx)("div",{ref:r,style:p,className:Z_,children:h})}hx.defaultProps={showEvents:!0};const px=hx,fx=dn((e=>{var t;let{mode:n}=e;const a=So.dataGrip.author.statistic,s=So.dataGrip.timestamp.statistic,o=s.commitsByTimestampCounter.max,r=null===(t=So.dataGrip.recommendations.team)||void 0===t?void 0:t.byTimestamp;return(0,jo.jsxs)(jo.Fragment,{children:["fullscreen"!==n&&(0,jo.jsx)(sw,{mode:n,recommendations:r}),(0,jo.jsx)(Uc,{title:"page.team.month.title"}),(0,jo.jsx)(tc,{template:"table",children:(0,jo.jsx)(px,{maxCommits:o,authors:a,wordDays:s.allCommitsByTimestamp})})]})})),gx=fx;function yx(e){let{response:t,updateSort:n,rowsForExcel:a,mode:s}=e;if(!t)return null;const o=Mb({max:ow(t,"commits"),suffix:"page.team.type.tasksSmall"});return(0,jo.jsxs)(Sb,{rowsForExcel:a,rows:t.content,sort:t.sort,updateSort:n,type:"print"===s?"cards":void 0,columnCount:"print"===s?3:void 0,children:[(0,jo.jsx)(Eb,{isFixed:!0,isSortable:!0,template:e=>(0,jo.jsx)(ww,{task:e}),title:"page.team.tasks.task",properties:"task",width:120}),(0,jo.jsx)(Eb,{properties:"types",template:e=>(0,jo.jsx)(dc,{value:e}),width:100}),(0,jo.jsx)(Eb,{properties:"scope",template:e=>(0,jo.jsx)(dc,{value:e}),width:100}),(0,jo.jsx)(Eb,{isSortable:!0,template:(e,t)=>(0,jo.jsx)(_w,{prId:null===t||void 0===t?void 0:t.prId}),properties:"task",width:40}),(0,jo.jsx)(Eb,{template:sm.STRING,properties:"comments"}),(0,jo.jsx)(Eb,{template:sm.STRING,title:"page.team.tasks.author",properties:"author",width:170}),(0,jo.jsx)(Eb,{template:sm.STRING,title:"page.team.tasks.from",properties:"from",width:150,formatter:Vn}),(0,jo.jsx)(Eb,{template:sm.STRING,title:"page.team.tasks.to",properties:"to",width:150,formatter:Vn}),(0,jo.jsx)(Eb,{template:sm.STRING,title:"page.team.tasks.pr",properties:"to",width:150,formatter:Vn}),(0,jo.jsx)(Eb,{template:sm.STRING,title:"page.team.tasks.prAuthor",properties:"prAuthor",width:170}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"commits"}),(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.tasks.commits",properties:"commits",minWidth:170,template:e=>(0,jo.jsx)(Lb,{options:o,value:e})})]})}yx.defaultProps={response:void 0};const vx=dn((e=>{let{mode:t}=e;const n=So.dataGrip.tasks.statistic;return null!==n&&void 0!==n&&n.length?(0,jo.jsxs)(Dc,{to:"response",loader:(e,a)=>Wc({content:n,pagination:e,sort:a,mode:t}),watch:"".concat(t).concat(So.hash),children:[(0,jo.jsx)("br",{}),(0,jo.jsx)("br",{}),(0,jo.jsx)("br",{}),(0,jo.jsx)(yx,{mode:t,rowsForExcel:n}),(0,jo.jsx)(Mc,{})]}):"print"!==t?(0,jo.jsx)(kc,{}):null})),bx="GameBanner_game_banner__b5+Fg",wx="GameBanner_game_banner_description__MbaLC";const kx=function(e){let{src:t,children:n}=e;return t?(0,jo.jsx)("div",{className:bx,style:{backgroundImage:"url(".concat(t,")")},children:n?(0,jo.jsx)("div",{className:wx,children:n}):null}):null};function _x(e){return Math.floor(Math.random()*(e+1))}function xx(e){for(let t,n,a=e.length;a;t=parseInt(Math.random()*a),n=e[--a],e[a]=e[t],e[t]=n);return e}const Tx="info_races_track_info__83WxU";const Sx=function(e){let{title:t,duration:n}=e;return console.log(t),(0,jo.jsx)("div",{className:Tx,style:{animationDelay:"".concat(n+1,"s")},children:"4"})},Cx="car_races_track_car__4-hbF",Ex="car_races_track_car_title__xLQOO",Ax="car_races_track_car_cover__MLOUy",jx="car_races_track_car_animation__kzPcN",Nx=["ease","ease-in","ease-out","ease-in-out","linear","cubic-bezier(0.1, 0.7, 1, 0.1)"];function Dx(e){let{title:n,duration:a,type:s,canStart:o}=e;const r=_x(Nx.length-1),[i]=(0,t.useState)(Nx[r]);(0,t.useEffect)((()=>{xx(Nx)}),[]);const l=o?jx:"";return(0,jo.jsxs)("div",{className:"".concat(Cx," ").concat(s||""," ").concat(l||""),style:{animationTimingFunction:i,animationDuration:"".concat(a,"s")},children:[(0,jo.jsx)("div",{className:"".concat(Ex," ").concat(s||""),children:n}),(0,jo.jsx)("img",{className:Ax,src:"./assets/games/races/car.png"})]})}Dx.defaultProps={type:"",canStart:!1};const Ox=Dx,Px="styles_races__VtaYM",Rx="styles_races_green__vJq+q",Ix="styles_races_track__OTXZ8",Lx="styles_races_button__bvtiA",Fx=10,Mx=20;function Wx(e){let{title:t,speed:n,type:a,canStart:s}=e;if(!t)return null;const o=Fx+Mx*(1-n)*3;return(0,jo.jsxs)("div",{className:"".concat(Ix," ").concat(a||""),style:{backgroundImage:"url(./assets/games/races/road.png)"},children:[s&&(0,jo.jsx)(Sx,{title:t,duration:o}),(0,jo.jsx)(Ox,{title:t,duration:o,type:a,canStart:s})]})}Wx.defaultProps={type:"",canStart:!1};const Bx=Wx;const zx=function(e){let{tracks:n}=e;const{t:a}=Bt(),[s,o]=(0,t.useState)(!1),[r]=(0,t.useState)([...xx(n)]);if(!n.length)return null;const i=r.map((e=>(0,jo.jsx)(Bx,{title:e.title,speed:e.speed,canStart:s},e.title)));return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(kx,{src:"./assets/games/races/bg.png",children:!s&&(0,jo.jsx)(Ro,{className:Lx,onClick:()=>{o(!0)},children:a("uiKit.races.go")})}),(0,jo.jsx)("div",{className:Rx,style:{backgroundImage:"url(./assets/games/races/greenTop.png)"}}),(0,jo.jsx)("div",{className:Px,children:i}),(0,jo.jsx)("div",{className:Rx,style:{backgroundImage:"url(./assets/games/races/greenBottom.png)"}})]})},Ux="styles_show_symbol_wrapper__CF9a1",Hx="styles_show_symbol__ABylg",Gx="styles_show_symbol_s__ukgag",Vx="styles_show_symbol_hide__SAUag",Kx="styles_show_symbol_bg__UXOUQ",qx="styles_show_symbol_bg_hide__qEC99";const $x=function(e){let{show:n,children:a,mode:s}=e;const[o,r]=(0,t.useState)(!1);(0,t.useEffect)((()=>{r(n)}),[n]);const i=o?Vx:"",l=o?qx:"",c={"table-row":Gx}[s||""]||"";return(0,jo.jsxs)("div",{className:"".concat(Hx," ").concat(i," ").concat(c),children:[a,(0,jo.jsx)("div",{className:"".concat(Kx," ").concat(l),onClick:()=>r(!0)})]})};const Yx=function(e){let{children:t,onClick:n,mode:a}=e;const s={"table-row":Gx}[a||""]||"";return(0,jo.jsx)("div",{className:"".concat(Hx," ").concat(Vx," ").concat(s),onClick:()=>n(),children:t})};const Zx=function(e){let{text:n,length:a,mode:s}=e;const[o,r]=(0,t.useState)(!1);if((0,t.useEffect)((()=>{r(!1)}),[n]),!n&&!a)return null;const i=function(e,t){const n=(e||"").split(""),a=t?t-1:n.length-1;return n.length-1>a&&(n[a]="\u2026"),n}(n,a),l=((a?new Array(a).fill(1):null)||i).map(((e,t)=>(0,jo.jsx)($x,{mode:s,show:o,children:i[t]||""},"".concat(n,"|").concat(e,"|").concat(t))));return(0,jo.jsxs)("div",{className:"".concat(Ux),style:{paddingTop:"table-row"===s?"8px":0},children:[l,(0,jo.jsx)(Yx,{mode:s,onClick:()=>r(!0),children:"\xbb"})]})},Xx="track_swimming_pool_track__Pi+9u",Jx="track_swimming_pool_track_value__crbBH",Qx="track_swimming_pool_track_line__93r0Q",eT="track_swimming_pool_track_chart__Caa5Q",tT="track_swimming_pool_track_man__GPkAm";function nT(e,t){return t?{className:e,style:{backgroundImage:"url(".concat(t,")")}}:{className:e}}const aT=function(e){let{title:t,value:n,maxValue:a}=e;if(!t)return null;const s=1.1*a/100,o=Math.ceil(n/s);return(0,jo.jsxs)("div",{...nT(Xx,"./assets/games/swimmingPool/track_title.png"),children:[(0,jo.jsx)(Zx,{text:t,length:10}),(0,jo.jsx)("div",{...nT(Jx,"./assets/games/swimmingPool/block.png"),children:n}),(0,jo.jsx)("div",{...nT(Qx,"./assets/games/swimmingPool/water.png"),children:(0,jo.jsx)("div",{className:eT,style:{width:"".concat(o,"%")},children:(0,jo.jsx)("img",{className:tT,src:"./assets/games/swimmingPool/man.png"})})})]})},sT="styles_swimming_pool_top_border__ul57s",oT="styles_swimming_pool_bottom_border__MVEyy";const rT=function(e){let{tracks:n}=e;const[a]=(0,t.useState)([...xx(n)]);if(!n.length)return null;const s=a.map((e=>(0,jo.jsx)(aT,{title:e.title,value:e.value,maxValue:300},e.title)));return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(kx,{src:"./assets/games/swimmingPool/bg.png"}),(0,jo.jsx)("div",{className:sT,style:{backgroundImage:"url(./assets/games/swimmingPool/block2.png)"}}),s,(0,jo.jsx)("div",{className:oT,style:{backgroundImage:"url(./assets/games/swimmingPool/block2.png)"}})]})},iT={quiz_result_title:"result_quiz_result_title__nXjLv",quiz_result_description:"result_quiz_result_description__qbj7p"},lT={quiz_container:"styles_quiz_container__M2XFf",quiz_cloud:"styles_quiz_cloud__+7wpo",quiz_cloud_bg:"styles_quiz_cloud_bg__nWu9Q",quiz_slider:"styles_quiz_slider__Ot+b-",quiz_slider_animation:"styles_quiz_slider_animation__E90I-",quiz_footer:"styles_quiz_footer__fVgz6",quiz_title:"styles_quiz_title__qnA9f",quiz_description:"styles_quiz_description__BIeom",quiz_icon:"styles_quiz_icon__3SHFo"};const cT=function(e){let{result:t,onClick:n}=e;return(0,jo.jsxs)("section",{className:iT.quiz_result,children:[(0,jo.jsx)("h4",{className:lT.quiz_title,children:t.title}),(0,jo.jsx)("p",{className:lT.quiz_description,children:t.description}),(0,jo.jsx)("div",{className:lT.quiz_footer,children:(0,jo.jsx)(Ro,{onClick:()=>{n()},children:"Replay"})})]})},mT="answer_quiz_answer__EwZhy",dT="answer_quiz_answer_wrapper__K9cQA",uT="answer_quiz_answer_wrapper_small__6cbHL",hT="answer_quiz_answer_icon__82bgB",pT="answer_quiz_answer_text__fvCwR",fT="answer_quiz_answer_text_selected__heF++",gT="answer_quiz_answer_text_correct__IaL2y",yT="answer_quiz_answer_text_error__hwu1C";const vT=function(e){let{answer:n,mode:a,onClick:s}=e;const[o]=(0,t.useState)(_x(5)),r=[dT],i=[pT];return"small"!==a&&"error"!==a||r.push(uT),"selected"===a&&i.push(fT),"correct"===a&&i.push(gT),"error"===a&&i.push(yT),(0,jo.jsx)("div",{className:r.join(" "),children:(0,jo.jsxs)("figure",{className:mT,onClick:()=>{s()},children:[(0,jo.jsx)("img",{className:hT,src:"./assets/games/quiz/balloon_".concat(o,".png")}),(0,jo.jsx)("figcaption",{className:i.join(" "),children:n.title})]})})},bT={quiz_question_title:"question_quiz_question_title__1bocM",quiz_question_answer:"question_quiz_question_answer__E3gmJ"};function wT(e,t){return(e||[]).map((e=>null!==e&&void 0!==e&&e.score?"correct":null!==e&&void 0!==e&&e.score||e!==t?"small":"error"))}const kT=function(e){let{question:n,onClick:a}=e;const[s,o]=(0,t.useState)(null),[r,i]=(0,t.useState)(!1),[l,c]=(0,t.useState)([]),m=n.answers||[];if((0,t.useEffect)((()=>{c([]),o(null),i(!1)}),[n]),!n)return null;const d=m.map(((e,t)=>(0,jo.jsx)(vT,{mode:l[t],answer:e,onClick:()=>{if(!r){if(s!==e){const n=[];return n[t]="selected",c(n),void o(e)}i(!0),setTimeout((()=>{c(wT(m,s))}),1e3),setTimeout((()=>{a(s)}),3e3)}}},"".concat(e.id||"","|").concat(e.title))));return(0,jo.jsx)("div",{className:bT.quiz_question,children:(0,jo.jsxs)("div",{className:bT.quiz_question_body,children:[(0,jo.jsx)("div",{className:lT.quiz_title,style:{backgroundImage:"url(./assets/games/quiz/cloud_big.png)"},children:n.title}),(0,jo.jsx)("div",{className:lT.quiz_question_answer,children:d}),(0,jo.jsx)("div",{className:lT.quiz_footer,children:(0,jo.jsx)(Ro,{disabled:r,onClick:()=>{i(!0),setTimeout((()=>{c(wT(m,s))}),1e3),setTimeout((()=>{a(s)}),3e3)},children:n.button||"Next question"})})]})})},_T={};const xT=function(e){let{quiz:t,onClick:n}=e;return(0,jo.jsxs)("section",{className:_T.quiz_start,children:[(0,jo.jsx)("h4",{className:lT.quiz_title,children:t.title}),(0,jo.jsx)("p",{className:lT.quiz_description,children:t.description}),(0,jo.jsx)("div",{className:lT.quiz_footer,children:(0,jo.jsx)(Ro,{onClick:()=>{n()},children:t.button||"GO"})})]})};const TT=function(e){let{quiz:n,onEnd:a}=e;const[s,o]=(0,t.useState)(n.questions[0]),[r,i]=(0,t.useState)(n.results[0]),[l,c]=(0,t.useState)([]),[m,d]=(0,t.useState)("start"),[u,h]=(0,t.useState)(!1),p=function(e,t){return n=>{e(!0),setTimeout((()=>{n()}),t/2),setTimeout((()=>{e(!1)}),t)}}(h,1500),f=function(e){const t={},n={};return e.forEach(((e,a)=>{null!==e&&void 0!==e&&e.id&&(t[null===e||void 0===e?void 0:e.id]=e),n[a]=e,e.index=a})),{byId:t,byIndex:n}}(n.questions);let g=null;"start"===m&&(g=(0,jo.jsx)(xT,{quiz:n,onClick:()=>{p((()=>{d("question")}))}})),"question"===m&&(g=(0,jo.jsx)(kT,{question:s,onClick:e=>{const t=f.byId[e.nextQuestionId||""],a=f.byIndex[s.index+1],r=function(e,t){const n=e.reduce(((e,t)=>e+(t.score||0)),0);let a=t[0];return t.forEach((e=>{(e.min&&e.max&&n>=e.min&&n<=e.max||e.min&&!e.max&&n>=e.min||!e.min&&e.max&&n<=e.max)&&(a=e)})),a}(l,n.results);c([...l,e]),e.isEnd&&p((()=>{i(r),d("result")})),e.nextQuestionId&&t?p((()=>{o(t)})):p(a?()=>{o(a)}:()=>{i(r),d("result")})}})),"result"===m&&(g=(0,jo.jsx)(cT,{result:r,onClick:()=>{p((()=>{a(),o(n.questions[0]),c([]),d("start")}))}}));const y=u?"".concat(lT.quiz_slider," ").concat(lT.quiz_slider_animation):lT.quiz_slider;return(0,jo.jsxs)("div",{className:lT.quiz_container,style:{backgroundImage:"url(./assets/games/quiz/cloud_bg.png)"},children:[(0,jo.jsx)("div",{className:lT.quiz_cloud_bg,style:{backgroundImage:"url(./assets/games/quiz/cloud_bg.png)"}}),(0,jo.jsx)("div",{className:lT.quiz_cloud,style:{backgroundImage:"url(./assets/games/quiz/cloud.png)"}}),(0,jo.jsx)("div",{className:y,children:g})]})},ST={title:"\u0421\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u043a\u0438 \u043e\u0442\u0434\u0435\u043b\u0430",icon:"./assets/games/wheel.jpg",description:"\u0422\u0435\u043a\u0441\u0442 \u0441 \u043a\u0430\u043a\u0438\u043c \u0442\u043e \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u043c \u043d\u0430 \u0442\u0440\u0438 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u043d\u0442\u0440\u0438\u0433\u0443\u044e\u0442 \u0438 \u043c\u0430\u043d\u044f\u0442 \u043f\u0440\u043e\u0439\u0442\u0438 \u044d\u0442\u043e\u0442 \u0443\u043d\u044b\u043b\u044b\u0439 \u043a\u0432\u0438\u0437 \u0441 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u043c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u043c \u0433\u0440\u0430\u0444\u0438\u043a\u0438.",questions:[{title:"\u0421\u043a\u043e\u043b\u044c \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0439 \u0441\u043e\u0437\u0434\u0430\u043b Anatoliy?",answers:[{title:"17",icon:"./assets/games/wheel.jpg",score:0},{title:"23",icon:"./assets/games/wheel.jpg",score:1},{title:"29",icon:"./assets/games/wheel.jpg",score:0}]},{title:"Albert \u043a\u043e\u043c\u043c\u0438\u0442\u0438\u0442 \u0447\u0430\u0449\u0435 Marrie?",answers:[{title:"\u0414\u0430",icon:"./assets/games/wheel.jpg",score:0},{title:"\u041d\u0435\u0442",icon:"./assets/games/wheel.jpg",score:1}]},{title:"\u0421\u0430\u043c\u043e\u0435 \u0434\u043b\u0438\u043d\u043d\u043e\u0435 commit message \u043e\u0441\u0442\u0430\u0432\u0438\u043b:",answers:[{title:"Kolya Elow",icon:"./assets/games/wheel.jpg",score:0},{title:"Subrine Titan",icon:"./assets/games/wheel.jpg",score:0},{title:"Grebenshikov Muz TV",icon:"./assets/games/wheel.jpg",score:1}]}],results:[{title:"\u041f\u043e\u0437\u0434\u0440\u0430\u0432\u043b\u044f\u0435\u043c, \u043f\u044b\u0442\u043a\u0430 \u043e\u043a\u043e\u043d\u0447\u0435\u043d\u0430",icon:"./assets/games/wheel.jpg",description:"\u0412\u044b \u043f\u0440\u043e\u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043b\u0438 \u044d\u0442\u043e\u0442 \u043a\u0432\u0438\u0437 \u0438 \u0433\u043e\u0442\u043e\u0432\u044b \u043d\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u043d\u0430 \u043d\u0435\u0433\u043e \u043e\u0442\u0437\u044b\u0432 \u0434\u043b\u0438\u043d\u043d\u043e\u0439 \u0434\u0432\u0430 \u0438\u043b\u0438 \u0442\u0440\u0438 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f.",min:0,max:60}]};const CT=function(e){let{}=e;return(0,jo.jsx)(TT,{quiz:ST,onEnd:()=>{}})},ET=dn((()=>{const e=So.dataGrip.author.statistic.filter((e=>!e.isStaff)),t=e.map((e=>e.taskInDay)),n=Math.max(...t),a=e.map((e=>({title:e.author,speed:e.taskInDay/n}))),s=[...e].sort(((e,t)=>t.maxMessageLength-e.maxMessageLength)).map((e=>({title:e.author,value:e.maxMessageLength})));return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(CT,{}),(0,jo.jsx)(zx,{tracks:a}),(0,jo.jsx)(Uc,{title:"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u043d\u043d\u0430 \u043f\u043e\u0434\u043f\u0438\u0441\u0438 \u043a\u043e\u043c\u043c\u0438\u0442\u0430"}),(0,jo.jsx)(rT,{tracks:s})]})})),AT=ET;const jT=function(){return(0,jo.jsx)("div",{style:{pageBreakAfter:"always",breakAfter:"always"},children:" "})};function NT(e,t,n,a,s,o){const r=Math.abs(s-o)>180?1:0,i=(n,a)=>function(e,t,n,a){const s=a*Math.PI/180;return[e+n*Math.cos(s),t+n*Math.sin(s)]}(e,t,n,a).map((e=>e.toPrecision(5))).join(",");return["M".concat(i(n,s)),"A".concat(n,",").concat(n,",0,").concat(r,",1,").concat(i(n,o)),"L".concat(i(a,o)),"A".concat(a,",").concat(a,",0,").concat(r,",0,").concat(i(a,s)),"Z"].join("")}const DT="PieSVG_pie_svg__mDKRu",OT="PieSVG_pie_svg_sector__NIcy9";function PT(e){let{options:t,parts:n,center:a}=e;const s=(a||72)/100*49;let o=0;const r=n.map((e=>{const n=t.color.get(e.title).first,a=360*e.width/100,r=Math.min(o+a,360),i=NT(50,50,s,50,o+-90,r+-90);return o+=a,(0,jo.jsx)("path",{style:{fill:n},d:i,className:OT,children:(0,jo.jsx)("title",{children:"".concat(e.title," ").concat(e.description||"")})},e.title)}));return(0,jo.jsx)("svg",{viewBox:"0 0 100 100",preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg",className:DT,children:r})}PT.defaultProps={className:""};const RT=PT,IT="PieChart_pie_chart__9AHjv",LT="PieChart_pie_chart_data__iKrW1",FT="PieChart_pie_chart_icon__4VF68",MT="PieChart_pie_chart_legend__SzWES",WT="PieChart_pie_chart_line__NFQ2x",BT="PieChart_pie_chart_color__oRdh3",zT="PieChart_pie_chart_percent__HMOyT",UT="PieChart_pie_chart_text__u9VHo";const HT=function(e){let{parts:t,options:n}=e;const{t:a}=Bt(),s=t.map((e=>(0,jo.jsxs)("p",{className:WT,children:[(0,jo.jsx)("span",{className:BT,style:{backgroundColor:n.color.get(e.title).first}}),(0,jo.jsx)("span",{className:zT,children:"".concat(e.width,"%")}),(0,jo.jsx)("span",{className:UT,children:a(e.title)})]},e.title)));return(0,jo.jsx)("div",{className:MT,children:s})};function GT(e){let{title:t,options:n,value:a,details:s,center:o,className:r}=e;if(0===a)return null;const i=s||function(e,t){return{a:e,b:t-e}}(a||100,n.max||100),l=jb(i,n);return(0,jo.jsxs)("div",{className:"".concat(IT," ").concat(r||""),children:[(0,jo.jsx)(Uc,{title:t||""}),(0,jo.jsxs)("div",{className:LT,children:[(0,jo.jsx)("div",{className:FT,children:(0,jo.jsx)(RT,{parts:l,options:n,center:o})}),(0,jo.jsx)(HT,{parts:l,options:n})]})]})}GT.defaultProps={value:void 0,details:void 0,className:"",title:""};const VT=GT;const KT=function(){const{t:e}=Bt(),t=So.dataGrip.pr.statistic,n=hs.getPRByGroups(t,"workDays"),a=Mb({order:n.order,limit:3,suffix:"page.team.pr.tasks"}),s=hs.getPRByGroups(t,"delayDays"),o=Mb({order:s.order,limit:3,suffix:"PR"}),r=Math.round(n.weightedAverage),i=Math.round(s.weightedAverage),l=r+i,c=Mb({order:["page.team.pr.word","page.team.pr.delay"],suffix:"page.team.pr.days"});return console.log(l.toFixed(1)),(0,jo.jsxs)(tc,{children:[(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(VT,{title:"page.team.pr.workDays",options:a,details:n.details}),(0,jo.jsx)(VT,{title:"page.team.pr.middleTimeRelease",options:c,details:{"page.team.pr.work":r,"page.team.pr.delay":i}})]}),(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(VT,{title:"page.team.pr.delayDays",options:o,details:s.details}),(0,jo.jsx)(Rr,{text:e("page.team.pr.description1")}),(0,jo.jsx)(Rr,{text:e("page.team.pr.description2")}),(0,jo.jsx)(Rr,{text:e("page.team.pr.description3")})]})]})};function qT(e){let{response:t,updateSort:n,rowsForExcel:a,mode:s}=e;if(!t)return null;const o=Mb({order:["page.team.pr.chart.1day","page.team.pr.chart.3day","page.team.pr.chart.7day","page.team.pr.chart.14day","page.team.pr.chart.30day","page.team.pr.chart.more"],limit:3}),r=Mb({max:ow(t,"weightedAverage"),order:["page.team.pr.work","page.team.pr.delay"],suffix:"page.team.pr.days"});return(0,jo.jsxs)(Sb,{rowsForExcel:a,rows:t.content,sort:t.sort,updateSort:n,type:"print"===s?"cards":void 0,columnCount:"print"===s?3:void 0,fullScreenMode:"author",children:[(0,jo.jsx)(Eb,{isSortable:!0,template:sm.STRING,title:"page.team.pr.author",properties:"author",width:250}),(0,jo.jsx)(Eb,{title:"page.team.pr.workDays",properties:"workDays",template:e=>(0,jo.jsx)(Lb,{options:o,details:e})}),(0,jo.jsx)(Eb,{title:"page.team.pr.delayDays",properties:"delayDays",template:e=>(0,jo.jsx)(Lb,{options:o,details:e})}),(0,jo.jsx)(Eb,{properties:"weightedAverage",template:sm.SHORT_NUMBER}),(0,jo.jsx)(Eb,{title:"page.team.pr.middleTimeRelease",properties:"weightedAverageDetails",width:300,template:(e,t)=>(0,jo.jsx)(Lb,{options:r,value:t.weightedAverage,details:{"page.team.pr.work":e.workDays,"page.team.pr.delay":e.delayDays}})})]})}qT.defaultProps={response:void 0};const $T=qT;function YT(e){let{response:t,updateSort:n,rowsForExcel:a,mode:s}=e;if(!t)return null;const o=Mb({max:ow(t,"workDays")}),r=Mb({max:ow(t,"delayDays")}),i=Mb({max:ow(t,"commits"),order:So.dataGrip.author.list});return(0,jo.jsxs)(Sb,{rowsForExcel:a,rows:t.content,sort:t.sort,updateSort:n,type:"print"===s?"cards":void 0,columnCount:"print"===s?2:void 0,fullScreenMode:"all",children:["print"===s?(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.pr.task",properties:"task",width:120}):(0,jo.jsx)(Eb,{isSortable:!0,template:(e,t)=>(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(ww,{task:e}),(0,jo.jsx)(_w,{prId:null===t||void 0===t?void 0:t.prId})]}),title:"page.team.pr.task",properties:"task",width:120}),(0,jo.jsx)(Eb,{isSortable:!0,template:sm.STRING,title:"page.team.pr.firstCommitTime",properties:"beginTaskTime",formatter:Vn,width:130}),(0,jo.jsx)(Eb,{isSortable:!0,template:sm.STRING,title:"page.team.pr.lastCommitTime",properties:"endTaskTime",formatter:Vn,width:130}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"workDays",width:40}),(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.pr.all.workDays",properties:"workDays",minWidth:100,template:e=>(0,jo.jsx)(Lb,{options:o,value:e})}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"commits",width:40}),(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.pr.commits",properties:"commitsByAuthors",minWidth:100,template:e=>(0,jo.jsx)(Lb,{options:i,details:e})}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"delayDays",width:40}),(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.pr.all.delayDays",properties:"delayDays",minWidth:200,template:e=>(0,jo.jsx)(Lb,{options:r,value:e})}),(0,jo.jsx)(Eb,{isSortable:!0,template:sm.STRING,title:"page.team.pr.date",properties:"milliseconds",formatter:Vn,width:130}),(0,jo.jsx)(Eb,{isSortable:!0,template:sm.STRING,title:"page.team.pr.mergeAuthor",properties:"author",width:250})]})}YT.defaultProps={mode:void 0,response:void 0};const ZT=YT,XT=dn((e=>{let{mode:t}=e;const n=So.dataGrip.pr.statistic.filter((e=>e.delayDays>3));if((null===n||void 0===n?void 0:n.length)<2)return"print"!==t?(0,jo.jsx)(kc,{}):null;const a=So.dataGrip.pr.statisticByName,s=Object.values(a);return(0,jo.jsxs)(jo.Fragment,{children:[!gi.isOpen&&(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:"page.team.pr.oneTaskDays"}),(0,jo.jsx)(KT,{})]}),gi.isOpen&&"author"!==gi.mode?null:(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:"page.team.pr.statByAuthors"}),(0,jo.jsxs)(Dc,{to:"response",loader:(e,n)=>Wc({content:s,pagination:e,sort:n,mode:t}),children:[(0,jo.jsx)($T,{mode:t,rowsForExcel:s}),(0,jo.jsx)(Mc,{})]})]}),(0,jo.jsx)(jT,{}),gi.isOpen&&"all"!==gi.mode?null:(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:"page.team.pr.longDelay"}),(0,jo.jsxs)(Dc,{to:"response",loader:(e,a)=>Wc({content:n,pagination:"print"===t?{size:20}:e,sort:a}),children:[(0,jo.jsx)(ZT,{mode:t,rowsForExcel:n}),"print"!==t&&(0,jo.jsx)(Mc,{})]})]})]})})),JT="table-of-contents_table_of_contents__Becki",QT="table-of-contents_table_of_contents_title__3qPIE",eS="table-of-contents_table_of_contents_item__6hX4X";const tS=function(e){let{titles:t}=e;const{t:n}=Bt(),a=(t||[]).map((e=>(0,jo.jsx)("a",{className:eS,href:"#".concat(e),children:n(e||"")},e)));return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{className:QT,title:"page.print.tableOfContents"}),(0,jo.jsx)("nav",{className:JT,children:a})]})},nS="cover_cover__VAtbV",aS="cover_cover_title__l1TfU",sS="cover_cover_sub_title__u8Khz",oS=dn((()=>{const{t:e}=Bt();return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsxs)("div",{className:nS,children:[(0,jo.jsx)("h1",{className:aS,children:e("page.print.title")}),(0,jo.jsx)("h2",{className:sS,children:document.title}),(0,jo.jsx)(tS,{titles:["page.team.total.titleA","page.team.total.titleB","page.team.scope.title","page.team.author.title","page.team.type.title","page.team.pr.oneTaskDays","page.team.pr.statByAuthors","page.team.pr.longDelay","page.team.hours.title","page.common.words.title"]}),(0,jo.jsx)(Rr,{text:e("page.print.description")})]}),(0,jo.jsx)(k_,{}),(0,jo.jsx)(jT,{}),(0,jo.jsx)(ok,{mode:"print"}),(0,jo.jsx)(jT,{}),(0,jo.jsx)(cw,{mode:"print"}),(0,jo.jsx)(jT,{}),(0,jo.jsx)(H_,{mode:"print"}),(0,jo.jsx)(jT,{}),(0,jo.jsx)(XT,{mode:"print"}),(0,jo.jsx)(jT,{}),(0,jo.jsx)(K_,{mode:"print"}),(0,jo.jsx)(jT,{}),(0,jo.jsx)(gx,{mode:"print"}),(0,jo.jsx)(Kw,{mode:"print"}),(0,jo.jsx)(nk,{mode:"print"})]})})),rS=oS;function iS(e){let{response:t,updateSort:n,rowsForExcel:a,mode:s}=e;if(!t)return null;const o=ow(t,"delayInDays"),r=ow(t,"waitingInDays"),i=Mb({max:Math.max(o,r),suffix:"page.team.release.chart"});return(0,jo.jsxs)(Sb,{rowsForExcel:a,rows:t.content,sort:t.sort,updateSort:n,type:"print"===s?"cards":void 0,columnCount:"print"===s?3:void 0,children:[(0,jo.jsx)(Eb,{isFixed:!0,template:sm.DETAILS,width:40,formatter:e=>{const t=e.pr.map((e=>{var t,n,a;return null===So||void 0===So||null===(t=So.dataGrip)||void 0===t||null===(n=t.pr)||void 0===n||null===(a=n.pr)||void 0===a?void 0:a[e.prId]})).filter((e=>null===e||void 0===e?void 0:e.firstCommit));return(0,jo.jsx)(ZT,{response:{content:t}})}}),(0,jo.jsx)(Eb,{isFixed:!0,template:sm.STRING,title:"page.team.release.title",properties:"title",width:200}),(0,jo.jsx)(Eb,{template:sm.STRING,title:"page.team.release.from",width:150,properties:"from",formatter:Vn}),(0,jo.jsx)(Eb,{template:sm.STRING,title:"page.team.release.to",width:150,properties:"to",formatter:Vn}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,title:"page.team.release.prLength",properties:"prLength"}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"delayInDays"}),(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.release.delay",properties:"delayInDays",width:170,minWidth:170,template:e=>(0,jo.jsx)(Lb,{options:i,value:e})}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"waitingInDays"}),(0,jo.jsx)(Eb,{isSortable:!0,title:"page.team.release.waiting",properties:"waitingInDays",width:170,minWidth:170,template:e=>(0,jo.jsx)(Lb,{options:i,value:e})})]})}iS.defaultProps={response:void 0};const lS=dn((e=>{let{mode:t}=e;const n=So.dataGrip.release.statistic;return(null===n||void 0===n?void 0:n.length)<2?"print"!==t?(0,jo.jsx)(kc,{}):null:(0,jo.jsxs)(jo.Fragment,{children:["print"===t?(0,jo.jsx)(Uc,{title:"sidebar.team.extension"}):(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)("br",{}),(0,jo.jsx)("br",{}),(0,jo.jsx)("br",{})]}),(0,jo.jsxs)(Dc,{to:"response",loader:e=>Wc({content:n,pagination:e,mode:t}),watch:"".concat(t).concat(So.hash),children:[(0,jo.jsx)(iS,{mode:t,rowsForExcel:n}),(0,jo.jsx)(Mc,{})]})]})})),cS=dn((e=>{let t,{page:n}=e;return gi.isOpen&&(t="fullscreen"),hl.processing&&(t="print"),"total"===n?(0,jo.jsx)(k_,{}):"scope"===n?(0,jo.jsx)(ok,{mode:t}):"author"===n?(0,jo.jsx)(cw,{mode:t}):"type"===n?(0,jo.jsx)(H_,{mode:t}):"pr"===n?(0,jo.jsx)(XT,{mode:t}):"day"===n?(0,jo.jsx)(m_,{}):"week"===n?(0,jo.jsx)(K_,{mode:t}):"month"===n?(0,jo.jsx)(gx,{mode:t}):"hours"===n?(0,jo.jsx)(Kw,{mode:t}):"files"===n?(0,jo.jsx)(I_,{}):"removedFiles"===n?(0,jo.jsx)(I_,{type:"removed"}):"extension"===n?(0,jo.jsx)(B_,{mode:t}):"release"===n?(0,jo.jsx)(lS,{mode:t}):"commits"===n?(0,jo.jsx)(Dw,{}):"changes"===n?(0,jo.jsx)(Pw,{}):"words"===n?(0,jo.jsx)(nk,{mode:t}):"building"===n?(0,jo.jsx)(AT,{}):"print"===n?(0,jo.jsx)(rS,{}):"tasks"===n?(0,jo.jsx)(vx,{}):(0,jo.jsx)(k_,{})}));function mS(){const{type:e}=Q();return e&&"team"!==e?null:(0,jo.jsx)(Zl,{getViewById:e=>(0,jo.jsx)(cS,{page:e})})}const dS=dn((e=>{let{filters:n,onChange:a}=e;const{type:s,page:o,userId:r}=Q(),i=J(),l=parseInt(r||"0",10)||0,c=So.dataGrip.author.list.map(((e,t)=>({id:t,title:e}))),m=So.dataGrip.timestamp.statistic.allCommitsByTimestamp||[],d=(0,t.useMemo)((()=>r_(m)),[m]);return(0,jo.jsxs)("div",{className:s_,children:[(0,jo.jsx)(a_,{title:"page.team.tree.filters.author",value:l,className:o_,options:c,onChange:e=>{i("/".concat(s,"/").concat(o,"/").concat(e))}}),"day"===o?(0,jo.jsx)(a_,{reverse:!0,title:"page.team.tree.filters.author",value:(null===n||void 0===n?void 0:n.week)||m[m.length-1].week,className:o_,options:d.reverse(),onChange:e=>{a({...n,week:e})}}):null]})})),uS=dS,hS=dn((e=>{let{user:t}=e;const n=So.dataGrip.timestamp.statisticByAuthor[t.author];return(0,jo.jsx)(Ow,{statistic:n})})),pS=dn((e=>{let{user:t}=e;const n=So.dataGrip.timestamp.statisticByAuthor[t.author];return(0,jo.jsx)(Nw,{statistic:n})})),fS=dn((e=>{let{user:t}=e;return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:"page.person.hours.title"}),(0,jo.jsx)(tc,{template:"table",children:(0,jo.jsx)(Gw,{statistic:t})})]})}));const gS=function(){const{t:e}=Bt();return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)("p",{className:fc,children:e("uiKit.nothingFound.staff.title")}),(0,jo.jsx)("p",{className:gc,children:e("uiKit.nothingFound.staff.description1")}),(0,jo.jsx)("p",{className:gc,children:e("uiKit.nothingFound.staff.description2")})]})},yS=dn((e=>{let{user:t}=e;const n=t,a=So.dataGrip.timestamp.statisticByAuthor[n.author],s=n.tasks.length;return n.isStaff?(0,jo.jsx)(kc,{children:(0,jo.jsx)(gS,{})}):(0,jo.jsxs)(tc,{children:[(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(Uc,{title:"page.person.money.title.total"}),(0,jo.jsxs)("div",{children:[(0,jo.jsx)(b_,{value:$n(n.moneyAll),icon:"./assets/cards/money_total.png",title:"page.person.money.moneyAll.title",description:"page.person.money.moneyAll.description"}),(0,jo.jsx)(b_,{value:$n(n.moneyWorked),icon:"./assets/cards/money_work.png",title:"page.person.money.moneyWorked.title",description:"page.person.money.moneyWorked.description"}),(0,jo.jsx)(b_,{value:$n(n.moneyLosses),icon:"./assets/cards/money_lazy.png",title:"page.person.money.moneyLosses.title",description:"page.person.money.moneyLosses.description"}),(0,jo.jsx)(b_,{value:$n(a.weekendPayment),icon:"./assets/cards/money_holidays.png",title:"page.team.total.weekendPayment.title",description:"page.team.total.weekendPayment.description"})]})]}),(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(Uc,{title:"page.person.money.title.middle"}),0===s?(0,jo.jsx)(kc,{}):(0,jo.jsxs)("div",{children:[(0,jo.jsx)(b_,{long:!0,value:s?$n(n.moneyWorked/s,0):null,icon:"./assets/cards/money_task.png",title:"page.person.money.tasks.title",description:"page.person.money.tasks.description"}),(0,jo.jsx)(b_,{long:!0,value:s?$n(n.moneyWorked/n.commits,0):null,icon:"./assets/cards/money_work.png",title:"page.person.money.commits.title",description:"page.person.money.commits.description"})]})]})]})})),vS=dn((e=>{let{user:t,mode:n}=e;const a=t.wordStatistics;return(0,jo.jsx)(tk,{mode:n,statistic:a})}));function bS(e){let{long:t=!1}=e;const n=t?u_:d_;return(0,jo.jsx)(zb,{className:"".concat(n," ").concat(y_)})}bS.defaultProps={long:!1};const wS=bS,kS=dn((e=>{let{user:t}=e;const n=t,a=So.dataGrip.timestamp.statisticByAuthor[n.author],s=n.tasks.length;return n.isStaff?(0,jo.jsx)(kc,{children:(0,jo.jsx)(gS,{})}):(0,jo.jsxs)(tc,{children:[(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(Uc,{title:"page.person.speed.task"}),0===s?(0,jo.jsx)(kc,{}):(0,jo.jsxs)("div",{children:[(0,jo.jsx)(b_,{value:n.daysForTask&&s?Yn(n.daysForTask):null,icon:"./assets/cards/month.png",title:"page.person.speed.days.title",description:"page.person.speed.days.description"}),(0,jo.jsx)(b_,{value:s?(n.commits/s).toFixed(1):null,icon:"./assets/cards/commits.png",title:"page.person.speed.commits.title",description:"page.person.speed.commits.description"}),(0,jo.jsx)(b_,{value:s?n.changesForTask:null,icon:"./assets/cards/lines.png",title:"page.person.speed.line.title",description:"page.person.speed.line.description"}),(0,jo.jsx)(wS,{})]})]}),(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(Uc,{title:"page.person.speed.max"}),(0,jo.jsxs)("div",{children:[(0,jo.jsx)(b_,{long:!0,value:a.tasksByTimestampCounter.max,icon:"./assets/cards/tasks.png",title:"page.person.speed.tasks.title",description:"page.person.speed.tasks.description"}),(0,jo.jsx)(b_,{long:!0,value:a.commitsByTimestampCounter.max,icon:"./assets/cards/commits.png",title:"page.person.speed.maxCommits.title",description:"page.person.speed.maxCommits.description"})]})]})]})})),_S={achievement_container:"styles_achievement_container__+OdlC",achievement:"styles_achievement__KB0AO",achievement_icon_container:"styles_achievement_icon_container__0xQ3d",achievement_icon:"styles_achievement_icon__YbtA0",achievement_icon_svg:"styles_achievement_icon_svg__1pahq",achievement_title:"styles_achievement_title__AUtfn",achievement_description:"styles_achievement_description__FkUIC",achievement_good:"styles_achievement_good__12XCY",achievement_bad:"styles_achievement_bad__BmbF0"};const xS=function(e){let{code:t}=e;const{t:n}=Bt();if(!bn[t])return null;const a=n("achievements.".concat(t,".title")),s=n("achievements.".concat(t,".description")),o=[_S.achievement_good,_S.achievement_middle,_S.achievement_bad][bn[t]-1];return(0,jo.jsxs)("div",{className:_S.achievement,children:[(0,jo.jsx)("div",{className:_S.achievement_icon_container,children:(0,jo.jsx)("div",{className:"".concat(_S.achievement_icon," ").concat(o||""),children:(0,jo.jsx)("img",{className:_S.achievement_icon_svg,src:"./assets/achievements/".concat(t,".svg")})})}),(0,jo.jsx)("div",{className:_S.achievement_title,children:a}),(0,jo.jsx)("div",{className:_S.achievement_description,children:s})]})};const TS=function(e){let{list:t}=e;const n=null===t||void 0===t?void 0:t.map((e=>(0,jo.jsx)(xS,{code:e},e)));return(0,jo.jsx)("div",{className:_S.achievement_container,children:n})};const SS="styles_get_list__xuTNI",CS="styles_get_list_container__YnNGO",ES="styles_get_list_title__J-b47",AS="styles_get_list_icon__I4DqV",jS="styles_get_list_big_number__RbCn9",NS="styles_get_list_task__ZHFFW",DS="styles_get_list_pr__sE+Qx",OS="styles_get_list_date__rcfNx";const PS=function(e){var t;let{commit:n,mode:a}=e;const s=((null===(t=n.taskNumber)||void 0===t?void 0:t.length)||1)>5?jS:"",o=As.pr.prByTask[n.task];return(0,jo.jsxs)("div",{className:SS,children:[(0,jo.jsxs)("div",{className:ES,children:[(0,jo.jsx)(ww,{task:n.task,className:NS}),"print"!==a&&(0,jo.jsx)(_w,{text:"pull request",prId:o,className:DS})]}),(0,jo.jsx)("div",{className:"".concat(AS," ").concat(s),children:n.taskNumber}),(0,jo.jsx)("div",{className:OS,children:Vn(n.date)})]})};const RS=function(e){let{list:t,mode:n}=e;const a=null===t||void 0===t?void 0:t.map((e=>(0,jo.jsx)(PS,{commit:e,mode:n},e.taskNumber)));return(0,jo.jsx)("div",{className:CS,children:a})};function IS(e){let{title:t,achievements:n}=e;const{t:a}=Bt();return null!==n&&void 0!==n&&n.length?(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Rr,{text:"# ".concat(a(t))}),(0,jo.jsx)(TS,{list:n})]}):null}const LS=dn((e=>{let{user:t}=e;const{t:n}=Bt(),a=t,s=So.dataGrip.get.getsByAuthor[t.author],o=a.tasks.length,r=Dn.authors[a.author];return(0,jo.jsxs)(tc,{children:[(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(Uc,{title:"page.person.total.title"}),(0,jo.jsxs)("div",{children:[(0,jo.jsx)(b_,{value:a.daysWorked,icon:"./assets/cards/work_days.png",title:"page.person.total.daysWorked.title",description:"page.person.total.daysWorked.description"}),(0,jo.jsx)(b_,{value:o||null,icon:"./assets/cards/tasks.png",title:"page.person.total.tasks.title",description:"page.person.total.tasks.description"}),(0,jo.jsx)(b_,{value:a.daysLosses,icon:"./assets/cards/lazy.png",title:"page.team.total.daysLosses.title",description:"page.team.total.daysLosses.description"}),(0,jo.jsx)(b_,{value:a.commits,icon:"./assets/cards/commits.png",title:"page.team.total.commits.title",description:"page.team.total.commits.description"}),(0,jo.jsx)(wS,{long:!0})]}),!1,!1]}),(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(Uc,{title:"page.person.achievement.title"}),(0,jo.jsx)(IS,{title:"page.person.achievement.positive",achievements:r[gn-1]}),(0,jo.jsx)(IS,{title:"page.person.achievement.normal",achievements:r[yn-1]}),(0,jo.jsx)(IS,{title:"page.person.achievement.negative",achievements:r[vn-1]}),(0,jo.jsx)(Rr,{text:n("page.person.achievement.description")}),(0,jo.jsx)("br",{}),(0,jo.jsx)("br",{}),null!==s&&void 0!==s&&s.length?(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:"page.person.gets.title"}),(0,jo.jsx)(RS,{list:s}),(0,jo.jsx)(Rr,{text:n("page.person.gets.description")})]}):null]})]})})),FS=LS;function MS(e){let{response:t,updateSort:n,name:a,mode:s}=e;if(!t)return null;const o=Mb({max:ow(t,"authors",a),order:So.dataGrip.type.list}),r=Mb({max:7,order:["page.person.week.workDay","page.person.week.weekends"],suffix:"page.person.week.days"}),i=Mb({max:ow(t,"taskInDay",a)});return(0,jo.jsxs)(Sb,{rows:t.content,sort:t.sort,updateSort:n,type:"print"===s?"cards":void 0,columnCount:"print"===s?3:void 0,children:[(0,jo.jsx)(Eb,{isFixed:!0,template:sm.STRING,title:"page.person.week.date",properties:"timestamp",formatter:Zn,width:200}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"authors",formatter:e=>e[a]||0}),(0,jo.jsx)(Eb,{title:"page.person.week.tasks",template:e=>(0,jo.jsx)(Lb,{options:o,value:e.authors[a],details:e.typeByAuthor[a]}),width:200}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"workDays",formatter:e=>e[a]||0}),(0,jo.jsx)(Eb,{title:"page.person.week.workDays",template:e=>{let[t,n]=e;return(0,jo.jsx)(Lb,{options:r,value:t+n,details:{"page.person.week.workDay":t,"page.person.week.weekends":n}})},formatter:e=>(null===e||void 0===e?void 0:e.workDays[a])>5?[5,(null===e||void 0===e?void 0:e.workDays[a])-5]:[null===e||void 0===e?void 0:e.workDays[a],0],width:200}),(0,jo.jsx)(Eb,{template:sm.SHORT_NUMBER,properties:"taskInDay",formatter:e=>Yn(e[a]||0)}),(0,jo.jsx)(Eb,{title:"page.person.week.taskInDay",properties:"taskInDay",template:e=>(0,jo.jsx)(Lb,{options:i,value:e[a]}),width:200})]})}MS.defaultProps={response:void 0};const WS=dn((e=>{var t;let{user:n,mode:a}=e;const s=n,o=So.dataGrip.week.statistic.filter((e=>e.authors[s.author]));if(null===o||void 0===o||!o.length)return(0,jo.jsx)(kc,{});const r=null===(t=So.dataGrip.recommendations.person)||void 0===t?void 0:t.byWeek[s.author];return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(sw,{mode:a,recommendations:r}),(0,jo.jsxs)(Dc,{to:"response",loader:(e,t)=>Wc({content:o,pagination:e,sort:t}),children:[(0,jo.jsx)(MS,{name:s.author,mode:a}),"print"!==a&&(0,jo.jsx)(Mc,{})]})]})})),BS=WS,zS=dn((e=>{let{user:t}=e;const n=t,a=So.dataGrip.timestamp.statisticByAuthor[n.author],s=a.commitsByTimestampCounter.max;return(0,jo.jsx)(tc,{template:"table",children:(0,jo.jsx)(px,{showEvents:!1,maxCommits:s,authors:[n],wordDays:a.allCommitsByTimestamp})})})),US=dn((e=>{let{user:t,mode:n}=e;const a=So.dataGrip.tasks.statistic.filter((e=>e.author===t.author||(e.authors||[]).includes(t.author)));return null!==a&&void 0!==a&&a.length?(0,jo.jsxs)(Dc,{to:"response",loader:(e,t)=>Wc({content:a,pagination:e,sort:t,mode:n}),watch:"".concat(n).concat(So.hash).concat(t.author),children:[(0,jo.jsx)(yx,{mode:n,rowsForExcel:a}),(0,jo.jsx)(Mc,{})]}):"print"!==n?(0,jo.jsx)(kc,{}):null}));function HS(e){let{response:t,user:n}=e;return t?(0,jo.jsx)(Wk,{days:t.content,author:n}):null}HS.defaultProps={response:void 0};const GS=dn((e=>{let{user:t,filters:n}=e;const a=So.dataGrip.timestamp.statistic.allCommitsByTimestamp||[];if(null===a||void 0===a||!a.length)return(0,jo.jsx)(kc,{});const s=function(e,t){return t.filter((t=>t.week===e.week)).slice(0,7)}({week:n.week,user:t.author},a);return null!==s&&void 0!==s&&s.length?(0,jo.jsx)(jo.Fragment,{children:(0,jo.jsx)(tc,{template:"table",children:(0,jo.jsxs)(Dc,{to:"response",loader:()=>Wc({content:s}),watch:JSON.stringify(n),children:[(0,jo.jsx)(HS,{user:t.author}),(0,jo.jsx)(Mc,{})]})})}):(0,jo.jsx)(kc,{})})),VS="print_place_for_photo__WPPt6",KS=dn((e=>{let{user:t}=e;const{t:n}=Bt(),a=t,s=a.tasks.length;return(0,jo.jsxs)(tc,{children:[(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(b_,{value:"",icon:"./assets/cards/work_days.png",title:"page.person.print.photo.title"}),(0,jo.jsx)("div",{className:VS,children:n("page.person.print.photo.description")})]}),(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(Uc,{title:a.author}),(0,jo.jsxs)("div",{children:[(0,jo.jsx)(b_,{value:a.daysWorked,icon:"./assets/cards/work_days.png",title:"page.person.total.daysWorked.title",description:"page.person.total.daysWorked.description"}),(0,jo.jsx)(b_,{value:s||null,icon:"./assets/cards/tasks.png",title:"page.person.total.tasks.title",description:"page.person.total.tasks.description"}),(0,jo.jsx)(b_,{value:a.daysLosses,icon:"./assets/cards/lazy.png",title:"page.team.total.daysLosses.title",description:"page.team.total.daysLosses.description"}),(0,jo.jsx)(b_,{value:a.commits,icon:"./assets/cards/commits.png",title:"page.team.total.commits.title",description:"page.team.total.commits.description"})]})]})]})})),qS=KS;function $S(e){let{title:t,achievements:n}=e;return null!==n&&void 0!==n&&n.length?(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Rr,{text:"# ".concat(t)}),(0,jo.jsx)(TS,{list:n})]}):null}const YS=dn((e=>{let{user:t}=e;const{t:n}=Bt(),a=t,s=So.dataGrip.get.getsByAuthor[a.author],o=Dn.authors[a.author];return(0,jo.jsxs)(tc,{children:[(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(Uc,{title:"page.person.achievement.title"}),(0,jo.jsx)($S,{title:"page.person.achievement.positive",achievements:o[gn-1]})]}),(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(Uc,{title:n("_")}),(0,jo.jsx)($S,{title:"page.person.achievement.normal",achievements:o[yn-1]}),(0,jo.jsx)($S,{title:"page.person.achievement.negative",achievements:o[vn-1]}),(0,jo.jsx)("br",{}),(0,jo.jsx)("br",{}),null!==s&&void 0!==s&&s.length?(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:"page.person.gets.title"}),(0,jo.jsx)(RS,{mode:"print",list:s}),(0,jo.jsx)(Rr,{text:n("page.person.gets.description")})]}):null]})]})})),ZS=YS,XS=dn((e=>{let{user:t}=e;const{t:n}=Bt();return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsxs)("div",{className:nS,children:[(0,jo.jsx)("h1",{className:aS,children:n("page.print.title")}),(0,jo.jsx)("h2",{className:sS,children:t.author}),(0,jo.jsx)(tS,{titles:["page.team.total.titleA","page.person.speed.task","page.person.speed.max","page.team.total.titleB","page.person.achievement.title","page.person.hours.title","page.common.words.title"]}),(0,jo.jsx)(Rr,{text:n("page.print.description")})]}),(0,jo.jsx)(jT,{}),(0,jo.jsx)(qS,{user:t}),(0,jo.jsx)(kS,{user:t}),(0,jo.jsx)(yS,{user:t}),(0,jo.jsx)(jT,{}),(0,jo.jsx)(ZS,{user:t}),(0,jo.jsx)(jT,{}),(0,jo.jsx)(fS,{user:t}),(0,jo.jsx)(BS,{user:t,mode:"print"}),(0,jo.jsx)(jT,{}),(0,jo.jsx)(zS,{user:t}),(0,jo.jsx)(vS,{user:t,mode:"print"})]})})),JS=XS;const QS=dn((e=>{let{userId:n}=e;const{t:a}=Bt(),{type:s,page:o,userId:r}=Q(),i=So.dataGrip.timestamp.statistic.allCommitsByTimestamp||[],l=i.length?i[i.length-1].week:0,[c,m]=(0,t.useState)({week:l}),d=So.dataGrip.author.statistic[n||r||0];if("person"!==s||!d)return null;const u=function(e,t){return function(n){let a;return gi.isOpen&&(a="fullscreen"),hl.processing&&(a="print"),"total"===n?(0,jo.jsx)(FS,{user:e}):"money"===n?(0,jo.jsx)(yS,{user:e}):"week"===n?(0,jo.jsx)(BS,{user:e,mode:a}):"month"===n?(0,jo.jsx)(zS,{user:e}):"hours"===n?(0,jo.jsx)(fS,{user:e}):"commits"===n?(0,jo.jsx)(pS,{user:e}):"changes"===n?(0,jo.jsx)(hS,{user:e}):"words"===n?(0,jo.jsx)(vS,{user:e,mode:a}):"speed"===n?(0,jo.jsx)(kS,{user:e}):"day"===n?(0,jo.jsx)(GS,{user:e,filters:t}):"print"===n?(0,jo.jsx)(JS,{user:e}):"tasks"===n?(0,jo.jsx)(US,{user:e}):(0,jo.jsx)(FS,{user:e})}}(d,c);return(0,jo.jsxs)(jo.Fragment,{children:["print"!==o&&(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:a("common.filters")}),(0,jo.jsx)(uS,{filters:c,onChange:m})]}),(0,jo.jsx)(Zl,{getViewById:u})]})})),eC=QS,tC=dn((()=>{const e=So.dataGrip.author.statistic,t=Object.entries(e).filter((e=>{let[,t]=e;return!t.isStaff})).map((e=>{let[t,n]=e;return(0,jo.jsx)(JS,{user:n},t)}));return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(rS,{}),t]})})),nC="Console_console__5nFvk",aC="Console_console_header__XP1IR",sC="Console_console_body__5PXuM",oC="Console_console_header_icon__oXixF",rC="Console_console_copy__LHjsv";function iC(e){let{className:t,textForCopy:n,children:a}=e;return(0,jo.jsxs)("div",{className:"".concat(nC," ").concat(t||""),children:[(0,jo.jsxs)("div",{className:"".concat(aC),children:[(0,jo.jsx)("span",{className:"".concat(oC)}),(0,jo.jsx)("span",{className:"".concat(oC)}),(0,jo.jsx)("span",{className:"".concat(oC)})]}),(0,jo.jsx)("div",{className:"".concat(sC),children:a||n}),n?(0,jo.jsx)(Ro,{mode:"second",className:"".concat(rC),onClick:()=>{Lr(n),Ir.Z.show((0,xe.t)("uiKit.console.notification"))},children:(0,xe.t)("uiKit.console.button")}):null]})}iC.defaultProps={textForCopy:void 0,children:void 0,className:""};const lC=iC,cC="styles_welcome__owZYZ",mC="styles_welcome_console__dmg4D",dC="styles_welcome_row__rormW",uC="styles_welcome_warning__sf+kx",hC="styles_welcome_warning_text__vMmIf",pC="styles_welcome_description__lB3jg",fC="styles_welcome_first_title__zay7R",gC="styles_welcome_last_title__Ef7FS",yC="styles_welcome_title_link__csDka";function vC(){return(0,jo.jsxs)("h4",{className:uC,children:[(0,jo.jsx)(Rr,{text:(0,xe.t)("page.welcome.warning1"),className:hC}),(0,jo.jsx)(Rr,{text:(0,xe.t)("page.welcome.warning2"),className:hC})]})}const bC=function(){const e=window.ym;return(0,jo.jsxs)(jo.Fragment,{children:[e&&(0,jo.jsx)(vC,{}),(0,jo.jsx)("section",{className:cC,children:(0,jo.jsxs)("div",{className:dC,children:[(0,jo.jsx)("h2",{className:fC,children:(0,xe.t)("page.welcome.step1")}),(0,jo.jsx)(lC,{className:mC,textForCopy:'git --no-pager log --raw --numstat --oneline --all --reverse --date=iso-strict --pretty=format:"%ad>%aN>%aE>%s" > log.txt\n'}),(0,jo.jsx)(Rr,{text:(0,xe.t)("page.welcome.description"),className:"".concat(pC)}),(0,jo.jsxs)("h2",{className:gC,children:["page.welcome.step2"===(0,xe.t)("page.welcome.step2")?"":(0,xe.t)("page.welcome.step2"),(0,jo.jsxs)("label",{className:yC,children:[(0,xe.t)("page.welcome.step3"),(0,jo.jsx)("input",{multiple:!0,type:"file",style:{display:"none"},onChange:async e=>{const t=Array.from(e.target.files),n=await(0,Co.BE)(t),a=(0,Co.IM)(n);So.setCommits(a)}})]}),(0,xe.t)("page.welcome.step4")]})]})})]})};const wC=function(e){let{title:n,mode:a,disabled:s,className:o,options:r,onClick:i,children:l}=e;if(null===r||void 0===r||!r.length)return null;const[c,m]=(0,t.useState)(!1),d=Po(a,s),u=null===r||void 0===r?void 0:r.map((e=>{var t,a,s;const o=null!==(t=null!==(a=null!==(s=null===e||void 0===e?void 0:e.title)&&void 0!==s?s:null===e||void 0===e?void 0:e.id)&&void 0!==a?a:e)&&void 0!==t?t:"";return(0,jo.jsx)("button",{className:Do.ui_kit_button_menu,onClick:()=>{i&&i(e),m(!1)},children:o},n)}));return(0,jo.jsx)(jo.Fragment,{children:(0,jo.jsxs)("button",{title:n,className:"".concat(Do.ui_kit_button," ").concat(d||""," ").concat(o||""),style:{position:"relative"},onClick:()=>{m(!c)},children:[l,c&&(0,jo.jsx)("div",{className:Do.ui_kit_dialog,children:u})]})})};const kC=function(e){let{columns:t,className:n,children:a}=e;return(0,jo.jsx)("div",{className:"".concat(Hi," ").concat(n||""),style:{columnCount:t||2},children:a})},_C="switch_ui_kit_switch__ITpXv",xC="switch_ui_kit_switch_item__oGEAZ",TC="switch_ui_kit_switch_item_selected__poF9E",SC="switch_ui_kit_switch_item_disabled__7Inlc";const CC=function(e){let{title:t,description:n,help:a,error:s,className:o,disabled:r,multiple:i,value:l,options:c,onChange:m}=e;const d=l||0===l||!1===l;let u=l;d&&!Array.isArray(l)&&(u=[l]);const h=(c||[]).map(((e,t)=>{var n,a;const s="object"!==typeof e?{id:e,title:e}:e,o=d&&u.includes(null===s||void 0===s?void 0:s.id),l=[xC];return o&&l.push(TC),r&&l.push(SC),(0,jo.jsx)("button",{className:l.join(" "),onClick:()=>{if(!m)return;let e=[null===s||void 0===s?void 0:s.id];i&&(e=o?u.filter((e=>e!==(null===s||void 0===s?void 0:s.id))):[...u,null===s||void 0===s?void 0:s.id].sort()),m(e)},children:null!==(n=null!==(a=null===s||void 0===s?void 0:s.title)&&void 0!==a?a:null===s||void 0===s?void 0:s.id)&&void 0!==n?n:""},"".concat(null===s||void 0===s?void 0:s.id,"_").concat(t))}));return(0,jo.jsx)($i,{title:t,description:n,help:a,error:s,className:o,children:(0,jo.jsx)("div",{className:_C,children:h})})};function EC(e){let{title:t,description:n,help:a,error:s,className:o,value:r,placeholder:i,onChange:l}=e;const c=(null===r||void 0===r?void 0:r.length)>10?r.substring(0,10):r;return(0,jo.jsx)($i,{title:t,description:n,help:a,error:s,className:o,children:(0,jo.jsx)("input",{type:"date",value:c,placeholder:i,className:Yi,onChange:e=>{l&&l("".concat(e.target.value,"T00:00:00.000Z"))}})})}EC.defaultProps={placeholder:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435"};const AC=EC;const jC=function(e){let{salary:n,index:a,onChange:s,onRemove:o}=e;const[r,i]=(0,t.useState)(!1);return(0,jo.jsxs)("div",{className:tl.salary,children:[(0,jo.jsx)(Uc,{title:xe.Z.get("page.settings.user.subTitle",a),className:r?"":tl.salary_title}),(0,jo.jsx)("div",{className:tl.salary_icons,children:(0,jo.jsx)("img",{className:tl.salary_icons_item,src:"./assets/list/arrow.svg",onClick:()=>i(!r)})}),r&&(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsxs)(kC,{children:[(0,jo.jsx)(AC,{title:"page.settings.user.from",value:null===n||void 0===n?void 0:n.from,onChange:e=>{s({...n,from:e})}}),(0,jo.jsx)(CC,{disabled:!0,title:"page.settings.common.workDaysInWeek",value:n.workDaysInWeek,options:[1,2,3,4,5,6,7],onChange:e=>{s({...n,workDaysInWeek:e})}})]}),(0,jo.jsxs)(kC,{children:[(0,jo.jsx)(x_,{title:"page.settings.common.salary",value:null===n||void 0===n?void 0:n.value,onChange:e=>{s({...n,value:e})}}),(0,jo.jsx)(CC,{disabled:!0,title:"page.settings.common.currency",value:null===n||void 0===n?void 0:n.currency,options:["RUB","USD","EUR"],onChange:e=>{s({...n,currency:e})}})]}),(0,jo.jsxs)(kC,{children:[(0,jo.jsx)(x_,{title:"page.settings.common.workDaysInYear",value:null===n||void 0===n?void 0:n.workDaysInYear,onChange:e=>{s({...n,workDaysInYear:e})}}),(0,jo.jsx)(x_,{title:"page.settings.common.vacationDaysInYear",value:null===n||void 0===n?void 0:n.vacationDaysInYear,onChange:e=>{s({...n,vacationDaysInYear:e})}})]}),(0,jo.jsx)("div",{className:tl.salary_footer,children:(0,jo.jsx)(Ro,{mode:"second",onClick:()=>Jr.open().then((()=>o())),children:xe.Z.get("page.settings.form.remove")})})]})]})};const NC=function(e){let{user:t,onChange:n,onRemove:a}=e;const s=t.salary.map(((e,a)=>(0,jo.jsx)(jC,{index:a+1,salary:e,onChange:a=>{n({...t,salary:t.salary.map((t=>t.id===e.id?a:t))})},onRemove:()=>{n({...t,salary:t.salary.filter((t=>t.id!==e.id))})}},t.id)));return(0,jo.jsxs)(ac,{className:tl.user,onRemove:()=>Jr.open().then((()=>a())),children:[(0,jo.jsx)(Uc,{title:(null===t||void 0===t?void 0:t.name)||"",className:tl.user_title}),s,(0,jo.jsx)("div",{className:tl.user_footer,children:(0,jo.jsx)(Ro,{mode:"slim",onClick:()=>{n({...t,salary:[...t.salary,Pn(Ei.state)]})},children:xe.Z.get("page.settings.form.addContract")})})]})},DC=dn((()=>{const e=Ei.state.defaultSalary;return e?(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:"page.settings.common.title"}),(0,jo.jsxs)(ac,{children:[(0,jo.jsx)(CC,{disabled:!0,title:"page.settings.common.type.title",value:e.type,options:[{id:"full",title:xe.Z.get("page.settings.common.type.full")},{id:"part",title:xe.Z.get("page.settings.common.type.part")}],onChange:e=>{Ei.updateState("defaultSalary.type",null===e||void 0===e?void 0:e.id)}}),(0,jo.jsx)(CC,{disabled:!0,multiple:!0,title:"page.settings.common.workDaysInWeek",value:e.workDaysInWeek.map(((e,t)=>e?t+1:null)),options:[{id:1,title:Un(0,"short")},{id:2,title:Un(1,"short")},{id:3,title:Un(2,"short")},{id:4,title:Un(3,"short")},{id:5,title:Un(4,"short")},{id:6,title:Un(5,"short")},{id:7,title:Un(6,"short")}],onChange:e=>{const t=new Array(7).fill(0).map(((t,n)=>e.includes(n+1)));console.log(t),Ei.updateState("defaultSalary.workDaysInWeek",t)}}),(0,jo.jsxs)(kC,{children:[(0,jo.jsx)(x_,{title:"page.settings.common.salary",value:e.value,onChange:e=>{Ei.updateState("defaultSalary.value",e)}}),(0,jo.jsx)(x_,{disabled:!0,title:"page.settings.common.tax",value:e.tax,onChange:e=>{Ei.updateState("defaultSalary.tax",e)}})]}),(0,jo.jsxs)(kC,{children:[(0,jo.jsx)(x_,{title:"page.settings.common.workDaysInYear",value:e.workDaysInYear,onChange:e=>{Ei.updateState("defaultSalary.workDaysInYear",e)}}),(0,jo.jsx)(x_,{title:"page.settings.common.vacationDaysInYear",value:e.vacationDaysInYear,onChange:e=>{Ei.updateState("defaultSalary.vacationDaysInYear",e)}})]}),(0,jo.jsx)(CC,{title:"page.settings.common.currency",value:e.currency,options:["USD","EUR","RUB","CNY","JPY","KRW","CAD"],onChange:e=>{Ei.updateState("defaultSalary.currency",e)}})]})]}):null})),OC=DC,PC="checkbox_ui_kit_checkbox__4Wbr7",RC="checkbox_ui_kit_checkbox_box__OE3mx",IC="checkbox_ui_kit_checkbox_title__8wt7A";const LC=function(e){let{title:t,description:n,help:a,error:s,className:o,value:r,onChange:i}=e;const{t:l}=Bt(),c="checkbox-".concat(Math.ceil(1e4*Math.random()));return(0,jo.jsx)($i,{description:n,help:a,error:s,className:o,children:(0,jo.jsxs)("div",{className:PC,children:[(0,jo.jsx)("input",{type:"checkbox",id:c,checked:!!r,className:RC,onChange:()=>{i(!r)}}),(0,jo.jsx)("label",{htmlFor:c,className:IC,children:l(t||"")})]})})},FC=dn((()=>{const{i18n:e}=Bt(),[n,a]=(0,t.useState)(document.title),[s,o]=(0,t.useState)(xe.Z.language);return(0,t.useEffect)((()=>{e.changeLanguage(s)}),[s]),(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:"page.settings.document.title"}),(0,jo.jsxs)(ac,{children:[(0,jo.jsx)(Pc,{title:"page.settings.document.name",value:n,placeholder:xe.Z.get("common.title"),onChange:e=>{a(e),document.title=e||xe.Z.get("common.title"),ho.C.title=!0}}),(0,jo.jsx)(el,{title:"page.settings.document.language",value:s,options:[{id:"ru",title:"\u0420\u0443\u0441\u0441\u043a\u0438\u0439"},{id:"en",title:"English"},{id:"zh",title:"\u4e2d\u6587"},{id:"es",title:"Espa\xf1ol"},{id:"fr",title:"Fran\xe7ais"},{id:"pt",title:"Portugu\xeas"},{id:"de",title:"Deutsch"},{id:"ja",title:"\u65e5\u672c\u8a9e"}],onChange:(e,t)=>{xe.Z.language=t,o(t)}}),(0,jo.jsx)(LC,{value:So.isDepersonalized,title:"page.settings.document.depersonalize",onChange:()=>{So.depersonalized(!So.isDepersonalized)}})]})]})})),MC=dn((()=>{var e,t;return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:"page.settings.links.title"}),(0,jo.jsxs)(ac,{children:[(0,jo.jsx)(Pc,{title:"page.settings.links.task",value:null===(e=Ei.state)||void 0===e||null===(t=e.linksPrefix)||void 0===t?void 0:t.task,placeholder:"https://jira.com/secure/RapidBoard.jspa?task=",onChange:e=>{Ei.updateState("linksPrefix.task",e)}}),(0,jo.jsx)(Pc,{title:"page.settings.links.pr",value:Ei.state.linksPrefix.pr,placeholder:"https://bitbucket.com/projects/assayo/repos/frontend/pull-requests/",onChange:e=>{Ei.updateState("linksPrefix.pr",e)}})]})]})}));const WC=function(){const e=So.dataGrip.author.statistic.map((e=>"".concat(e.author," <").concat(e.firstCommit.email,"> <").concat(e.firstCommit.email,">"))).sort(),t=e.map((e=>(0,jo.jsx)("p",{children:e},e))),n=e.join("\r\n");return(0,jo.jsx)("div",{className:tl.races_track,children:(0,jo.jsx)(lC,{textForCopy:n,children:t})})},BC=dn((e=>{const t=Ei.state.employees;if(!e||!t)return null;const n=t.map((e=>e.name)),a=So.dataGrip.author.list.filter((e=>!n.includes(e))).map(((e,t)=>({id:t,title:e}))),s=Ei.state.employees.map((e=>(0,jo.jsx)(NC,{user:e,onChange:n=>{const a=t.map((t=>t.id===e.id?n:t));Ei.updateState("employees",a)},onRemove:()=>{const n=t.filter((t=>t.id!==e.id));Ei.updateState("employees",n)}},e.id)));return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsxs)(tc,{children:[(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(FC,{}),(0,jo.jsx)(OC,{})]}),(0,jo.jsxs)(oc,{children:[(0,jo.jsx)(MC,{}),(0,jo.jsx)(Uc,{title:"page.settings.mailmap"}),(0,jo.jsx)(WC,{})]})]}),(0,jo.jsxs)(tc,{children:[(0,jo.jsx)(Uc,{title:"page.settings.user.title"}),t.length>0?s:(0,jo.jsx)(kc,{message:"page.settings.user.notFound"}),a.length&&(0,jo.jsx)("div",{className:tl.buttons_footer,children:(0,jo.jsx)(wC,{options:a,onClick:e=>{Ei.updateState("employees",[...t,Rn(null===e||void 0===e?void 0:e.title,Ei.state,null===n||void 0===n?void 0:n.length)])},children:xe.Z.get("page.settings.form.addEmployee")})})]})]})})),zC=dn((()=>(0,jo.jsx)(Dc,{to:"response",loader:()=>Ln.loadSettings().then((e=>(Ei.setInitState(e),Promise.resolve(e)))),children:(0,jo.jsx)(BC,{})})));function UC(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];if(!e)return t;for(let n in e){const a=e[n];null!==a&&void 0!==a&&a.title?t.push(a):"string"===typeof a?t.push({title:a}):UC(a,t)}return t}const HC=function(){const e=UC(xe.Z.translations[xe.Z.language].recommendations).map((e=>(0,jo.jsx)(ew,{recommendation:e},e[1]))),t=Object.entries(bn).sort(((e,t)=>e[1]-t[1])).map((e=>{let[t]=e;return(0,jo.jsx)(xS,{code:t},t)}));return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Uc,{title:"page.person.achievement.title"}),(0,jo.jsx)("div",{style:{columnCount:3,marginBottom:"24px"},children:t}),(0,jo.jsx)("section",{children:e})]})};function GC(e){let{showSplashScreen:t}=e;return(0,jo.jsxs)(jo.Fragment,{children:[(0,jo.jsx)(Br,{}),(0,jo.jsx)(Qr,{}),(0,jo.jsxs)(de,{children:[(0,jo.jsx)(ce,{path:"/settings",element:(0,jo.jsx)(Hl,{children:(0,jo.jsx)(zC,{})})}),(0,jo.jsx)(ce,{path:"/debug",element:(0,jo.jsx)(Hl,{children:(0,jo.jsx)(HC,{})})}),(0,jo.jsx)(ce,{path:"/print",element:(0,jo.jsx)(Hl,{children:(0,jo.jsx)(tC,{})})}),(0,jo.jsx)(ce,{path:"/:type/:page",element:(0,jo.jsx)(Hl,{children:(0,jo.jsx)(mS,{})})}),(0,jo.jsx)(ce,{path:"/:type/:page/:userId",element:(0,jo.jsx)(Hl,{children:(0,jo.jsx)(eC,{})})}),(0,jo.jsx)(ce,{path:"*",element:(0,jo.jsx)(Hl,{children:(0,jo.jsx)(mS,{})})})]}),t&&(0,jo.jsx)(Xr,{})]})}function VC(){return(0,jo.jsx)(de,{children:(0,jo.jsx)(ce,{path:"*",element:(0,jo.jsx)(bC,{})})})}const KC=dn((()=>{const[e,n]=(0,t.useState)(!0),a=So.status;return(0,t.useEffect)((()=>{var e;So.setCommits((null===(e=window)||void 0===e?void 0:e.report)||[])}),[]),(0,t.useEffect)((()=>{a!==ko.DONE||window.location.hash||(window.location.hash="#/team/total")}),[a]),a===ko.PROCESSING?null:(0,jo.jsxs)(jo.Fragment,{children:[a===ko.DONE&&(0,jo.jsx)(GC,{showSplashScreen:e}),a===ko.WAITING&&(0,jo.jsx)(VC,{}),(0,jo.jsx)(No,{onChange:(e,t)=>{n(!1),"dump"===e&&So.setCommits(t),setTimeout((()=>{n(!0)}))}})]})})),qC=KC,$C="styles_notifications__87i8g",YC="styles_notifications_item__5QkTA",ZC="styles_notifications_item_icon__DfYX+",XC="styles_notifications_item_error__scoxJ",JC="styles_notifications_item_warning__L7TAD",QC="styles_notifications_item_success__Kkmlt",eE="styles_notifications_item_info__i59W4",tE="styles_notifications_item_title__nX-MS",nE="styles_notifications_item_description__ehatL";const aE=function(e){let{message:t}=e;const n={error:XC,warning:JC,success:QC,info:eE}[t.type||"success"]||eE,a={error:"./assets/notifications/alert.svg",warning:"./assets/notifications/warning.svg",success:"./assets/notifications/info.svg",info:"./assets/notifications/info.svg"}[t.type||"info"]||"./assets/notifications/info.svg";return(0,jo.jsxs)("div",{className:"".concat(YC," ").concat(n),children:[(0,jo.jsx)("img",{className:ZC,src:a}),t.title&&(0,jo.jsx)("h6",{className:tE,children:t.title}),t.description&&(0,jo.jsx)("p",{className:nE,children:t.description})]})},sE=dn((()=>{const e=Ir.Z.messages.map((e=>(0,jo.jsx)(aE,{message:e},e.id)));return a.createPortal((0,jo.jsx)("div",{className:$C,children:e}),document.body)}));xe.Z.parse("de",Te),xe.Z.parse("en",Se),xe.Z.parse("es",Ce),xe.Z.parse("fr",Ee),xe.Z.parse("ja",Ae),xe.Z.parse("pt",je),xe.Z.parse("ru",Ne),xe.Z.parse("zh",De),(0,ho.Z)((e=>{!function(e){const t=e||localStorage.getItem("language")||Ht||"en";xe.Z.language=t,vt.use(Rt).init({lng:t,debug:!1,resources:Ut})}(e.lang||e.language),dr.setUrlParameters(e),Mn.loadUserSettings().then((()=>{window.onafterprint=()=>{hl.endPrint()},(0,a.render)((0,jo.jsx)(t.StrictMode,{children:(0,jo.jsxs)(ve,{children:[(0,jo.jsx)(qC,{}),(0,jo.jsx)(sE,{})]})}),document.getElementById("root"))}))}))})()})();
//# sourceMappingURL=main.a991d9b4.js.map