@ohif/i18n 3.11.0 → 3.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
1
  /*! For license information please see ohif-i18n.umd.js.LICENSE.txt */
2
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["ohif-i18n"]=t():e["ohif-i18n"]=t()}(globalThis,()=>(()=>{var e={30:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=void 0;try{o="undefined"!==window&&null!==window.localStorage;var n="i18next.translate.boo";window.localStorage.setItem(n,"foo"),window.localStorage.removeItem(n)}catch(e){o=!1}t.default={name:"localStorage",lookup:function(e){var t=void 0;if(e.lookupLocalStorage&&o){var n=window.localStorage.getItem(e.lookupLocalStorage);n&&(t=n)}return t},cacheUserLanguage:function(e,t){t.lookupLocalStorage&&o&&window.localStorage.setItem(t.lookupLocalStorage,e)}}},101:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"querystring",lookup:function(e){var t=void 0;if("undefined"!=typeof window)for(var o=window.location.search.substring(1).split("&"),n=0;n<o.length;n++){var a=o[n].indexOf("=");if(a>0)o[n].substring(0,a)===e.lookupQuerystring&&(t=o[n].substring(a+1))}return t}}},146:(e,t,o)=>{"use strict";var n=function(){function e(e,t){for(var o=0;o<t.length;o++){var n=t[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,o,n){return o&&e(t.prototype,o),n&&e(t,n),t}}(),a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t.default=e,t}(o(739)),i=d(o(496)),r=d(o(101)),s=d(o(30)),l=d(o(165)),u=d(o(915)),c=d(o(725)),p=d(o(814));function d(e){return e&&e.__esModule?e:{default:e}}var m=function(){function e(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.type="languageDetector",this.detectors={},this.init(t,o)}return n(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};this.services=e,this.options=a.defaults(t,this.options||{},{order:["querystring","cookie","localStorage","navigator","htmlTag"],lookupQuerystring:"lng",lookupCookie:"i18next",lookupLocalStorage:"i18nextLng",caches:["localStorage"],excludeCacheFor:["cimode"],checkWhitelist:!0}),this.options.lookupFromUrlIndex&&(this.options.lookupFromPathIndex=this.options.lookupFromUrlIndex),this.i18nOptions=o,this.addDetector(i.default),this.addDetector(r.default),this.addDetector(s.default),this.addDetector(l.default),this.addDetector(u.default),this.addDetector(c.default),this.addDetector(p.default)}},{key:"addDetector",value:function(e){this.detectors[e.name]=e}},{key:"detect",value:function(e){var t=this;e||(e=this.options.order);var o=[];e.forEach(function(e){if(t.detectors[e]){var n=t.detectors[e].lookup(t.options);n&&"string"==typeof n&&(n=[n]),n&&(o=o.concat(n))}});var n=void 0;if(o.forEach(function(e){if(!n){var o=t.services.languageUtils.formatLanguageCode(e);t.options.checkWhitelist&&!t.services.languageUtils.isWhitelisted(o)||(n=o)}}),!n){var a=this.i18nOptions.fallbackLng;"string"==typeof a&&(a=[a]),a||(a=[]),n="[object Array]"===Object.prototype.toString.apply(a)?a[0]:a[0]||a.default&&a.default[0]}return n}},{key:"cacheUserLanguage",value:function(e,t){var o=this;t||(t=this.options.caches),t&&(this.options.excludeCacheFor&&this.options.excludeCacheFor.indexOf(e)>-1||t.forEach(function(t){o.detectors[t]&&o.detectors[t].cacheUserLanguage(e,o.options)}))}}]),e}();m.type="languageDetector",t.A=m},165:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"navigator",lookup:function(e){var t=[];if("undefined"!=typeof navigator){if(navigator.languages)for(var o=0;o<navigator.languages.length;o++)t.push(navigator.languages[o]);navigator.userLanguage&&t.push(navigator.userLanguage),navigator.language&&t.push(navigator.language)}return t.length>0?t:void 0}}},249:(e,t)=>{"use strict";var o=Symbol.for("react.element"),n=Symbol.for("react.portal"),a=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),r=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),l=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),p=Symbol.for("react.memo"),d=Symbol.for("react.lazy"),m=Symbol.iterator;var g={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},f=Object.assign,h={};function y(e,t,o){this.props=e,this.context=t,this.refs=h,this.updater=o||g}function v(){}function S(e,t,o){this.props=e,this.context=t,this.refs=h,this.updater=o||g}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 b=S.prototype=new v;b.constructor=S,f(b,y.prototype),b.isPureReactComponent=!0;var k=Array.isArray,w=Object.prototype.hasOwnProperty,C={current:null},O={key:!0,ref:!0,__self:!0,__source:!0};function N(e,t,n){var a,i={},r=null,s=null;if(null!=t)for(a in void 0!==t.ref&&t.ref,void 0!==t.key&&""+t.key,t)w.call(t,a)&&!O.hasOwnProperty(a)&&(i[a]=t[a]);var l=arguments.length-2;if(1===l)i.children=n;else if(1<l){for(var u=Array(l),c=0;c<l;c++)u[c]=arguments[c+2];i.children=u}if(e&&e.defaultProps)for(a in e.defaultProps)void 0===i[a]&&(i[a]=l[a]);return{$$typeof:o,type:e,key:r,ref:s,props:i,_owner:C.current}}function T(e){return"object"==typeof e&&null!==e&&e.$$typeof===o}var P=/\/+/g;function M(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 x(e,t,a,i,r){var s=typeof e;"undefined"!==s&&"boolean"!==s||null;var l=!1;if(null===e)0;else switch(s){case"string":case"number":0;break;case"object":switch(e.$$typeof){case o:case n:0}}if(l)return r(e),""===i?"."+M(l,0):i,k(r)?(null!=e&&e.replace(P,"$&/")+"/",x(r,t,a,"",function(e){return e})):null!=r&&(T(r)&&function(e,t){return{$$typeof:o,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(r,a+(!r.key||l&&l.key===r.key?"":(""+r.key).replace(P,"$&/")+"/")+e),t.push(r)),1;if(k(e))for(var u=0;u<e.length;u++){var c=i+M(e[u],u);x(s,t,a,c,r)}else if(function(e){return null===e||"object"!=typeof e?null:"function"==typeof(m&&e[m]||e["@@iterator"])?e:null}(e),"function"==typeof c)for(c.call(e),0;!e.next().done;)x(s.value,t,a,i+M(s,u++),r);else if("object"===s)throw 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 R(e,t,o){if(null==e)return e;var n=[],a=0;return x(e,n,"","",function(e){return t.call(o,e,a++)}),n}function D(e){if(-1===e._status){var t=e._result;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 L={current:null},I={transition:null};function A(){throw Error("act(...) is not supported in production builds of React.")}t.createContext=function(e){return(e={$$typeof:l,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:s,_context:e},e.Consumer=e}},326:(e,t,o)=>{"use strict";e.exports=o(249)},414:(e,t,o)=>{var n=o(146).A;e.exports=n,e.exports.default=n},496:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e,t,o,n){var a=void 0;if(o){var i=new Date;i.setTime(i.getTime()+60*o*1e3),a="; expires="+i.toGMTString()}else a="";n=n?"domain="+n+";":"",document.cookie=e+"="+t+a+";"+n+"path=/"},n=function(e){for(var t=e+"=",o=document.cookie.split(";"),n=0;n<o.length;n++){for(var a=o[n];" "===a.charAt(0);)a=a.substring(1,a.length);if(0===a.indexOf(t))return a.substring(t.length,a.length)}return null};t.default={name:"cookie",lookup:function(e){var t=void 0;if(e.lookupCookie&&"undefined"!=typeof document){var o=n(e.lookupCookie);o&&(t=o)}return t},cacheUserLanguage:function(e,t){t.lookupCookie&&"undefined"!=typeof document&&o(t.lookupCookie,e,t.cookieMinutes,t.cookieDomain)}}},725:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"path",lookup:function(e){var t=void 0;if("undefined"!=typeof window){var o=window.location.pathname.match(/\/([a-zA-Z-]*)/g);if(o instanceof Array)if("number"==typeof e.lookupFromPathIndex){if("string"!=typeof o[e.lookupFromPathIndex])return;t=o[e.lookupFromPathIndex].replace("/","")}else t=o[0].replace("/","")}return t}}},739:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.defaults=function(e){return n.call(a.call(arguments,1),function(t){if(t)for(var o in t)void 0===e[o]&&(e[o]=t[o])}),e},t.extend=function(e){return n.call(a.call(arguments,1),function(t){if(t)for(var o in t)e[o]=t[o]}),e};var o=[],n=o.forEach,a=o.slice},741: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}},814:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"subdomain",lookup:function(e){var t=void 0;if("undefined"!=typeof window){var o=window.location.href.match(/(?:http[s]*\:\/\/)*(.*?)\.(?=[^\/]*\..{2,5})/gi);o instanceof Array&&(t="number"==typeof e.lookupFromSubdomainIndex?o[e.lookupFromSubdomainIndex].replace("http://","").replace("https://","").replace(".",""):o[0].replace("http://","").replace("https://","").replace(".",""))}return t}}},915:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"htmlTag",lookup:function(e){var t=void 0,o=e.htmlTag||("undefined"!=typeof document?document.documentElement:null);return o&&"function"==typeof o.getAttribute&&(t=o.getAttribute("lang")),t}}}},t={};function o(n){var a=t[n];if(void 0!==a)return a.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,o),i.exports}o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{"use strict";function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(t)}function t(t){var o=function(t,o){if("object"!=e(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var a=n.call(t,o||"default");if("object"!=e(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===o?String:Number)(t)}(t,"string");return"symbol"==e(o)?o:o+""}function a(e,o,n){return(o=t(o))in e?Object.defineProperty(e,o,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[o]=n,e}function i(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?Object(arguments[t]):{},n=Object.keys(o);"function"==typeof Object.getOwnPropertySymbols&&n.push.apply(n,Object.getOwnPropertySymbols(o).filter(function(e){return Object.getOwnPropertyDescriptor(o,e).enumerable})),n.forEach(function(t){a(e,t,o[t])})}return e}function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,o){for(var n=0;n<o.length;n++){var a=o[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,t(a.key),a)}}function l(e,t,o){return t&&s(e.prototype,t),o&&s(e,o),Object.defineProperty(e,"prototype",{writable:!1}),e}function u(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function c(t,o){if(o&&("object"==e(o)||"function"==typeof o))return o;if(void 0!==o)throw new TypeError("Derived constructors may only return object or undefined");return u(t)}function p(e){return p=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},p(e)}function d(e,t){return d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},d(e,t)}function m(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&d(e,t)}function g(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=Array(t);o<t;o++)n[o]=e[o];return n}function f(e,t){if(e){if("string"==typeof e)return g(e,t);var o={}.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?g(e,t):void 0}}function h(e){return function(e){if(Array.isArray(e))return g(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||f(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function y(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var n,a,i,r,s=[],l=!0,u=!1;try{if(i=(o=o.call(e)).next,0===t){if(Object(o)!==o)return;l=!1}else for(;!(l=(n=i.call(o)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(e){u=!0,a=e}finally{try{if(!l&&null!=o.return&&(r=o.return(),Object(r)!==r))return}finally{if(u)throw a}}return s}}(e,t)||f(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}o.r(n),o.d(n,{default:()=>je});var v={type:"logger",log:function(e){this.output("log",e)},warn:function(e){this.output("warn",e)},error:function(e){this.output("error",e)},output:function(e,t){var o;console&&console[e]&&(o=console)[e].apply(o,h(t))}},S=new(function(){function e(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};r(this,e),this.init(t,o)}return l(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||v,this.options=t,this.debug=t.debug}},{key:"setDebug",value:function(e){this.debug=e}},{key:"log",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"log","",!0)}},{key:"warn",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"warn","",!0)}},{key:"error",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"error","")}},{key:"deprecate",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(e,t,o,n){return n&&!this.debug?null:("string"==typeof e[0]&&(e[0]="".concat(o).concat(this.prefix," ").concat(e[0])),this.logger[t](e))}},{key:"create",value:function(t){return new e(this.logger,i({},{prefix:"".concat(this.prefix,":").concat(t,":")},this.options))}}]),e}()),b=function(){function e(){r(this,e),this.observers={}}return l(e,[{key:"on",value:function(e,t){var o=this;return e.split(" ").forEach(function(e){o.observers[e]=o.observers[e]||[],o.observers[e].push(t)}),this}},{key:"off",value:function(e,t){this.observers[e]&&(t?this.observers[e]=this.observers[e].filter(function(e){return e!==t}):delete this.observers[e])}},{key:"emit",value:function(e){for(var t=arguments.length,o=new Array(t>1?t-1:0),n=1;n<t;n++)o[n-1]=arguments[n];this.observers[e]&&[].concat(this.observers[e]).forEach(function(e){e.apply(void 0,o)});this.observers["*"]&&[].concat(this.observers["*"]).forEach(function(t){t.apply(t,[e].concat(o))})}}]),e}();function k(){var e,t,o=new Promise(function(o,n){e=o,t=n});return o.resolve=e,o.reject=t,o}function w(e){return null==e?"":""+e}function C(e,t,o){function n(e){return e&&e.indexOf("###")>-1?e.replace(/###/g,"."):e}function a(){return!e||"string"==typeof e}for(var i="string"!=typeof t?[].concat(t):t.split(".");i.length>1;){if(a())return{};var r=n(i.shift());!e[r]&&o&&(e[r]=new o),e=e[r]}return a()?{}:{obj:e,k:n(i.shift())}}function O(e,t,o){var n=C(e,t,Object);n.obj[n.k]=o}function N(e,t){var o=C(e,t),n=o.obj,a=o.k;if(n)return n[a]}function T(e,t,o){var n=N(e,o);return void 0!==n?n:N(t,o)}function P(e,t,o){for(var n in t)n in e?"string"==typeof e[n]||e[n]instanceof String||"string"==typeof t[n]||t[n]instanceof String?o&&(e[n]=t[n]):P(e[n],t[n],o):e[n]=t[n];return e}function M(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var x={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};function R(e){return"string"==typeof e?e.replace(/[&<>"'\/]/g,function(e){return x[e]}):e}var D=function(e){function t(e){var o,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};return r(this,t),o=c(this,p(t).call(this)),b.call(u(o)),o.data=e||{},o.options=n,void 0===o.options.keySeparator&&(o.options.keySeparator="."),o}return m(t,e),l(t,[{key:"addNamespaces",value:function(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}},{key:"removeNamespaces",value:function(e){var t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}},{key:"getResource",value:function(e,t,o){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a=void 0!==n.keySeparator?n.keySeparator:this.options.keySeparator,i=[e,t];return o&&"string"!=typeof o&&(i=i.concat(o)),o&&"string"==typeof o&&(i=i.concat(a?o.split(a):o)),e.indexOf(".")>-1&&(i=e.split(".")),N(this.data,i)}},{key:"addResource",value:function(e,t,o,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1},i=this.options.keySeparator;void 0===i&&(i=".");var r=[e,t];o&&(r=r.concat(i?o.split(i):o)),e.indexOf(".")>-1&&(n=t,t=(r=e.split("."))[1]),this.addNamespaces(t),O(this.data,r,n),a.silent||this.emit("added",e,t,o,n)}},{key:"addResources",value:function(e,t,o){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(var a in o)"string"!=typeof o[a]&&"[object Array]"!==Object.prototype.toString.apply(o[a])||this.addResource(e,t,a,o[a],{silent:!0});n.silent||this.emit("added",e,t,o)}},{key:"addResourceBundle",value:function(e,t,o,n,a){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1},s=[e,t];e.indexOf(".")>-1&&(n=o,o=t,t=(s=e.split("."))[1]),this.addNamespaces(t);var l=N(this.data,s)||{};n?P(l,o,a):l=i({},l,o),O(this.data,s,l),r.silent||this.emit("added",e,t,o)}},{key:"removeResourceBundle",value:function(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}},{key:"hasResourceBundle",value:function(e,t){return void 0!==this.getResource(e,t)}},{key:"getResourceBundle",value:function(e,t){return t||(t=this.options.defaultNS),"v1"===this.options.compatibilityAPI?i({},{},this.getResource(e,t)):this.getResource(e,t)}},{key:"getDataByLanguage",value:function(e){return this.data[e]}},{key:"toJSON",value:function(){return this.data}}]),t}(b),L={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,t,o,n,a){var i=this;return e.forEach(function(e){i.processors[e]&&(t=i.processors[e].process(t,o,n,a))}),t}},I=function(t){function o(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return r(this,o),t=c(this,p(o).call(this)),b.call(u(t)),function(e,t,o){e.forEach(function(e){t[e]&&(o[e]=t[e])})}(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,u(t)),t.options=n,void 0===t.options.keySeparator&&(t.options.keySeparator="."),t.logger=S.create("translator"),t}return m(o,t),l(o,[{key:"changeLanguage",value:function(e){e&&(this.language=e)}},{key:"exists",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}},o=this.resolve(e,t);return o&&void 0!==o.res}},{key:"extractFromKey",value:function(e,t){var o=t.nsSeparator||this.options.nsSeparator;void 0===o&&(o=":");var n=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,a=t.ns||this.options.defaultNS;if(o&&e.indexOf(o)>-1){var i=e.split(o);(o!==n||o===n&&this.options.ns.indexOf(i[0])>-1)&&(a=i.shift()),e=i.join(n)}return"string"==typeof a&&(a=[a]),{key:e,namespaces:a}}},{key:"translate",value:function(t,o){var n=this;if("object"!==e(o)&&this.options.overloadTranslationOptionHandler&&(o=this.options.overloadTranslationOptionHandler(arguments)),o||(o={}),null==t)return"";Array.isArray(t)||(t=[String(t)]);var a=void 0!==o.keySeparator?o.keySeparator:this.options.keySeparator,r=this.extractFromKey(t[t.length-1],o),s=r.key,l=r.namespaces,u=l[l.length-1],c=o.lng||this.language,p=o.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(c&&"cimode"===c.toLowerCase()){if(p){var d=o.nsSeparator||this.options.nsSeparator;return u+d+s}return s}var m=this.resolve(t,o),g=m&&m.res,f=m&&m.usedKey||s,h=m&&m.exactUsedKey||s,y=Object.prototype.toString.apply(g),v=void 0!==o.joinArrays?o.joinArrays:this.options.joinArrays,S=!this.i18nFormat||this.i18nFormat.handleAsObject;if(S&&g&&("string"!=typeof g&&"boolean"!=typeof g&&"number"!=typeof g)&&["[object Number]","[object Function]","[object RegExp]"].indexOf(y)<0&&("string"!=typeof v||"[object Array]"!==y)){if(!o.returnObjects&&!this.options.returnObjects)return this.logger.warn("accessing an object - but returnObjects options is not enabled!"),this.options.returnedObjectHandler?this.options.returnedObjectHandler(f,g,o):"key '".concat(s," (").concat(this.language,")' returned an object instead of string.");if(a){var b="[object Array]"===y,k=b?[]:{},w=b?h:f;for(var C in g)if(Object.prototype.hasOwnProperty.call(g,C)){var O="".concat(w).concat(a).concat(C);k[C]=this.translate(O,i({},o,{joinArrays:!1,ns:l})),k[C]===O&&(k[C]=g[C])}g=k}}else if(S&&"string"==typeof v&&"[object Array]"===y)(g=g.join(v))&&(g=this.extendTranslation(g,t,o));else{var N=!1,T=!1;if(!this.isValidLookup(g)&&void 0!==o.defaultValue){if(N=!0,void 0!==o.count){var P=this.pluralResolver.getSuffix(c,o.count);g=o["defaultValue".concat(P)]}g||(g=o.defaultValue)}this.isValidLookup(g)||(T=!0,g=s);var M=o.defaultValue&&o.defaultValue!==g&&this.options.updateMissing;if(T||N||M){this.logger.log(M?"updateKey":"missingKey",c,u,s,M?o.defaultValue:g);var x=[],R=this.languageUtils.getFallbackCodes(this.options.fallbackLng,o.lng||this.language);if("fallback"===this.options.saveMissingTo&&R&&R[0])for(var D=0;D<R.length;D++)x.push(R[D]);else"all"===this.options.saveMissingTo?x=this.languageUtils.toResolveHierarchy(o.lng||this.language):x.push(o.lng||this.language);var L=function(e,t){n.options.missingKeyHandler?n.options.missingKeyHandler(e,u,t,M?o.defaultValue:g,M,o):n.backendConnector&&n.backendConnector.saveMissing&&n.backendConnector.saveMissing(e,u,t,M?o.defaultValue:g,M,o),n.emit("missingKey",e,u,t,g)};if(this.options.saveMissing){var I=void 0!==o.count&&"string"!=typeof o.count;this.options.saveMissingPlurals&&I?x.forEach(function(e){n.pluralResolver.getPluralFormsOfKey(e,s).forEach(function(t){return L([e],t)})}):L(x,s)}}g=this.extendTranslation(g,t,o,m),T&&g===s&&this.options.appendNamespaceToMissingKey&&(g="".concat(u,":").concat(s)),T&&this.options.parseMissingKeyHandler&&(g=this.options.parseMissingKeyHandler(g))}return g}},{key:"extendTranslation",value:function(e,t,o,n){var a=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,o,n.usedLng,n.usedNS,n.usedKey,{resolved:n});else if(!o.skipInterpolation){o.interpolation&&this.interpolator.init(i({},o,{interpolation:i({},this.options.interpolation,o.interpolation)}));var r=o.replace&&"string"!=typeof o.replace?o.replace:o;this.options.interpolation.defaultVariables&&(r=i({},this.options.interpolation.defaultVariables,r)),e=this.interpolator.interpolate(e,r,o.lng||this.language,o),!1!==o.nest&&(e=this.interpolator.nest(e,function(){return a.translate.apply(a,arguments)},o)),o.interpolation&&this.interpolator.reset()}var s=o.postProcess||this.options.postProcess,l="string"==typeof s?[s]:s;return null!=e&&l&&l.length&&!1!==o.applyPostProcessor&&(e=L.handle(l,e,t,this.options&&this.options.postProcessPassResolved?i({i18nResolved:n},o):o,this)),e}},{key:"resolve",value:function(e){var t,o,n,a,i,r=this,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"==typeof e&&(e=[e]),e.forEach(function(e){if(!r.isValidLookup(t)){var l=r.extractFromKey(e,s),u=l.key;o=u;var c=l.namespaces;r.options.fallbackNS&&(c=c.concat(r.options.fallbackNS));var p=void 0!==s.count&&"string"!=typeof s.count,d=void 0!==s.context&&"string"==typeof s.context&&""!==s.context,m=s.lngs?s.lngs:r.languageUtils.toResolveHierarchy(s.lng||r.language,s.fallbackLng);c.forEach(function(e){r.isValidLookup(t)||(i=e,r.utils&&r.utils.hasLoadedNamespace&&!r.utils.hasLoadedNamespace(i)&&r.logger.warn('key "'.concat(o,'" for namespace "').concat(i,"\" won't get resolved as namespace was not yet loaded"),"This means something IS WRONG in your application 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!!!"),m.forEach(function(o){if(!r.isValidLookup(t)){a=o;var i,l,c=u,m=[c];if(r.i18nFormat&&r.i18nFormat.addLookupKeys)r.i18nFormat.addLookupKeys(m,u,o,e,s);else p&&(i=r.pluralResolver.getSuffix(o,s.count)),p&&d&&m.push(c+i),d&&m.push(c+="".concat(r.options.contextSeparator).concat(s.context)),p&&m.push(c+=i);for(;l=m.pop();)r.isValidLookup(t)||(n=l,t=r.getResource(o,e,l,s))}}))})}}),{res:t,usedKey:o,exactUsedKey:n,usedLng:a,usedNS:i}}},{key:"isValidLookup",value:function(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}},{key:"getResource",value:function(e,t,o){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,o,n):this.resourceStore.getResource(e,t,o,n)}}]),o}(b);function A(e){return e.charAt(0).toUpperCase()+e.slice(1)}var E=function(){function e(t){r(this,e),this.options=t,this.whitelist=this.options.whitelist||!1,this.logger=S.create("languageUtils")}return l(e,[{key:"getScriptPartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return null;var t=e.split("-");return 2===t.length?null:(t.pop(),this.formatLanguageCode(t.join("-")))}},{key:"getLanguagePartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return e;var t=e.split("-");return this.formatLanguageCode(t[0])}},{key:"formatLanguageCode",value:function(e){if("string"==typeof e&&e.indexOf("-")>-1){var t=["hans","hant","latn","cyrl","cans","mong","arab"],o=e.split("-");return this.options.lowerCaseLng?o=o.map(function(e){return e.toLowerCase()}):2===o.length?(o[0]=o[0].toLowerCase(),o[1]=o[1].toUpperCase(),t.indexOf(o[1].toLowerCase())>-1&&(o[1]=A(o[1].toLowerCase()))):3===o.length&&(o[0]=o[0].toLowerCase(),2===o[1].length&&(o[1]=o[1].toUpperCase()),"sgn"!==o[0]&&2===o[2].length&&(o[2]=o[2].toUpperCase()),t.indexOf(o[1].toLowerCase())>-1&&(o[1]=A(o[1].toLowerCase())),t.indexOf(o[2].toLowerCase())>-1&&(o[2]=A(o[2].toLowerCase()))),o.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}},{key:"isWhitelisted",value:function(e){return("languageOnly"===this.options.load||this.options.nonExplicitWhitelist)&&(e=this.getLanguagePartFromCode(e)),!this.whitelist||!this.whitelist.length||this.whitelist.indexOf(e)>-1}},{key:"getFallbackCodes",value:function(e,t){if(!e)return[];if("string"==typeof e&&(e=[e]),"[object Array]"===Object.prototype.toString.apply(e))return e;if(!t)return e.default||[];var o=e[t];return o||(o=e[this.getScriptPartFromCode(t)]),o||(o=e[this.formatLanguageCode(t)]),o||(o=e.default),o||[]}},{key:"toResolveHierarchy",value:function(e,t){var o=this,n=this.getFallbackCodes(t||this.options.fallbackLng||[],e),a=[],i=function(e){e&&(o.isWhitelisted(e)?a.push(e):o.logger.warn("rejecting non-whitelisted language code: ".concat(e)))};return"string"==typeof e&&e.indexOf("-")>-1?("languageOnly"!==this.options.load&&i(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&i(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&i(this.getLanguagePartFromCode(e))):"string"==typeof e&&i(this.formatLanguageCode(e)),n.forEach(function(e){a.indexOf(e)<0&&i(o.formatLanguageCode(e))}),a}}]),e}(),j=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","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","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","id","ja","jbo","ka","kk","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"],nr:[1,2,20,21],fc:22}],B={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?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)}};var V=function(){function e(t){var o,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};r(this,e),this.languageUtils=t,this.options=n,this.logger=S.create("pluralResolver"),this.rules=(o={},j.forEach(function(e){e.lngs.forEach(function(t){o[t]={numbers:e.nr,plurals:B[e.fc]}})}),o)}return l(e,[{key:"addRule",value:function(e,t){this.rules[e]=t}},{key:"getRule",value:function(e){return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}},{key:"needsPlural",value:function(e){var t=this.getRule(e);return t&&t.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(e,t){var o=this,n=[],a=this.getRule(e);return a?(a.numbers.forEach(function(a){var i=o.getSuffix(e,a);n.push("".concat(t).concat(i))}),n):n}},{key:"getSuffix",value:function(e,t){var o=this,n=this.getRule(e);if(n){var a=n.noAbs?n.plurals(t):n.plurals(Math.abs(t)),i=n.numbers[a];this.options.simplifyPluralSuffix&&2===n.numbers.length&&1===n.numbers[0]&&(2===i?i="plural":1===i&&(i=""));var r=function(){return o.options.prepend&&i.toString()?o.options.prepend+i.toString():i.toString()};return"v1"===this.options.compatibilityJSON?1===i?"":"number"==typeof i?"_plural_".concat(i.toString()):r():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===n.numbers.length&&1===n.numbers[0]?r():this.options.prepend&&a.toString()?this.options.prepend+a.toString():a.toString()}return this.logger.warn("no plural rule found for: ".concat(e)),""}}]),e}(),F=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};r(this,e),this.logger=S.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||function(e){return e},this.init(t)}return l(e,[{key:"init",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});var t=e.interpolation;this.escape=void 0!==t.escape?t.escape:R,this.escapeValue=void 0===t.escapeValue||t.escapeValue,this.useRawValueToEscape=void 0!==t.useRawValueToEscape&&t.useRawValueToEscape,this.prefix=t.prefix?M(t.prefix):t.prefixEscaped||"{{",this.suffix=t.suffix?M(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?M(t.nestingPrefix):t.nestingPrefixEscaped||M("$t("),this.nestingSuffix=t.nestingSuffix?M(t.nestingSuffix):t.nestingSuffixEscaped||M(")"),this.maxReplaces=t.maxReplaces?t.maxReplaces:1e3,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var e="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(e,"g");var t="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(t,"g");var o="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(o,"g")}},{key:"interpolate",value:function(e,t,o,n){var a,i,r,s=this,l=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function u(e){return e.replace(/\$/g,"$$$$")}var c=function(e){if(e.indexOf(s.formatSeparator)<0)return T(t,l,e);var n=e.split(s.formatSeparator),a=n.shift().trim(),i=n.join(s.formatSeparator).trim();return s.format(T(t,l,a),i,o)};this.resetRegExp();var p=n&&n.missingInterpolationHandler||this.options.missingInterpolationHandler;for(r=0;a=this.regexpUnescape.exec(e);){if(void 0===(i=c(a[1].trim())))if("function"==typeof p){var d=p(e,a,n);i="string"==typeof d?d:""}else this.logger.warn("missed to pass in variable ".concat(a[1]," for interpolating ").concat(e)),i="";else"string"==typeof i||this.useRawValueToEscape||(i=w(i));if(e=e.replace(a[0],u(i)),this.regexpUnescape.lastIndex=0,++r>=this.maxReplaces)break}for(r=0;a=this.regexp.exec(e);){if(void 0===(i=c(a[1].trim())))if("function"==typeof p){var m=p(e,a,n);i="string"==typeof m?m:""}else this.logger.warn("missed to pass in variable ".concat(a[1]," for interpolating ").concat(e)),i="";else"string"==typeof i||this.useRawValueToEscape||(i=w(i));if(i=this.escapeValue?u(this.escape(i)):u(i),e=e.replace(a[0],i),this.regexp.lastIndex=0,++r>=this.maxReplaces)break}return e}},{key:"nest",value:function(e,t){var o,n,a=i({},arguments.length>2&&void 0!==arguments[2]?arguments[2]:{});function r(e,t){if(e.indexOf(",")<0)return e;var o=e.split(",");e=o.shift();var n=o.join(",");n=(n=this.interpolate(n,a)).replace(/'/g,'"');try{a=JSON.parse(n),t&&(a=i({},t,a))}catch(t){this.logger.error("failed parsing options string in nesting for key ".concat(e),t)}return delete a.defaultValue,e}for(a.applyPostProcessor=!1,delete a.defaultValue;o=this.nestingRegexp.exec(e);){if((n=t(r.call(this,o[1].trim(),a),a))&&o[0]===e&&"string"!=typeof n)return n;"string"!=typeof n&&(n=w(n)),n||(this.logger.warn("missed to resolve ".concat(o[1]," for nesting ").concat(e)),n=""),e=e.replace(o[0],n),this.regexp.lastIndex=0}return e}}]),e}();var $=function(e){function t(e,o,n){var a,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return r(this,t),a=c(this,p(t).call(this)),b.call(u(a)),a.backend=e,a.store=o,a.services=n,a.languageUtils=n.languageUtils,a.options=i,a.logger=S.create("backendConnector"),a.state={},a.queue=[],a.backend&&a.backend.init&&a.backend.init(n,i.backend,i),a}return m(t,e),l(t,[{key:"queueLoad",value:function(e,t,o,n){var a=this,i=[],r=[],s=[],l=[];return e.forEach(function(e){var n=!0;t.forEach(function(t){var s="".concat(e,"|").concat(t);!o.reload&&a.store.hasResourceBundle(e,t)?a.state[s]=2:a.state[s]<0||(1===a.state[s]?r.indexOf(s)<0&&r.push(s):(a.state[s]=1,n=!1,r.indexOf(s)<0&&r.push(s),i.indexOf(s)<0&&i.push(s),l.indexOf(t)<0&&l.push(t)))}),n||s.push(e)}),(i.length||r.length)&&this.queue.push({pending:r,loaded:{},errors:[],callback:n}),{toLoad:i,pending:r,toLoadLanguages:s,toLoadNamespaces:l}}},{key:"loaded",value:function(e,t,o){var n=y(e.split("|"),2),a=n[0],i=n[1];t&&this.emit("failedLoading",a,i,t),o&&this.store.addResourceBundle(a,i,o),this.state[e]=t?-1:2;var r={};this.queue.forEach(function(o){var n,s,l,u,c,p;n=o.loaded,s=i,u=C(n,[a],Object),c=u.obj,p=u.k,c[p]=c[p]||[],l&&(c[p]=c[p].concat(s)),l||c[p].push(s),function(e,t){for(var o=e.indexOf(t);-1!==o;)e.splice(o,1),o=e.indexOf(t)}(o.pending,e),t&&o.errors.push(t),0!==o.pending.length||o.done||(Object.keys(o.loaded).forEach(function(e){r[e]||(r[e]=[]),o.loaded[e].length&&o.loaded[e].forEach(function(t){r[e].indexOf(t)<0&&r[e].push(t)})}),o.done=!0,o.errors.length?o.callback(o.errors):o.callback())}),this.emit("loaded",r),this.queue=this.queue.filter(function(e){return!e.done})}},{key:"read",value:function(e,t,o){var n=this,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:250,r=arguments.length>5?arguments[5]:void 0;return e.length?this.backend[o](e,t,function(s,l){s&&l&&a<5?setTimeout(function(){n.read.call(n,e,t,o,a+1,2*i,r)},i):r(s,l)}):r(null,{})}},{key:"prepareLoading",value:function(e,t){var o=this,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]);var i=this.queueLoad(e,t,n,a);if(!i.toLoad.length)return i.pending.length||a(),null;i.toLoad.forEach(function(e){o.loadOne(e)})}},{key:"load",value:function(e,t,o){this.prepareLoading(e,t,{},o)}},{key:"reload",value:function(e,t,o){this.prepareLoading(e,t,{reload:!0},o)}},{key:"loadOne",value:function(e){var t=this,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=y(e.split("|"),2),a=n[0],i=n[1];this.read(a,i,"read",null,null,function(n,r){n&&t.logger.warn("".concat(o,"loading namespace ").concat(i," for language ").concat(a," failed"),n),!n&&r&&t.logger.log("".concat(o,"loaded namespace ").concat(i," for language ").concat(a),r),t.loaded(e,n,r)})}},{key:"saveMissing",value:function(e,t,o,n,a){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(t)?this.logger.warn('did not save key "'.concat(o,'" for namespace "').concat(t,'" as the namespace was not yet loaded'),"This means something IS WRONG in your application 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!!!"):(this.backend&&this.backend.create&&this.backend.create(e,t,o,n,null,i({},r,{isUpdate:a})),e&&e[0]&&this.store.addResource(e[0],t,o,n))}}]),t}(b);function J(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.whitelist&&e.whitelist.indexOf("cimode")<0&&(e.whitelist=e.whitelist.concat(["cimode"])),e}function U(){}var H=function(t){function o(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;if(r(this,o),e=c(this,p(o).call(this)),b.call(u(e)),e.options=J(t),e.services={},e.logger=S,e.modules={external:[]},n&&!e.isInitialized&&!t.isClone){if(!e.options.initImmediate)return e.init(t,n),c(e,u(e));setTimeout(function(){e.init(t,n)},0)}return e}return m(o,t),l(o,[{key:"init",value:function(){var t=this,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;function a(e){return e?"function"==typeof e?new e:e:null}if("function"==typeof o&&(n=o,o={}),this.options=i({},{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,whitelist:!1,nonExplicitWhitelist:!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:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(t){var o={};if("object"===e(t[1])&&(o=t[1]),"string"==typeof t[1]&&(o.defaultValue=t[1]),"string"==typeof t[2]&&(o.tDescription=t[2]),"object"===e(t[2])||"object"===e(t[3])){var n=t[3]||t[2];Object.keys(n).forEach(function(e){o[e]=n[e]})}return o},interpolation:{escapeValue:!0,format:function(e,t,o){return e},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",maxReplaces:1e3}},this.options,J(o)),this.format=this.options.interpolation.format,n||(n=U),!this.options.isClone){this.modules.logger?S.init(a(this.modules.logger),this.options):S.init(null,this.options);var r=new E(this.options);this.store=new D(this.options.resources,this.options);var s=this.services;s.logger=S,s.resourceStore=this.store,s.languageUtils=r,s.pluralResolver=new V(r,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),s.interpolator=new F(this.options),s.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},s.backendConnector=new $(a(this.modules.backend),s.resourceStore,s,this.options),s.backendConnector.on("*",function(e){for(var o=arguments.length,n=new Array(o>1?o-1:0),a=1;a<o;a++)n[a-1]=arguments[a];t.emit.apply(t,[e].concat(n))}),this.modules.languageDetector&&(s.languageDetector=a(this.modules.languageDetector),s.languageDetector.init(s,this.options.detection,this.options)),this.modules.i18nFormat&&(s.i18nFormat=a(this.modules.i18nFormat),s.i18nFormat.init&&s.i18nFormat.init(this)),this.translator=new I(this.services,this.options),this.translator.on("*",function(e){for(var o=arguments.length,n=new Array(o>1?o-1:0),a=1;a<o;a++)n[a-1]=arguments[a];t.emit.apply(t,[e].concat(n))}),this.modules.external.forEach(function(e){e.init&&e.init(t)})}["getResource","addResource","addResources","addResourceBundle","removeResourceBundle","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(function(e){t[e]=function(){var o;return(o=t.store)[e].apply(o,arguments)}});var l=k(),u=function(){t.changeLanguage(t.options.lng,function(e,o){t.isInitialized=!0,t.logger.log("initialized",t.options),t.emit("initialized",t.options),l.resolve(o),n(e,o)})};return this.options.resources||!this.options.initImmediate?u():setTimeout(u,0),l}},{key:"loadResources",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:U;if(!this.options.resources||this.options.partialBundledLanguages){if(this.language&&"cimode"===this.language.toLowerCase())return t();var o=[],n=function(t){t&&e.services.languageUtils.toResolveHierarchy(t).forEach(function(e){o.indexOf(e)<0&&o.push(e)})};if(this.language)n(this.language);else this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(function(e){return n(e)});this.options.preload&&this.options.preload.forEach(function(e){return n(e)}),this.services.backendConnector.load(o,this.options.ns,t)}else t(null)}},{key:"reloadResources",value:function(e,t,o){var n=k();return e||(e=this.languages),t||(t=this.options.ns),o||(o=U),this.services.backendConnector.reload(e,t,function(e){n.resolve(),o(e)}),n}},{key:"use",value:function(e){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&&L.addPostProcessor(e),"3rdParty"===e.type&&this.modules.external.push(e),this}},{key:"changeLanguage",value:function(e,t){var o=this,n=k();this.emit("languageChanging",e);var a=function(e){e&&(o.language=e,o.languages=o.services.languageUtils.toResolveHierarchy(e),o.translator.language||o.translator.changeLanguage(e),o.services.languageDetector&&o.services.languageDetector.cacheUserLanguage(e)),o.loadResources(function(a){!function(e,a){o.translator.changeLanguage(a),a&&(o.emit("languageChanged",a),o.logger.log("languageChanged",a)),n.resolve(function(){return o.t.apply(o,arguments)}),t&&t(e,function(){return o.t.apply(o,arguments)})}(a,e)})};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect(a):a(e):a(this.services.languageDetector.detect()),n}},{key:"getFixedT",value:function(t,o){var n=this,a=function t(o,a){var r;if("object"!==e(a)){for(var s=arguments.length,l=new Array(s>2?s-2:0),u=2;u<s;u++)l[u-2]=arguments[u];r=n.options.overloadTranslationOptionHandler([o,a].concat(l))}else r=i({},a);return r.lng=r.lng||t.lng,r.lngs=r.lngs||t.lngs,r.ns=r.ns||t.ns,n.t(o,r)};return"string"==typeof t?a.lng=t:a.lngs=t,a.ns=o,a}},{key:"t",value:function(){var e;return this.translator&&(e=this.translator).translate.apply(e,arguments)}},{key:"exists",value:function(){var e;return this.translator&&(e=this.translator).exists.apply(e,arguments)}},{key:"setDefaultNamespace",value:function(e){this.options.defaultNS=e}},{key:"hasLoadedNamespace",value:function(e){var t=this;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;var o=this.languages[0],n=!!this.options&&this.options.fallbackLng,a=this.languages[this.languages.length-1];if("cimode"===o.toLowerCase())return!0;var i=function(e,o){var n=t.services.backendConnector.state["".concat(e,"|").concat(o)];return-1===n||2===n};return!!this.hasResourceBundle(o,e)||(!this.services.backendConnector.backend||!(!i(o,e)||n&&!i(a,e)))}},{key:"loadNamespaces",value:function(e,t){var o=this,n=k();return this.options.ns?("string"==typeof e&&(e=[e]),e.forEach(function(e){o.options.ns.indexOf(e)<0&&o.options.ns.push(e)}),this.loadResources(function(e){n.resolve(),t&&t(e)}),n):(t&&t(),Promise.resolve())}},{key:"loadLanguages",value:function(e,t){var o=k();"string"==typeof e&&(e=[e]);var n=this.options.preload||[],a=e.filter(function(e){return n.indexOf(e)<0});return a.length?(this.options.preload=n.concat(a),this.loadResources(function(e){o.resolve(),t&&t(e)}),o):(t&&t(),Promise.resolve())}},{key:"dir",value:function(e){if(e||(e=this.languages&&this.languages.length>0?this.languages[0]:this.language),!e)return"rtl";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","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam"].indexOf(this.services.languageUtils.getLanguagePartFromCode(e))>=0?"rtl":"ltr"}},{key:"createInstance",value:function(){return new o(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)}},{key:"cloneInstance",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:U,a=i({},this.options,t,{isClone:!0}),r=new o(a);return["store","services","language"].forEach(function(t){r[t]=e[t]}),r.translator=new I(r.services,r.options),r.translator.on("*",function(e){for(var t=arguments.length,o=new Array(t>1?t-1:0),n=1;n<t;n++)o[n-1]=arguments[n];r.emit.apply(r,[e].concat(o))}),r.init(a,n),r.translator.options=r.options,r}}]),o}(b);const z=new H;function W(e,t,o){function n(e){return e&&e.indexOf("###")>-1?e.replace(/###/g,"."):e}for(var a="string"!=typeof t?[].concat(t):t.split(".");a.length>1;){if(!e)return{};var i=n(a.shift());!e[i]&&o&&(e[i]=new o),e=e[i]}return e?{obj:e,k:n(a.shift())}:{}}function K(e,t,o){var n=W(e,t,Object);n.obj[n.k]=o}function G(e,t){var o=W(e,t),n=o.obj,a=o.k;if(n)return n[a]}var q=new RegExp("{{(.+?)}}","g");function _(e){return null==e?"":""+e}function Y(e,t,o){var n,a;function i(e){return e.replace(/\$/g,"$$$$")}for(;n=q.exec(e);)"string"!=typeof(a=n[1].trim())&&(a=_(a)),a||(a=""),a=i(a),e=e.replace(n[0],t[a]||a),q.lastIndex=0;return e}function Z(e,t){return t.reduce(function(t,o){if(t)return t;if(!e||!e[o]||"string"!=typeof e[o]||!e[o].toLowerCase()===o.toLowerCase()){var n='i18next-locize-backend :: got "'.concat(e[o],'" in options for ').concat(o," which is invalid.");return console.warn(n),n}return!1},!1)}function X(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),o.push.apply(o,n)}return o}function Q(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?X(Object(o),!0).forEach(function(t){a(e,t,o[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):X(Object(o)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))})}return e}function ee(e,t,o,n,a){try{var i=new(XMLHttpRequest||ActiveXObject)("MSXML2.XMLHTTP.3.0");i.open(n?"POST":"GET",e,1),t.crossDomain||i.setRequestHeader("X-Requested-With","XMLHttpRequest"),t.authorize&&t.apiKey&&i.setRequestHeader("Authorization",t.apiKey),(n||t.setContentTypeJSON)&&i.setRequestHeader("Content-type","application/json"),i.onreadystatechange=function(){i.readyState>3&&o&&o(i.responseText,i)},i.send(JSON.stringify(n))}catch(e){"undefined"!=typeof window&&window.console&&console.log(e)}}var te=function(){function e(t,o,n){r(this,e),t&&t.projectId?this.init(null,t,{},o):this.init(null,o,{},n),this.type="backend"}return l(e,[{key:"init",value:function(e){var t=this,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,a=arguments.length>3?arguments[3]:void 0;this.options=Q({},{loadPath:"https://api.locize.io/{{projectId}}/{{version}}/{{lng}}/{{ns}}",privatePath:"https://api.locize.io/private/{{projectId}}/{{version}}/{{lng}}/{{ns}}",pullPath:"https://api.locize.io/pull/{{projectId}}/{{version}}/{{lng}}/{{ns}}",getLanguagesPath:"https://api.locize.io/languages/{{projectId}}",addPath:"https://api.locize.io/missing/{{projectId}}/{{version}}/{{lng}}/{{ns}}",updatePath:"https://api.locize.io/update/{{projectId}}/{{version}}/{{lng}}/{{ns}}",referenceLng:"en",crossDomain:!0,setContentTypeJSON:!1,version:"latest",pull:!1,private:!1,whitelistThreshold:.9,failLoadingOnEmptyJSON:!1,allowedAddOrUpdateHosts:["localhost"],onSaved:!1},{},this.options,{},o),this.services=e,this.options.pull&&console.warn("deprecated: pull will be removed in future versions and should be replaced with locize private versions");var i,r,s,l,u="undefined"!=typeof window&&window.location&&window.location.hostname;u?(this.isAddOrUpdateAllowed="function"==typeof this.options.allowedAddOrUpdateHosts?this.options.allowedAddOrUpdateHosts(u):this.options.allowedAddOrUpdateHosts.indexOf(u)>-1,n.saveMissing&&!this.isAddOrUpdateAllowed&&e&&e.logger&&e.logger.warn('locize-backend: will not save missings because the host "'.concat(u,'" was not in the list of allowedAddOrUpdateHosts: ').concat(this.options.allowedAddOrUpdateHosts.join(", ")," (matches need to be exact)."))):this.isAddOrUpdateAllowed=!0,"function"==typeof a&&this.getOptions(function(e,n){if(e)return a(e);t.options.referenceLng=o.referenceLng||n.referenceLng||t.options.referenceLng,a(null,n)}),this.queuedWrites={},this.debouncedProcess=(i=this.process,r=1e4,function(){var e=this,t=arguments,o=s&&!l;clearTimeout(l),l=setTimeout(function(){l=null,s||i.apply(e,t)},r),o&&i.apply(e,t)})}},{key:"getLanguages",value:function(e){var t=Z(this.options,["projectId"]);if(t)return e(new Error(t));var o=Y(this.options.getLanguagesPath,{projectId:this.options.projectId});this.loadUrl(o,{},e)}},{key:"getOptions",value:function(e){var t=this;this.getLanguages(function(o,n){if(o)return e(o);var a=Object.keys(n);if(!a.length)return e(new Error("was unable to load languages via API"));var i=a.reduce(function(e,t){return n[t].isReferenceLanguage&&(e=t),e},""),r=a.reduce(function(e,o){var a=n[o];return a.translated[t.options.version]&&a.translated[t.options.version]>=t.options.whitelistThreshold&&e.push(o),e},[]),s=a.reduce(function(e,t){return t.indexOf("-")>-1||e},!1);e(null,{fallbackLng:i,referenceLng:i,whitelist:r,load:s?"all":"languageOnly"})})}},{key:"read",value:function(e,t,o){var n,a={};if(this.options.private){var i=Z(this.options,["projectId","version","apiKey"]);if(i)return o(new Error(i),!1);n=Y(this.options.privatePath,{lng:e,ns:t,projectId:this.options.projectId,version:this.options.version}),a={authorize:!0}}else if(this.options.pull){var r=Z(this.options,["projectId","version","apiKey"]);if(r)return o(new Error(r),!1);n=Y(this.options.pullPath,{lng:e,ns:t,projectId:this.options.projectId,version:this.options.version}),a={authorize:!0}}else{var s=Z(this.options,["projectId","version"]);if(s)return o(new Error(s),!1);n=Y(this.options.loadPath,{lng:e,ns:t,projectId:this.options.projectId,version:this.options.version})}this.loadUrl(n,a,o)}},{key:"loadUrl",value:function(e,t,o){var n=this;ee(e,Q({},this.options,{},t),function(t,a){if(a.status>=500&&a.status<600)return o("failed loading "+e,!0);if(a.status>=400&&a.status<500)return o("failed loading "+e,!1);var i,r;try{i=JSON.parse(t)}catch(t){r="failed parsing "+e+" to json"}return r?o(r,!1):n.options.failLoadingOnEmptyJSON&&!Object.keys(i).length?o("loaded result empty for "+e,!1):void o(null,i)})}},{key:"create",value:function(e,t,o,n,a,i){var r=this;a||(a=function(){});var s=Z(this.options,["projectId","version","apiKey","referenceLng"]);return s?a(new Error(s)):this.isAddOrUpdateAllowed?("string"==typeof e&&(e=[e]),e.filter(function(e){return e===r.options.referenceLng}).length<1&&this.services&&this.services.logger&&this.services.logger.warn('locize-backend: will not save missings because the reference language "'.concat(this.options.referenceLng,'" was not in the list of to save languages: ').concat(e.join(", ")," (open your site in the reference language to save missings).")),void e.forEach(function(e){e===r.options.referenceLng&&r.queue.call(r,r.options.referenceLng,t,o,n,a,i)})):a("host is not allowed to create key.")}},{key:"update",value:function(e,t,o,n,a,i){var r=this;a||(a=function(){});var s=Z(this.options,["projectId","version","apiKey","referenceLng"]);return s?a(new Error(s)):this.isAddOrUpdateAllowed?(i||(i={}),"string"==typeof e&&(e=[e]),i.isUpdate=!0,void e.forEach(function(e){e===r.options.referenceLng&&r.queue.call(r,r.options.referenceLng,t,o,n,a,i)})):a("host is not allowed to update key.")}},{key:"write",value:function(e,t){var o=this;if(!G(this.queuedWrites,["locks",e,t])){var n=Y(this.options.addPath,{lng:e,ns:t,projectId:this.options.projectId,version:this.options.version}),a=Y(this.options.updatePath,{lng:e,ns:t,projectId:this.options.projectId,version:this.options.version}),i=G(this.queuedWrites,[e,t]);if(K(this.queuedWrites,[e,t],[]),i.length){K(this.queuedWrites,["locks",e,t],!0);var r=!1,s=!1,l={},u={};i.forEach(function(e){var t=e.options&&e.options.tDescription?{value:e.fallbackValue||"",context:{text:e.options.tDescription}}:e.fallbackValue||"";e.options&&e.options.isUpdate?(s||(s=!0),u[e.key]=t):(r||(r=!0),l[e.key]=t)});var c=0;r&&c++,s&&c++;var p=function(){--c||(K(o.queuedWrites,["locks",e,t],!1),i.forEach(function(e){e.callback&&e.callback()}),o.options.onSaved&&o.options.onSaved(e,t),o.debouncedProcess(e,t))};c||p(),r&&ee(n,Q({},{authorize:!0},{},this.options),function(e,t){p()},l),s&&ee(a,Q({},{authorize:!0},{},this.options),function(e,t){p()},u)}}}},{key:"process",value:function(){var e=this;Object.keys(this.queuedWrites).forEach(function(t){"locks"!==t&&Object.keys(e.queuedWrites[t]).forEach(function(o){e.queuedWrites[t][o].length&&e.write(t,o)})})}},{key:"queue",value:function(e,t,o,n,a,i){var r,s,l,u,c,p;r=this.queuedWrites,s={key:o,fallbackValue:n||"",callback:a,options:i},u=W(r,[e,t],Object),c=u.obj,p=u.k,c[p]=c[p]||[],l&&(c[p]=c[p].concat(s)),l||c[p].push(s),this.debouncedProcess()}}]),e}();te.type="backend";const oe=te;function ne(e,t){return t.reduce(function(t,o){if(t)return t;if(!e||!e[o]||"string"!=typeof e[o]||!e[o].toLowerCase()===o.toLowerCase()){var n='i18next-lastused :: got "'+e[o]+'" in options for '+o+" which is invalid.";return console.warn(n),n}return!1},!1)}var ae=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e};var ie={init:function(e){var t=e.t&&"function"==typeof e.t;this.options=ae({},{lastUsedPath:"https://api.locize.io/used/{{projectId}}/{{version}}/{{lng}}/{{ns}}",referenceLng:"en",crossDomain:!0,setContentTypeJSON:!1,version:"latest",debounceSubmit:9e4,allowedHosts:["localhost"]},this.options,t?e.options.locizeLastUsed:e);var o,n,a,i,r=window.location&&window.location.hostname;this.isAllowed=!r||this.options.allowedHosts.indexOf(r)>-1,this.submitting=null,this.pending={},this.done={},this.submit=(o=this.submit,n=this.options.debounceSubmit,function(){var e=this,t=arguments,r=a&&!i;clearTimeout(i),i=setTimeout(function(){i=null,a||o.apply(e,t)},n),r&&o.apply(e,t)}),t&&this.interceptI18next(e)},interceptI18next:function(e){var t=this,o=e.services.resourceStore.getResource;e.services.resourceStore.getResource=function(n,a,i,r){return i&&t.used(a,i),o.call(e.services.resourceStore,n,a,i,r)}},used:function(e,t){var o=this;["pending","done"].forEach(function(n){o.done[e]&&o.done[e][t]||(o[n][e]||(o[n][e]={}),o[n][e][t]=!0)}),this.submit()},submit:function(){var e=this;if(this.isAllowed){if(this.submitting)return this.submit();var t=ne(this.options,["projectId","version","apiKey","referenceLng"]);if(t)return callback(new Error(t));this.submitting=this.pending,this.pending={};var o=Object.keys(this.submitting),n=o.length,a=function(){--n||(e.submitting=null)};o.forEach(function(t){var o,n,i,r,s=Object.keys(e.submitting[t]),l=(o=e.options.lastUsedPath,n=["projectId","version","lng","ns"],i=ae({},e.options,{lng:e.options.referenceLng,ns:t}),r=o,n.forEach(function(e){var t=new RegExp("{{"+e+"}}","g");r=r.replace(t,i[e])}),r);s.length?function(e,t,o,n){try{var a=new(XMLHttpRequest||ActiveXObject)("MSXML2.XMLHTTP.3.0");a.open(n?"POST":"GET",e,1),t.crossDomain||a.setRequestHeader("X-Requested-With","XMLHttpRequest"),t.authorize&&t.apiKey&&a.setRequestHeader("Authorization",t.apiKey),(n||t.setContentTypeJSON)&&a.setRequestHeader("Content-type","application/json"),a.onreadystatechange=function(){a.readyState>3&&o&&o(a.responseText,a)},a.send(JSON.stringify(n))}catch(e){window.console&&window.console.log(e)}}(l,ae({authorize:!0},e.options),function(e,t){a()},s):a()})}},type:"3rdParty"};const re=ie;function se(t){var o,n,a={top:0,left:0,right:0,bottom:0},i=t&&t.ownerDocument;if(!(o=i&&i.documentElement))return a;"undefined"!==e(t.getBoundingClientRect)&&(a=t.getBoundingClientRect()),n=function(e){return null!=(t=e)&&t===t.window?e:9===e.nodeType&&e.defaultView;var t}(i);var r=a.top+n.pageYOffset-o.clientTop,s=a.left+n.pageXOffset-o.clientLeft;return{top:r,left:s,right:s+(a.right-a.left),bottom:r+(a.bottom-a.top)}}function le(e,t){var o=e,n=void 0!==t.options.nsSeparator?t.options.nsSeparator:":";if(e.indexOf(n)>-1){var a=e.split(n);a.shift(),o=a.join(n)}return o}function ue(e,t,o){var n=o.options.defaultNS,a=o.options.nsSeparator||":";if(e.indexOf(a)>-1)n=e.split(a)[0];else{var i;!function e(t){var o=t.getAttribute&&t.getAttribute("i18next-options");if(o||(o=t.getAttribute&&t.getAttribute("data-i18next-options")),o||(o=t.getAttribute&&t.getAttribute("i18n-options")),o||(o=t.getAttribute&&t.getAttribute("data-i18n-options")),o){var n={};try{n=JSON.parse(o)}catch(e){}n.ns&&(i=n.ns)}i||(i=t.getAttribute&&t.getAttribute("i18next-ns")),i||(i=t.getAttribute&&t.getAttribute("data-i18next-ns")),i||(i=t.getAttribute&&t.getAttribute("i18n-ns")),i||(i=t.getAttribute&&t.getAttribute("data-i18n-ns")),!i&&t.parentElement&&e(t.parentElement)}(t),i&&(n=i)}return n}function ce(e){for(var t=window.location.search.substring(1).split("&"),o=0;o<t.length;o++){var n=t[o].split("=");if(n[0]==e)return n[1]}return!1}var pe='font-family: "Helvetica", "Arial", sans-serif; font-size: 14px; color: #fff; border: none; font-weight: 300; height: 30px; line-height: 30px; padding: 0; text-align: center; min-width: 90px; text-decoration: none; text-transform: uppercase; text-overflow: ellipsis; white-space: nowrap; outline: none; cursor: pointer;';var de={url:"https://www.locize.io",openDashboard:!1,enabled:!1,enableByQS:"locize",toggleKeyCode:24,toggleKeyModifier:"ctrlKey",lngOverrideQS:"useLng",lngOverride:null,hasNamespacePrefixed:!1,autoOpen:!0,onEditorSaved:function(e,t){},mode:ce("locizeMode")||"iframe",iframeContainerStyle:"z-index: 2147480000; position: fixed; top: 0; right: 0; bottom: 0; width: 600px; box-shadow: -3px 0 5px 0 rgba(0,0,0,0.5);",iframeStyle:"height: 100%; width: 600px; border: none;",bodyStyle:"margin-right: 605px;"};var me={type:"3rdParty",init:function(e){var t,o=this;e&&!e.init&&(e={languages:[(t=e).lng],nsSeparator:t.nsSeparator||":",options:{editor:t,backend:t,defaultNS:t.defaultNS}}),this.enabled=!1,this.i18next=e,this.options=i({},de,e.options.editor),this.handler=this.handler.bind(this),this.handleSavedMissing=this.handleSavedMissing.bind(this),(this.options.enabled||this.options.enableByQS&&"true"===ce(this.options.enableByQS))&&setTimeout(function(){o.options.autoOpen&&o.open()},500),document.addEventListener("keypress",function(e){e[o.options.toggleKeyModifier]&&e.which===o.options.toggleKeyCode&&(o.enabled?o.off():o.on())}),window.addEventListener("message",function(e){e.data[o.options.toggleKeyModifier]&&e.data.which===o.options.toggleKeyCode&&(o.enabled?o.off():o.on()),"savedSegments"===e.data.type&&o.options.onEditorSaved(e.data.lng,e.data.ns)})},handler:function(e){var t=this,o=function(e){if(e.srcElement&&1===e.srcElement.nodeType)return e.srcElement.getAttribute&&""===e.srcElement.getAttribute("ignorelocizeeditor")?null:e.srcElement;var t;if(e.originalEvent&&e.originalEvent.explicitOriginalTarget)t=e.originalEvent.explicitOriginalTarget;else{var o=e.srcElement;if(o.getAttribute&&""===o.getAttribute("ignorelocizeeditor"))return null;for(var n,a=e.pageX,i=e.pageY,r=(se(o),0),s=0;s<o.childNodes.length;s++){var l=o.childNodes[s],u=se(l);1===l.nodeType&&u.bottom<i&&(r=s+1),!n&&u.top+(l.clientHeight||0)>i&&(n=s)}r+1>o.childNodes.length&&(r=o.childNodes.length-1),n||(n=o.childNodes.length);for(var c=r;c<n;c++){var p=o.childNodes[c];if(se(p).left>a)break;p&&8!==p.nodeType&&(t=p)}}return t}(e);if(o){e.preventDefault(),e.stopPropagation();var n=o.textContent||o.text&&o.text.innerText||o.placeholder;if("string"==typeof n){var a=n.replace(/\n +/g,"").trim(),i=function(){var e={message:"searchForKey",projectId:t.i18next.options.backend.projectId,version:t.i18next.options.backend.version||"latest",lng:ce(t.options.lngOverrideQS)||t.options.lngOverride||t.i18next.languages[0],ns:ue(a,o,t.i18next),token:t.options.hasNamespacePrefixed?le(a,t.i18next):a};if(e.lng&&"cimode"!==e.lng.toLowerCase()||(e.lng=t.i18next.options.backend.referenceLng),t.options.handler)return t.options.handler(e);t.locizeInstance.postMessage(e,t.options.url),t.locizeInstance.focus()};this.options.autoOpen&&("iframe"!==this.options.mode&&!this.locizeInstance||this.locizeInstance.closed)?(this.open(),setTimeout(function(){i()},3e3)):i()}}},handleSavedMissing:function(e,t){if(this.locizeInstance&&!this.locizeInstance.closed){var o={message:"savedMissings",projectId:this.i18next.options.backend.projectId,version:this.i18next.options.backend.version||"latest",lng:e,ns:t};this.locizeInstance.postMessage(o,this.options.url)}},open:function(){var e=this.options.url;this.options.openDashboard||(e="".concat(e,"/pid/").concat(this.options.projectId||this.i18next.options.backend.projectId,"/v/").concat(this.i18next.options.backend.version||"latest")),"iframe"===this.options.mode?this.locizeInstance=function(e,t){var o=document.createElement("div");o.setAttribute("style",t.iframeContainerStyle),o.setAttribute("ignorelocizeeditor",""),o.setAttribute("translated","");var n=document.createElement("iframe");n.setAttribute("style",t.iframeStyle),n.setAttribute("ignorelocizeeditor",""),n.setAttribute("translated",""),n.setAttribute("src",e),o.appendChild(n),document.body.appendChild(o);var a=document.body.getAttribute("style");return document.body.setAttribute("style","".concat(a,"; ").concat(t.bodyStyle)),n.contentWindow}(e,this.options):this.locizeInstance=window.open(e),this.toggleUI=function(e,t){var o=document.createElement("div");o.setAttribute("style",'z-index: 2147483647; font-family: "Helvetica", "Arial", sans-serif; position: fixed; bottom: 20px; right: 20px; padding: 10px; background-color: #fff; border: solid 1px #1976d2; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);'),o.setAttribute("ignorelocizeeditor",""),o.setAttribute("translated","");var n=document.createElement("h4");n.id="locize-title",n.innerHTML="locize editor",n.setAttribute("style",'font-family: "Helvetica", "Arial", sans-serif; font-size: 14px; margin: 0 0 5px 0; color: #1976d2; font-weight: 300;'),n.setAttribute("ignorelocizeeditor",""),o.appendChild(n);var a=document.createElement("button");a.innerHTML="On",a.setAttribute("style","".concat(pe," display: none; background-color: #54A229;")),a.onclick=t,a.setAttribute("ignorelocizeeditor",""),o.appendChild(a);var i=document.createElement("button");return i.innerHTML="Off",i.setAttribute("style","".concat(pe," display: none; background-color: #D50000;")),i.onclick=e,i.setAttribute("ignorelocizeeditor",""),o.appendChild(i),document.body.appendChild(o),function(e){a.style.display=e?"block":"none",i.style.display=e?"none":"block"}}(this.on.bind(this),this.off.bind(this),this.options),this.on()},on:function(){document.body.addEventListener("click",this.handler,!0),this.toggleUI(!0),this.enabled=!0},off:function(){document.body.removeEventListener("click",this.handler,!0),this.toggleUI(!1),this.enabled=!1}};const ge=me;var fe=o(414),he=o.n(fe);var ye=o(326);o(741);Object.create(null);var ve=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,Se={"&amp;":"&","&#38;":"&","&lt;":"<","&#60;":"<","&gt;":">","&#62;":">","&apos;":"'","&#39;":"'","&quot;":'"',"&#34;":'"',"&nbsp;":" ","&#160;":" ","&copy;":"©","&#169;":"©","&reg;":"®","&#174;":"®","&hellip;":"…","&#8230;":"…","&#x2F;":"/","&#47;":"/"},be=function(e){return Se[e]};function ke(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),o.push.apply(o,n)}return o}function we(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ke(Object(o),!0).forEach(function(t){a(e,t,o[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ke(Object(o)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))})}return e}var Ce={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:function(e){return e.replace(ve,be)}};var Oe={type:"3rdParty",init:function(e){!function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};Ce=we(we({},Ce),e)}(e.options.react),function(e){0}(e)}};(0,ye.createContext)(),function(){function e(){r(this,e),this.usedNamespaces={}}l(e,[{key:"addUsedNamespaces",value:function(e){var t=this;e.forEach(function(e){t.usedNamespaces[e]||(t.usedNamespaces[e]=!0)})}},{key:"getUsedNamespaces",value:function(){return Object.keys(this.usedNamespaces)}}])}();const Ne=!1,Te={order:["querystring","cookie","localStorage","navigator","htmlTag","path","subdomain"],lookupQuerystring:"lng",lookupCookie:"i18next",lookupLocalStorage:"i18nextLng",lookupFromPathIndex:0,lookupFromSubdomainIndex:0,caches:["localStorage","cookie"],excludeCacheFor:["cimode"],htmlTag:document.documentElement},Pe=(e,t="log")=>{Ne},Me=JSON.parse('{"rE":"3.11.0-beta.116"}'),xe={ar:"Arabic",am:"Amharic",bg:"Bulgarian",bn:"Bengali",ca:"Catalan",cs:"Czech",da:"Danish",de:"German",el:"Greek",en:"English","en-GB":"English (Great Britain)","en-US":"English (USA)",es:"Spanish",et:"Estonian",fa:"Persian",fi:"Finnish",fil:"Filipino",fr:"French",gu:"Gujarati",he:"Hebrew",hi:"Hindi",hr:"Croatian",hu:"Hungarian",id:"Indonesian",it:"Italian",ja:"Japanese","ja-JP":"Japanese (Japan)",kn:"Kannada",ko:"Korean",lt:"Lithuanian",lv:"Latvian",ml:"Malayalam",mr:"Marathi",ms:"Malay",nl:"Dutch",no:"Norwegian",pl:"Polish","pt-BR":"Portuguese (Brazil)","pt-PT":"Portuguese (Portugal)",ro:"Romanian",ru:"Russian",sk:"Slovak",sl:"Slovenian",sr:"Serbian",sv:"Swedish",sw:"Swahili",ta:"Tamil",te:"Telugu",th:"Thai",tr:"Turkish","tr-TR":"Turkish (Turkey)",uk:"Ukrainian",vi:"Vietnamese",zh:"Chinese","zh-CN":"Chinese (China)","zh-TW":"Chinese (Taiwan)","test-LNG":"Test Language"},Re=e=>xe[e];const De={"tr-TR":{AboutModal:JSON.parse('{"About OHIF Viewer":"OHIF Viewer - Hakkında","Browser":"Tarayıcı","Build number":"Derleme Numarası","Last master commits":"Son Kaynak Kod Güncellemesi","More details":"Daha Fazla Detay","Name":"İsim","OS":"İşletim Sistemi","Report an issue":"Sorun Bildir","Repository URL":"Kaynak Kod URL","Value":"Değer","Version information":"Sürüm Bilgisi","Visit the forum":"Forumu ziyaret et"}'),Buttons:JSON.parse('{"Acquired":"Edinilen","Angle":"Açı","Axial":"Eksenel","Bidirectional":"Çift Yönlü","Brush":"Fırça","CINE":"CINE","Cancel":"Vazgeç","Circle":"Daire","Clear":"Temizle","Coronal":"Koronal","Crosshairs":"Kesişim","Download":"İndir","Ellipse":"Elips","Elliptical":"Eliptik","Flip H":"Çevir D","Flip V":"Çevir Y","Freehand":"Serbest El","Invert":"Tersini Çevir","Layout":"$t(Common:Layout)","Length":"Uzunluk","Levels":"Seviyeler","Magnify":"Büyüt","Manual":"Manuel","Measurements":"Ölçümler","More":"$t(Common:More)","Next":"$t(Common:Next)","Pan":"Tut","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"İncele","ROI Window":"ROI Penceresi","Rectangle":"Diktörtgen","Reset":"$t(Common:Reset)","Reset to defaults":"Varsayılana $t(Common:Reset)","Rotate Right":"Sağa Döndür","Sagittal":"Sagital","Save":"Kaydet","Stack Scroll":"Yığın Kaydırma","Stop":"$t(Common:Stop)","Themes":"Temalar","Zoom":"Yakınlaştır"}'),CineDialog:JSON.parse('{"Next image":"$t(Common:Next) $t(Common:Image)","Play / Stop":"$t(Common:Play) / $t(Common:Stop)","Previous image":"$t(Common:Previous) $t(Common:Image)","Skip to first image":"İlk $t(Common:Image) Geç","Skip to last image":"Son $t(Common:Image) Geç","fps":"fps"}'),Common:JSON.parse('{"Close":"Kapat","Image":"Görüntü","Layout":"Düzen","Measurements":"Ölçümler","More":"Daha Fazla","Next":"Sonraki","Play":"Oynat","Previous":"Önceki","Reset":"Sıfırla","RowsPerPage":"Sayfa başına satır","Series":"Seriler","Show":"Göster","Stop":"Durdur","StudyDate":"Çalışma Zamanı"}'),DatePicker:JSON.parse('{"Clear dates":"Tarihleri Temizle","End Date":"Bitiş Tarih","Start Date":"Başlangıç Tarihi"}'),Header:JSON.parse('{"About":"Hakkında","Back to Viewer":"Görüntüleyiciye Dön","INVESTIGATIONAL USE ONLY":"SADECE ARAŞTIRMA AMAÇLI KULLANIM","Options":"Seçenekler","Preferences":"Tercihler","Study list":"Çalışma Listesi"}'),MeasurementTable:JSON.parse('{"Criteria nonconformities":"Kriter uygunsuzlukları","Delete":"Sil","Description":"Açıklama","MAX":"Enfazla","NonTargets":"Hedefsiz","Relabel":"Tekrar Etiketle","Targets":"Hedefler"}'),StudyList:JSON.parse('{"AccessionNumber":"Accession #","Empty":"Boş","MRN":"MRN","Modality":"Modalite","PatientName":"Hasta Adı","StudyDate":"Çalışma Zamanı","Description":"Açıklama","StudyList":"Çalışma Listesi"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","No hotkeys found":"Bu uygulama için hiçbir kısayol tuşu yapılandırılmamış. Kısayol tuşları, uygulamanın app-config.js dosyasında yapılandırılabilir.","Reset to defaults":"$t(Buttons:Reset to defaults)","ResetDefaultMessage":"Tercihler başarıyla varsayılana sıfırlandı. <br /> Bu eylemi gerçekleştirmek için <strong>Kaydetmelisiniz</strong>.","Save":"$t(Buttons:Save)","SaveMessage":"Tercihler kaydedildi","User preferences":"Kullanıcı tercihleri"}'),ViewportDownloadForm:JSON.parse('{"emptyFilenameError":"Dosya adı boş olamaz.","fileType":"Dosya Tipi","filename":"Dosya Adı","formTitle":"Lütfen çıktı görüntüsü için boyutları, dosya adını ve istediğiniz türü belirtin.","imageHeight":"Görüntü Yüksekliği (px)","imagePreview":"Görüntü Önizleme","imageWidth":"Görüntü Genişliği (px)","keepAspectRatio":"En-boy oranını koru","loadingPreview":"Görüntü Önzilemesi Yükleniyor...","minHeightError":"Minimum geçerli yükseklik 100 pikseldir.","minWidthError":"Minimum geçerli genişlik 100 pikseldir.","showAnnotations":"Ek Açıklamaları Göster"}')}},Le={...{ar:{AboutModal:JSON.parse('{"About OHIF Viewer":"حول عارض OHIF","Browser":"المتصفح","Build number":"رقم الإصدار","Commit hash":"بصمة الـ Commit","Data citation":"اقتباس البيانات","Important links":"روابط مهمة","Last master commits":"آخر تحديثات Master","More details":"تفاصيل أكثر","Name":"الاسم","OS":"نظام التشغيل","Report an issue":"الإبلاغ عن مشكلة","Repository URL":"رابط المستودع","Value":"القيمة","Version information":"معلومات الإصدار","Version number":"رقم الإصدار","Visit the forum":"زيارة المنتدى"}'),Buttons:JSON.parse('{"Acquired":"مكتسب","Angle":"زاوية","Annotation":"تعليق توضيحي","Axial":"محوري","Bidirectional":"ثنائي الاتجاه","Brush":"فرشاة","Cine":"عرض سينمائي","CINE":"عرض سينمائي","Cancel":"إلغاء","Capture":"التقاط","Circle":"دائرة","Clear":"مسح","Coronal":"إكليلي","Crosshairs":"خطوط متقاطعة","Download":"تنزيل","Ellipse":"شكل بيضاوي","Elliptical":"بيضاوي","Flip H":"قلب أفقي","Flip Horizontally":"قلب أفقيًا","Flip V":"قلب رأسي","Freehand":"يدوي حر","Grid Layout":"تخطيط شبكي","Invert":"عكس","Layout":"تخطيط","Length":"طول","Levels":"مستويات","Magnify":"تكبير","Manual":"يدوي","Measurements":"قياسات","More":"المزيد","More Tools":"أدوات إضافية","Next":"التالي","Pan":"تحريك","Play":"تشغيل","Previous":"السابق","Probe":"مسبار","ROI Window":"نافذة منطقة الاهتمام","Rectangle":"مستطيل","Reference Lines":"خطوط مرجعية","Reset":"إعادة ضبط","Reset to defaults":"إعادة الضبط إلى الإعدادات الافتراضية","Rotate Right":"تدوير لليمين","Sagittal":"سهمي","Save":"حفظ","Stack Scroll":"تمرير متسلسل","Stack Image Sync":"مزامنة الصور المتسلسلة","Stop":"إيقاف","Themes":"سمات","Zoom":"تكبير/تصغير"}'),CineDialog:JSON.parse('{"Next image":"الصورة التالية","Play / Stop":"تشغيل / إيقاف","Previous image":"الصورة السابقة","Skip to first image":"الانتقال إلى الصورة الأولى","Skip to last image":"الانتقال إلى الصورة الأخيرة","fps":"إطار/ثانية"}'),Common:JSON.parse('{"Back to":"العودة إلى {{location}}","Close":"غلق","Image":"صورة","Layout":"تصميم","LOAD":"حمل","Measurements":"قياسات","mm":"مم","More":"المزيد","Next":"التالي","No":"لا","NoStudyDate":"لا يوجد تاريخ للدراسة","Play":"تشغيل","Previous":"السابق","Reset":"إعادة ضبط","RowsPerPage":"صفوف لكل صفحة","Series":"سلسلة","Show":"إظهار","Stop":"إيقاف","StudyDate":"تاريخ الدراسة","Yes":"نعم"}'),DataSourceConfiguration:JSON.parse('{"Configure Data Source":"إعداد مصدر البيانات","Data set":"مجموعة بيانات","DICOM store":"مستودع دايكوم","Location":"موقع","Project":"مشروع","Error fetching Data set list":"خطأ في جلب قائمة مجموعات البيانات","Error fetching DICOM store list":"خطأ في جلب قائمة مستودعات دايكوم","Error fetching Location list":"خطأ في جلب قائمة المواقع","Error fetching Project list":"خطأ في جلب قائمة المشاريع","No Project available":"لا توجد مشاريع متاحة","No Location available":"لا توجد مواقع متاحة","No Data set available":"لا توجد مجموعات بيانات متاحة","No DICOM store available":"لا توجد مستودعات دايكوم متاحة","Select":"اختار","Search Data set list":"بحث في قائمة مجموعات البيانات","Search DICOM store list":"بحث في قائمة مستودعات دايكوم","Search Location list":"بحث في قائمة المواقع","Search Project list":"بحث في قائمة المشاريع","Select Data set":"اختار مجموعة بيانات","Select DICOM store":"اختار مستودع دايكوم","Select Location":"اختار موقع","Select Project":"اختار مشروع"}'),DatePicker:JSON.parse('{"Clear dates":"مسح التواريخ","Close":"إغلاق","End Date":"تاريخ الانتهاء","Last 7 days":"آخر 7 أيام","Last 30 days":"آخر 30 يومًا","Start Date":"تاريخ البدء","Today":"اليوم"}'),ErrorBoundary:JSON.parse('{"Context":"السياق","Error Message":"رسالة الخطأ","Something went wrong":"حدث خطأ ما","in":"في","Sorry, something went wrong there. Try again.":"عذرًا، حدث خطأ ما. يُرجى المحاولة مرة أخرى.","Stack Trace":"تتبّع المكدس"}'),Header:JSON.parse('{"About":"حول","Back to Viewer":"العودة إلى العارض","INVESTIGATIONAL USE ONLY":"للاستخدام التجريبي فقط","Options":"خيارات","Preferences":"التفضيلات","Study list":"قائمة الدراسات","Logout":"تسجيل الخروج"}'),HotkeysValidators:JSON.parse('{"Field can\'t be empty":"لا يمكن ترك الحقل فارغًا","Hotkey is already in use":"اختصار \\"{{pressedKeys}}\\" مستخدم بالفعل في \\"{{action}}\\".","It\'s not possible to define only modifier keys (ctrl, alt and shift) as a shortcut":"لا يمكن تعريف مفاتيح التعديل فقط (ctrl، alt و shift) كاختصار","Shortcut combination is not allowed":"تركيبة الاختصار {{pressedKeys}} غير مسموح بها"}'),MeasurementTable:JSON.parse('{"Criteria nonconformities":"معايير عدم المطابقة","Delete":"حذف","Description":"الوصف","MAX":"الحد الأقصى","Measurements":"القياسات","No, do not ask again":"لا، لا تسأل مرة أخرى","NonTargets":"غير مستهدفة","Relabel":"إعادة تسمية","Targets":"أهداف","Track measurements for this series?":"هل تريد تتبع القياسات لهذه السلسلة؟","Do you want to add this measurement to the existing report?":"هل تريد إضافة هذا القياس إلى التقرير الحالي؟","You have existing tracked measurements. What would you like to do with your existing tracked measurements?":"لديك قياسات متتبعة موجودة. ماذا تريد أن تفعل بها؟","Measurements cannot span across multiple studies. Do you want to save your tracked measurements?":"لا يمكن أن تمتد القياسات عبر دراسات متعددة. هل تريد حفظ القياسات المتتبعة؟","Do you want to continue tracking measurements for this study?":"هل تريد متابعة تتبع القياسات لهذه الدراسة؟","Do you want to open this Segmentation?":"هل تريد فتح هذا التجزئة؟","There are unsaved measurements. Do you want to save it?":"هناك قياسات غير محفوظة. هل تريد حفظها؟"}'),Modes:JSON.parse('{"Basic Dev Viewer":"عارض التطوير الأساسي","Basic Test Mode":"وضع الاختبار الأساسي","Basic Viewer":"العارض الأساسي","Microscopy":"المجهرية","Segmentation":"التجزئة/التقسيم","Total Metabolic Tumor Volume":"الحجم الأيضي الكلي للورم"}'),SegmentationTable:JSON.parse('{"Active":"نشط","Add new segmentation":"إضافة تجزئة جديدة","Add segment":"إضافة مقطع","Add segmentation":"إضافة تجزئة","Delete":"حذف","Display inactive segmentations":"عرض التجزئات غير النشطة","Export DICOM SEG":"تصدير دايكوم SEG","Download DICOM SEG":"تنزيل دايكوم SEG","Download DICOM RTSTRUCT":"تنزيل دايكوم RTSTRUCT","Fill":"ملء","Inactive segmentations":"تجزئات غير نشطة","Opacity":"العتامة","Outline":"حدود","Rename":"إعادة تسمية","Segmentation":"تجزئة","Size":"الحجم"}'),SidePanel:JSON.parse('{"Measurements":"القياسات","Studies":"الدراسات"}'),StudyBrowser:JSON.parse('{"Primary":"أولي","Recent":"حديث","All":"الكل"}'),StudyItem:JSON.parse('{"Tracked series":"{{trackedSeries}} سلسلة متتبعة"}'),StudyList:JSON.parse('{"AccessionNumber":"رقم التسجيل","ClearFilters":"مسح الفلاتر","Description":"الوصف","Empty":"فارغ","Filter list to 100 studies or less to enable sorting":"قم بتصفية القائمة إلى 100 دراسة أو أقل لتمكين الفرز","Instances":"الصور","Modality":"جهاز التصوير","MRN":"رقم السجل الطبي","Next":"التالي >","No studies available":"لا توجد دراسات متاحة","Number of studies":"عدد الدراسات","Page":"الصفحة","PatientName":"اسم المريض","Previous":"< رجوع","Results per page":"النتائج لكل الصفحة","StudyDate":"تاريخ الدراسة","StudyList":"قائمة الدراسات","Upload":"رفع"}'),TooltipClipboard:JSON.parse('{"Copied":"تم النسخ","Failed to copy":"فشل النسخ"}'),ThumbnailTracked:JSON.parse('{"Series is tracked":"السلسلة متتبعة","Series is untracked":"السلسلة غير متتبعة","Viewport":"منفذ العرض"}'),TrackedCornerstoneViewport:JSON.parse('{"Series is tracked and can be viewed in the measurement panel":"السلسلة متتبعة ويمكن عرضها في جدول القياسات","Measurements for untracked series will not be shown in the measurements panel":"لن تظهر قياسات السلاسل غير المتتبعة في جدول القياسات"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","No hotkeys found":"لا توجد اختصارات معينة لهذا التطبيق. يمكن تكوين الاختصارات في ملف app-config.js الخاص بالتطبيق.","Reset to defaults":"$t(Buttons:Reset to defaults)","ResetDefaultMessage":"تمت إعادة التفضيلات إلى الإعدادات الافتراضية بنجاح. <br /> يجب عليك النقر على <strong>حفظ</strong> لتنفيذ هذا الإجراء.","Save":"$t(Buttons:Save)","SaveMessage":"تم حفظ التفضيلات","User preferences":"تفضيلات المستخدم"}'),ViewportDownloadForm:JSON.parse('{"Export Options":"خيارات التصدير","Transparent Background":"خلفية شفافة","Image Quality":"جودة الصورة"}'),Messages:JSON.parse('{"1":"لا توجد صور صالحة في السلسلة.","2":"مجموعة العرض تفتقد معلومات الموضع.","3":"مجموعة العرض ليست حجمًا ثلاثي الأبعاد قابلًا لإعادة البناء.","4":"مجموعات العرض متعددة الإطارات لا تحتوي على معلومات قياس البكسل.","5":"مجموعات العرض متعددة الإطارات لا تحتوي على معلومات الاتجاه.","6":"مجموعات العرض متعددة الإطارات لا تحتوي على معلومات الموضع.","7":"مجموعة العرض تفتقد بعض الإطارات.","8":"مجموعة العرض تحتوي على تباعد غير منتظم.","9":"مجموعة العرض تحتوي على أبعاد غير متسقة بين الإطارات.","10":"مجموعة العرض تحتوي على إطارات بعدد غير متسق من المكونات.","11":"مجموعة العرض تحتوي على إطارات باتجاهات غير متسقة.","12":"مجموعة العرض تحتوي على معلومات موضع غير متسقة.","13":"مجموعة عرض غير مدعومة.","14":"معرف فئة SOP {{ sopClassUid }} غير مدعوم.","15":"مجموعة العرض تفتقد معرف فئة SOP. يرجى التحقق من الملف.","Display Set Messages":"رسائل مجموعة العرض"}'),WindowLevelActionMenu:JSON.parse('{"Back to Display Options":"العودة إلى خيارات العرض","Modality Presets":"إعدادات {{modality}} المسبقة","Modality Window Presets":"إعدادات نافذة {{modality}} المسبقة"}')}},...De,...{de:{AboutModal:JSON.parse('{"About OHIF Viewer":"Über OHIF Viewer","Browser":"Browser","Build number":"Build-Nummer","Last master commits":"Letzter Master Commit","More details":"Mehr Details","Name":"Name","OS":"OS","Report an issue":"Ein Problem melden","Repository URL":"Repository URL","Value":"Wert","Version information":"Informationen zur Version","Visit the forum":"Besuchen Sie das Forum"}'),Buttons:JSON.parse('{"Acquired":"Akquiriert","Angle":"Winkel","Axial":"Axial","Bidirectional":"Bidirektional","Brush":"Pinsel","CINE":"CINE","Cancel":"Abbrechen","Circle":"Kreis","Clear":"Leeren","Coronal":"Koronal","Crosshairs":"Fadenkreuz","Download":"Download","Ellipse":"Ellipse","Elliptical":"Elliptisch","Flip Horizontally":"Horizontal spiegeln","Flip Vertically":"Vertikal spiegeln","Freehand":"Freihand","Invert":"Invertieren","Invert Colors":"Invertieren","Layout":"$t(Common:Layout)","Grid Layout":"Rasterlayout","Length":"Länge","Levels":"Level","Window Level":"Helligkeit/Kontrast","Magnify":"Vergrössern","Manual":"Manuell","Measurements":"Messungen","More":"$t(Common:More)","Next":"$t(Common:Next)","Pan":"Schwenken","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"Probe","ROI Window":"ROI Fenster","Rectangle":"Rechteck","Reset":"$t(Common:Reset)","Reset View":"$t(Common:Reset)","Reset to defaults":"Auf Default zurücksetzen","Rotate Right":"Nach rechts drehen","Rotate +90":"Drehen +90","Sagittal":"Sagittal","Save":"Speichern","Stack Scroll":"Stack Scroll","Stop":"$t(Common:Stop)","Themes":"Themen","Zoom":"Zoomen","More Tools":"Weitere Werkzeuge","More Measure Tools":"Weitere Messwerkzeuge"}'),CineDialog:JSON.parse('{"Next image":"Nächstes Bild","Play / Stop":"$t(Common:Play) / $t(Common:Stop)","Previous image":"Vorheriges Bild","Skip to first image":"Zum ersten Bild springen","Skip to last image":"Zum letzten Bild springen","fps":"fps"}'),Common:JSON.parse('{"Close":"Schliessen","Image":"Bild","Layout":"Layout","Measurements":"Messungen","More":"Mehr","Next":"Nächste","Play":"Abspielen","Previous":"Vorherige","Reset":"Zurücksetzen","RowsPerPage":"Zeilen pro Seite","Series":"Serien","Show":"Anzeigen","Stop":"Stoppen","StudyDate":"Studiendatum"}'),DatePicker:JSON.parse('{"Clear dates":"Daten löschen","End Date":"Enddatum","Start Date":"Startdatum"}'),Header:JSON.parse('{"About":"Über","Back to Viewer":"Zurück zum Viewer","INVESTIGATIONAL USE ONLY":"NUR FÜR FORSCHUNGSZWECKE","Options":"Optionen","Preferences":"Einstellungen","Study list":"Studienliste"}'),MeasurementTable:JSON.parse('{"Criteria nonconformities":"Kriterien für Nichtkonformitäten","Delete":"Löschen","Description":"Beschreibung","MAX":"MAX","NonTargets":"NonTargets","Relabel":"Relabel","Targets":"Targets"}'),StudyList:JSON.parse('{"AccessionNumber":"Eingangsnummer","Accession":"Eingangsnummer","Empty":"Leer","MRN":"MRN","Modality":"Modalität","Patient Name":"Patientenname","Study date":"Studiendatum","Description":"Beschreibung","Study list":"Studienliste","Instances":"Instanzen","Number of studies":"Studien"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","No hotkeys found":"Keine Hotkeys gefunden.","Reset to defaults":"$t(Buttons:Reset to defaults)","ResetDefaultMessage":"Einstellungen zurückgesetzt. Bitte speichern.","Save":"$t(Buttons:Save)","SaveMessage":"Gespeichert","User preferences":"Benutzereinstellungen","Language":"Sprache","General":"Allgemein"}'),ViewportDownloadForm:JSON.parse('{"emptyFilenameError":"Der Dateiname darf nicht leer sein.","fileType":"Dateityp","filename":"Dateiname","formTitle":"Bitte geben Sie die Grösse, den Dateinamen und den gewünschten Typ für das Bild an.","imageHeight":"Höhe (px)","imagePreview":"Vorschau","imageWidth":"Breite (px)","keepAspectRatio":"Seitenverhältnis beibehalten","loadingPreview":"Vorschau laden...","minHeightError":"Die Mindesthöhe beträgt 100px.","minWidthError":"Die Mindestbreite beträgt 100px.","showAnnotations":"Annotationen anzeigen"}')}},...{"en-US":{AboutModal:JSON.parse('{"About OHIF Viewer":"About OHIF Viewer","Browser":"Browser","Build number":"Build Number","Commit hash":"Commit hash","Data citation":"Data citation","Important links":"Important links","Last master commits":"Latest Master Commits","More details":"More details","Name":"Name","OS":"OS","Report an issue":"Report an issue","Repository URL":"Repository URL","Value":"Value","Version information":"Version Information","Version number":"Version number","Visit the forum":"Visit the forum"}'),Buttons:JSON.parse('{"Acquired":"Acquired","Angle":"Angle","Annotation":"Annotation","Axial":"Axial","Bidirectional":"Bidirectional","Brush":"Brush","Cine":"Cine","CINE":"CINE","Cancel":"Cancel","Capture":"Capture","Circle":"Circle","Clear":"Clear","Coronal":"Coronal","Crosshairs":"Crosshairs","Download":"Download","Ellipse":"Ellipse","Elliptical":"Elliptical","Flip H":"Flip H","Flip Horizontally":"Flip Horizontally","Flip V":"Flip V","Freehand":"Freehand","Grid Layout":"Grid Layout","Invert":"Invert","Layout":"$t(Common:Layout)","Length":"Length","Levels":"Levels","Magnify":"Magnify","Manual":"Manual","Measurements":"Measurements","More":"$t(Common:More)","More Tools":"More Tools","Next":"$t(Common:Next)","Pan":"Pan","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"Probe","ROI Window":"ROI Window","Rectangle":"Rectangle","Reference Lines":"Reference Lines","Reset":"$t(Common:Reset)","Reset to defaults":"$t(Common:Reset) to Defaults","Rotate Right":"Rotate Right","Sagittal":"Sagittal","Save":"Save","Stack Scroll":"Stack Scroll","Stack Image Sync":"Stack Image Sync","Stop":"$t(Common:Stop)","Themes":"Themes","Zoom":"Zoom"}'),CineDialog:JSON.parse('{"Next image":"$t(Common:Next) $t(Common:Image)","Play / Stop":"$t(Common:Play) / $t(Common:Stop)","Previous image":"$t(Common:Previous) $t(Common:Image)","Skip to first image":"Skip to first $t(Common:Image)","Skip to last image":"Skip to last $t(Common:Image)","fps":"fps"}'),Common:JSON.parse('{"Back to":"Back to {{location}}","Close":"Close","Image":"Image","Layout":"Layout","LOAD":"LOAD","Measurements":"Measurements","mm":"mm","More":"More","Next":"Next","No":"No","NoStudyDate":"No Study Date","Play":"Play","Previous":"Previous","Reset":"Reset","RowsPerPage":"rows per page","Series":"Series","Show":"Show","Stop":"Stop","StudyDate":"Study Date","Yes":"Yes"}'),DataSourceConfiguration:JSON.parse('{"Configure Data Source":"Configure Data Source","Data set":"Data set","DICOM store":"DICOM store","Location":"Location","Project":"Project","Error fetching Data set list":"Error fetching data sets","Error fetching DICOM store list":"Error fetching DICOM stores","Error fetching Location list":"Error fetching locations","Error fetching Project list":"Error fetching projects","No Project available":"No projects available","No Location available":"No locations available","No Data set available":"No data sets available","No DICOM store available":"No DICOM stores available","Select":"Select","Search Data set list":"Search data sets","Search DICOM store list":"Search DICOM stores","Search Location list":"Search locations","Search Project list":"Search projects","Select Data set":"Select a data Set","Select DICOM store":"Select a DICOM store","Select Location":"Select a location","Select Project":"Select a project"}'),DatePicker:JSON.parse('{"Clear dates":"Clear dates","Close":"$t(Common:Close)","End Date":"End Date","Last 7 days":"Last 7 days","Last 30 days":"Last 30 days","Start Date":"Start Date","Today":"Today"}'),ErrorBoundary:JSON.parse('{"Context":"Context","Error Message":"Error Message","Something went wrong":"Something went wrong","in":"in","Sorry, something went wrong there. Try again.":"Sorry, something went wrong there. Try again.","Stack Trace":"Stack Trace"}'),Header:JSON.parse('{"About":"About","Back to Viewer":"Back to Viewer","INVESTIGATIONAL USE ONLY":"INVESTIGATIONAL USE ONLY","Options":"Options","Preferences":"Preferences","Study list":"Study list","Logout":"Logout"}'),HotkeysValidators:JSON.parse('{"Field can\'t be empty":"Field can\'t be empty","Hotkey is already in use":"\\"{{action}}\\" is already using the \\"{{pressedKeys}}\\" shortcut.","It\'s not possible to define only modifier keys (ctrl, alt and shift) as a shortcut":"It\'s not possible to define only modifier keys (ctrl, alt and shift) as a shortcut","Shortcut combination is not allowed":"{{pressedKeys}} shortcut combination is not allowed"}'),MeasurementTable:JSON.parse('{"Criteria nonconformities":"Criteria nonconformities","Delete":"Delete","Description":"Description","MAX":"MAX","Measurements":"Measurements","No, do not ask again":"No, do not ask again","NonTargets":"NonTargets","Relabel":"Relabel","Targets":"Targets","Track measurements for this series?":"Track measurements for this series?","Do you want to add this measurement to the existing report?":"Do you want to add this measurement to the existing report?","You have existing tracked measurements. What would you like to do with your existing tracked measurements?":"You have existing tracked measurements. What would you like to do with your existing tracked measurements?","Measurements cannot span across multiple studies. Do you want to save your tracked measurements?":"Measurements cannot span across multiple studies. Do you want to save your tracked measurements?","Do you want to continue tracking measurements for this study?":"Do you want to continue tracking measurements for this study?","Do you want to open this Segmentation?":"Do you want to open this Segmentation?","There are unsaved measurements. Do you want to save it?":"There are unsaved measurements. Do you want to save it?"}'),Modes:JSON.parse('{"Basic Dev Viewer":"Basic Dev Viewer","Basic Test Mode":"Basic Test Mode","Basic Viewer":"Basic Viewer","Microscopy":"Microscopy","Segmentation":"Segmentation","Total Metabolic Tumor Volume":"Total Metabolic Tumor Volume"}'),SegmentationTable:JSON.parse('{"Active":"Active","Add new segmentation":"Add new segmentation","Add segment":"Add segment","Add segmentation":"Add segmentation","Delete":"Delete","Display inactive segmentations":"Display inactive segmentations","Export DICOM SEG":"Export DICOM SEG","Download DICOM SEG":"Download DICOM SEG","Download DICOM RTSTRUCT":"Download DICOM RTSTRUCT","Fill":"Fill","Inactive segmentations":"Inactive segmentations","Opacity":"Opacity","Outline":"Outline","Rename":"Rename","Segmentation":"Segmentation","Size":"Size"}'),SidePanel:JSON.parse('{"Measurements":"Measurements","Studies":"Studies"}'),StudyBrowser:JSON.parse('{"Primary":"Primary","Recent":"Recent","All":"All"}'),StudyItem:JSON.parse('{"Tracked series":"{{trackedSeries}} Tracked series"}'),StudyList:JSON.parse('{"AccessionNumber":"Accession #","ClearFilters":"Clear Filters","Description":"Description","Empty":"Empty","Filter list to 100 studies or less to enable sorting":"Filter the list to 100 studies or less to enable sorting","Instances":"Instances","Modality":"Modality","MRN":"MRN","Next":"Next >","No studies available":"No studies available","Number of studies":"Number of studies","Page":"Page","PatientName":"Patient Name","Previous":"< Back","Results per page":"Results per page","StudyDate":"Study Date","StudyList":"Study List","Upload":"Upload"}'),TooltipClipboard:JSON.parse('{"Copied":"Copied","Failed to copy":"Failed to copy"}'),ThumbnailTracked:JSON.parse('{"Series is tracked":"Series is tracked","Series is untracked":"Series is untracked","Viewport":"Viewport"}'),TrackedCornerstoneViewport:JSON.parse('{"Series is tracked and can be viewed in the measurement panel":"Series is tracked and can be viewed in the measurement panel","Measurements for untracked series will not be shown in the measurements panel":"Measurements for untracked series will not be shown in the measurements panel"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","No hotkeys found":"No hotkeys are configured for this application. Hotkeys can be configured in the application\'s app-config.js file.","Reset to defaults":"$t(Buttons:Reset to defaults)","ResetDefaultMessage":"Preferences successfully reset to default. <br /> You must <strong>Save</strong> to perform this action.","Save":"$t(Buttons:Save)","SaveMessage":"Preferences saved","User preferences":"User Preferences"}'),ViewportDownloadForm:JSON.parse('{"emptyFilenameError":"The file name cannot be empty.","fileType":"File Type","filename":"File Name","formTitle":"Please specify the dimensions, filename, and desired type for the output image.","imageHeight":"Image height (px)","imagePreview":"Image Preview","imageWidth":"Image width (px)","keepAspectRatio":"Keep aspect ratio","loadingPreview":"Loading Image Preview...","minHeightError":"The minimum valid height is 100px.","minWidthError":"The minimum valid width is 100px.","showAnnotations":"Show Annotations"}'),Messages:JSON.parse('{"1":"No valid instances found in series.","2":"Display set has missing position information.","3":"Display set is not a reconstructable 3D volume.","4":"Multi frame display sets do not have pixel measurement information.","5":"Multi frame display sets do not have orientation information.","6":"Multi frame display sets do not have position information.","7":"Display set has missing frames.","8":"Display set has irregular spacing.","9":"Display set has inconsistent dimensions between frames.","10":"Display set has frames with inconsistent number of components.","11":"Display set has frames with inconsistent orientations.","12":"Display set has inconsistent position information.","13":"Unsupported display set.","14":"SOP Class UID {{ sopClassUid }} is not supported.","15":"Display Set is missing a SOP Class UID. Please check the file.","Display Set Messages":"Display Set Messages"}'),WindowLevelActionMenu:JSON.parse('{"Back to Display Options":"Back to Display Options","Modality Presets":"{{modality}} Presets","Modality Window Presets":"{{modality}} Window Presets"}')}},...{es:{AboutModal:JSON.parse('{"About OHIF Viewer":"Sobre OHIF Viewer","Browser":"Navegador","Build number":"Número de compilación","Last master commits":"Últimos Master Commits","More details":"Más detalles","Name":"Nombre","OS":"SO","Report an issue":"Informar un problema","Repository URL":"URL del repositorio","Value":"Valor","Version information":"Información de la versión","Visit the forum":"Visita el foro"}'),Buttons:JSON.parse('{"Acquired":"Adquirido","Angle":"Ángulo","Axial":"Axial","Bidirectional":"Bidireccional","Brush":"Cepillo","CINE":"CINE","Cancel":"Cancelar","Circle":"Círculo","Clear":"Limpiar","Coronal":"Coronal","Crosshairs":"Punto de mira","Download":"Descargar","Ellipse":"Elipse","Elliptical":"Elíptico","Flip H":"Voltear H","Flip V":"Voltear V","Freehand":"Mano alzada","Invert":"Negativo","Layout":"$t(Common:Layout)","Length":"Longitud","Levels":"W/L","Magnify":"Lupa","Manual":"Manual","Measurements":"Medidas","More":"$t(Common:More)","Next":"$t(Common:Next)","Pan":"Mover","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"Probar","ROI Window":"Ventana ROI","Rectangle":"Rectángulo","Reset":"$t(Common:Reset)","Reset to defaults":"$t(Common:Reset) por defecto","Rotate Right":"Girar ->","Sagittal":"Sagital","Save":"Guardar","Stack Scroll":"Scroll","Stop":"$t(Common:Stop)","Themes":"Temas","Zoom":"Ampliar"}'),CineDialog:JSON.parse('{"Next image":"$t(Common:Image) $t(Common:Next)","Play / Stop":"$t(Common:Play) / Stop","Previous image":"$t(Common:Image) $t(Common:Previous)","Skip to first image":"Ir a la primera $t(Common:Image)","Skip to last image":"Ir a la última $t(Common:Image)","fps":"imágenes/seg."}'),Common:JSON.parse('{"Image":"Imagen","Layout":"Formato","Measurements":"Medidas","More":"Más","Next":"Siguiente","Play":"Play","Previous":"Anterior","Reset":"Restaurar","RowsPerPage":"filas por página","Series":"Secuencia","Show":"Mostrar","Stop":"Detener","StudyDate":"Fecha de estudo"}'),DatePicker:JSON.parse('{"Clear dates":"Borrar fechas","End Date":"Fecha fin","Start Date":"Fecha inicio"}'),Header:JSON.parse('{"About":"Acerca de","Back to Viewer":"Volver al visor","INVESTIGATIONAL USE ONLY":"SOLO USO PARA INVESTIGACIÓN","Options":"Opciones","Preferences":"Preferencias","Study list":"Lista de estudios"}'),MeasurementTable:JSON.parse('{"Criteria nonconformities":"Criterios disconformes","Delete":"Borrar","Description":"Descripción","MAX":"Máximo","NonTargets":"No objetivos","Relabel":"Re-etiquetar","Targets":"Objetivos","Export":"Exportar","Create Report":"Crear reporte"}'),SidePanel:JSON.parse('{"Measurements":"Mediciones","Studies":"Estudios"}'),StudyBrowser:JSON.parse('{"Primary":"Primario","Recent":"Reciente","All":"Todos","Studies":"Estudios"}'),StudyList:JSON.parse('{"AccessionNumber":"Num. Adhesión","ClearFilters":"Limpiar filtros","Description":"Descripción","Empty":"vacío","Filter list to 100 studies or less to enable sorting":"Filtre la lista a 100 estudios o menos para habilitar la clasificación","Instances":"Instancias","MRN":"MRN","Modality":"Modalidad","PatientName":"Nombre paciente","Previous":"< Anterior","Page":"Página","Next":"Siguiente >","Results per page":"Resultados por página","Number of studies":"Estudios","StudyDate":"Fecha del estudio","StudyList":"Lista de Estudios"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","Reset to defaults":"$t(Buttons:Reset to defaults)","Save":"$t(Buttons:Save)","User preferences":"Preferencias de Usuario"}'),ViewportDownloadForm:JSON.parse('{"emptyFilenameError":"El nombre del fichero no puede ser vacío.","fileType":"Tipo de fichero","filename":"Nombre del fichero","formTitle":"Por favor especifica las dimensiones, nombre del fichero, y el tipo deseado para el fichero generado.","imageHeight":"Altura de la imagen (px)","imagePreview":"Preview de la imagen","imageWidth":"Anchura de la imagen (px)","keepAspectRatio":"Mantener el ratio de aspecto","loadingPreview":"Cargando el preview de la imagen...","minHeightError":"La altura mínima es 100px.","minWidthError":"La anchura mínima es 100px.","showAnnotations":"Mostrar las anotaciones"}')}},...{fr:{Buttons:JSON.parse('{"Acquired":"Acquis","Angle":"Angle","Axial":"Axial","Bidirectional":"Bi-directionel","Brush":"Brosse","CINE":"Ciné","Cancel":"Annuler","Circle":"Cercle","Clear":"Effacer","Coronal":"Coronal","Crosshairs":"Repère","Ellipse":"Ellipse","Elliptical":"Elliptique","Flip H":"Flip H","Flip V":"Flip V","Freehand":"Main levée","Invert":"Inverser","Layout":"$t(Common:Layout)","Length":"Longueur","Levels":"Niveaux","Magnify":"Agrandir","Manual":"Manuel","Measurements":"Mesures","More":"$t(Common:More)","Next":"$t(Common:Next)","Pan":"Déplacer","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"Sonde","ROI Window":"ROI fenêtrage","Rectangle":"Rectangle","Reset":"$t(Common:Reset)","Reset to defaults":"Valeurs d\'usine","Rotate Right":"Tourner à droite","Sagittal":"Sagittal","Save":"Sauvegarder","Stack Scroll":"Défilement","Stop":"$t(Common:Stop)","Themes":"Themes","Zoom":"Zoom"}'),CineDialog:JSON.parse('{"Next image":"$t(Common:Play) $t(Common:Image)","Play / Stop":"$t(Common:Play) / $t(Common:Stop)","Previous image":"$t(Common:Previous) $t(Common:Image)","Skip to first image":"Retour à la première $t(Common:Image)","Skip to last image":"Aller à la dernière $t(Common:Image)","fps":"ips"}'),Common:JSON.parse('{"Image":"Image","Layout":"Disposition","More":"Plus","Next":"Suivant","Play":"Play","Previous":"Précédent","Reset":"Reset","Stop":"Stop"}'),Header:JSON.parse('{"About":"A Propos","Back to Viewer":"Retour au viewer","INVESTIGATIONAL USE ONLY":"Seulement pour utilisation expérimentale","Options":"Options","Preferences":"Préférences","Study list":"Liste d\'études"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","Reset to defaults":"$t(Buttons:Reset to defaults)","Save":"$t(Buttons:Save)","User preferences":"Préférences utilisateur"}')}},...{"ja-JP":{Buttons:JSON.parse('{"Acquired":"取得済","Angle":"分度器","Axial":"アキシャル","Bidirectional":"両方向","Brush":"ブラシ","CINE":"シネ","Cancel":"キャンセル","Circle":"サークル","Clear":"クリア","Coronal":"コロナル","Crosshairs":"クロスヘアー","Ellipse":"楕円","Elliptical":"楕円","Flip H":"左右反転","Flip V":"上下反転","Freehand":"フリーハンド","Invert":"反転","Layout":"$t(Common:Layout)","Length":"長さ","Levels":"レベル","Magnify":"拡大","Manual":"マニュアル","Measurements":"測定","More":"$t(Common:More)","Next":"$t(Common:Next)","Pan":"パン","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"プローブ","ROI Window":"ROIウィンドウ","Rectangle":"長方形","Reset":"$t(Common:Reset)","Reset to defaults":"デフォルトへ$t(Common:Reset)","Rotate Right":"右に回転","Sagittal":"サジタル","Save":"保存","Stack Scroll":"スタックスクロール","Stop":"$t(Common:Stop)","Themes":"テーマ","Zoom":"ズーム"}'),CineDialog:JSON.parse('{"Next image":"$t(Common:Next) $t(Common:Image)","Play / Stop":"$t(Common:Play) / $t(Common:Stop)","Previous image":"$t(Common:Previous) $t(Common:Image)","Skip to first image":"$t(Common:Image)最初にスキップ","Skip to last image":"$t(Common:Image)最後にスキップ","fps":"fps"}'),Common:JSON.parse('{"Image":"画像","Layout":"レイアウト","More":"もっと","Next":"次へ","Play":"プレイ","Previous":"前へ","Reset":"リセット","Stop":"ストップ"}'),Header:JSON.parse('{"About":"につい","Back to Viewer":"前のビュー","INVESTIGATIONAL USE ONLY":"調査用のみ","Options":"オプション","Preferences":"プレファレンス","Study list":"スタディリスト"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","Reset to defaults":"$t(Buttons:Reset to defaults)","Save":"$t(Buttons:Save)","User preferences":"ユーザプレファレンス"}')}},...{nl:{Buttons:JSON.parse('{"Circle":"Cirkel","More":"Meer","Pan":"Pan","Zoom":"Inzoomen"}'),Common:{More:"Meer"},Header:JSON.parse('{"About":"Over","INVESTIGATIONAL USE ONLY":"ALLEEN VOOR ONDERZOEK","Options":"Opties","Preferences":"Voorkeuren","Study list":"Studie Overzicht"}')}},...{"pt-BR":{AboutModal:JSON.parse('{"About OHIF Viewer":"OHIF Viewer - Sobre","Browser":"Navegador","Build number":"Número da compilação","Last master commits":"Últimos Commits na Master","More details":"Mais detalhes","Name":"Nome","OS":"SO","Report an issue":"Informar um problema","Repository URL":"URL do Repositório","Value":"Valor","Version information":"Informação da Versão","Visit the forum":"Visite o fórum"}'),Buttons:JSON.parse('{"Acquired":"Adquirido","Angle":"Ângulo","Axial":"Axial","Bidirectional":"Bidirecional","Brush":"Pincel","CINE":"CINE","Cancel":"Cancelar","Circle":"Círculo","Clear":"Limpar","Coronal":"Coronal","Crosshairs":"Localizador","Download":"Baixar","Ellipse":"Elipse","Elliptical":"Elíptico","Flip H":"Inverter H","Flip V":"Inverter V","Freehand":"Desenho livre","Invert":"Inverter","Layout":"Layout","Length":"Tamanho","Levels":"Níveis","Magnify":"Ampliar","Manual":"Manual","Measurements":"Medidas","More":"Mais","Next":"Próximo","Pan":"Arrastar","Play":"Tocar","Previous":"Anterior","Probe":"Prova","ROI Window":"Janela ROI","Rectangle":"Retângulo","Reset":"$t(Common:Reset)","Reset to defaults":"$t(Common:Reset) para o Padrão","Rotate Right":"Girar à direita","Sagittal":"Sagital","Save":"Salvar","Stack Scroll":"Navegar Stacks","Stop":"Parar","Themes":"Temas","Zoom":"Zoom"}'),CineDialog:JSON.parse('{"Next image":"Próxima imagem","Play / Stop":"Tocar / Parar","Previous image":"Imagem Anterior","Skip to first image":"Pular para a primeira imagem","Skip to last image":"Pular para a última imagem","fps":"fps"}'),Common:JSON.parse('{"Close":"Fechar","Image":"Imagem","Layout":"Layout","More":"Mais","Next":"Próximo","Play":"Play","Previous":"Anterior","Reset":"Restaurar","Stop":"Stop"}'),DatePicker:JSON.parse('{"Clear dates":"Limpar datas","End Date":"Data Final","Start Date":"Data Inicial"}'),Header:JSON.parse('{"About":"Quem somos","Back to Viewer":"Voltar para o Viewer","INVESTIGATIONAL USE ONLY":"APENAS PARA USO INVESTIGATIVO","Options":"Opções","Preferences":"Preferências","Study list":"Lista de estudos"}'),UserPreferencesModal:JSON.parse('{"Cancel":"Cancelar","Reset to defaults":"$t(Common:Reset) para Padrão","ResetDefaultMessage":"Preferências resetadas com sucesso. <br /> Você deve <strong>Salvar</strong> para que essa ação seja realizada.","Save":"Salvar","SaveMessage":"Preferências salvas","User preferences":"Preferências do Usuário"}'),MeasurementTable:JSON.parse('{"Export":"Exportar","Create Report":"Criar relatório"}'),Messages:JSON.parse('{"1":"Série sem imagens.","2":"Série nao possui informação de posição.","3":"Serie não é reconstruível.","4":"Série nulti frame não possui informação de medidas.","5":"Série multi frame não possui informação de orientação.","6":"Série multi frame não possui informação de posição.","7":"Série não possui algumas imagens.","8":"Série possui espaçamento irregular.","9":"Série possui dimensões inconsistentes entre frames.","10":"Série possui frames com componentes inconsistentes.","11":"Série possui frames com orientações inconsistentes.","12":"Série possui informação de posição inconsistentes.","13":"Série não suportada."}')}},...{ru:{AboutModal:JSON.parse('{"About OHIF Viewer":"О программе OHIF Viewer","Browser":"Браузер","Build number":"Номер сборки","Commit hash":"Хэш-код git-коммита\'}","Data citation":"Цитирование","Important links":"Важные ссылки","Last master commits":"Последние коммиты в ветку Master:","More details":"Подробнее","Name":"Название","OS":"Операционная система","Report an issue":"Сообщить о проблеме","Repository URL":"URL репозитория","Value":"Значение","Version information":"Информация о версии","Version number":"Номер версии","Visit the forum":"Посетите форум"}'),Buttons:JSON.parse('{"Acquired":"Получено","Angle":"Угол","Annotation":"Аннотация","Axial":"Аксиальный","Bidirectional":"Двунаправленный","Brush":"Кисть","Cine":"Кинорежим","CINE":"КИНОРЕЖИМ","Cancel":"Отмена","Capture":"Захват","Circle":"Окружность","Clear":"Очистить","Coronal":"Корональный","Crosshairs":"Перекрестие","Download":"Скачать","Ellipse":"Эллипс","Elliptical":"Эллиптический","Flip H":"Отразить горизонтально","Flip Horizontally":"Отразить по горизонтали","Flip V":"Отразить вертикально","Freehand":"Свободная рука","Grid Layout":"Сетка","Invert":"Инвертировать","Layout":"$t(Common:Layout)","Length":"Длина","Levels":"Уровни","Magnify":"Увеличить","Manual":"Ручной","Measurements":"Измерения","More":"$t(Common:More)","More Tools":"Другие инструменты","Next":"$t(Common:Next)","Pan":"Перемещение","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"Измерение","ROI Window":"Окно области интереса","Rectangle":"Прямоугольник","Reference Lines":"Опорные линии","Reset":"$t(Common:Reset)","Reset to defaults":"$t(Common:Reset) to Defaults","Rotate Right":"Повернуть направо","Sagittal":"Сагиттальный","Save":"Сохранить","Stack Scroll":"Прокрутка стопки","Stack Image Sync":"Синхронизация стопок","Stop":"$t(Common:Stop)","Themes":"Tемы","Zoom":"Масштаб"}'),CineDialog:JSON.parse('{"Next image":"След. изображение","Play / Stop":"Воспр. / Стоп","Previous image":"Пред. изображение","Skip to first image":"В начало","Skip to last image":"В конец","fps":"кадр/сек"}'),Common:JSON.parse('{"Back to":"Назад к {{location}}","Close":"Закрыть","Image":"Изображение","Layout":"Расположение","LOAD":"ЗАГРУЗКА","Measurements":"Измерения","mm":"мм","More":"Подробнее","Next":"Далее","No":"Нет","NoStudyDate":"Нет даты исследования","Play":"Воспроизведение","Previous":"Пред.","Reset":"Сброс","RowsPerPage":"записей на страницу","Series":"Наборы","Show":"Показать","Stop":"Стоп","StudyDate":"Дата исследования","Yes":"Да"}'),DataSourceConfiguration:JSON.parse('{"Configure Data Source":"Настроить источник данных","Data set":"Набор данных","DICOM store":"Хранилище DICOM","Location":"Местоположение","Project":"Проект","Error fetching Data set list":"Ошибка при получении набора данных","Error fetching DICOM store list":"Ошибка при получении списка DICOM-хранилищ","Error fetching Location list":"Ошибка при получении списка местоположений","Error fetching Project list":"Ошибка при получении списка проектов","No Project available":"Нет доступных проектов","No Location available":"Нет доступных местоположений","No Data set available":"Нет доступных наборов данных","No DICOM store available":"Нет доступных DICOM-хранилищ","Select":"Выбрать","Search Data set list":"Поиск наборов данных","Search DICOM store list":"Поиск DICOM-хранилищ","Search Location list":"Поиск местоположений","Search Project list":"Поиск проектов","Select Data set":"Выберите набор данных","Select DICOM store":"Выберите DICOM-хранилище","Select Location":"Выберите местоположение","Select Project":"Выберите проект"}'),DatePicker:JSON.parse('{"Clear dates":"Сброс","Close":"$t(Common:Close)","End Date":"Конечная дата","Last 7 days":"Последние 7 дней","Last 30 days":"Последние 30 дней","Start Date":"Начальная дата","Today":"Сегодня"}'),ErrorBoundary:JSON.parse('{"Context":"Контекст","Error Message":"Сообщение об ошибке","Something went wrong":"Что-то пошло не так","in":"в","Sorry, something went wrong there. Try again.":"Извините, что-то пошло не так, попробуйте ещё раз...","Stack Trace":"Стек-трейс"}'),Header:JSON.parse('{"About":"О программе","Back to Viewer":"Вернуться в программу","INVESTIGATIONAL USE ONLY":"ТОЛЬКО ДЛЯ ИССЛЕДОВАТЕЛЬСКИХ ЦЕЛЕЙ","Options":"Настройки","Preferences":"Предпочтения","Study list":"Список исследований","Logout":"Выйти"}'),HotkeysValidators:JSON.parse('{"Field can\'t be empty":"Поле не может быть пустым","Hotkey is already in use":"\\"{{action}}\\" уже задано для комбинации клавиш \\"{{pressedKeys}}\\".","It\'s not possible to define only modifier keys (ctrl, alt and shift) as a shortcut":"Нельзя задать для комбинации клавиш только одну модифицирующую клавишу (ctrl, alt и shift)","Shortcut combination is not allowed":"{{pressedKeys}} - эту комбинацию клавиш использовать нельзя."}'),InvestigationalUseDialog:JSON.parse('{"is for investigational use only":"только для исследовательских целей","Confirm and hide":"Подтвердить и закрыть","Learn more about OHIF Viewer":"Узнать больше об OHIF Viewer"}'),MeasurementTable:JSON.parse('{"Criteria nonconformities":"Отклонения от критериев","Delete":"Удалить","Description":"Описание","MAX":"МАКС.","Measurements":"Измерения","No, do not ask again":"Нет, больше не спрашивать","NonTargets":"Нецелевые объекты","Relabel":"Изменить метку","Targets":"Целевые объекты","Track measurements for this series?":"Отслеживать измерения для этой серии?","Do you want to add this measurement to the existing report?":"Добавить это измерение в текущий отчёт?","You have existing tracked measurements. What would you like to do with your existing tracked measurements?":"У вас есть отслеживаемые измерения. Что бы вы хотели с ними сделать?","Measurements cannot span across multiple studies. Do you want to save your tracked measurements?":"Измерения не могут быть распределены между несколькими исследованиями. Сохранить текущие измерения?","Do you want to continue tracking measurements for this study?":"Продолжить отслеживание измерений для этого исследования?","Do you want to open this Segmentation?":"Открыть эту сегментацию?","There are unsaved measurements. Do you want to save it?":"Есть несохранённые измерения. Сохранить их?"}'),Modes:JSON.parse('{"Basic Dev Viewer":"Базовый просмотр","Basic Test Mode":"Базовый тестовый режим","Basic Viewer":"Базовый просмотр","Microscopy":"Микроскопия","Segmentation":"Сегментация","Total Metabolic Tumor Volume":"Общий метаболический объём опухоли"}'),SegmentationTable:JSON.parse('{"Active":"Активный","Add new segmentation":"Добавить новую сегментацию","Add segment":"Добавить сегмент","Add segmentation":"Добавить сегментацию","Delete":"Удалить","Display inactive segmentations":"Отобразить неактивные сегментации","Export DICOM SEG":"Экспортировать DICOM SEG","Download DICOM SEG":"Скачать DICOM SEG","Download DICOM RTSTRUCT":"Скачать DICOM RTSTRUCT","Fill":"Заполнить","Inactive segmentations":"Неактивные сегментации","Opacity":"Тень","Outline":"Контур","Rename":"Переименовать","Segmentation":"Сегментация","Size":"Размер"}'),SidePanel:JSON.parse('{"Measurements":"Измерения","Studies":"Исследования"}'),StudyBrowser:JSON.parse('{"Primary":"Первичные","Recent":"Недавние","All":"Все"}'),StudyItem:JSON.parse('{"Tracked series":"{{trackedSeries}} Отслеживаемые серии"}'),StudyList:JSON.parse('{"AccessionNumber":"Учётный номер","ClearFilters":"Сбросить фильтры","Description":"Описание","Empty":"Пусто","Filter list to 100 studies or less to enable sorting":"Отфильтруйте список до 100 исследований или меньше для включения сортировки","Instances":"Экземпляры","Modality":"Модальность","MRN":"Мед. карта #","Next":"Далее >","No studies available":"Исследований не найдено","Number of studies":"Количество исследований","Page":"Страница","PatientName":"Пациент","Previous":"< Назад","Results per page":"Строк на странице","StudyDate":"Дата исследования","StudyList":"Список исследований","Upload":"Загрузить"}'),TooltipClipboard:JSON.parse('{"Copied":"Скопировано","Failed to copy":"Ошибка при копировании"}'),ThumbnailTracked:JSON.parse('{"Series is tracked":"Серия отслеживается","Series is untracked":"Серия не отслеживается","Viewport":"Область просмотра"}'),TrackedCornerstoneViewport:JSON.parse('{"Series is tracked and can be viewed in the measurement panel":"Серия отслеживается и может быть просмотрена в измерительной панели","Measurements for untracked series will not be shown in the measurements panel":"Измерения для неотслеживаемых серий не будут отображаться в измерительной панели"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","No hotkeys found":"Горячие клавиши не сконфигурированы для этого приложения. Горячие клавиши могут быть сконфигурированы в файле app-config.js приложения.","Reset to defaults":"$t(Buttons:Reset to defaults)","ResetDefaultMessage":"Настройки были сброшены до фабричных. <br /> Вы должны <strong>сохранить изменения</strong>.","Save":"$t(Buttons:Save)","SaveMessage":"Настройки сохранены","User preferences":"Пользовательские настройки"}'),ViewportDownloadForm:JSON.parse('{"emptyFilenameError":"Имя файла не может быть пустым.","fileType":"Тип файла","filename":"Имя файла","formTitle":"Пожалуйста укажите размеры, имя файла и желаемый тип для результирующего изображения.","imageHeight":"Высота (точек)","imagePreview":"Предв. просмотр","imageWidth":"Ширина (точек)","keepAspectRatio":"Сохранить пропорции","loadingPreview":"Загружаем изображение для предварительного просмотра...","minHeightError":"Минимальная разрешенная высота: 100 точек.","minWidthError":"Минимальная разрешенная ширина: 100 точек.","showAnnotations":"Показать аннотации"}'),Messages:JSON.parse('{"1":"В серии не найдено корректных экземпляров.","2":"В наборе изображений отсутствует информация о положении.","3":"Набор изображений не является восстанавливаемым 3D-объёмом.","4":"Многофреймовые наборы изображений не содержат данных о пиксельных измерениях.","5":"Многофреймовые наборы изображений не содержат информации об ориентации.","6":"Многофреймовые наборы изображений не содержат информации о положении.","7":"В наборе изображений отсутствуют некоторые кадры.","8":"В наборе изображений обнаружен нерегулярный интервал между кадрами.","9":"В наборе изображений обнаружено несовпадение размеров кадров.","10":"В наборе изображений кадры содержат разное количество компонентов.","11":"В наборе изображений кадры имеют несовместимые ориентации.","12":"В наборе изображений обнаружена противоречивая информация о положении.","13":"Неподдерживаемый набор изображений.","Display Set Messages":"Сообщения о наборах изображений"}'),WindowLevelActionMenu:JSON.parse('{"Back to Display Options":"Назад к настройкам отображения","Modality Presets":"{{modality}} предустановок","Modality Window Presets":"{{modality}} предустановок окна"}')}},...{vi:{Buttons:JSON.parse('{"Acquired":"Đã lấy","Angle":"Góc","Axial":"Trục","Bidirectional":"Hai hướng","Brush":"Bút lông","CINE":"Duyệt tự động","Cancel":"Hủy bỏ","Circle":"Vòng tròn","Clear":"Xóa","Coronal":"Mặt phẳng vành","Crosshairs":"Vị trí tương quan","Ellipse":"Đo Elip","Elliptical":"Elip","Flip H":"Lật ngang","Flip V":"Lật dọc","Freehand":"Bằng tay","Invert":"Ảnh dương bản","Layout":"$t(Common:Layout)","Length":"Thước đo chiều dài","Levels":"Độ sáng","Magnify":"Phóng đại một phần","Manual":"Thủ công","Measurements":"Đo lường","More":"$t(Common:More)","Next":"$t(Common:Next)","Pan":"Di chuyển","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"Thông tin điểm ảnh","ROI Window":"ROI Window","Rectangle":"Đo chữ nhật","Reset":"$t(Common:Reset)","Reset to defaults":"$t(Common:Reset) đến mặc định","Rotate Right":"Xoay phải","Sagittal":"Mặt phẳng đứng dọc","Save":"Lưu","Stack Scroll":"Duyệt","Stop":"$t(Common:Stop)","Themes":"Giao diện","Zoom":"Thu phóng"}'),CineDialog:JSON.parse('{"Next image":"$t(Common:Next) $t(Common:Image)","Play / Stop":"$t(Common:Play) / $t(Common:Stop)","Previous image":"$t(Common:Previous) $t(Common:Image)","Skip to first image":"Bỏ qua đến đầu $t(Common:Image)","Skip to last image":"Bỏ qua đến cuối $t(Common:Image)","fps":"fps"}'),Common:JSON.parse('{"Image":"Ảnh","Layout":"Cách bố trí","Measurements":"Đo lường","More":"Thêm","Next":"Tiếp theo","Play":"Phát","Previous":"Về sau","Reset":"Đặt lại","RowsPerPage":"trên 1 trang","Series":"Tập ảnh","Show":"Hiển thị","Stop":"Dừng","StudyDate":"Ngày chụp"}'),Header:JSON.parse('{"About":"Về chúng tôi","Back to Viewer":"Ảnh vừa xem","INVESTIGATIONAL USE ONLY":"Chỉ dùng cho nghiên cứu","Options":"Lựa chọn","Preferences":"Thiết lập","Study list":"Danh sách"}'),StudyList:JSON.parse('{"AccessionNumber":"Mã phiểu","Empty":"Rỗng","MRN":"Mã Bệnh nhân","Modality":"Thiết bị","PatientName":"Tên Bệnh nhân","StudyDate":"Ngày chụp","Description":"Diễn giải","StudyList":"Danh sách"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","Reset to defaults":"$t(Buttons:Reset to defaults)","Save":"$t(Buttons:Save)","User preferences":"Thiết lập theo người dùng"}')}},...{zh:{AboutModal:{},Buttons:JSON.parse('{"Acquired":"已获取","Angle":"角度","Annotation":"注释","Arrow Annotate":"标注","Axial":"轴状面","Bidirectional Tool":"双向","Bidirectional":"双向","Bone":"骨窗","Brain":"脑窗","Brush":"橡皮擦","Cancel":"取消","Capture":"下载","CINE":"播放动画","Cine":"连续播放","Circle":"圆","Clear":"清除","Coronal":"冠状面","Crosshairs":"十字线","Dismiss Aspect":"解除Aspect","Ellipse Tool":"椭圆","Ellipse":"椭圆","Elliptical":"椭圆的","Flip H":"左右翻转","Flip Horizontal":"水平翻转","Flip Horizontally":"左右翻转","Flip V":"上下翻转","Freehand":"自由画线","Grid Layout":"窗口布局","Invert Colors":"灰度反转","Invert":"灰度反转","Keep Aspect":"保持Aspect","Layout":"显示窗口","Length Tool":"长度","Length":"长度","Levels":"层级","Liver":"肝窗","Lung":"肺窗","Magnify":"放大镜","Manual":"手动","Measurements":"测量","More Measure Tools":"更多测量工具","More Tools":"更多工具","More":"更多","Next":"下一个","Pan":"移动","Play":"播放","Previous":"上一个","Probe":"探针","Rectangle":"矩形","Reference Lines":"参考线","Reset to defaults":"返回默认","Reset View":"复原","Reset":"复原","ROI Window":"选择对比度","Rotate +90":"顺时针旋转","Rotate Right":"顺时针旋转","Sagittal":"矢状面","Save":"保存","Soft tissue":"软组织窗","Stack Image Sync":"影像联动","Stack Scroll":"滑动切换图层","Stop":"停止","Themes":"主题","W/L Presets":"窗位预设","Window Level":"窗位","Zoom":"放大"}'),CineDialog:JSON.parse('{"Next image":"下一个图像","Play / Stop":"播放/停止","Previous image":"上一个图像","Skip to first image":"跳转到第一个图像","Skip to last image":"跳转到最后一个图像","fps":"帧率"}'),Common:JSON.parse('{"Image":"图像","Layout":"显示窗口","Measurements":"测量值","More":"更多","Next":"下一个","Play":"播放","Previous":"上一个","Reset":"复原","RowsPerPage":"每页条数","Series":"序列","Show":"显示","Stop":"停止","StudyDate":"时间"}'),DatePicker:{},Header:JSON.parse('{"About":"关于","Back to Viewer":"返回视图","INVESTIGATIONAL USE ONLY":"研究用途","Options":"选项","Preferences":"偏好","Study list":"研究列表"}'),MeasurementTable:JSON.parse('{"Criteria nonconformities":"不合标准","Delete":"删除","Description":"描述","MAX":"最大","NonTargets":"非靶向","Relabel":"重新标记","Measurements":"测量","Targets":"靶向","Export CSV":"导出CSV","No tracked measurements":"没有跟踪的测量值","Export":"导出","Create Report":"新建报告","Do you want to add this measurement to the existing report?":"将测量添加到报告中?","Track measurements for this series?":"要对个序列进行跟踪吗?"}'),StudyList:JSON.parse('{"Empty":"无","Filter list to 100 studies or less to enable sorting":"将检查列表过滤到 100 个或更少以启用排序","Modality":"成像设备","PatientName":"患者姓名","StudyDate":"检查日期","StudyList":"检查列表","Patient Name":"患者姓名","MRN":"病例号","Study date":"检查日期","Description":"描述","Study list":"检查列表","Clear filters":"清空条件","Number of studies":"","Instances":"图像数","Accession":"检查号","Results per page":"每页条数","Previous":"上一页","Next":"下一页","Page":"页码","Start Date":"开始日期","Series":"序列","No studies available":"没有数据","Loading...":"加载中...","Select...":"选择...","InstitutionName":"检查机构"}'),UserPreferencesModal:JSON.parse('{"Cancel":"取消","Reset to defaults":"返回默认","Save":"保存","User preferences":"用户偏好"}'),ViewportDownloadForm:{},StudyBrowser:JSON.parse('{"Primary":"当前","Recent":"最近","All":"全部","Tracked Series":"个跟踪序列"}'),SidePanel:JSON.parse('{"Studies":"检查","Measurements":"测量","Measure":"测量","Segmentation":"分割"}'),Modes:JSON.parse('{"Basic Viewer":"基础查看器","Total Metabolic Tumor Volume":"总代谢肿瘤体积","Download High Quality Image":"A"}'),PatientInfo:JSON.parse('{"Sex":"性别","Age":"年龄","MRN":"病例号","Thickness":"厚度","Spacing":"间距","Scanner":"扫描器"}'),Notification:JSON.parse('{"Do you want to add this measurement to the existing report?":"添加测量值到当前报告中?","Create new report":"创建新报告","Add to existing report":"添加","Discard":"放弃","You have existing tracked measurements. What would you like to do with your existing tracked measurements?":"已经存在跟踪的测量,如何处理这些测量数据?","No, do not ask again for this series":"否,不再询问","No":"否","Track measurements for this series?":"对序列的测量值进行跟踪?","Yes":"是","Cancel":"取消","Measurements cannot span across multiple studies. Do you want to save your tracked measurements?":"测量不能跨多个检查,是否要保存跟踪的测量值?","No, discard previously tracked series & measurements":"否,放弃之前跟踪的序列和测量值。","Do you want to continue tracking measurements for this study?":"继续对该检查进行测量跟踪吗?","Create Report":"新建报告","Measurements saved successfully":"测量值保存成功","Failed to store measurements":"测量值保存失败"}'),ContextMenu:JSON.parse('{"Add Label":"添加标注","Delete measurement":"删除测量"}'),Dialog:JSON.parse('{"Enter your annotation":"$t(Common:Enter your annotation)","Cancel":"$t(Common:Cancel)","Save":"$t(Common:Save)","Provide a name for your report":"输入报告名称"}'),Modals:JSON.parse('{"Active viewport has no displayed image":"视图窗口没有图像","Cancel":"取消","Download":"下载","The file name cannot be empty.":"文件名称不能为空","File Type":"图片类型","File Name":"文件名","formTitle":"Please specify the dimensions, filename, and desired type for the output image.","Image height (px)":"高(px)","Image Preview":"预览","Image preview":"预览","Image width (px)":"宽(px)","keepAspectRatio":"Keep aspect ratio","loadingPreview":"Loading Image Preview...","The minimum valid height is 100px.":"图片最小高度值为100px","The minimum valid width is 100px.":"图片最小宽度值为100px","Show Annotations":"显示标注","Please specify the dimensions, filename, and desired type for the output image.":"请指定输出图像的尺寸、文件名和所需类型。"}'),Local:JSON.parse('{"Load files":"加载文件","Load folders":"加载文件夹"}'),ErrorBoundary:JSON.parse('{"Sorry, something went wrong there. Try again.":"发生错误,请重试。","Context":"上下文","Error Message":"错误信息","Stack":"堆栈","Something went wrong":"发生错误"}')}},...{"test-LNG":{AboutModal:JSON.parse('{"About OHIF Viewer":"About OHIF Viewer","Browser":"Browser","Build Number":"Build Number","Commit hash":"Commit hash","Data citation":"Data citation","Important links":"Important links","Last master commits":"Latest Master Commits","More details":"More details","Name":"Name","OS":"OS","Report an issue":"Report an issue","Repository URL":"Repository URL","Value":"Value","Version information":"Version Information","Version number":"Version number","Visit the forum":"Visit the forum"}'),Buttons:JSON.parse('{"Acquired":"Test Acquired","Angle":"Test Angle","Axial":"Test Axial","Bidirectional":"Test Bidirectional","Brush":"Test Brush","CINE":"Test CINE","Cancel":"Test Cancel","Circle":"Test Circle","Clear":"Test Clear","Coronal":"Test Coronal","Crosshairs":"Test Crosshairs","Download":"Test Download","Ellipse":"Test Ellipse","Elliptical":"Test Elliptical","Flip H":"Test Flip H","Flip V":"Test Flip V","Freehand":"Test Freehand","Invert":"Test Invert","Layout":"Test $t(Common:Layout)","Length":"Test Length","Levels":"Test Levels","Magnify":"Test Magnify","Manual":"Test Manual","Measurements":"Test Measurements","More":"Test $t(Common:More)","Next":"Test $t(Common:Next)","Pan":"Test Pan","Play":"Test $t(Common:Play)","Previous":"Test $t(Common:Previous)","Probe":"Test Probe","ROI Window":"Test ROI Window","Rectangle":"Test Rectangle","Reset":"Test $t(Common:Reset)","Reset to defaults":"Test $t(Common:Reset) to Defaults","Rotate Right":"Test Rotate Right","Sagittal":"Test Sagittal","Save":"Test Save","Stack Scroll":"Test Stack Scroll","Stop":"Test $t(Common:Stop)","Themes":"Test Themes","Zoom":"Test Zoom","Grid Layout":"Test Grid Layout","W/L Presets":"Test W/L Presets","More Measure Tools":"Test More Measure Tools","More Tools":"Test More Tools","Capture":"Test Capture","Annotation":"Test Annotation","Soft Tissue":"Test Soft Tissue","Lung":"Test Lung","Liver":"Test Liver","Bone":"Test Bone","Cine":"Test Cine"}'),CineDialog:JSON.parse('{"Next image":"$t(Common:Next) $t(Common:Image)","Play / Stop":"$t(Common:Play) / $t(Common:Stop)","Previous image":"$t(Common:Previous) $t(Common:Image)","Skip to first image":"Skip to first $t(Common:Image)","Skip to last image":"Skip to last $t(Common:Image)","fps":"fps"}'),Common:JSON.parse('{"Close":"Test Close","Image":"Test Image","Layout":"Test Layout","Measurements":"Test Measurements","mm":"Test mm","More":"Test More","Next":"Test Next","No":"Test No","Play":"Test Play","Previous":"Test Previous","Reset":"Test Reset","RowsPerPage":"Test rows per page","Series":"Test Series","Show":"Test Show","Stop":"Test Stop","StudyDate":"Test Study Date","Yes":"Test Yes"}'),DatePicker:JSON.parse('{"Clear dates":"Clear dates","Close":"$t(Common:Close)","End Date":"End Date","Last 7 days":"Last 7 days","Last 30 days":"Last 30 days","Start Date":"Start Date","Today":"Today"}'),ErrorBoundary:JSON.parse('{"Context":"Test Context","Error Message":"Test Error Message","Something went wrong":"Test Something went wrong","in":"in","Sorry, something went wrong there. Try again.":"Test Sorry, something went wrong there. Try again.","Stack Trace":"Test Stack Trace"}'),Header:JSON.parse('{"About":"Test About","INVESTIGATIONAL USE ONLY":"Test Investigational","Options":"Test Options","Preferences":"Test Preferences"}'),HotkeysValidators:JSON.parse('{"Field can\'t be empty":"Test Field can\'t be empty","Hotkey is already in use":"Test \\"{{action}}\\" is already using the \\"{{pressedKeys}}\\" shortcut.","It\'s not possible to define only modifier keys (ctrl, alt and shift) as a shortcut":"Test It\'s not possible to define only modifier keys (ctrl, alt and shift) as a shortcut","Shortcut combination is not allowed":"Test {{pressedKeys}} shortcut combination is not allowed"}'),MeasurementTable:JSON.parse('{"Measurements":"Test Measurements","No tracked measurements":"Test No tracked measurements","Create Report":"Test Create Report","Export":"Test Export","Delete":"Delete","Description":"Description","MAX":"MAX","No, do not ask again":"Test No, do not ask again","NonTargets":"NonTargets","Relabel":"Relabel","Targets":"Targets","Track measurements for this series?":"Test Track measurements for this series?"}'),Messages:JSON.parse('{"1":"Test No valid instances found in series.","2":"Test Display set has missing position information.","3":"Test Display set is not a reconstructable 3D volume.","4":"Test Multi frame display sets do not have pixel measurement information.","5":"Test Multi frame display sets do not have orientation information.","6":"Test Multi frame display sets do not have position information.","7":"Test Display set has missing frames.","8":"Test Display set has irregular spacing.","9":"Test Display set has inconsistent dimensions between frames.","10":"Test Display set has frames with inconsistent number of components.","11":"Test Display set has frames with inconsistent orientations.","12":"Test Display set has inconsistent position information.","13":"Test Unsupported display set.","Display Set Messages":"Test Display Set Messages"}'),Modals:JSON.parse('{"Download High Quality Image":"Test Download High Quality Image","Cancel":"Test Cancel","Download":"Test Download","File Name":"Test File Name","Active viewport has no displayed image":"Test Active viewport has no displayed image","Image preview":"Test Image preview","Show Annotations":"Test Show Annotations","File Type":"Test File Type","Image height (px)":"Test Image height (px)","Image width (px)":"Test Image width (px)","Please specify the dimensions, filename, and desired type for the output image.":"Test Please specify the dimensions, filename, and desired type for the output image."}'),Modes:JSON.parse('{"Basic Dev Viewer":"Test Basic Dev Viewer","Basic Test Mode":"Test Basic Test Mode","Basic Viewer":"Test Basic Viewer","Microscopy":"Test Microscopy","Segmentation":"Test Segmentation","Total Metabolic Tumor Volume":"Test Total Metabolic Tumor Volume"}'),PatientInfo:JSON.parse('{"Age":"Test Age","Sex":"Test Sex","MRN":"Test MRN","Thickness":"Test Thickness","Spacing":"Test Spacing","Scanner":"Test Scanner"}'),SegmentationTable:JSON.parse('{"Active":"Test Active","Add new segmentation":"Test Add new segmentation","Add segment":"Test Add segment","Add segmentation":"Test Add segmentation","Delete":"Test Delete","Display inactive segmentations":"Test Display inactive segmentations","Export DICOM SEG":"Test Export DICOM SEG","Download DICOM SEG":"Test Download DICOM SEG","Download DICOM RTSTRUCT":"Test Download DICOM RTSTRUCT","Fill":"Test Fill","Inactive segmentations":"Test Inactive segmentations","Opacity":"Test Opacity","Outline":"Test Outline","Rename":"Test Rename","Segmentation":"Test Segmentation","Size":"Test Size"}'),SidePanel:JSON.parse('{"Studies":"Test Studies","Measurements":"Test Measurements"}'),StudyBrowser:JSON.parse('{"Primary":"Test Primary","Recent":"Test Recent","All":"Test All"}'),StudyItem:JSON.parse('{"Tracked series":"{{trackedSeries}} Test Tracked series"}'),StudyList:JSON.parse('{"Previous":"Test < Previous","AccessionNumber":"Test Accession #","Accession":"Test Accession","Description":"Test Description","Empty":"Test Empty","Filter list to 100 studies or less to enable sorting":"Test Filter list to 100 studies or less to enable sorting","Instances":"Test Instances","MRN":"Test MRN","Modality":"Test Modality","Next":"Test Next >","No studies available":"Test No studies available","Number of studies":"Test Number of studies","PatientName":"Test PatientName","Patient Name":"Test Patient Name","Results per page":"Test Results per page","StudyDate":"Test Study Date","Study date":"Test Study Date","Series":"Test Series","Study List":"Test Study List","Study list":"Test Study list","Upload":"Test Upload"}'),ToolTip:{Zoom:"toolTip1"},TooltipClipboard:JSON.parse('{"Copied":"Test Copied","Failed to copy":"Test Failed to copy"}'),ThumbnailTracked:JSON.parse('{"Series is tracked":"Test Series is tracked","Series is untracked":"Test Series is untracked","Viewport":"Test Viewport"}'),TrackedCornerstoneViewport:JSON.parse('{"Series is tracked and can be viewed in the measurement panel":"Test Series is tracked and can be viewed in the measurement panel","Measurements for untracked series will not be shown in the measurements panel":"Test Measurements for untracked series will not be shown in the measurements panel"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","No hotkeys found":"No hotkeys are configured for this application. Hotkeys can be configured in the application\'s app-config.js file.","Reset to defaults":"$t(Buttons:Reset to defaults)","ResetDefaultMessage":"Preferences successfully reset to default. <br /> You must <strong>Save</strong> to perform this action.","Save":"$t(Buttons:Save)","SaveMessage":"Test Preferences saved","User preferences":"Test User Preferences","Function":"Test function","Shortcut":"Test shortcut","Language":"Test language","Hotkeys":"Test hotkeys","General":"Test general"}'),ViewportDownloadForm:JSON.parse('{"emptyFilenameError":"The file name cannot be empty.","fileType":"File Type","filename":"File Name","formTitle":"Please specify the dimensions, filename, and desired type for the output image.","imageHeight":"Image height (px)","imagePreview":"Image Preview","imageWidth":"Image width (px)","keepAspectRatio":"Keep aspect ratio","loadingPreview":"Loading Image Preview...","minHeightError":"The minimum valid height is 100px.","minWidthError":"The minimum valid width is 100px.","showAnnotations":"Show Annotations"}'),WindowLevelActionMenu:JSON.parse('{"Back to Display Options":"Test Back to Display Options","Modality Presets":"Test {{modality}} Presets","Modality Window Presets":"Test {{modality}} Window Presets"}')}}};const Ie={projectId:"",apiKey:"",referenceLng:"en-US",fallbacklng:"en-US"},Ae="en-US";function Ee(e=Te,t=false,o=false){let n;return t?(Pe(0,"info"),n=z.use(oe).use(re).use(ge).use(he()).use(Oe).init({fallbackLng:Ae,saveMissing:o,debug:Ne,keySeparator:!1,interpolation:{escapeValue:!1},detection:e,backend:Ie,locizeLastUsed:Ie,editor:{...Ie,onEditorSaved:async(e,t)=>{await z.reloadResources(e,t),z.emit("editorSaved")}},react:{useSuspense:!0,bindI18n:"languageChanged editorSaved"}})):(Pe(0,"info"),n=z.use(he()).use(Oe).init({fallbackLng:Ae,resources:Le,debug:Ne,keySeparator:!1,interpolation:{escapeValue:!1},detection:e,react:{useSuspense:!0}})),n.then(function(e){z.T=e,Pe(0,"info")})}Pe(Me.rE,"info"),z.initializing=Ee(),z.initI18n=Ee,z.addLocales=function(e){Pe(0,"info");let t=[];Object.keys(e).map(o=>{Object.keys(e[o]).map(n=>{const a=e[o][n];t.push({key:o,namespace:n,locale:a}),z.addResourceBundle(o,n,a,!0,!0)})}),Pe(0,"info"),Pe(0,"info")},z.availableLanguages=function(e){const t=[];return Object.keys(e).forEach(e=>{t.push({value:e,label:Re(e)||e})}),t}(Le),z.defaultLanguage={label:Re(Ae),value:Ae},z.currentLanguage=()=>({label:Re(z.language),value:z.language});const je=z})(),n})());
2
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["ohif-i18n"]=t():e["ohif-i18n"]=t()}(globalThis,()=>(()=>{var e={496:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e,t,o,n){var a=void 0;if(o){var i=new Date;i.setTime(i.getTime()+60*o*1e3),a="; expires="+i.toGMTString()}else a="";n=n?"domain="+n+";":"",document.cookie=e+"="+t+a+";"+n+"path=/"},n=function(e){for(var t=e+"=",o=document.cookie.split(";"),n=0;n<o.length;n++){for(var a=o[n];" "===a.charAt(0);)a=a.substring(1,a.length);if(0===a.indexOf(t))return a.substring(t.length,a.length)}return null};t.default={name:"cookie",lookup:function(e){var t=void 0;if(e.lookupCookie&&"undefined"!=typeof document){var o=n(e.lookupCookie);o&&(t=o)}return t},cacheUserLanguage:function(e,t){t.lookupCookie&&"undefined"!=typeof document&&o(t.lookupCookie,e,t.cookieMinutes,t.cookieDomain)}}},915:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"htmlTag",lookup:function(e){var t=void 0,o=e.htmlTag||("undefined"!=typeof document?document.documentElement:null);return o&&"function"==typeof o.getAttribute&&(t=o.getAttribute("lang")),t}}},30:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=void 0;try{o="undefined"!==window&&null!==window.localStorage;var n="i18next.translate.boo";window.localStorage.setItem(n,"foo"),window.localStorage.removeItem(n)}catch(e){o=!1}t.default={name:"localStorage",lookup:function(e){var t=void 0;if(e.lookupLocalStorage&&o){var n=window.localStorage.getItem(e.lookupLocalStorage);n&&(t=n)}return t},cacheUserLanguage:function(e,t){t.lookupLocalStorage&&o&&window.localStorage.setItem(t.lookupLocalStorage,e)}}},165:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"navigator",lookup:function(e){var t=[];if("undefined"!=typeof navigator){if(navigator.languages)for(var o=0;o<navigator.languages.length;o++)t.push(navigator.languages[o]);navigator.userLanguage&&t.push(navigator.userLanguage),navigator.language&&t.push(navigator.language)}return t.length>0?t:void 0}}},725:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"path",lookup:function(e){var t=void 0;if("undefined"!=typeof window){var o=window.location.pathname.match(/\/([a-zA-Z-]*)/g);if(o instanceof Array)if("number"==typeof e.lookupFromPathIndex){if("string"!=typeof o[e.lookupFromPathIndex])return;t=o[e.lookupFromPathIndex].replace("/","")}else t=o[0].replace("/","")}return t}}},101:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"querystring",lookup:function(e){var t=void 0;if("undefined"!=typeof window)for(var o=window.location.search.substring(1).split("&"),n=0;n<o.length;n++){var a=o[n].indexOf("=");if(a>0)o[n].substring(0,a)===e.lookupQuerystring&&(t=o[n].substring(a+1))}return t}}},814:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"subdomain",lookup:function(e){var t=void 0;if("undefined"!=typeof window){var o=window.location.href.match(/(?:http[s]*\:\/\/)*(.*?)\.(?=[^\/]*\..{2,5})/gi);o instanceof Array&&(t="number"==typeof e.lookupFromSubdomainIndex?o[e.lookupFromSubdomainIndex].replace("http://","").replace("https://","").replace(".",""):o[0].replace("http://","").replace("https://","").replace(".",""))}return t}}},146:(e,t,o)=>{"use strict";var n=function(){function e(e,t){for(var o=0;o<t.length;o++){var n=t[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,o,n){return o&&e(t.prototype,o),n&&e(t,n),t}}(),a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t.default=e,t}(o(739)),i=d(o(496)),r=d(o(101)),s=d(o(30)),l=d(o(165)),u=d(o(915)),c=d(o(725)),p=d(o(814));function d(e){return e&&e.__esModule?e:{default:e}}var m=function(){function e(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.type="languageDetector",this.detectors={},this.init(t,o)}return n(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};this.services=e,this.options=a.defaults(t,this.options||{},{order:["querystring","cookie","localStorage","navigator","htmlTag"],lookupQuerystring:"lng",lookupCookie:"i18next",lookupLocalStorage:"i18nextLng",caches:["localStorage"],excludeCacheFor:["cimode"],checkWhitelist:!0}),this.options.lookupFromUrlIndex&&(this.options.lookupFromPathIndex=this.options.lookupFromUrlIndex),this.i18nOptions=o,this.addDetector(i.default),this.addDetector(r.default),this.addDetector(s.default),this.addDetector(l.default),this.addDetector(u.default),this.addDetector(c.default),this.addDetector(p.default)}},{key:"addDetector",value:function(e){this.detectors[e.name]=e}},{key:"detect",value:function(e){var t=this;e||(e=this.options.order);var o=[];e.forEach(function(e){if(t.detectors[e]){var n=t.detectors[e].lookup(t.options);n&&"string"==typeof n&&(n=[n]),n&&(o=o.concat(n))}});var n=void 0;if(o.forEach(function(e){if(!n){var o=t.services.languageUtils.formatLanguageCode(e);t.options.checkWhitelist&&!t.services.languageUtils.isWhitelisted(o)||(n=o)}}),!n){var a=this.i18nOptions.fallbackLng;"string"==typeof a&&(a=[a]),a||(a=[]),n="[object Array]"===Object.prototype.toString.apply(a)?a[0]:a[0]||a.default&&a.default[0]}return n}},{key:"cacheUserLanguage",value:function(e,t){var o=this;t||(t=this.options.caches),t&&(this.options.excludeCacheFor&&this.options.excludeCacheFor.indexOf(e)>-1||t.forEach(function(t){o.detectors[t]&&o.detectors[t].cacheUserLanguage(e,o.options)}))}}]),e}();m.type="languageDetector",t.A=m},739:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.defaults=function(e){return n.call(a.call(arguments,1),function(t){if(t)for(var o in t)void 0===e[o]&&(e[o]=t[o])}),e},t.extend=function(e){return n.call(a.call(arguments,1),function(t){if(t)for(var o in t)e[o]=t[o]}),e};var o=[],n=o.forEach,a=o.slice},414:(e,t,o)=>{var n=o(146).A;e.exports=n,e.exports.default=n},249:(e,t)=>{"use strict";var o=Symbol.for("react.element"),n=Symbol.for("react.portal"),a=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),r=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),l=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),p=Symbol.for("react.memo"),d=Symbol.for("react.lazy"),m=Symbol.iterator;var g={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},f=Object.assign,h={};function y(e,t,o){this.props=e,this.context=t,this.refs=h,this.updater=o||g}function v(){}function S(e,t,o){this.props=e,this.context=t,this.refs=h,this.updater=o||g}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 b=S.prototype=new v;b.constructor=S,f(b,y.prototype),b.isPureReactComponent=!0;var k=Array.isArray,w=Object.prototype.hasOwnProperty,C={current:null},O={key:!0,ref:!0,__self:!0,__source:!0};function N(e,t,n){var a,i={},r=null,s=null;if(null!=t)for(a in void 0!==t.ref&&t.ref,void 0!==t.key&&""+t.key,t)w.call(t,a)&&!O.hasOwnProperty(a)&&(i[a]=t[a]);var l=arguments.length-2;if(1===l)i.children=n;else if(1<l){for(var u=Array(l),c=0;c<l;c++)u[c]=arguments[c+2];i.children=u}if(e&&e.defaultProps)for(a in e.defaultProps)void 0===i[a]&&(i[a]=l[a]);return{$$typeof:o,type:e,key:r,ref:s,props:i,_owner:C.current}}function T(e){return"object"==typeof e&&null!==e&&e.$$typeof===o}var P=/\/+/g;function M(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 x(e,t,a,i,r){var s=typeof e;"undefined"!==s&&"boolean"!==s||null;var l=!1;if(null===e)0;else switch(s){case"string":case"number":0;break;case"object":switch(e.$$typeof){case o:case n:0}}if(l)return r(e),""===i?"."+M(l,0):i,k(r)?(null!=e&&e.replace(P,"$&/")+"/",x(r,t,a,"",function(e){return e})):null!=r&&(T(r)&&function(e,t){return{$$typeof:o,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(r,a+(!r.key||l&&l.key===r.key?"":(""+r.key).replace(P,"$&/")+"/")+e),t.push(r)),1;if(k(e))for(var u=0;u<e.length;u++){var c=i+M(e[u],u);x(s,t,a,c,r)}else if(function(e){return null===e||"object"!=typeof e?null:"function"==typeof(m&&e[m]||e["@@iterator"])?e:null}(e),"function"==typeof c)for(c.call(e),0;!e.next().done;)x(s.value,t,a,i+M(s,u++),r);else if("object"===s)throw 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 R(e,t,o){if(null==e)return e;var n=[],a=0;return x(e,n,"","",function(e){return t.call(o,e,a++)}),n}function D(e){if(-1===e._status){var t=e._result;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 L={current:null},I={transition:null};function A(){throw Error("act(...) is not supported in production builds of React.")}t.createContext=function(e){return(e={$$typeof:l,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:s,_context:e},e.Consumer=e}},326:(e,t,o)=>{"use strict";e.exports=o(249)},741: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}}},t={};function o(n){var a=t[n];if(void 0!==a)return a.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,o),i.exports}o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{"use strict";function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(t)}function t(t){var o=function(t,o){if("object"!=e(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var a=n.call(t,o||"default");if("object"!=e(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===o?String:Number)(t)}(t,"string");return"symbol"==e(o)?o:o+""}function a(e,o,n){return(o=t(o))in e?Object.defineProperty(e,o,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[o]=n,e}function i(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?Object(arguments[t]):{},n=Object.keys(o);"function"==typeof Object.getOwnPropertySymbols&&n.push.apply(n,Object.getOwnPropertySymbols(o).filter(function(e){return Object.getOwnPropertyDescriptor(o,e).enumerable})),n.forEach(function(t){a(e,t,o[t])})}return e}function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,o){for(var n=0;n<o.length;n++){var a=o[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,t(a.key),a)}}function l(e,t,o){return t&&s(e.prototype,t),o&&s(e,o),Object.defineProperty(e,"prototype",{writable:!1}),e}function u(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function c(t,o){if(o&&("object"==e(o)||"function"==typeof o))return o;if(void 0!==o)throw new TypeError("Derived constructors may only return object or undefined");return u(t)}function p(e){return p=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},p(e)}function d(e,t){return d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},d(e,t)}function m(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&d(e,t)}function g(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=Array(t);o<t;o++)n[o]=e[o];return n}function f(e,t){if(e){if("string"==typeof e)return g(e,t);var o={}.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?g(e,t):void 0}}function h(e){return function(e){if(Array.isArray(e))return g(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||f(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function y(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var n,a,i,r,s=[],l=!0,u=!1;try{if(i=(o=o.call(e)).next,0===t){if(Object(o)!==o)return;l=!1}else for(;!(l=(n=i.call(o)).done)&&(s.push(n.value),s.length!==t);l=!0);}catch(e){u=!0,a=e}finally{try{if(!l&&null!=o.return&&(r=o.return(),Object(r)!==r))return}finally{if(u)throw a}}return s}}(e,t)||f(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}o.r(n),o.d(n,{default:()=>Ee});var v={type:"logger",log:function(e){this.output("log",e)},warn:function(e){this.output("warn",e)},error:function(e){this.output("error",e)},output:function(e,t){var o;console&&console[e]&&(o=console)[e].apply(o,h(t))}},S=new(function(){function e(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};r(this,e),this.init(t,o)}return l(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||v,this.options=t,this.debug=t.debug}},{key:"setDebug",value:function(e){this.debug=e}},{key:"log",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"log","",!0)}},{key:"warn",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"warn","",!0)}},{key:"error",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"error","")}},{key:"deprecate",value:function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(e,t,o,n){return n&&!this.debug?null:("string"==typeof e[0]&&(e[0]="".concat(o).concat(this.prefix," ").concat(e[0])),this.logger[t](e))}},{key:"create",value:function(t){return new e(this.logger,i({},{prefix:"".concat(this.prefix,":").concat(t,":")},this.options))}}]),e}()),b=function(){function e(){r(this,e),this.observers={}}return l(e,[{key:"on",value:function(e,t){var o=this;return e.split(" ").forEach(function(e){o.observers[e]=o.observers[e]||[],o.observers[e].push(t)}),this}},{key:"off",value:function(e,t){this.observers[e]&&(t?this.observers[e]=this.observers[e].filter(function(e){return e!==t}):delete this.observers[e])}},{key:"emit",value:function(e){for(var t=arguments.length,o=new Array(t>1?t-1:0),n=1;n<t;n++)o[n-1]=arguments[n];this.observers[e]&&[].concat(this.observers[e]).forEach(function(e){e.apply(void 0,o)});this.observers["*"]&&[].concat(this.observers["*"]).forEach(function(t){t.apply(t,[e].concat(o))})}}]),e}();function k(){var e,t,o=new Promise(function(o,n){e=o,t=n});return o.resolve=e,o.reject=t,o}function w(e){return null==e?"":""+e}function C(e,t,o){function n(e){return e&&e.indexOf("###")>-1?e.replace(/###/g,"."):e}function a(){return!e||"string"==typeof e}for(var i="string"!=typeof t?[].concat(t):t.split(".");i.length>1;){if(a())return{};var r=n(i.shift());!e[r]&&o&&(e[r]=new o),e=e[r]}return a()?{}:{obj:e,k:n(i.shift())}}function O(e,t,o){var n=C(e,t,Object);n.obj[n.k]=o}function N(e,t){var o=C(e,t),n=o.obj,a=o.k;if(n)return n[a]}function T(e,t,o){var n=N(e,o);return void 0!==n?n:N(t,o)}function P(e,t,o){for(var n in t)n in e?"string"==typeof e[n]||e[n]instanceof String||"string"==typeof t[n]||t[n]instanceof String?o&&(e[n]=t[n]):P(e[n],t[n],o):e[n]=t[n];return e}function M(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var x={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};function R(e){return"string"==typeof e?e.replace(/[&<>"'\/]/g,function(e){return x[e]}):e}var D=function(e){function t(e){var o,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};return r(this,t),o=c(this,p(t).call(this)),b.call(u(o)),o.data=e||{},o.options=n,void 0===o.options.keySeparator&&(o.options.keySeparator="."),o}return m(t,e),l(t,[{key:"addNamespaces",value:function(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}},{key:"removeNamespaces",value:function(e){var t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}},{key:"getResource",value:function(e,t,o){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a=void 0!==n.keySeparator?n.keySeparator:this.options.keySeparator,i=[e,t];return o&&"string"!=typeof o&&(i=i.concat(o)),o&&"string"==typeof o&&(i=i.concat(a?o.split(a):o)),e.indexOf(".")>-1&&(i=e.split(".")),N(this.data,i)}},{key:"addResource",value:function(e,t,o,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1},i=this.options.keySeparator;void 0===i&&(i=".");var r=[e,t];o&&(r=r.concat(i?o.split(i):o)),e.indexOf(".")>-1&&(n=t,t=(r=e.split("."))[1]),this.addNamespaces(t),O(this.data,r,n),a.silent||this.emit("added",e,t,o,n)}},{key:"addResources",value:function(e,t,o){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(var a in o)"string"!=typeof o[a]&&"[object Array]"!==Object.prototype.toString.apply(o[a])||this.addResource(e,t,a,o[a],{silent:!0});n.silent||this.emit("added",e,t,o)}},{key:"addResourceBundle",value:function(e,t,o,n,a){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1},s=[e,t];e.indexOf(".")>-1&&(n=o,o=t,t=(s=e.split("."))[1]),this.addNamespaces(t);var l=N(this.data,s)||{};n?P(l,o,a):l=i({},l,o),O(this.data,s,l),r.silent||this.emit("added",e,t,o)}},{key:"removeResourceBundle",value:function(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}},{key:"hasResourceBundle",value:function(e,t){return void 0!==this.getResource(e,t)}},{key:"getResourceBundle",value:function(e,t){return t||(t=this.options.defaultNS),"v1"===this.options.compatibilityAPI?i({},{},this.getResource(e,t)):this.getResource(e,t)}},{key:"getDataByLanguage",value:function(e){return this.data[e]}},{key:"toJSON",value:function(){return this.data}}]),t}(b),L={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,t,o,n,a){var i=this;return e.forEach(function(e){i.processors[e]&&(t=i.processors[e].process(t,o,n,a))}),t}},I=function(t){function o(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return r(this,o),t=c(this,p(o).call(this)),b.call(u(t)),function(e,t,o){e.forEach(function(e){t[e]&&(o[e]=t[e])})}(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,u(t)),t.options=n,void 0===t.options.keySeparator&&(t.options.keySeparator="."),t.logger=S.create("translator"),t}return m(o,t),l(o,[{key:"changeLanguage",value:function(e){e&&(this.language=e)}},{key:"exists",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}},o=this.resolve(e,t);return o&&void 0!==o.res}},{key:"extractFromKey",value:function(e,t){var o=t.nsSeparator||this.options.nsSeparator;void 0===o&&(o=":");var n=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,a=t.ns||this.options.defaultNS;if(o&&e.indexOf(o)>-1){var i=e.split(o);(o!==n||o===n&&this.options.ns.indexOf(i[0])>-1)&&(a=i.shift()),e=i.join(n)}return"string"==typeof a&&(a=[a]),{key:e,namespaces:a}}},{key:"translate",value:function(t,o){var n=this;if("object"!==e(o)&&this.options.overloadTranslationOptionHandler&&(o=this.options.overloadTranslationOptionHandler(arguments)),o||(o={}),null==t)return"";Array.isArray(t)||(t=[String(t)]);var a=void 0!==o.keySeparator?o.keySeparator:this.options.keySeparator,r=this.extractFromKey(t[t.length-1],o),s=r.key,l=r.namespaces,u=l[l.length-1],c=o.lng||this.language,p=o.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(c&&"cimode"===c.toLowerCase()){if(p){var d=o.nsSeparator||this.options.nsSeparator;return u+d+s}return s}var m=this.resolve(t,o),g=m&&m.res,f=m&&m.usedKey||s,h=m&&m.exactUsedKey||s,y=Object.prototype.toString.apply(g),v=void 0!==o.joinArrays?o.joinArrays:this.options.joinArrays,S=!this.i18nFormat||this.i18nFormat.handleAsObject;if(S&&g&&("string"!=typeof g&&"boolean"!=typeof g&&"number"!=typeof g)&&["[object Number]","[object Function]","[object RegExp]"].indexOf(y)<0&&("string"!=typeof v||"[object Array]"!==y)){if(!o.returnObjects&&!this.options.returnObjects)return this.logger.warn("accessing an object - but returnObjects options is not enabled!"),this.options.returnedObjectHandler?this.options.returnedObjectHandler(f,g,o):"key '".concat(s," (").concat(this.language,")' returned an object instead of string.");if(a){var b="[object Array]"===y,k=b?[]:{},w=b?h:f;for(var C in g)if(Object.prototype.hasOwnProperty.call(g,C)){var O="".concat(w).concat(a).concat(C);k[C]=this.translate(O,i({},o,{joinArrays:!1,ns:l})),k[C]===O&&(k[C]=g[C])}g=k}}else if(S&&"string"==typeof v&&"[object Array]"===y)(g=g.join(v))&&(g=this.extendTranslation(g,t,o));else{var N=!1,T=!1;if(!this.isValidLookup(g)&&void 0!==o.defaultValue){if(N=!0,void 0!==o.count){var P=this.pluralResolver.getSuffix(c,o.count);g=o["defaultValue".concat(P)]}g||(g=o.defaultValue)}this.isValidLookup(g)||(T=!0,g=s);var M=o.defaultValue&&o.defaultValue!==g&&this.options.updateMissing;if(T||N||M){this.logger.log(M?"updateKey":"missingKey",c,u,s,M?o.defaultValue:g);var x=[],R=this.languageUtils.getFallbackCodes(this.options.fallbackLng,o.lng||this.language);if("fallback"===this.options.saveMissingTo&&R&&R[0])for(var D=0;D<R.length;D++)x.push(R[D]);else"all"===this.options.saveMissingTo?x=this.languageUtils.toResolveHierarchy(o.lng||this.language):x.push(o.lng||this.language);var L=function(e,t){n.options.missingKeyHandler?n.options.missingKeyHandler(e,u,t,M?o.defaultValue:g,M,o):n.backendConnector&&n.backendConnector.saveMissing&&n.backendConnector.saveMissing(e,u,t,M?o.defaultValue:g,M,o),n.emit("missingKey",e,u,t,g)};if(this.options.saveMissing){var I=void 0!==o.count&&"string"!=typeof o.count;this.options.saveMissingPlurals&&I?x.forEach(function(e){n.pluralResolver.getPluralFormsOfKey(e,s).forEach(function(t){return L([e],t)})}):L(x,s)}}g=this.extendTranslation(g,t,o,m),T&&g===s&&this.options.appendNamespaceToMissingKey&&(g="".concat(u,":").concat(s)),T&&this.options.parseMissingKeyHandler&&(g=this.options.parseMissingKeyHandler(g))}return g}},{key:"extendTranslation",value:function(e,t,o,n){var a=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,o,n.usedLng,n.usedNS,n.usedKey,{resolved:n});else if(!o.skipInterpolation){o.interpolation&&this.interpolator.init(i({},o,{interpolation:i({},this.options.interpolation,o.interpolation)}));var r=o.replace&&"string"!=typeof o.replace?o.replace:o;this.options.interpolation.defaultVariables&&(r=i({},this.options.interpolation.defaultVariables,r)),e=this.interpolator.interpolate(e,r,o.lng||this.language,o),!1!==o.nest&&(e=this.interpolator.nest(e,function(){return a.translate.apply(a,arguments)},o)),o.interpolation&&this.interpolator.reset()}var s=o.postProcess||this.options.postProcess,l="string"==typeof s?[s]:s;return null!=e&&l&&l.length&&!1!==o.applyPostProcessor&&(e=L.handle(l,e,t,this.options&&this.options.postProcessPassResolved?i({i18nResolved:n},o):o,this)),e}},{key:"resolve",value:function(e){var t,o,n,a,i,r=this,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"==typeof e&&(e=[e]),e.forEach(function(e){if(!r.isValidLookup(t)){var l=r.extractFromKey(e,s),u=l.key;o=u;var c=l.namespaces;r.options.fallbackNS&&(c=c.concat(r.options.fallbackNS));var p=void 0!==s.count&&"string"!=typeof s.count,d=void 0!==s.context&&"string"==typeof s.context&&""!==s.context,m=s.lngs?s.lngs:r.languageUtils.toResolveHierarchy(s.lng||r.language,s.fallbackLng);c.forEach(function(e){r.isValidLookup(t)||(i=e,r.utils&&r.utils.hasLoadedNamespace&&!r.utils.hasLoadedNamespace(i)&&r.logger.warn('key "'.concat(o,'" for namespace "').concat(i,"\" won't get resolved as namespace was not yet loaded"),"This means something IS WRONG in your application 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!!!"),m.forEach(function(o){if(!r.isValidLookup(t)){a=o;var i,l,c=u,m=[c];if(r.i18nFormat&&r.i18nFormat.addLookupKeys)r.i18nFormat.addLookupKeys(m,u,o,e,s);else p&&(i=r.pluralResolver.getSuffix(o,s.count)),p&&d&&m.push(c+i),d&&m.push(c+="".concat(r.options.contextSeparator).concat(s.context)),p&&m.push(c+=i);for(;l=m.pop();)r.isValidLookup(t)||(n=l,t=r.getResource(o,e,l,s))}}))})}}),{res:t,usedKey:o,exactUsedKey:n,usedLng:a,usedNS:i}}},{key:"isValidLookup",value:function(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}},{key:"getResource",value:function(e,t,o){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,o,n):this.resourceStore.getResource(e,t,o,n)}}]),o}(b);function A(e){return e.charAt(0).toUpperCase()+e.slice(1)}var E=function(){function e(t){r(this,e),this.options=t,this.whitelist=this.options.whitelist||!1,this.logger=S.create("languageUtils")}return l(e,[{key:"getScriptPartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return null;var t=e.split("-");return 2===t.length?null:(t.pop(),this.formatLanguageCode(t.join("-")))}},{key:"getLanguagePartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return e;var t=e.split("-");return this.formatLanguageCode(t[0])}},{key:"formatLanguageCode",value:function(e){if("string"==typeof e&&e.indexOf("-")>-1){var t=["hans","hant","latn","cyrl","cans","mong","arab"],o=e.split("-");return this.options.lowerCaseLng?o=o.map(function(e){return e.toLowerCase()}):2===o.length?(o[0]=o[0].toLowerCase(),o[1]=o[1].toUpperCase(),t.indexOf(o[1].toLowerCase())>-1&&(o[1]=A(o[1].toLowerCase()))):3===o.length&&(o[0]=o[0].toLowerCase(),2===o[1].length&&(o[1]=o[1].toUpperCase()),"sgn"!==o[0]&&2===o[2].length&&(o[2]=o[2].toUpperCase()),t.indexOf(o[1].toLowerCase())>-1&&(o[1]=A(o[1].toLowerCase())),t.indexOf(o[2].toLowerCase())>-1&&(o[2]=A(o[2].toLowerCase()))),o.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}},{key:"isWhitelisted",value:function(e){return("languageOnly"===this.options.load||this.options.nonExplicitWhitelist)&&(e=this.getLanguagePartFromCode(e)),!this.whitelist||!this.whitelist.length||this.whitelist.indexOf(e)>-1}},{key:"getFallbackCodes",value:function(e,t){if(!e)return[];if("string"==typeof e&&(e=[e]),"[object Array]"===Object.prototype.toString.apply(e))return e;if(!t)return e.default||[];var o=e[t];return o||(o=e[this.getScriptPartFromCode(t)]),o||(o=e[this.formatLanguageCode(t)]),o||(o=e.default),o||[]}},{key:"toResolveHierarchy",value:function(e,t){var o=this,n=this.getFallbackCodes(t||this.options.fallbackLng||[],e),a=[],i=function(e){e&&(o.isWhitelisted(e)?a.push(e):o.logger.warn("rejecting non-whitelisted language code: ".concat(e)))};return"string"==typeof e&&e.indexOf("-")>-1?("languageOnly"!==this.options.load&&i(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&i(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&i(this.getLanguagePartFromCode(e))):"string"==typeof e&&i(this.formatLanguageCode(e)),n.forEach(function(e){a.indexOf(e)<0&&i(o.formatLanguageCode(e))}),a}}]),e}(),j=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","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","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","id","ja","jbo","ka","kk","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"],nr:[1,2,20,21],fc:22}],B={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?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)}};var V=function(){function e(t){var o,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};r(this,e),this.languageUtils=t,this.options=n,this.logger=S.create("pluralResolver"),this.rules=(o={},j.forEach(function(e){e.lngs.forEach(function(t){o[t]={numbers:e.nr,plurals:B[e.fc]}})}),o)}return l(e,[{key:"addRule",value:function(e,t){this.rules[e]=t}},{key:"getRule",value:function(e){return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}},{key:"needsPlural",value:function(e){var t=this.getRule(e);return t&&t.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(e,t){var o=this,n=[],a=this.getRule(e);return a?(a.numbers.forEach(function(a){var i=o.getSuffix(e,a);n.push("".concat(t).concat(i))}),n):n}},{key:"getSuffix",value:function(e,t){var o=this,n=this.getRule(e);if(n){var a=n.noAbs?n.plurals(t):n.plurals(Math.abs(t)),i=n.numbers[a];this.options.simplifyPluralSuffix&&2===n.numbers.length&&1===n.numbers[0]&&(2===i?i="plural":1===i&&(i=""));var r=function(){return o.options.prepend&&i.toString()?o.options.prepend+i.toString():i.toString()};return"v1"===this.options.compatibilityJSON?1===i?"":"number"==typeof i?"_plural_".concat(i.toString()):r():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===n.numbers.length&&1===n.numbers[0]?r():this.options.prepend&&a.toString()?this.options.prepend+a.toString():a.toString()}return this.logger.warn("no plural rule found for: ".concat(e)),""}}]),e}(),F=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};r(this,e),this.logger=S.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||function(e){return e},this.init(t)}return l(e,[{key:"init",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});var t=e.interpolation;this.escape=void 0!==t.escape?t.escape:R,this.escapeValue=void 0===t.escapeValue||t.escapeValue,this.useRawValueToEscape=void 0!==t.useRawValueToEscape&&t.useRawValueToEscape,this.prefix=t.prefix?M(t.prefix):t.prefixEscaped||"{{",this.suffix=t.suffix?M(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?M(t.nestingPrefix):t.nestingPrefixEscaped||M("$t("),this.nestingSuffix=t.nestingSuffix?M(t.nestingSuffix):t.nestingSuffixEscaped||M(")"),this.maxReplaces=t.maxReplaces?t.maxReplaces:1e3,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var e="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(e,"g");var t="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(t,"g");var o="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(o,"g")}},{key:"interpolate",value:function(e,t,o,n){var a,i,r,s=this,l=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function u(e){return e.replace(/\$/g,"$$$$")}var c=function(e){if(e.indexOf(s.formatSeparator)<0)return T(t,l,e);var n=e.split(s.formatSeparator),a=n.shift().trim(),i=n.join(s.formatSeparator).trim();return s.format(T(t,l,a),i,o)};this.resetRegExp();var p=n&&n.missingInterpolationHandler||this.options.missingInterpolationHandler;for(r=0;a=this.regexpUnescape.exec(e);){if(void 0===(i=c(a[1].trim())))if("function"==typeof p){var d=p(e,a,n);i="string"==typeof d?d:""}else this.logger.warn("missed to pass in variable ".concat(a[1]," for interpolating ").concat(e)),i="";else"string"==typeof i||this.useRawValueToEscape||(i=w(i));if(e=e.replace(a[0],u(i)),this.regexpUnescape.lastIndex=0,++r>=this.maxReplaces)break}for(r=0;a=this.regexp.exec(e);){if(void 0===(i=c(a[1].trim())))if("function"==typeof p){var m=p(e,a,n);i="string"==typeof m?m:""}else this.logger.warn("missed to pass in variable ".concat(a[1]," for interpolating ").concat(e)),i="";else"string"==typeof i||this.useRawValueToEscape||(i=w(i));if(i=this.escapeValue?u(this.escape(i)):u(i),e=e.replace(a[0],i),this.regexp.lastIndex=0,++r>=this.maxReplaces)break}return e}},{key:"nest",value:function(e,t){var o,n,a=i({},arguments.length>2&&void 0!==arguments[2]?arguments[2]:{});function r(e,t){if(e.indexOf(",")<0)return e;var o=e.split(",");e=o.shift();var n=o.join(",");n=(n=this.interpolate(n,a)).replace(/'/g,'"');try{a=JSON.parse(n),t&&(a=i({},t,a))}catch(t){this.logger.error("failed parsing options string in nesting for key ".concat(e),t)}return delete a.defaultValue,e}for(a.applyPostProcessor=!1,delete a.defaultValue;o=this.nestingRegexp.exec(e);){if((n=t(r.call(this,o[1].trim(),a),a))&&o[0]===e&&"string"!=typeof n)return n;"string"!=typeof n&&(n=w(n)),n||(this.logger.warn("missed to resolve ".concat(o[1]," for nesting ").concat(e)),n=""),e=e.replace(o[0],n),this.regexp.lastIndex=0}return e}}]),e}();var $=function(e){function t(e,o,n){var a,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return r(this,t),a=c(this,p(t).call(this)),b.call(u(a)),a.backend=e,a.store=o,a.services=n,a.languageUtils=n.languageUtils,a.options=i,a.logger=S.create("backendConnector"),a.state={},a.queue=[],a.backend&&a.backend.init&&a.backend.init(n,i.backend,i),a}return m(t,e),l(t,[{key:"queueLoad",value:function(e,t,o,n){var a=this,i=[],r=[],s=[],l=[];return e.forEach(function(e){var n=!0;t.forEach(function(t){var s="".concat(e,"|").concat(t);!o.reload&&a.store.hasResourceBundle(e,t)?a.state[s]=2:a.state[s]<0||(1===a.state[s]?r.indexOf(s)<0&&r.push(s):(a.state[s]=1,n=!1,r.indexOf(s)<0&&r.push(s),i.indexOf(s)<0&&i.push(s),l.indexOf(t)<0&&l.push(t)))}),n||s.push(e)}),(i.length||r.length)&&this.queue.push({pending:r,loaded:{},errors:[],callback:n}),{toLoad:i,pending:r,toLoadLanguages:s,toLoadNamespaces:l}}},{key:"loaded",value:function(e,t,o){var n=y(e.split("|"),2),a=n[0],i=n[1];t&&this.emit("failedLoading",a,i,t),o&&this.store.addResourceBundle(a,i,o),this.state[e]=t?-1:2;var r={};this.queue.forEach(function(o){var n,s,l,u,c,p;n=o.loaded,s=i,u=C(n,[a],Object),c=u.obj,p=u.k,c[p]=c[p]||[],l&&(c[p]=c[p].concat(s)),l||c[p].push(s),function(e,t){for(var o=e.indexOf(t);-1!==o;)e.splice(o,1),o=e.indexOf(t)}(o.pending,e),t&&o.errors.push(t),0!==o.pending.length||o.done||(Object.keys(o.loaded).forEach(function(e){r[e]||(r[e]=[]),o.loaded[e].length&&o.loaded[e].forEach(function(t){r[e].indexOf(t)<0&&r[e].push(t)})}),o.done=!0,o.errors.length?o.callback(o.errors):o.callback())}),this.emit("loaded",r),this.queue=this.queue.filter(function(e){return!e.done})}},{key:"read",value:function(e,t,o){var n=this,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:250,r=arguments.length>5?arguments[5]:void 0;return e.length?this.backend[o](e,t,function(s,l){s&&l&&a<5?setTimeout(function(){n.read.call(n,e,t,o,a+1,2*i,r)},i):r(s,l)}):r(null,{})}},{key:"prepareLoading",value:function(e,t){var o=this,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]);var i=this.queueLoad(e,t,n,a);if(!i.toLoad.length)return i.pending.length||a(),null;i.toLoad.forEach(function(e){o.loadOne(e)})}},{key:"load",value:function(e,t,o){this.prepareLoading(e,t,{},o)}},{key:"reload",value:function(e,t,o){this.prepareLoading(e,t,{reload:!0},o)}},{key:"loadOne",value:function(e){var t=this,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=y(e.split("|"),2),a=n[0],i=n[1];this.read(a,i,"read",null,null,function(n,r){n&&t.logger.warn("".concat(o,"loading namespace ").concat(i," for language ").concat(a," failed"),n),!n&&r&&t.logger.log("".concat(o,"loaded namespace ").concat(i," for language ").concat(a),r),t.loaded(e,n,r)})}},{key:"saveMissing",value:function(e,t,o,n,a){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(t)?this.logger.warn('did not save key "'.concat(o,'" for namespace "').concat(t,'" as the namespace was not yet loaded'),"This means something IS WRONG in your application 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!!!"):(this.backend&&this.backend.create&&this.backend.create(e,t,o,n,null,i({},r,{isUpdate:a})),e&&e[0]&&this.store.addResource(e[0],t,o,n))}}]),t}(b);function J(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.whitelist&&e.whitelist.indexOf("cimode")<0&&(e.whitelist=e.whitelist.concat(["cimode"])),e}function U(){}var H=function(t){function o(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;if(r(this,o),e=c(this,p(o).call(this)),b.call(u(e)),e.options=J(t),e.services={},e.logger=S,e.modules={external:[]},n&&!e.isInitialized&&!t.isClone){if(!e.options.initImmediate)return e.init(t,n),c(e,u(e));setTimeout(function(){e.init(t,n)},0)}return e}return m(o,t),l(o,[{key:"init",value:function(){var t=this,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;function a(e){return e?"function"==typeof e?new e:e:null}if("function"==typeof o&&(n=o,o={}),this.options=i({},{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,whitelist:!1,nonExplicitWhitelist:!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:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(t){var o={};if("object"===e(t[1])&&(o=t[1]),"string"==typeof t[1]&&(o.defaultValue=t[1]),"string"==typeof t[2]&&(o.tDescription=t[2]),"object"===e(t[2])||"object"===e(t[3])){var n=t[3]||t[2];Object.keys(n).forEach(function(e){o[e]=n[e]})}return o},interpolation:{escapeValue:!0,format:function(e,t,o){return e},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",maxReplaces:1e3}},this.options,J(o)),this.format=this.options.interpolation.format,n||(n=U),!this.options.isClone){this.modules.logger?S.init(a(this.modules.logger),this.options):S.init(null,this.options);var r=new E(this.options);this.store=new D(this.options.resources,this.options);var s=this.services;s.logger=S,s.resourceStore=this.store,s.languageUtils=r,s.pluralResolver=new V(r,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),s.interpolator=new F(this.options),s.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},s.backendConnector=new $(a(this.modules.backend),s.resourceStore,s,this.options),s.backendConnector.on("*",function(e){for(var o=arguments.length,n=new Array(o>1?o-1:0),a=1;a<o;a++)n[a-1]=arguments[a];t.emit.apply(t,[e].concat(n))}),this.modules.languageDetector&&(s.languageDetector=a(this.modules.languageDetector),s.languageDetector.init(s,this.options.detection,this.options)),this.modules.i18nFormat&&(s.i18nFormat=a(this.modules.i18nFormat),s.i18nFormat.init&&s.i18nFormat.init(this)),this.translator=new I(this.services,this.options),this.translator.on("*",function(e){for(var o=arguments.length,n=new Array(o>1?o-1:0),a=1;a<o;a++)n[a-1]=arguments[a];t.emit.apply(t,[e].concat(n))}),this.modules.external.forEach(function(e){e.init&&e.init(t)})}["getResource","addResource","addResources","addResourceBundle","removeResourceBundle","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(function(e){t[e]=function(){var o;return(o=t.store)[e].apply(o,arguments)}});var l=k(),u=function(){t.changeLanguage(t.options.lng,function(e,o){t.isInitialized=!0,t.logger.log("initialized",t.options),t.emit("initialized",t.options),l.resolve(o),n(e,o)})};return this.options.resources||!this.options.initImmediate?u():setTimeout(u,0),l}},{key:"loadResources",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:U;if(!this.options.resources||this.options.partialBundledLanguages){if(this.language&&"cimode"===this.language.toLowerCase())return t();var o=[],n=function(t){t&&e.services.languageUtils.toResolveHierarchy(t).forEach(function(e){o.indexOf(e)<0&&o.push(e)})};if(this.language)n(this.language);else this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(function(e){return n(e)});this.options.preload&&this.options.preload.forEach(function(e){return n(e)}),this.services.backendConnector.load(o,this.options.ns,t)}else t(null)}},{key:"reloadResources",value:function(e,t,o){var n=k();return e||(e=this.languages),t||(t=this.options.ns),o||(o=U),this.services.backendConnector.reload(e,t,function(e){n.resolve(),o(e)}),n}},{key:"use",value:function(e){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&&L.addPostProcessor(e),"3rdParty"===e.type&&this.modules.external.push(e),this}},{key:"changeLanguage",value:function(e,t){var o=this,n=k();this.emit("languageChanging",e);var a=function(e){e&&(o.language=e,o.languages=o.services.languageUtils.toResolveHierarchy(e),o.translator.language||o.translator.changeLanguage(e),o.services.languageDetector&&o.services.languageDetector.cacheUserLanguage(e)),o.loadResources(function(a){!function(e,a){o.translator.changeLanguage(a),a&&(o.emit("languageChanged",a),o.logger.log("languageChanged",a)),n.resolve(function(){return o.t.apply(o,arguments)}),t&&t(e,function(){return o.t.apply(o,arguments)})}(a,e)})};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect(a):a(e):a(this.services.languageDetector.detect()),n}},{key:"getFixedT",value:function(t,o){var n=this,a=function t(o,a){var r;if("object"!==e(a)){for(var s=arguments.length,l=new Array(s>2?s-2:0),u=2;u<s;u++)l[u-2]=arguments[u];r=n.options.overloadTranslationOptionHandler([o,a].concat(l))}else r=i({},a);return r.lng=r.lng||t.lng,r.lngs=r.lngs||t.lngs,r.ns=r.ns||t.ns,n.t(o,r)};return"string"==typeof t?a.lng=t:a.lngs=t,a.ns=o,a}},{key:"t",value:function(){var e;return this.translator&&(e=this.translator).translate.apply(e,arguments)}},{key:"exists",value:function(){var e;return this.translator&&(e=this.translator).exists.apply(e,arguments)}},{key:"setDefaultNamespace",value:function(e){this.options.defaultNS=e}},{key:"hasLoadedNamespace",value:function(e){var t=this;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;var o=this.languages[0],n=!!this.options&&this.options.fallbackLng,a=this.languages[this.languages.length-1];if("cimode"===o.toLowerCase())return!0;var i=function(e,o){var n=t.services.backendConnector.state["".concat(e,"|").concat(o)];return-1===n||2===n};return!!this.hasResourceBundle(o,e)||(!this.services.backendConnector.backend||!(!i(o,e)||n&&!i(a,e)))}},{key:"loadNamespaces",value:function(e,t){var o=this,n=k();return this.options.ns?("string"==typeof e&&(e=[e]),e.forEach(function(e){o.options.ns.indexOf(e)<0&&o.options.ns.push(e)}),this.loadResources(function(e){n.resolve(),t&&t(e)}),n):(t&&t(),Promise.resolve())}},{key:"loadLanguages",value:function(e,t){var o=k();"string"==typeof e&&(e=[e]);var n=this.options.preload||[],a=e.filter(function(e){return n.indexOf(e)<0});return a.length?(this.options.preload=n.concat(a),this.loadResources(function(e){o.resolve(),t&&t(e)}),o):(t&&t(),Promise.resolve())}},{key:"dir",value:function(e){if(e||(e=this.languages&&this.languages.length>0?this.languages[0]:this.language),!e)return"rtl";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","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam"].indexOf(this.services.languageUtils.getLanguagePartFromCode(e))>=0?"rtl":"ltr"}},{key:"createInstance",value:function(){return new o(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)}},{key:"cloneInstance",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:U,a=i({},this.options,t,{isClone:!0}),r=new o(a);return["store","services","language"].forEach(function(t){r[t]=e[t]}),r.translator=new I(r.services,r.options),r.translator.on("*",function(e){for(var t=arguments.length,o=new Array(t>1?t-1:0),n=1;n<t;n++)o[n-1]=arguments[n];r.emit.apply(r,[e].concat(o))}),r.init(a,n),r.translator.options=r.options,r}}]),o}(b);const z=new H;function W(e,t,o){function n(e){return e&&e.indexOf("###")>-1?e.replace(/###/g,"."):e}for(var a="string"!=typeof t?[].concat(t):t.split(".");a.length>1;){if(!e)return{};var i=n(a.shift());!e[i]&&o&&(e[i]=new o),e=e[i]}return e?{obj:e,k:n(a.shift())}:{}}function K(e,t,o){var n=W(e,t,Object);n.obj[n.k]=o}function G(e,t){var o=W(e,t),n=o.obj,a=o.k;if(n)return n[a]}var q=new RegExp("{{(.+?)}}","g");function _(e){return null==e?"":""+e}function Y(e,t,o){var n,a;function i(e){return e.replace(/\$/g,"$$$$")}for(;n=q.exec(e);)"string"!=typeof(a=n[1].trim())&&(a=_(a)),a||(a=""),a=i(a),e=e.replace(n[0],t[a]||a),q.lastIndex=0;return e}function Z(e,t){return t.reduce(function(t,o){if(t)return t;if(!e||!e[o]||"string"!=typeof e[o]||!e[o].toLowerCase()===o.toLowerCase()){var n='i18next-locize-backend :: got "'.concat(e[o],'" in options for ').concat(o," which is invalid.");return console.warn(n),n}return!1},!1)}function X(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),o.push.apply(o,n)}return o}function Q(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?X(Object(o),!0).forEach(function(t){a(e,t,o[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):X(Object(o)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))})}return e}function ee(e,t,o,n,a){try{var i=new(XMLHttpRequest||ActiveXObject)("MSXML2.XMLHTTP.3.0");i.open(n?"POST":"GET",e,1),t.crossDomain||i.setRequestHeader("X-Requested-With","XMLHttpRequest"),t.authorize&&t.apiKey&&i.setRequestHeader("Authorization",t.apiKey),(n||t.setContentTypeJSON)&&i.setRequestHeader("Content-type","application/json"),i.onreadystatechange=function(){i.readyState>3&&o&&o(i.responseText,i)},i.send(JSON.stringify(n))}catch(e){"undefined"!=typeof window&&window.console&&console.log(e)}}var te=function(){function e(t,o,n){r(this,e),t&&t.projectId?this.init(null,t,{},o):this.init(null,o,{},n),this.type="backend"}return l(e,[{key:"init",value:function(e){var t=this,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,a=arguments.length>3?arguments[3]:void 0;this.options=Q({},{loadPath:"https://api.locize.io/{{projectId}}/{{version}}/{{lng}}/{{ns}}",privatePath:"https://api.locize.io/private/{{projectId}}/{{version}}/{{lng}}/{{ns}}",pullPath:"https://api.locize.io/pull/{{projectId}}/{{version}}/{{lng}}/{{ns}}",getLanguagesPath:"https://api.locize.io/languages/{{projectId}}",addPath:"https://api.locize.io/missing/{{projectId}}/{{version}}/{{lng}}/{{ns}}",updatePath:"https://api.locize.io/update/{{projectId}}/{{version}}/{{lng}}/{{ns}}",referenceLng:"en",crossDomain:!0,setContentTypeJSON:!1,version:"latest",pull:!1,private:!1,whitelistThreshold:.9,failLoadingOnEmptyJSON:!1,allowedAddOrUpdateHosts:["localhost"],onSaved:!1},{},this.options,{},o),this.services=e,this.options.pull&&console.warn("deprecated: pull will be removed in future versions and should be replaced with locize private versions");var i,r,s,l,u="undefined"!=typeof window&&window.location&&window.location.hostname;u?(this.isAddOrUpdateAllowed="function"==typeof this.options.allowedAddOrUpdateHosts?this.options.allowedAddOrUpdateHosts(u):this.options.allowedAddOrUpdateHosts.indexOf(u)>-1,n.saveMissing&&!this.isAddOrUpdateAllowed&&e&&e.logger&&e.logger.warn('locize-backend: will not save missings because the host "'.concat(u,'" was not in the list of allowedAddOrUpdateHosts: ').concat(this.options.allowedAddOrUpdateHosts.join(", ")," (matches need to be exact)."))):this.isAddOrUpdateAllowed=!0,"function"==typeof a&&this.getOptions(function(e,n){if(e)return a(e);t.options.referenceLng=o.referenceLng||n.referenceLng||t.options.referenceLng,a(null,n)}),this.queuedWrites={},this.debouncedProcess=(i=this.process,r=1e4,function(){var e=this,t=arguments,o=s&&!l;clearTimeout(l),l=setTimeout(function(){l=null,s||i.apply(e,t)},r),o&&i.apply(e,t)})}},{key:"getLanguages",value:function(e){var t=Z(this.options,["projectId"]);if(t)return e(new Error(t));var o=Y(this.options.getLanguagesPath,{projectId:this.options.projectId});this.loadUrl(o,{},e)}},{key:"getOptions",value:function(e){var t=this;this.getLanguages(function(o,n){if(o)return e(o);var a=Object.keys(n);if(!a.length)return e(new Error("was unable to load languages via API"));var i=a.reduce(function(e,t){return n[t].isReferenceLanguage&&(e=t),e},""),r=a.reduce(function(e,o){var a=n[o];return a.translated[t.options.version]&&a.translated[t.options.version]>=t.options.whitelistThreshold&&e.push(o),e},[]),s=a.reduce(function(e,t){return t.indexOf("-")>-1||e},!1);e(null,{fallbackLng:i,referenceLng:i,whitelist:r,load:s?"all":"languageOnly"})})}},{key:"read",value:function(e,t,o){var n,a={};if(this.options.private){var i=Z(this.options,["projectId","version","apiKey"]);if(i)return o(new Error(i),!1);n=Y(this.options.privatePath,{lng:e,ns:t,projectId:this.options.projectId,version:this.options.version}),a={authorize:!0}}else if(this.options.pull){var r=Z(this.options,["projectId","version","apiKey"]);if(r)return o(new Error(r),!1);n=Y(this.options.pullPath,{lng:e,ns:t,projectId:this.options.projectId,version:this.options.version}),a={authorize:!0}}else{var s=Z(this.options,["projectId","version"]);if(s)return o(new Error(s),!1);n=Y(this.options.loadPath,{lng:e,ns:t,projectId:this.options.projectId,version:this.options.version})}this.loadUrl(n,a,o)}},{key:"loadUrl",value:function(e,t,o){var n=this;ee(e,Q({},this.options,{},t),function(t,a){if(a.status>=500&&a.status<600)return o("failed loading "+e,!0);if(a.status>=400&&a.status<500)return o("failed loading "+e,!1);var i,r;try{i=JSON.parse(t)}catch(t){r="failed parsing "+e+" to json"}return r?o(r,!1):n.options.failLoadingOnEmptyJSON&&!Object.keys(i).length?o("loaded result empty for "+e,!1):void o(null,i)})}},{key:"create",value:function(e,t,o,n,a,i){var r=this;a||(a=function(){});var s=Z(this.options,["projectId","version","apiKey","referenceLng"]);return s?a(new Error(s)):this.isAddOrUpdateAllowed?("string"==typeof e&&(e=[e]),e.filter(function(e){return e===r.options.referenceLng}).length<1&&this.services&&this.services.logger&&this.services.logger.warn('locize-backend: will not save missings because the reference language "'.concat(this.options.referenceLng,'" was not in the list of to save languages: ').concat(e.join(", ")," (open your site in the reference language to save missings).")),void e.forEach(function(e){e===r.options.referenceLng&&r.queue.call(r,r.options.referenceLng,t,o,n,a,i)})):a("host is not allowed to create key.")}},{key:"update",value:function(e,t,o,n,a,i){var r=this;a||(a=function(){});var s=Z(this.options,["projectId","version","apiKey","referenceLng"]);return s?a(new Error(s)):this.isAddOrUpdateAllowed?(i||(i={}),"string"==typeof e&&(e=[e]),i.isUpdate=!0,void e.forEach(function(e){e===r.options.referenceLng&&r.queue.call(r,r.options.referenceLng,t,o,n,a,i)})):a("host is not allowed to update key.")}},{key:"write",value:function(e,t){var o=this;if(!G(this.queuedWrites,["locks",e,t])){var n=Y(this.options.addPath,{lng:e,ns:t,projectId:this.options.projectId,version:this.options.version}),a=Y(this.options.updatePath,{lng:e,ns:t,projectId:this.options.projectId,version:this.options.version}),i=G(this.queuedWrites,[e,t]);if(K(this.queuedWrites,[e,t],[]),i.length){K(this.queuedWrites,["locks",e,t],!0);var r=!1,s=!1,l={},u={};i.forEach(function(e){var t=e.options&&e.options.tDescription?{value:e.fallbackValue||"",context:{text:e.options.tDescription}}:e.fallbackValue||"";e.options&&e.options.isUpdate?(s||(s=!0),u[e.key]=t):(r||(r=!0),l[e.key]=t)});var c=0;r&&c++,s&&c++;var p=function(){--c||(K(o.queuedWrites,["locks",e,t],!1),i.forEach(function(e){e.callback&&e.callback()}),o.options.onSaved&&o.options.onSaved(e,t),o.debouncedProcess(e,t))};c||p(),r&&ee(n,Q({},{authorize:!0},{},this.options),function(e,t){p()},l),s&&ee(a,Q({},{authorize:!0},{},this.options),function(e,t){p()},u)}}}},{key:"process",value:function(){var e=this;Object.keys(this.queuedWrites).forEach(function(t){"locks"!==t&&Object.keys(e.queuedWrites[t]).forEach(function(o){e.queuedWrites[t][o].length&&e.write(t,o)})})}},{key:"queue",value:function(e,t,o,n,a,i){var r,s,l,u,c,p;r=this.queuedWrites,s={key:o,fallbackValue:n||"",callback:a,options:i},u=W(r,[e,t],Object),c=u.obj,p=u.k,c[p]=c[p]||[],l&&(c[p]=c[p].concat(s)),l||c[p].push(s),this.debouncedProcess()}}]),e}();te.type="backend";const oe=te;function ne(e,t){return t.reduce(function(t,o){if(t)return t;if(!e||!e[o]||"string"!=typeof e[o]||!e[o].toLowerCase()===o.toLowerCase()){var n='i18next-lastused :: got "'+e[o]+'" in options for '+o+" which is invalid.";return console.warn(n),n}return!1},!1)}var ae=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e};var ie={init:function(e){var t=e.t&&"function"==typeof e.t;this.options=ae({},{lastUsedPath:"https://api.locize.io/used/{{projectId}}/{{version}}/{{lng}}/{{ns}}",referenceLng:"en",crossDomain:!0,setContentTypeJSON:!1,version:"latest",debounceSubmit:9e4,allowedHosts:["localhost"]},this.options,t?e.options.locizeLastUsed:e);var o,n,a,i,r=window.location&&window.location.hostname;this.isAllowed=!r||this.options.allowedHosts.indexOf(r)>-1,this.submitting=null,this.pending={},this.done={},this.submit=(o=this.submit,n=this.options.debounceSubmit,function(){var e=this,t=arguments,r=a&&!i;clearTimeout(i),i=setTimeout(function(){i=null,a||o.apply(e,t)},n),r&&o.apply(e,t)}),t&&this.interceptI18next(e)},interceptI18next:function(e){var t=this,o=e.services.resourceStore.getResource;e.services.resourceStore.getResource=function(n,a,i,r){return i&&t.used(a,i),o.call(e.services.resourceStore,n,a,i,r)}},used:function(e,t){var o=this;["pending","done"].forEach(function(n){o.done[e]&&o.done[e][t]||(o[n][e]||(o[n][e]={}),o[n][e][t]=!0)}),this.submit()},submit:function(){var e=this;if(this.isAllowed){if(this.submitting)return this.submit();var t=ne(this.options,["projectId","version","apiKey","referenceLng"]);if(t)return callback(new Error(t));this.submitting=this.pending,this.pending={};var o=Object.keys(this.submitting),n=o.length,a=function(){--n||(e.submitting=null)};o.forEach(function(t){var o,n,i,r,s=Object.keys(e.submitting[t]),l=(o=e.options.lastUsedPath,n=["projectId","version","lng","ns"],i=ae({},e.options,{lng:e.options.referenceLng,ns:t}),r=o,n.forEach(function(e){var t=new RegExp("{{"+e+"}}","g");r=r.replace(t,i[e])}),r);s.length?function(e,t,o,n){try{var a=new(XMLHttpRequest||ActiveXObject)("MSXML2.XMLHTTP.3.0");a.open(n?"POST":"GET",e,1),t.crossDomain||a.setRequestHeader("X-Requested-With","XMLHttpRequest"),t.authorize&&t.apiKey&&a.setRequestHeader("Authorization",t.apiKey),(n||t.setContentTypeJSON)&&a.setRequestHeader("Content-type","application/json"),a.onreadystatechange=function(){a.readyState>3&&o&&o(a.responseText,a)},a.send(JSON.stringify(n))}catch(e){window.console&&window.console.log(e)}}(l,ae({authorize:!0},e.options),function(e,t){a()},s):a()})}},type:"3rdParty"};const re=ie;function se(t){var o,n,a={top:0,left:0,right:0,bottom:0},i=t&&t.ownerDocument;if(!(o=i&&i.documentElement))return a;"undefined"!==e(t.getBoundingClientRect)&&(a=t.getBoundingClientRect()),n=function(e){return null!=(t=e)&&t===t.window?e:9===e.nodeType&&e.defaultView;var t}(i);var r=a.top+n.pageYOffset-o.clientTop,s=a.left+n.pageXOffset-o.clientLeft;return{top:r,left:s,right:s+(a.right-a.left),bottom:r+(a.bottom-a.top)}}function le(e,t){var o=e,n=void 0!==t.options.nsSeparator?t.options.nsSeparator:":";if(e.indexOf(n)>-1){var a=e.split(n);a.shift(),o=a.join(n)}return o}function ue(e,t,o){var n=o.options.defaultNS,a=o.options.nsSeparator||":";if(e.indexOf(a)>-1)n=e.split(a)[0];else{var i;!function e(t){var o=t.getAttribute&&t.getAttribute("i18next-options");if(o||(o=t.getAttribute&&t.getAttribute("data-i18next-options")),o||(o=t.getAttribute&&t.getAttribute("i18n-options")),o||(o=t.getAttribute&&t.getAttribute("data-i18n-options")),o){var n={};try{n=JSON.parse(o)}catch(e){}n.ns&&(i=n.ns)}i||(i=t.getAttribute&&t.getAttribute("i18next-ns")),i||(i=t.getAttribute&&t.getAttribute("data-i18next-ns")),i||(i=t.getAttribute&&t.getAttribute("i18n-ns")),i||(i=t.getAttribute&&t.getAttribute("data-i18n-ns")),!i&&t.parentElement&&e(t.parentElement)}(t),i&&(n=i)}return n}function ce(e){for(var t=window.location.search.substring(1).split("&"),o=0;o<t.length;o++){var n=t[o].split("=");if(n[0]==e)return n[1]}return!1}var pe='font-family: "Helvetica", "Arial", sans-serif; font-size: 14px; color: #fff; border: none; font-weight: 300; height: 30px; line-height: 30px; padding: 0; text-align: center; min-width: 90px; text-decoration: none; text-transform: uppercase; text-overflow: ellipsis; white-space: nowrap; outline: none; cursor: pointer;';var de={url:"https://www.locize.io",openDashboard:!1,enabled:!1,enableByQS:"locize",toggleKeyCode:24,toggleKeyModifier:"ctrlKey",lngOverrideQS:"useLng",lngOverride:null,hasNamespacePrefixed:!1,autoOpen:!0,onEditorSaved:function(e,t){},mode:ce("locizeMode")||"iframe",iframeContainerStyle:"z-index: 2147480000; position: fixed; top: 0; right: 0; bottom: 0; width: 600px; box-shadow: -3px 0 5px 0 rgba(0,0,0,0.5);",iframeStyle:"height: 100%; width: 600px; border: none;",bodyStyle:"margin-right: 605px;"};var me={type:"3rdParty",init:function(e){var t,o=this;e&&!e.init&&(e={languages:[(t=e).lng],nsSeparator:t.nsSeparator||":",options:{editor:t,backend:t,defaultNS:t.defaultNS}}),this.enabled=!1,this.i18next=e,this.options=i({},de,e.options.editor),this.handler=this.handler.bind(this),this.handleSavedMissing=this.handleSavedMissing.bind(this),(this.options.enabled||this.options.enableByQS&&"true"===ce(this.options.enableByQS))&&setTimeout(function(){o.options.autoOpen&&o.open()},500),document.addEventListener("keypress",function(e){e[o.options.toggleKeyModifier]&&e.which===o.options.toggleKeyCode&&(o.enabled?o.off():o.on())}),window.addEventListener("message",function(e){e.data[o.options.toggleKeyModifier]&&e.data.which===o.options.toggleKeyCode&&(o.enabled?o.off():o.on()),"savedSegments"===e.data.type&&o.options.onEditorSaved(e.data.lng,e.data.ns)})},handler:function(e){var t=this,o=function(e){if(e.srcElement&&1===e.srcElement.nodeType)return e.srcElement.getAttribute&&""===e.srcElement.getAttribute("ignorelocizeeditor")?null:e.srcElement;var t;if(e.originalEvent&&e.originalEvent.explicitOriginalTarget)t=e.originalEvent.explicitOriginalTarget;else{var o=e.srcElement;if(o.getAttribute&&""===o.getAttribute("ignorelocizeeditor"))return null;for(var n,a=e.pageX,i=e.pageY,r=(se(o),0),s=0;s<o.childNodes.length;s++){var l=o.childNodes[s],u=se(l);1===l.nodeType&&u.bottom<i&&(r=s+1),!n&&u.top+(l.clientHeight||0)>i&&(n=s)}r+1>o.childNodes.length&&(r=o.childNodes.length-1),n||(n=o.childNodes.length);for(var c=r;c<n;c++){var p=o.childNodes[c];if(se(p).left>a)break;p&&8!==p.nodeType&&(t=p)}}return t}(e);if(o){e.preventDefault(),e.stopPropagation();var n=o.textContent||o.text&&o.text.innerText||o.placeholder;if("string"==typeof n){var a=n.replace(/\n +/g,"").trim(),i=function(){var e={message:"searchForKey",projectId:t.i18next.options.backend.projectId,version:t.i18next.options.backend.version||"latest",lng:ce(t.options.lngOverrideQS)||t.options.lngOverride||t.i18next.languages[0],ns:ue(a,o,t.i18next),token:t.options.hasNamespacePrefixed?le(a,t.i18next):a};if(e.lng&&"cimode"!==e.lng.toLowerCase()||(e.lng=t.i18next.options.backend.referenceLng),t.options.handler)return t.options.handler(e);t.locizeInstance.postMessage(e,t.options.url),t.locizeInstance.focus()};this.options.autoOpen&&("iframe"!==this.options.mode&&!this.locizeInstance||this.locizeInstance.closed)?(this.open(),setTimeout(function(){i()},3e3)):i()}}},handleSavedMissing:function(e,t){if(this.locizeInstance&&!this.locizeInstance.closed){var o={message:"savedMissings",projectId:this.i18next.options.backend.projectId,version:this.i18next.options.backend.version||"latest",lng:e,ns:t};this.locizeInstance.postMessage(o,this.options.url)}},open:function(){var e=this.options.url;this.options.openDashboard||(e="".concat(e,"/pid/").concat(this.options.projectId||this.i18next.options.backend.projectId,"/v/").concat(this.i18next.options.backend.version||"latest")),"iframe"===this.options.mode?this.locizeInstance=function(e,t){var o=document.createElement("div");o.setAttribute("style",t.iframeContainerStyle),o.setAttribute("ignorelocizeeditor",""),o.setAttribute("translated","");var n=document.createElement("iframe");n.setAttribute("style",t.iframeStyle),n.setAttribute("ignorelocizeeditor",""),n.setAttribute("translated",""),n.setAttribute("src",e),o.appendChild(n),document.body.appendChild(o);var a=document.body.getAttribute("style");return document.body.setAttribute("style","".concat(a,"; ").concat(t.bodyStyle)),n.contentWindow}(e,this.options):this.locizeInstance=window.open(e),this.toggleUI=function(e,t){var o=document.createElement("div");o.setAttribute("style",'z-index: 2147483647; font-family: "Helvetica", "Arial", sans-serif; position: fixed; bottom: 20px; right: 20px; padding: 10px; background-color: #fff; border: solid 1px #1976d2; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);'),o.setAttribute("ignorelocizeeditor",""),o.setAttribute("translated","");var n=document.createElement("h4");n.id="locize-title",n.innerHTML="locize editor",n.setAttribute("style",'font-family: "Helvetica", "Arial", sans-serif; font-size: 14px; margin: 0 0 5px 0; color: #1976d2; font-weight: 300;'),n.setAttribute("ignorelocizeeditor",""),o.appendChild(n);var a=document.createElement("button");a.innerHTML="On",a.setAttribute("style","".concat(pe," display: none; background-color: #54A229;")),a.onclick=t,a.setAttribute("ignorelocizeeditor",""),o.appendChild(a);var i=document.createElement("button");return i.innerHTML="Off",i.setAttribute("style","".concat(pe," display: none; background-color: #D50000;")),i.onclick=e,i.setAttribute("ignorelocizeeditor",""),o.appendChild(i),document.body.appendChild(o),function(e){a.style.display=e?"block":"none",i.style.display=e?"none":"block"}}(this.on.bind(this),this.off.bind(this),this.options),this.on()},on:function(){document.body.addEventListener("click",this.handler,!0),this.toggleUI(!0),this.enabled=!0},off:function(){document.body.removeEventListener("click",this.handler,!0),this.toggleUI(!1),this.enabled=!1}};const ge=me;var fe=o(414),he=o.n(fe);var ye=o(326);o(741);Object.create(null);var ve=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,Se={"&amp;":"&","&#38;":"&","&lt;":"<","&#60;":"<","&gt;":">","&#62;":">","&apos;":"'","&#39;":"'","&quot;":'"',"&#34;":'"',"&nbsp;":" ","&#160;":" ","&copy;":"©","&#169;":"©","&reg;":"®","&#174;":"®","&hellip;":"…","&#8230;":"…","&#x2F;":"/","&#47;":"/"},be=function(e){return Se[e]};function ke(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),o.push.apply(o,n)}return o}function we(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ke(Object(o),!0).forEach(function(t){a(e,t,o[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ke(Object(o)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))})}return e}var Ce={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:function(e){return e.replace(ve,be)}};var Oe={type:"3rdParty",init:function(e){!function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};Ce=we(we({},Ce),e)}(e.options.react),function(e){0}(e)}};(0,ye.createContext)(),function(){function e(){r(this,e),this.usedNamespaces={}}l(e,[{key:"addUsedNamespaces",value:function(e){var t=this;e.forEach(function(e){t.usedNamespaces[e]||(t.usedNamespaces[e]=!0)})}},{key:"getUsedNamespaces",value:function(){return Object.keys(this.usedNamespaces)}}])}();const Ne=!1,Te={order:["querystring","cookie","localStorage","navigator","htmlTag","path","subdomain"],lookupQuerystring:"lng",lookupCookie:"i18next",lookupLocalStorage:"i18nextLng",lookupFromPathIndex:0,lookupFromSubdomainIndex:0,caches:["localStorage","cookie"],excludeCacheFor:["cimode"],htmlTag:document.documentElement},Pe=(e,t="log")=>{Ne},Me={ar:"Arabic",am:"Amharic",bg:"Bulgarian",bn:"Bengali",ca:"Catalan",cs:"Czech",da:"Danish",de:"German",el:"Greek",en:"English","en-GB":"English (Great Britain)","en-US":"English (USA)",es:"Spanish",et:"Estonian",fa:"Persian",fi:"Finnish",fil:"Filipino",fr:"French",gu:"Gujarati",he:"Hebrew",hi:"Hindi",hr:"Croatian",hu:"Hungarian",id:"Indonesian",it:"Italian",ja:"Japanese","ja-JP":"Japanese (Japan)",kn:"Kannada",ko:"Korean",lt:"Lithuanian",lv:"Latvian",ml:"Malayalam",mr:"Marathi",ms:"Malay",nl:"Dutch",no:"Norwegian",pl:"Polish","pt-BR":"Portuguese (Brazil)","pt-PT":"Portuguese (Portugal)",ro:"Romanian",ru:"Russian",sk:"Slovak",sl:"Slovenian",sr:"Serbian",sv:"Swedish",sw:"Swahili",ta:"Tamil",te:"Telugu",th:"Thai",tr:"Turkish","tr-TR":"Turkish (Turkey)",uk:"Ukrainian",vi:"Vietnamese",zh:"Chinese","zh-CN":"Chinese (China)","zh-TW":"Chinese (Taiwan)","test-LNG":"Test Language"},xe=e=>Me[e];const Re={"tr-TR":{AboutModal:JSON.parse('{"About OHIF Viewer":"OHIF Viewer - Hakkında","Browser":"Tarayıcı","Build number":"Derleme Numarası","Last master commits":"Son Kaynak Kod Güncellemesi","More details":"Daha Fazla Detay","Name":"İsim","OS":"İşletim Sistemi","Report an issue":"Sorun Bildir","Repository URL":"Kaynak Kod URL","Value":"Değer","Version information":"Sürüm Bilgisi","Visit the forum":"Forumu ziyaret et"}'),Buttons:JSON.parse('{"Acquired":"Edinilen","Angle":"Açı","Axial":"Eksenel","Bidirectional":"Çift Yönlü","Brush":"Fırça","CINE":"CINE","Cancel":"Vazgeç","Circle":"Daire","Clear":"Temizle","Coronal":"Koronal","Crosshairs":"Kesişim","Download":"İndir","Ellipse":"Elips","Elliptical":"Eliptik","Flip H":"Çevir D","Flip V":"Çevir Y","Freehand":"Serbest El","Invert":"Tersini Çevir","Layout":"$t(Common:Layout)","Length":"Uzunluk","Levels":"Seviyeler","Magnify":"Büyüt","Manual":"Manuel","Measurements":"Ölçümler","More":"$t(Common:More)","Next":"$t(Common:Next)","Pan":"Tut","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"İncele","ROI Window":"ROI Penceresi","Rectangle":"Diktörtgen","Reset":"$t(Common:Reset)","Reset to defaults":"Varsayılana $t(Common:Reset)","Rotate Right":"Sağa Döndür","Sagittal":"Sagital","Save":"Kaydet","Stack Scroll":"Yığın Kaydırma","Stop":"$t(Common:Stop)","Themes":"Temalar","Zoom":"Yakınlaştır"}'),CineDialog:JSON.parse('{"Next image":"$t(Common:Next) $t(Common:Image)","Play / Stop":"$t(Common:Play) / $t(Common:Stop)","Previous image":"$t(Common:Previous) $t(Common:Image)","Skip to first image":"İlk $t(Common:Image) Geç","Skip to last image":"Son $t(Common:Image) Geç","fps":"fps"}'),Common:JSON.parse('{"Close":"Kapat","Image":"Görüntü","Layout":"Düzen","Measurements":"Ölçümler","More":"Daha Fazla","Next":"Sonraki","Play":"Oynat","Previous":"Önceki","Reset":"Sıfırla","RowsPerPage":"Sayfa başına satır","Series":"Seriler","Show":"Göster","Stop":"Durdur","StudyDate":"Çalışma Zamanı"}'),DatePicker:JSON.parse('{"Clear dates":"Tarihleri Temizle","End Date":"Bitiş Tarih","Start Date":"Başlangıç Tarihi"}'),Header:JSON.parse('{"About":"Hakkında","Back to Viewer":"Görüntüleyiciye Dön","INVESTIGATIONAL USE ONLY":"SADECE ARAŞTIRMA AMAÇLI KULLANIM","Options":"Seçenekler","Preferences":"Tercihler","Study list":"Çalışma Listesi"}'),MeasurementTable:JSON.parse('{"Criteria nonconformities":"Kriter uygunsuzlukları","Delete":"Sil","Description":"Açıklama","MAX":"Enfazla","NonTargets":"Hedefsiz","Relabel":"Tekrar Etiketle","Targets":"Hedefler"}'),StudyList:JSON.parse('{"AccessionNumber":"Accession #","Empty":"Boş","MRN":"MRN","Modality":"Modalite","PatientName":"Hasta Adı","StudyDate":"Çalışma Zamanı","Description":"Açıklama","StudyList":"Çalışma Listesi"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","No hotkeys found":"Bu uygulama için hiçbir kısayol tuşu yapılandırılmamış. Kısayol tuşları, uygulamanın app-config.js dosyasında yapılandırılabilir.","Reset to defaults":"$t(Buttons:Reset to defaults)","ResetDefaultMessage":"Tercihler başarıyla varsayılana sıfırlandı. <br /> Bu eylemi gerçekleştirmek için <strong>Kaydetmelisiniz</strong>.","Save":"$t(Buttons:Save)","SaveMessage":"Tercihler kaydedildi","User preferences":"Kullanıcı tercihleri"}'),ViewportDownloadForm:JSON.parse('{"emptyFilenameError":"Dosya adı boş olamaz.","fileType":"Dosya Tipi","filename":"Dosya Adı","formTitle":"Lütfen çıktı görüntüsü için boyutları, dosya adını ve istediğiniz türü belirtin.","imageHeight":"Görüntü Yüksekliği (px)","imagePreview":"Görüntü Önizleme","imageWidth":"Görüntü Genişliği (px)","keepAspectRatio":"En-boy oranını koru","loadingPreview":"Görüntü Önzilemesi Yükleniyor...","minHeightError":"Minimum geçerli yükseklik 100 pikseldir.","minWidthError":"Minimum geçerli genişlik 100 pikseldir.","showAnnotations":"Ek Açıklamaları Göster"}')}},De={...{ar:{AboutModal:JSON.parse('{"About OHIF Viewer":"حول عارض OHIF","Browser":"المتصفح","Build number":"رقم الإصدار","Commit hash":"بصمة الـ Commit","Data citation":"اقتباس البيانات","Important links":"روابط مهمة","Last master commits":"آخر تحديثات Master","More details":"تفاصيل أكثر","Name":"الاسم","OS":"نظام التشغيل","Report an issue":"الإبلاغ عن مشكلة","Repository URL":"رابط المستودع","Value":"القيمة","Version information":"معلومات الإصدار","Version number":"رقم الإصدار","Visit the forum":"زيارة المنتدى"}'),Buttons:JSON.parse('{"Acquired":"مكتسب","Angle":"زاوية","Annotation":"تعليق توضيحي","Axial":"محوري","Bidirectional":"ثنائي الاتجاه","Brush":"فرشاة","Cine":"عرض سينمائي","CINE":"عرض سينمائي","Cancel":"إلغاء","Capture":"التقاط","Circle":"دائرة","Clear":"مسح","Coronal":"إكليلي","Crosshairs":"خطوط متقاطعة","Download":"تنزيل","Ellipse":"شكل بيضاوي","Elliptical":"بيضاوي","Flip H":"قلب أفقي","Flip Horizontally":"قلب أفقيًا","Flip V":"قلب رأسي","Freehand":"يدوي حر","Grid Layout":"تخطيط شبكي","Invert":"عكس","Layout":"تخطيط","Length":"طول","Levels":"مستويات","Magnify":"تكبير","Manual":"يدوي","Measurements":"قياسات","More":"المزيد","More Tools":"أدوات إضافية","Next":"التالي","Pan":"تحريك","Play":"تشغيل","Previous":"السابق","Probe":"مسبار","ROI Window":"نافذة منطقة الاهتمام","Rectangle":"مستطيل","Reference Lines":"خطوط مرجعية","Reset":"إعادة ضبط","Reset to defaults":"إعادة الضبط إلى الإعدادات الافتراضية","Rotate Right":"تدوير لليمين","Sagittal":"سهمي","Save":"حفظ","Stack Scroll":"تمرير متسلسل","Stack Image Sync":"مزامنة الصور المتسلسلة","Stop":"إيقاف","Themes":"سمات","Zoom":"تكبير/تصغير"}'),CineDialog:JSON.parse('{"Next image":"الصورة التالية","Play / Stop":"تشغيل / إيقاف","Previous image":"الصورة السابقة","Skip to first image":"الانتقال إلى الصورة الأولى","Skip to last image":"الانتقال إلى الصورة الأخيرة","fps":"إطار/ثانية"}'),Common:JSON.parse('{"Back to":"العودة إلى {{location}}","Close":"غلق","Image":"صورة","Layout":"تصميم","LOAD":"حمل","Measurements":"قياسات","mm":"مم","More":"المزيد","Next":"التالي","No":"لا","NoStudyDate":"لا يوجد تاريخ للدراسة","Play":"تشغيل","Previous":"السابق","Reset":"إعادة ضبط","RowsPerPage":"صفوف لكل صفحة","Series":"سلسلة","Show":"إظهار","Stop":"إيقاف","StudyDate":"تاريخ الدراسة","Yes":"نعم"}'),DataSourceConfiguration:JSON.parse('{"Configure Data Source":"إعداد مصدر البيانات","Data set":"مجموعة بيانات","DICOM store":"مستودع دايكوم","Location":"موقع","Project":"مشروع","Error fetching Data set list":"خطأ في جلب قائمة مجموعات البيانات","Error fetching DICOM store list":"خطأ في جلب قائمة مستودعات دايكوم","Error fetching Location list":"خطأ في جلب قائمة المواقع","Error fetching Project list":"خطأ في جلب قائمة المشاريع","No Project available":"لا توجد مشاريع متاحة","No Location available":"لا توجد مواقع متاحة","No Data set available":"لا توجد مجموعات بيانات متاحة","No DICOM store available":"لا توجد مستودعات دايكوم متاحة","Select":"اختار","Search Data set list":"بحث في قائمة مجموعات البيانات","Search DICOM store list":"بحث في قائمة مستودعات دايكوم","Search Location list":"بحث في قائمة المواقع","Search Project list":"بحث في قائمة المشاريع","Select Data set":"اختار مجموعة بيانات","Select DICOM store":"اختار مستودع دايكوم","Select Location":"اختار موقع","Select Project":"اختار مشروع"}'),DatePicker:JSON.parse('{"Clear dates":"مسح التواريخ","Close":"إغلاق","End Date":"تاريخ الانتهاء","Last 7 days":"آخر 7 أيام","Last 30 days":"آخر 30 يومًا","Start Date":"تاريخ البدء","Today":"اليوم"}'),ErrorBoundary:JSON.parse('{"Context":"السياق","Error Message":"رسالة الخطأ","Something went wrong":"حدث خطأ ما","in":"في","Sorry, something went wrong there. Try again.":"عذرًا، حدث خطأ ما. يُرجى المحاولة مرة أخرى.","Stack Trace":"تتبّع المكدس"}'),Header:JSON.parse('{"About":"حول","Back to Viewer":"العودة إلى العارض","INVESTIGATIONAL USE ONLY":"للاستخدام التجريبي فقط","Options":"خيارات","Preferences":"التفضيلات","Study list":"قائمة الدراسات","Logout":"تسجيل الخروج"}'),HotkeysValidators:JSON.parse('{"Field can\'t be empty":"لا يمكن ترك الحقل فارغًا","Hotkey is already in use":"اختصار \\"{{pressedKeys}}\\" مستخدم بالفعل في \\"{{action}}\\".","It\'s not possible to define only modifier keys (ctrl, alt and shift) as a shortcut":"لا يمكن تعريف مفاتيح التعديل فقط (ctrl، alt و shift) كاختصار","Shortcut combination is not allowed":"تركيبة الاختصار {{pressedKeys}} غير مسموح بها"}'),MeasurementTable:JSON.parse('{"Criteria nonconformities":"معايير عدم المطابقة","Delete":"حذف","Description":"الوصف","MAX":"الحد الأقصى","Measurements":"القياسات","No, do not ask again":"لا، لا تسأل مرة أخرى","NonTargets":"غير مستهدفة","Relabel":"إعادة تسمية","Targets":"أهداف","Track measurements for this series?":"هل تريد تتبع القياسات لهذه السلسلة؟","Do you want to add this measurement to the existing report?":"هل تريد إضافة هذا القياس إلى التقرير الحالي؟","You have existing tracked measurements. What would you like to do with your existing tracked measurements?":"لديك قياسات متتبعة موجودة. ماذا تريد أن تفعل بها؟","Measurements cannot span across multiple studies. Do you want to save your tracked measurements?":"لا يمكن أن تمتد القياسات عبر دراسات متعددة. هل تريد حفظ القياسات المتتبعة؟","Do you want to continue tracking measurements for this study?":"هل تريد متابعة تتبع القياسات لهذه الدراسة؟","Do you want to open this Segmentation?":"هل تريد فتح هذا التجزئة؟","There are unsaved measurements. Do you want to save it?":"هناك قياسات غير محفوظة. هل تريد حفظها؟"}'),Modes:JSON.parse('{"Basic Dev Viewer":"عارض التطوير الأساسي","Basic Test Mode":"وضع الاختبار الأساسي","Basic Viewer":"العارض الأساسي","Microscopy":"المجهرية","Segmentation":"التجزئة/التقسيم","Total Metabolic Tumor Volume":"الحجم الأيضي الكلي للورم"}'),SegmentationTable:JSON.parse('{"Active":"نشط","Add new segmentation":"إضافة تجزئة جديدة","Add segment":"إضافة مقطع","Add segmentation":"إضافة تجزئة","Delete":"حذف","Display inactive segmentations":"عرض التجزئات غير النشطة","Export DICOM SEG":"تصدير دايكوم SEG","Download DICOM SEG":"تنزيل دايكوم SEG","Download DICOM RTSTRUCT":"تنزيل دايكوم RTSTRUCT","Fill":"ملء","Inactive segmentations":"تجزئات غير نشطة","Opacity":"العتامة","Outline":"حدود","Rename":"إعادة تسمية","Segmentation":"تجزئة","Size":"الحجم"}'),SidePanel:JSON.parse('{"Measurements":"القياسات","Studies":"الدراسات"}'),StudyBrowser:JSON.parse('{"Primary":"أولي","Recent":"حديث","All":"الكل"}'),StudyItem:JSON.parse('{"Tracked series":"{{trackedSeries}} سلسلة متتبعة"}'),StudyList:JSON.parse('{"AccessionNumber":"رقم التسجيل","ClearFilters":"مسح الفلاتر","Description":"الوصف","Empty":"فارغ","Filter list to 100 studies or less to enable sorting":"قم بتصفية القائمة إلى 100 دراسة أو أقل لتمكين الفرز","Instances":"الصور","Modality":"جهاز التصوير","MRN":"رقم السجل الطبي","Next":"التالي >","No studies available":"لا توجد دراسات متاحة","Number of studies":"عدد الدراسات","Page":"الصفحة","PatientName":"اسم المريض","Previous":"< رجوع","Results per page":"النتائج لكل الصفحة","StudyDate":"تاريخ الدراسة","StudyList":"قائمة الدراسات","Upload":"رفع"}'),TooltipClipboard:JSON.parse('{"Copied":"تم النسخ","Failed to copy":"فشل النسخ"}'),ThumbnailTracked:JSON.parse('{"Series is tracked":"السلسلة متتبعة","Series is untracked":"السلسلة غير متتبعة","Viewport":"منفذ العرض"}'),TrackedCornerstoneViewport:JSON.parse('{"Series is tracked and can be viewed in the measurement panel":"السلسلة متتبعة ويمكن عرضها في جدول القياسات","Measurements for untracked series will not be shown in the measurements panel":"لن تظهر قياسات السلاسل غير المتتبعة في جدول القياسات"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","No hotkeys found":"لا توجد اختصارات معينة لهذا التطبيق. يمكن تكوين الاختصارات في ملف app-config.js الخاص بالتطبيق.","Reset to defaults":"$t(Buttons:Reset to defaults)","ResetDefaultMessage":"تمت إعادة التفضيلات إلى الإعدادات الافتراضية بنجاح. <br /> يجب عليك النقر على <strong>حفظ</strong> لتنفيذ هذا الإجراء.","Save":"$t(Buttons:Save)","SaveMessage":"تم حفظ التفضيلات","User preferences":"تفضيلات المستخدم"}'),ViewportDownloadForm:JSON.parse('{"Export Options":"خيارات التصدير","Transparent Background":"خلفية شفافة","Image Quality":"جودة الصورة"}'),Messages:JSON.parse('{"1":"لا توجد صور صالحة في السلسلة.","2":"مجموعة العرض تفتقد معلومات الموضع.","3":"مجموعة العرض ليست حجمًا ثلاثي الأبعاد قابلًا لإعادة البناء.","4":"مجموعات العرض متعددة الإطارات لا تحتوي على معلومات قياس البكسل.","5":"مجموعات العرض متعددة الإطارات لا تحتوي على معلومات الاتجاه.","6":"مجموعات العرض متعددة الإطارات لا تحتوي على معلومات الموضع.","7":"مجموعة العرض تفتقد بعض الإطارات.","8":"مجموعة العرض تحتوي على تباعد غير منتظم.","9":"مجموعة العرض تحتوي على أبعاد غير متسقة بين الإطارات.","10":"مجموعة العرض تحتوي على إطارات بعدد غير متسق من المكونات.","11":"مجموعة العرض تحتوي على إطارات باتجاهات غير متسقة.","12":"مجموعة العرض تحتوي على معلومات موضع غير متسقة.","13":"مجموعة عرض غير مدعومة.","14":"معرف فئة SOP {{ sopClassUid }} غير مدعوم.","15":"مجموعة العرض تفتقد معرف فئة SOP. يرجى التحقق من الملف.","Display Set Messages":"رسائل مجموعة العرض"}'),WindowLevelActionMenu:JSON.parse('{"Back to Display Options":"العودة إلى خيارات العرض","Modality Presets":"إعدادات {{modality}} المسبقة","Modality Window Presets":"إعدادات نافذة {{modality}} المسبقة"}')}},...Re,...{de:{AboutModal:JSON.parse('{"About OHIF Viewer":"Über OHIF Viewer","Browser":"Browser","Build number":"Build-Nummer","Last master commits":"Letzter Master Commit","More details":"Mehr Details","Name":"Name","OS":"OS","Report an issue":"Ein Problem melden","Repository URL":"Repository URL","Value":"Wert","Version information":"Informationen zur Version","Visit the forum":"Besuchen Sie das Forum"}'),Buttons:JSON.parse('{"Acquired":"Akquiriert","Angle":"Winkel","Axial":"Axial","Bidirectional":"Bidirektional","Brush":"Pinsel","CINE":"CINE","Cancel":"Abbrechen","Circle":"Kreis","Clear":"Leeren","Coronal":"Koronal","Crosshairs":"Fadenkreuz","Download":"Download","Ellipse":"Ellipse","Elliptical":"Elliptisch","Flip Horizontally":"Horizontal spiegeln","Flip Vertically":"Vertikal spiegeln","Freehand":"Freihand","Invert":"Invertieren","Invert Colors":"Invertieren","Layout":"$t(Common:Layout)","Grid Layout":"Rasterlayout","Length":"Länge","Levels":"Level","Window Level":"Helligkeit/Kontrast","Magnify":"Vergrössern","Manual":"Manuell","Measurements":"Messungen","More":"$t(Common:More)","Next":"$t(Common:Next)","Pan":"Schwenken","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"Probe","ROI Window":"ROI Fenster","Rectangle":"Rechteck","Reset":"$t(Common:Reset)","Reset View":"$t(Common:Reset)","Reset to defaults":"Auf Default zurücksetzen","Rotate Right":"Nach rechts drehen","Rotate +90":"Drehen +90","Sagittal":"Sagittal","Save":"Speichern","Stack Scroll":"Stack Scroll","Stop":"$t(Common:Stop)","Themes":"Themen","Zoom":"Zoomen","More Tools":"Weitere Werkzeuge","More Measure Tools":"Weitere Messwerkzeuge"}'),CineDialog:JSON.parse('{"Next image":"Nächstes Bild","Play / Stop":"$t(Common:Play) / $t(Common:Stop)","Previous image":"Vorheriges Bild","Skip to first image":"Zum ersten Bild springen","Skip to last image":"Zum letzten Bild springen","fps":"fps"}'),Common:JSON.parse('{"Close":"Schliessen","Image":"Bild","Layout":"Layout","Measurements":"Messungen","More":"Mehr","Next":"Nächste","Play":"Abspielen","Previous":"Vorherige","Reset":"Zurücksetzen","RowsPerPage":"Zeilen pro Seite","Series":"Serien","Show":"Anzeigen","Stop":"Stoppen","StudyDate":"Studiendatum"}'),DatePicker:JSON.parse('{"Clear dates":"Daten löschen","End Date":"Enddatum","Start Date":"Startdatum"}'),Header:JSON.parse('{"About":"Über","Back to Viewer":"Zurück zum Viewer","INVESTIGATIONAL USE ONLY":"NUR FÜR FORSCHUNGSZWECKE","Options":"Optionen","Preferences":"Einstellungen","Study list":"Studienliste"}'),MeasurementTable:JSON.parse('{"Criteria nonconformities":"Kriterien für Nichtkonformitäten","Delete":"Löschen","Description":"Beschreibung","MAX":"MAX","NonTargets":"NonTargets","Relabel":"Relabel","Targets":"Targets"}'),StudyList:JSON.parse('{"AccessionNumber":"Eingangsnummer","Accession":"Eingangsnummer","Empty":"Leer","MRN":"MRN","Modality":"Modalität","Patient Name":"Patientenname","Study date":"Studiendatum","Description":"Beschreibung","Study list":"Studienliste","Instances":"Instanzen","Number of studies":"Studien"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","No hotkeys found":"Keine Hotkeys gefunden.","Reset to defaults":"$t(Buttons:Reset to defaults)","ResetDefaultMessage":"Einstellungen zurückgesetzt. Bitte speichern.","Save":"$t(Buttons:Save)","SaveMessage":"Gespeichert","User preferences":"Benutzereinstellungen","Language":"Sprache","General":"Allgemein"}'),ViewportDownloadForm:JSON.parse('{"emptyFilenameError":"Der Dateiname darf nicht leer sein.","fileType":"Dateityp","filename":"Dateiname","formTitle":"Bitte geben Sie die Grösse, den Dateinamen und den gewünschten Typ für das Bild an.","imageHeight":"Höhe (px)","imagePreview":"Vorschau","imageWidth":"Breite (px)","keepAspectRatio":"Seitenverhältnis beibehalten","loadingPreview":"Vorschau laden...","minHeightError":"Die Mindesthöhe beträgt 100px.","minWidthError":"Die Mindestbreite beträgt 100px.","showAnnotations":"Annotationen anzeigen"}')}},...{"en-US":{AboutModal:JSON.parse('{"About OHIF Viewer":"About OHIF Viewer","Browser":"Browser","Build number":"Build Number","Commit hash":"Commit hash","Data citation":"Data citation","Important links":"Important links","Last master commits":"Latest Master Commits","More details":"More details","Name":"Name","OS":"OS","Report an issue":"Report an issue","Repository URL":"Repository URL","Value":"Value","Version information":"Version Information","Version number":"Version number","Visit the forum":"Visit the forum"}'),Buttons:JSON.parse('{"Acquired":"Acquired","Angle":"Angle","Annotation":"Annotation","Axial":"Axial","Bidirectional":"Bidirectional","Brush":"Brush","Cine":"Cine","CINE":"CINE","Cancel":"Cancel","Capture":"Capture","Circle":"Circle","Clear":"Clear","Coronal":"Coronal","Crosshairs":"Crosshairs","Download":"Download","Ellipse":"Ellipse","Elliptical":"Elliptical","Flip H":"Flip H","Flip Horizontally":"Flip Horizontally","Flip V":"Flip V","Freehand":"Freehand","Grid Layout":"Grid Layout","Invert":"Invert","Layout":"$t(Common:Layout)","Length":"Length","Levels":"Levels","Magnify":"Magnify","Manual":"Manual","Measurements":"Measurements","More":"$t(Common:More)","More Tools":"More Tools","Next":"$t(Common:Next)","Pan":"Pan","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"Probe","ROI Window":"ROI Window","Rectangle":"Rectangle","Reference Lines":"Reference Lines","Reset":"$t(Common:Reset)","Reset to defaults":"$t(Common:Reset) to Defaults","Rotate Right":"Rotate Right","Sagittal":"Sagittal","Save":"Save","Stack Scroll":"Stack Scroll","Stack Image Sync":"Stack Image Sync","Stop":"$t(Common:Stop)","Themes":"Themes","Zoom":"Zoom"}'),CineDialog:JSON.parse('{"Next image":"$t(Common:Next) $t(Common:Image)","Play / Stop":"$t(Common:Play) / $t(Common:Stop)","Previous image":"$t(Common:Previous) $t(Common:Image)","Skip to first image":"Skip to first $t(Common:Image)","Skip to last image":"Skip to last $t(Common:Image)","fps":"fps"}'),Common:JSON.parse('{"Back to":"Back to {{location}}","Close":"Close","Image":"Image","Layout":"Layout","LOAD":"LOAD","Measurements":"Measurements","mm":"mm","More":"More","Next":"Next","No":"No","NoStudyDate":"No Study Date","Play":"Play","Previous":"Previous","Reset":"Reset","RowsPerPage":"rows per page","Series":"Series","Show":"Show","Stop":"Stop","StudyDate":"Study Date","Yes":"Yes"}'),DataSourceConfiguration:JSON.parse('{"Configure Data Source":"Configure Data Source","Data set":"Data set","DICOM store":"DICOM store","Location":"Location","Project":"Project","Error fetching Data set list":"Error fetching data sets","Error fetching DICOM store list":"Error fetching DICOM stores","Error fetching Location list":"Error fetching locations","Error fetching Project list":"Error fetching projects","No Project available":"No projects available","No Location available":"No locations available","No Data set available":"No data sets available","No DICOM store available":"No DICOM stores available","Select":"Select","Search Data set list":"Search data sets","Search DICOM store list":"Search DICOM stores","Search Location list":"Search locations","Search Project list":"Search projects","Select Data set":"Select a data Set","Select DICOM store":"Select a DICOM store","Select Location":"Select a location","Select Project":"Select a project"}'),DatePicker:JSON.parse('{"Clear dates":"Clear dates","Close":"$t(Common:Close)","End Date":"End Date","Last 7 days":"Last 7 days","Last 30 days":"Last 30 days","Start Date":"Start Date","Today":"Today"}'),ErrorBoundary:JSON.parse('{"Context":"Context","Error Message":"Error Message","Something went wrong":"Something went wrong","in":"in","Sorry, something went wrong there. Try again.":"Sorry, something went wrong there. Try again.","Stack Trace":"Stack Trace"}'),Header:JSON.parse('{"About":"About","Back to Viewer":"Back to Viewer","INVESTIGATIONAL USE ONLY":"INVESTIGATIONAL USE ONLY","Options":"Options","Preferences":"Preferences","Study list":"Study list","Logout":"Logout"}'),HotkeysValidators:JSON.parse('{"Field can\'t be empty":"Field can\'t be empty","Hotkey is already in use":"\\"{{action}}\\" is already using the \\"{{pressedKeys}}\\" shortcut.","It\'s not possible to define only modifier keys (ctrl, alt and shift) as a shortcut":"It\'s not possible to define only modifier keys (ctrl, alt and shift) as a shortcut","Shortcut combination is not allowed":"{{pressedKeys}} shortcut combination is not allowed"}'),MeasurementTable:JSON.parse('{"Criteria nonconformities":"Criteria nonconformities","Delete":"Delete","Description":"Description","MAX":"MAX","Measurements":"Measurements","No, do not ask again":"No, do not ask again","NonTargets":"NonTargets","Relabel":"Relabel","Targets":"Targets","Track measurements for this series?":"Track measurements for this series?","Do you want to add this measurement to the existing report?":"Do you want to add this measurement to the existing report?","You have existing tracked measurements. What would you like to do with your existing tracked measurements?":"You have existing tracked measurements. What would you like to do with your existing tracked measurements?","Measurements cannot span across multiple studies. Do you want to save your tracked measurements?":"Measurements cannot span across multiple studies. Do you want to save your tracked measurements?","Do you want to continue tracking measurements for this study?":"Do you want to continue tracking measurements for this study?","Do you want to open this Segmentation?":"Do you want to open this Segmentation?","There are unsaved measurements. Do you want to save it?":"There are unsaved measurements. Do you want to save it?"}'),Modes:JSON.parse('{"Basic Dev Viewer":"Basic Dev Viewer","Basic Test Mode":"Basic Test Mode","Basic Viewer":"Basic Viewer","Microscopy":"Microscopy","Segmentation":"Segmentation","Total Metabolic Tumor Volume":"Total Metabolic Tumor Volume"}'),SegmentationTable:JSON.parse('{"Active":"Active","Add new segmentation":"Add new segmentation","Add segment":"Add segment","Add segmentation":"Add segmentation","Delete":"Delete","Display inactive segmentations":"Display inactive segmentations","Export DICOM SEG":"Export DICOM SEG","Download DICOM SEG":"Download DICOM SEG","Download DICOM RTSTRUCT":"Download DICOM RTSTRUCT","Fill":"Fill","Inactive segmentations":"Inactive segmentations","Opacity":"Opacity","Outline":"Outline","Rename":"Rename","Segmentation":"Segmentation","Size":"Size"}'),SidePanel:JSON.parse('{"Measurements":"Measurements","Studies":"Studies"}'),StudyBrowser:JSON.parse('{"Primary":"Primary","Recent":"Recent","All":"All"}'),StudyItem:JSON.parse('{"Tracked series":"{{trackedSeries}} Tracked series"}'),StudyList:JSON.parse('{"AccessionNumber":"Accession #","ClearFilters":"Clear Filters","Description":"Description","Empty":"Empty","Filter list to 100 studies or less to enable sorting":"Filter the list to 100 studies or less to enable sorting","Instances":"Instances","Modality":"Modality","MRN":"MRN","Next":"Next >","No studies available":"No studies available","Number of studies":"Number of studies","Page":"Page","PatientName":"Patient Name","Previous":"< Back","Results per page":"Results per page","StudyDate":"Study Date","StudyList":"Study List","Upload":"Upload"}'),TooltipClipboard:JSON.parse('{"Copied":"Copied","Failed to copy":"Failed to copy"}'),ThumbnailTracked:JSON.parse('{"Series is tracked":"Series is tracked","Series is untracked":"Series is untracked","Viewport":"Viewport"}'),TrackedCornerstoneViewport:JSON.parse('{"Series is tracked and can be viewed in the measurement panel":"Series is tracked and can be viewed in the measurement panel","Measurements for untracked series will not be shown in the measurements panel":"Measurements for untracked series will not be shown in the measurements panel"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","No hotkeys found":"No hotkeys are configured for this application. Hotkeys can be configured in the application\'s app-config.js file.","Reset to defaults":"$t(Buttons:Reset to defaults)","ResetDefaultMessage":"Preferences successfully reset to default. <br /> You must <strong>Save</strong> to perform this action.","Save":"$t(Buttons:Save)","SaveMessage":"Preferences saved","User preferences":"User Preferences"}'),ViewportDownloadForm:JSON.parse('{"emptyFilenameError":"The file name cannot be empty.","fileType":"File Type","filename":"File Name","formTitle":"Please specify the dimensions, filename, and desired type for the output image.","imageHeight":"Image height (px)","imagePreview":"Image Preview","imageWidth":"Image width (px)","keepAspectRatio":"Keep aspect ratio","loadingPreview":"Loading Image Preview...","minHeightError":"The minimum valid height is 100px.","minWidthError":"The minimum valid width is 100px.","showAnnotations":"Show Annotations"}'),Messages:JSON.parse('{"1":"No valid instances found in series.","2":"Display set has missing position information.","3":"Display set is not a reconstructable 3D volume.","4":"Multi frame display sets do not have pixel measurement information.","5":"Multi frame display sets do not have orientation information.","6":"Multi frame display sets do not have position information.","7":"Display set has missing frames.","8":"Display set has irregular spacing.","9":"Display set has inconsistent dimensions between frames.","10":"Display set has frames with inconsistent number of components.","11":"Display set has frames with inconsistent orientations.","12":"Display set has inconsistent position information.","13":"Unsupported display set.","14":"SOP Class UID {{ sopClassUid }} is not supported.","15":"Display Set is missing a SOP Class UID. Please check the file.","Display Set Messages":"Display Set Messages"}'),WindowLevelActionMenu:JSON.parse('{"Back to Display Options":"Back to Display Options","Modality Presets":"{{modality}} Presets","Modality Window Presets":"{{modality}} Window Presets"}')}},...{es:{AboutModal:JSON.parse('{"About OHIF Viewer":"Sobre OHIF Viewer","Browser":"Navegador","Build number":"Número de compilación","Last master commits":"Últimos Master Commits","More details":"Más detalles","Name":"Nombre","OS":"SO","Report an issue":"Informar un problema","Repository URL":"URL del repositorio","Value":"Valor","Version information":"Información de la versión","Visit the forum":"Visita el foro"}'),Buttons:JSON.parse('{"Acquired":"Adquirido","Angle":"Ángulo","Axial":"Axial","Bidirectional":"Bidireccional","Brush":"Cepillo","CINE":"CINE","Cancel":"Cancelar","Circle":"Círculo","Clear":"Limpiar","Coronal":"Coronal","Crosshairs":"Punto de mira","Download":"Descargar","Ellipse":"Elipse","Elliptical":"Elíptico","Flip H":"Voltear H","Flip V":"Voltear V","Freehand":"Mano alzada","Invert":"Negativo","Layout":"$t(Common:Layout)","Length":"Longitud","Levels":"W/L","Magnify":"Lupa","Manual":"Manual","Measurements":"Medidas","More":"$t(Common:More)","Next":"$t(Common:Next)","Pan":"Mover","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"Probar","ROI Window":"Ventana ROI","Rectangle":"Rectángulo","Reset":"$t(Common:Reset)","Reset to defaults":"$t(Common:Reset) por defecto","Rotate Right":"Girar ->","Sagittal":"Sagital","Save":"Guardar","Stack Scroll":"Scroll","Stop":"$t(Common:Stop)","Themes":"Temas","Zoom":"Ampliar"}'),CineDialog:JSON.parse('{"Next image":"$t(Common:Image) $t(Common:Next)","Play / Stop":"$t(Common:Play) / Stop","Previous image":"$t(Common:Image) $t(Common:Previous)","Skip to first image":"Ir a la primera $t(Common:Image)","Skip to last image":"Ir a la última $t(Common:Image)","fps":"imágenes/seg."}'),Common:JSON.parse('{"Image":"Imagen","Layout":"Formato","Measurements":"Medidas","More":"Más","Next":"Siguiente","Play":"Play","Previous":"Anterior","Reset":"Restaurar","RowsPerPage":"filas por página","Series":"Secuencia","Show":"Mostrar","Stop":"Detener","StudyDate":"Fecha de estudo"}'),DatePicker:JSON.parse('{"Clear dates":"Borrar fechas","End Date":"Fecha fin","Start Date":"Fecha inicio"}'),Header:JSON.parse('{"About":"Acerca de","Back to Viewer":"Volver al visor","INVESTIGATIONAL USE ONLY":"SOLO USO PARA INVESTIGACIÓN","Options":"Opciones","Preferences":"Preferencias","Study list":"Lista de estudios"}'),MeasurementTable:JSON.parse('{"Criteria nonconformities":"Criterios disconformes","Delete":"Borrar","Description":"Descripción","MAX":"Máximo","NonTargets":"No objetivos","Relabel":"Re-etiquetar","Targets":"Objetivos","Export":"Exportar","Create Report":"Crear reporte"}'),SidePanel:JSON.parse('{"Measurements":"Mediciones","Studies":"Estudios"}'),StudyBrowser:JSON.parse('{"Primary":"Primario","Recent":"Reciente","All":"Todos","Studies":"Estudios"}'),StudyList:JSON.parse('{"AccessionNumber":"Num. Adhesión","ClearFilters":"Limpiar filtros","Description":"Descripción","Empty":"vacío","Filter list to 100 studies or less to enable sorting":"Filtre la lista a 100 estudios o menos para habilitar la clasificación","Instances":"Instancias","MRN":"MRN","Modality":"Modalidad","PatientName":"Nombre paciente","Previous":"< Anterior","Page":"Página","Next":"Siguiente >","Results per page":"Resultados por página","Number of studies":"Estudios","StudyDate":"Fecha del estudio","StudyList":"Lista de Estudios"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","Reset to defaults":"$t(Buttons:Reset to defaults)","Save":"$t(Buttons:Save)","User preferences":"Preferencias de Usuario"}'),ViewportDownloadForm:JSON.parse('{"emptyFilenameError":"El nombre del fichero no puede ser vacío.","fileType":"Tipo de fichero","filename":"Nombre del fichero","formTitle":"Por favor especifica las dimensiones, nombre del fichero, y el tipo deseado para el fichero generado.","imageHeight":"Altura de la imagen (px)","imagePreview":"Preview de la imagen","imageWidth":"Anchura de la imagen (px)","keepAspectRatio":"Mantener el ratio de aspecto","loadingPreview":"Cargando el preview de la imagen...","minHeightError":"La altura mínima es 100px.","minWidthError":"La anchura mínima es 100px.","showAnnotations":"Mostrar las anotaciones"}')}},...{fr:{Buttons:JSON.parse('{"Acquired":"Acquis","Angle":"Angle","Axial":"Axial","Bidirectional":"Bi-directionel","Brush":"Brosse","CINE":"Ciné","Cancel":"Annuler","Circle":"Cercle","Clear":"Effacer","Coronal":"Coronal","Crosshairs":"Repère","Ellipse":"Ellipse","Elliptical":"Elliptique","Flip H":"Flip H","Flip V":"Flip V","Freehand":"Main levée","Invert":"Inverser","Layout":"$t(Common:Layout)","Length":"Longueur","Levels":"Niveaux","Magnify":"Agrandir","Manual":"Manuel","Measurements":"Mesures","More":"$t(Common:More)","Next":"$t(Common:Next)","Pan":"Déplacer","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"Sonde","ROI Window":"ROI fenêtrage","Rectangle":"Rectangle","Reset":"$t(Common:Reset)","Reset to defaults":"Valeurs d\'usine","Rotate Right":"Tourner à droite","Sagittal":"Sagittal","Save":"Sauvegarder","Stack Scroll":"Défilement","Stop":"$t(Common:Stop)","Themes":"Themes","Zoom":"Zoom"}'),CineDialog:JSON.parse('{"Next image":"$t(Common:Play) $t(Common:Image)","Play / Stop":"$t(Common:Play) / $t(Common:Stop)","Previous image":"$t(Common:Previous) $t(Common:Image)","Skip to first image":"Retour à la première $t(Common:Image)","Skip to last image":"Aller à la dernière $t(Common:Image)","fps":"ips"}'),Common:JSON.parse('{"Image":"Image","Layout":"Disposition","More":"Plus","Next":"Suivant","Play":"Play","Previous":"Précédent","Reset":"Reset","Stop":"Stop"}'),Header:JSON.parse('{"About":"A Propos","Back to Viewer":"Retour au viewer","INVESTIGATIONAL USE ONLY":"Seulement pour utilisation expérimentale","Options":"Options","Preferences":"Préférences","Study list":"Liste d\'études"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","Reset to defaults":"$t(Buttons:Reset to defaults)","Save":"$t(Buttons:Save)","User preferences":"Préférences utilisateur"}')}},...{"ja-JP":{Buttons:JSON.parse('{"Acquired":"取得済","Angle":"分度器","Axial":"アキシャル","Bidirectional":"両方向","Brush":"ブラシ","CINE":"シネ","Cancel":"キャンセル","Circle":"サークル","Clear":"クリア","Coronal":"コロナル","Crosshairs":"クロスヘアー","Ellipse":"楕円","Elliptical":"楕円","Flip H":"左右反転","Flip V":"上下反転","Freehand":"フリーハンド","Invert":"反転","Layout":"$t(Common:Layout)","Length":"長さ","Levels":"レベル","Magnify":"拡大","Manual":"マニュアル","Measurements":"測定","More":"$t(Common:More)","Next":"$t(Common:Next)","Pan":"パン","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"プローブ","ROI Window":"ROIウィンドウ","Rectangle":"長方形","Reset":"$t(Common:Reset)","Reset to defaults":"デフォルトへ$t(Common:Reset)","Rotate Right":"右に回転","Sagittal":"サジタル","Save":"保存","Stack Scroll":"スタックスクロール","Stop":"$t(Common:Stop)","Themes":"テーマ","Zoom":"ズーム"}'),CineDialog:JSON.parse('{"Next image":"$t(Common:Next) $t(Common:Image)","Play / Stop":"$t(Common:Play) / $t(Common:Stop)","Previous image":"$t(Common:Previous) $t(Common:Image)","Skip to first image":"$t(Common:Image)最初にスキップ","Skip to last image":"$t(Common:Image)最後にスキップ","fps":"fps"}'),Common:JSON.parse('{"Image":"画像","Layout":"レイアウト","More":"もっと","Next":"次へ","Play":"プレイ","Previous":"前へ","Reset":"リセット","Stop":"ストップ"}'),Header:JSON.parse('{"About":"につい","Back to Viewer":"前のビュー","INVESTIGATIONAL USE ONLY":"調査用のみ","Options":"オプション","Preferences":"プレファレンス","Study list":"スタディリスト"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","Reset to defaults":"$t(Buttons:Reset to defaults)","Save":"$t(Buttons:Save)","User preferences":"ユーザプレファレンス"}')}},...{nl:{Buttons:JSON.parse('{"Circle":"Cirkel","More":"Meer","Pan":"Pan","Zoom":"Inzoomen"}'),Common:{More:"Meer"},Header:JSON.parse('{"About":"Over","INVESTIGATIONAL USE ONLY":"ALLEEN VOOR ONDERZOEK","Options":"Opties","Preferences":"Voorkeuren","Study list":"Studie Overzicht"}')}},...{"pt-BR":{AboutModal:JSON.parse('{"About OHIF Viewer":"OHIF Viewer - Sobre","Browser":"Navegador","Build number":"Número da compilação","Last master commits":"Últimos Commits na Master","More details":"Mais detalhes","Name":"Nome","OS":"SO","Report an issue":"Informar um problema","Repository URL":"URL do Repositório","Value":"Valor","Version information":"Informação da Versão","Visit the forum":"Visite o fórum"}'),Buttons:JSON.parse('{"Acquired":"Adquirido","Angle":"Ângulo","Axial":"Axial","Bidirectional":"Bidirecional","Brush":"Pincel","CINE":"CINE","Cancel":"Cancelar","Circle":"Círculo","Clear":"Limpar","Coronal":"Coronal","Crosshairs":"Localizador","Download":"Baixar","Ellipse":"Elipse","Elliptical":"Elíptico","Flip H":"Inverter H","Flip V":"Inverter V","Freehand":"Desenho livre","Invert":"Inverter","Layout":"Layout","Length":"Tamanho","Levels":"Níveis","Magnify":"Ampliar","Manual":"Manual","Measurements":"Medidas","More":"Mais","Next":"Próximo","Pan":"Arrastar","Play":"Tocar","Previous":"Anterior","Probe":"Prova","ROI Window":"Janela ROI","Rectangle":"Retângulo","Reset":"$t(Common:Reset)","Reset to defaults":"$t(Common:Reset) para o Padrão","Rotate Right":"Girar à direita","Sagittal":"Sagital","Save":"Salvar","Stack Scroll":"Navegar Stacks","Stop":"Parar","Themes":"Temas","Zoom":"Zoom"}'),CineDialog:JSON.parse('{"Next image":"Próxima imagem","Play / Stop":"Tocar / Parar","Previous image":"Imagem Anterior","Skip to first image":"Pular para a primeira imagem","Skip to last image":"Pular para a última imagem","fps":"fps"}'),Common:JSON.parse('{"Close":"Fechar","Image":"Imagem","Layout":"Layout","More":"Mais","Next":"Próximo","Play":"Play","Previous":"Anterior","Reset":"Restaurar","Stop":"Stop"}'),DatePicker:JSON.parse('{"Clear dates":"Limpar datas","End Date":"Data Final","Start Date":"Data Inicial"}'),Header:JSON.parse('{"About":"Quem somos","Back to Viewer":"Voltar para o Viewer","INVESTIGATIONAL USE ONLY":"APENAS PARA USO INVESTIGATIVO","Options":"Opções","Preferences":"Preferências","Study list":"Lista de estudos"}'),UserPreferencesModal:JSON.parse('{"Cancel":"Cancelar","Reset to defaults":"$t(Common:Reset) para Padrão","ResetDefaultMessage":"Preferências resetadas com sucesso. <br /> Você deve <strong>Salvar</strong> para que essa ação seja realizada.","Save":"Salvar","SaveMessage":"Preferências salvas","User preferences":"Preferências do Usuário"}'),MeasurementTable:JSON.parse('{"Export":"Exportar","Create Report":"Criar relatório"}'),Messages:JSON.parse('{"1":"Série sem imagens.","2":"Série nao possui informação de posição.","3":"Serie não é reconstruível.","4":"Série nulti frame não possui informação de medidas.","5":"Série multi frame não possui informação de orientação.","6":"Série multi frame não possui informação de posição.","7":"Série não possui algumas imagens.","8":"Série possui espaçamento irregular.","9":"Série possui dimensões inconsistentes entre frames.","10":"Série possui frames com componentes inconsistentes.","11":"Série possui frames com orientações inconsistentes.","12":"Série possui informação de posição inconsistentes.","13":"Série não suportada."}')}},...{ru:{AboutModal:JSON.parse('{"About OHIF Viewer":"О программе OHIF Viewer","Browser":"Браузер","Build number":"Номер сборки","Commit hash":"Хэш-код git-коммита\'}","Data citation":"Цитирование","Important links":"Важные ссылки","Last master commits":"Последние коммиты в ветку Master:","More details":"Подробнее","Name":"Название","OS":"Операционная система","Report an issue":"Сообщить о проблеме","Repository URL":"URL репозитория","Value":"Значение","Version information":"Информация о версии","Version number":"Номер версии","Visit the forum":"Посетите форум"}'),Buttons:JSON.parse('{"Acquired":"Получено","Angle":"Угол","Annotation":"Аннотация","Axial":"Аксиальный","Bidirectional":"Двунаправленный","Brush":"Кисть","Cine":"Кинорежим","CINE":"КИНОРЕЖИМ","Cancel":"Отмена","Capture":"Захват","Circle":"Окружность","Clear":"Очистить","Coronal":"Корональный","Crosshairs":"Перекрестие","Download":"Скачать","Ellipse":"Эллипс","Elliptical":"Эллиптический","Flip H":"Отразить горизонтально","Flip Horizontally":"Отразить по горизонтали","Flip V":"Отразить вертикально","Freehand":"Свободная рука","Grid Layout":"Сетка","Invert":"Инвертировать","Layout":"$t(Common:Layout)","Length":"Длина","Levels":"Уровни","Magnify":"Увеличить","Manual":"Ручной","Measurements":"Измерения","More":"$t(Common:More)","More Tools":"Другие инструменты","Next":"$t(Common:Next)","Pan":"Перемещение","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"Измерение","ROI Window":"Окно области интереса","Rectangle":"Прямоугольник","Reference Lines":"Опорные линии","Reset":"$t(Common:Reset)","Reset to defaults":"$t(Common:Reset) to Defaults","Rotate Right":"Повернуть направо","Sagittal":"Сагиттальный","Save":"Сохранить","Stack Scroll":"Прокрутка стопки","Stack Image Sync":"Синхронизация стопок","Stop":"$t(Common:Stop)","Themes":"Tемы","Zoom":"Масштаб"}'),CineDialog:JSON.parse('{"Next image":"След. изображение","Play / Stop":"Воспр. / Стоп","Previous image":"Пред. изображение","Skip to first image":"В начало","Skip to last image":"В конец","fps":"кадр/сек"}'),Common:JSON.parse('{"Back to":"Назад к {{location}}","Close":"Закрыть","Image":"Изображение","Layout":"Расположение","LOAD":"ЗАГРУЗКА","Measurements":"Измерения","mm":"мм","More":"Подробнее","Next":"Далее","No":"Нет","NoStudyDate":"Нет даты исследования","Play":"Воспроизведение","Previous":"Пред.","Reset":"Сброс","RowsPerPage":"записей на страницу","Series":"Наборы","Show":"Показать","Stop":"Стоп","StudyDate":"Дата исследования","Yes":"Да"}'),DataSourceConfiguration:JSON.parse('{"Configure Data Source":"Настроить источник данных","Data set":"Набор данных","DICOM store":"Хранилище DICOM","Location":"Местоположение","Project":"Проект","Error fetching Data set list":"Ошибка при получении набора данных","Error fetching DICOM store list":"Ошибка при получении списка DICOM-хранилищ","Error fetching Location list":"Ошибка при получении списка местоположений","Error fetching Project list":"Ошибка при получении списка проектов","No Project available":"Нет доступных проектов","No Location available":"Нет доступных местоположений","No Data set available":"Нет доступных наборов данных","No DICOM store available":"Нет доступных DICOM-хранилищ","Select":"Выбрать","Search Data set list":"Поиск наборов данных","Search DICOM store list":"Поиск DICOM-хранилищ","Search Location list":"Поиск местоположений","Search Project list":"Поиск проектов","Select Data set":"Выберите набор данных","Select DICOM store":"Выберите DICOM-хранилище","Select Location":"Выберите местоположение","Select Project":"Выберите проект"}'),DatePicker:JSON.parse('{"Clear dates":"Сброс","Close":"$t(Common:Close)","End Date":"Конечная дата","Last 7 days":"Последние 7 дней","Last 30 days":"Последние 30 дней","Start Date":"Начальная дата","Today":"Сегодня"}'),ErrorBoundary:JSON.parse('{"Context":"Контекст","Error Message":"Сообщение об ошибке","Something went wrong":"Что-то пошло не так","in":"в","Sorry, something went wrong there. Try again.":"Извините, что-то пошло не так, попробуйте ещё раз...","Stack Trace":"Стек-трейс"}'),Header:JSON.parse('{"About":"О программе","Back to Viewer":"Вернуться в программу","INVESTIGATIONAL USE ONLY":"ТОЛЬКО ДЛЯ ИССЛЕДОВАТЕЛЬСКИХ ЦЕЛЕЙ","Options":"Настройки","Preferences":"Предпочтения","Study list":"Список исследований","Logout":"Выйти"}'),HotkeysValidators:JSON.parse('{"Field can\'t be empty":"Поле не может быть пустым","Hotkey is already in use":"\\"{{action}}\\" уже задано для комбинации клавиш \\"{{pressedKeys}}\\".","It\'s not possible to define only modifier keys (ctrl, alt and shift) as a shortcut":"Нельзя задать для комбинации клавиш только одну модифицирующую клавишу (ctrl, alt и shift)","Shortcut combination is not allowed":"{{pressedKeys}} - эту комбинацию клавиш использовать нельзя."}'),InvestigationalUseDialog:JSON.parse('{"is for investigational use only":"только для исследовательских целей","Confirm and hide":"Подтвердить и закрыть","Learn more about OHIF Viewer":"Узнать больше об OHIF Viewer"}'),MeasurementTable:JSON.parse('{"Criteria nonconformities":"Отклонения от критериев","Delete":"Удалить","Description":"Описание","MAX":"МАКС.","Measurements":"Измерения","No, do not ask again":"Нет, больше не спрашивать","NonTargets":"Нецелевые объекты","Relabel":"Изменить метку","Targets":"Целевые объекты","Track measurements for this series?":"Отслеживать измерения для этой серии?","Do you want to add this measurement to the existing report?":"Добавить это измерение в текущий отчёт?","You have existing tracked measurements. What would you like to do with your existing tracked measurements?":"У вас есть отслеживаемые измерения. Что бы вы хотели с ними сделать?","Measurements cannot span across multiple studies. Do you want to save your tracked measurements?":"Измерения не могут быть распределены между несколькими исследованиями. Сохранить текущие измерения?","Do you want to continue tracking measurements for this study?":"Продолжить отслеживание измерений для этого исследования?","Do you want to open this Segmentation?":"Открыть эту сегментацию?","There are unsaved measurements. Do you want to save it?":"Есть несохранённые измерения. Сохранить их?"}'),Modes:JSON.parse('{"Basic Dev Viewer":"Базовый просмотр","Basic Test Mode":"Базовый тестовый режим","Basic Viewer":"Базовый просмотр","Microscopy":"Микроскопия","Segmentation":"Сегментация","Total Metabolic Tumor Volume":"Общий метаболический объём опухоли"}'),SegmentationTable:JSON.parse('{"Active":"Активный","Add new segmentation":"Добавить новую сегментацию","Add segment":"Добавить сегмент","Add segmentation":"Добавить сегментацию","Delete":"Удалить","Display inactive segmentations":"Отобразить неактивные сегментации","Export DICOM SEG":"Экспортировать DICOM SEG","Download DICOM SEG":"Скачать DICOM SEG","Download DICOM RTSTRUCT":"Скачать DICOM RTSTRUCT","Fill":"Заполнить","Inactive segmentations":"Неактивные сегментации","Opacity":"Тень","Outline":"Контур","Rename":"Переименовать","Segmentation":"Сегментация","Size":"Размер"}'),SidePanel:JSON.parse('{"Measurements":"Измерения","Studies":"Исследования"}'),StudyBrowser:JSON.parse('{"Primary":"Первичные","Recent":"Недавние","All":"Все"}'),StudyItem:JSON.parse('{"Tracked series":"{{trackedSeries}} Отслеживаемые серии"}'),StudyList:JSON.parse('{"AccessionNumber":"Учётный номер","ClearFilters":"Сбросить фильтры","Description":"Описание","Empty":"Пусто","Filter list to 100 studies or less to enable sorting":"Отфильтруйте список до 100 исследований или меньше для включения сортировки","Instances":"Экземпляры","Modality":"Модальность","MRN":"Мед. карта #","Next":"Далее >","No studies available":"Исследований не найдено","Number of studies":"Количество исследований","Page":"Страница","PatientName":"Пациент","Previous":"< Назад","Results per page":"Строк на странице","StudyDate":"Дата исследования","StudyList":"Список исследований","Upload":"Загрузить"}'),TooltipClipboard:JSON.parse('{"Copied":"Скопировано","Failed to copy":"Ошибка при копировании"}'),ThumbnailTracked:JSON.parse('{"Series is tracked":"Серия отслеживается","Series is untracked":"Серия не отслеживается","Viewport":"Область просмотра"}'),TrackedCornerstoneViewport:JSON.parse('{"Series is tracked and can be viewed in the measurement panel":"Серия отслеживается и может быть просмотрена в измерительной панели","Measurements for untracked series will not be shown in the measurements panel":"Измерения для неотслеживаемых серий не будут отображаться в измерительной панели"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","No hotkeys found":"Горячие клавиши не сконфигурированы для этого приложения. Горячие клавиши могут быть сконфигурированы в файле app-config.js приложения.","Reset to defaults":"$t(Buttons:Reset to defaults)","ResetDefaultMessage":"Настройки были сброшены до фабричных. <br /> Вы должны <strong>сохранить изменения</strong>.","Save":"$t(Buttons:Save)","SaveMessage":"Настройки сохранены","User preferences":"Пользовательские настройки"}'),ViewportDownloadForm:JSON.parse('{"emptyFilenameError":"Имя файла не может быть пустым.","fileType":"Тип файла","filename":"Имя файла","formTitle":"Пожалуйста укажите размеры, имя файла и желаемый тип для результирующего изображения.","imageHeight":"Высота (точек)","imagePreview":"Предв. просмотр","imageWidth":"Ширина (точек)","keepAspectRatio":"Сохранить пропорции","loadingPreview":"Загружаем изображение для предварительного просмотра...","minHeightError":"Минимальная разрешенная высота: 100 точек.","minWidthError":"Минимальная разрешенная ширина: 100 точек.","showAnnotations":"Показать аннотации"}'),Messages:JSON.parse('{"1":"В серии не найдено корректных экземпляров.","2":"В наборе изображений отсутствует информация о положении.","3":"Набор изображений не является восстанавливаемым 3D-объёмом.","4":"Многофреймовые наборы изображений не содержат данных о пиксельных измерениях.","5":"Многофреймовые наборы изображений не содержат информации об ориентации.","6":"Многофреймовые наборы изображений не содержат информации о положении.","7":"В наборе изображений отсутствуют некоторые кадры.","8":"В наборе изображений обнаружен нерегулярный интервал между кадрами.","9":"В наборе изображений обнаружено несовпадение размеров кадров.","10":"В наборе изображений кадры содержат разное количество компонентов.","11":"В наборе изображений кадры имеют несовместимые ориентации.","12":"В наборе изображений обнаружена противоречивая информация о положении.","13":"Неподдерживаемый набор изображений.","Display Set Messages":"Сообщения о наборах изображений"}'),WindowLevelActionMenu:JSON.parse('{"Back to Display Options":"Назад к настройкам отображения","Modality Presets":"{{modality}} предустановок","Modality Window Presets":"{{modality}} предустановок окна"}')}},...{vi:{Buttons:JSON.parse('{"Acquired":"Đã lấy","Angle":"Góc","Axial":"Trục","Bidirectional":"Hai hướng","Brush":"Bút lông","CINE":"Duyệt tự động","Cancel":"Hủy bỏ","Circle":"Vòng tròn","Clear":"Xóa","Coronal":"Mặt phẳng vành","Crosshairs":"Vị trí tương quan","Ellipse":"Đo Elip","Elliptical":"Elip","Flip H":"Lật ngang","Flip V":"Lật dọc","Freehand":"Bằng tay","Invert":"Ảnh dương bản","Layout":"$t(Common:Layout)","Length":"Thước đo chiều dài","Levels":"Độ sáng","Magnify":"Phóng đại một phần","Manual":"Thủ công","Measurements":"Đo lường","More":"$t(Common:More)","Next":"$t(Common:Next)","Pan":"Di chuyển","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"Thông tin điểm ảnh","ROI Window":"ROI Window","Rectangle":"Đo chữ nhật","Reset":"$t(Common:Reset)","Reset to defaults":"$t(Common:Reset) đến mặc định","Rotate Right":"Xoay phải","Sagittal":"Mặt phẳng đứng dọc","Save":"Lưu","Stack Scroll":"Duyệt","Stop":"$t(Common:Stop)","Themes":"Giao diện","Zoom":"Thu phóng"}'),CineDialog:JSON.parse('{"Next image":"$t(Common:Next) $t(Common:Image)","Play / Stop":"$t(Common:Play) / $t(Common:Stop)","Previous image":"$t(Common:Previous) $t(Common:Image)","Skip to first image":"Bỏ qua đến đầu $t(Common:Image)","Skip to last image":"Bỏ qua đến cuối $t(Common:Image)","fps":"fps"}'),Common:JSON.parse('{"Image":"Ảnh","Layout":"Cách bố trí","Measurements":"Đo lường","More":"Thêm","Next":"Tiếp theo","Play":"Phát","Previous":"Về sau","Reset":"Đặt lại","RowsPerPage":"trên 1 trang","Series":"Tập ảnh","Show":"Hiển thị","Stop":"Dừng","StudyDate":"Ngày chụp"}'),Header:JSON.parse('{"About":"Về chúng tôi","Back to Viewer":"Ảnh vừa xem","INVESTIGATIONAL USE ONLY":"Chỉ dùng cho nghiên cứu","Options":"Lựa chọn","Preferences":"Thiết lập","Study list":"Danh sách"}'),StudyList:JSON.parse('{"AccessionNumber":"Mã phiểu","Empty":"Rỗng","MRN":"Mã Bệnh nhân","Modality":"Thiết bị","PatientName":"Tên Bệnh nhân","StudyDate":"Ngày chụp","Description":"Diễn giải","StudyList":"Danh sách"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","Reset to defaults":"$t(Buttons:Reset to defaults)","Save":"$t(Buttons:Save)","User preferences":"Thiết lập theo người dùng"}')}},...{zh:{AboutModal:{},Buttons:JSON.parse('{"Acquired":"已获取","Angle":"角度","Annotation":"注释","Arrow Annotate":"标注","Axial":"轴状面","Bidirectional Tool":"双向","Bidirectional":"双向","Bone":"骨窗","Brain":"脑窗","Brush":"橡皮擦","Cancel":"取消","Capture":"下载","CINE":"播放动画","Cine":"连续播放","Circle":"圆","Clear":"清除","Coronal":"冠状面","Crosshairs":"十字线","Dismiss Aspect":"解除Aspect","Ellipse Tool":"椭圆","Ellipse":"椭圆","Elliptical":"椭圆的","Flip H":"左右翻转","Flip Horizontal":"水平翻转","Flip Horizontally":"左右翻转","Flip V":"上下翻转","Freehand":"自由画线","Grid Layout":"窗口布局","Invert Colors":"灰度反转","Invert":"灰度反转","Keep Aspect":"保持Aspect","Layout":"显示窗口","Length Tool":"长度","Length":"长度","Levels":"层级","Liver":"肝窗","Lung":"肺窗","Magnify":"放大镜","Manual":"手动","Measurements":"测量","More Measure Tools":"更多测量工具","More Tools":"更多工具","More":"更多","Next":"下一个","Pan":"移动","Play":"播放","Previous":"上一个","Probe":"探针","Rectangle":"矩形","Reference Lines":"参考线","Reset to defaults":"返回默认","Reset View":"复原","Reset":"复原","ROI Window":"选择对比度","Rotate +90":"顺时针旋转","Rotate Right":"顺时针旋转","Sagittal":"矢状面","Save":"保存","Soft tissue":"软组织窗","Stack Image Sync":"影像联动","Stack Scroll":"滑动切换图层","Stop":"停止","Themes":"主题","W/L Presets":"窗位预设","Window Level":"窗位","Zoom":"放大"}'),CineDialog:JSON.parse('{"Next image":"下一个图像","Play / Stop":"播放/停止","Previous image":"上一个图像","Skip to first image":"跳转到第一个图像","Skip to last image":"跳转到最后一个图像","fps":"帧率"}'),Common:JSON.parse('{"Image":"图像","Layout":"显示窗口","Measurements":"测量值","More":"更多","Next":"下一个","Play":"播放","Previous":"上一个","Reset":"复原","RowsPerPage":"每页条数","Series":"序列","Show":"显示","Stop":"停止","StudyDate":"时间"}'),DatePicker:{},Header:JSON.parse('{"About":"关于","Back to Viewer":"返回视图","INVESTIGATIONAL USE ONLY":"研究用途","Options":"选项","Preferences":"偏好","Study list":"研究列表"}'),MeasurementTable:JSON.parse('{"Criteria nonconformities":"不合标准","Delete":"删除","Description":"描述","MAX":"最大","NonTargets":"非靶向","Relabel":"重新标记","Measurements":"测量","Targets":"靶向","Export CSV":"导出CSV","No tracked measurements":"没有跟踪的测量值","Export":"导出","Create Report":"新建报告","Do you want to add this measurement to the existing report?":"将测量添加到报告中?","Track measurements for this series?":"要对个序列进行跟踪吗?"}'),StudyList:JSON.parse('{"Empty":"无","Filter list to 100 studies or less to enable sorting":"将检查列表过滤到 100 个或更少以启用排序","Modality":"成像设备","PatientName":"患者姓名","StudyDate":"检查日期","StudyList":"检查列表","Patient Name":"患者姓名","MRN":"病例号","Study date":"检查日期","Description":"描述","Study list":"检查列表","Clear filters":"清空条件","Number of studies":"","Instances":"图像数","Accession":"检查号","Results per page":"每页条数","Previous":"上一页","Next":"下一页","Page":"页码","Start Date":"开始日期","Series":"序列","No studies available":"没有数据","Loading...":"加载中...","Select...":"选择...","InstitutionName":"检查机构"}'),UserPreferencesModal:JSON.parse('{"Cancel":"取消","Reset to defaults":"返回默认","Save":"保存","User preferences":"用户偏好"}'),ViewportDownloadForm:{},StudyBrowser:JSON.parse('{"Primary":"当前","Recent":"最近","All":"全部","Tracked Series":"个跟踪序列"}'),SidePanel:JSON.parse('{"Studies":"检查","Measurements":"测量","Measure":"测量","Segmentation":"分割"}'),Modes:JSON.parse('{"Basic Viewer":"基础查看器","Total Metabolic Tumor Volume":"总代谢肿瘤体积","Download High Quality Image":"A"}'),PatientInfo:JSON.parse('{"Sex":"性别","Age":"年龄","MRN":"病例号","Thickness":"厚度","Spacing":"间距","Scanner":"扫描器"}'),Notification:JSON.parse('{"Do you want to add this measurement to the existing report?":"添加测量值到当前报告中?","Create new report":"创建新报告","Add to existing report":"添加","Discard":"放弃","You have existing tracked measurements. What would you like to do with your existing tracked measurements?":"已经存在跟踪的测量,如何处理这些测量数据?","No, do not ask again for this series":"否,不再询问","No":"否","Track measurements for this series?":"对序列的测量值进行跟踪?","Yes":"是","Cancel":"取消","Measurements cannot span across multiple studies. Do you want to save your tracked measurements?":"测量不能跨多个检查,是否要保存跟踪的测量值?","No, discard previously tracked series & measurements":"否,放弃之前跟踪的序列和测量值。","Do you want to continue tracking measurements for this study?":"继续对该检查进行测量跟踪吗?","Create Report":"新建报告","Measurements saved successfully":"测量值保存成功","Failed to store measurements":"测量值保存失败"}'),ContextMenu:JSON.parse('{"Add Label":"添加标注","Delete measurement":"删除测量"}'),Dialog:JSON.parse('{"Enter your annotation":"$t(Common:Enter your annotation)","Cancel":"$t(Common:Cancel)","Save":"$t(Common:Save)","Provide a name for your report":"输入报告名称"}'),Modals:JSON.parse('{"Active viewport has no displayed image":"视图窗口没有图像","Cancel":"取消","Download":"下载","The file name cannot be empty.":"文件名称不能为空","File Type":"图片类型","File Name":"文件名","formTitle":"Please specify the dimensions, filename, and desired type for the output image.","Image height (px)":"高(px)","Image Preview":"预览","Image preview":"预览","Image width (px)":"宽(px)","keepAspectRatio":"Keep aspect ratio","loadingPreview":"Loading Image Preview...","The minimum valid height is 100px.":"图片最小高度值为100px","The minimum valid width is 100px.":"图片最小宽度值为100px","Show Annotations":"显示标注","Please specify the dimensions, filename, and desired type for the output image.":"请指定输出图像的尺寸、文件名和所需类型。"}'),Local:JSON.parse('{"Load files":"加载文件","Load folders":"加载文件夹"}'),ErrorBoundary:JSON.parse('{"Sorry, something went wrong there. Try again.":"发生错误,请重试。","Context":"上下文","Error Message":"错误信息","Stack":"堆栈","Something went wrong":"发生错误"}')}},...{"test-LNG":{AboutModal:JSON.parse('{"About OHIF Viewer":"About OHIF Viewer","Browser":"Browser","Build Number":"Build Number","Commit hash":"Commit hash","Data citation":"Data citation","Important links":"Important links","Last master commits":"Latest Master Commits","More details":"More details","Name":"Name","OS":"OS","Report an issue":"Report an issue","Repository URL":"Repository URL","Value":"Value","Version information":"Version Information","Version number":"Version number","Visit the forum":"Visit the forum"}'),Buttons:JSON.parse('{"Acquired":"Test Acquired","Angle":"Test Angle","Axial":"Test Axial","Bidirectional":"Test Bidirectional","Brush":"Test Brush","CINE":"Test CINE","Cancel":"Test Cancel","Circle":"Test Circle","Clear":"Test Clear","Coronal":"Test Coronal","Crosshairs":"Test Crosshairs","Download":"Test Download","Ellipse":"Test Ellipse","Elliptical":"Test Elliptical","Flip H":"Test Flip H","Flip V":"Test Flip V","Freehand":"Test Freehand","Invert":"Test Invert","Layout":"Test $t(Common:Layout)","Length":"Test Length","Levels":"Test Levels","Magnify":"Test Magnify","Manual":"Test Manual","Measurements":"Test Measurements","More":"Test $t(Common:More)","Next":"Test $t(Common:Next)","Pan":"Test Pan","Play":"Test $t(Common:Play)","Previous":"Test $t(Common:Previous)","Probe":"Test Probe","ROI Window":"Test ROI Window","Rectangle":"Test Rectangle","Reset":"Test $t(Common:Reset)","Reset to defaults":"Test $t(Common:Reset) to Defaults","Rotate Right":"Test Rotate Right","Sagittal":"Test Sagittal","Save":"Test Save","Stack Scroll":"Test Stack Scroll","Stop":"Test $t(Common:Stop)","Themes":"Test Themes","Zoom":"Test Zoom","Grid Layout":"Test Grid Layout","W/L Presets":"Test W/L Presets","More Measure Tools":"Test More Measure Tools","More Tools":"Test More Tools","Capture":"Test Capture","Annotation":"Test Annotation","Soft Tissue":"Test Soft Tissue","Lung":"Test Lung","Liver":"Test Liver","Bone":"Test Bone","Cine":"Test Cine"}'),CineDialog:JSON.parse('{"Next image":"$t(Common:Next) $t(Common:Image)","Play / Stop":"$t(Common:Play) / $t(Common:Stop)","Previous image":"$t(Common:Previous) $t(Common:Image)","Skip to first image":"Skip to first $t(Common:Image)","Skip to last image":"Skip to last $t(Common:Image)","fps":"fps"}'),Common:JSON.parse('{"Close":"Test Close","Image":"Test Image","Layout":"Test Layout","Measurements":"Test Measurements","mm":"Test mm","More":"Test More","Next":"Test Next","No":"Test No","Play":"Test Play","Previous":"Test Previous","Reset":"Test Reset","RowsPerPage":"Test rows per page","Series":"Test Series","Show":"Test Show","Stop":"Test Stop","StudyDate":"Test Study Date","Yes":"Test Yes"}'),DatePicker:JSON.parse('{"Clear dates":"Clear dates","Close":"$t(Common:Close)","End Date":"End Date","Last 7 days":"Last 7 days","Last 30 days":"Last 30 days","Start Date":"Start Date","Today":"Today"}'),ErrorBoundary:JSON.parse('{"Context":"Test Context","Error Message":"Test Error Message","Something went wrong":"Test Something went wrong","in":"in","Sorry, something went wrong there. Try again.":"Test Sorry, something went wrong there. Try again.","Stack Trace":"Test Stack Trace"}'),Header:JSON.parse('{"About":"Test About","INVESTIGATIONAL USE ONLY":"Test Investigational","Options":"Test Options","Preferences":"Test Preferences"}'),HotkeysValidators:JSON.parse('{"Field can\'t be empty":"Test Field can\'t be empty","Hotkey is already in use":"Test \\"{{action}}\\" is already using the \\"{{pressedKeys}}\\" shortcut.","It\'s not possible to define only modifier keys (ctrl, alt and shift) as a shortcut":"Test It\'s not possible to define only modifier keys (ctrl, alt and shift) as a shortcut","Shortcut combination is not allowed":"Test {{pressedKeys}} shortcut combination is not allowed"}'),MeasurementTable:JSON.parse('{"Measurements":"Test Measurements","No tracked measurements":"Test No tracked measurements","Create Report":"Test Create Report","Export":"Test Export","Delete":"Delete","Description":"Description","MAX":"MAX","No, do not ask again":"Test No, do not ask again","NonTargets":"NonTargets","Relabel":"Relabel","Targets":"Targets","Track measurements for this series?":"Test Track measurements for this series?"}'),Messages:JSON.parse('{"1":"Test No valid instances found in series.","2":"Test Display set has missing position information.","3":"Test Display set is not a reconstructable 3D volume.","4":"Test Multi frame display sets do not have pixel measurement information.","5":"Test Multi frame display sets do not have orientation information.","6":"Test Multi frame display sets do not have position information.","7":"Test Display set has missing frames.","8":"Test Display set has irregular spacing.","9":"Test Display set has inconsistent dimensions between frames.","10":"Test Display set has frames with inconsistent number of components.","11":"Test Display set has frames with inconsistent orientations.","12":"Test Display set has inconsistent position information.","13":"Test Unsupported display set.","Display Set Messages":"Test Display Set Messages"}'),Modals:JSON.parse('{"Download High Quality Image":"Test Download High Quality Image","Cancel":"Test Cancel","Download":"Test Download","File Name":"Test File Name","Active viewport has no displayed image":"Test Active viewport has no displayed image","Image preview":"Test Image preview","Show Annotations":"Test Show Annotations","File Type":"Test File Type","Image height (px)":"Test Image height (px)","Image width (px)":"Test Image width (px)","Please specify the dimensions, filename, and desired type for the output image.":"Test Please specify the dimensions, filename, and desired type for the output image."}'),Modes:JSON.parse('{"Basic Dev Viewer":"Test Basic Dev Viewer","Basic Test Mode":"Test Basic Test Mode","Basic Viewer":"Test Basic Viewer","Microscopy":"Test Microscopy","Segmentation":"Test Segmentation","Total Metabolic Tumor Volume":"Test Total Metabolic Tumor Volume"}'),PatientInfo:JSON.parse('{"Age":"Test Age","Sex":"Test Sex","MRN":"Test MRN","Thickness":"Test Thickness","Spacing":"Test Spacing","Scanner":"Test Scanner"}'),SegmentationTable:JSON.parse('{"Active":"Test Active","Add new segmentation":"Test Add new segmentation","Add segment":"Test Add segment","Add segmentation":"Test Add segmentation","Delete":"Test Delete","Display inactive segmentations":"Test Display inactive segmentations","Export DICOM SEG":"Test Export DICOM SEG","Download DICOM SEG":"Test Download DICOM SEG","Download DICOM RTSTRUCT":"Test Download DICOM RTSTRUCT","Fill":"Test Fill","Inactive segmentations":"Test Inactive segmentations","Opacity":"Test Opacity","Outline":"Test Outline","Rename":"Test Rename","Segmentation":"Test Segmentation","Size":"Test Size"}'),SidePanel:JSON.parse('{"Studies":"Test Studies","Measurements":"Test Measurements"}'),StudyBrowser:JSON.parse('{"Primary":"Test Primary","Recent":"Test Recent","All":"Test All"}'),StudyItem:JSON.parse('{"Tracked series":"{{trackedSeries}} Test Tracked series"}'),StudyList:JSON.parse('{"Previous":"Test < Previous","AccessionNumber":"Test Accession #","Accession":"Test Accession","Description":"Test Description","Empty":"Test Empty","Filter list to 100 studies or less to enable sorting":"Test Filter list to 100 studies or less to enable sorting","Instances":"Test Instances","MRN":"Test MRN","Modality":"Test Modality","Next":"Test Next >","No studies available":"Test No studies available","Number of studies":"Test Number of studies","PatientName":"Test PatientName","Patient Name":"Test Patient Name","Results per page":"Test Results per page","StudyDate":"Test Study Date","Study date":"Test Study Date","Series":"Test Series","Study List":"Test Study List","Study list":"Test Study list","Upload":"Test Upload"}'),ToolTip:{Zoom:"toolTip1"},TooltipClipboard:JSON.parse('{"Copied":"Test Copied","Failed to copy":"Test Failed to copy"}'),ThumbnailTracked:JSON.parse('{"Series is tracked":"Test Series is tracked","Series is untracked":"Test Series is untracked","Viewport":"Test Viewport"}'),TrackedCornerstoneViewport:JSON.parse('{"Series is tracked and can be viewed in the measurement panel":"Test Series is tracked and can be viewed in the measurement panel","Measurements for untracked series will not be shown in the measurements panel":"Test Measurements for untracked series will not be shown in the measurements panel"}'),UserPreferencesModal:JSON.parse('{"Cancel":"$t(Buttons:Cancel)","No hotkeys found":"No hotkeys are configured for this application. Hotkeys can be configured in the application\'s app-config.js file.","Reset to defaults":"$t(Buttons:Reset to defaults)","ResetDefaultMessage":"Preferences successfully reset to default. <br /> You must <strong>Save</strong> to perform this action.","Save":"$t(Buttons:Save)","SaveMessage":"Test Preferences saved","User preferences":"Test User Preferences","Function":"Test function","Shortcut":"Test shortcut","Language":"Test language","Hotkeys":"Test hotkeys","General":"Test general"}'),ViewportDownloadForm:JSON.parse('{"emptyFilenameError":"The file name cannot be empty.","fileType":"File Type","filename":"File Name","formTitle":"Please specify the dimensions, filename, and desired type for the output image.","imageHeight":"Image height (px)","imagePreview":"Image Preview","imageWidth":"Image width (px)","keepAspectRatio":"Keep aspect ratio","loadingPreview":"Loading Image Preview...","minHeightError":"The minimum valid height is 100px.","minWidthError":"The minimum valid width is 100px.","showAnnotations":"Show Annotations"}'),WindowLevelActionMenu:JSON.parse('{"Back to Display Options":"Test Back to Display Options","Modality Presets":"Test {{modality}} Presets","Modality Window Presets":"Test {{modality}} Window Presets"}')}}};const Le={projectId:"",apiKey:"",referenceLng:"en-US",fallbacklng:"en-US"},Ie="en-US";function Ae(e=Te,t=false,o=false){let n;return t?(Pe(0,"info"),n=z.use(oe).use(re).use(ge).use(he()).use(Oe).init({fallbackLng:Ie,saveMissing:o,debug:Ne,keySeparator:!1,interpolation:{escapeValue:!1},detection:e,backend:Le,locizeLastUsed:Le,editor:{...Le,onEditorSaved:async(e,t)=>{await z.reloadResources(e,t),z.emit("editorSaved")}},react:{useSuspense:!0,bindI18n:"languageChanged editorSaved"}})):(Pe(0,"info"),n=z.use(he()).use(Oe).init({fallbackLng:Ie,resources:De,debug:Ne,keySeparator:!1,interpolation:{escapeValue:!1},detection:e,react:{useSuspense:!0}})),n.then(function(e){z.T=e,Pe(0,"info")})}Pe(0,"info"),z.initializing=Ae(),z.initI18n=Ae,z.addLocales=function(e){Pe(0,"info");let t=[];Object.keys(e).map(o=>{Object.keys(e[o]).map(n=>{const a=e[o][n];t.push({key:o,namespace:n,locale:a}),z.addResourceBundle(o,n,a,!0,!0)})}),Pe(0,"info"),Pe(0,"info")},z.availableLanguages=function(e){const t=[];return Object.keys(e).forEach(e=>{t.push({value:e,label:xe(e)||e})}),t}(De),z.defaultLanguage={label:xe(Ie),value:Ie},z.currentLanguage=()=>({label:xe(z.language),value:z.language});const Ee=z})(),n})());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/i18n",
3
- "version": "3.11.0",
3
+ "version": "3.11.1",
4
4
  "description": "Internationalization library for The OHIF Viewer",
5
5
  "author": "OHIF",
6
6
  "license": "MIT",
@@ -31,24 +31,24 @@
31
31
  "test:unit:ci": "echo 'platform/i18n: missing unit tests'"
32
32
  },
33
33
  "peerDependencies": {
34
- "i18next": "^17.0.3",
35
- "i18next-browser-languagedetector": "^3.0.1",
36
- "react": "^18.3.1",
37
- "react-dom": "^18.3.1",
38
- "react-i18next": "^12.2.2"
34
+ "i18next": "17.3.1",
35
+ "i18next-browser-languagedetector": "3.1.1",
36
+ "react": "18.3.1",
37
+ "react-dom": "18.3.1",
38
+ "react-i18next": "12.3.1"
39
39
  },
40
40
  "dependencies": {
41
- "@babel/runtime": "^7.20.13",
42
- "i18next-locize-backend": "^2.0.0",
43
- "locize-editor": "^2.0.0",
44
- "locize-lastused": "^1.1.0"
41
+ "@babel/runtime": "7.28.2",
42
+ "i18next-locize-backend": "2.2.2",
43
+ "locize-editor": "2.2.2",
44
+ "locize-lastused": "1.1.1"
45
45
  },
46
46
  "devDependencies": {
47
- "i18next": "^17.0.3",
48
- "i18next-browser-languagedetector": "^3.0.1",
49
- "react": "^18.3.1",
50
- "react-dom": "^18.3.1",
51
- "react-i18next": "^12.2.2",
52
- "webpack-merge": "^5.7.3"
47
+ "i18next": "17.3.1",
48
+ "i18next-browser-languagedetector": "3.1.1",
49
+ "react": "18.3.1",
50
+ "react-dom": "18.3.1",
51
+ "react-i18next": "12.3.1",
52
+ "webpack-merge": "5.10.0"
53
53
  }
54
54
  }