/*! this file is auto-generated */ this.wp=this.wp||{},this.wp.i18n=function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||object.defineproperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof symbol&&symbol.tostringtag&&object.defineproperty(t,symbol.tostringtag,{value:"module"}),object.defineproperty(t,"__esmodule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esmodule)return t;var r=object.create(null);if(n.r(r),object.defineproperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esmodule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return object.prototype.hasownproperty.call(t,e)},n.p="",n(n.s="vhyj")}({"4z/t":function(t,e,n){var r;!function(){"use strict";var i={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^t]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxx]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijosttuvxx])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function o(t){return s(l(t),arguments)}function a(t,e){return o.apply(null,[t].concat(e||[]))}function s(t,e){var n,r,a,s,u,l,c,p,f,d=1,h=t.length,g="";for(r=0;r=0),s.type){case"b":n=parseint(n,10).tostring(2);break;case"c":n=string.fromcharcode(parseint(n,10));break;case"d":case"i":n=parseint(n,10);break;case"j":n=json.stringify(n,null,s.width?parseint(s.width):0);break;case"e":n=s.precision?parsefloat(n).toexponential(s.precision):parsefloat(n).toexponential();break;case"f":n=s.precision?parsefloat(n).tofixed(s.precision):parsefloat(n);break;case"g":n=s.precision?string(number(n.toprecision(s.precision))):parsefloat(n);break;case"o":n=(parseint(n,10)>>>0).tostring(8);break;case"s":n=string(n),n=s.precision?n.substring(0,s.precision):n;break;case"t":n=string(!!n),n=s.precision?n.substring(0,s.precision):n;break;case"t":n=object.prototype.tostring.call(n).slice(8,-1).tolowercase(),n=s.precision?n.substring(0,s.precision):n;break;case"u":n=parseint(n,10)>>>0;break;case"v":n=n.valueof(),n=s.precision?n.substring(0,s.precision):n;break;case"x":n=(parseint(n,10)>>>0).tostring(16);break;case"x":n=(parseint(n,10)>>>0).tostring(16).touppercase()}i.json.test(s.type)?g+=n:(!i.number.test(s.type)||p&&!s.sign?f="":(f=p?"+":"-",n=n.tostring().replace(i.sign,"")),l=s.pad_char?"0"===s.pad_char?"0":s.pad_char.charat(1):" ",c=s.width-(f+n).length,u=s.width&&c>0?l.repeat(c):"",g+=s.align?f+n+u:"0"===l?f+u+n:u+f+n)}return g}var u=object.create(null);function l(t){if(u[t])return u[t];for(var e,n=t,r=[],o=0;n;){if(null!==(e=i.text.exec(n)))r.push(e[0]);else if(null!==(e=i.modulo.exec(n)))r.push("%");else{if(null===(e=i.placeholder.exec(n)))throw new syntaxerror("[sprintf] unexpected placeholder");if(e[2]){o|=1;var a=[],s=e[2],l=[];if(null===(l=i.key.exec(s)))throw new syntaxerror("[sprintf] failed to parse named argument key");for(a.push(l[1]);""!==(s=s.substring(l[0].length));)if(null!==(l=i.key_access.exec(s)))a.push(l[1]);else{if(null===(l=i.index_access.exec(s)))throw new syntaxerror("[sprintf] failed to parse named argument key");a.push(l[1])}e[2]=a}else o|=2;if(3===o)throw new error("[sprintf] mixing positional and named placeholders is not (yet) supported");r.push({placeholder:e[0],param_no:e[1],keys:e[2],sign:e[3],pad_char:e[4],align:e[5],width:e[6],precision:e[7],type:e[8]})}n=n.substring(e[0].length)}return u[t]=r}e.sprintf=o,e.vsprintf=a,"undefined"!=typeof window&&(window.sprintf=o,window.vsprintf=a,void 0===(r=function(){return{sprintf:o,vsprintf:a}}.call(e,n,e,t))||(t.exports=r))}()},"4ejc":function(t,e,n){t.exports=function(t,e){var n,r,i=0;function o(){var o,a,s=n,u=arguments.length;t:for(;s;){if(s.args.length===arguments.length){for(a=0;a":5,">=":5,"==":4,"!=":4,"&&":3,"||":2,"?":1,"?:":1},c=["(","?"],p={")":["("],":":["?","?:"]},f=/<=|>=|==|!=|&&|\|\||\?:|\(|!|\*|\/|%|\+|-|<|>|\?|\)|:/;var d={"!":function(t){return!t},"*":function(t,e){return t*e},"/":function(t,e){return t/e},"%":function(t,e){return t%e},"+":function(t,e){return t+e},"-":function(t,e){return t-e},"<":function(t,e){return t":function(t,e){return t>e},">=":function(t,e){return t>=e},"==":function(t,e){return t===e},"!=":function(t,e){return t!==e},"&&":function(t,e){return t&&e},"||":function(t,e){return t||e},"?:":function(t,e,n){if(t)throw e;return n}};function h(t){var e=function(t){for(var e,n,r,i,o=[],a=[];e=t.match(f);){for(n=e[0],(r=t.substr(0,e.index).trim())&&o.push(r);i=a.pop();){if(p[n]){if(p[n][0]===i){n=p[n][1]||n;break}}else if(c.indexof(i)>=0||l[i]1===t?0:1}},b=/^i18n\.(n?gettext|has_translation)(_|$)/,_=(t,e,n)=>{const r=new x({}),i=new set,o=()=>{i.foreach(t=>t())},a=(t,e="default")=>{r.data[e]={...y,...r.data[e],...t},r.data[e][""]={...y[""],...r.data[e][""]}},s=(t,e)=>{a(t,e),o()},u=(t="default",e,n,i,o)=>(r.data[t]||a(void 0,t),r.dcnpgettext(t,e,n,i,o)),l=(t="default")=>t,c=(t,e,r)=>{let i=u(r,e,t);return n?(i=n.applyfilters("i18n.gettext_with_context",i,t,e,r),n.applyfilters("i18n.gettext_with_context_"+l(r),i,t,e,r)):i};if(t&&s(t,e),n){const t=t=>{b.test(t)&&o()};n.addaction("hookadded","core/i18n",t),n.addaction("hookremoved","core/i18n",t)}return{getlocaledata:(t="default")=>r.data[t],setlocaledata:s,resetlocaledata:(t,e)=>{r.data={},r.pluralforms={},s(t,e)},subscribe:t=>(i.add(t),()=>i.delete(t)),__:(t,e)=>{let r=u(e,void 0,t);return n?(r=n.applyfilters("i18n.gettext",r,t,e),n.applyfilters("i18n.gettext_"+l(e),r,t,e)):r},_x:c,_n:(t,e,r,i)=>{let o=u(i,void 0,t,e,r);return n?(o=n.applyfilters("i18n.ngettext",o,t,e,r,i),n.applyfilters("i18n.ngettext_"+l(i),o,t,e,r,i)):o},_nx:(t,e,r,i,o)=>{let a=u(o,i,t,e,r);return n?(a=n.applyfilters("i18n.ngettext_with_context",a,t,e,r,i,o),n.applyfilters("i18n.ngettext_with_context_"+l(o),a,t,e,r,i,o)):a},isrtl:()=>"rtl"===c("ltr","text direction"),hastranslation:(t,e,i)=>{var o,a;const s=e?e+""+t:t;let u=!(null===(o=r.data)||void 0===o||null===(a=o[null!=i?i:"default"])||void 0===a||!a[s]);return n&&(u=n.applyfilters("i18n.has_translation",u,t,e,i),u=n.applyfilters("i18n.has_translation_"+l(i),u,t,e,i)),u}}};var v=n("g56x");const m=_(void 0,void 0,v.defaulthooks);var w=m;const k=m.getlocaledata.bind(m),f=m.setlocaledata.bind(m),s=m.resetlocaledata.bind(m),j=m.subscribe.bind(m),t=m.__.bind(m),o=m._x.bind(m),l=m._n.bind(m),d=m._nx.bind(m),p=m.isrtl.bind(m),i=m.hastranslation.bind(m)},g56x:function(t,e){t.exports=window.wp.hooks}});