@tryghost/comments-ui 0.22.4 → 0.23.0
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.
package/umd/comments-ui.min.js
CHANGED
|
@@ -153,5 +153,5 @@ Add a <Suspense fallback=...> component higher in the tree to provide a loading
|
|
|
153
153
|
1. Must only contain digits, lowercase ASCII letters or "-"
|
|
154
154
|
2. Cannot start or end with "-"
|
|
155
155
|
3. "-" cannot repeat`);oe.customSchemes.push([t,e])}function dE(){oe.scanner=nE(oe.customSchemes);for(let t=0;t<oe.tokenQueue.length;t++)oe.tokenQueue[t][1]({scanner:oe.scanner});oe.parser=sE(oe.scanner.tokens);for(let t=0;t<oe.pluginQueue.length;t++)oe.pluginQueue[t][1]({scanner:oe.scanner,parser:oe.parser});oe.initialized=!0}function K0(t){return oe.initialized||dE(),aE(oe.parser.start,t,oE(oe.scanner.start,t))}function W0(t,e,n){if(e===void 0&&(e=null),n===void 0&&(n=null),e&&typeof e=="object"){if(n)throw Error(`linkifyjs: Invalid link type ${e}; must be a string`);n=e,e=null}const o=new sm(n),r=K0(t),i=[];for(let s=0;s<r.length;s++){const a=r[s];a.isLink&&(!e||a.t===e)&&i.push(a.toFormattedObject(o))}return i}function mE(t){return t.length===1?t[0].isLink:t.length===3&&t[1].isLink?["()","[]"].includes(t[0].value+t[2].value):!1}function fE(t){return new Ve({key:new pt("autolink"),appendTransaction:(e,n,o)=>{const r=e.some(c=>c.docChanged)&&!n.doc.eq(o.doc),i=e.some(c=>c.getMeta("preventAutolink"));if(!r||i)return;const{tr:s}=o,a=xx(n.doc,[...e]);if(Dx(a).forEach(({newRange:c})=>{const u=$x(o.doc,c,p=>p.isTextblock);let m,d;if(u.length>1?(m=u[0],d=o.doc.textBetween(m.pos,m.pos+m.node.nodeSize,void 0," ")):u.length&&o.doc.textBetween(c.from,c.to," "," ").endsWith(" ")&&(m=u[0],d=o.doc.textBetween(m.pos,c.to,void 0," ")),m&&d){const p=d.split(" ").filter(g=>g!=="");if(p.length<=0)return!1;const f=p[p.length-1],y=m.pos+d.lastIndexOf(f);if(!f)return!1;const h=K0(f).map(g=>g.toObject(t.defaultProtocol));if(!mE(h))return!1;h.filter(g=>g.isLink).map(g=>({...g,from:y+g.start+1,to:y+g.end+1})).filter(g=>o.schema.marks.code?!o.doc.rangeHasMark(g.from,g.to,o.schema.marks.code):!0).filter(g=>t.validate(g.value)).forEach(g=>{xh(g.from,g.to,o.doc).some(S=>S.mark.type===t.type)||s.addMark(g.from,g.to,t.type.create({href:g.href}))})}}),!!s.steps.length)return s}})}function pE(t){return new Ve({key:new pt("handleClickLink"),props:{handleClick:(e,n,o)=>{var r,i;if(o.button!==0||!e.editable)return!1;let s=o.target;const a=[];for(;s.nodeName!=="DIV";)a.push(s),s=s.parentNode;if(!a.find(d=>d.nodeName==="A"))return!1;const l=vh(e.state,t.type.name),c=o.target,u=(r=c==null?void 0:c.href)!==null&&r!==void 0?r:l.href,m=(i=c==null?void 0:c.target)!==null&&i!==void 0?i:l.target;return c&&u?(window.open(u,m),!0):!1}}})}function hE(t){return new Ve({key:new pt("handlePasteLink"),props:{handlePaste:(e,n,o)=>{const{state:r}=e,{selection:i}=r,{empty:s}=i;if(s)return!1;let a="";o.content.forEach(c=>{a+=c.textContent});const l=W0(a,{defaultProtocol:t.defaultProtocol}).find(c=>c.isLink&&c.value===a);return!a||!l?!1:(t.editor.commands.setMark(t.type,{href:l.href}),!0)}}})}const gE=/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g;function q0(t,e){const n=["http","https","ftp","ftps","mailto","tel","callto","sms","cid","xmpp"];return e&&e.forEach(o=>{const r=typeof o=="string"?o:o.scheme;r&&n.push(r)}),!t||t.replace(gE,"").match(new RegExp(`^(?:(?:${n.join("|")}):|[^a-z]|[a-z+.-]+(?:[^a-z+.-:]|$))`,"i"))}const yE=Hr.create({name:"link",priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.protocols.forEach(t=>{if(typeof t=="string"){Y0(t);return}Y0(t.scheme,t.optionalSlashes)})},onDestroy(){uE()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:"http",HTMLAttributes:{target:"_blank",rel:"noopener noreferrer nofollow",class:null},validate:t=>!!t}},addAttributes(){return{href:{default:null,parseHTML(t){return t.getAttribute("href")}},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class}}},parseHTML(){return[{tag:"a[href]",getAttrs:t=>{const e=t.getAttribute("href");return!e||!q0(e,this.options.protocols)?!1:null}}]},renderHTML({HTMLAttributes:t}){return q0(t.href,this.options.protocols)?["a",Mo(this.options.HTMLAttributes,t),0]:["a",Mo(this.options.HTMLAttributes,{...t,href:""}),0]},addCommands(){return{setLink:t=>({chain:e})=>e().setMark(this.name,t).setMeta("preventAutolink",!0).run(),toggleLink:t=>({chain:e})=>e().toggleMark(this.name,t,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run(),unsetLink:()=>({chain:t})=>t().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()}},addPasteRules(){return[ek({find:t=>{const e=[];if(t){const{validate:n}=this.options,o=W0(t).filter(r=>r.isLink&&n(r.value));o.length&&o.forEach(r=>e.push({text:r.value,data:{href:r.href},index:r.start}))}return e},type:this.type,getAttributes:t=>{var e;return{href:(e=t.data)===null||e===void 0?void 0:e.href}}})]},addProseMirrorPlugins(){const t=[];return this.options.autolink&&t.push(fE({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:this.options.validate})),this.options.openOnClick===!0&&t.push(pE({type:this.type})),this.options.linkOnPaste&&t.push(hE({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type})),t}}),wE=cn.create({name:"paragraph",priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:"block",content:"inline*",parseHTML(){return[{tag:"p"}]},renderHTML({HTMLAttributes:t}){return["p",Mo(this.options.HTMLAttributes,t),0]},addCommands(){return{setParagraph:()=>({commands:t})=>t.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),SE=ot.create({name:"placeholder",addOptions(){return{emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){return[new Ve({key:new pt("placeholder"),props:{decorations:({doc:t,selection:e})=>{const n=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:o}=e,r=[];if(!n)return null;const i=this.editor.isEmpty;return t.descendants((s,a)=>{const l=o>=a&&o<=a+s.nodeSize,c=!s.isLeaf&&js(s);if((l||!this.options.showOnlyCurrent)&&c){const u=[this.options.emptyNodeClass];i&&u.push(this.options.emptyEditorClass);const m=nt.node(a,a+s.nodeSize,{class:u.join(" "),"data-placeholder":typeof this.options.placeholder=="function"?this.options.placeholder({editor:this.editor,node:s,pos:a,hasAnchor:l}):this.options.placeholder});r.push(m)}return this.options.includeChildren}),me.create(t,r)}}})]}}),bE=cn.create({name:"text",group:"inline"});function lm({placeholder:t,autofocus:e=!1,content:n=""}){return{extensions:[YC,bE,wE,yE.configure({openOnClick:!1}),SE.configure({placeholder:t,showOnlyWhenEditable:!1}),JC.configure({}),KC.configure({})],content:n,autofocus:e,editorProps:{attributes:{class:"gh-comment-content focus:outline-0","data-testid":"editor"}},parseOptions:{preserveWhitespace:"full"}}}const vE=({comment:t,openForm:e,parent:n})=>{const{dispatchAction:o,t:r}=B(),i={placeholder:r("Edit this comment"),autofocus:!1,content:t.html},s=Td({...lm(i)});k.useEffect(()=>{s&&s.chain().focus().command(({tr:c,commands:u})=>u.setTextSelection({from:c.doc.content.size,to:c.doc.content.size})).run()},[s]);const a=k.useCallback(async({html:c})=>{await o("editComment",{comment:{id:t.id,html:c},parent:n})},[n,t,o]),l=k.useCallback(()=>{o("closeCommentForm",e.id)},[o,e]);return w.jsx("div",{className:"px-3 pb-2 pt-3",children:w.jsx("div",{className:"mt-[-16px] pr-3",children:w.jsx(Ud,{close:l,comment:t,editor:s,isOpen:!0,openForm:e,reduced:Rl(),submit:a,submitSize:"small",submitText:r("Save")})})})},G0=t=>k.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"black",...t},k.createElement("path",{d:"M8.00025 13.8739L2.46073 8.09636C1.97388 7.60989 1.65255 6.98248 1.54231 6.30312C1.43208 5.62376 1.53853 4.92694 1.84658 4.31148V4.31148C2.07887 3.84703 2.41819 3.44443 2.83659 3.13684C3.25499 2.82925 3.74049 2.62547 4.25308 2.54231C4.76567 2.45914 5.29069 2.49896 5.78488 2.65849C6.27906 2.81802 6.72827 3.09269 7.09549 3.45987L8.00025 4.36406L8.90502 3.45987C9.27224 3.09269 9.72145 2.81802 10.2156 2.65849C10.7098 2.49896 11.2348 2.45914 11.7474 2.54231C12.26 2.62547 12.7455 2.82925 13.1639 3.13684C13.5823 3.44443 13.9216 3.84703 14.1539 4.31148C14.4616 4.9267 14.5678 5.62311 14.4577 6.30208C14.3476 6.98105 14.0267 7.60817 13.5404 8.09462L8.00025 13.8739Z",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})),Q0=({comment:t})=>{const{dispatchAction:e,member:n,commentsEnabled:o}=B(),r=mt(),[i,s]=k.useState(""),a=o==="paid",l=n&&!!n.paid,c=n&&(l||!a),u=()=>{if(!c&&r&&r.commentImprovements){e("openPopup",{type:"ctaPopup"});return}else if(!c)return;t.liked?e("unlikeComment",t):(e("likeComment",t),s("animate-heartbeat"),setTimeout(()=>{s("")},400))},m=c?"button":"span";let d="cursor-pointer";return c||(d="cursor-text"),r&&r.commentImprovements?w.jsxs("button",{className:`duration-50 group flex cursor-pointer items-center font-sans text-base outline-0 transition-all ease-linear sm:text-sm ${t.liked?"text-black/90 dark:text-white/90":"text-black/50 hover:text-black/75 dark:text-white/60 dark:hover:text-white/75"}`,"data-testid":"like-button",type:"button",onClick:u,children:[w.jsx(G0,{className:i+` mr-[6px] ${t.liked?"fill-black dark:fill-white stroke-black dark:stroke-white":"stroke-black/50 group-hover:stroke-black/75 dark:stroke-white/60 dark:group-hover:stroke-white/75"} ${!t.liked&&c&&"group-hover:stroke-black/75 dark:group-hover:stroke-white/75"} transition duration-50 ease-linear`}),t.count.likes]}):w.jsxs(m,{className:`duration-50 group flex items-center font-sans text-base outline-0 transition-all ease-linear sm:text-sm ${t.liked?"text-black/90 dark:text-white/90":"text-black/50 hover:text-black/75 dark:text-white/60 dark:hover:text-white/75"} ${d}`,"data-testid":"like-button",type:"button",onClick:u,children:[w.jsx(G0,{className:i+` mr-[6px] ${t.liked?"fill-black dark:fill-white stroke-black dark:stroke-white":"stroke-black/50 group-hover:stroke-black/75 dark:stroke-white/60 dark:group-hover:stroke-white/75"} ${!t.liked&&c&&"group-hover:stroke-black/75 dark:group-hover:stroke-white/75"} transition duration-50 ease-linear`}),t.count.likes]})},Z0=({comment:t,close:e})=>{const{dispatchAction:n,t:o}=B(),r=()=>{n("hideComment",t),e()},i=()=>{n("showComment",t),e()},s=t.status!=="published";return w.jsx("div",{className:"flex flex-col",children:s?w.jsxs("button",{className:"w-full text-left text-[14px]",type:"button",onClick:i,children:[w.jsx("span",{className:"hidden sm:inline",children:o("Show comment")}),w.jsx("span",{className:"sm:hidden",children:o("Show")})]}):w.jsxs("button",{className:"w-full text-left text-[14px]",type:"button",onClick:r,children:[w.jsx("span",{className:"hidden text-red-600 sm:inline",children:o("Hide comment")}),w.jsx("span",{className:"text-red-600 sm:hidden",children:o("Hide")})]})})},xE=({comment:t,close:e,toggleEdit:n})=>{const{dispatchAction:o,t:r}=B(),i=()=>{o("deleteComment",t),e()};return w.jsxs("div",{className:"flex flex-col",children:[w.jsx("button",{className:"mb-3 w-full text-left text-[14px]","data-testid":"edit",type:"button",onClick:n,children:r("Edit")}),w.jsx("button",{className:"w-full text-left text-[14px] text-red-600",type:"button",onClick:i,children:r("Delete")})]})},kE=({comment:t,close:e})=>{const{dispatchAction:n,t:o}=B(),r=()=>{n("openPopup",{type:"reportPopup",comment:t}),e()};return w.jsx("div",{className:"flex flex-col",children:w.jsxs("button",{className:"w-full text-left text-[14px]",type:"button",onClick:r,children:[w.jsx("span",{className:"hidden sm:inline",children:o("Report comment")}),w.jsx("span",{className:"sm:hidden",children:o("Report")})]})})},$E=({comment:t,close:e,toggleEdit:n,isLastComment:o})=>{var d;const{member:r,admin:i}=B(),s=r&&((d=t.member)==null?void 0:d.uuid)===(r==null?void 0:r.uuid),a=!!i,l=k.useRef(null),c=mt();k.useEffect(()=>{var y,h;const p=()=>{e()};window.addEventListener("click",p,{passive:!0});const f=(h=(y=l.current)==null?void 0:y.ownerDocument)==null?void 0:h.defaultView;return f&&f!==window&&f.addEventListener("click",p,{passive:!0}),()=>{window.removeEventListener("click",p,{passive:!0}),f&&f!==window&&f.removeEventListener("click",p,{passive:!0})}},[e]),k.useEffect(()=>{const p=f=>{f.key==="Escape"&&e()};return window.addEventListener("keydown",p,{passive:!0}),()=>{window.removeEventListener("keydown",p,{passive:!0})}},[e]);const u=p=>{p.stopPropagation()};let m=null;if(t.status==="published")s?m=w.jsx(xE,{close:e,comment:t,toggleEdit:n}):a?m=w.jsx(Z0,{close:e,comment:t}):m=w.jsx(kE,{close:e,comment:t});else if(a)m=w.jsx(Z0,{close:e,comment:t});else return null;return c.commentImprovements?w.jsx("div",{ref:l,className:"relative",onClick:u,children:w.jsx("div",{className:`absolute z-10 min-w-min whitespace-nowrap rounded bg-white py-3 pl-4 pr-8 font-sans text-sm shadow-lg outline-0 sm:min-w-36 dark:bg-neutral-800 dark:text-white ${o?"bottom-full mb-6":"top-0"}`,children:m})}):w.jsx("div",{ref:l,onClick:u,children:w.jsx("div",{className:"absolute z-10 min-w-min whitespace-nowrap rounded bg-white py-3 pl-4 pr-8 font-sans text-sm shadow-lg outline-0 sm:min-w-36 dark:bg-neutral-800 dark:text-white",children:m})})},CE=t=>k.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"black",xmlns:"http://www.w3.org/2000/svg",...t},k.createElement("path",{d:"M3 12C3.82843 12 4.5 11.3284 4.5 10.5C4.5 9.67157 3.82843 9 3 9C2.17157 9 1.5 9.67157 1.5 10.5C1.5 11.3284 2.17157 12 3 12Z"}),k.createElement("path",{d:"M8 12C8.82843 12 9.5 11.3284 9.5 10.5C9.5 9.67157 8.82843 9 8 9C7.17157 9 6.5 9.67157 6.5 10.5C6.5 11.3284 7.17157 12 8 12Z"}),k.createElement("path",{d:"M13 12C13.8284 12 14.5 11.3284 14.5 10.5C14.5 9.67157 13.8284 9 13 9C12.1716 9 11.5 9.67157 11.5 10.5C11.5 11.3284 12.1716 12 13 12Z"})),ml=({comment:t,toggleEdit:e})=>{var p;const[n,o]=k.useState(!1),{member:r,admin:i,pagination:s,comments:a}=B(),l=!!i,c=()=>{o(f=>!f)},u=()=>{o(!1)},m=(!s||s.total<=s.page*s.limit)&&((p=a[a.length-1])==null?void 0:p.id)===t.id;return!!r&&t.status==="published"||l?w.jsxs("div",{"data-testid":"more-button",children:[w.jsx("button",{className:"outline-0",type:"button",onClick:c,children:w.jsx(CE,{className:`duration-50 gh-comments-icon gh-comments-icon-more outline-0 transition ease-linear hover:fill-black/75 dark:hover:fill-white/75 ${n?"fill-black/75 dark:fill-white/75":"fill-black/50 dark:fill-white/60"}`})}),n?w.jsx($E,{close:u,comment:t,isLastComment:m,toggleEdit:e}):null]}):null},EE=({loadMore:t,count:e})=>{const{t:n}=B(),o=e===1?n("Show 1 more reply"):n("Show {{amount}} more replies",{amount:vr(e)}),r=n("{{amount}} more",{amount:vr(e)});return w.jsx("div",{className:"flex w-full items-center justify-start",children:w.jsx("button",{className:"text-md group mb-10 ml-[48px] flex w-auto items-center px-0 pb-2 pt-0 text-left font-sans font-semibold text-neutral-700 sm:mb-12 dark:text-white ","data-testid":"reply-pagination-button",type:"button",onClick:t,children:w.jsxs("span",{className:"flex h-[40px] w-auto items-center justify-center whitespace-nowrap rounded-[6px] bg-black/5 px-4 py-2 text-center font-sans text-sm font-semibold text-neutral-700 outline-0 transition-all duration-150 hover:bg-black/10 dark:bg-white/15 dark:text-neutral-300 dark:hover:bg-white/20 dark:hover:text-neutral-100",children:["↓ ",w.jsx("span",{className:"ml-1 hidden sm:inline",children:o}),w.jsx("span",{className:"ml-1 inline sm:hidden",children:r})," "]})})})},NE=({comment:t})=>{const{dispatchAction:e}=B(),n=t.count.replies-t.replies.length,o=()=>{e("loadMoreReplies",{comment:t})};return w.jsxs("div",{children:[t.replies.map(r=>w.jsx(cm,{comment:r,parent:t},r.id)),n>0&&w.jsx(EE,{count:n,loadMore:o})]})},AE=t=>k.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",stroke:"black",xmlns:"http://www.w3.org/2000/svg",...t},k.createElement("path",{d:"M7.17463 2.98741C7.17439 2.7888 7.11434 2.59487 7.00229 2.43088C6.89025 2.26689 6.73141 2.14046 6.54647 2.06805C6.36153 1.99564 6.15907 1.98061 5.96546 2.02492C5.77186 2.06923 5.5961 2.17083 5.46107 2.31648L1.86192 6.21418C1.69351 6.39677 1.60001 6.63606 1.60001 6.88445C1.60001 7.13284 1.69351 7.37213 1.86192 7.55472L5.45909 11.4524C5.59412 11.5981 5.76988 11.6997 5.96349 11.744C6.15709 11.7883 6.35955 11.7733 6.54449 11.7009C6.72943 11.6284 6.88827 11.502 7.00032 11.338C7.11236 11.174 7.17242 10.9801 7.17265 10.7815V8.86164H9.12703C10.438 8.86164 11.6953 9.38241 12.6222 10.3094C13.5492 11.2364 14.07 12.4937 14.07 13.8046V9.85023C14.07 8.53927 13.5492 7.28201 12.6222 6.35502C11.6953 5.42803 10.438 4.90726 9.12703 4.90726H7.17265L7.17463 2.98741Z",strokeWidth:1.3,strokeLinecap:"round",strokeLinejoin:"round"})),X0=({disabled:t,isReplying:e,openReplyForm:n})=>{const{member:o,t:r,dispatchAction:i,commentsEnabled:s}=B(),a=mt(),l=s==="paid",c=o&&!!o.paid,u=o&&(c||!l),m=()=>{if(!u&&a&&a.commentImprovements){i("openPopup",{type:"ctaPopup"});return}n()};return!o&&!(a!=null&&a.commentImprovements)?null:w.jsxs("button",{className:`duration-50 group flex items-center font-sans text-base outline-0 transition-all ease-linear sm:text-sm ${e?"text-black/90 dark:text-white/90":"text-black/50 hover:text-black/75 dark:text-white/60 dark:hover:text-white/75"}`,"data-testid":"reply-button",disabled:!!t,type:"button",onClick:m,children:[w.jsx(AE,{className:`mr-[6px] ${e?"fill-black dark:fill-white":"stroke-black/50 group-hover:stroke-black/75 dark:stroke-white/60 dark:group-hover:stroke-white/75"} duration-50 transition ease-linear`}),r("Reply")]})},RE=({openForm:t,parent:e})=>{const{postId:n,dispatchAction:o,t:r}=B(),[,i]=FC(Um),s={placeholder:r("Reply to comment"),autofocus:!0},a=Td({...lm(s)}),l=k.useCallback(async({html:m})=>{await o("addReply",{parent:e,reply:{post_id:n,in_reply_to_id:t.in_reply_to_id,status:"published",html:m}})},[e,n,t,o]),c=k.useCallback(()=>{o("closeCommentForm",t.id)},[o,t]),u=w.jsxs(w.Fragment,{children:[w.jsx("span",{className:"hidden sm:inline",children:r("Add reply")}),w.jsx("span",{className:"sm:hidden",children:r("Reply")})]});return w.jsx("div",{ref:i,children:w.jsx("div",{className:"mt-[-16px] pr-3",children:w.jsx(Ud,{close:c,editor:a,isOpen:!0,openForm:t,reduced:Rl(),submit:l,submitSize:"medium",submitText:u})})})},cm=({comment:t,parent:e})=>w.jsx(co,{"data-testid":"animated-comment",enter:"transition-opacity duration-300 ease-out",enterFrom:"opacity-0",enterTo:"opacity-100",id:t.id,leave:"transition-opacity duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0",show:!0,appear:!0,children:w.jsx(OE,{comment:t,parent:e})}),OE=({comment:t,parent:e})=>{const{openCommentForms:n}=B(),o=n.find(i=>i.id===t.id&&i.type==="edit");return o?w.jsx(vE,{comment:t,openForm:o,parent:e}):w.jsx(ME,{comment:t,parent:e})},DE=(t,e,n)=>{const o=t.replies&&t.replies.length>0,r=t.status==="deleted",i=t.status==="hidden";return n!=null&&n.commentImprovements?{showDeletedMessage:r&&o,showHiddenMessage:o&&i&&!e,showCommentContent:!r&&(e||t.status==="published")}:{showDeletedMessage:!1,showHiddenMessage:!1,showCommentContent:t.status==="published"}},ME=({comment:t,parent:e})=>{const{dispatchAction:n,admin:o}=B(),r=mt(),{showDeletedMessage:i,showHiddenMessage:s,showCommentContent:a}=DE(t,o,r),l=k.useCallback(()=>{const c={id:t.id,type:"edit",hasUnsavedChanges:!1,in_reply_to_id:t.in_reply_to_id,in_reply_to_snippet:t.in_reply_to_snippet};n("openCommentForm",c)},[t.id,n]);return i?w.jsx(e1,{comment:t,openEditMode:l}):a&&!s?w.jsx(TE,{comment:t,openEditMode:l,parent:e}):!r.commentImprovements&&t.status!=="published"||s?w.jsx(e1,{comment:t,openEditMode:l}):null},TE=({comment:t,parent:e,openEditMode:n})=>{const{dispatchAction:o,openCommentForms:r,admin:i}=B(),l=mt().commentImprovements&&i&&t.status==="hidden"?"opacity-30":"",c=r.find(y=>(y.id===t.id||y.parent_id===t.id)&&y.type==="reply"),u=c&&(!c.parent_id||c.parent_id===t.id),m=!!(c&&c.id===t.id),d=k.useCallback(async()=>{if(c&&c.id===t.id)o("closeCommentForm",c.id);else{const y={};e&&(y.in_reply_to_id=t.id,y.in_reply_to_snippet=nw(t));const h={id:t.id,parent_id:e==null?void 0:e.id,type:"reply",hasUnsavedChanges:!1,...y};await o("openCommentForm",h)}},[t,e,c,o]),p=u||t.replies&&t.replies.length>0,f=w.jsx(Ol,{comment:t});return w.jsxs(o1,{avatar:f,className:l,hasReplies:p,children:[w.jsx(LE,{className:l,comment:t}),w.jsx(zE,{className:l,html:t.html}),w.jsx(FE,{comment:t,highlightReplyButton:m,openEditMode:n,openReplyForm:d,parent:e}),w.jsx(t1,{comment:t}),u&&w.jsx(n1,{comment:t,openForm:c})]})},e1=({comment:t,openEditMode:e})=>{const{openCommentForms:n,t:o,labs:r,admin:i}=B(),s=r.commentImprovements&&i&&t.status!=="deleted"?w.jsx(Ol,{comment:t}):w.jsx(ow,{}),a=t.replies&&t.replies.length>0,l=t.status==="hidden"?o("This comment has been hidden."):t.status==="deleted"?o("This comment has been removed."):"",c=n.find(d=>(d.id===t.id||d.parent_id===t.id)&&d.type==="reply"),u=c&&(!c.parent_id||c.parent_id===t.id),m=i&&t.status==="hidden";return w.jsxs(o1,{avatar:s,hasReplies:a,children:[w.jsx("div",{className:"mt-[-3px] flex items-start",children:w.jsxs("div",{className:"flex h-10 flex-row items-center gap-4 pb-[8px] pr-4",children:[w.jsx("p",{className:"text-md mt-[4px] font-sans leading-normal text-neutral-900/40 sm:text-lg dark:text-white/60",children:l}),m&&w.jsx("div",{className:"mt-[4px]",children:w.jsx(ml,{comment:t,toggleEdit:e})})]})}),w.jsx(t1,{comment:t}),u&&w.jsx(n1,{comment:t,openForm:c})]})},jE=({comment:t})=>{var o;const{member:e}=B(),n=e&&t.member&&t.member.uuid===e.uuid?e.expertise:(o=t==null?void 0:t.member)==null?void 0:o.expertise;return n?w.jsxs("span",{className:"[overflow-wrap:anywhere]",children:[w.jsx("span",{className:"mx-[0.3em] hidden sm:inline-block",children:"·"}),n]}):null},PE=({comment:t})=>{const{t:e}=B();return t.edited_at?w.jsxs("span",{children:[" (",e("edited"),")"]}):null},t1=({comment:t,className:e=""})=>t.replies&&t.replies.length>0?w.jsx("div",{className:`mb-4 ml-[-1.4rem] mt-7 sm:mb-0 sm:mt-8 ${e}`,children:w.jsx(NE,{comment:t})}):null,n1=({comment:t,openForm:e})=>w.jsx("div",{className:"my-8 sm:my-10",children:w.jsx(RE,{openForm:e,parent:t})}),IE=({comment:t})=>{const{t:e}=B(),n=X1(t,e);return w.jsx("h4",{className:"font-sans text-base font-bold leading-snug text-neutral-900 sm:text-sm dark:text-white/85",children:n})},LE=({comment:t,className:e=""})=>{var c;const{t:n}=B(),o=mt(),r=BC(t.created_at),{member:i}=B(),s=i&&t.member&&t.member.uuid===i.uuid?i.expertise:(c=t==null?void 0:t.member)==null?void 0:c.expertise,a=o.commentImprovements&&t.in_reply_to_id&&t.in_reply_to_snippet,l=u=>{if(u.preventDefault(),!u.target)return;const m=u.target.ownerDocument.getElementById(t.in_reply_to_id);m&&m.scrollIntoView({behavior:"smooth",block:"center"})};return w.jsxs(w.Fragment,{children:[w.jsxs("div",{className:`mt-0.5 flex flex-wrap items-start sm:flex-row ${s?"flex-col":"flex-row"} ${a?"mb-0.5":"mb-2"} ${e}`,children:[w.jsx(IE,{comment:t}),w.jsx("div",{className:"flex items-baseline pr-4 font-sans text-base leading-snug text-neutral-900/50 sm:text-sm dark:text-white/60",children:w.jsxs("span",{children:[w.jsx(jE,{comment:t}),w.jsxs("span",{title:Z1(t.created_at),children:[w.jsx("span",{className:"mx-[0.3em]",children:"·"}),r]}),w.jsx(PE,{comment:t})]})})]}),a&&w.jsxs("a",{className:"mb-2 line-clamp-1 font-sans text-base leading-snug text-neutral-900/50 sm:text-sm dark:text-white/60",href:`#${t.in_reply_to_id}`,onClick:l,children:[w.jsx("span",{children:n("replied to comment")}),":",w.jsx("span",{className:"ml-0.5 font-semibold text-[#8B8B8B]","data-testid":"comment-in-reply-to",children:t.in_reply_to_snippet})]})]})},zE=({html:t,className:e=""})=>{const n={__html:t};return w.jsx("div",{className:`mt mb-2 flex flex-row items-center gap-4 pr-4 ${e}`,children:w.jsx("p",{dangerouslySetInnerHTML:n,className:"gh-comment-content text-md text-pretty font-sans leading-normal text-neutral-900 [overflow-wrap:anywhere] sm:text-lg dark:text-white/85","data-testid":"comment-content"})})},FE=({comment:t,openReplyForm:e,highlightReplyButton:n,openEditMode:o,parent:r,className:i=""})=>{const{member:s,commentsEnabled:a,t:l,admin:c}=B(),u=mt(),m=a==="paid",d=s&&!!s.paid,p=s&&(d||!m)&&(u.commentImprovements?!0:!r);return u.commentImprovements&&c&&t.status==="hidden"?w.jsxs("div",{className:`flex items-center gap-4 ${i}`,children:[w.jsx("span",{className:"font-sans text-base leading-snug text-red-600 sm:text-sm",children:l("Hidden for members")}),w.jsx(ml,{comment:t,toggleEdit:o})]}):u.commentImprovements?w.jsxs("div",{className:`flex items-center gap-4 ${i}`,children:[w.jsx(Q0,{comment:t}),w.jsx(X0,{isReplying:n,openReplyForm:e}),w.jsx(ml,{comment:t,toggleEdit:o})]}):w.jsxs("div",{className:`flex items-center gap-4 ${i}`,children:[w.jsx(Q0,{comment:t}),p&&w.jsx(X0,{isReplying:n,openReplyForm:e}),w.jsx(ml,{comment:t,toggleEdit:o})]})},HE=({hasReplies:t})=>t?w.jsx("div",{className:"mb-2 h-full w-px grow rounded bg-gradient-to-b from-neutral-900/10 via-neutral-900/10 to-transparent dark:from-white/10 dark:via-white/10"}):null,o1=({children:t,avatar:e,hasReplies:n,className:o=""})=>w.jsxs("div",{className:`flex w-full flex-row ${n===!0?"mb-0":"mb-7"}`,"data-testid":"comment-component",children:[w.jsxs("div",{className:"mr-2 flex flex-col items-center justify-start sm:mr-3",children:[w.jsx("div",{className:`flex-0 mb-3 sm:mb-4 ${o}`,children:e}),w.jsx(HE,{hasReplies:n})]}),w.jsx("div",{className:"grow",children:t})]}),BE=({showCount:t,count:e})=>{const{t:n}=B();return t?e===1?w.jsx("div",{className:"text-md text-neutral-900/50 sm:text-lg dark:text-white/50","data-testid":"count",children:n("1 comment")}):w.jsx("div",{className:"text-md text-neutral-900/50 sm:text-lg dark:text-white/50","data-testid":"count",children:n("{{amount}} comments",{amount:vr(e)})}):null},VE=({title:t})=>{const{t:e}=B();return t===null?w.jsxs(w.Fragment,{children:[w.jsx("span",{className:"sm:hidden",children:e("Discussion")}),w.jsx("span",{className:"hidden sm:inline",children:e("Member discussion")})]}):w.jsx(w.Fragment,{children:t})},r1=({title:t,showCount:e,count:n})=>!t&&!e&&t!==null?null:w.jsxs("div",{className:"mb-7 flex w-full items-baseline justify-between font-sans",children:[w.jsx("h2",{className:"text-[2.2rem] font-bold tracking-tight text-neutral-900 sm:text-2xl dark:text-white","data-testid":"title",children:w.jsx(VE,{title:t})}),w.jsx(BE,{count:n,showCount:e})]}),i1=({commentsCount:t})=>{const{postId:e,dispatchAction:n,t:o}=B(),r={placeholder:o(t===0?"Start the conversation":"Join the discussion"),autofocus:!1},i=Td({...lm(r)},[t]),s=k.useCallback(async({html:u})=>{await n("addComment",{post_id:e,status:"published",html:u}),i==null||i.commands.clearContent()},[e,n,i]),a=k.useRef(null);k.useEffect(()=>{if(!i)return;const u=m=>{var f;if(!i||m.metaKey||m.ctrlKey)return;let d=document.activeElement;for(;d&&d.tagName==="IFRAME"&&d.contentDocument;)d=((f=d.contentDocument)==null?void 0:f.activeElement)??null;const p=d&&(d.tagName==="INPUT"||d.tagName==="TEXTAREA"||d.tagName==="IFRAME"||d.contentEditable==="true");if(m.key==="c"&&!(i!=null&&i.isFocused)&&!p){i==null||i.commands.focus(),a.current&&Um(a.current);return}};return window.addEventListener("keydown",u,{passive:!0}),()=>{window.removeEventListener("keydown",u,{passive:!0})}},[i]);const l={submitText:w.jsxs(w.Fragment,{children:[w.jsxs("span",{className:"hidden sm:inline",children:[o("Add comment")," "]}),w.jsx("span",{className:"sm:hidden",children:o("Comment")})]}),submitSize:"large",submit:s},c=(i==null?void 0:i.isFocused)??!1;return w.jsx("div",{ref:a,className:"px-3 pb-2 pt-3","data-testid":"main-form",children:w.jsx(Ud,{editor:i,isOpen:c,reduced:!1,...l})})},s1=()=>{const{pagination:t,dispatchAction:e,t:n}=B(),o=mt(),r=()=>{e("loadMoreComments",{})};if(!t)return null;const i=t.total-t.page*t.limit;if(i<=0)return null;const s=o.commentImprovements?i===1?"Load more (1)":`Load more (${vr(i)})`:i===1?n("Show 1 previous comment"):n("Show {{amount}} previous comments",{amount:vr(i)});return o.commentImprovements?w.jsx("button",{className:"text-md group mb-10 flex items-center px-0 pb-2 pt-0 text-left font-sans font-semibold text-neutral-700 dark:text-white","data-testid":"pagination-component",type:"button",onClick:r,children:w.jsx("span",{className:"flex h-[40px] items-center justify-center whitespace-nowrap rounded-[6px] bg-black/5 px-4 py-2 text-center font-sans text-sm font-semibold text-neutral-700 outline-0 transition-all duration-150 hover:bg-black/10 dark:bg-white/15 dark:text-neutral-300 dark:hover:bg-white/20 dark:hover:text-neutral-100",children:s})}):w.jsx("button",{className:"text-md group mb-10 flex w-full items-center px-0 pb-2 pt-0 text-left font-sans font-semibold text-neutral-700 dark:text-white","data-testid":"pagination-component",type:"button",onClick:r,children:w.jsxs("span",{className:"flex h-[40px] w-full items-center justify-center whitespace-nowrap rounded-[6px] bg-black/5 px-3 py-2 text-center font-sans text-sm font-semibold text-neutral-700 outline-0 transition-all duration-150 hover:bg-black/10 dark:bg-white/15 dark:text-neutral-300 dark:hover:bg-white/20 dark:hover:text-neutral-100",children:["↑ ",s]})})},fl="ghost-comments-root",UE=t=>k.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...t},k.createElement("path",{d:"M23.25,7.311,12.53,18.03a.749.749,0,0,1-1.06,0L.75,7.311",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd"})),_E=()=>{var c;const t=G1(),[e,n]=k.useState(!1),[o,r]=k.useState("count__likes desc, created_at desc"),i=k.useRef(null),s=[{value:"count__likes desc, created_at desc",label:"Best"},{value:"created_at desc",label:"Newest"},{value:"created_at asc",label:"Oldest"}],a=u=>{r(u),t(u),n(!1)};k.useEffect(()=>{var d,p;const u=()=>{n(!1)};window.addEventListener("click",u,{passive:!0});const m=(p=(d=i.current)==null?void 0:d.ownerDocument)==null?void 0:p.defaultView;return m&&m!==window&&m.addEventListener("click",u,{passive:!0}),()=>{window.removeEventListener("click",u,{passive:!0}),m&&m!==window&&m.removeEventListener("click",u,{passive:!0})}},[]);const l=u=>{u.stopPropagation()};return w.jsxs("div",{ref:i,className:"relative","data-testid":"comments-sorting-form",onClick:l,children:[w.jsxs("button",{className:"flex w-full items-center justify-between gap-2 text-sm font-medium text-neutral-900 focus-visible:outline-none dark:text-neutral-100",type:"button",onClick:()=>n(!e),children:[(c=s.find(u=>u.value===o))==null?void 0:c.label,w.jsx("span",{className:"h-2 w-2 stroke-[3px]",children:w.jsx(UE,{})})]}),e&&w.jsx("div",{className:"absolute -left-4 mt-1.5 w-36 origin-top-right rounded-md bg-white shadow-lg dark:bg-neutral-800",children:w.jsx("div",{"aria-labelledby":"options-menu","aria-orientation":"vertical",className:"py-1","data-testid":"comments-sorting-form-dropdown",role:"menu",children:s.map(u=>w.jsx("button",{className:"block w-full px-4 py-1.5 text-left text-sm text-neutral-600 transition-all hover:text-neutral-900 dark:text-neutral-200 dark:hover:text-white",role:"menuitem",type:"button",onClick:()=>a(u.value),children:u.label},u.value))})})]})},JE=()=>{const t=mt(),{pagination:e,member:n,comments:o,commentCount:r,commentsEnabled:i,title:s,showCount:a,openFormCount:l,t:c}=B();let u;const m=o;t&&t.commentImprovements?u=m.slice().map(h=>w.jsx(cm,{comment:h},h.id)):u=m.slice().reverse().map(h=>w.jsx(cm,{comment:h},h.id)),k.useEffect(()=>{const h=document.getElementById(fl);h&&window.location.hash==="#ghost-comments"&&window.scrollY===0&&requestAnimationFrame(()=>{requestAnimationFrame(()=>{h.scrollIntoView()})})},[]);const d=i==="paid",p=n&&!!n.paid,f=(e==null?void 0:e.total)===0,y=l>0;return t.commentImprovements?w.jsxs(w.Fragment,{children:[w.jsx(r1,{count:r,showCount:a,title:s}),w.jsx("div",{children:n&&(p||!d)?w.jsx(i1,{commentsCount:o.length}):w.jsx("section",{className:"flex flex-col items-center py-6 sm:px-8 sm:py-10","data-testid":"cta-box",children:w.jsx(Gi,{isFirst:f,isPaid:d})})}),r>1&&w.jsx("div",{className:"z-20 mb-7 mt-3",children:w.jsxs("span",{className:"flex items-center gap-1.5 text-sm font-medium text-neutral-900 dark:text-neutral-100",children:[c("Sort by"),": ",w.jsx(_E,{})]})}),w.jsx("div",{className:"z-10","data-test":"comment-elements",children:u}),w.jsx(s1,{}),t!=null&&t.testFlag?w.jsx("div",{"data-testid":"this-comes-from-a-flag",style:{display:"none"}}):null]}):w.jsxs(w.Fragment,{children:[w.jsx(r1,{count:r,showCount:a,title:s}),w.jsx(s1,{}),w.jsx("div",{className:e?"":"mt-4","data-test":"comment-elements",children:u}),w.jsx("div",{children:y?null:n?p||!d?w.jsx(i1,{commentsCount:r}):w.jsx("section",{className:`flex flex-col items-center pt-[40px] ${n?"pb-[32px]":"pb-[48px]"} ${!f&&"mt-4"} ${(!n||n&&d)&&r?"border-t":"border-none"} border-[rgba(0,0,0,0.075)] sm:px-8 dark:border-[rgba(255,255,255,0.1)]`,"data-testid":"cta-box",children:w.jsx(Gi,{isFirst:f,isPaid:d})}):w.jsx("section",{className:`flex flex-col items-center pt-[40px] ${n?"pb-[32px]":"pb-[48px]"} ${!f&&"mt-4"} ${(!n||n&&d)&&r?"border-t":"border-none"} border-[rgba(0,0,0,0.075)] sm:px-8 dark:border-[rgba(255,255,255,0.1)]`,"data-testid":"cta-box",children:w.jsx(Gi,{isFirst:f,isPaid:d})})}),t!=null&&t.testFlag?w.jsx("div",{"data-testid":"this-comes-from-a-flag",style:{display:"none"}}):null]})};function YE(){return w.jsx("div",{className:"flex h-32 w-full items-center justify-center","data-testid":"loading",children:w.jsx(jd,{className:"mb-6 h-12 w-12 fill-white/90 dark:fill-white/60"})})}const KE=({done:t})=>{const e=(l,c,u)=>{const m=[l,c,u].map(function(d){return d/=255,d<=.03928?d/12.92:Math.pow((d+.055)/1.055,2.4)});return m[0]*.2126+m[1]*.7152+m[2]*.0722},n=(l,c)=>{const u=e(l[0],l[1],l[2]),m=e(c[0],c[1],c[2]),d=Math.max(u,m),p=Math.min(u,m);return(d+.05)/(p+.05)},{accentColor:o,colorScheme:r}=B(),s=(()=>{if(r==="light")return!1;if(r==="dark")return!0;{const l=document.getElementById(fl);if(!l||!l.parentElement)return!1;const c=getComputedStyle(l.parentElement).getPropertyValue("color"),u=c.substring(c.indexOf("(")+1,c.lastIndexOf(")")).split(/,\s*/),m=parseInt(u[0]),d=parseInt(u[1]),p=parseInt(u[2]);return n([255,255,255],[m,d,p])<5}})()?"dark":"",a={"--gh-accent-color":o??"black",paddingTop:0,paddingBottom:24};return w.jsx("section",{className:"ghost-display "+s,"data-loaded":t,"data-testid":"content-box",style:a,children:t?w.jsx(JE,{}):w.jsx(YE,{})})};class WE extends k.Component{constructor(n){super(n);wr(this,"node");wr(this,"iframeHtml");wr(this,"iframeHead");wr(this,"iframeRoot");wr(this,"handleLoad",()=>{this.setupFrameBaseStyle()});this.setNode=this.setNode.bind(this),this.node=null}componentDidMount(){this.node.addEventListener("load",this.handleLoad)}componentWillUnmount(){this.node.removeEventListener("load",this.handleLoad)}setupFrameBaseStyle(){var n,o;this.node.contentDocument&&(this.iframeHtml=this.node.contentDocument.documentElement,this.iframeHead=this.node.contentDocument.head,this.iframeRoot=this.node.contentDocument.body,this.forceUpdate(),this.props.onResize&&((o=(n=new ResizeObserver(r=>{window.requestAnimationFrame(()=>{this.props.onResize(this.iframeRoot)})}))==null?void 0:n.observe)==null||o.call(n,this.iframeRoot)),this.node.contentWindow.addEventListener("keydown",r=>{window.dispatchEvent(new KeyboardEvent("keydown",r))}))}setNode(n){this.node=n,this.props.innerRef&&(this.props.innerRef.current=n)}render(){const{children:n,head:o,title:r="",style:i={},...s}=this.props;return w.jsxs("iframe",{srcDoc:"<!DOCTYPE html>",...s,ref:this.setNode,frameBorder:"0",style:i,title:r,children:[this.iframeHead&&Ad.createPortal(o,this.iframeHead),this.iframeRoot&&Ad.createPortal(n,this.iframeRoot)]})}}const qE=k.forwardRef(function(e,n){return w.jsx(WE,{...e,innerRef:n})}),GE=`*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.-left-4{left:-1.6rem}.bottom-1{bottom:.4rem}.bottom-full{bottom:100%}.left-0{left:0px}.right-1{right:.4rem}.right-6{right:2.4rem}.top-0{top:0px}.top-1{top:.4rem}.top-5{top:2rem}.z-10{z-index:10}.z-20{z-index:20}.-mx-3{margin-left:-1.2rem;margin-right:-1.2rem}.mx-\\[0\\.3em\\]{margin-left:.3em;margin-right:.3em}.my-8{margin-top:3.2rem;margin-bottom:3.2rem}.mb-0{margin-bottom:0}.mb-0\\.5{margin-bottom:.2rem}.mb-1{margin-bottom:.4rem}.mb-1\\.5{margin-bottom:.6rem}.mb-10{margin-bottom:4rem}.mb-2{margin-bottom:.8rem}.mb-3{margin-bottom:1.2rem}.mb-4{margin-bottom:1.6rem}.mb-6{margin-bottom:2.4rem}.mb-7{margin-bottom:2.8rem}.mb-\\[12px\\]{margin-bottom:12px}.mb-\\[28px\\]{margin-bottom:28px}.mb-\\[8px\\]{margin-bottom:8px}.ml-0\\.5{margin-left:.2rem}.ml-1{margin-left:.4rem}.ml-2\\.5{margin-left:1rem}.ml-\\[-1\\.4rem\\]{margin-left:-1.4rem}.ml-\\[48px\\]{margin-left:48px}.mr-1{margin-right:.4rem}.mr-2{margin-right:.8rem}.mr-\\[6px\\]{margin-right:6px}.mt-0\\.5{margin-top:.2rem}.mt-1\\.5{margin-top:.6rem}.mt-10{margin-top:4rem}.mt-3{margin-top:1.2rem}.mt-4{margin-top:1.6rem}.mt-6{margin-top:2.4rem}.mt-7{margin-top:2.8rem}.mt-8{margin-top:3.2rem}.mt-\\[-10px\\]{margin-top:-10px}.mt-\\[-16px\\]{margin-top:-16px}.mt-\\[-1px\\]{margin-top:-1px}.mt-\\[-3px\\]{margin-top:-3px}.mt-\\[4px\\]{margin-top:4px}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.contents{display:contents}.hidden{display:none}.h-10{height:4rem}.h-11{height:4.4rem}.h-12{height:4.8rem}.h-2{height:.8rem}.h-32{height:12.8rem}.h-5{height:2rem}.h-8{height:3.2rem}.h-\\[12px\\]{height:12px}.h-\\[16px\\]{height:16px}.h-\\[24px\\]{height:24px}.h-\\[40px\\]{height:40px}.h-\\[42px\\]{height:42px}.h-\\[44px\\]{height:44px}.h-full{height:100%}.h-screen{height:100vh}.min-h-\\[120px\\]{min-height:120px}.w-10{width:4rem}.w-12{width:4.8rem}.w-2{width:.8rem}.w-36{width:14.4rem}.w-5{width:2rem}.w-8{width:3.2rem}.w-\\[12px\\]{width:12px}.w-\\[16px\\]{width:16px}.w-\\[24px\\]{width:24px}.w-\\[50\\%\\]{width:50%}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-min{min-width:min-content}.grow{flex-grow:1}.grow-0{flex-grow:0}.origin-top-right{transform-origin:top right}.-translate-x-2{--tw-translate-x: -.8rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\\[-6px\\]{--tw-translate-x: -6px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y: .8rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1.6rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.animate-heartbeat{animation:heartbeat .35s ease-in-out forwards}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1\\.5{gap:.6rem}.gap-2{gap:.8rem}.gap-3{gap:1.2rem}.gap-4{gap:1.6rem}.gap-9{gap:3.6rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.6rem * var(--tw-space-x-reverse));margin-left:calc(1.6rem * calc(1 - var(--tw-space-x-reverse)))}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.text-pretty{text-wrap:pretty}.rounded{border-radius:.4rem}.rounded-\\[6px\\]{border-radius:6px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.8rem}.rounded-md{border-radius:.6rem}.border{border-width:1px}.border-2{border-width:2px}.border-t{border-top-width:1px}.border-none{border-style:none}.border-\\[rgba\\(0\\,0\\,0\\,0\\.075\\)\\]{border-color:#00000013}.border-black\\/10{border-color:#0000001a}.border-neutral-200{--tw-border-opacity: 1;border-color:rgb(229 229 229 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.bg-\\[var\\(--gh-accent-color\\)\\]{background-color:var(--gh-accent-color)}.bg-black\\/10{background-color:#0000001a}.bg-black\\/5{background-color:#0000000d}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.bg-neutral-800{--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity))}.bg-neutral-900{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-white\\/75{background-color:#ffffffbf}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-\\[rgba\\(0\\,0\\,0\\,0\\.2\\)\\]{--tw-gradient-from: rgba(0,0,0,.2) var(--tw-gradient-from-position);--tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-neutral-900\\/10{--tw-gradient-from: rgb(23 23 23 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-neutral-900\\/10{--tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-no-repeat{background-repeat:no-repeat}.fill-black{fill:#000}.fill-black\\/50{fill:#00000080}.fill-black\\/75{fill:#000000bf}.fill-white{fill:#fff}.fill-white\\/90{fill:#ffffffe6}.stroke-black{stroke:#000}.stroke-black\\/50{stroke:#00000080}.stroke-white{stroke:#fff}.stroke-\\[3px\\]{stroke-width:3px}.p-0{padding:0}.p-1{padding:.4rem}.p-2{padding:.8rem}.p-\\[28px\\]{padding:28px}.px-0{padding-left:0;padding-right:0}.px-2{padding-left:.8rem;padding-right:.8rem}.px-3{padding-left:1.2rem;padding-right:1.2rem}.px-4{padding-left:1.6rem;padding-right:1.6rem}.px-5{padding-left:2rem;padding-right:2rem}.px-8{padding-left:3.2rem;padding-right:3.2rem}.py-1{padding-top:.4rem;padding-bottom:.4rem}.py-1\\.5{padding-top:.6rem;padding-bottom:.6rem}.py-2{padding-top:.8rem;padding-bottom:.8rem}.py-3{padding-top:1.2rem;padding-bottom:1.2rem}.py-6{padding-top:2.4rem;padding-bottom:2.4rem}.py-\\[14px\\]{padding-top:14px;padding-bottom:14px}.pb-2{padding-bottom:.8rem}.pb-3{padding-bottom:1.2rem}.pb-\\[32px\\]{padding-bottom:32px}.pb-\\[48px\\]{padding-bottom:48px}.pb-\\[68px\\]{padding-bottom:68px}.pb-\\[8px\\]{padding-bottom:8px}.pl-0{padding-left:0}.pl-4{padding-left:1.6rem}.pl-\\[1px\\]{padding-left:1px}.pl-\\[40px\\]{padding-left:40px}.pr-0{padding-right:0}.pr-3{padding-right:1.2rem}.pr-4{padding-right:1.6rem}.pr-8{padding-right:3.2rem}.pr-\\[1px\\]{padding-right:1px}.pt-0{padding-top:0}.pt-10{padding-top:4rem}.pt-3{padding-top:1.2rem}.pt-6{padding-top:2.4rem}.pt-\\[40px\\]{padding-top:40px}.pt-\\[48px\\]{padding-top:48px}.pt-\\[68px\\]{padding-top:68px}.text-left{text-align:left}.text-center{text-align:center}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:2.4rem}.text-\\[14px\\]{font-size:14px}.text-\\[15px\\]{font-size:15px}.text-\\[16px\\]{font-size:16px}.text-\\[2\\.2rem\\]{font-size:2.2rem}.text-base{font-size:1.3rem}.text-lg{font-size:1.65rem}.text-md{font-size:1.5rem}.text-sm{font-size:1.4rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-9{line-height:2.25rem}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-snug{line-height:1.375}.tracking-tight{letter-spacing:-.018em}.text-\\[\\#8B8B8B\\]{--tw-text-opacity: 1;color:rgb(139 139 139 / var(--tw-text-opacity))}.text-\\[rgba\\(0\\,0\\,0\\,0\\.4\\)\\]{color:#0006}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-black\\/30{color:#0000004d}.text-black\\/50{color:#00000080}.text-black\\/90{color:#000000e6}.text-neutral-400{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity))}.text-neutral-500{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity))}.text-neutral-600{--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity))}.text-neutral-700{--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity))}.text-neutral-900{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity))}.text-neutral-900\\/40{color:#17171766}.text-neutral-900\\/50{color:#17171780}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-white\\/95{color:#fffffff2}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-80{opacity:.8}.shadow-lg{--tw-shadow: rgba(0, 0, 0, .06) 0px 0px 0px 1px, rgba(0, 0, 0, .04) 0px 2px 2px -1px, rgba(0, 0, 0, .04) 0px 3px 3px -1px, rgba(0, 0, 0, .03) 0px 5px 5px -2px, rgba(0, 0, 0, .03) 0px 10px 10px -3px, rgba(0, 0, 0, .03) 0px 24px 24px -8px;--tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 2px 2px -1px var(--tw-shadow-color), 0px 3px 3px -1px var(--tw-shadow-color), 0px 5px 5px -2px var(--tw-shadow-color), 0px 10px 10px -3px var(--tw-shadow-color), 0px 24px 24px -8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-modal{--tw-shadow: 0 3.8px 2.2px rgba(0, 0, 0, .028), 0 9.2px 5.3px rgba(0, 0, 0, .04), 0 17.3px 10px rgba(0, 0, 0, .05), 0 30.8px 17.9px rgba(0, 0, 0, .06), 0 57.7px 33.4px rgba(0, 0, 0, .072), 0 138px 80px rgba(0, 0, 0, .1);--tw-shadow-colored: 0 3.8px 2.2px var(--tw-shadow-color), 0 9.2px 5.3px var(--tw-shadow-color), 0 17.3px 10px var(--tw-shadow-color), 0 30.8px 17.9px var(--tw-shadow-color), 0 57.7px 33.4px var(--tw-shadow-color), 0 138px 80px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-0{outline-width:0px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\\[2px\\]{--tw-backdrop-blur: blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\\[border-color\\]{transition-property:border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\\[opacity\\]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\\[padding\\]{transition-property:padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-none{transition-property:none}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-100{transition-delay:.1s}.delay-150{transition-delay:.15s}.delay-\\[400ms\\]{transition-delay:.4s}.duration-0{transition-duration:0s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\\[overflow-wrap\\:anywhere\\]{overflow-wrap:anywhere}body,html{overflow:hidden}:host{all:initial!important}html{font-size:62.5%}body{font-size:1.5rem}.gh-comment-content p:empty:after{content:" "}.gh-comment-content a{word-break:break-word;text-decoration:underline;color:var(--gh-accent-color)}.gh-comment-content blockquote{border-left:3px solid rgba(13,13,13,.1);padding-left:1rem;margin:0 0 1.2rem}.gh-comment-content p{margin:0 0 1.2rem}.gh-comment-content p:last-child,.gh-comment-content blockquote:last-child{margin:0}.gh-comment-content p.is-editor-empty:first-child:before{color:#0000004d!important}.dark .gh-comment-content p.is-editor-empty:first-child:before{color:#fff6!important}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;height:0;pointer-events:none;--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity))}.ProseMirror *{white-space:pre-wrap;word-wrap:break-word}[contenteditable]:focus{outline:0px solid transparent}.ghost-display{display:block!important}.hover\\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.hover\\:bg-black\\/10:hover{background-color:#0000001a}.hover\\:fill-black\\/75:hover{fill:#000000bf}.hover\\:text-black\\/50:hover{color:#00000080}.hover\\:text-black\\/75:hover{color:#000000bf}.hover\\:text-neutral-900:hover{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity))}.hover\\:text-neutral-900\\/70:hover{color:#171717b3}.hover\\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\\:opacity-40:hover{opacity:.4}.hover\\:opacity-90:hover{opacity:.9}.hover\\:brightness-105:hover{--tw-brightness: brightness(1.05);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\\:border-neutral-300:focus{--tw-border-opacity: 1;border-color:rgb(212 212 212 / var(--tw-border-opacity))}.focus\\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.focus\\:outline-0:focus{outline-width:0px}.focus-visible\\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.group:hover .group-hover\\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\\:stroke-black\\/75{stroke:#000000bf}.group:hover .group-hover\\:opacity-100{opacity:1}.dark\\:border-\\[rgba\\(255\\,255\\,255\\,0\\.1\\)\\]:is(.dark *){border-color:#ffffff1a}.dark\\:bg-neutral-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity))}.dark\\:bg-white\\/10:is(.dark *){background-color:#ffffff1a}.dark\\:bg-white\\/15:is(.dark *){background-color:#ffffff26}.dark\\:bg-white\\/70:is(.dark *){background-color:#ffffffb3}.dark\\:bg-white\\/95:is(.dark *){background-color:#fffffff2}.dark\\:from-white\\/10:is(.dark *){--tw-gradient-from: rgb(255 255 255 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\\:via-white\\/10:is(.dark *){--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\\:fill-black:is(.dark *){fill:#000}.dark\\:fill-white:is(.dark *){fill:#fff}.dark\\:fill-white\\/60:is(.dark *){fill:#fff9}.dark\\:fill-white\\/75:is(.dark *){fill:#ffffffbf}.dark\\:stroke-black\\/60:is(.dark *){stroke:#0009}.dark\\:stroke-white:is(.dark *){stroke:#fff}.dark\\:stroke-white\\/60:is(.dark *){stroke:#fff9}.dark\\:text-\\[rgba\\(255\\,255\\,255\\,0\\.5\\)\\]:is(.dark *){color:#ffffff80}.dark\\:text-\\[rgba\\(255\\,255\\,255\\,0\\.85\\)\\]:is(.dark *){color:#ffffffd9}.dark\\:text-neutral-100:is(.dark *){--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity))}.dark\\:text-neutral-200:is(.dark *){--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity))}.dark\\:text-neutral-300:is(.dark *){--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity))}.dark\\:text-neutral-400:is(.dark *){--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity))}.dark\\:text-neutral-800:is(.dark *){--tw-text-opacity: 1;color:rgb(38 38 38 / var(--tw-text-opacity))}.dark\\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.dark\\:text-white\\/30:is(.dark *){color:#ffffff4d}.dark\\:text-white\\/50:is(.dark *){color:#ffffff80}.dark\\:text-white\\/60:is(.dark *){color:#fff9}.dark\\:text-white\\/85:is(.dark *){color:#ffffffd9}.dark\\:text-white\\/90:is(.dark *){color:#ffffffe6}.dark\\:hover\\:bg-white:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.dark\\:hover\\:bg-white\\/20:hover:is(.dark *){background-color:#fff3}.dark\\:hover\\:fill-white\\/75:hover:is(.dark *){fill:#ffffffbf}.dark\\:hover\\:text-neutral-100:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity))}.dark\\:hover\\:text-neutral-900:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity))}.dark\\:hover\\:text-white:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.dark\\:hover\\:text-white\\/50:hover:is(.dark *){color:#ffffff80}.dark\\:hover\\:text-white\\/75:hover:is(.dark *){color:#ffffffbf}.group:hover .dark\\:group-hover\\:stroke-white\\/75:is(.dark *){stroke:#ffffffbf}@media (min-width: 481px){.sm\\:bottom-2{bottom:.8rem}.sm\\:right-2{right:.8rem}.sm\\:right-8{right:3.2rem}.sm\\:top-9{top:3.6rem}.sm\\:my-10{margin-top:4rem;margin-bottom:4rem}.sm\\:mb-0{margin-bottom:0}.sm\\:mb-12{margin-bottom:4.8rem}.sm\\:mb-4{margin-bottom:1.6rem}.sm\\:mr-3{margin-right:1.2rem}.sm\\:mt-8{margin-top:3.2rem}.sm\\:block{display:block}.sm\\:inline-block{display:inline-block}.sm\\:inline{display:inline}.sm\\:hidden{display:none}.sm\\:h-12{height:4.8rem}.sm\\:h-auto{height:auto}.sm\\:w-\\[500px\\]{width:500px}.sm\\:w-\\[720px\\]{width:720px}.sm\\:w-auto{width:auto}.sm\\:w-fit{width:-moz-fit-content;width:fit-content}.sm\\:min-w-\\[100px\\]{min-width:100px}.sm\\:min-w-\\[64px\\]{min-width:64px}.sm\\:flex-row{flex-direction:row}.sm\\:justify-normal{justify-content:normal}.sm\\:rounded-xl{border-radius:1.2rem}.sm\\:p-0{padding:0}.sm\\:p-8{padding:3.2rem}.sm\\:px-3{padding-left:1.2rem;padding-right:1.2rem}.sm\\:px-8{padding-left:3.2rem;padding-right:3.2rem}.sm\\:py-10{padding-top:4rem;padding-bottom:4rem}.sm\\:pl-0{padding-left:0}.sm\\:pl-\\[44px\\]{padding-left:44px}.sm\\:pr-10{padding-right:4rem}.sm\\:pr-4{padding-right:1.6rem}.sm\\:pt-0{padding-top:0}.sm\\:pt-\\[40px\\]{padding-top:40px}.sm\\:pt-\\[4vmin\\]{padding-top:4vmin}.sm\\:pt-\\[56px\\]{padding-top:56px}.sm\\:text-left{text-align:left}.sm\\:text-2xl{font-size:2.4rem}.sm\\:text-lg{font-size:1.65rem}.sm\\:text-sm{font-size:1.4rem}}
|
|
156
|
-
`,a1=_.forwardRef(function({children:e,onResize:n,style:o,title:r},i){const s=w.jsxs(w.Fragment,{children:[w.jsx("style",{dangerouslySetInnerHTML:{__html:GE}}),w.jsx("meta",{content:"width=device-width, initial-scale=1.0, maximum-scale=1.0",name:"viewport"})]});return w.jsx(qE,{ref:i,head:s,style:o,title:r,onResize:n,children:e})}),QE=_.forwardRef(function({children:e,style:n,title:o},r){const[i,s]=k.useState(n),a=k.useCallback(l=>{s(c=>({...c,height:`${l.scrollHeight}px`}))},[]);return w.jsx(a1,{ref:r,style:i,title:o,onResize:a,children:e})}),ZE=_.forwardRef(function({children:e},n){const o={width:"100%",height:"400px"};return w.jsx(QE,{ref:n,style:o,title:"comments-frame",children:e})}),XE=({children:t,title:e})=>{const n={zIndex:"3999999",position:"fixed",left:"0",top:"0",width:"100%",height:"100%",overflow:"hidden"};return w.jsx(a1,{style:n,title:e,children:t})},eN=({show:t,children:e,title:n,callback:o})=>{const{dispatchAction:r}=B(),i=()=>{r("closePopup",{}),o&&o(!1)};return k.useEffect(()=>{const s=a=>{a.key==="Escape"&&i()};return window.addEventListener("keydown",s,{passive:!0}),()=>{window.removeEventListener("keydown",s,{passive:!0})}}),w.jsx(co,{appear:!0,show:t,children:w.jsx(XE,{title:n,children:w.jsx("div",{children:w.jsx(co.Child,{enter:"transition duration-200 linear",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"transition duration-200 linear",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:w.jsx("div",{className:"to-rgba(0,0,0,0.1) fixed left-0 top-0 flex h-screen w-screen justify-center overflow-hidden bg-gradient-to-b from-[rgba(0,0,0,0.2)] pt-0 backdrop-blur-[2px] sm:pt-[4vmin]",onMouseDown:i,children:w.jsx(co.Child,{enter:"transition duration-200 delay-150 linear",enterFrom:"translate-y-4 opacity-0",enterTo:"translate-y-0 opacity-100",leave:"transition duration-200 linear",leaveFrom:"translate-y-0 opacity-100",leaveTo:"translate-y-4 opacity-0",children:e})})})})})})},tN=t=>k.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",className:"gh-portal-closeicon",alt:"Close",...t},k.createElement("defs",null,k.createElement("style",null,".a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px !important;}")),k.createElement("path",{className:"a",d:"M.75 23.249l22.5-22.5M23.25 23.249L.75.749"})),um=({close:t})=>w.jsx("button",{className:"absolute right-6 top-5 opacity-30 transition-opacity duration-100 ease-out hover:opacity-40 sm:right-8 sm:top-9",type:"button",onClick:t,children:w.jsx(tN,{className:"h-5 w-5 p-1 pr-0"})}),nN=t=>{const e=k.useRef(null),n=k.useRef(null),{dispatchAction:o,member:r,accentColor:i,t:s}=B(),[a,l]=k.useState(r.name??""),[c,u]=k.useState(r.expertise??""),m=50;let d=m;r.expertise&&(d-=r.expertise.length);const[p,f]=k.useState(d),[y,h]=k.useState({name:"",expertise:""}),g=x=>{x.stopPropagation()},S=x=>{o("closePopup",{}),t.callback(x)},b=async()=>{var x;a.trim()!==""?(await o("updateMember",{name:a,expertise:c}),S(!0)):(h({name:s("Enter your name"),expertise:""}),l(""),(x=e.current)==null||x.focus())};k.useEffect(()=>{if(!Rl()){const x=setTimeout(()=>{var $,O;t.expertiseAutofocus?($=n.current)==null||$.focus():(O=e.current)==null||O.focus()},200);return()=>{clearTimeout(x)}}},[e,n,t.expertiseAutofocus]);const v=()=>{const x=E=>w.jsx(co,{enter:"transition duration-200 delay-[400ms] ease-out",enterFrom:"opacity-0 translate-y-2",enterTo:"opacity-100 translate-y-0",leave:"transition duration-200 ease-in",leaveFrom:"opacity-100 translate-y-0",leaveTo:"opacity-0 translate-y-2",appear:!0,children:w.jsxs("div",{className:"flex flex-row items-center justify-start gap-3 pr-4",children:[w.jsx("div",{className:"h-10 w-10 rounded-full border-2 border-white bg-cover bg-no-repeat",style:{backgroundImage:`url(${E.avatar})`}}),w.jsxs("div",{className:"flex flex-col items-start justify-center",children:[w.jsx("div",{className:"font-sans text-base font-semibold tracking-tight text-white",children:E.name}),w.jsx("div",{className:"font-sans text-sm tracking-tight text-neutral-400",children:E.expertise})]})]})},E.name),$=[],O=[{avatar:"https://randomuser.me/api/portraits/men/32.jpg",name:"James Fletcher",expertise:s("Full-time parent")},{avatar:"https://randomuser.me/api/portraits/women/30.jpg",name:"Naomi Schiff",expertise:s("Founder @ Acme Inc")},{avatar:"https://randomuser.me/api/portraits/men/4.jpg",name:"Franz Tost",expertise:s("Neurosurgeon")},{avatar:"https://randomuser.me/api/portraits/women/51.jpg",name:"Katrina Klosp",expertise:s("Local resident")}];for(let E=0;E<O.length;E++)$.push(x(O[E]));return $},C=Fm(s("{{amount}} characters left"),"{{amount}}",()=>w.jsx("b",{children:p}));return w.jsx("div",{className:"shadow-modal relative h-screen w-screen overflow-hidden rounded-none bg-white p-[28px] text-center sm:h-auto sm:w-[720px] sm:rounded-xl sm:p-0","data-testid":"profile-modal",onMouseDown:g,children:w.jsxs("div",{className:"flex",children:[w.jsx("div",{className:"hidden w-[50%] flex-col items-center justify-center bg-neutral-800 sm:block sm:p-8",children:w.jsx("div",{className:"mt-[-1px] flex flex-col gap-9 text-left",children:v()})}),w.jsxs("div",{className:"p-0 sm:p-8",children:[w.jsxs("h1",{className:"mb-1 text-center font-sans text-2xl font-bold tracking-tight text-black sm:text-left",children:[s("Complete your profile"),w.jsx("span",{className:"hidden sm:inline",children:"."})]}),w.jsx("p",{className:"text-md pr-0 text-center font-sans leading-snug text-neutral-500 sm:pr-10 sm:text-left",children:s("Add context to your comment, share your name and expertise to foster a healthy discussion.")}),w.jsxs("section",{className:"mt-8 text-left",children:[w.jsxs("div",{className:"mb-2 flex flex-row justify-between",children:[w.jsx("label",{className:"font-sans text-base font-semibold",htmlFor:"comments-name",children:s("Name")}),w.jsx(co,{enter:"transition duration-300 ease-out",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"transition duration-100 ease-out",leaveFrom:"opacity-100",leaveTo:"opacity-0",show:!!y.name,children:w.jsx("div",{className:"font-sans text-sm text-red-500",children:y.name})})]}),w.jsx("input",{ref:e,className:`flex h-[42px] w-full items-center rounded border border-neutral-200 px-3 font-sans text-[16px] outline-0 transition-[border-color] duration-200 focus:border-neutral-300 ${y.name&&"border-red-500 focus:border-red-500"}`,"data-testid":"name-input",id:"comments-name",maxLength:64,name:"name",placeholder:s("Jamie Larson"),type:"text",value:a,onChange:x=>{l(x.currentTarget.value)},onKeyDown:x=>{x.key==="Enter"&&(l(x.currentTarget.value),b().catch(console.error))}}),w.jsxs("div",{className:"mb-2 mt-6 flex flex-row justify-between",children:[w.jsx("label",{className:"font-sans text-base font-semibold",htmlFor:"comments-name",children:s("Expertise")}),w.jsx("div",{className:`font-sans text-base text-neutral-400 ${p===0&&"text-red-500"}`,children:C})]}),w.jsx("input",{ref:n,className:`flex h-[42px] w-full items-center rounded border border-neutral-200 px-3 font-sans text-[16px] outline-0 transition-[border-color] duration-200 focus:border-neutral-300 ${p===0&&"border-red-500 focus:border-red-500"}`,"data-testid":"expertise-input",id:"comments-expertise",maxLength:m,name:"expertise",placeholder:s("Head of Marketing at Acme, Inc"),type:"text",value:c,onChange:x=>{const $=x.currentTarget.value;f(m-$.length),u($)},onKeyDown:x=>{x.key==="Enter"&&(u(x.currentTarget.value),b().catch(console.error))}}),w.jsx("button",{className:"text-md mt-10 flex h-[42px] w-full items-center justify-center rounded-md px-8 font-sans font-semibold text-white opacity-100 transition-opacity duration-200 ease-linear hover:opacity-90","data-testid":"save-button",style:{backgroundColor:i??"#000000"},type:"button",onClick:()=>{b().catch(console.error)},children:s("Save")})]})]}),w.jsx(um,{close:()=>S(!1)})]})})},oN=()=>{const{dispatchAction:t,member:e,commentsEnabled:n}=B(),o=a=>{a.stopPropagation()},r=()=>{t("closePopup",{})},i=n==="paid",s=!e;return w.jsx("div",{className:"shadow-modal relative h-screen w-screen rounded-none bg-white p-[28px] text-center sm:h-auto sm:w-[500px] sm:rounded-xl sm:p-8 sm:text-left",onClick:r,onMouseDown:o,children:w.jsxs("div",{className:"flex h-full flex-col justify-center pt-10 sm:justify-normal sm:pt-0",children:[w.jsx("div",{className:"flex flex-col items-center pb-3 pt-6","data-testid":"cta-box",children:w.jsx(Gi,{isFirst:s,isPaid:i})}),w.jsx(um,{close:r})]})})},rN=t=>k.createElement("svg",{width:"26px",height:"26px",viewBox:"-1 -1 26 26",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",...t},k.createElement("g",{id:"check-circle",stroke:"none",strokeWidth:1,fill:"none",fillRule:"evenodd"},k.createElement("path",{className:"animated-check-circle",d:"M19.6004116,2.71490714 C17.5353801,1.0196018 14.8927356,0 12,0 C5.38938053,0 0,5.38938053 0,12 C0,18.6106195 5.38938053,24 12,24 C18.6106195,24 24,18.6106195 24,12 C24,9.71681416 23.3628319,7.59292035 22.2743363,5.78761062 L11.0442478,17.0442478 L5.49557522,11.4955752",id:"Shape",stroke:"#FFFFFF",strokeWidth:2}))),iN={addDetailsPopup:nN,reportPopup:({comment:t})=>{const{dispatchAction:e,t:n}=B(),[o,r]=k.useState("default");let i="bg-red-600";o==="sent"&&(i="bg-green-600");let s=n("Report");const a=s;o==="sending"?s=n("Sending"):o==="sent"&&(s=n("Sent"));const l=w.jsx(jd,{className:"mr-2 h-[24px] w-[24px] fill-white"}),c=w.jsx(rN,{className:"mr-2 h-[16px] w-[16px]"});let u=null;o==="sending"?u=l:o==="sent"&&(u=c);const m=f=>{f.stopPropagation()},d=()=>{e("closePopup",{})},p=f=>{f.stopPropagation(),r("sending"),setTimeout(()=>{r("sent"),e("reportComment",t),setTimeout(()=>{d()},750)},1e3)};return w.jsx("div",{className:"shadow-modal relative h-screen w-screen rounded-none bg-white p-[28px] text-center sm:h-auto sm:w-[500px] sm:rounded-xl sm:p-8 sm:text-left",onMouseDown:m,children:w.jsxs("div",{className:"flex h-full flex-col justify-center pt-10 sm:justify-normal sm:pt-0",children:[w.jsx("h1",{className:"mb-1.5 font-sans text-[2.2rem] font-bold tracking-tight text-black",children:w.jsx("span",{children:n("Report this comment?")})}),w.jsx("p",{className:"text-md px-4 font-sans leading-9 text-black sm:pl-0 sm:pr-4",children:n("Your request will be sent to the owner of this site.")}),w.jsxs("div",{className:"mt-auto flex flex-col items-center justify-start gap-4 sm:mt-8 sm:flex-row",children:[w.jsxs("button",{className:`text-md flex h-[44px] w-full items-center justify-center rounded-md px-4 font-sans font-medium text-white transition duration-200 ease-linear sm:w-fit ${i} opacity-100 hover:opacity-90`,style:{backgroundColor:i??"#000000"},type:"button",onClick:p,children:[w.jsxs("span",{className:"invisible whitespace-nowrap",children:[a,w.jsx("br",{}),w.jsxs("span",{className:"flex h-[44px] items-center justify-center whitespace-nowrap",children:[l,n("Sending")]}),w.jsx("br",{}),w.jsxs("span",{className:"flex h-[44px] items-center justify-center whitespace-nowrap",children:[c,n("Sent")]})]}),w.jsxs("span",{className:"absolute flex h-[44px] items-center justify-center whitespace-nowrap",children:[u,s]})]}),w.jsx("button",{className:"text-md h-[44px] w-full px-2 font-sans font-medium text-neutral-500 sm:w-fit dark:text-neutral-400",type:"button",onClick:d,children:n("Cancel")})]}),w.jsx(um,{close:d})]})})},ctaPopup:oN},sN=()=>{const{popup:t}=B(),[e,n]=k.useState(t);if(k.useEffect(()=>{if(t!==null&&n(t),t===null){const a=setTimeout(()=>{n(null)},250);return()=>{clearTimeout(a)}}},[t,n]),!e||!e.type)return null;const{type:o,...r}=t??e,i=iN[o];if(!i)return console.warn("Unknown popup of type ",o),null;const s=t===e;return w.jsx(w.Fragment,{children:w.jsx(eN,{callback:r.callback,show:s,title:o,children:w.jsx(i,{...r})})})},aN={"{{amount}} characters left":"{{amount}} karakters oor","{{amount}} comments":"{{amount}} kommentaar","{{amount}} hrs ago":"{{amount}} ure gelede","{{amount}} mins ago":"{{amount}} minute gelede","{{amount}} more":"{{amount}} meer","1 comment":"1 kommentaar","Add comment":"Voeg kommentaar by","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Voeg konteks by jou kommentaar, deel jou naam en kundigheid om 'n gesonde bespreking te bevorder.","Add reply":"Voeg antwoord by","Already a member?":"Reeds 'n lid?",Anonymous:"Anoniem","Become a member of {{publication}} to start commenting.":"Word 'n lid van {{publication}} om kommentaar te lewer.","Become a paid member of {{publication}} to start commenting.":"Word 'n betaalde lid van {{publication}} om kommentaar te lewer.",Cancel:"Kanselleer",Comment:"Kommentaar","Complete your profile":"Voltooi jou profiel",Delete:"Skrap","Deleted member":"Geskrapte lid",Discussion:"Bespreking",Edit:"Redigeer","Edit this comment":"Redigeer hierdie kommentaar",edited:"geredigeer","Enter your name":"Voer jou naam in",Expertise:"Kundigheid","Founder @ Acme Inc":"Stigter @ Acme Inc","Full-time parent":"Voltydse ouer","Head of Marketing at Acme, Inc":"Hoof van Bemarking by Acme, Inc","Hidden for members":"",Hide:"Versteek","Hide comment":"Versteek kommentaar","Jamie Larson":"Jamie Larson","Join the discussion":"Sluit aan by die bespreking","Just now":"Sopas","Local resident":"Plaaslike inwoner","Member discussion":"Lidmaat bespreking",Name:"Naam",Neurosurgeon:"Neurochirurg","One hour ago":"Een uur gelede","One min ago":"Een minuut gelede","replied to comment":"",Reply:"Antwoord","reply to comment":"","Reply to comment":"Antwoord op kommentaar",Report:"Rapporteer","Report comment":"Rapporteer kommentaar","Report this comment?":"Rapporteer hierdie kommentaar?",Save:"Stoor",Sending:"Besig om te stuur",Sent:"Gestuur",Show:"Wys","Show {{amount}} more replies":"Wys {{amount}} meer antwoorde","Show {{amount}} previous comments":"Wys {{amount}} vorige kommentaar","Show 1 more reply":"Wys nog 1 antwoord","Show 1 previous comment":"Wys 1 vorige kommentaar","Show comment":"Wys kommentaar","Sign in":"Teken in","Sign up now":"Sluit nou aan","Sort by":"","Start the conversation":"Begin die gesprek","This comment has been hidden.":"Hierdie kommentaar is weggesteek.","This comment has been removed.":"Hierdie kommentaar is verwyder.","Upgrade now":"Gradeer nou op",Yesterday:"Gister","Your request will be sent to the owner of this site.":"Jou versoek sal aan die eienaar van hierdie webwerf gestuur word."},lN={"{{amount}} characters left":"الحروف المتبقية : {{amount}}","{{amount}} comments":"{{amount}} تعليق/ات","{{amount}} hrs ago":"منذ {{amount}} ساعات","{{amount}} mins ago":"منذ {{amount}} دقيقة","{{amount}} more":"{{amount}} المزيد","1 comment":"تعليق واحد","Add comment":"اضف تعليق","Add context to your comment, share your name and expertise to foster a healthy discussion.":"قم بإضافة سياق لتعليقك، شارك اسمك و مجال خبرتك لكي نرعى محادثة مثمرة","Add reply":"ردّ","Already a member?":"هل انت مسجل بالفعل؟",Anonymous:"مجهول","Become a member of {{publication}} to start commenting.":"يجب أن تصبح عضوًا فى {{publication}} لتستطيع التعليق","Become a paid member of {{publication}} to start commenting.":"يجب ان تكون عضويتك مدفوعة فى {{publication}} لكي تستطيع التعليق",Cancel:"إلغاء",Comment:"تعليق","Complete your profile":"إكمال ملفك الشخصى",Delete:"حذف","Deleted member":"الاعضاء المحذوفين",Discussion:"النقاش",Edit:"تعديل","Edit this comment":"عدّل هذا التعليق",edited:"تم التعديل","Enter your name":"اكتب اسمك",Expertise:"مجال تخصصك","Founder @ Acme Inc":"مؤسس لدى شركة أكمي","Full-time parent":"أب بدوام كامل","Head of Marketing at Acme, Inc":"رئيس وحدة التسويق لدى شركة أكمى","Hidden for members":"",Hide:"اخفاء","Hide comment":"اخف التعليق","Jamie Larson":"فلان الفلانى","Join the discussion":"انضم للمحادثة","Just now":"الآن","Local resident":"مقيم محلى","Member discussion":"مناقشة الاعضاء",Name:"الاسم",Neurosurgeon:"جراح المخ و الاعصاب","One hour ago":"منذ ساعة واحدة","One min ago":" منذ دقيقة واحدة","replied to comment":"",Reply:"رد","reply to comment":"","Reply to comment":"رد على هذا التعليق",Report:"الإبلاغ","Report comment":"ابلغ عن هذا التعليق","Report this comment?":"الإبلاغ عن التعليق؟",Save:"حفظ",Sending:"جارى الارسال",Sent:"تم الارسال",Show:"اظهر","Show {{amount}} more replies":"اظهر {{amount}} ردود","Show {{amount}} previous comments":"اظهر {{amount}} تعليقات سابقة","Show 1 more reply":"اظهر تعليق وحيد","Show 1 previous comment":"اظهر التعليق السابق","Show comment":"اظهر التعليق","Sign in":"تسجيل الدخول","Sign up now":"قم بالتسجيل الآن","Sort by":"ترتيب بحسب","Start the conversation":"ابدأ النقاش","This comment has been hidden.":"تم اخفاء هذا التعليق","This comment has been removed.":"تم حذف هذا التعليق","Upgrade now":"قم بالترقية الآن",Yesterday:"أمس","Your request will be sent to the owner of this site.":"سيتم ارسال طلبك لصاحب الموقع"},cN={"{{amount}} characters left":"Остават {{amount}} знака","{{amount}} comments":"{{amount}} коментара","{{amount}} hrs ago":"Преди {{amount}} часа","{{amount}} mins ago":"Преди {{amount}} минути","{{amount}} more":"Още {{amount}}","1 comment":"1 коментар","Add comment":"Нов коментар","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Добавете контекст към коментара си, споделете името си и опита си, за да насърчите полезна дискусия.","Add reply":"Отговор","Already a member?":"Вече сте абонат?",Anonymous:"Анонимен","Become a member of {{publication}} to start commenting.":"Абонирайте се за {{publication}}, за да коментирате.","Become a paid member of {{publication}} to start commenting.":"Станете платен абонат на {{publication}}, за да коментирате.",Cancel:"Отказ",Comment:"Коментар","Complete your profile":"Попълнете профила си",Delete:"Изтриване","Deleted member":"Изтрит абонат",Discussion:"Дискусия",Edit:"Редактиране","Edit this comment":"Редактиране на коментара",edited:"редактиран","Enter your name":"Попълнете името си",Expertise:"Опит","Founder @ Acme Inc":"Основател на Компания ООД","Full-time parent":"Родител на пълно работно време","Head of Marketing at Acme, Inc":"Директор маркетинг в Компания ООД","Hidden for members":"",Hide:"Скриване","Hide comment":"Скриване на коментара","Jamie Larson":"Иван Иванов","Join the discussion":"Участвайте в дискусията","Just now":"Току-що","Local resident":"Местен жител","Member discussion":"Дискусия за абонатите",Name:"Име",Neurosurgeon:"Неврохирург","One hour ago":"Преди час","One min ago":"Преди минута","replied to comment":"",Reply:"Отговор","reply to comment":"","Reply to comment":"Отгговор на коментара",Report:"Докладване","Report comment":"Докладване на коментара","Report this comment?":"Ще докладвате ли коментара?",Save:"Запис",Sending:"Изпращане",Sent:"Изпратен",Show:"Показване","Show {{amount}} more replies":"Покажи още {{amount}} отговора","Show {{amount}} previous comments":"Покажи {{amount}} предишни коментара","Show 1 more reply":"Покажи още един отговор","Show 1 previous comment":"Покажи един предишен коментар","Show comment":"Покажи коментар","Sign in":"Вход","Sign up now":"Регистрация","Sort by":"Сортиране по","Start the conversation":"Започнете дискусия","This comment has been hidden.":"Този коментар е скрит.","This comment has been removed.":"Този коментар е премахнат.","Upgrade now":"Надградете сега",Yesterday:"Вчера","Your request will be sent to the owner of this site.":"Искането ви ще бъде изпратено до собственика на сайта."},uN={"{{amount}} characters left":"{{amount}} অক্ষর বাকি","{{amount}} comments":"{{amount}} মন্তব্য","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"{{amount}}টি আরও","1 comment":"১টি মন্তব্য","Add comment":"মন্তব্য যোগ করুন","Add context to your comment, share your name and expertise to foster a healthy discussion.":"আপনার মন্তব্যে প্রসঙ্গ যোগ করুন, একটি সুস্থ আলোচনা করতে আপনার নাম ও অভিজ্ঞতা শেয়ার করুন।","Add reply":"উত্তর যোগ করুন","Already a member?":"ইত:পূর্বে সদস্য?",Anonymous:"অজ্ঞাতনামা","Become a member of {{publication}} to start commenting.":"{{publication}} এর সদস্য হন মন্তব্য করার জন্য।","Become a paid member of {{publication}} to start commenting.":"{{publication}} এর পেইড সদস্য হন মন্তব্য করার জন্য।",Cancel:"বাতিল করুন",Comment:"মন্তব্য","Complete your profile":"আপনার প্রোফাইল সম্পূর্ণ করুন",Delete:"মুছে ফেলুন","Deleted member":"মুছে ফেলা সদস্য",Discussion:"আলোচনা",Edit:"সম্পাদনা","Edit this comment":"এই মন্তব্য সম্পাদনা করুন",edited:"","Enter your name":"আপনার নাম লিখুন",Expertise:"বিশেষজ্ঞতা","Founder @ Acme Inc":"প্রতিষ্ঠাতা @ বাংলাদেশ ট্রেড হাব","Full-time parent":"পূর্ণকালীন অভিভাবক","Head of Marketing at Acme, Inc":"মার্কেটিং প্রধান @ বাংলাদেশ ট্রেড হাব","Hidden for members":"",Hide:"লুকান","Hide comment":"মন্তব্য লুকান","Jamie Larson":"শাহ নেওয়াজ","Join the discussion":"আলোচনায় যোগ দিন","Just now":"এখনই","Local resident":"স্থানীয় বাসিন্দা","Member discussion":"সদস্য আলোচনা",Name:"নাম",Neurosurgeon:"নিউরোসার্জন","One hour ago":"এক ঘণ্টা পূর্বে","One min ago":"","replied to comment":"",Reply:"উত্তর","reply to comment":"","Reply to comment":"মন্তব্যের উত্তর দিন",Report:"প্রতিবেদন","Report comment":"মন্তব্য প্রতিবেদন করুন","Report this comment?":"এই মন্তব্য প্রতিবেদন করবেন?",Save:"সংরক্ষণ করুন",Sending:"পাঠানো হচ্ছে",Sent:"পাঠানো হয়েছে",Show:"দেখান","Show {{amount}} more replies":" আরো {{amount}}টি উত্তর দেখান","Show {{amount}} previous comments":"পূর্বের {{amount}}টি মন্তব্য দেখান","Show 1 more reply":"১টি আরো উত্তর দেখান","Show 1 previous comment":"১টি পূর্বের মন্তব্য দেখান","Show comment":"মন্তব্য দেখান","Sign in":"সাইন ইন করুন","Sign up now":"এখনই সাইন আপ করুন","Sort by":"","Start the conversation":"আলোচনা শুরু করুন","This comment has been hidden.":"এই মন্তব্য লুকানো হয়েছে।","This comment has been removed.":"এই মন্তব্য মুছে ফেলা হয়েছে।","Upgrade now":"এখনই আপগ্রেড করুন",Yesterday:"গতকাল","Your request will be sent to the owner of this site.":"আপনার অনুরোধ সাইটের মালিকের কাছে পাঠানো হবে।"},dN={"{{amount}} characters left":"Preostalo {{amount}} karaktera","{{amount}} comments":"{{amount}} komentara","{{amount}} hrs ago":"Prije {{amount}} sati","{{amount}} mins ago":"Prije {{amount}} minuta","{{amount}} more":"Još {{amount}}","1 comment":"1 komentar","Add comment":"Dodaj komentar","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Dodaj kontekst svom komentaru, podijeli svoje ime i stručnost u svrhu kvalitetnije diskusije.","Add reply":"Objavi komentar","Already a member?":"Već si član?",Anonymous:"Anoniman","Become a member of {{publication}} to start commenting.":"Postani član portala {{publication}} za pristup diskusiji.","Become a paid member of {{publication}} to start commenting.":"Postani plaćeni član portala {{publication}} za pristup diskusiji.",Cancel:"Otkaži",Comment:"Komentar","Complete your profile":"Dovrši svoj profil",Delete:"Obriši","Deleted member":"Obrisan član",Discussion:"Diskusija",Edit:"Uredi","Edit this comment":"Uredi komentar",edited:"uređeno","Enter your name":"Unesi ime",Expertise:"Stručnost","Founder @ Acme Inc":"Acme Inc osnivač","Full-time parent":"Full time roditelj","Head of Marketing at Acme, Inc":"Šef marketinga u kompaniji Acme d.o.o","Hidden for members":"",Hide:"Sakrij","Hide comment":"Sakrij komentar","Jamie Larson":"Vanja Larsić","Join the discussion":"Pridruži se diskusiji","Just now":"Upravo sada","Local resident":"Lokalni stanovnik","Member discussion":"Diskusija članova",Name:"Ime",Neurosurgeon:"Neurohirurg","One hour ago":"Prije jedan sat","One min ago":"Prije jedan minut","replied to comment":"",Reply:"Odgovori","reply to comment":"","Reply to comment":"Odgovori na komentar",Report:"Prijavi","Report comment":"Prijavi komentar","Report this comment?":"Prijavi ovaj komentar?",Save:"Sačuvaj",Sending:"Šaljem",Sent:"Poslano",Show:"Prikaži","Show {{amount}} more replies":"Prikaži još {{amount}} odgovora","Show {{amount}} previous comments":"Prikaži prethodnih {{amount}} komentara","Show 1 more reply":"Prikaži još jedan odgovor","Show 1 previous comment":"Prikaži prethodni komentar","Show comment":"Prikaži komentar","Sign in":"Prijavi se","Sign up now":"Postani član","Sort by":"","Start the conversation":"Započni diskusiju","This comment has been hidden.":"Ovaj komentar je sakriven.","This comment has been removed.":"Ovaj komentar je uklonjen.","Upgrade now":"Nadogradi račun sada",Yesterday:"Jučer","Your request will be sent to the owner of this site.":"Tvoj zahtjev je poslan vlasniku stranice."},mN={"{{amount}} characters left":"{{amount}} caràcters restants","{{amount}} comments":"{{amount}} comentaris","{{amount}} hrs ago":"Fa {{amount}} hores","{{amount}} mins ago":"Fa {{amount}} minuts","{{amount}} more":"","1 comment":"Un comentari","Add comment":"Afegeix un comentari","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Afegeix context al teu comentari, comparteix el teu nom i experiència per fomentar una discussió sana.","Add reply":"Afegeix una resposta","Already a member?":"Ja ets membre?",Anonymous:"Anònim","Become a member of {{publication}} to start commenting.":"Fes-te membre de {{publication}} per començar a comentar.","Become a paid member of {{publication}} to start commenting.":"Fes-te membre de pagament de {{publication}} per començar a comentar",Cancel:"Cancel·lar",Comment:"Comentari","Complete your profile":"Completa el teu perfil",Delete:"Esborrar","Deleted member":"Membre esborrat",Discussion:"Debat",Edit:"Editar","Edit this comment":"Editar aquest comentari",edited:"editat","Enter your name":"Escriu el teu nom",Expertise:"Conéixement","Founder @ Acme Inc":"Fundador @ Acme Inc","Full-time parent":"Pare a temps complert","Head of Marketing at Acme, Inc":"Cap de màrqueting a Acme, Inc","Hidden for members":"",Hide:"Amaga","Hide comment":"Amaga el comentari","Jamie Larson":"Jamie Larson","Join the discussion":"Uneix-te al debat","Just now":"Just ara","Local resident":"Resiudent local","Member discussion":"Debat de membres",Name:"Nom",Neurosurgeon:"Neurocirurgià","One hour ago":"Fa una hora","One min ago":"Fa un minut","replied to comment":"",Reply:"Respondre","reply to comment":"","Reply to comment":"Respondre al comentari",Report:"Reportar","Report comment":"Reportar comentari","Report this comment?":"Reportar aquest comentari?",Save:"Desa",Sending:"Enviant",Sent:"Enviar",Show:"Mostra","Show {{amount}} more replies":"Mostra {{amount}} respostes més","Show {{amount}} previous comments":"Mostra {{amount}} comentaris previs","Show 1 more reply":"Mostra 1 resposta més","Show 1 previous comment":"Mostra 1 comentari previ","Show comment":"Mostra el comentari","Sign in":"Inici de sessió","Sign up now":"Registrar-se ara","Sort by":"","Start the conversation":"Comença la conversa","This comment has been hidden.":"Aquest comentari s'ha amagat.","This comment has been removed.":"Aquest comantari s'ha esborrat.","Upgrade now":"Millora ara",Yesterday:"Ahir","Your request will be sent to the owner of this site.":"La vostra sol·licitud s'enviarà al propietari d'aquest lloc."},fN={"{{amount}} characters left":"Zbývá {{amount}} znaků","{{amount}} comments":"{{amount}} komentářů","{{amount}} hrs ago":"Před {{amount}} hodinami","{{amount}} mins ago":"Před {{amount}} minutami","{{amount}} more":"Dalších {{amount}}","1 comment":"1 komentář","Add comment":"Přidat komentář","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Pro podporu zdravé diskuse přidejte ke svému komentáři kontext, své jméno a odbornost.","Add reply":"Přidat odpověď","Already a member?":"Už jste členem?",Anonymous:"Anonymní","Become a member of {{publication}} to start commenting.":"Staňte se členem {{publication}}, abyste mohli začít komentovat.","Become a paid member of {{publication}} to start commenting.":"Staňte se placeným členem {{publication}}, abyste mohli začít komentovat.",Cancel:"Zrušit",Comment:"Komentář","Complete your profile":"Dokončete svůj profil",Delete:"Smazat","Deleted member":"Smazaný člen",Discussion:"Diskuse",Edit:"Upravit","Edit this comment":"Upravit tento komentář",edited:"upraveno","Enter your name":"Zadejte své jméno",Expertise:"Odbornost","Founder @ Acme Inc":"Zakladatel @ Acme Inc","Full-time parent":"Rodič na plný úvazek","Head of Marketing at Acme, Inc":"Vedoucí marketingu v Acme, Inc","Hidden for members":"",Hide:"Skrýt","Hide comment":"Skrýt komentář","Jamie Larson":"Jamie Larson","Join the discussion":"Připojte se k diskusi","Just now":"Právě teď","Local resident":"Místní obyvatel","Member discussion":"Diskuse členů",Name:"Jméno",Neurosurgeon:"Neurochirurg","One hour ago":"Před jednou hodinou","One min ago":"Před jednou minutou","replied to comment":"",Reply:"Odpovědět","reply to comment":"","Reply to comment":"Odpovědět na komentář",Report:"Nahlásit","Report comment":"Nahlásit komentář","Report this comment?":"Nahlásit tento komentář?",Save:"Uložit",Sending:"Odesílání",Sent:"Odesláno",Show:"Zobrazit","Show {{amount}} more replies":"Zobrazit {{amount}} dalších odpovědí","Show {{amount}} previous comments":"Zobrazit {{amount}} předchozích komentářů","Show 1 more reply":"Zobrazit 1 další odpověď","Show 1 previous comment":"Zobrazit 1 předchozí komentář","Show comment":"Zobrazit komentář","Sign in":"Přihlásit se","Sign up now":"Zaregistrujte se nyní","Sort by":"","Start the conversation":"Začněte konverzaci","This comment has been hidden.":"Tento komentář byl skryt.","This comment has been removed.":"Tento komentář byl odstraněn.","Upgrade now":"Upgradovat",Yesterday:"Včera","Your request will be sent to the owner of this site.":"Vaše žádost bude odeslána vlastníkovi tohoto webu."},pN={"{{amount}} characters left":"{{amount}} tegn tilbage","{{amount}} comments":"{{amount}} kommentarer","{{amount}} hrs ago":"{{amount}} timer siden","{{amount}} mins ago":"{{amount}} minutter siden","{{amount}} more":"{{amount}} mere","1 comment":"1 kommentar","Add comment":"Tilføj kommentar","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Tilføj kontekst til din kommentar, del dit navn og ekspertise for at fremme en sund diskussion.","Add reply":"Tilføj svar","Already a member?":"Allerede medlem?",Anonymous:"Anonym","Become a member of {{publication}} to start commenting.":"Bliv medlem af {{publication}} for at kunne skrive kommentarer.","Become a paid member of {{publication}} to start commenting.":"Bliv betalende medlem af {{publication}} for at kunne skrive kommentarer.",Cancel:"Annuller",Comment:"Kommentér","Complete your profile":"Færdiggør din profil",Delete:"Slet","Deleted member":"Slettet medlem",Discussion:"Diskussion",Edit:"Rediger","Edit this comment":"Rediger denne kommentar",edited:"redigeret","Enter your name":"Indtast dit navn",Expertise:"Ekspertise","Founder @ Acme Inc":"Grundlægger @ Acme Inc","Full-time parent":"Forældre på fuld tid","Head of Marketing at Acme, Inc":"Chef for marking hos Acme, Inc","Hidden for members":"",Hide:"Skjul","Hide comment":"Skjul kommentar","Jamie Larson":"Jamie Larson","Join the discussion":"Bliv en del af diskussionen","Just now":"Lige nu","Local resident":"Lokal borger","Member discussion":"Medlemsdiskussion",Name:"Navn",Neurosurgeon:"Neurokirurg","One hour ago":"En time siden","One min ago":"Et minut siden","replied to comment":"",Reply:"Svar","reply to comment":"","Reply to comment":"Svar på kommentar",Report:"Rapportér","Report comment":"Rapportér kommentar","Report this comment?":"Rapportér denne kommentar?",Save:"Gem",Sending:"Sender",Sent:"Sendt",Show:"Vis","Show {{amount}} more replies":"Vis {{amount}} flere svar","Show {{amount}} previous comments":"Vis {{amount}} tidligere kommentarer","Show 1 more reply":"Vis 1 mere svar","Show 1 previous comment":"Vis 1 tidligere kommentar","Show comment":"Vis kommentar","Sign in":"Log ind","Sign up now":"Tilmed dig nu","Sort by":"Sorter efter","Start the conversation":"Start samtalen","This comment has been hidden.":"Denne kommentar er blevet skjult.","This comment has been removed.":"Denne kommentar er blevet fjernet.","Upgrade now":"Opgrader nu",Yesterday:"I går","Your request will be sent to the owner of this site.":"Din anmodning vil blive sendt til ejeren af dette site."},hN={"{{amount}} characters left":"{{amount}} Zeichen übrig","{{amount}} comments":"{{amount}} Kommentare","{{amount}} hrs ago":"Vor {{amount}} Stunden","{{amount}} mins ago":"Vor {{amount}} Minuten","{{amount}} more":"{{amount}} weitere","1 comment":"1 Kommentar","Add comment":"Kommentar hinzufügen","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Füge deinem Kommentar Kontext hinzu, teile deinen Namen und deine Expertise, um eine gesunde Diskussion zu fördern.","Add reply":"Antwort hinzufügen","Already a member?":"Bist du bereits Mitglied?",Anonymous:"Anonym","Become a member of {{publication}} to start commenting.":"Werde Mitglied bei {{publication}}, um Kommentare zu schreiben.","Become a paid member of {{publication}} to start commenting.":"Werde zahlendes Mitglied bei {{publication}}, um Kommentare zu schreiben.",Cancel:"Abbrechen",Comment:"Kommentar","Complete your profile":"Vervollständige dein Profil",Delete:"Löschen","Deleted member":"Gelöschtes Mitglied",Discussion:"Diskussion",Edit:"Bearbeiten","Edit this comment":"Diesen Kommentar bearbeiten",edited:"bearbeitet","Enter your name":"Gib deinen Namen ein",Expertise:"Expertise","Founder @ Acme Inc":"Gründer bei Acme Inc","Full-time parent":"Vollzeit-Elternteil","Head of Marketing at Acme, Inc":"Leiter Marketing bei Acme, Inc","Hidden for members":"",Hide:"Verbergen","Hide comment":"Kommentar verbergen","Jamie Larson":"Jamie Larson","Join the discussion":"Nimm an der Diskussion teil","Just now":"Gerade eben","Local resident":"Ortsansässiger","Member discussion":"Mitgliederdiskussion",Name:"Name",Neurosurgeon:"Neurochirurg","One hour ago":"Vor einer Stunde","One min ago":"Vor einer Minute","replied to comment":"",Reply:"Antworten","reply to comment":"","Reply to comment":"Auf Kommentar antworten",Report:"Melden","Report comment":"Kommentar melden","Report this comment?":"Diesen Kommentar melden?",Save:"Speichern",Sending:"Senden",Sent:"Gesendet",Show:"Anzeigen","Show {{amount}} more replies":"{{amount}} weitere Antworten anzeigen","Show {{amount}} previous comments":"{{amount}} frühere Kommentare anzeigen","Show 1 more reply":"1 weitere Antwort anzeigen","Show 1 previous comment":"1 vorherigen Kommentar anzeigen","Show comment":"Kommentar anzeigen","Sign in":"Einloggen","Sign up now":"Jetzt registrieren","Sort by":"","Start the conversation":"Beginne das Gespräch","This comment has been hidden.":"Dieser Kommentar wurde ausgeblendet.","This comment has been removed.":"Dieser Kommentar wurde entfernt.","Upgrade now":"Jetzt upgraden",Yesterday:"Gestern","Your request will be sent to the owner of this site.":"Deine Anfrage wird an den Besitzer dieser Website gesendet."},gN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"Antworten","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"{{amount}} vorherige Kommentare anzeigen","Show 1 more reply":"","Show 1 previous comment":"Einen vorherigen Kommentar anzeigen","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},yN={"{{amount}} characters left":"Απομένουν {{amount}} χαρακτήρες","{{amount}} comments":"{{amount}} σχόλια","{{amount}} hrs ago":"πριν από {{amount}} ώρες","{{amount}} mins ago":"πριν από {{amount}} λεπτά","{{amount}} more":"{{amount}} περισσότερα","1 comment":"1 σχόλιο","Add comment":"Προσθήκη σχολίου","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Προσθέστε περιεχόμενο στο σχόλιό σας, μοιραστείτε το όνομα και την εξειδίκευσή σας για να προωθήσετε μια υγιή συζήτηση.","Add reply":"Προσθήκη απάντησης","Already a member?":"Ήδη μέλος;",Anonymous:"Ανώνυμος","Become a member of {{publication}} to start commenting.":"Γίνετε μέλος του {{publication}} για να ξεκινήσετε να σχολιάζετε.","Become a paid member of {{publication}} to start commenting.":"Γίνετε premium μέλος του {{publication}} για να ξεκινήσετε να σχολιάζετε.",Cancel:"Ακύρωση",Comment:"Σχόλιο","Complete your profile":"Ολοκληρώστε το προφίλ σας",Delete:"Διαγραφή","Deleted member":"Διαγραμμένο μέλος",Discussion:"Συζήτηση",Edit:"Επεξεργασία","Edit this comment":"Επεξεργασία αυτού του σχολίου",edited:"Επεξεργασμένο","Enter your name":"Εισάγετε το όνομά σας",Expertise:"Εξειδίκευση","Founder @ Acme Inc":"Ιδρυτής @ Acme Inc","Full-time parent":"Γονέας πλήρους απασχόλησης","Head of Marketing at Acme, Inc":"Επικεφαλής Μάρκετινγκ στην Acme, Inc","Hidden for members":"",Hide:"Απόκρυψη","Hide comment":"Απόκρυψη σχολίου","Jamie Larson":"Τζέιμι Λάρσον","Join the discussion":"Συμμετοχή στη συζήτηση","Just now":"Μόλις τώρα","Local resident":"Τοπικός κάτοικος","Member discussion":"Συζήτηση μελών",Name:"Όνομα",Neurosurgeon:"Νευροχειρουργός","One hour ago":"Πριν από μία ώρα","One min ago":"Πριν από ένα λεπτό","replied to comment":"",Reply:"Απάντηση","reply to comment":"","Reply to comment":"Απάντηση στο σχόλιο",Report:"Αναφορά","Report comment":"Αναφορά σχολίου","Report this comment?":"Αναφορά αυτού του σχολίου;",Save:"Αποθήκευση",Sending:"Αποστολή",Sent:"Απεστάλη",Show:"Εμφάνιση","Show {{amount}} more replies":"Εμφάνιση {{amount}} περισσότερων απαντήσεων","Show {{amount}} previous comments":"Εμφάνιση {{amount}} προηγούμενων σχολίων","Show 1 more reply":"Εμφάνιση 1 ακόμα απάντησης","Show 1 previous comment":"Εμφάνιση 1 προηγούμενου σχολίου","Show comment":"Εμφάνιση σχολίου","Sign in":"Σύνδεση","Sign up now":"Εγγραφείτε τώρα","Sort by":"","Start the conversation":"Ξεκινήστε τη συζήτηση","This comment has been hidden.":"Αυτό το σχόλιο έχει κρυφτεί.","This comment has been removed.":"Αυτό το σχόλιο έχει αφαιρεθεί.","Upgrade now":"Αναβάθμιση τώρα",Yesterday:"Χθες","Your request will be sent to the owner of this site.":"Το αίτημά σας θα σταλεί στον ιδιοκτήτη αυτού του ιστότοπου."},wN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},SN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},bN={"{{amount}} characters left":"{{amount}} caracteres restantes","{{amount}} comments":"{{amount}} comentarios","{{amount}} hrs ago":"{{amount}} horas atrás","{{amount}} mins ago":"{{amount}} minutos atrás","{{amount}} more":"{{amount}} más","1 comment":"1 comentario","Add comment":"Agregar comentario","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Agrega contexto a tu comentario, comparte tu nombre y experiencia para fomentar una discusión sana.","Add reply":"Agregar respuesta","Already a member?":"¿Ya eres miembro?",Anonymous:"Anónimo","Become a member of {{publication}} to start commenting.":"Hazte miembro de {{publication}} para poder comentar.","Become a paid member of {{publication}} to start commenting.":"Hazte miembro de pago para poder comentar en {{publication}}.",Cancel:"Cancelar",Comment:"Comentar","Complete your profile":"Completa tu perfil",Delete:"Eliminar","Deleted member":"Eliminar miembro",Discussion:"Discusión",Edit:"Editar","Edit this comment":"Editar este comentario",edited:"editado","Enter your name":"Ingresa tu nombre",Expertise:"Experiencia","Founder @ Acme Inc":"Fundador @ Acme Inc","Full-time parent":"Padres de tiempo completo","Head of Marketing at Acme, Inc":"Jefe de Marketing en Acme, Inc","Hidden for members":"",Hide:"Ocultar","Hide comment":"Ocultar comentario","Jamie Larson":"Jamie Larson","Join the discussion":"Únete a la discusión","Just now":"Justo ahora","Local resident":"Residente local","Member discussion":"Discusión de miembros",Name:"Nombre",Neurosurgeon:"Neurocirujano","One hour ago":"Hace una hora","One min ago":"Hace un minuto","replied to comment":"",Reply:"Responder","reply to comment":"","Reply to comment":"Responder al comentario",Report:"Reportar","Report comment":"Reportar comentario","Report this comment?":"¿Reportar este comentario?",Save:"Guardar",Sending:"Enviando",Sent:"Enviar",Show:"Mostrar","Show {{amount}} more replies":"Mostrar {{amount}} respuestas más","Show {{amount}} previous comments":"Mostrar {{amount}} comentarios previos","Show 1 more reply":"Mostrar 1 respuesta más","Show 1 previous comment":"Mostrar 1 comentario previo","Show comment":"Mostrar comentario","Sign in":"Inicia sesión","Sign up now":"Regístrate ahora","Sort by":"","Start the conversation":"Comienza la conversación","This comment has been hidden.":"Este comentario ha sido ocultado.","This comment has been removed.":"Este comentario ha sido borrado.","Upgrade now":"Actualiza tu cuenta ahora",Yesterday:"Ayer","Your request will be sent to the owner of this site.":"Tu requerimiento será enviado al dueño de este sitio web."},vN={"{{amount}} characters left":"{{amount}} tähemärki jäänud","{{amount}} comments":"{{amount}} kommentaari","{{amount}} hrs ago":"{{amount}} tundi tagasi","{{amount}} mins ago":"{{amount}} minutit tagasi","{{amount}} more":"{{amount}} veel","1 comment":"1 kommentaar","Add comment":"Lisa kommentaar","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Lisa oma kommentaarile konteksti, jaga oma nime ja kogemusi, et soodustada tervislikku arutelu.","Add reply":"Lisa vastus","Already a member?":"Juba liige?",Anonymous:"Anonüümne","Become a member of {{publication}} to start commenting.":"Kommenteerimise alustamiseks saage {{publication}} liikmeks.","Become a paid member of {{publication}} to start commenting.":"Kommenteerimise alustamiseks saage {{publication}} tasuliseks liikmeks.",Cancel:"Tühista",Comment:"Kommentaar","Complete your profile":"Täida oma profiil",Delete:"Kustuta","Deleted member":"Kustutatud liige",Discussion:"Arutelu",Edit:"Muuda","Edit this comment":"Muuda seda kommentaari",edited:"muudetud","Enter your name":"Sisesta oma nimi",Expertise:"Oskused","Founder @ Acme Inc":"Asutaja @ Acme Inc","Full-time parent":"Täiskohaga lapsevanem","Head of Marketing at Acme, Inc":"Turundusjuht Acme, Inc-s","Hidden for members":"",Hide:"Peida","Hide comment":"Peida kommentaar","Jamie Larson":"Jamie Larson","Join the discussion":"Liitu aruteluga","Just now":"Just praegu","Local resident":"Kohalik elanik","Member discussion":"Liikmete arutelu",Name:"Nimi",Neurosurgeon:"Neurokirurg","One hour ago":"Üks tund tagasi","One min ago":"Üks minut tagasi","replied to comment":"",Reply:"Vasta","reply to comment":"","Reply to comment":"Vasta kommentaarile",Report:"Teata","Report comment":"Teata kommentaarist","Report this comment?":"Teatada sellest kommentaarist?",Save:"Salvesta",Sending:"Saatmine",Sent:"Saadetud",Show:"Näita","Show {{amount}} more replies":"Näita {{amount}} vastust veel","Show {{amount}} previous comments":"Näita {{amount}} eelmist kommentaari","Show 1 more reply":"Näita 1 vastus veel","Show 1 previous comment":"Näita eelmist kommentaari","Show comment":"Näita kommentaari","Sign in":"Logi sisse","Sign up now":"Registreeru nüüd","Sort by":"","Start the conversation":"Alusta vestlust","This comment has been hidden.":"See kommentaar on peidetud.","This comment has been removed.":"See kommentaar on eemaldatud.","Upgrade now":"Uuenda nüüd",Yesterday:"Eile","Your request will be sent to the owner of this site.":"Teie taotlus saadetakse selle saidi omanikule."},xN={"{{amount}} characters left":"{{amount}} حرف باقیمانده است","{{amount}} comments":"{{amount}} دیدگاه","{{amount}} hrs ago":"{{amount}} ساعت پیش","{{amount}} mins ago":"{{amount}} دقیقه پیش","{{amount}} more":"{{amount}} بیشتر","1 comment":"یک دیدگاه","Add comment":"دیدگاهی بفرستید","Add context to your comment, share your name and expertise to foster a healthy discussion.":"به دیدگاه خود موضوعیت ببخشید و با به اشتراکگذاری نام و تخصص خود یک گفتمان سالم ایجاد کنید.","Add reply":"پاسخی بدهید","Already a member?":"عضو هستید؟",Anonymous:"ناشناس","Become a member of {{publication}} to start commenting.":"عضو وبسایت {{publication}} شوید تا مجوز ارسال دیدگاه دریافت کنید.","Become a paid member of {{publication}} to start commenting.":"حق اشتراک وبسایت {{publication}} را پرداخت کنید تا مجوز ارسال دیدگاه دریافت کنید.",Cancel:"انصراف",Comment:"دیدگاه","Complete your profile":"نمایه خود را کامل کنید",Delete:"پاک کردن","Deleted member":"حساب پاکشده",Discussion:"گفتمان",Edit:"ویرایش","Edit this comment":"ویرایش این دیدگاه",edited:"ویرایششده","Enter your name":"نام خود را بنویسید",Expertise:"تخصص","Founder @ Acme Inc":"مدیر عامل یک شرکت خیالی","Full-time parent":" خانهدار تمام وقت","Head of Marketing at Acme, Inc":"سرپرست بخش بازاریابی یک شرکت خیالی","Hidden for members":"",Hide:"مخفی کردن","Hide comment":"مخفی کردن دیدگاه","Jamie Larson":"جیمی لارسن","Join the discussion":"به گفتمان بپیوندید","Just now":"پیوستن","Local resident":"ساکن محلی","Member discussion":"گفتمان کاربران",Name:"نام",Neurosurgeon:"جراح مغز و اعصاب","One hour ago":"یک ساعت پیش","One min ago":"یک دقیقه پیش","replied to comment":"",Reply:"پاسخ دادن","reply to comment":"","Reply to comment":"پاسخ دادن به دیدگاه",Report:"گزارش","Report comment":"گزارش دیدگاه","Report this comment?":"میخواهید این دیدگاه را گزارش کنید؟",Save:"ذخیره کردن",Sending:"در حال ارسال",Sent:"ارسال شد",Show:"نمایش","Show {{amount}} more replies":"نمایش {{amount}} پاسخ بیشتر","Show {{amount}} previous comments":"نمایش {{amount}} دیدگاه قبلتر","Show 1 more reply":"نمایش یک دیدگاه بیشتر","Show 1 previous comment":"نمایش یک دیدگاه قبلتر","Show comment":"نمایش دیدگاه","Sign in":"ورود به حساب","Sign up now":"ایجاد حساب","Sort by":"","Start the conversation":"گفتوگویی شروع کنید","This comment has been hidden.":"این دیدگاه مخفی شده است","This comment has been removed.":"این دیدگاه پاک شده است","Upgrade now":"ارتقاء دهید",Yesterday:"دیروز","Your request will be sent to the owner of this site.":"درخواست شما برای مدیر این وبسایت ارسال خواهد شد."},kN={"{{amount}} characters left":"{{amount}} merkkiä jäljellä","{{amount}} comments":"{{amount}} kommenttia","{{amount}} hrs ago":"{{amount}} tuntia sitten","{{amount}} mins ago":"{{amount}} minuuttia sitten","{{amount}} more":"{{amount}} vielä lisää","1 comment":"1 kommentti","Add comment":"Lisää kommentti","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Lisää sisältöä kommenttiisi, jaa nimesi ja osaamisesi saadaksesi aikaan tervettä keskustelua","Add reply":"Lisää vastaus","Already a member?":"Oletko jo jäsen?",Anonymous:"Anonyymi","Become a member of {{publication}} to start commenting.":"Ala {{publication}} jäseneksi pystyäksesi kommentoimaan","Become a paid member of {{publication}} to start commenting.":"Ota maksullinen jäsenyys sivulle {{publication}}, jotta pystyt kommentoimaan",Cancel:"Peruuta",Comment:"Kommentti","Complete your profile":"Täydennä profiilisi",Delete:"Poista","Deleted member":"Poista jäsen",Discussion:"Keskustelu",Edit:"Editoi","Edit this comment":"Editoi tätä kommenttia",edited:"editoitu","Enter your name":"Syötä nimesi",Expertise:"Osaaminen","Founder @ Acme Inc":"","Full-time parent":"Kokoaikainen vanhempi","Head of Marketing at Acme, Inc":"Markkinointijohtaja","Hidden for members":"",Hide:"Piilota","Hide comment":"Piilota kommentti","Jamie Larson":"Jamie Larson","Join the discussion":"Liity keskusteluun","Just now":"Juuri nyt","Local resident":"Paikallinen","Member discussion":"Jäsenten keskustelu",Name:"Nimi",Neurosurgeon:"Neurokirurgi","One hour ago":"Tunti sitten","One min ago":"Minuutti sitten","replied to comment":"",Reply:"Vastaa","reply to comment":"","Reply to comment":"Vastaa kommenttiin",Report:"Ilmianna","Report comment":"Ilmianna kommentti","Report this comment?":"Haluatko ilmiantaa tämän kommentin?",Save:"Tallenna",Sending:"Lähetetään",Sent:"Lähetetty",Show:"Näytä","Show {{amount}} more replies":"Näytä {{amount}} vastausta lisää ","Show {{amount}} previous comments":"Näytä {{amount}} edellistä kommenttia","Show 1 more reply":"Näytä 1 vastaus lisää","Show 1 previous comment":"Näytä edellinen kommentti","Show comment":"Näytä kommentti","Sign in":"Kirjaudu sisään","Sign up now":"Rekisteröidy nyt","Sort by":"","Start the conversation":"Aloita keskustelu","This comment has been hidden.":"Tämä kommentti on piilotettu","This comment has been removed.":"Tämä kommentti on poistettu","Upgrade now":"Korota nyt",Yesterday:"Eilen","Your request will be sent to the owner of this site.":"Sinun pyyntösi lähetetään sivun omistajalle"},$N={"{{amount}} characters left":"{{amount}} caractères restants","{{amount}} comments":"{{amount}} commentaires","{{amount}} hrs ago":"Il y a {{amount}} heures","{{amount}} mins ago":"Il y a {{amount}} minutes","{{amount}} more":"{{amount}} supplémentaire(s)","1 comment":"1 commentaire","Add comment":"Ajouter un commentaire","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Ajoutez un contexte à votre commentaire. Partagez votre nom et vos compétences pour favoriser une discussion saine.","Add reply":"Ajouter une réponse","Already a member?":"Déjà abonné ?",Anonymous:"Anonyme","Become a member of {{publication}} to start commenting.":"Abonnez-vous gratuitement à {{publication}} pour commencer à commenter.","Become a paid member of {{publication}} to start commenting.":"Choisissez un abonnement payant à {{publication}} pour commencer à commenter.",Cancel:"Annuler",Comment:"Commentaire","Complete your profile":"Complétez votre profil",Delete:"Supprimer","Deleted member":"Abonné supprimé",Discussion:"Discussion",Edit:"Modifier","Edit this comment":"Modifier ce commentaire",edited:"modifié","Enter your name":"Entrez votre nom",Expertise:"Compétences","Founder @ Acme Inc":"Fondateur @ Acme Inc","Full-time parent":"Parent à plein temps","Head of Marketing at Acme, Inc":"Responsable du marketing chez Acme, Inc","Hidden for members":"",Hide:"Masquer","Hide comment":"Masquer le commentaire","Jamie Larson":"Jean Martin","Join the discussion":"Rejoindre la discussion","Just now":"À l'instant","Local resident":"Résident local","Member discussion":"Discussion entre abonnés",Name:"Nom",Neurosurgeon:"Neurochirurgien","One hour ago":"Il y a une heure","One min ago":"Il y a une minute","replied to comment":"",Reply:"Répondre","reply to comment":"","Reply to comment":"Répondre au commentaire",Report:"Signaler","Report comment":"Signaler le commentaire","Report this comment?":"Signaler ce commentaire ?",Save:"Enregistrer",Sending:"Envoi en cours",Sent:"Envoyé",Show:"Afficher","Show {{amount}} more replies":"Afficher {{amount}} réponses supplémentaires","Show {{amount}} previous comments":"Afficher {{amount}} commentaires précédents","Show 1 more reply":"Afficher 1 réponse supplémentaire","Show 1 previous comment":"Afficher 1 commentaire précédent","Show comment":"Afficher le commentaire","Sign in":"Se connecter","Sign up now":"S'inscrire maintenant","Sort by":"Trier par","Start the conversation":"Commencer la conversation","This comment has been hidden.":"Ce commentaire a été masqué.","This comment has been removed.":"Ce commentaire a été supprimé.","Upgrade now":"Mettre à jour maintenant",Yesterday:"Hier","Your request will be sent to the owner of this site.":"Votre demande sera transférée au propriétaire de ce site."},CN={"{{amount}} characters left":"caractaran air fhàgail: {{amount}}","{{amount}} comments":"beachdan: {{amount}}","{{amount}} hrs ago":"o chionn {{amount}}u","{{amount}} mins ago":"o chionn {{amount}}m","{{amount}} more":"{{amount}} a bharrachd","1 comment":"1 bheachd","Add comment":"Fàg beachd air","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Cuir co-theacsa ris a' bheachd agad, cuir d' ainm is sàr-eòlas ris gus deasbad fallain a brosnachadh.","Add reply":"Cuir freagairt ris","Already a member?":"’Eil thu nad bhall mar-thà?",Anonymous:"Gun ainm","Become a member of {{publication}} to start commenting.":"Clàraich nad bhall an làrach-lìn, {{publication}}, gus beachd fhàgail air.","Become a paid member of {{publication}} to start commenting.":"Clàraich nad bhall phrìomhach an làrach-lìn, {{publication}}, gus beachd fhàgail air.",Cancel:"Sguir dheth",Comment:"Beachd","Complete your profile":"Lìon a-steach a' phròifil agad",Delete:"Sguab às","Deleted member":"Ball air a sguabadh às",Discussion:"Deasbad",Edit:"Deasaich","Edit this comment":"Deasaich am beachd seo",edited:"Air a dheasachad","Enter your name":"Cuir a-steach d’ ainm",Expertise:"Sàr-eòlas","Founder @ Acme Inc":"Neach-stèidheachaidh @ Acme Inc","Full-time parent":"Pàrant làn-ùine","Head of Marketing at Acme, Inc":"Àrd-cheann Margaidheachd aig Acme, Inc","Hidden for members":"",Hide:"Cuir am falach","Hide comment":"Cuir am beachd am falach","Jamie Larson":"Seamaidh Larson","Join the discussion":"Gabh pàirt san deasbad","Just now":"An-dràsta","Local resident":"Neach-còmhnaidh ionadail","Member discussion":"Deasbad",Name:"Ainm",Neurosurgeon:"Niùro-làmh-lèigh","One hour ago":"O chionn uair a thìde","One min ago":"O chionn mionaid","replied to comment":"",Reply:"Cuir freagairt","reply to comment":"","Reply to comment":"Cuir freagaist ri beachd",Report:"Dèan aithris air","Report comment":"Dèan aithris air beachd","Report this comment?":"’Eil thu airson aithris a dhèanamh air a’ bheachd seo?",Save:"Sabhail",Sending:"’Ga chur",Sent:"Air a chur",Show:"Seall","Show {{amount}} more replies":"An àireamh de bheachdan a bharrachd a chìthear: {{amount}}","Show {{amount}} previous comments":"An àireamh de bheachdan roimhe a chìthear: {{amount}}","Show 1 more reply":"Seall beachd a bharrachd","Show 1 previous comment":"Seall am beachd roimhe","Show comment":"Seall am beachd","Sign in":"Clàraich a-steach","Sign up now":"Clàraich a-nis","Sort by":"","Start the conversation":"Tòisich an deasbad","This comment has been hidden.":"Chaidh am beachd seo a chur am falach.","This comment has been removed.":"Chaidh am beachd seo a sguabadh às.","Upgrade now":"Àrdaich a-nis",Yesterday:"An-dè","Your request will be sent to the owner of this site.":"Thèid an iarrtas agad a chur gu neach-seilbh an làrach-lìn seo."},EN={"{{amount}} characters left":"נותרו עוד {{amount}} תווים","{{amount}} comments":"{{amount}} תגובות","{{amount}} hrs ago":"לפני {{amount}} שעות","{{amount}} mins ago":"לפני {{amount}} דקות","{{amount}} more":"עוד {{amount}}","1 comment":"תגובה אחת","Add comment":"הוסיפו תגובה","Add context to your comment, share your name and expertise to foster a healthy discussion.":"הוסיפו תוכן לתגובה שלכם, שתפו את שמכם ואת התמחותכם כדי לקדם דיון בריא.","Add reply":"הוסיפו תגובה","Already a member?":"כבר רשומים?",Anonymous:"אנונימי","Become a member of {{publication}} to start commenting.":"הירשמו כחברי {{publication}} כדי להתחיל להגיב.","Become a paid member of {{publication}} to start commenting.":"הירשמו כחברי משלמים של {{publication}} כדי להתחיל להגיב.",Cancel:"ביטול",Comment:"תגובה","Complete your profile":"השלימו את הפרופיל שלכם",Delete:"מחיקה","Deleted member":"חבר שנמחק",Discussion:"דיון",Edit:"עריכה","Edit this comment":"ערכו תגובה זו",edited:"נערך","Enter your name":"כתבו את שמכם",Expertise:"ניסיון","Founder @ Acme Inc":"מייסד @ Acme Inc","Full-time parent":"הורה במשרה מלאה","Head of Marketing at Acme, Inc":"ראש אגף שיווק ב- Acme, Inc","Hidden for members":"",Hide:"הסתר","Hide comment":"הסתר תגובה","Jamie Larson":"ג׳יימי לרסון","Join the discussion":"הצטרפו לדיון","Just now":"ממש עכשיו","Local resident":"תושב מקומי","Member discussion":"דיון חברים רשומים",Name:"שם",Neurosurgeon:"נוֹיְרוֹכִירוּרְג","One hour ago":"לפני שעה","One min ago":"לפני דקה","replied to comment":"",Reply:"תגובה","reply to comment":"","Reply to comment":"הגיבו לתגובה",Report:"דיווח","Report comment":"דווחו על תגובה","Report this comment?":"האם לדווח על תגובה זו?",Save:"שמירה",Sending:"שליחה",Sent:"שלחנו",Show:"להציג","Show {{amount}} more replies":"להציג עוד {{amount}} תגובות","Show {{amount}} previous comments":"להציג {{amount}} תגובות קודמות","Show 1 more reply":"להציג תגובה נוספת","Show 1 previous comment":"להציג תגובה קודמת","Show comment":"להציג תגובה","Sign in":"היכנסו","Sign up now":"הירשמו עכשיו","Sort by":"למיין לפי","Start the conversation":"התחילו את השיחה","This comment has been hidden.":"התגובה הזו הוסתרה.","This comment has been removed.":"התגובה הזו הוסרה.","Upgrade now":"שדרגו עכשיו",Yesterday:"אתמול","Your request will be sent to the owner of this site.":"בקשתך תישלח לבעלים של האתר הזה."},NN={"{{amount}} characters left":"{{amount}} अक्षर बाकी","{{amount}} comments":"{{amount}} टिप्पणियाँ","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"{{amount}} और","1 comment":"1 टिप्पणी","Add comment":"टिप्पणी जोड़ें","Add context to your comment, share your name and expertise to foster a healthy discussion.":"अपनी टिप्पणी में संदर्भ जोड़ें, स्वस्थ चर्चा के लिए अपना नाम और विशेषज्ञता साझा करें।","Add reply":"जवाब जोड़ें","Already a member?":"पहले से सदस्य हैं?",Anonymous:"अनाम","Become a member of {{publication}} to start commenting.":"टिप्पणी शुरू करने के लिए {{publication}} का सदस्य बनें।","Become a paid member of {{publication}} to start commenting.":"टिप्पणी शुरू करने के लिए {{publication}} के भुगतान सदस्य बनें।",Cancel:"रद्द करें",Comment:"टिप्पणी","Complete your profile":"अपनी प्रोफ़ाइल पूरी करें",Delete:"हटाएं","Deleted member":"हटाए गए सदस्य",Discussion:"चर्चा",Edit:"संपादित करें","Edit this comment":"इस टिप्पणी को संपादित करें",edited:"","Enter your name":"अपना नाम दर्ज करें",Expertise:"विशेषज्ञता","Founder @ Acme Inc":"संस्थापक @ Acme Inc","Full-time parent":"पूर्णकालिक माता-पिता","Head of Marketing at Acme, Inc":"Acme, Inc में विपणन प्रमुख","Hidden for members":"",Hide:"छिपाएं","Hide comment":"टिप्पणी छिपाएं","Jamie Larson":"राहुल शर्मा","Join the discussion":"चर्चा में शामिल हों","Just now":"अभी","Local resident":"स्थानीय निवासी","Member discussion":"सदस्य चर्चा",Name:"नाम",Neurosurgeon:"न्यूरोसर्जन","One hour ago":"एक घंटा पहले","One min ago":"","replied to comment":"",Reply:"जवाब दें","reply to comment":"","Reply to comment":"टिप्पणी का जवाब दें",Report:"रिपोर्ट","Report comment":"टिप्पणी की रिपोर्ट करें","Report this comment?":"क्या आप इस टिप्पणी की रिपोर्ट करना चाहते हैं?",Save:"सहेजें",Sending:"भेजा जा रहा है",Sent:"भेजा गया",Show:"दिखाएं","Show {{amount}} more replies":"{{amount}} और जवाब दिखाएं","Show {{amount}} previous comments":"{{amount}} पिछली टिप्पणियाँ दिखाएं","Show 1 more reply":"1 और जवाब दिखाएं","Show 1 previous comment":"1 पिछली टिप्पणी दिखाएं","Show comment":"टिप्पणी दिखाएं","Sign in":"साइन इन करें","Sign up now":"अभी साइन अप करें","Sort by":"","Start the conversation":"बातचीत शुरू करें","This comment has been hidden.":"इस टिप्पणी को छिपा दिया गया है।","This comment has been removed.":"इस टिप्पणी को हटा दिया गया है।","Upgrade now":"अब उन्नत करें",Yesterday:"कल","Your request will be sent to the owner of this site.":"आपका अनुरोध इस साइट के मालिक को भेजा जाएगा।"},AN={"{{amount}} characters left":"{{amount}} znakova preostalo","{{amount}} comments":"{{amount}} komentara","{{amount}} hrs ago":"Prije {{amount}} sati","{{amount}} mins ago":"Prije {{amount}} minuta","{{amount}} more":"{{amount}} više","1 comment":"1 komentar","Add comment":"Dodaj komentar","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Dajte kontekts vašem komentaru, podijelite vaše ime i znanje za unaprijeđenje svake rasprave.","Add reply":"Dodaj odgovor","Already a member?":"Već si član?",Anonymous:"Anonimus","Become a member of {{publication}} to start commenting.":"Postani član {{publication}} za mogućnost komentiranja.","Become a paid member of {{publication}} to start commenting.":"Plati pretplatu na {{publication}} za mogućnost komentiranja.",Cancel:"Prekini",Comment:"Komentar","Complete your profile":"Dovrši svoj profil",Delete:"Obriši","Deleted member":"Obrisan član",Discussion:"Rasprava",Edit:"Uredi","Edit this comment":"Uredi ovaj komentar",edited:"uređen","Enter your name":"Unesite vaše ime",Expertise:"Stručnost","Founder @ Acme Inc":"Osnivač Acme Inc","Full-time parent":"Full-time Roditelj","Head of Marketing at Acme, Inc":"Voditelj marketinga Acme, Inc","Hidden for members":"",Hide:"Sakrij","Hide comment":"Sakrij komentar","Jamie Larson":"Jamie Larson","Join the discussion":"Pridruži se raspravi","Just now":"Upravo sada","Local resident":"Lokalni stanovnik","Member discussion":"Rasprava članova",Name:"Ime",Neurosurgeon:"Neurokirurg","One hour ago":"Prije jednog sata","One min ago":"Prije jedne minute","replied to comment":"",Reply:"Odgovori","reply to comment":"","Reply to comment":"Odgovori na komentar",Report:"Prijavi","Report comment":"Prijavi komentar","Report this comment?":"Prijaviti ovaj komentar?",Save:"Spremi",Sending:"Slanje",Sent:"Poslano",Show:"Prikaži","Show {{amount}} more replies":"Prikaži još {{amount}} odgovora","Show {{amount}} previous comments":"Prikaži {{amount}} prethodnih komentara","Show 1 more reply":"Prikaži još jedan odgovor","Show 1 previous comment":"Prikaži prethodan komentar","Show comment":"Prikaži komentar","Sign in":"Prijava","Sign up now":"Registriraj se sada","Sort by":"","Start the conversation":"Pokreni razgovor","This comment has been hidden.":"Ovaj komentar je skriven","This comment has been removed.":"Ovaj komentar je maknut","Upgrade now":"Nadogradite sada",Yesterday:"Jučer","Your request will be sent to the owner of this site.":"Vaš zahtjev će se poslati vasniku ovih web stranica."},RN={"{{amount}} characters left":"{{amount}} karakter maradt","{{amount}} comments":"{{amount}} hozzászólás","{{amount}} hrs ago":"{{amount}} órája","{{amount}} mins ago":"{{amount}} perce","{{amount}} more":"","1 comment":"1 hozzászólás","Add comment":"Hozzászólás","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Adjon kontextust hozzászólásaihoz: ossza meg nevét és foglalkozását az egészséges vita elősegítése érdekében.","Add reply":"Válasz","Already a member?":"Már van fiókja?",Anonymous:"Anonim","Become a member of {{publication}} to start commenting.":"Regisztráljon a hozzászólások írásához.","Become a paid member of {{publication}} to start commenting.":"Regisztráljon fizetős fiókot a hozzászólások írásához.",Cancel:"Mégse",Comment:"Hozzászólás","Complete your profile":"Profil befejezése",Delete:"Törlés","Deleted member":"Törölt tag",Discussion:"Hozzászólások",Edit:"Szerkesztés","Edit this comment":"Hozzászólás szerkesztése",edited:"szerkesztve","Enter your name":"Adja meg a nevét",Expertise:"Foglalkozás","Founder @ Acme Inc":"Acme Kft. alapító","Full-time parent":"Főállású szülő","Head of Marketing at Acme, Inc":"Marketing vezető — Acme Kft.","Hidden for members":"",Hide:"Elrejtés","Hide comment":"Hozzászólás elrejtése","Jamie Larson":"Kiss Sára","Join the discussion":"Csatlakozzon a beszélgetéshez","Just now":"Épp most","Local resident":"Helyi lakos","Member discussion":"Hozzászólások",Name:"Név",Neurosurgeon:"Idegsebész","One hour ago":"Egy órája","One min ago":"Egy perce","replied to comment":"",Reply:"Válasz","reply to comment":"","Reply to comment":"Válasz erre",Report:"Jelentés","Report comment":"Hozzászólás jelentése","Report this comment?":"Hozzászólás jelentése?",Save:"Mentés",Sending:"Küldés",Sent:"Elküldve",Show:"Mutat","Show {{amount}} more replies":"Mutass még {{amount}} választ","Show {{amount}} previous comments":"Mutass {{amount}} előző hozzászólást","Show 1 more reply":"Mutass még egy választ","Show 1 previous comment":"Mutass még egy hozzászólást","Show comment":"Hozzászólás mutatása","Sign in":"Bejelentkezés","Sign up now":"Regisztráljon most","Sort by":"","Start the conversation":"Kezdje el a beszélgetést","This comment has been hidden.":"Ezt a hozzászólást elrejtettük.","This comment has been removed.":"Ezt a hozzászólást töröltük.","Upgrade now":"Fizessen elő most",Yesterday:"Tegnap","Your request will be sent to the owner of this site.":"A kérését a website tulajdonosának fogjuk küldeni."},ON={"{{amount}} characters left":"{{amount}} karakter tersisa","{{amount}} comments":"{{amount}} komentar","{{amount}} hrs ago":"{{amount}} jam yang lalu","{{amount}} mins ago":"{{amount}} menit yang lalu","{{amount}} more":"{{amount}} lagi","1 comment":"1 komentar","Add comment":"Tambahkan komentar","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Tambahkan konteks pada komentar Anda, bagikan nama dan keahlian Anda untuk mendorong diskusi yang sehat.","Add reply":"Tambahkan balasan","Already a member?":"Sudah menjadi anggota?",Anonymous:"Anonim","Become a member of {{publication}} to start commenting.":"Jadilah anggota di {{publication}} untuk mulai berkomentar.","Become a paid member of {{publication}} to start commenting.":"Jadilah anggota berbayar di {{publication}} untuk mulai berkomentar.",Cancel:"Batal",Comment:"Komentar","Complete your profile":"Lengkapi profil Anda",Delete:"Hapus","Deleted member":"Anggota dihapus",Discussion:"Diskusi",Edit:"Edit","Edit this comment":"Edit komentar ini",edited:"diedit","Enter your name":"Masukkan nama Anda",Expertise:"Keahlian","Founder @ Acme Inc":"Founder @ Acme Inc","Full-time parent":"Orang tua penuh waktu","Head of Marketing at Acme, Inc":"Direktur Pemasaran di Acme, Inc","Hidden for members":"",Hide:"Sembunyikan","Hide comment":"Sembunyikan komentar","Jamie Larson":"Sutan T. Alisjahbana","Join the discussion":"Bergabung dalam diskusi","Just now":"Baru saja","Local resident":"Penduduk lokal","Member discussion":"Diskusi anggota",Name:"Nama",Neurosurgeon:"Ahli Bedah Saraf","One hour ago":"Satu jam yang lalu","One min ago":"Satu menit yang lalu","replied to comment":"",Reply:"Balas","reply to comment":"","Reply to comment":"Balas komentar",Report:"Laporkan","Report comment":"Laporkan komentar","Report this comment?":"Laporkan komentar ini?",Save:"Simpan",Sending:"Mengirim",Sent:"Terkirim",Show:"Tampilkan","Show {{amount}} more replies":"Tampilkan {{amount}} balasan lainnya","Show {{amount}} previous comments":"Tampilkan {{amount}} komentar sebelumnya","Show 1 more reply":"Tampilkan 1 balasan lainnya","Show 1 previous comment":"Tampilkan 1 komentar sebelumnya","Show comment":"Tampilkan komentar","Sign in":"Masuk","Sign up now":"Daftar sekarang","Sort by":"","Start the conversation":"Mulai percakapan","This comment has been hidden.":"Komentar ini telah disembunyikan.","This comment has been removed.":"Komentar ini telah dihapus.","Upgrade now":"Daftar sekarang",Yesterday:"Kemarin","Your request will be sent to the owner of this site.":"Permintaan Anda akan dikirim kepada pemilik situs ini."},DN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},MN={"{{amount}} characters left":"{{amount}} caratteri rimanenti","{{amount}} comments":"{{amount}} commenti","{{amount}} hrs ago":"{{amount}} ore fa","{{amount}} mins ago":"{{amount}} minuti fa","{{amount}} more":"{{amount}} in più","1 comment":"1 commento","Add comment":"Aggiungi commento","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Aggiungi dettagli al tuo commento, condividi il tuo nome e le tue competenze per incoraggiare una conversazione sana.","Add reply":"Aggiungi risposta","Already a member?":"Sei già iscritto?",Anonymous:"Anonimo","Become a member of {{publication}} to start commenting.":"Iscriviti a {{publication}} per poter commentare.","Become a paid member of {{publication}} to start commenting.":"Abbonati a {{publication}} per poter commentare.",Cancel:"Annulla",Comment:"Commenta","Complete your profile":"Completa il tuo profilo",Delete:"Elimina","Deleted member":"Utente eliminato",Discussion:"Discussione",Edit:"Modifica","Edit this comment":"Modifica questo commento",edited:"modificato","Enter your name":"Inserisci il tuo nome",Expertise:"Competenze","Founder @ Acme Inc":"Megadirettore Galattico","Full-time parent":"Genitore a tempo pieno","Head of Marketing at Acme, Inc":"Ragioniere presso Megaditta","Hidden for members":"",Hide:"Nascondi","Hide comment":"Nascondi commento","Jamie Larson":"Andrea Rossi","Join the discussion":"Partecipa alla discussione","Just now":"Adesso","Local resident":"Paesano","Member discussion":"Commenti",Name:"Nome",Neurosurgeon:"Neurochirurgo","One hour ago":"Un'ora fa","One min ago":"Un minuto fa","replied to comment":"",Reply:"Rispondi","reply to comment":"","Reply to comment":"Rispondi al commento",Report:"Segnala","Report comment":"Segnala commento","Report this comment?":"Segnalare questo commento?",Save:"Salva",Sending:"Invio",Sent:"Inviato",Show:"Mostra","Show {{amount}} more replies":"Mostra altre {{amount}} risposte","Show {{amount}} previous comments":"Mostra altri {{amount}} commenti","Show 1 more reply":"Mostra un'altra risposta","Show 1 previous comment":"Mostra un commento precedente","Show comment":"Mostra commento","Sign in":"Accedi","Sign up now":"Accedi ora","Sort by":"Ordina per","Start the conversation":"Commenta per primo","This comment has been hidden.":"Questo commento è stato nascosto.","This comment has been removed.":"Questo commento è stato rimosso.","Upgrade now":"Abbonati ora",Yesterday:"Ieri","Your request will be sent to the owner of this site.":"La tua richiesta sarà inviata al proprietario del sito."},TN={"{{amount}} characters left":"残り{{amount}}文字","{{amount}} comments":"{{amount}}のコメント","{{amount}} hrs ago":"{{amount}}時間前","{{amount}} mins ago":"{{amount}}分前","{{amount}} more":"さらに{{amount}}個","1 comment":"1のコメント","Add comment":"コメントする","Add context to your comment, share your name and expertise to foster a healthy discussion.":"コメントはよく説明し、名前と専門分野を共有することで健全な議論をすすめましょう。","Add reply":"返信する","Already a member?":"メンバーですか?",Anonymous:"匿名","Become a member of {{publication}} to start commenting.":"{{publication}}のメンバーになってコメントを始めましょう。","Become a paid member of {{publication}} to start commenting.":"{{publication}}の有料メンバーになってコメントを始めましょう。",Cancel:"キャンセル",Comment:"コメント","Complete your profile":"プロフィールを完成させる",Delete:"削除","Deleted member":"削除されたメンバー",Discussion:"議論",Edit:"編集","Edit this comment":"このコメントを編集する",edited:"編集済み","Enter your name":"名前を記入",Expertise:"専門分野","Founder @ Acme Inc":"創業者 @ Acme Inc","Full-time parent":"専業主婦・主夫","Head of Marketing at Acme, Inc":"マーケティング責任者 @ Acme, Inc","Hidden for members":"",Hide:"非表示にする","Hide comment":"コメントを非表示にする","Jamie Larson":"ジェイミー・ラーソン","Join the discussion":"議論に参加する","Just now":"今すぐ参加する","Local resident":"地元住民","Member discussion":"メンバーによる議論",Name:"名前",Neurosurgeon:"脳神経外科医","One hour ago":"1時間前","One min ago":"1分前","replied to comment":"",Reply:"返信する","reply to comment":"","Reply to comment":"コメントに返信する",Report:"通報する","Report comment":"コメントを通報する","Report this comment?":"このコメントを通報しますか?",Save:"保存",Sending:"送信中",Sent:"送信完了",Show:"表示する","Show {{amount}} more replies":"{{amount}}個の返信を表示する","Show {{amount}} previous comments":"前のコメントを{{amount}}個表示する","Show 1 more reply":"返信をもう1つ表示する","Show 1 previous comment":"1つ前のコメントを表示する","Show comment":"コメントを表示する","Sign in":"ログイン","Sign up now":"今すぐ新規登録する","Sort by":"","Start the conversation":"会話を始める","This comment has been hidden.":"このコメントは非表示にされました。","This comment has been removed.":"このコメントは削除されました。","Upgrade now":"今すぐアップデートする",Yesterday:"昨日","Your request will be sent to the owner of this site.":"あなたのリクエストはこのサイトの管理者に送信されます。"},jN={"{{amount}} characters left":"{{amount}}글자 남음","{{amount}} comments":"{{amount}}개의 댓글","{{amount}} hrs ago":"{{amount}}시간 전","{{amount}} mins ago":"{{amount}}분 전","{{amount}} more":"{{amount}}개 더보기","1 comment":"1개의 댓글","Add comment":"댓글 추가","Add context to your comment, share your name and expertise to foster a healthy discussion.":"건설적인 토론을 위해 댓글에 맥락을 추가하고, 이름과 전문 분야를 공유해 주세요.","Add reply":"답변 추가","Already a member?":"이미 회원이신가요?",Anonymous:"익명","Become a member of {{publication}} to start commenting.":"{{publication}}의 회원이 되어 댓글을 작성해 주세요.","Become a paid member of {{publication}} to start commenting.":"{{publication}}의 유료 회원이 되어 댓글을 작성해 주세요.",Cancel:"취소",Comment:"댓글","Complete your profile":"프로필을 완성해 주세요",Delete:"삭제","Deleted member":"삭제된 회원",Discussion:"댓글",Edit:"수정","Edit this comment":"댓글 수정",edited:"수정됨","Enter your name":"이름을 입력해 주세요",Expertise:"전문분야","Founder @ Acme Inc":"Acme Inc 창업자","Full-time parent":"전업 부모","Head of Marketing at Acme, Inc":"Acme Inc 마케팅 책임자","Hidden for members":"",Hide:"숨기기","Hide comment":"댓글 숨기기","Jamie Larson":"제이미 라슨","Join the discussion":"댓글에 참여해 주세요","Just now":"방금 전","Local resident":"지역 주민","Member discussion":"회원들의 댓글",Name:"이름",Neurosurgeon:"신경외과 의사","One hour ago":"1시간 전","One min ago":"1분 전","replied to comment":"",Reply:"답변","reply to comment":"","Reply to comment":"댓글에 답변",Report:"신고","Report comment":"댓글 신고","Report this comment?":"이 댓글을 신고하시겠어요?",Save:"저장",Sending:"전송중",Sent:"전송됨",Show:"보기","Show {{amount}} more replies":"{{amount}}개의 댓글 더 보기","Show {{amount}} previous comments":"{{amount}}개의 이전 댓글 보기","Show 1 more reply":"1개의 댓글 더 보기","Show 1 previous comment":"1개의 이전 댓글 보기","Show comment":"댓글 보기","Sign in":"로그인","Sign up now":"회원가입","Sort by":"정렬 기준","Start the conversation":"댓글을 작성해 주세요","This comment has been hidden.":"숨김처리 된 댓글이에요.","This comment has been removed.":"삭제 된 댓글이에요.","Upgrade now":"업그레이드",Yesterday:"어제","Your request will be sent to the owner of this site.":"운영자에게 요구사항이 전달되었어요."},PN={"{{amount}} characters left":"{{amount}} таңба қалды","{{amount}} comments":"{{amount}} пікір","{{amount}} hrs ago":"{{amount}} сағат бұрын","{{amount}} mins ago":"{{amount}} минут бұрын","{{amount}} more":"тағы {{amount}}","1 comment":"1 пікір","Add comment":"Пікір қосу","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Талқы қызық болуы үшін өзіңіз туралы мәліметтерді қосыңыз.","Add reply":"Жауап қосу","Already a member?":"Әлдеқашан қосылдыңыз ба?",Anonymous:"Аноним","Become a member of {{publication}} to start commenting.":"Пікір қалдыру үшін {{publication}} сайтына аккаунт қажет.","Become a paid member of {{publication}} to start commenting.":"Пікір қалдыру үшін {{publication}} сайтына ақылы аккаунт қажет.",Cancel:"Бас тарту",Comment:"Пікір","Complete your profile":"Профиліңізді толтырыңыз",Delete:"Жою","Deleted member":"Жойылған аккаунт",Discussion:"Талқы",Edit:"Өңдеу","Edit this comment":"Бұл пікірді өңдеу",edited:"Өңделді","Enter your name":"Есіміңізді жазыңыз",Expertise:"Қызмет","Founder @ Acme Inc":"@ Acme Inc құрылтайшысы","Full-time parent":"Толық күн жұмыс істейтін ата-ана","Head of Marketing at Acme, Inc":"@ Acme маркетинг жетекшісі ","Hidden for members":"",Hide:"Жасыру","Hide comment":"Пікірді жасыру","Jamie Larson":"Пәленше Түгеншиев","Join the discussion":"Талқыға қосылу","Just now":"Дәл қазір","Local resident":"Жергілікті тұрғын","Member discussion":"Мүшелер талқысы",Name:"Есімі",Neurosurgeon:"Нейрохирург","One hour ago":"Бір сағат бұрын","One min ago":"Бір минут бұрын","replied to comment":"",Reply:"Жауап беру","reply to comment":"","Reply to comment":"Пікірге жауап беру",Report:"Шағымдану","Report comment":"Пікірге шағымдану","Report this comment?":"Осы пікірге шағым жіберілсін бе?",Save:"Сақтау",Sending:"Жіберілуде",Sent:"Жіберілді",Show:"Көрсету","Show {{amount}} more replies":"Тағы {{amount}} жауапты көрсету","Show {{amount}} previous comments":"Алдыңғы {{amount}} пікірді көрсету","Show 1 more reply":"Тағы 1 жауап көрсету","Show 1 previous comment":"Алдыңғы 1 пікірді көрсету","Show comment":"Пікірді көрсету","Sign in":"Кіру","Sign up now":"Қазір тіркелу","Sort by":"","Start the conversation":"Талқыны бастау","This comment has been hidden.":"Бұл пікір жасырылды.","This comment has been removed.":"Бұл пікір өшірілді.","Upgrade now":"Жаңарту ",Yesterday:"Кеше","Your request will be sent to the owner of this site.":"Өтінішіңіз сайт иесіне жіберіледі."},IN={"{{amount}} characters left":"{{amount}} likę simboliai","{{amount}} comments":"{{amount}} komentarai","{{amount}} hrs ago":"Prieš {{amount}} val.","{{amount}} mins ago":"Prieš {{amount}} min.","{{amount}} more":"{{amount}} daugiau","1 comment":"1 komentaras","Add comment":"Rašyti komentarą","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Papildykite savo komentarą, prisistatykite ir pasidalinkite savo turimomis žiniomis, kad paskatintumėte prasmingą diskusiją.","Add reply":"Atsakyti","Already a member?":"Jau turite paskyrą?",Anonymous:"Anoniminis","Become a member of {{publication}} to start commenting.":"Užsiregistruokite {{publication}}, kad galėtumėte komentuoti.","Become a paid member of {{publication}} to start commenting.":"Tapkite {{publication}} prenumeratoriumi, kad galėtumėte komentuoti.",Cancel:"Atšaukti",Comment:"Komentuoti","Complete your profile":"Pabaikite kurti savo profilį!",Delete:"Ištrinti","Deleted member":"Pašalintas narys",Discussion:"Diskusija",Edit:"Redaguoti","Edit this comment":"Redaguoti šį komentarą",edited:"redaguotas","Enter your name":"Įrašykite savo vardą",Expertise:"Specializacija","Founder @ Acme Inc":"Istorikas","Full-time parent":"Vaiką prižiūrintis tėvas","Head of Marketing at Acme, Inc":"Tyrinėtojas","Hidden for members":"",Hide:"Paslėpti","Hide comment":"Paslėpti komentarą","Jamie Larson":"Vardenis Pavardenis","Join the discussion":"Prisijunkite prie diskusijos","Just now":"Ką tik","Local resident":"Vietinis gyventojas","Member discussion":"Komentarai",Name:"Vardas",Neurosurgeon:"Neurochirurgas","One hour ago":"Prieš valandą","One min ago":"Prieš minutę","replied to comment":"",Reply:"Atsakyti","reply to comment":"","Reply to comment":"Atsakyti į komentarą",Report:"Pranešti","Report comment":"Pranešti apie komentarą","Report this comment?":"Pranešti apie šį komentarą?",Save:"Išsaugoti",Sending:"Siunčiama",Sent:"Išsiųsta",Show:"Rodyti","Show {{amount}} more replies":"Rodyti daugiau atsakymų ({{amount}})","Show {{amount}} previous comments":"Rodyti ankstesnius komentarus ({{amount}})","Show 1 more reply":"Rodyti dar 1 atsakymą","Show 1 previous comment":"Rodyti ankstesnį komentarą","Show comment":"Rodyti komentarą","Sign in":"Prisijungti","Sign up now":"Registruotis","Sort by":"","Start the conversation":"Parašykite pirmąjį komentarą","This comment has been hidden.":"Šis komentaras buvo paslėptas.","This comment has been removed.":"Šis komentaras buvo pašalintas.","Upgrade now":"Prenumeruokite",Yesterday:"Vakar","Your request will be sent to the owner of this site.":"Jūsų pranešimas bus išsiųstas svetainės savininkui."},LN={"{{amount}} characters left":"Преостануваат {{amount}} знаци.","{{amount}} comments":"{{amount}} коментари","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"Уште {{amount}}","1 comment":"1 коментар","Add comment":"Додајте коментар","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Додајте контекст за вашиот коментар, споделете го вашето име и експертиза за да одржите пристојна дискусија.","Add reply":"Одговорете","Already a member?":"Веќе сте член?",Anonymous:"Анонимен","Become a member of {{publication}} to start commenting.":"Станете член на {{publication}} за да можете да коментирате.","Become a paid member of {{publication}} to start commenting.":"Станете претплатен член на {{publication}} за да можеш да коментирате.",Cancel:"Откажете",Comment:"Коментирајте","Complete your profile":"Комплетирајте го вашиот профил",Delete:"Избришете","Deleted member":"Избришан член",Discussion:"Разговор",Edit:"Изменете","Edit this comment":"Изменете го овој коментар",edited:"","Enter your name":"Внесете го вашето име",Expertise:"Експертиза","Founder @ Acme Inc":"Основач @ Примерна Компанија","Full-time parent":"Родител","Head of Marketing at Acme, Inc":"Раководител на Маркетинг во Примерна Компанија","Hidden for members":"",Hide:"Скријте","Hide comment":"Скријте го коментарот","Jamie Larson":"Петар Петровски","Join the discussion":"Приклучете се во разговорот","Just now":"Штотуку","Local resident":"Локал жител","Member discussion":"Разговор на членовите",Name:"Име",Neurosurgeon:"Неврохирург","One hour ago":"Пред еден час","One min ago":"","replied to comment":"",Reply:"Одговорете","reply to comment":"","Reply to comment":"Одговор на коментарот",Report:"Пријавете","Report comment":"Пријавете коментар","Report this comment?":"Пријавете го овој коментар?",Save:"Зачувајте",Sending:"Се испраќа",Sent:"Испратено",Show:"Покажи","Show {{amount}} more replies":"Покажи уште {{amount}} одговори","Show {{amount}} previous comments":"Покажи {{amount}} претходни коментари","Show 1 more reply":"Покажи уште 1 одговор","Show 1 previous comment":"Покажи 1 претходен коментар","Show comment":"Покажи коментар","Sign in":"Најавете се","Sign up now":"Регистрирајте се","Sort by":"","Start the conversation":"Започнете го разговорот","This comment has been hidden.":"Овој коментар беше скриен.","This comment has been removed.":"Овој коментар беше отстранет.","Upgrade now":"Надградете",Yesterday:"Вчера","Your request will be sent to the owner of this site.":"Вашето барање ќе биде испратено на сопственикот на оваа страница."},zN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},FN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},HN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},BN={"{{amount}} characters left":"Nog {{amount}} tekens over","{{amount}} comments":"{{amount}} reacties","{{amount}} hrs ago":"{{amount}} uur geleden","{{amount}} mins ago":"{{amount}} min geleden","{{amount}} more":"","1 comment":"Eén reactie","Add comment":"Versturen","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Voeg context toe aan je reactie, deel je naam en expertise om een gezonde discussie te bevorderen.","Add reply":"Beantwoorden","Already a member?":"Al lid?",Anonymous:"Anoniem","Become a member of {{publication}} to start commenting.":"Word lid van {{publication}} om te kunnen reageren.","Become a paid member of {{publication}} to start commenting.":"Word betalend lid van {{publication}} om te kunnen reageren.",Cancel:"Annuleren",Comment:"Verstuur","Complete your profile":"Vervolledig jouw profiel",Delete:"Verwijderen","Deleted member":"Verwijderd lid",Discussion:"Gesprek",Edit:"Bewerken","Edit this comment":"Bewerk deze reactie",edited:"bewerkt","Enter your name":"Vul je naam in",Expertise:"Expertise","Founder @ Acme Inc":"Oprichter, Acme BV","Full-time parent":"Full-time ouder","Head of Marketing at Acme, Inc":"Acme BV, Hoofd Marketing","Hidden for members":"",Hide:"Verbergen","Hide comment":"Verberg reactie","Jamie Larson":"Jan Jansen","Join the discussion":"Doe mee aan het gesprek","Just now":"Zojuist","Local resident":"Lokale bewoner","Member discussion":"Gesprek",Name:"Naam",Neurosurgeon:"Neurochirurg","One hour ago":"Een uur geleden","One min ago":"Een min geleden","replied to comment":"",Reply:"Beantwoorden","reply to comment":"","Reply to comment":"Beantwoord deze reactie",Report:"Melden","Report comment":"Meld reactie","Report this comment?":"Meld deze reactie?",Save:"Opslaan",Sending:"Verzenden",Sent:"Verzonden",Show:"Tonen","Show {{amount}} more replies":"Toon {{amount}} extra antwoorden","Show {{amount}} previous comments":"Toon {{amount}} vorige reacties","Show 1 more reply":"Toon nog 1 antwoord","Show 1 previous comment":"Toon 1 vorige reactie","Show comment":"Toon reactie","Sign in":"Inloggen","Sign up now":"Registreren","Sort by":"","Start the conversation":"Begin het gesprek","This comment has been hidden.":"Deze reactie is verborgen.","This comment has been removed.":"Deze reactie is verwijderd.","Upgrade now":"Upgrade nu",Yesterday:"Gisteren","Your request will be sent to the owner of this site.":"Jouw melding zal worden verzonden naar de eigenaar van deze site."},VN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},UN={"{{amount}} characters left":"{{amount}} tegn igjen","{{amount}} comments":"{{amount}} kommentarer","{{amount}} hrs ago":"{{amount}} timer siden","{{amount}} mins ago":"{{amount}} minutter siden","{{amount}} more":"{{amount}} mer","1 comment":"1 kommentar","Add comment":"Legg til kommentar","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Legg til kontekst i kommentaren din, del navnet ditt og ekspertisen din for å fremme en god diskusjon.","Add reply":"Legg til svar","Already a member?":"Allerede medlem?",Anonymous:"Anonym","Become a member of {{publication}} to start commenting.":"Bli medlem av {{publication}} for å begynne å kommentere.","Become a paid member of {{publication}} to start commenting.":"Bli betalende medlem av {{publication}} for å begynne å kommentere.",Cancel:"Avbryt",Comment:"Kommentar","Complete your profile":"Fullfør profilen din",Delete:"Slett","Deleted member":"Slettet medlem",Discussion:"Diskusjon",Edit:"Rediger","Edit this comment":"Rediger denne kommentaren",edited:"redigert","Enter your name":"Skriv inn navnet ditt",Expertise:"Ekspertise","Founder @ Acme Inc":"Grunnlegger @ Acme Inc","Full-time parent":"Forelder på heltid","Head of Marketing at Acme, Inc":"Markedsføringsleder hos Acme Inc","Hidden for members":"",Hide:"Skjul","Hide comment":"Skjul kommentar","Jamie Larson":"Jamie Larson","Join the discussion":"Delta i diskusjonen","Just now":"Akkurat nå","Local resident":"Lokal innbygger","Member discussion":"Medlemsdiskusjon",Name:"Navn",Neurosurgeon:"Neurokirurg","One hour ago":"En time siden","One min ago":"Ett minutt siden","replied to comment":"",Reply:"Svar","reply to comment":"","Reply to comment":"Svar på kommentar",Report:"Rapporter","Report comment":"Rapporter kommentar","Report this comment?":"Rapportere denne kommentaren?",Save:"Lagre",Sending:"Sender",Sent:"Sendt",Show:"Vis","Show {{amount}} more replies":"Vis {{amount}} flere svar","Show {{amount}} previous comments":"Vis {{amount}} tidligere kommentarer","Show 1 more reply":"Vis ett svar til","Show 1 previous comment":"Vis én tidligere kommentar","Show comment":"Vis kommentar","Sign in":"Logg inn","Sign up now":"Registrer deg nå","Sort by":"Sorter etter","Start the conversation":"Start samtalen","This comment has been hidden.":"Denne kommentaren er skjult.","This comment has been removed.":"Denne kommentaren er fjernet.","Upgrade now":"Oppgrader nå",Yesterday:"I går","Your request will be sent to the owner of this site.":"Din forespørsel vil bli sendt til eieren av dette nettstedet."},_N={"{{amount}} characters left":"Pozostało {{amount}} znaków","{{amount}} comments":"{{amount}} komentarzy","{{amount}} hrs ago":"{{amount}} godzin temu","{{amount}} mins ago":"{{amount}} minut temu","{{amount}} more":"{{amount}} więcej","1 comment":"1 komentarz","Add comment":"Dodaj komentarz","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Dodaj więcej informacji do Twojego komentarza, następnie udostępnij proszę Twoje imię i doświadczenie w celu wzbogacenia jakości dyskusji.","Add reply":"Dodaj odpowiedź","Already a member?":"Posiadasz już konto?",Anonymous:"Anonimowy","Become a member of {{publication}} to start commenting.":"Dołącz do społeczności {{publication}}, by zacząć komentować.","Become a paid member of {{publication}} to start commenting.":"Dołącz do płatnej społeczności {{publication}}, by zacząć komentować.",Cancel:"Anuluj",Comment:"Skomentuj","Complete your profile":"Skompletuj Twój profil",Delete:"Usuń","Deleted member":"Usunięte konto",Discussion:"Dyskusja",Edit:"Edytuj","Edit this comment":"Edytuj komentarz",edited:"edytowano","Enter your name":"Podaj Twoje imię",Expertise:"Doświadczenie","Founder @ Acme Inc":"Founder @ Acme Inc","Full-time parent":"","Head of Marketing at Acme, Inc":"Head of Marketing at Acme, Inc","Hidden for members":"",Hide:"Ukryj","Hide comment":"Ukryj komentarz","Jamie Larson":"Jamie Larson","Join the discussion":"Dołącz do dyskusji","Just now":"Przed chwilą","Local resident":"","Member discussion":"Członek dyskusji",Name:"Imię",Neurosurgeon:"Neurochirurg","One hour ago":"Godzinę temu","One min ago":"Minutę temu","replied to comment":"",Reply:"Odpowiedz","reply to comment":"","Reply to comment":"Napisz odpowiedź do komentarza",Report:"Zgłoś","Report comment":"Zgłoś komentarz","Report this comment?":"Czy chcesz zgłosić ten komentarz?",Save:"Zapisz",Sending:"Wysyłanie",Sent:"Wysłano",Show:"Pokza","Show {{amount}} more replies":"Pokaż {{amount}} kolejnych odpowiedzi","Show {{amount}} previous comments":"Pokaż {{amount}} poprzednich komentarzy","Show 1 more reply":"Pokaż następną odpowiedź","Show 1 previous comment":"Pokaż poprzedni komentarz","Show comment":"Pokaż komentarz","Sign in":"Zaloguj się","Sign up now":"Zarejestruj się","Sort by":"","Start the conversation":"Rozpocznij dyskusję","This comment has been hidden.":"Komentarz został ukryty.","This comment has been removed.":"Komentarz został usunięty.","Upgrade now":"Ulepsz teraz",Yesterday:"Wczoraj","Your request will be sent to the owner of this site.":"Twoje zgłoszenie zostało przesłane do administratora strony."},JN={"{{amount}} characters left":"Faltam {{amount}} caracteres ","{{amount}} comments":"{{amount}} comentários","{{amount}} hrs ago":"{{amount}} horas atrás","{{amount}} mins ago":"{{amount}} minutos atrás","{{amount}} more":"mais","1 comment":"Um comentário","Add comment":"Adicionar comentário","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Adicione o seu comentário, partilhe o seu nome e expriência de modo a promover uma discussão saudável.","Add reply":"Adicionar resposta","Already a member?":"Já é membro?",Anonymous:"Anónimo","Become a member of {{publication}} to start commenting.":"Torne-se um membro do {{publication}} para comentar.","Become a paid member of {{publication}} to start commenting.":"Torne-se um membro pago do {{publication}} para comentar. ",Cancel:"Cancelar",Comment:"Comentar","Complete your profile":"Complete o seu perfil",Delete:"Eliminar","Deleted member":"Membro eliminado",Discussion:"Discussão",Edit:"Editar","Edit this comment":"Editar este comentário",edited:"editado","Enter your name":"Insira o seu nome",Expertise:"Perícia","Founder @ Acme Inc":"Fundador @ Amce Inc","Full-time parent":"Pai a tempo inteiro","Head of Marketing at Acme, Inc":"Responsável do Marketing @ Amce, Inc","Hidden for members":"",Hide:"Esconder","Hide comment":"Esconder comentário","Jamie Larson":"Jane Doe","Join the discussion":"Junte-se à discussão","Just now":"Agora","Local resident":"Residente local","Member discussion":"Discussão para membros",Name:"Nome",Neurosurgeon:"neurocirurgião","One hour ago":"uma hora atrás","One min ago":"um minuto atrás","replied to comment":"",Reply:"Responder","reply to comment":"","Reply to comment":"Responder ao comentário",Report:"Reportar","Report comment":"Reportar comentário","Report this comment?":"Reportar este comentário?",Save:"Guardar",Sending:"Enviar",Sent:"Enviado",Show:"Mostrar","Show {{amount}} more replies":"Mostrar mais {{amount}} respostas","Show {{amount}} previous comments":"Mostrar os {{amount}} comentários anteriores","Show 1 more reply":"Mostrar mais uma resposta","Show 1 previous comment":"Mostrar mais um comentário","Show comment":"Mostrar comentário","Sign in":"Registar","Sign up now":"Registar agora","Sort by":"","Start the conversation":"Comece a conversa","This comment has been hidden.":"Este comentário foi ocultado","This comment has been removed.":"Este comentário foi removido","Upgrade now":"Atualize agora",Yesterday:"Ontem","Your request will be sent to the owner of this site.":"O seu pedido será enviado para o dono deste site."},YN={"{{amount}} characters left":"{{amount}} caracteres restantes","{{amount}} comments":"{{amount}} comentários","{{amount}} hrs ago":"{{amount}} horas atrás","{{amount}} mins ago":"{{amount}} minutos atrás","{{amount}} more":"{{amount}} mais","1 comment":"1 comentário","Add comment":"Adicionar comentário","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Adicione contexto ao seu comentário, compartilhe seu nome e expertise para promover uma discussão saudável.","Add reply":"Adicionar resposta","Already a member?":"Já é um membro?",Anonymous:"Anônimo","Become a member of {{publication}} to start commenting.":"Torne-se um membro de {{publication}} para começar a comentar.","Become a paid member of {{publication}} to start commenting.":"Torne-se um membro pago de {{publication}} para começar a comentar.",Cancel:"Cancelar",Comment:"Comentário","Complete your profile":"Complete seu perfil",Delete:"Deletar","Deleted member":"Membro deletado",Discussion:"Discussão",Edit:"Editar","Edit this comment":"Editar este comentário",edited:"editado","Enter your name":"Digite seu nome",Expertise:"Especialidade","Founder @ Acme Inc":"Fundador @ Acme Inc","Full-time parent":"Pai/Mãe em tempo integral","Head of Marketing at Acme, Inc":"Chefe de Marketing na Acme, Inc","Hidden for members":"",Hide:"Esconder","Hide comment":"Esconder comentário","Jamie Larson":"Jamie Larson","Join the discussion":"Participe da discussão","Just now":"Agora mesmo","Local resident":"Residente local","Member discussion":"Discussão entre membros",Name:"Nome",Neurosurgeon:"Neurocirurgião","One hour ago":"Uma hora atrás","One min ago":"Um minuto atrás","replied to comment":"",Reply:"Responder","reply to comment":"","Reply to comment":"Responder ao comentário",Report:"Denunciar","Report comment":"Denunciar comentário","Report this comment?":"Denunciar este comentário?",Save:"Salvar",Sending:"Enviando",Sent:"Enviado",Show:"Mostrar","Show {{amount}} more replies":"Mostrar mais {{amount}} respostas","Show {{amount}} previous comments":"Mostrar {{amount}} comentários anteriores","Show 1 more reply":"Mostrar 1 resposta adicional","Show 1 previous comment":"Mostrar 1 comentário anterior","Show comment":"Mostrar comentário","Sign in":"Entrar","Sign up now":"Inscreva-se agora","Sort by":"Ordenar por","Start the conversation":"Iniciar a conversa","This comment has been hidden.":"Este comentário foi escondido.","This comment has been removed.":"Este comentário foi removido.","Upgrade now":"Atualize agora",Yesterday:"Ontem","Your request will be sent to the owner of this site.":"Sua solicitação será enviada ao proprietário deste site."},KN={"{{amount}} characters left":"{{amount}} caractere rămase","{{amount}} comments":"{{amount}} comentarii","{{amount}} hrs ago":"acum {{amount}} ore","{{amount}} mins ago":"acum {{amount}} minute","{{amount}} more":"încă {{amount}}","1 comment":"1 comentariu","Add comment":"Adaugă comentariu","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Adăugați context comentariului dumneavoastră, împărtășiți-vă numele și expertiza pentru a favoriza o discuție sănătoasă.","Add reply":"Adaugă răspuns","Already a member?":"Deja membru?",Anonymous:"Anonim","Become a member of {{publication}} to start commenting.":"Deveniți membru al {{publication}} pentru a începe să comentați.","Become a paid member of {{publication}} to start commenting.":"Deveniți membru plătit al {{publication}} pentru a începe să comentați.",Cancel:"Anulează",Comment:"Comentează","Complete your profile":"Completează-ți profilul",Delete:"Șterge","Deleted member":"Membru șters",Discussion:"Discuție",Edit:"Editează","Edit this comment":"Editează acest comentariu",edited:"editat","Enter your name":"Introduceți numele dumneavoastră",Expertise:"Expertiză","Founder @ Acme Inc":"Fondator @ Acme Inc","Full-time parent":"Părinte cu normă întreagă","Head of Marketing at Acme, Inc":"Șef de Marketing la Acme, Inc","Hidden for members":"",Hide:"Ascunde","Hide comment":"Ascunde comentariul","Jamie Larson":"Jamie Larson","Join the discussion":"Alătură-te discuției","Just now":"Chiar acum","Local resident":"Rezident local","Member discussion":"Discuție membrii",Name:"Nume",Neurosurgeon:"Neurochirurg","One hour ago":"Acum o oră","One min ago":"Acum un minut","replied to comment":"",Reply:"Răspunde","reply to comment":"","Reply to comment":"Răspunde la comentariu",Report:"Raportează","Report comment":"Raportează comentariul","Report this comment?":"Raportezi acest comentariu?",Save:"Salvează",Sending:"Se trimite",Sent:"Trimis",Show:"Arată","Show {{amount}} more replies":"Arată încă {{amount}} răspunsuri","Show {{amount}} previous comments":"Arată {{amount}} comentarii anterioare","Show 1 more reply":"Arată încă un răspuns","Show 1 previous comment":"Arată un comentariu anterior","Show comment":"Arată comentariul","Sign in":"Autentificare","Sign up now":"Înregistrează-te acum","Sort by":"Ordonează după","Start the conversation":"Începe conversația","This comment has been hidden.":"Acest comentariu a fost ascuns.","This comment has been removed.":"Acest comentariu a fost eliminat.","Upgrade now":"Actualizează acum",Yesterday:"Ieri","Your request will be sent to the owner of this site.":"Cererea dumneavoastră va fi trimisă proprietarului acestui site."},WN={"{{amount}} characters left":"{{amount}} символа(ов) осталось","{{amount}} comments":"{{amount}} комментария(ев)","{{amount}} hrs ago":"{{amount}} часа(ов) назад","{{amount}} mins ago":"{{amount}} минут(ы) назад","{{amount}} more":"ещё {{amount}}","1 comment":"1 комментарий","Add comment":"Добавить комментарий","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Дополните свой комментарий контекстом, добавив подробности о себе и своём опыте, чтобы обсуждение стало более интересным.","Add reply":"Добавить ответ","Already a member?":"Уже присоединились?",Anonymous:"Анонимный","Become a member of {{publication}} to start commenting.":"Присоединяйтесь к {{publication}} чтобы начать комментировать.","Become a paid member of {{publication}} to start commenting.":"Станьте платным участником {{publication}} чтобы начать комментировать.",Cancel:"Отмена",Comment:"Комментарий","Complete your profile":"Заполните свой профиль",Delete:"Удалить","Deleted member":"Удалённый участник",Discussion:"Обсуждение",Edit:"Редактировать","Edit this comment":"Редактировать этот комментарий",edited:"Отредактированно","Enter your name":"Введите ваше имя",Expertise:"Деятельность","Founder @ Acme Inc":"Основатель @ Корпорация «Акме»","Full-time parent":"Родитель, работающий полный рабочий день","Head of Marketing at Acme, Inc":"Руководитель отдела маркетинга в Корпорации «Акме»","Hidden for members":"",Hide:"Скрыть","Hide comment":"Скрыть комментарий","Jamie Larson":"Павел Бид","Join the discussion":"Присоединиться к обсуждению","Just now":"Сейчас","Local resident":"Местный житель","Member discussion":"Обсуждение участников",Name:"Имя",Neurosurgeon:"Нейрохирург","One hour ago":"Час назад","One min ago":"Минуту назад","replied to comment":"",Reply:"Ответить","reply to comment":"","Reply to comment":"Ответить на комментарий",Report:"Пожаловаться","Report comment":"Пожаловаться на комментарий","Report this comment?":"Пожаловаться на этот комментарий?",Save:"Сохранить",Sending:"Отправка",Sent:"Отправлено",Show:"Показать","Show {{amount}} more replies":"Показать ещё {{amount}} ответа(ов)","Show {{amount}} previous comments":"Показать ещё {{amount}} комментария(ев)","Show 1 more reply":"Показать ответ","Show 1 previous comment":"Показать предыдущий комментарий","Show comment":"Показать комментарий","Sign in":"Войти","Sign up now":"Зарегистрироваться","Sort by":"","Start the conversation":"Начать обсуждение","This comment has been hidden.":"Этот комментарий скрыт","This comment has been removed.":"Этот комментарий был удалён","Upgrade now":"Обновить ",Yesterday:"Вчера","Your request will be sent to the owner of this site.":"Ваш запрос будет отправлен владельцу сайта."},qN={"{{amount}} characters left":"තව වචන {{amount}} යි.","{{amount}} comments":"අදහස් {{amount}} යි.","{{amount}} hrs ago":"පැය {{amount}} ට පෙර","{{amount}} mins ago":"මිනිත්තු {{amount}} ට පෙර","{{amount}} more":"","1 comment":"1 අදහසයි.","Add comment":"අදහස් එකතු කරන්න","Add context to your comment, share your name and expertise to foster a healthy discussion.":"ඉතා හොඳ සාකච්ඡාවක් රැගෙන යාම සඳහා ඔබේ අදහසට අන්තර්ගතය එක් කර ඔබේ නම සහ විශේෂඥතාව බෙදා ගන්න","Add reply":"ප්රතිචාර එකතු කරන්න","Already a member?":"දැනටමත් සාමාජිකයෙක්ද ?",Anonymous:"නිර්නාමික","Become a member of {{publication}} to start commenting.":"අදහස් දැක්වීම ආරම්භ කිරීමට {{publication}} හි සාමාජිකයෙකු වන්න","Become a paid member of {{publication}} to start commenting.":"අදහස් දැක්වීම ආරම්භ කිරීමට {{publication}} හි ගෙවීම් කරන ලද සාමාජිකයෙකු වන්න",Cancel:"අවලංගු කරන්න",Comment:"අදහස","Complete your profile":"ඔබගේ ගිණුම සම්පූර්ණ කරන්න",Delete:"Delete කරන්න","Deleted member":"සාමාජිකයාව delete කරන්න",Discussion:"සාකච්ඡාව",Edit:"සංස්කරණය කරන්න","Edit this comment":"අදහස සංස්කරණය කරන්න",edited:"සංස්කරණය කරන ලද.","Enter your name":"ඔබගේ නම සඳහන් කරන්න",Expertise:"විශේෂඥතාව","Founder @ Acme Inc":"Acme Inc හි නිර්මාතෘ","Full-time parent":"පූර්ණ කාලීන භාරකරුවන්","Head of Marketing at Acme, Inc":"Acme, Inc හි අලෙවි ප්රධානී","Hidden for members":"",Hide:"සඟවන්න","Hide comment":"අදහස සඟවන්න","Jamie Larson":"ජේමි ලාර්සන්","Join the discussion":"සාකච්ඡාවට එක්වන්න","Just now":"මේ දැන්","Local resident":"දේශීය පදිංචි","Member discussion":"සාමාජික සාකච්ඡාව",Name:"නම",Neurosurgeon:"ස්නායු ශල්ය වෛද්ය","One hour ago":"පැයකට පෙර","One min ago":"මිනිත්තුවකට පෙර","replied to comment":"",Reply:"ප්රතිචාර දක්වන්න","reply to comment":"","Reply to comment":"අදහසට රතිචාර දක්වන්න",Report:"වාර්තා කරන්න","Report comment":"අදහසට වාර්තා කරන්න","Report this comment?":"මෙම අදහසට වාර්තා කරන්නෙහිද ?",Save:"සුරකින්න",Sending:"යවමින්",Sent:"යැව්වා",Show:"පෙන්වන්න","Show {{amount}} more replies":"තවත් පිළිතුරු {{amount}} පෙන්වන්න","Show {{amount}} previous comments":"පෙර අදහස් {{amount}} පෙන්වන්න","Show 1 more reply":"තවත් පිළිතුරු 1ක් පෙන්වන්න","Show 1 previous comment":"පෙර අදහස් 1ක් පෙන්වන්න","Show comment":"අදහස පෙන්වන්න","Sign in":"Sign in වෙන්න","Sign up now":"දැන්ම Sign up වෙන්න","Sort by":"","Start the conversation":"සංවාදය ආරම්භ කරන්න","This comment has been hidden.":"මෙම අදහස සඟවා ඇත.","This comment has been removed.":"මෙම අදහස ඉවත් කර ඇත.","Upgrade now":"දැන් upgrade කරන්න",Yesterday:"ඊයෙ","Your request will be sent to the owner of this site.":"ඔබගේ ඉල්ලීම මෙම අඩවියේ හිමිකරු වෙත යවනු ලැබේ."},GN={"{{amount}} characters left":"Zostáva {{amount}} znakov","{{amount}} comments":"{{amount}} komentárov","{{amount}} hrs ago":"Pred {{amount}} hodinami","{{amount}} mins ago":"Pred {{amount}} minútami","{{amount}} more":"","1 comment":"1 komentár","Add comment":"Pridať komentár","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Pridajte kontext do váško komentára, zdielajte vaše meno, a odbornosť pre podporu zdravej diskusie.","Add reply":"Pridať odpoveď","Already a member?":"Už ste členom?",Anonymous:"Anonymne","Become a member of {{publication}} to start commenting.":"Staňte sa členom {{publication}}, aby ste mohli začať komentovať","Become a paid member of {{publication}} to start commenting.":"Staňte sa plateným členom {{publication}}, aby ste mohli začať komentovať",Cancel:"Zrušiť",Comment:"Komentár","Complete your profile":"Dokončite váš profil",Delete:"Vymazať","Deleted member":"Vymazaný člen",Discussion:"Diskusia",Edit:"Upraviť","Edit this comment":"Upraviť tento komentár",edited:"upravený","Enter your name":"Zadajte vaše meno",Expertise:"Odbornosť","Founder @ Acme Inc":"Zakladateľ @ Acme Inc","Full-time parent":"Rodič na plný úväzok","Head of Marketing at Acme, Inc":"Vedúci marketingu v spoločnosti Acme, Inc","Hidden for members":"",Hide:"Skryť","Hide comment":"Skryť komentár","Jamie Larson":"Jamie Larson","Join the discussion":"Zapojiť sa do diskusie","Just now":"Teraz","Local resident":"Miestny obyvateľ","Member discussion":"",Name:"Meno",Neurosurgeon:"Neurogirurg","One hour ago":"Pred hodinou","One min ago":"Pred minútou","replied to comment":"",Reply:"Odpovedať","reply to comment":"","Reply to comment":"Odpovedať na komentár",Report:"Nahlásiť","Report comment":"Nahlásiť komentár","Report this comment?":"Nahlásiť tento komentár?",Save:"Uložiť",Sending:"Odosielanie",Sent:"Odoslané",Show:"Zobraziť","Show {{amount}} more replies":"Zobraziť {{amount}} ďalších odpoveďí","Show {{amount}} previous comments":"Zobraziť {{amount}} predchádzajúcich komentárov","Show 1 more reply":"Zobraziť 1 ďalšiu odpoveď","Show 1 previous comment":"Zobraziť 1 predchádzajúci komentár","Show comment":"Zobraziť komentár","Sign in":"Prihlásiť","Sign up now":"Registrovať sa","Sort by":"","Start the conversation":"Začať konverzáciu","This comment has been hidden.":"Tento komentár bol skrytý.","This comment has been removed.":"Tento komentár bol vymazaný.","Upgrade now":"Upgradovať teraz",Yesterday:"Včera","Your request will be sent to the owner of this site.":"Vaša požiadavka bola odoslaná vlastníkovi stránky."},QN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},ZN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},XN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},eA={"{{amount}} characters left":"Преостало још {{amount}} карактера","{{amount}} comments":"{{amount}} коментара","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"још {{amount}}","1 comment":"1 коментар","Add comment":"Додајте коментар","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Додајте контекст свом коментару, поделите своје име и експертизу како бисте подстакли здраву дискусију.","Add reply":"Додајте одговор","Already a member?":"Већ сте члан?",Anonymous:"Анонимно","Become a member of {{publication}} to start commenting.":"Постаните члан {{publication}} да бисте почели са коментарисањем.","Become a paid member of {{publication}} to start commenting.":"Постаните плаћени члан {{publication}} да бисте почели са коментарисањем.",Cancel:"Откажи",Comment:"Коментар","Complete your profile":"Попуните свој профил",Delete:"Избриши","Deleted member":"Обрисан члан",Discussion:"Дискусија",Edit:"Уреди","Edit this comment":"Уредите овај коментар",edited:"","Enter your name":"Унесите своје име",Expertise:"Експертиза","Founder @ Acme Inc":"Оснивач @ Acme Inc","Full-time parent":"Родитељ пуним радним временом","Head of Marketing at Acme, Inc":"Шеф маркетинга у Acme, Inc","Hidden for members":"",Hide:"Сакриј","Hide comment":"Сакриј коментар","Jamie Larson":"Џејми Ларсон","Join the discussion":"Придружите се дискусији","Just now":"Управо сада","Local resident":"Мештанин","Member discussion":"Дискусија чланова",Name:"Име",Neurosurgeon:"Неурохирург","One hour ago":"Пре један сат","One min ago":"","replied to comment":"",Reply:"Одговори","reply to comment":"","Reply to comment":"Одговорите на коментар",Report:"Пријави","Report comment":"Пријави коментар","Report this comment?":"Пријавити овај коментар?",Save:"Сачувај",Sending:"Слање",Sent:"Послато",Show:"Прикажи","Show {{amount}} more replies":"Прикажи још {{amount}} одговора","Show {{amount}} previous comments":"Прикажи претходна {{amount}} коментара","Show 1 more reply":"Прикажи још 1 одговор","Show 1 previous comment":"Прикажи 1 претходни коментар","Show comment":"Прикажи коментар","Sign in":"Пријавите се","Sign up now":"Пријавите се сада","Sort by":"","Start the conversation":"Почните разговор","This comment has been hidden.":"Овај коментар је сакривен.","This comment has been removed.":"Овај коментар је уклоњен.","Upgrade now":"Надоградите сада",Yesterday:"Јуче","Your request will be sent to the owner of this site.":"Ваш захтев ће бити послат власнику овог сајта."},tA={"{{amount}} characters left":"{{amount}} tecken kvar","{{amount}} comments":"{{amount}} kommentarer","{{amount}} hrs ago":"{{amount}} timmar sedan","{{amount}} mins ago":"{{amount}} minuter sedan","{{amount}} more":"{{amount}} fler","1 comment":"1 kommentar","Add comment":"Lägg till kommentar","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Lägg till kontext till din kommentar, som ditt namn, din expertis för att skapa ett bra forum.","Add reply":"Lägg till svar","Already a member?":"Redan medlem?",Anonymous:"Anonym","Become a member of {{publication}} to start commenting.":"Registrera dig på {{publication}} för att börja kommentera.","Become a paid member of {{publication}} to start commenting.":"Bli betalande medlem på {{publication}} för att börja kommentera ",Cancel:"Avbryt",Comment:"Kommentar","Complete your profile":"Fyll i hela din profil",Delete:"Ta bort","Deleted member":"Borttagen medlem",Discussion:"Diskussion",Edit:"Ändra","Edit this comment":"Ändra den här kommentaren",edited:"Ändrad","Enter your name":"Skriv ditt namn",Expertise:"Expertis","Founder @ Acme Inc":"Grundare av Företaget AB","Full-time parent":"Hemmaförälder","Head of Marketing at Acme, Inc":"Marknadsföringschef på Företaget AB","Hidden for members":"",Hide:"Dölj","Hide comment":"Dölj kommentar","Jamie Larson":"Anders Andersson","Join the discussion":"Var med i diskussionen","Just now":"Nu precis","Local resident":"Lokalboende","Member discussion":"Medlemsdiskussion",Name:"Namn",Neurosurgeon:"Neurokirurg","One hour ago":"En timme sedan","One min ago":"En minut sedan","replied to comment":"",Reply:"Svar","reply to comment":"","Reply to comment":"Svara på kommentar",Report:"Anmäl","Report comment":"Anmäl kommentar","Report this comment?":"Anmäl den här kommentaren?",Save:"Spara",Sending:"Skickar",Sent:"Skickad",Show:"Visa","Show {{amount}} more replies":"Visa {{amount}} fler svar","Show {{amount}} previous comments":"Visa {{amount}} tidigare kommentarer","Show 1 more reply":"Visa 1 kommentar till","Show 1 previous comment":"Visa 1 tidigare kommentar","Show comment":"Visa kommentar","Sign in":"Logga in","Sign up now":"Registrera dig nu","Sort by":"Sortera efter","Start the conversation":"Inled konversationen","This comment has been hidden.":"Denna kommentar har dolts","This comment has been removed.":"Denna kommentar är borttagen","Upgrade now":"Uppgradera nu",Yesterday:"I går","Your request will be sent to the owner of this site.":"Din anmälan skickas till ansvarig för webbplatsen"},nA={"{{amount}} characters left":"คงเหลือ {{amount}} ตัวอักษร","{{amount}} comments":"{{amount}} ความคิดเห็น","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"อีก {{amount}}","1 comment":"1 ความคิดเห็น","Add comment":"แสดงความคิดเห็น","Add context to your comment, share your name and expertise to foster a healthy discussion.":"เพิ่มข้อมูลเสริมในความคิดเห็นของคุณ แชร์ชื่อและความเชี่ยวชาญเพื่อสนับสนุนการพูดคุยที่ดี","Add reply":"ตอบกลับ","Already a member?":"เป็นสมาชิกอยู่แล้ว?",Anonymous:"ไม่ระบุชื่อ","Become a member of {{publication}} to start commenting.":"เป็นสมาชิกของ {{publication}} เพื่อเริ่มแสดงความคิดเห็น","Become a paid member of {{publication}} to start commenting.":"เป็นสมาชิกแบบชำระเงินของ {{publication}} เพื่อเริ่มแสดงความคิดเห็น",Cancel:"ยกเลิก",Comment:"ความคิดเห็น","Complete your profile":"กรอกโปรไฟล์ของคุณให้สมบูรณ์",Delete:"ลบ","Deleted member":"ผู้ใช้ที่ถูกลบ",Discussion:"การสนทนา",Edit:"แก้ไข","Edit this comment":"แก้ไขความคิดเห็นนี้",edited:"","Enter your name":"ระบุชื่อของคุณ",Expertise:"ความเชี่ยวชาญ","Founder @ Acme Inc":"ผู้ก่อตั้ง @ Acme Inc","Full-time parent":"ผู้ปกครองเต็มเวลา","Head of Marketing at Acme, Inc":"หัวหน้าฝ่ายการตลาด ณ Acme, Inc","Hidden for members":"",Hide:"ซ่อน","Hide comment":"ซ่อนข้อความ","Jamie Larson":"กนกพัฒน์ สัณห์ฤทัย","Join the discussion":"เข้าร่วมการสนทนา","Just now":"ตอนนี้","Local resident":"ผู้อยู่อาศัยในท้องถิ่น","Member discussion":"การสนทนาของสมาชิก",Name:"ชื่อ",Neurosurgeon:"ศัลยแพทย์ระบบประสาท","One hour ago":"1 ชั่วโมงที่แล้ว","One min ago":"","replied to comment":"",Reply:"ตอบกลับ","reply to comment":"","Reply to comment":"ตอบกลับความคิดเห็น",Report:"รายงาน","Report comment":"รายงานความคิดเห็น","Report this comment?":"รายงานความคิดเห็นนี้?",Save:"บันทึก",Sending:"กำลังส่ง",Sent:"ส่งแล้ว",Show:"แสดง","Show {{amount}} more replies":"แสดง {{amount}} การตอบกลับเพิ่มเติม","Show {{amount}} previous comments":"แสดง {{amount}} ความคิดเห็นก่อนหน้า","Show 1 more reply":"แสดงอีก 1 การตอบกลับ","Show 1 previous comment":"แสดง 1 ความคิดเห็น","Show comment":"ดูความคิดเห็น","Sign in":"ลงชื่อเข้าใช้","Sign up now":"สมัครใช้งานตอนนี้เลย","Sort by":"","Start the conversation":"เริ่มการสนทนา","This comment has been hidden.":"ความคิดเห็นนี้ถูกซ่อน","This comment has been removed.":"ความคิดเห็นนี้ถูกลบ","Upgrade now":"อัพเกรดตอนนี้เลย",Yesterday:"เมื่อวาน","Your request will be sent to the owner of this site.":"คำขอของคุณจะถูกส่งไปยังผู้ดูแลเว็บไซต์"},oA={"{{amount}} characters left":"{{amount}} karakter kaldı","{{amount}} comments":"{{amount}} yorum","{{amount}} hrs ago":"{{amount}} saat önce","{{amount}} mins ago":"{{amount}} dakika önce","{{amount}} more":"Daha fazla {{amount}}","1 comment":"1 yorum","Add comment":"Yorum ekle","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Yorumunuza bağlam ekleyin, adınızı ve uzmanlık alanınızı paylaşarak sağlıklı bir tartışmayı teşvik edin.","Add reply":"Yanıt ekle","Already a member?":"Zaten üye misiniz?",Anonymous:"Anonim","Become a member of {{publication}} to start commenting.":"Yorum yapmaya başlamak için {{publication}} sitesinde hesap oluşturun.","Become a paid member of {{publication}} to start commenting.":"Yorum yapmaya başlamak için {{publication}} sitesinde ücretli hesap oluşturun.",Cancel:"İptal et",Comment:"Yorum ekle","Complete your profile":"Profilinizi tamamlayın",Delete:"Sil","Deleted member":"Silinen üye",Discussion:"Yorumlar",Edit:"Düzenle","Edit this comment":"Bu yorumu düzenle",edited:"düzenlendi","Enter your name":"Adınızı girin",Expertise:"Uzmanlık","Founder @ Acme Inc":"Kurucu @ Firma Ünvan","Full-time parent":"Tam zamanlı ebeveyn","Head of Marketing at Acme, Inc":"Firma, Ünvan'da Pazarlama Müdürü","Hidden for members":"",Hide:"Gizle","Hide comment":"Yorumu gizle","Jamie Larson":"Ad Soyad","Join the discussion":"Tartışmaya katıl","Just now":"Şu anda","Local resident":"Yerel sakini","Member discussion":"Üye tartışması",Name:"Ad",Neurosurgeon:"Beyin cerrahı","One hour ago":"Bir saat önce","One min ago":"Bir dakika önce","replied to comment":"yoruma yanıt verdi",Reply:"Cevapla","reply to comment":"yoruma cevap ver","Reply to comment":"Yoruma cevap ver",Report:"Rapor et","Report comment":"Yorumu rapor et","Report this comment?":"Bu yorum rapor edilsin mi?",Save:"Kaydet",Sending:"Gönderiliyor",Sent:"Gönderildi",Show:"Göster","Show {{amount}} more replies":"{{amount}} daha fazla yanıt göster","Show {{amount}} previous comments":"{{amount}} önceki yorumu göster","Show 1 more reply":"1 cevap daha göster","Show 1 previous comment":"1 önceki yorumu göster","Show comment":"Yorumu göster","Sign in":"Giriş yap","Sign up now":"Şimdi kayıt ol","Sort by":"Sırala","Start the conversation":"Bu konu hakkında düşüncelerini paylaş","This comment has been hidden.":"Bu yorum gizlendi.","This comment has been removed.":"Bu yorum kaldırıldı.","Upgrade now":"Şimdi yükselt",Yesterday:"Dün","Your request will be sent to the owner of this site.":"Talebiniz bu sitenin sahibine gönderilecektir."},rA={"{{amount}} characters left":"{{amount}} символів залишилось","{{amount}} comments":"{{amount}} коментарів","{{amount}} hrs ago":"{{amount}} годин тому","{{amount}} mins ago":"{{amount}} хвилин тому","{{amount}} more":"ще {{amount}}","1 comment":"1 коментар","Add comment":"Додати коментар","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Додайте контекст до свого коментаря, поділіться своїм іменем і досвідом, щоб сприяти здоровій дискусії.","Add reply":"Додати відповідь","Already a member?":"Ви є учасником?",Anonymous:"Анонім","Become a member of {{publication}} to start commenting.":"Станьте учасником {{publication}} щоб почати коментувати.","Become a paid member of {{publication}} to start commenting.":"Станьте платним учасником {{publication}} щоб почати коментувати.",Cancel:"Відмінити",Comment:"Коментувати","Complete your profile":"Заповніть свій профіль",Delete:"Видалити","Deleted member":"Видалений учасник",Discussion:"Обговорення",Edit:"Редагувати","Edit this comment":"Редагувати цей коментар",edited:"Відредагований","Enter your name":"Введіть своє імʼя",Expertise:"Експертність","Founder @ Acme Inc":"Засновник @ Acme Inc","Full-time parent":"Виховую дітей","Head of Marketing at Acme, Inc":"Голова продажів в Acme, Inc","Hidden for members":"",Hide:"Сховати","Hide comment":"Сховати коментар","Jamie Larson":"Ваше імʼя","Join the discussion":"Долучитися до обговорення","Just now":"Прямо зараз","Local resident":"Місцевий експерт","Member discussion":"Обговорення учасників",Name:"Імʼя",Neurosurgeon:"Нейрохірург","One hour ago":"Одну годину тому","One min ago":"Одну хвилину тому","replied to comment":"",Reply:"Відповісти","reply to comment":"","Reply to comment":"Відповісти на коментар",Report:"Поскаржитися","Report comment":"Поскаржитися на коментар","Report this comment?":"Поскаржитися на цей коментар?",Save:"Зберегти",Sending:"Відправка",Sent:"Відправлено",Show:"Показати","Show {{amount}} more replies":"Показати ще {{amount}} відповідей","Show {{amount}} previous comments":"Показати {{amount}} попередніх коментарів","Show 1 more reply":"Показати ще одну відповідь","Show 1 previous comment":"Показати один попередній коментар","Show comment":"Показати коментар","Sign in":"Увійти","Sign up now":"Зареєструватись зараз","Sort by":"","Start the conversation":"Почніть розмову","This comment has been hidden.":"Цей коментар було приховано.","This comment has been removed.":"Цей коментар було видалено.","Upgrade now":"Оновити зараз",Yesterday:"Вчора","Your request will be sent to the owner of this site.":"Ваш запит буде надіслано власнику цього сайту."},iA={"{{amount}} characters left":"{{amount}} حروف باقی ہیں","{{amount}} comments":"{{amount}} تبادلے","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"1 تبادلہ","Add comment":"تبادلہ شامل کریں","Add context to your comment, share your name and expertise to foster a healthy discussion.":"اپنے تبادلے میں سیاق و سباق شامل کریں، اچھی گفتگو کو بڑھانے کے لئے اپنا نام اور ماہریت شیئر کریں۔","Add reply":"جواب شامل کریں","Already a member?":"پہلے ہی رکن ہیں؟",Anonymous:"ناشناس","Become a member of {{publication}} to start commenting.":"تبادلہ شروع کرنے کے لئے {{publication}} کا رکن بنیں۔","Become a paid member of {{publication}} to start commenting.":"تبادلہ شروع کرنے کے لئے {{publication}} کا ادائیگی رکن بنیں۔",Cancel:"منسوخ کریں",Comment:"تبادلہ","Complete your profile":"اپنا پروفائل مکمل کریں",Delete:"حذف کریں","Deleted member":"حذف شدہ رکن",Discussion:"تبادلہ",Edit:"ترتیب دیں","Edit this comment":"اس تبادلے کو ترتیب دیں",edited:"","Enter your name":"اپنا نام درج کریں",Expertise:"اہلیت","Founder @ Acme Inc":"ناظم @ Acme Inc","Full-time parent":"پورے وقت کا والد یا والدہ","Head of Marketing at Acme, Inc":"Acme، Inc کے مارکیٹنگ کا سربراہ","Hidden for members":"",Hide:"چھپائیں","Hide comment":"تبادلہ چھپائیں","Jamie Larson":"جیمی لارسن","Join the discussion":"تبادلے میں شامل ہوں","Just now":"ابھی","Local resident":"مقامی رہائشی","Member discussion":"رکن کا تبادلہ",Name:"نام",Neurosurgeon:"نیوروسرجن","One hour ago":"ایک گھنٹہ پہلے","One min ago":"","replied to comment":"",Reply:"جواب","reply to comment":"","Reply to comment":"تبادلے کا جواب دیں",Report:"رپورٹ","Report comment":"تبادلے کی رپورٹ","Report this comment?":"کیا آپ اس تبادلے کو رپورٹ کرنا چاہتے ہیں؟",Save:"محفوظ کریں",Sending:"بھیج رہا ہے",Sent:"بھیجا گیا",Show:"دکھائیں","Show {{amount}} more replies":"{{amount}} مزید جوابات دکھائیں","Show {{amount}} previous comments":"{{amount}} پچھلے تبادلات دکھائیں","Show 1 more reply":"1 مزید جواب دکھائیں","Show 1 previous comment":"1 پچھلا تبادلہ دکھائیں","Show comment":"تبادلہ دکھائیں","Sign in":"سائن ان کریں","Sign up now":"ابھی رجسٹر ہوں","Sort by":"","Start the conversation":"بات چیت شروع کریں","This comment has been hidden.":"یہ تبادلہ چھپا گیا ہے۔","This comment has been removed.":"یہ تبادلہ ہٹا دیا گیا ہے۔","Upgrade now":"اب اپ گریڈ کریں",Yesterday:"کل","Your request will be sent to the owner of this site.":"آپ کا درخواست اس سائٹ کے مالک کو بھیجا جائے گا۔"},sA={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},aA={"{{amount}} characters left":"{{amount}} ký tự còn lại","{{amount}} comments":"{{amount}} bình luận","{{amount}} hrs ago":"{{amount}} giờ trước","{{amount}} mins ago":"{{amount}} phút trước","{{amount}} more":"{{amount}} nữa","1 comment":"1 bình luận","Add comment":"Thêm bình luận","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Thêm ngữ cảnh, tên và chuyên môn của bạn để thúc đẩy cuộc thảo luận lành mạnh.","Add reply":"Trả lời","Already a member?":"Đã là thành viên?",Anonymous:"Ẩn danh","Become a member of {{publication}} to start commenting.":"Trở thành thành viên của {{publication}} để có thể bình luận.","Become a paid member of {{publication}} to start commenting.":"Trở thành thành viên trả phí của {{publication}} để có thể bình luận.",Cancel:"Hủy",Comment:"Bình luận","Complete your profile":"Hoàn tất hồ sơ của bạn",Delete:"Xóa","Deleted member":"Thành viên đã xóa",Discussion:"Thảo luận",Edit:"Sửa","Edit this comment":"Sửa bình luận này",edited:"đã sửa","Enter your name":"Nhập tên của bạn",Expertise:"Chuyên môn","Founder @ Acme Inc":"Nhà sáng lập @ Acme Inc","Full-time parent":"Phụ huynh toàn thời gian","Head of Marketing at Acme, Inc":"Trưởng phòng Marketing tại Acme, Inc","Hidden for members":"",Hide:"Ẩn","Hide comment":"Ẩn bình luận","Jamie Larson":"Jamie Larson","Join the discussion":"Tham gia thảo luận","Just now":"Vừa xong","Local resident":"Cư dân địa phương","Member discussion":"Thảo luận của thành viên",Name:"Tên",Neurosurgeon:"Bác sĩ phẫu thuật thần kinh","One hour ago":"Một giờ trước","One min ago":"Một phút trước","replied to comment":"",Reply:"Trả lời","reply to comment":"","Reply to comment":"Trả lời bình luận",Report:"Báo cáo","Report comment":"Báo cáo bình luận","Report this comment?":"Báo cáo bình luận này?",Save:"Lưu",Sending:"Đang gửi",Sent:"Đã gửi",Show:"Hiển thị","Show {{amount}} more replies":"Xem {{amount}} trả lời khác","Show {{amount}} previous comments":"Đọc {{amount}} bình luận trước","Show 1 more reply":"Xem 1 trả lời","Show 1 previous comment":"Đọc 1 bình luận trước","Show comment":"Đọc bình luận","Sign in":"Đăng nhập","Sign up now":"Đăng ký ngay","Sort by":"Xếp theo","Start the conversation":"Bắt đầu cuộc trò chuyện","This comment has been hidden.":"Bình luận này đã bị ẩn.","This comment has been removed.":"Bình luận này đã bị xóa.","Upgrade now":"Nâng cấp",Yesterday:"Hôm qua","Your request will be sent to the owner of this site.":"Yêu cầu của bạn sẽ được gửi đến chủ sở hữu trang web này."},lA={"{{amount}} characters left":"还剩{{amount}}字","{{amount}} comments":"{{amount}}条评论","{{amount}} hrs ago":"{{amount}}小时前","{{amount}} mins ago":"{{amount}}分钟前","{{amount}} more":"","1 comment":"一条评论","Add comment":"添加评论","Add context to your comment, share your name and expertise to foster a healthy discussion.":"为您的评论补充上下文信息、说明您的称呼与专业背景均有助于营造健康的讨论氛围。","Add reply":"添加回复","Already a member?":"已经是会员?",Anonymous:"匿名","Become a member of {{publication}} to start commenting.":"成为{{publication}}的会员以开始评论。","Become a paid member of {{publication}} to start commenting.":"成为{{publication}}的付费会员以开始评论。",Cancel:"取消",Comment:"评论","Complete your profile":"完善您的注册信息",Delete:"删除","Deleted member":"删除会员",Discussion:"讨论",Edit:"编辑","Edit this comment":"编辑此条评论",edited:"已编辑","Enter your name":"输入您的称呼",Expertise:"专业背景","Founder @ Acme Inc":"Acme Inc的创建者","Full-time parent":"全职父母","Head of Marketing at Acme, Inc":"Acme, Inc市场部负责人","Hidden for members":"",Hide:"隐藏","Hide comment":"隐藏评论","Jamie Larson":"Jamie Larson","Join the discussion":"加入讨论","Just now":"刚刚","Local resident":"本地居民","Member discussion":"会员讨论",Name:"称呼",Neurosurgeon:"神经外科医生","One hour ago":"一小时前","One min ago":"一分钟前","replied to comment":"",Reply:"回复","reply to comment":"","Reply to comment":"回复评论",Report:"举报","Report comment":"举报评论","Report this comment?":"举报此评论?",Save:"保存",Sending:"正在发送",Sent:"已发送",Show:"显示","Show {{amount}} more replies":"显示后续{{amount}}条评论","Show {{amount}} previous comments":"显示先前{{amount}}条评论","Show 1 more reply":"显示下一条评论","Show 1 previous comment":"显示前一条评论","Show comment":"显示评论","Sign in":"登录","Sign up now":"立刻注册","Sort by":"","Start the conversation":"开始对话","This comment has been hidden.":"该条评论已被隐藏。","This comment has been removed.":"该条评论已被移除。","Upgrade now":"立刻升级",Yesterday:"昨天","Your request will be sent to the owner of this site.":"您的请求将被发送给站点所有者。"},cA={"{{amount}} characters left":"還剩 {{amount}} 個字","{{amount}} comments":"{{amount}} 則留言","{{amount}} hrs ago":"{{amount}} 小時前","{{amount}} mins ago":"{{amount}} 分鐘前","{{amount}} more":"還剩 {{amount}} 則留言","1 comment":"一則留言","Add comment":"留言","Add context to your comment, share your name and expertise to foster a healthy discussion.":"為您的留言補充情境、說明您的稱呼與專業背景均有助於健康的討論氛圍。","Add reply":"回覆","Already a member?":"已經是會員?",Anonymous:"匿名","Become a member of {{publication}} to start commenting.":"成為{{publication}}的會員以開始留言。","Become a paid member of {{publication}} to start commenting.":"成為{{publication}}的付費會員以開始留言。",Cancel:"取消",Comment:"留言","Complete your profile":"完善您的註冊資訊",Delete:"刪除","Deleted member":"刪除會員",Discussion:"討論",Edit:"編輯","Edit this comment":"編輯此則留言",edited:"已編輯","Enter your name":"輸入您的稱呼",Expertise:"專業背景","Founder @ Acme Inc":"Acme Inc的創辦人","Full-time parent":"全職父母","Head of Marketing at Acme, Inc":"Acme, Inc市場部負責人","Hidden for members":"",Hide:"隱藏","Hide comment":"隱藏留言","Jamie Larson":"Jamie Larson","Join the discussion":"加入討論","Just now":"剛剛","Local resident":"本地居民","Member discussion":"會員討論",Name:"稱呼",Neurosurgeon:"神經外科醫生","One hour ago":"一小時前","One min ago":"一分鐘前","replied to comment":"",Reply:"回覆","reply to comment":"","Reply to comment":"回覆留言",Report:"舉報","Report comment":"舉報留言","Report this comment?":"舉報此留言?",Save:"儲存",Sending:"正在發送",Sent:"已發送",Show:"顯示","Show {{amount}} more replies":"顯示後續 {{amount}} 則留言","Show {{amount}} previous comments":"顯示先前 {{amount}} 則留言","Show 1 more reply":"顯示下一則留言","Show 1 previous comment":"顯示前一則留言","Show comment":"顯示留言","Sign in":"登錄","Sign up now":"立即註冊","Sort by":"排序方式","Start the conversation":"開始對話","This comment has been hidden.":"該則留言已被隱藏。","This comment has been removed.":"該則留言已被移除。","Upgrade now":"立即升級",Yesterday:"昨天","Your request will be sent to the owner of this site.":"您的請求將被發送給所有者。"},uA={"{{amount}} characters left":"{{amount}} herufi zimebaki","{{amount}} comments":"{{amount}} maoni","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"{{amount}} zaidi","1 comment":"maoni 1","Add comment":"Ongeza maoni","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Ongeza muktadha kwa maoni yako, shiriki jina lako na utaalamu ili kuendeleza mjadala wenye afya.","Add reply":"Ongeza jibu","Already a member?":"Tayari ni mwanachama?",Anonymous:"Asiyetambulika","Become a member of {{publication}} to start commenting.":"Jiunge kama mwanachama wa {{publication}} ili kuanza kutoa maoni.","Become a paid member of {{publication}} to start commenting.":"Jiunge kama mwanachama anayelipa wa {{publication}} ili kuanza kutoa maoni.",Cancel:"Ghairi",Comment:"Maoni","Complete your profile":"Kamilisha wasifu wako",Delete:"Futa","Deleted member":"Mwanachama aliyefutwa",Discussion:"Majadiliano",Edit:"Hariri","Edit this comment":"Hariri maoni haya",edited:"","Enter your name":"Weka jina lako",Expertise:"Utaalamu","Founder @ Acme Inc":"Mwanzilishi @ Acme Inc","Full-time parent":"Mzazi wa muda wote","Head of Marketing at Acme, Inc":"Mkuu wa Masoko katika Acme, Inc","Hidden for members":"",Hide:"Ficha","Hide comment":"Ficha maoni","Jamie Larson":"Jamie Larson","Join the discussion":"Jiunge na mjadala","Just now":"Hivi sasa","Local resident":"Mkazi wa eneo","Member discussion":"Mjadala wa wanachama",Name:"Jina",Neurosurgeon:"Daktari wa ubongo","One hour ago":"Saa moja iliyopita","One min ago":"","replied to comment":"",Reply:"Jibu","reply to comment":"","Reply to comment":"Jibu maoni",Report:"Ripoti","Report comment":"Ripoti maoni","Report this comment?":"Unataka kuripoti maoni haya?",Save:"Hifadhi",Sending:"Inatuma",Sent:"Imetumwa",Show:"Onyesha","Show {{amount}} more replies":"Onyesha majibu {{amount}} zaidi","Show {{amount}} previous comments":"Onyesha maoni {{amount}} ya awali","Show 1 more reply":"Onyesha jibu 1 zaidi","Show 1 previous comment":"Onyesha maoni 1 ya awali","Show comment":"Onyesha maoni","Sign in":"Ingia","Sign up now":"Jisajili sasa","Sort by":"","Start the conversation":"Anzisha mazungumzo","This comment has been hidden.":"Maoni haya yamefichwa.","This comment has been removed.":"Maoni haya yameondolewa.","Upgrade now":"Boresha sasa",Yesterday:"Jana","Your request will be sent to the owner of this site.":"Ombi lako litatumwa kwa mmiliki wa tovuti hii."},dA={"{{amount}} characters left":"{{amount}} எழுத்துக்கள் எஞ்சியுள்ளன","{{amount}} comments":"{{amount}} கருத்துக்கள்","{{amount}} hrs ago":"{{amount}} மணி நேரத்திற்கு முன்பு","{{amount}} mins ago":"{{amount}} நிமிடங்களுக்கு முன்பு","{{amount}} more":"{{amount}} மேலும்","1 comment":"1 கருத்து","Add comment":"கருத்தைச் சேர்க்கவும்","Add context to your comment, share your name and expertise to foster a healthy discussion.":"உங்கள் கருத்துக்கு சூழலைச் சேர்க்கவும், ஆரோக்கியமான விவாதத்தை வளர்க்க உங்கள் பெயரையும் நிபுணத்துவத்தையும் பகிர்ந்து கொள்ளுங்கள்.","Add reply":"பதில் சேர்க்கவும்","Already a member?":"ஏற்கனவே உறுப்பினரா?",Anonymous:"அடையாளம் தெரியாத","Become a member of {{publication}} to start commenting.":"கருத்துத் தெரிவிக்க {{publication}} இல் உறுப்பினராகுங்கள்.","Become a paid member of {{publication}} to start commenting.":"கருத்துத் தெரிவிக்க {{publication}} இல் கட்டண உறுப்பினராகுங்கள்.",Cancel:"ரத்து செய்",Comment:"கருத்து","Complete your profile":"உங்கள் சுயவிவரத்தை பூர்த்தி செய்யவும்",Delete:"நீக்கவும்","Deleted member":"நீக்கப்பட்ட உறுப்பினர்",Discussion:"கலந்துரையாடல்",Edit:"திருத்தவும்","Edit this comment":"இந்தக் கருத்தைத் திருத்தவும்",edited:"திருத்தப்பட்டது","Enter your name":"உங்கள் பெயரை உள்ளிடுக",Expertise:"நிபுணத்துவம்","Founder @ Acme Inc":"நிறுவனர் @ Acme Inc","Full-time parent":"முழுநேர பெற்றோர்","Head of Marketing at Acme, Inc":"Acme Inc நிறுவனத்தின் சந்தைப்படுத்தல் தலைவர்","Hidden for members":"",Hide:"மறைக்கவும்","Hide comment":"கருத்தை மறை","Jamie Larson":"ஜேமி லார்சன்","Join the discussion":"கலந்துரையாடலில் சேரவும்","Just now":"சற்றுமுன்னர்தான்","Local resident":"உள்ளூர்வாசி","Member discussion":"உறுப்பினர் கருத்து",Name:"பெயர்",Neurosurgeon:"நரம்பியல் அறுவை சிகிச்சை நிபுணர்","One hour ago":"ஒரு மணி முன்பு","One min ago":"ஒரு நிமிடம் முன்பு","replied to comment":"",Reply:"பதிலளிக்கவும்","reply to comment":"","Reply to comment":"கருத்துக்கு பதிலளிக்கவும்",Report:"புகாரளி","Report comment":"கருத்தைப் புகாரளி","Report this comment?":"இந்தக் கருத்தைப் புகாரளிக்கவா?",Save:"சேமிக்க",Sending:"அனுப்புகிறது",Sent:"அனுப்பப்பட்டது",Show:"காட்டு","Show {{amount}} more replies":"முந்தைய {{amount}} மேலும் பதில்கள்க் காட்டு","Show {{amount}} previous comments":"முந்தைய {{amount}} கருத்துகளைக் காட்டு","Show 1 more reply":"மேலும் 1 பதிலைக் காட்டு","Show 1 previous comment":"முந்தைய 1 கருத்தைக் காட்டு","Show comment":"கருத்தைக் காட்டு","Sign in":"உள்நுழைக","Sign up now":"இப்பொழுதே பதிவு செய்யுங்கள்","Sort by":"","Start the conversation":"உரையாடலைத் தொடங்குங்கள்","This comment has been hidden.":"இந்தக் கருத்து மறைக்கப்பட்டது.","This comment has been removed.":"இந்தக் கருத்து நீக்கப்பட்டது.","Upgrade now":"இப்போதே மேம்படுத்தவும்",Yesterday:"நேற்று","Your request will be sent to the owner of this site.":"உங்கள் கோரிக்கை இந்த தளத்தின் உரிமையாளருக்கு அனுப்பப்படும்."};var l1;function c1(){return l1||(l1={"/ghost/i18n/locales/af/comments.json":function(){return aN},"/ghost/i18n/locales/ar/comments.json":function(){return lN},"/ghost/i18n/locales/bg/comments.json":function(){return cN},"/ghost/i18n/locales/bn/comments.json":function(){return uN},"/ghost/i18n/locales/bs/comments.json":function(){return dN},"/ghost/i18n/locales/ca/comments.json":function(){return mN},"/ghost/i18n/locales/cs/comments.json":function(){return fN},"/ghost/i18n/locales/da/comments.json":function(){return pN},"/ghost/i18n/locales/de/comments.json":function(){return hN},"/ghost/i18n/locales/de-CH/comments.json":function(){return gN},"/ghost/i18n/locales/el/comments.json":function(){return yN},"/ghost/i18n/locales/en/comments.json":function(){return wN},"/ghost/i18n/locales/eo/comments.json":function(){return SN},"/ghost/i18n/locales/es/comments.json":function(){return bN},"/ghost/i18n/locales/et/comments.json":function(){return vN},"/ghost/i18n/locales/fa/comments.json":function(){return xN},"/ghost/i18n/locales/fi/comments.json":function(){return kN},"/ghost/i18n/locales/fr/comments.json":function(){return $N},"/ghost/i18n/locales/gd/comments.json":function(){return CN},"/ghost/i18n/locales/he/comments.json":function(){return EN},"/ghost/i18n/locales/hi/comments.json":function(){return NN},"/ghost/i18n/locales/hr/comments.json":function(){return AN},"/ghost/i18n/locales/hu/comments.json":function(){return RN},"/ghost/i18n/locales/id/comments.json":function(){return ON},"/ghost/i18n/locales/is/comments.json":function(){return DN},"/ghost/i18n/locales/it/comments.json":function(){return MN},"/ghost/i18n/locales/ja/comments.json":function(){return TN},"/ghost/i18n/locales/ko/comments.json":function(){return jN},"/ghost/i18n/locales/kz/comments.json":function(){return PN},"/ghost/i18n/locales/lt/comments.json":function(){return IN},"/ghost/i18n/locales/mk/comments.json":function(){return LN},"/ghost/i18n/locales/mn/comments.json":function(){return zN},"/ghost/i18n/locales/ms/comments.json":function(){return FN},"/ghost/i18n/locales/ne/comments.json":function(){return HN},"/ghost/i18n/locales/nl/comments.json":function(){return BN},"/ghost/i18n/locales/nn/comments.json":function(){return VN},"/ghost/i18n/locales/no/comments.json":function(){return UN},"/ghost/i18n/locales/pl/comments.json":function(){return _N},"/ghost/i18n/locales/pt/comments.json":function(){return JN},"/ghost/i18n/locales/pt-BR/comments.json":function(){return YN},"/ghost/i18n/locales/ro/comments.json":function(){return KN},"/ghost/i18n/locales/ru/comments.json":function(){return WN},"/ghost/i18n/locales/si/comments.json":function(){return qN},"/ghost/i18n/locales/sk/comments.json":function(){return GN},"/ghost/i18n/locales/sl/comments.json":function(){return QN},"/ghost/i18n/locales/sq/comments.json":function(){return ZN},"/ghost/i18n/locales/sr/comments.json":function(){return XN},"/ghost/i18n/locales/sr-Cyrl/comments.json":function(){return eA},"/ghost/i18n/locales/sv/comments.json":function(){return tA},"/ghost/i18n/locales/th/comments.json":function(){return nA},"/ghost/i18n/locales/tr/comments.json":function(){return oA},"/ghost/i18n/locales/uk/comments.json":function(){return rA},"/ghost/i18n/locales/ur/comments.json":function(){return iA},"/ghost/i18n/locales/uz/comments.json":function(){return sA},"/ghost/i18n/locales/vi/comments.json":function(){return aA},"/ghost/i18n/locales/zh/comments.json":function(){return lA},"/ghost/i18n/locales/zh-Hant/comments.json":function(){return cA},"/ghost/i18n/locales/sw/comments.json":function(){return uA},"/ghost/i18n/locales/ta/comments.json":function(){return dA}})}function u1(t){function e(n){var o=d1(n,t);if(o!==null)return c1()[o]();throw new Error('Could not dynamically require "'+n+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}return e.resolve=function(n){var o=d1(n,t);return o!==null?o:require.resolve(n)},e}function d1(t,e){var n=mA(t);t=pl(t);var o;t[0]==="/"&&(e="");for(var r=c1(),i=["",".js",".json"];n?o=pl(e+"/node_modules/"+t):o=pl(e+"/"+t),!o.endsWith("/..");){for(var s=0;s<i.length;s++){var a=o+i[s];if(r[a])return a}if(!n)break;var l=pl(e+"/..");if(l===e)break;e=l}return null}function mA(t){var e=t[0];if(e==="/"||e==="\\")return!1;var n=t[1],o=t[2];return!(e==="."&&(!n||n==="/"||n==="\\")||e==="."&&n==="."&&(!o||o==="/"||o==="\\")||n===":"&&(o==="/"||o==="\\"))}function pl(t){t=t.replace(/\\/g,"/");for(var e=t.split("/"),n=e[0]==="",o=1;o<e.length;o++)(e[o]==="."||e[o]==="")&&e.splice(o--,1);for(var o=1;o<e.length;o++)e[o]===".."&&o>0&&e[o-1]!==".."&&e[o-1]!=="."&&(e.splice(--o,2),o--);return t=e.join("/"),n&&t[0]!=="/"?t="/"+t:t.length===0&&(t="."),t}var hl={exports:{}};const F=t=>typeof t=="string",_i=()=>{let t,e;const n=new Promise((o,r)=>{t=o,e=r});return n.resolve=t,n.reject=e,n},m1=t=>t==null?"":""+t,fA=(t,e,n)=>{t.forEach(o=>{e[o]&&(n[o]=e[o])})},pA=/###/g,f1=t=>t&&t.indexOf("###")>-1?t.replace(pA,"."):t,p1=t=>!t||F(t),Ji=(t,e,n)=>{const o=F(e)?e.split("."):e;let r=0;for(;r<o.length-1;){if(p1(t))return{};const i=f1(o[r]);!t[i]&&n&&(t[i]=new n),Object.prototype.hasOwnProperty.call(t,i)?t=t[i]:t={},++r}return p1(t)?{}:{obj:t,k:f1(o[r])}},h1=(t,e,n)=>{const{obj:o,k:r}=Ji(t,e,Object);if(o!==void 0||e.length===1){o[r]=n;return}let i=e[e.length-1],s=e.slice(0,e.length-1),a=Ji(t,s,Object);for(;a.obj===void 0&&s.length;)i=`${s[s.length-1]}.${i}`,s=s.slice(0,s.length-1),a=Ji(t,s,Object),a&&a.obj&&typeof a.obj[`${a.k}.${i}`]<"u"&&(a.obj=void 0);a.obj[`${a.k}.${i}`]=n},hA=(t,e,n,o)=>{const{obj:r,k:i}=Ji(t,e,Object);r[i]=r[i]||[],r[i].push(n)},gl=(t,e)=>{const{obj:n,k:o}=Ji(t,e);if(n)return n[o]},gA=(t,e,n)=>{const o=gl(t,n);return o!==void 0?o:gl(e,n)},g1=(t,e,n)=>{for(const o in e)o!=="__proto__"&&o!=="constructor"&&(o in t?F(t[o])||t[o]instanceof String||F(e[o])||e[o]instanceof String?n&&(t[o]=e[o]):g1(t[o],e[o],n):t[o]=e[o]);return t},hr=t=>t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var yA={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};const wA=t=>F(t)?t.replace(/[&<>"'\/]/g,e=>yA[e]):t;class SA{constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){const n=this.regExpMap.get(e);if(n!==void 0)return n;const o=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,o),this.regExpQueue.push(e),o}}const bA=[" ",",","?","!",";"],vA=new SA(20),xA=(t,e,n)=>{e=e||"",n=n||"";const o=bA.filter(s=>e.indexOf(s)<0&&n.indexOf(s)<0);if(o.length===0)return!0;const r=vA.getRegExp(`(${o.map(s=>s==="?"?"\\?":s).join("|")})`);let i=!r.test(t);if(!i){const s=t.indexOf(n);s>0&&!r.test(t.substring(0,s))&&(i=!0)}return i},dm=function(t,e){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:".";if(!t)return;if(t[e])return t[e];const o=e.split(n);let r=t;for(let i=0;i<o.length;){if(!r||typeof r!="object")return;let s,a="";for(let l=i;l<o.length;++l)if(l!==i&&(a+=n),a+=o[l],s=r[a],s!==void 0){if(["string","number","boolean"].indexOf(typeof s)>-1&&l<o.length-1)continue;i+=l-i+1;break}r=s}return r},yl=t=>t&&t.replace("_","-"),kA={type:"logger",log(t){this.output("log",t)},warn(t){this.output("warn",t)},error(t){this.output("error",t)},output(t,e){console&&console[t]&&console[t].apply(console,e)}};class wl{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.init(e,n)}init(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.prefix=n.prefix||"i18next:",this.logger=e||kA,this.options=n,this.debug=n.debug}log(){for(var e=arguments.length,n=new Array(e),o=0;o<e;o++)n[o]=arguments[o];return this.forward(n,"log","",!0)}warn(){for(var e=arguments.length,n=new Array(e),o=0;o<e;o++)n[o]=arguments[o];return this.forward(n,"warn","",!0)}error(){for(var e=arguments.length,n=new Array(e),o=0;o<e;o++)n[o]=arguments[o];return this.forward(n,"error","")}deprecate(){for(var e=arguments.length,n=new Array(e),o=0;o<e;o++)n[o]=arguments[o];return this.forward(n,"warn","WARNING DEPRECATED: ",!0)}forward(e,n,o,r){return r&&!this.debug?null:(F(e[0])&&(e[0]=`${o}${this.prefix} ${e[0]}`),this.logger[n](e))}create(e){return new wl(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return e=e||this.options,e.prefix=e.prefix||this.prefix,new wl(this.logger,e)}}var Tt=new wl;class Sl{constructor(){this.observers={}}on(e,n){return e.split(" ").forEach(o=>{this.observers[o]||(this.observers[o]=new Map);const r=this.observers[o].get(n)||0;this.observers[o].set(n,r+1)}),this}off(e,n){if(this.observers[e]){if(!n){delete this.observers[e];return}this.observers[e].delete(n)}}emit(e){for(var n=arguments.length,o=new Array(n>1?n-1:0),r=1;r<n;r++)o[r-1]=arguments[r];this.observers[e]&&Array.from(this.observers[e].entries()).forEach(s=>{let[a,l]=s;for(let c=0;c<l;c++)a(...o)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(s=>{let[a,l]=s;for(let c=0;c<l;c++)a.apply(a,[e,...o])})}}class y1 extends Sl{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{ns:["translation"],defaultNS:"translation"};super(),this.data=e||{},this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.options.ignoreJSONStructure===void 0&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}removeNamespaces(e){const n=this.options.ns.indexOf(e);n>-1&&this.options.ns.splice(n,1)}getResource(e,n,o){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const i=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,s=r.ignoreJSONStructure!==void 0?r.ignoreJSONStructure:this.options.ignoreJSONStructure;let a;e.indexOf(".")>-1?a=e.split("."):(a=[e,n],o&&(Array.isArray(o)?a.push(...o):F(o)&&i?a.push(...o.split(i)):a.push(o)));const l=gl(this.data,a);return!l&&!n&&!o&&e.indexOf(".")>-1&&(e=a[0],n=a[1],o=a.slice(2).join(".")),l||!s||!F(o)?l:dm(this.data&&this.data[e]&&this.data[e][n],o,i)}addResource(e,n,o,r){let i=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1};const s=i.keySeparator!==void 0?i.keySeparator:this.options.keySeparator;let a=[e,n];o&&(a=a.concat(s?o.split(s):o)),e.indexOf(".")>-1&&(a=e.split("."),r=n,n=a[1]),this.addNamespaces(n),h1(this.data,a,r),i.silent||this.emit("added",e,n,o,r)}addResources(e,n,o){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(const i in o)(F(o[i])||Array.isArray(o[i]))&&this.addResource(e,n,i,o[i],{silent:!0});r.silent||this.emit("added",e,n,o)}addResourceBundle(e,n,o,r,i){let s=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1,skipCopy:!1},a=[e,n];e.indexOf(".")>-1&&(a=e.split("."),r=o,o=n,n=a[1]),this.addNamespaces(n);let l=gl(this.data,a)||{};s.skipCopy||(o=JSON.parse(JSON.stringify(o))),r?g1(l,o,i):l={...l,...o},h1(this.data,a,l),s.silent||this.emit("added",e,n,o)}removeResourceBundle(e,n){this.hasResourceBundle(e,n)&&delete this.data[e][n],this.removeNamespaces(n),this.emit("removed",e,n)}hasResourceBundle(e,n){return this.getResource(e,n)!==void 0}getResourceBundle(e,n){return n||(n=this.options.defaultNS),this.options.compatibilityAPI==="v1"?{...this.getResource(e,n)}:this.getResource(e,n)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){const n=this.getDataByLanguage(e);return!!(n&&Object.keys(n)||[]).find(r=>n[r]&&Object.keys(n[r]).length>0)}toJSON(){return this.data}}var w1={processors:{},addPostProcessor(t){this.processors[t.name]=t},handle(t,e,n,o,r){return t.forEach(i=>{this.processors[i]&&(e=this.processors[i].process(e,n,o,r))}),e}};const S1={};class bl extends Sl{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};super(),fA(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=Tt.create("translator")}changeLanguage(e){e&&(this.language=e)}exists(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};if(e==null)return!1;const o=this.resolve(e,n);return o&&o.res!==void 0}extractFromKey(e,n){let o=n.nsSeparator!==void 0?n.nsSeparator:this.options.nsSeparator;o===void 0&&(o=":");const r=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator;let i=n.ns||this.options.defaultNS||[];const s=o&&e.indexOf(o)>-1,a=!this.options.userDefinedKeySeparator&&!n.keySeparator&&!this.options.userDefinedNsSeparator&&!n.nsSeparator&&!xA(e,o,r);if(s&&!a){const l=e.match(this.interpolator.nestingRegexp);if(l&&l.length>0)return{key:e,namespaces:i};const c=e.split(o);(o!==r||o===r&&this.options.ns.indexOf(c[0])>-1)&&(i=c.shift()),e=c.join(r)}return F(i)&&(i=[i]),{key:e,namespaces:i}}translate(e,n,o){if(typeof n!="object"&&this.options.overloadTranslationOptionHandler&&(n=this.options.overloadTranslationOptionHandler(arguments)),typeof n=="object"&&(n={...n}),n||(n={}),e==null)return"";Array.isArray(e)||(e=[String(e)]);const r=n.returnDetails!==void 0?n.returnDetails:this.options.returnDetails,i=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator,{key:s,namespaces:a}=this.extractFromKey(e[e.length-1],n),l=a[a.length-1],c=n.lng||this.language,u=n.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(c&&c.toLowerCase()==="cimode"){if(u){const v=n.nsSeparator||this.options.nsSeparator;return r?{res:`${l}${v}${s}`,usedKey:s,exactUsedKey:s,usedLng:c,usedNS:l,usedParams:this.getUsedParamsDetails(n)}:`${l}${v}${s}`}return r?{res:s,usedKey:s,exactUsedKey:s,usedLng:c,usedNS:l,usedParams:this.getUsedParamsDetails(n)}:s}const m=this.resolve(e,n);let d=m&&m.res;const p=m&&m.usedKey||s,f=m&&m.exactUsedKey||s,y=Object.prototype.toString.apply(d),h=["[object Number]","[object Function]","[object RegExp]"],g=n.joinArrays!==void 0?n.joinArrays:this.options.joinArrays,S=!this.i18nFormat||this.i18nFormat.handleAsObject,b=!F(d)&&typeof d!="boolean"&&typeof d!="number";if(S&&d&&b&&h.indexOf(y)<0&&!(F(g)&&Array.isArray(d))){if(!n.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const v=this.options.returnedObjectHandler?this.options.returnedObjectHandler(p,d,{...n,ns:a}):`key '${s} (${this.language})' returned an object instead of string.`;return r?(m.res=v,m.usedParams=this.getUsedParamsDetails(n),m):v}if(i){const v=Array.isArray(d),C=v?[]:{},x=v?f:p;for(const $ in d)if(Object.prototype.hasOwnProperty.call(d,$)){const O=`${x}${i}${$}`;C[$]=this.translate(O,{...n,joinArrays:!1,ns:a}),C[$]===O&&(C[$]=d[$])}d=C}}else if(S&&F(g)&&Array.isArray(d))d=d.join(g),d&&(d=this.extendTranslation(d,e,n,o));else{let v=!1,C=!1;const x=n.count!==void 0&&!F(n.count),$=bl.hasDefaultValue(n),O=x?this.pluralResolver.getSuffix(c,n.count,n):"",E=n.ordinal&&x?this.pluralResolver.getSuffix(c,n.count,{ordinal:!1}):"",U=x&&!n.ordinal&&n.count===0&&this.pluralResolver.shouldUseIntlApi(),se=U&&n[`defaultValue${this.options.pluralSeparator}zero`]||n[`defaultValue${O}`]||n[`defaultValue${E}`]||n.defaultValue;!this.isValidLookup(d)&&$&&(v=!0,d=se),this.isValidLookup(d)||(C=!0,d=s);const G=(n.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&C?void 0:d,Ae=$&&se!==d&&this.options.updateMissing;if(C||v||Ae){if(this.logger.log(Ae?"updateKey":"missingKey",c,l,s,Ae?se:d),i){const Q=this.resolve(s,{...n,keySeparator:!1});Q&&Q.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let le=[];const pe=this.languageUtils.getFallbackCodes(this.options.fallbackLng,n.lng||this.language);if(this.options.saveMissingTo==="fallback"&&pe&&pe[0])for(let Q=0;Q<pe.length;Q++)le.push(pe[Q]);else this.options.saveMissingTo==="all"?le=this.languageUtils.toResolveHierarchy(n.lng||this.language):le.push(n.lng||this.language);const de=(Q,ce,ve)=>{const D=$&&ve!==d?ve:G;this.options.missingKeyHandler?this.options.missingKeyHandler(Q,l,ce,D,Ae,n):this.backendConnector&&this.backendConnector.saveMissing&&this.backendConnector.saveMissing(Q,l,ce,D,Ae,n),this.emit("missingKey",Q,l,ce,d)};this.options.saveMissing&&(this.options.saveMissingPlurals&&x?le.forEach(Q=>{const ce=this.pluralResolver.getSuffixes(Q,n);U&&n[`defaultValue${this.options.pluralSeparator}zero`]&&ce.indexOf(`${this.options.pluralSeparator}zero`)<0&&ce.push(`${this.options.pluralSeparator}zero`),ce.forEach(ve=>{de([Q],s+ve,n[`defaultValue${ve}`]||se)})}):de(le,s,se))}d=this.extendTranslation(d,e,n,m,o),C&&d===s&&this.options.appendNamespaceToMissingKey&&(d=`${l}:${s}`),(C||v)&&this.options.parseMissingKeyHandler&&(this.options.compatibilityAPI!=="v1"?d=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${l}:${s}`:s,v?d:void 0):d=this.options.parseMissingKeyHandler(d))}return r?(m.res=d,m.usedParams=this.getUsedParamsDetails(n),m):d}extendTranslation(e,n,o,r,i){var s=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...o},o.lng||this.language||r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!o.skipInterpolation){o.interpolation&&this.interpolator.init({...o,interpolation:{...this.options.interpolation,...o.interpolation}});const c=F(e)&&(o&&o.interpolation&&o.interpolation.skipOnVariables!==void 0?o.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let u;if(c){const d=e.match(this.interpolator.nestingRegexp);u=d&&d.length}let m=o.replace&&!F(o.replace)?o.replace:o;if(this.options.interpolation.defaultVariables&&(m={...this.options.interpolation.defaultVariables,...m}),e=this.interpolator.interpolate(e,m,o.lng||this.language||r.usedLng,o),c){const d=e.match(this.interpolator.nestingRegexp),p=d&&d.length;u<p&&(o.nest=!1)}!o.lng&&this.options.compatibilityAPI!=="v1"&&r&&r.res&&(o.lng=this.language||r.usedLng),o.nest!==!1&&(e=this.interpolator.nest(e,function(){for(var d=arguments.length,p=new Array(d),f=0;f<d;f++)p[f]=arguments[f];return i&&i[0]===p[0]&&!o.context?(s.logger.warn(`It seems you are nesting recursively key: ${p[0]} in key: ${n[0]}`),null):s.translate(...p,n)},o)),o.interpolation&&this.interpolator.reset()}const a=o.postProcess||this.options.postProcess,l=F(a)?[a]:a;return e!=null&&l&&l.length&&o.applyPostProcessor!==!1&&(e=w1.handle(l,e,n,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...r,usedParams:this.getUsedParamsDetails(o)},...o}:o,this)),e}resolve(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o,r,i,s,a;return F(e)&&(e=[e]),e.forEach(l=>{if(this.isValidLookup(o))return;const c=this.extractFromKey(l,n),u=c.key;r=u;let m=c.namespaces;this.options.fallbackNS&&(m=m.concat(this.options.fallbackNS));const d=n.count!==void 0&&!F(n.count),p=d&&!n.ordinal&&n.count===0&&this.pluralResolver.shouldUseIntlApi(),f=n.context!==void 0&&(F(n.context)||typeof n.context=="number")&&n.context!=="",y=n.lngs?n.lngs:this.languageUtils.toResolveHierarchy(n.lng||this.language,n.fallbackLng);m.forEach(h=>{this.isValidLookup(o)||(a=h,!S1[`${y[0]}-${h}`]&&this.utils&&this.utils.hasLoadedNamespace&&!this.utils.hasLoadedNamespace(a)&&(S1[`${y[0]}-${h}`]=!0,this.logger.warn(`key "${r}" for languages "${y.join(", ")}" won't get resolved as namespace "${a}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),y.forEach(g=>{if(this.isValidLookup(o))return;s=g;const S=[u];if(this.i18nFormat&&this.i18nFormat.addLookupKeys)this.i18nFormat.addLookupKeys(S,u,g,h,n);else{let v;d&&(v=this.pluralResolver.getSuffix(g,n.count,n));const C=`${this.options.pluralSeparator}zero`,x=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(d&&(S.push(u+v),n.ordinal&&v.indexOf(x)===0&&S.push(u+v.replace(x,this.options.pluralSeparator)),p&&S.push(u+C)),f){const $=`${u}${this.options.contextSeparator}${n.context}`;S.push($),d&&(S.push($+v),n.ordinal&&v.indexOf(x)===0&&S.push($+v.replace(x,this.options.pluralSeparator)),p&&S.push($+C))}}let b;for(;b=S.pop();)this.isValidLookup(o)||(i=b,o=this.getResource(g,h,b,n))}))})}),{res:o,usedKey:r,exactUsedKey:i,usedLng:s,usedNS:a}}isValidLookup(e){return e!==void 0&&!(!this.options.returnNull&&e===null)&&!(!this.options.returnEmptyString&&e==="")}getResource(e,n,o){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,n,o,r):this.resourceStore.getResource(e,n,o,r)}getUsedParamsDetails(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const n=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],o=e.replace&&!F(e.replace);let r=o?e.replace:e;if(o&&typeof e.count<"u"&&(r.count=e.count),this.options.interpolation.defaultVariables&&(r={...this.options.interpolation.defaultVariables,...r}),!o){r={...r};for(const i of n)delete r[i]}return r}static hasDefaultValue(e){const n="defaultValue";for(const o in e)if(Object.prototype.hasOwnProperty.call(e,o)&&n===o.substring(0,n.length)&&e[o]!==void 0)return!0;return!1}}const mm=t=>t.charAt(0).toUpperCase()+t.slice(1);class b1{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=Tt.create("languageUtils")}getScriptPartFromCode(e){if(e=yl(e),!e||e.indexOf("-")<0)return null;const n=e.split("-");return n.length===2||(n.pop(),n[n.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(n.join("-"))}getLanguagePartFromCode(e){if(e=yl(e),!e||e.indexOf("-")<0)return e;const n=e.split("-");return this.formatLanguageCode(n[0])}formatLanguageCode(e){if(F(e)&&e.indexOf("-")>-1){if(typeof Intl<"u"&&typeof Intl.getCanonicalLocales<"u")try{let r=Intl.getCanonicalLocales(e)[0];if(r&&this.options.lowerCaseLng&&(r=r.toLowerCase()),r)return r}catch{}const n=["hans","hant","latn","cyrl","cans","mong","arab"];let o=e.split("-");return this.options.lowerCaseLng?o=o.map(r=>r.toLowerCase()):o.length===2?(o[0]=o[0].toLowerCase(),o[1]=o[1].toUpperCase(),n.indexOf(o[1].toLowerCase())>-1&&(o[1]=mm(o[1].toLowerCase()))):o.length===3&&(o[0]=o[0].toLowerCase(),o[1].length===2&&(o[1]=o[1].toUpperCase()),o[0]!=="sgn"&&o[2].length===2&&(o[2]=o[2].toUpperCase()),n.indexOf(o[1].toLowerCase())>-1&&(o[1]=mm(o[1].toLowerCase())),n.indexOf(o[2].toLowerCase())>-1&&(o[2]=mm(o[2].toLowerCase()))),o.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}getBestMatchFromCodes(e){if(!e)return null;let n;return e.forEach(o=>{if(n)return;const r=this.formatLanguageCode(o);(!this.options.supportedLngs||this.isSupportedCode(r))&&(n=r)}),!n&&this.options.supportedLngs&&e.forEach(o=>{if(n)return;const r=this.getLanguagePartFromCode(o);if(this.isSupportedCode(r))return n=r;n=this.options.supportedLngs.find(i=>{if(i===r)return i;if(!(i.indexOf("-")<0&&r.indexOf("-")<0)&&(i.indexOf("-")>0&&r.indexOf("-")<0&&i.substring(0,i.indexOf("-"))===r||i.indexOf(r)===0&&r.length>1))return i})}),n||(n=this.getFallbackCodes(this.options.fallbackLng)[0]),n}getFallbackCodes(e,n){if(!e)return[];if(typeof e=="function"&&(e=e(n)),F(e)&&(e=[e]),Array.isArray(e))return e;if(!n)return e.default||[];let o=e[n];return o||(o=e[this.getScriptPartFromCode(n)]),o||(o=e[this.formatLanguageCode(n)]),o||(o=e[this.getLanguagePartFromCode(n)]),o||(o=e.default),o||[]}toResolveHierarchy(e,n){const o=this.getFallbackCodes(n||this.options.fallbackLng||[],e),r=[],i=s=>{s&&(this.isSupportedCode(s)?r.push(s):this.logger.warn(`rejecting language code not found in supportedLngs: ${s}`))};return F(e)&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?(this.options.load!=="languageOnly"&&i(this.formatLanguageCode(e)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&i(this.getScriptPartFromCode(e)),this.options.load!=="currentOnly"&&i(this.getLanguagePartFromCode(e))):F(e)&&i(this.formatLanguageCode(e)),o.forEach(s=>{r.indexOf(s)<0&&i(this.formatLanguageCode(s))}),r}}let $A=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],CA={1:t=>+(t>1),2:t=>+(t!=1),3:t=>0,4:t=>t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2,5:t=>t==0?0:t==1?1:t==2?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5,6:t=>t==1?0:t>=2&&t<=4?1:2,7:t=>t==1?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2,8:t=>t==1?0:t==2?1:t!=8&&t!=11?2:3,9:t=>+(t>=2),10:t=>t==1?0:t==2?1:t<7?2:t<11?3:4,11:t=>t==1||t==11?0:t==2||t==12?1:t>2&&t<20?2:3,12:t=>+(t%10!=1||t%100==11),13:t=>+(t!==0),14:t=>t==1?0:t==2?1:t==3?2:3,15:t=>t%10==1&&t%100!=11?0:t%10>=2&&(t%100<10||t%100>=20)?1:2,16:t=>t%10==1&&t%100!=11?0:t!==0?1:2,17:t=>t==1||t%10==1&&t%100!=11?0:1,18:t=>t==0?0:t==1?1:2,19:t=>t==1?0:t==0||t%100>1&&t%100<11?1:t%100>10&&t%100<20?2:3,20:t=>t==1?0:t==0||t%100>0&&t%100<20?1:2,21:t=>t%100==1?1:t%100==2?2:t%100==3||t%100==4?3:0,22:t=>t==1?0:t==2?1:(t<0||t>10)&&t%10==0?2:3};const EA=["v1","v2","v3"],NA=["v4"],v1={zero:0,one:1,two:2,few:3,many:4,other:5},AA=()=>{const t={};return $A.forEach(e=>{e.lngs.forEach(n=>{t[n]={numbers:e.nr,plurals:CA[e.fc]}})}),t};class RA{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.languageUtils=e,this.options=n,this.logger=Tt.create("pluralResolver"),(!this.options.compatibilityJSON||NA.includes(this.options.compatibilityJSON))&&(typeof Intl>"u"||!Intl.PluralRules)&&(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=AA(),this.pluralRulesCache={}}addRule(e,n){this.rules[e]=n}clearCache(){this.pluralRulesCache={}}getRule(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(this.shouldUseIntlApi())try{const o=yl(e==="dev"?"en":e),r=n.ordinal?"ordinal":"cardinal",i=JSON.stringify({cleanedCode:o,type:r});if(i in this.pluralRulesCache)return this.pluralRulesCache[i];const s=new Intl.PluralRules(o,{type:r});return this.pluralRulesCache[i]=s,s}catch{return}return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}needsPlural(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const o=this.getRule(e,n);return this.shouldUseIntlApi()?o&&o.resolvedOptions().pluralCategories.length>1:o&&o.numbers.length>1}getPluralFormsOfKey(e,n){let o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(e,o).map(r=>`${n}${r}`)}getSuffixes(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const o=this.getRule(e,n);return o?this.shouldUseIntlApi()?o.resolvedOptions().pluralCategories.sort((r,i)=>v1[r]-v1[i]).map(r=>`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${r}`):o.numbers.map(r=>this.getSuffix(e,r,n)):[]}getSuffix(e,n){let o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const r=this.getRule(e,o);return r?this.shouldUseIntlApi()?`${this.options.prepend}${o.ordinal?`ordinal${this.options.prepend}`:""}${r.select(n)}`:this.getSuffixRetroCompatible(r,n):(this.logger.warn(`no plural rule found for: ${e}`),"")}getSuffixRetroCompatible(e,n){const o=e.noAbs?e.plurals(n):e.plurals(Math.abs(n));let r=e.numbers[o];this.options.simplifyPluralSuffix&&e.numbers.length===2&&e.numbers[0]===1&&(r===2?r="plural":r===1&&(r=""));const i=()=>this.options.prepend&&r.toString()?this.options.prepend+r.toString():r.toString();return this.options.compatibilityJSON==="v1"?r===1?"":typeof r=="number"?`_plural_${r.toString()}`:i():this.options.compatibilityJSON==="v2"||this.options.simplifyPluralSuffix&&e.numbers.length===2&&e.numbers[0]===1?i():this.options.prepend&&o.toString()?this.options.prepend+o.toString():o.toString()}shouldUseIntlApi(){return!EA.includes(this.options.compatibilityJSON)}}const x1=function(t,e,n){let o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:".",r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,i=gA(t,e,n);return!i&&r&&F(n)&&(i=dm(t,n,o),i===void 0&&(i=dm(e,n,o))),i},fm=t=>t.replace(/\$/g,"$$$$");class OA{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=Tt.create("interpolator"),this.options=e,this.format=e.interpolation&&e.interpolation.format||(n=>n),this.init(e)}init(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});const{escape:n,escapeValue:o,useRawValueToEscape:r,prefix:i,prefixEscaped:s,suffix:a,suffixEscaped:l,formatSeparator:c,unescapeSuffix:u,unescapePrefix:m,nestingPrefix:d,nestingPrefixEscaped:p,nestingSuffix:f,nestingSuffixEscaped:y,nestingOptionsSeparator:h,maxReplaces:g,alwaysFormat:S}=e.interpolation;this.escape=n!==void 0?n:wA,this.escapeValue=o!==void 0?o:!0,this.useRawValueToEscape=r!==void 0?r:!1,this.prefix=i?hr(i):s||"{{",this.suffix=a?hr(a):l||"}}",this.formatSeparator=c||",",this.unescapePrefix=u?"":m||"-",this.unescapeSuffix=this.unescapePrefix?"":u||"",this.nestingPrefix=d?hr(d):p||hr("$t("),this.nestingSuffix=f?hr(f):y||hr(")"),this.nestingOptionsSeparator=h||",",this.maxReplaces=g||1e3,this.alwaysFormat=S!==void 0?S:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=(n,o)=>n&&n.source===o?(n.lastIndex=0,n):new RegExp(o,"g");this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}(.+?)${this.nestingSuffix}`)}interpolate(e,n,o,r){let i,s,a;const l=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},c=p=>{if(p.indexOf(this.formatSeparator)<0){const g=x1(n,l,p,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(g,void 0,o,{...r,...n,interpolationkey:p}):g}const f=p.split(this.formatSeparator),y=f.shift().trim(),h=f.join(this.formatSeparator).trim();return this.format(x1(n,l,y,this.options.keySeparator,this.options.ignoreJSONStructure),h,o,{...r,...n,interpolationkey:y})};this.resetRegExp();const u=r&&r.missingInterpolationHandler||this.options.missingInterpolationHandler,m=r&&r.interpolation&&r.interpolation.skipOnVariables!==void 0?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:p=>fm(p)},{regex:this.regexp,safeValue:p=>this.escapeValue?fm(this.escape(p)):fm(p)}].forEach(p=>{for(a=0;i=p.regex.exec(e);){const f=i[1].trim();if(s=c(f),s===void 0)if(typeof u=="function"){const h=u(e,i,r);s=F(h)?h:""}else if(r&&Object.prototype.hasOwnProperty.call(r,f))s="";else if(m){s=i[0];continue}else this.logger.warn(`missed to pass in variable ${f} for interpolating ${e}`),s="";else!F(s)&&!this.useRawValueToEscape&&(s=m1(s));const y=p.safeValue(s);if(e=e.replace(i[0],y),m?(p.regex.lastIndex+=s.length,p.regex.lastIndex-=i[0].length):p.regex.lastIndex=0,a++,a>=this.maxReplaces)break}}),e}nest(e,n){let o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r,i,s;const a=(l,c)=>{const u=this.nestingOptionsSeparator;if(l.indexOf(u)<0)return l;const m=l.split(new RegExp(`${u}[ ]*{`));let d=`{${m[1]}`;l=m[0],d=this.interpolate(d,s);const p=d.match(/'/g),f=d.match(/"/g);(p&&p.length%2===0&&!f||f.length%2!==0)&&(d=d.replace(/'/g,'"'));try{s=JSON.parse(d),c&&(s={...c,...s})}catch(y){return this.logger.warn(`failed parsing options string in nesting for key ${l}`,y),`${l}${u}${d}`}return s.defaultValue&&s.defaultValue.indexOf(this.prefix)>-1&&delete s.defaultValue,l};for(;r=this.nestingRegexp.exec(e);){let l=[];s={...o},s=s.replace&&!F(s.replace)?s.replace:s,s.applyPostProcessor=!1,delete s.defaultValue;let c=!1;if(r[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(r[1])){const u=r[1].split(this.formatSeparator).map(m=>m.trim());r[1]=u.shift(),l=u,c=!0}if(i=n(a.call(this,r[1].trim(),s),s),i&&r[0]===e&&!F(i))return i;F(i)||(i=m1(i)),i||(this.logger.warn(`missed to resolve ${r[1]} for nesting ${e}`),i=""),c&&(i=l.reduce((u,m)=>this.format(u,m,o.lng,{...o,interpolationkey:r[1].trim()}),i.trim())),e=e.replace(r[0],i),this.regexp.lastIndex=0}return e}}const DA=t=>{let e=t.toLowerCase().trim();const n={};if(t.indexOf("(")>-1){const o=t.split("(");e=o[0].toLowerCase().trim();const r=o[1].substring(0,o[1].length-1);e==="currency"&&r.indexOf(":")<0?n.currency||(n.currency=r.trim()):e==="relativetime"&&r.indexOf(":")<0?n.range||(n.range=r.trim()):r.split(";").forEach(s=>{if(s){const[a,...l]=s.split(":"),c=l.join(":").trim().replace(/^'+|'+$/g,""),u=a.trim();n[u]||(n[u]=c),c==="false"&&(n[u]=!1),c==="true"&&(n[u]=!0),isNaN(c)||(n[u]=parseInt(c,10))}})}return{formatName:e,formatOptions:n}},gr=t=>{const e={};return(n,o,r)=>{let i=r;r&&r.interpolationkey&&r.formatParams&&r.formatParams[r.interpolationkey]&&r[r.interpolationkey]&&(i={...i,[r.interpolationkey]:void 0});const s=o+JSON.stringify(i);let a=e[s];return a||(a=t(yl(o),r),e[s]=a),a(n)}};class MA{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=Tt.create("formatter"),this.options=e,this.formats={number:gr((n,o)=>r=>new Intl.NumberFormat(n,{...o}).format(r)),currency:gr((n,o)=>r=>new Intl.NumberFormat(n,{...o,style:"currency"}).format(r)),datetime:gr((n,o)=>r=>new Intl.DateTimeFormat(n,{...o}).format(r)),relativetime:gr((n,o)=>r=>new Intl.RelativeTimeFormat(n,{...o}).format(r,o.range||"day")),list:gr((n,o)=>r=>new Intl.ListFormat(n,{...o}).format(r))},this.init(e)}init(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};this.formatSeparator=n.interpolation.formatSeparator||","}add(e,n){this.formats[e.toLowerCase().trim()]=n}addCached(e,n){this.formats[e.toLowerCase().trim()]=gr(n)}format(e,n,o){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const i=n.split(this.formatSeparator);if(i.length>1&&i[0].indexOf("(")>1&&i[0].indexOf(")")<0&&i.find(a=>a.indexOf(")")>-1)){const a=i.findIndex(l=>l.indexOf(")")>-1);i[0]=[i[0],...i.splice(1,a)].join(this.formatSeparator)}return i.reduce((a,l)=>{const{formatName:c,formatOptions:u}=DA(l);if(this.formats[c]){let m=a;try{const d=r&&r.formatParams&&r.formatParams[r.interpolationkey]||{},p=d.locale||d.lng||r.locale||r.lng||o;m=this.formats[c](a,p,{...u,...r,...d})}catch(d){this.logger.warn(d)}return m}else this.logger.warn(`there was no format function for ${c}`);return a},e)}}const TA=(t,e)=>{t.pending[e]!==void 0&&(delete t.pending[e],t.pendingCount--)};class jA extends Sl{constructor(e,n,o){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};super(),this.backend=e,this.store=n,this.services=o,this.languageUtils=o.languageUtils,this.options=r,this.logger=Tt.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=r.maxParallelReads||10,this.readingCalls=0,this.maxRetries=r.maxRetries>=0?r.maxRetries:5,this.retryTimeout=r.retryTimeout>=1?r.retryTimeout:350,this.state={},this.queue=[],this.backend&&this.backend.init&&this.backend.init(o,r.backend,r)}queueLoad(e,n,o,r){const i={},s={},a={},l={};return e.forEach(c=>{let u=!0;n.forEach(m=>{const d=`${c}|${m}`;!o.reload&&this.store.hasResourceBundle(c,m)?this.state[d]=2:this.state[d]<0||(this.state[d]===1?s[d]===void 0&&(s[d]=!0):(this.state[d]=1,u=!1,s[d]===void 0&&(s[d]=!0),i[d]===void 0&&(i[d]=!0),l[m]===void 0&&(l[m]=!0)))}),u||(a[c]=!0)}),(Object.keys(i).length||Object.keys(s).length)&&this.queue.push({pending:s,pendingCount:Object.keys(s).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(i),pending:Object.keys(s),toLoadLanguages:Object.keys(a),toLoadNamespaces:Object.keys(l)}}loaded(e,n,o){const r=e.split("|"),i=r[0],s=r[1];n&&this.emit("failedLoading",i,s,n),!n&&o&&this.store.addResourceBundle(i,s,o,void 0,void 0,{skipCopy:!0}),this.state[e]=n?-1:2,n&&o&&(this.state[e]=0);const a={};this.queue.forEach(l=>{hA(l.loaded,[i],s),TA(l,e),n&&l.errors.push(n),l.pendingCount===0&&!l.done&&(Object.keys(l.loaded).forEach(c=>{a[c]||(a[c]={});const u=l.loaded[c];u.length&&u.forEach(m=>{a[c][m]===void 0&&(a[c][m]=!0)})}),l.done=!0,l.errors.length?l.callback(l.errors):l.callback())}),this.emit("loaded",a),this.queue=this.queue.filter(l=>!l.done)}read(e,n,o){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,i=arguments.length>4&&arguments[4]!==void 0?arguments[4]:this.retryTimeout,s=arguments.length>5?arguments[5]:void 0;if(!e.length)return s(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:e,ns:n,fcName:o,tried:r,wait:i,callback:s});return}this.readingCalls++;const a=(c,u)=>{if(this.readingCalls--,this.waitingReads.length>0){const m=this.waitingReads.shift();this.read(m.lng,m.ns,m.fcName,m.tried,m.wait,m.callback)}if(c&&u&&r<this.maxRetries){setTimeout(()=>{this.read.call(this,e,n,o,r+1,i*2,s)},i);return}s(c,u)},l=this.backend[o].bind(this.backend);if(l.length===2){try{const c=l(e,n);c&&typeof c.then=="function"?c.then(u=>a(null,u)).catch(a):a(null,c)}catch(c){a(c)}return}return l(e,n,a)}prepareLoading(e,n){let o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=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."),r&&r();F(e)&&(e=this.languageUtils.toResolveHierarchy(e)),F(n)&&(n=[n]);const i=this.queueLoad(e,n,o,r);if(!i.toLoad.length)return i.pending.length||r(),null;i.toLoad.forEach(s=>{this.loadOne(s)})}load(e,n,o){this.prepareLoading(e,n,{},o)}reload(e,n,o){this.prepareLoading(e,n,{reload:!0},o)}loadOne(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const o=e.split("|"),r=o[0],i=o[1];this.read(r,i,"read",void 0,void 0,(s,a)=>{s&&this.logger.warn(`${n}loading namespace ${i} for language ${r} failed`,s),!s&&a&&this.logger.log(`${n}loaded namespace ${i} for language ${r}`,a),this.loaded(e,s,a)})}saveMissing(e,n,o,r,i){let s=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},a=arguments.length>6&&arguments[6]!==void 0?arguments[6]:()=>{};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(n)){this.logger.warn(`did not save key "${o}" as the namespace "${n}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}if(!(o==null||o==="")){if(this.backend&&this.backend.create){const l={...s,isUpdate:i},c=this.backend.create.bind(this.backend);if(c.length<6)try{let u;c.length===5?u=c(e,n,o,r,l):u=c(e,n,o,r),u&&typeof u.then=="function"?u.then(m=>a(null,m)).catch(a):a(null,u)}catch(u){a(u)}else c(e,n,o,r,a,l)}!e||!e[0]||this.store.addResource(e[0],n,o,r)}}}const k1=()=>({debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:t=>{let e={};if(typeof t[1]=="object"&&(e=t[1]),F(t[1])&&(e.defaultValue=t[1]),F(t[2])&&(e.tDescription=t[2]),typeof t[2]=="object"||typeof t[3]=="object"){const n=t[3]||t[2];Object.keys(n).forEach(o=>{e[o]=n[o]})}return e},interpolation:{escapeValue:!0,format:t=>t,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),$1=t=>(F(t.ns)&&(t.ns=[t.ns]),F(t.fallbackLng)&&(t.fallbackLng=[t.fallbackLng]),F(t.fallbackNS)&&(t.fallbackNS=[t.fallbackNS]),t.supportedLngs&&t.supportedLngs.indexOf("cimode")<0&&(t.supportedLngs=t.supportedLngs.concat(["cimode"])),t),vl=()=>{},PA=t=>{Object.getOwnPropertyNames(Object.getPrototypeOf(t)).forEach(n=>{typeof t[n]=="function"&&(t[n]=t[n].bind(t))})};class Yi extends Sl{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;if(super(),this.options=$1(e),this.services={},this.logger=Tt,this.modules={external:[]},PA(this),n&&!this.isInitialized&&!e.isClone){if(!this.options.initImmediate)return this.init(e,n),this;setTimeout(()=>{this.init(e,n)},0)}}init(){var e=this;let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,typeof n=="function"&&(o=n,n={}),!n.defaultNS&&n.defaultNS!==!1&&n.ns&&(F(n.ns)?n.defaultNS=n.ns:n.ns.indexOf("translation")<0&&(n.defaultNS=n.ns[0]));const r=k1();this.options={...r,...this.options,...$1(n)},this.options.compatibilityAPI!=="v1"&&(this.options.interpolation={...r.interpolation,...this.options.interpolation}),n.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=n.keySeparator),n.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=n.nsSeparator);const i=u=>u?typeof u=="function"?new u:u:null;if(!this.options.isClone){this.modules.logger?Tt.init(i(this.modules.logger),this.options):Tt.init(null,this.options);let u;this.modules.formatter?u=this.modules.formatter:typeof Intl<"u"&&(u=MA);const m=new b1(this.options);this.store=new y1(this.options.resources,this.options);const d=this.services;d.logger=Tt,d.resourceStore=this.store,d.languageUtils=m,d.pluralResolver=new RA(m,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),u&&(!this.options.interpolation.format||this.options.interpolation.format===r.interpolation.format)&&(d.formatter=i(u),d.formatter.init(d,this.options),this.options.interpolation.format=d.formatter.format.bind(d.formatter)),d.interpolator=new OA(this.options),d.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},d.backendConnector=new jA(i(this.modules.backend),d.resourceStore,d,this.options),d.backendConnector.on("*",function(p){for(var f=arguments.length,y=new Array(f>1?f-1:0),h=1;h<f;h++)y[h-1]=arguments[h];e.emit(p,...y)}),this.modules.languageDetector&&(d.languageDetector=i(this.modules.languageDetector),d.languageDetector.init&&d.languageDetector.init(d,this.options.detection,this.options)),this.modules.i18nFormat&&(d.i18nFormat=i(this.modules.i18nFormat),d.i18nFormat.init&&d.i18nFormat.init(this)),this.translator=new bl(this.services,this.options),this.translator.on("*",function(p){for(var f=arguments.length,y=new Array(f>1?f-1:0),h=1;h<f;h++)y[h-1]=arguments[h];e.emit(p,...y)}),this.modules.external.forEach(p=>{p.init&&p.init(this)})}if(this.format=this.options.interpolation.format,o||(o=vl),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const u=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);u.length>0&&u[0]!=="dev"&&(this.options.lng=u[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(u=>{this[u]=function(){return e.store[u](...arguments)}}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(u=>{this[u]=function(){return e.store[u](...arguments),e}});const l=_i(),c=()=>{const u=(m,d)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),l.resolve(d),o(m,d)};if(this.languages&&this.options.compatibilityAPI!=="v1"&&!this.isInitialized)return u(null,this.t.bind(this));this.changeLanguage(this.options.lng,u)};return this.options.resources||!this.options.initImmediate?c():setTimeout(c,0),l}loadResources(e){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:vl;const r=F(e)?e:this.language;if(typeof e=="function"&&(o=e),!this.options.resources||this.options.partialBundledLanguages){if(r&&r.toLowerCase()==="cimode"&&(!this.options.preload||this.options.preload.length===0))return o();const i=[],s=a=>{if(!a||a==="cimode")return;this.services.languageUtils.toResolveHierarchy(a).forEach(c=>{c!=="cimode"&&i.indexOf(c)<0&&i.push(c)})};r?s(r):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(l=>s(l)),this.options.preload&&this.options.preload.forEach(a=>s(a)),this.services.backendConnector.load(i,this.options.ns,a=>{!a&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),o(a)})}else o(null)}reloadResources(e,n,o){const r=_i();return typeof e=="function"&&(o=e,e=void 0),typeof n=="function"&&(o=n,n=void 0),e||(e=this.languages),n||(n=this.options.ns),o||(o=vl),this.services.backendConnector.reload(e,n,i=>{r.resolve(),o(i)}),r}use(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return e.type==="backend"&&(this.modules.backend=e),(e.type==="logger"||e.log&&e.warn&&e.error)&&(this.modules.logger=e),e.type==="languageDetector"&&(this.modules.languageDetector=e),e.type==="i18nFormat"&&(this.modules.i18nFormat=e),e.type==="postProcessor"&&w1.addPostProcessor(e),e.type==="formatter"&&(this.modules.formatter=e),e.type==="3rdParty"&&this.modules.external.push(e),this}setResolvedLanguage(e){if(!(!e||!this.languages)&&!(["cimode","dev"].indexOf(e)>-1))for(let n=0;n<this.languages.length;n++){const o=this.languages[n];if(!(["cimode","dev"].indexOf(o)>-1)&&this.store.hasLanguageSomeTranslations(o)){this.resolvedLanguage=o;break}}}changeLanguage(e,n){var o=this;this.isLanguageChangingTo=e;const r=_i();this.emit("languageChanging",e);const i=l=>{this.language=l,this.languages=this.services.languageUtils.toResolveHierarchy(l),this.resolvedLanguage=void 0,this.setResolvedLanguage(l)},s=(l,c)=>{c?(i(c),this.translator.changeLanguage(c),this.isLanguageChangingTo=void 0,this.emit("languageChanged",c),this.logger.log("languageChanged",c)):this.isLanguageChangingTo=void 0,r.resolve(function(){return o.t(...arguments)}),n&&n(l,function(){return o.t(...arguments)})},a=l=>{!e&&!l&&this.services.languageDetector&&(l=[]);const c=F(l)?l:this.services.languageUtils.getBestMatchFromCodes(l);c&&(this.language||i(c),this.translator.language||this.translator.changeLanguage(c),this.services.languageDetector&&this.services.languageDetector.cacheUserLanguage&&this.services.languageDetector.cacheUserLanguage(c)),this.loadResources(c,u=>{s(u,c)})};return!e&&this.services.languageDetector&&!this.services.languageDetector.async?a(this.services.languageDetector.detect()):!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(a):this.services.languageDetector.detect(a):a(e),r}getFixedT(e,n,o){var r=this;const i=function(s,a){let l;if(typeof a!="object"){for(var c=arguments.length,u=new Array(c>2?c-2:0),m=2;m<c;m++)u[m-2]=arguments[m];l=r.options.overloadTranslationOptionHandler([s,a].concat(u))}else l={...a};l.lng=l.lng||i.lng,l.lngs=l.lngs||i.lngs,l.ns=l.ns||i.ns,l.keyPrefix!==""&&(l.keyPrefix=l.keyPrefix||o||i.keyPrefix);const d=r.options.keySeparator||".";let p;return l.keyPrefix&&Array.isArray(s)?p=s.map(f=>`${l.keyPrefix}${d}${f}`):p=l.keyPrefix?`${l.keyPrefix}${d}${s}`:s,r.t(p,l)};return F(e)?i.lng=e:i.lngs=e,i.ns=n,i.keyPrefix=o,i}t(){return this.translator&&this.translator.translate(...arguments)}exists(){return this.translator&&this.translator.exists(...arguments)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;const o=n.lng||this.resolvedLanguage||this.languages[0],r=this.options?this.options.fallbackLng:!1,i=this.languages[this.languages.length-1];if(o.toLowerCase()==="cimode")return!0;const s=(a,l)=>{const c=this.services.backendConnector.state[`${a}|${l}`];return c===-1||c===0||c===2};if(n.precheck){const a=n.precheck(this,s);if(a!==void 0)return a}return!!(this.hasResourceBundle(o,e)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||s(o,e)&&(!r||s(i,e)))}loadNamespaces(e,n){const o=_i();return this.options.ns?(F(e)&&(e=[e]),e.forEach(r=>{this.options.ns.indexOf(r)<0&&this.options.ns.push(r)}),this.loadResources(r=>{o.resolve(),n&&n(r)}),o):(n&&n(),Promise.resolve())}loadLanguages(e,n){const o=_i();F(e)&&(e=[e]);const r=this.options.preload||[],i=e.filter(s=>r.indexOf(s)<0&&this.services.languageUtils.isSupportedCode(s));return i.length?(this.options.preload=r.concat(i),this.loadResources(s=>{o.resolve(),n&&n(s)}),o):(n&&n(),Promise.resolve())}dir(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!e)return"rtl";const n=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"],o=this.services&&this.services.languageUtils||new b1(k1());return n.indexOf(o.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;return new Yi(e,n)}cloneInstance(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:vl;const o=e.forkResourceStore;o&&delete e.forkResourceStore;const r={...this.options,...e,isClone:!0},i=new Yi(r);return(e.debug!==void 0||e.prefix!==void 0)&&(i.logger=i.logger.clone(e)),["store","services","language"].forEach(a=>{i[a]=this[a]}),i.services={...this.services},i.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},o&&(i.store=new y1(this.store.data,r),i.services.resourceStore=i.store),i.translator=new bl(i.services,r),i.translator.on("*",function(a){for(var l=arguments.length,c=new Array(l>1?l-1:0),u=1;u<l;u++)c[u-1]=arguments[u];i.emit(a,...c)}),i.init(r,n),i.translator.options=r,i.translator.backendConnector.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},i}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const C1=Yi.createInstance();C1.createInstance=Yi.createInstance;var IA=C1;const LA=IA,E1=["af","ar","bg","bn","bs","ca","cs","da","de","de-CH","el","en","eo","es","et","fa","fi","fr","gd","he","hi","hr","hu","id","is","it","ja","ko","kz","lt","mk","mn","ms","ne","nl","nn","no","pl","pt","pt-BR","ro","ru","si","sk","sl","sq","sr","sr-Cyrl","sv","th","tr","uk","ur","uz","vi","zh","zh-Hant","sw","ta"];function N1(t,e){return t.reduce((n,o)=>{let r;try{r=u1("/ghost/i18n/lib")(`../locales/${o}/${e}.json`)}catch{r=u1("/ghost/i18n/lib")(`../locales/en/${e}.json`)}return n[o]={[e]:{...r,...r.default&&typeof r.default=="object"?r.default:{}}},n},{})}hl.exports=(t="en",e="portal")=>{const n=LA.createInstance();let o={};e==="newsletter"&&(o={prefix:"{",suffix:"}"});let r=N1(E1,e);return n.init({lng:t,nsSeparator:!1,keySeparator:!1,returnEmptyString:!1,fallbackLng:!1,ns:e,defaultNS:e,interpolation:o,resources:r}),n},hl.exports.SUPPORTED_LOCALES=E1,hl.exports.generateResources=N1;var zA=hl.exports,FA=zA;const HA=Ze(FA);function BA({siteUrl:t=window.location.origin,apiUrl:e,apiKey:n}){const o="members/api";function r({type:c,resource:u,params:m=""}){return c==="members"?`${t.replace(/\/$/,"")}/${o}/${u}/${m}`:""}function i({resource:c,params:u=""}){return e&&n?`${e.replace(/\/$/,"")}/${c}/?key=${n}&limit=all${u}`:""}function s({url:c,method:u="GET",headers:m={},credentials:d=void 0,body:p=void 0}){return fetch(c,{method:u,headers:m,credentials:d,body:p})}let a=null;const l={site:{settings(){const c=i({resource:"settings"});return s({url:c,method:"GET",headers:{"Content-Type":"application/json"}}).then(function(u){if(u.ok)return u.json();throw new Error("Failed to fetch site data")})}},member:{identity(){const c=r({type:"members",resource:"session"});return s({url:c,credentials:"same-origin"}).then(function(u){return!u.ok||u.status===204?null:u.text()})},sessionData(){const c=r({type:"members",resource:"member"});return s({url:c,credentials:"same-origin"}).then(function(u){return!u.ok||u.status===204?null:u.json()})},update({name:c,expertise:u}){const m=r({type:"members",resource:"member"});return s({url:m,method:"PUT",headers:{"Content-Type":"application/json"},credentials:"same-origin",body:JSON.stringify({name:c,expertise:u})}).then(function(p){return p.ok?p.json():null})}},comments:{async count({postId:c}){const u=c?`?ids=${c}`:"",m=r({type:"members",resource:"comments/counts",params:u}),p=await(await s({url:m,method:"GET",headers:{"Content-Type":"application/json"},credentials:"same-origin"})).json();return c?p[c]:p},browse({page:c,postId:u,order:m}){let d=null;a&&!m&&(d=`created_at:<=${a}`);const p=new URLSearchParams;p.set("limit","20"),d&&p.set("filter",d),p.set("page",c.toString()),m&&p.set("order",m);const f=r({type:"members",resource:`comments/post/${u}`,params:`?${p.toString()}`}),y=s({url:f,method:"GET",headers:{"Content-Type":"application/json"},credentials:"same-origin"}).then(function(h){if(h.ok)return h.json();throw new Error("Failed to fetch comments")});return a||y.then(h=>{const g=h.comments[0];g&&(a=g.created_at)}),y},async replies({commentId:c,afterReplyId:u,limit:m}){const d=encodeURIComponent(`id:>'${u}'`),p=r({type:"members",resource:`comments/${c}/replies`,params:`?limit=${m??5}&filter=${d}`}),f=await s({url:p,method:"GET",headers:{"Content-Type":"application/json"},credentials:"same-origin"});if(f.ok)return f.json();throw new Error("Failed to fetch replies")},add({comment:c}){const u={comments:[c]},m=r({type:"members",resource:"comments"});return s({url:m,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(u)}).then(function(d){if(d.ok)return d.json();throw new Error("Failed to add comment")})},edit({comment:c}){const u={comments:[c]},m=r({type:"members",resource:`comments/${c.id}`});return s({url:m,method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(u)}).then(function(d){if(d.ok)return d.json();throw new Error("Failed to edit comment")})},read(c){const u=r({type:"members",resource:`comments/${c}`});return s({url:u,method:"GET",credentials:"same-origin"}).then(function(m){if(m.ok)return m.json();throw new Error("Failed to read comment")})},like({comment:c}){const u=r({type:"members",resource:`comments/${c.id}/like`});return s({url:u,method:"POST",headers:{"Content-Type":"application/json"}}).then(function(m){if(m.ok)return"Success";throw new Error("Failed to like comment")})},unlike({comment:c}){const u={comments:[c]},m=r({type:"members",resource:`comments/${c.id}/like`});return s({url:m,method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify(u)}).then(function(d){if(d.ok)return"Success";throw new Error("Failed to unlike comment")})},report({comment:c}){const u=r({type:"members",resource:`comments/${c.id}/report`});return s({url:u,method:"POST",headers:{"Content-Type":"application/json"}}).then(function(m){if(m.ok)return"Success";throw new Error("Failed to report comment")})}},init:()=>{}};return l.init=async()=>{const[c]=await Promise.all([l.member.sessionData()]);let u={};try{const m=await l.site.settings();m.settings.labs&&Object.assign(u,m.settings.labs)}catch{u={}}return{member:c,labs:u}},l}async function VA({state:t,api:e,options:n,order:o}){let r=1;t.pagination&&t.pagination.page&&(r=t.pagination.page+1);let i;return t.admin&&t.adminApi&&t.labs.commentImprovements?i=await t.adminApi.browse({page:r,postId:n.postId,order:o||t.order}):i=await e.comments.browse({page:r,postId:n.postId,order:o||t.order}),{comments:[...t.comments,...i.comments],pagination:i.meta.pagination}}async function UA({state:t,data:{order:e},options:n,api:o}){let r;return t.admin&&t.adminApi&&t.labs.commentImprovements&&(r=await t.adminApi.browse({page:1,postId:n.postId,order:e})),r=await o.comments.browse({page:1,postId:n.postId,order:e}),{comments:[...r.comments],pagination:r.meta.pagination,order:e}}async function A1({state:t,api:e,data:{comment:n,limit:o},isReply:r}){var s,a;let i;return t.admin&&t.adminApi&&t.labs.commentImprovements&&!r?i=await t.adminApi.replies({commentId:n.id,afterReplyId:(s=n.replies[n.replies.length-1])==null?void 0:s.id,limit:o}):i=await e.comments.replies({commentId:n.id,afterReplyId:(a=n.replies[n.replies.length-1])==null?void 0:a.id,limit:o}),{comments:t.comments.map(l=>l.id===n.id?{...n,replies:[...n.replies,...i.comments]}:l)}}async function _A({state:t,api:e,data:n}){return n=(await e.comments.add({comment:n})).comments[0],{comments:[n,...t.comments],commentCount:t.commentCount+1}}async function JA({state:t,api:e,data:{reply:n,parent:o}}){let r=n;return r.parent_id=o.id,r=(await e.comments.add({comment:r})).comments[0],{comments:t.comments.map(s=>s.id===o.id?{...o,replies:[...o.replies,r],count:{...o.count,replies:o.count.replies+1}}:s),commentCount:t.commentCount+1}}async function YA({state:t,data:e}){return t.adminApi&&await t.adminApi.hideComment(e.id),{comments:t.comments.map(n=>{const o=n.replies.map(r=>r.id===e.id?{...r,status:"hidden"}:r);return n.id===e.id?{...n,status:"hidden",replies:o}:{...n,replies:o}}),commentCount:t.commentCount-1}}async function KA({state:t,api:e,data:n}){t.adminApi&&await t.adminApi.showComment(n.id);const r=(await e.comments.read(n.id)).comments[0];return{comments:t.comments.map(i=>{const s=i.replies.map(a=>a.id===n.id?r:a);return i.id===n.id?r:{...i,replies:s}}),commentCount:t.commentCount+1}}async function WA({state:t,api:e,data:n}){return await e.comments.like({comment:n}),{comments:t.comments.map(o=>{const r=o.replies.map(i=>i.id===n.id?{...i,liked:!0,count:{...i.count,likes:i.count.likes+1}}:i);return o.id===n.id?{...o,liked:!0,replies:r,count:{...o.count,likes:o.count.likes+1}}:{...o,replies:r}})}}async function qA({api:t,data:e}){return await t.comments.report({comment:e}),{}}async function GA({state:t,api:e,data:n}){return await e.comments.unlike({comment:n}),{comments:t.comments.map(o=>{const r=o.replies.map(i=>i.id===n.id?{...i,liked:!1,count:{...i.count,likes:i.count.likes-1}}:i);return o.id===n.id?{...o,liked:!1,replies:r,count:{...o.count,likes:o.count.likes-1}}:{...o,replies:r}})}}async function QA({state:t,api:e,data:n}){return await e.comments.edit({comment:{id:n.id,status:"deleted"}}),{comments:t.comments.map(o=>{const r=o.replies.map(i=>i.id===n.id?{...i,status:"deleted"}:i);return o.id===n.id?{...o,status:"deleted",replies:r}:{...o,replies:r}}),commentCount:t.commentCount-1}}async function ZA({state:t,api:e,data:{comment:n,parent:o}}){return n=(await e.comments.edit({comment:n})).comments[0],{comments:t.comments.map(i=>o&&o.id===i.id?{...i,replies:i.replies.map(s=>s.id===n.id?n:s)}:i.id===n.id?n:i)}}async function XA({data:t,state:e,api:n}){var l,c;const{name:o,expertise:r}=t,i={},s=(l=e==null?void 0:e.member)==null?void 0:l.name;o&&s!==o&&(i.name=o);const a=(c=e==null?void 0:e.member)==null?void 0:c.expertise;if(r!==void 0&&a!==r&&(i.expertise=r),Object.keys(i).length>0)try{const u=await n.member.update(i);if(!u)throw new Error("Failed to update member");return{member:u,success:!0}}catch(u){return{success:!1,error:u}}return null}function e2({data:t}){return{popup:t}}function t2(){return{popup:null}}async function n2({data:t,api:e,state:n}){let o={};const r=t.parent_id||t.id;if(t.type==="reply"&&!n.openCommentForms.some(a=>a.id===r||a.parent_id===r)){const a=n.comments.find(c=>c.id===r),l=await A1({state:n,api:e,data:{comment:a,limit:"all"},isReply:!0});o={...o,...l}}const i=n.openCommentForms.filter(a=>a.hasUnsavedChanges),s=i.findIndex(a=>a.id===t.id);return s>-1?(i[s]=t,{openCommentForms:i,...o}):{openCommentForms:[...i,t],...o}}function o2({data:{id:t,hasUnsavedChanges:e},state:n}){return{openCommentForms:n.openCommentForms.map(r=>r.id===t?{...r,hasUnsavedChanges:e}:{...r})}}function r2({data:t,state:e}){return{openCommentForms:e.openCommentForms.filter(n=>n.id!==t)}}const R1={openPopup:e2,closePopup:t2,closeCommentForm:r2,setCommentFormHasUnsavedChanges:o2},i2={addComment:_A,editComment:ZA,hideComment:YA,deleteComment:QA,showComment:KA,likeComment:WA,unlikeComment:GA,reportComment:qA,addReply:JA,loadMoreComments:VA,loadMoreReplies:A1,updateMember:XA,setOrder:UA,openCommentForm:n2};function s2(t){return!!R1[t]}async function a2({action:t,data:e,state:n,api:o,adminApi:r,options:i}){const s=i2[t];return s?await s({data:e,state:n,api:o,adminApi:r,options:i})||{}:{}}function l2({action:t,data:e,state:n,api:o,adminApi:r,options:i}){const s=R1[t];return s?s({data:e,state:n,api:o,adminApi:r,options:i})||{}:{}}function c2({adminUrl:t}){const e=document.querySelector('iframe[data-frame="admin-auth"]');let n=1;const o={},r=new URL(t).origin;let i=null;window.addEventListener("message",function(l){if(l.origin!==r)return;let c=null;try{c=JSON.parse(l.data)}catch{return}const u=o[c.uid];u&&(delete o[c.uid],u(c.error,c.result))});function s(l,c){return new Promise((u,m)=>{function d(p,f){return p?m(p):u(f)}n+=1,o[n]=d,e.contentWindow.postMessage(JSON.stringify({uid:n,action:l,...c}),r)})}return{async getUser(){const l=await s("getUser");return!l||!l.users?null:l.users[0]},async hideComment(l){return await s("hideComment",{id:l})},async showComment(l){return await s("showComment",{id:l})},async browse({page:l,postId:c,order:u}){let m=null;i&&!u&&(m=`created_at:<=${i}`);const d=new URLSearchParams;d.set("limit","20"),m&&d.set("filter",m),d.set("page",l.toString()),u&&d.set("order",u);const p=await s("browseComments",{postId:c,params:d.toString()});if(!i){const f=p.comments[0];f&&(i=f.created_at)}return p},async replies({commentId:l,afterReplyId:c,limit:u}){const m=`id:>'${c}'`,d=new URLSearchParams;return u&&d.set("limit",u.toString()),m&&d.set("filter",m),await s("getReplies",{commentId:l,params:d.toString()})}}}function u2(t){const e=_.useCallback(()=>{const i=t.dataset,s=i.ghostComments||window.location.origin,a=i.key,l=i.api,c=i.admin,u=i.postId||"",m=i.colorScheme,d=i.avatarSaturation?parseInt(i.avatarSaturation):void 0,p=i.accentColor??"#000000",f=i.commentsEnabled,y=i.title==="null"?null:i.title??"",h=i.count==="true",g=i.publication??"";return{locale:i.locale??"en",siteUrl:s,apiKey:a,apiUrl:l,postId:u,adminUrl:c,colorScheme:m,avatarSaturation:d,accentColor:p,commentsEnabled:f,title:y,showCount:h,publication:g}},[t]),n=k.useMemo(()=>e(),[]),[o,r]=_.useState(n);return _.useEffect(()=>{const i=new MutationObserver(s=>{s.some(a=>a.type==="attributes")&&r(e())});return i.observe(t,{attributes:!0}),()=>{i.disconnect()}},[t,e]),o}const d2=({scriptTag:t})=>{const e=u2(t),[n,o]=k.useState({initStatus:"running",member:null,admin:null,comments:[],pagination:null,commentCount:0,openCommentForms:[],popup:null,labs:{},order:"count__likes desc, created_at desc",adminApi:null}),r=_.createRef(),i=_.useMemo(()=>BA({siteUrl:e.siteUrl,apiUrl:e.apiUrl,apiKey:e.apiKey}),[e]),s=k.useCallback(f=>{o(y=>(typeof f=="function"&&(f=f(y)),{...y,...f}))},[o]),a=k.useCallback(async(f,y)=>{if(s2(f)){s(h=>l2({action:f,data:y,state:h,api:i,adminApi:h.adminApi,options:e}));return}return new Promise(h=>{s(g=>(a2({action:f,data:y,state:g,api:i,adminApi:g.adminApi,options:e}).then(S=>{const b={...S};h(b),s(b)}).catch(console.error),{}))})},[i,e]),l=k.useMemo(()=>HA(e.locale,"comments"),[e.locale]),c={...e,...n,t:l.t,dispatchAction:a,openFormCount:k.useMemo(()=>n.openCommentForms.length,[n.openCommentForms])},u=async()=>{if(!(n.adminApi||!e.adminUrl))try{const f=c2({adminUrl:e.adminUrl});let y=null;try{if(y=await f.getUser(),y&&n.labs.commentImprovements){const h=await f.browse({page:1,postId:e.postId,order:n.order});s({...n,adminApi:f,comments:h.comments,pagination:h.meta.pagination,commentCount:h.meta.pagination.total})}}catch(h){console.warn("[Comments] Failed to fetch current admin user:",h)}s({adminApi:f,admin:y})}catch(f){console.error("[Comments] Failed to initialize admin authentication:",f)}},m=async f=>{let y;f!=null&&f.commentImprovements?y=i.comments.browse({page:1,postId:e.postId,order:n.order}):y=i.comments.browse({page:1,postId:e.postId});const h=i.comments.count({postId:e.postId}),[g,S]=await Promise.all([y,h]);return{comments:g.comments,pagination:g.meta.pagination,count:S}},d=async()=>{try{const{member:f,labs:y}=await i.init(),{comments:h,pagination:g,count:S}=await m(y),b=y.commentImprovements?"count__likes desc, created_at desc":"created_at desc";s({member:f,initStatus:"success",comments:h,pagination:g,commentCount:S,order:b,labs:y})}catch(f){console.error("[Comments] Failed to initialize:",f),s({initStatus:"failed"})}};k.useEffect(()=>{const f=new IntersectionObserver(y=>{y.forEach(h=>{h.isIntersecting&&(d(),r.current&&f.unobserve(r.current))})},{root:null,rootMargin:"0px",threshold:.1});return r.current&&f.observe(r.current),()=>{r.current&&f.unobserve(r.current)}},[r.current]);const p=n.initStatus==="success";return w.jsxs(Al.Provider,{value:c,children:[w.jsx(ZE,{ref:r,children:w.jsx(KE,{done:p})}),n.comments.length>0?w.jsx(_1,{adminUrl:e.adminUrl,onLoad:u}):null,w.jsx(sN,{})]})};function m2(){let t=document.currentScript;if(!t)throw new Error("[Comments-UI] Cannot find current script tag");return t}function f2(t){if(t.previousElementSibling&&t.previousElementSibling.id===fl)return t.previousElementSibling;if(!t.parentElement)throw new Error("[Comments-UI] Script tag does not have a parent element");const e=document.createElement("div");return e.id=fl,t.parentElement.insertBefore(e,t),e}function p2(){const t=new URL(window.location.href);t.searchParams.get("token")&&(t.searchParams.delete("token"),window.history.replaceState({},document.title,t.href))}function h2(){const t=m2(),e=f2(t);try{p2(),g0.render(w.jsx(_.StrictMode,{children:w.jsx(d2,{scriptTag:t})}),e)}catch(n){console.error(n)}}h2()});
|
|
156
|
+
`,a1=_.forwardRef(function({children:e,onResize:n,style:o,title:r},i){const s=w.jsxs(w.Fragment,{children:[w.jsx("style",{dangerouslySetInnerHTML:{__html:GE}}),w.jsx("meta",{content:"width=device-width, initial-scale=1.0, maximum-scale=1.0",name:"viewport"})]});return w.jsx(qE,{ref:i,head:s,style:o,title:r,onResize:n,children:e})}),QE=_.forwardRef(function({children:e,style:n,title:o},r){const[i,s]=k.useState(n),a=k.useCallback(l=>{s(c=>({...c,height:`${l.scrollHeight}px`}))},[]);return w.jsx(a1,{ref:r,style:i,title:o,onResize:a,children:e})}),ZE=_.forwardRef(function({children:e},n){const o={width:"100%",height:"400px"};return w.jsx(QE,{ref:n,style:o,title:"comments-frame",children:e})}),XE=({children:t,title:e})=>{const n={zIndex:"3999999",position:"fixed",left:"0",top:"0",width:"100%",height:"100%",overflow:"hidden"};return w.jsx(a1,{style:n,title:e,children:t})},eN=({show:t,children:e,title:n,callback:o})=>{const{dispatchAction:r}=B(),i=()=>{r("closePopup",{}),o&&o(!1)};return k.useEffect(()=>{const s=a=>{a.key==="Escape"&&i()};return window.addEventListener("keydown",s,{passive:!0}),()=>{window.removeEventListener("keydown",s,{passive:!0})}}),w.jsx(co,{appear:!0,show:t,children:w.jsx(XE,{title:n,children:w.jsx("div",{children:w.jsx(co.Child,{enter:"transition duration-200 linear",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"transition duration-200 linear",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:w.jsx("div",{className:"to-rgba(0,0,0,0.1) fixed left-0 top-0 flex h-screen w-screen justify-center overflow-hidden bg-gradient-to-b from-[rgba(0,0,0,0.2)] pt-0 backdrop-blur-[2px] sm:pt-[4vmin]",onMouseDown:i,children:w.jsx(co.Child,{enter:"transition duration-200 delay-150 linear",enterFrom:"translate-y-4 opacity-0",enterTo:"translate-y-0 opacity-100",leave:"transition duration-200 linear",leaveFrom:"translate-y-0 opacity-100",leaveTo:"translate-y-4 opacity-0",children:e})})})})})})},tN=t=>k.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",className:"gh-portal-closeicon",alt:"Close",...t},k.createElement("defs",null,k.createElement("style",null,".a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px !important;}")),k.createElement("path",{className:"a",d:"M.75 23.249l22.5-22.5M23.25 23.249L.75.749"})),um=({close:t})=>w.jsx("button",{className:"absolute right-6 top-5 opacity-30 transition-opacity duration-100 ease-out hover:opacity-40 sm:right-8 sm:top-9",type:"button",onClick:t,children:w.jsx(tN,{className:"h-5 w-5 p-1 pr-0"})}),nN=t=>{const e=k.useRef(null),n=k.useRef(null),{dispatchAction:o,member:r,accentColor:i,t:s}=B(),[a,l]=k.useState(r.name??""),[c,u]=k.useState(r.expertise??""),m=50;let d=m;r.expertise&&(d-=r.expertise.length);const[p,f]=k.useState(d),[y,h]=k.useState({name:"",expertise:""}),g=x=>{x.stopPropagation()},S=x=>{o("closePopup",{}),t.callback(x)},b=async()=>{var x;a.trim()!==""?(await o("updateMember",{name:a,expertise:c}),S(!0)):(h({name:s("Enter your name"),expertise:""}),l(""),(x=e.current)==null||x.focus())};k.useEffect(()=>{if(!Rl()){const x=setTimeout(()=>{var $,O;t.expertiseAutofocus?($=n.current)==null||$.focus():(O=e.current)==null||O.focus()},200);return()=>{clearTimeout(x)}}},[e,n,t.expertiseAutofocus]);const v=()=>{const x=E=>w.jsx(co,{enter:"transition duration-200 delay-[400ms] ease-out",enterFrom:"opacity-0 translate-y-2",enterTo:"opacity-100 translate-y-0",leave:"transition duration-200 ease-in",leaveFrom:"opacity-100 translate-y-0",leaveTo:"opacity-0 translate-y-2",appear:!0,children:w.jsxs("div",{className:"flex flex-row items-center justify-start gap-3 pr-4",children:[w.jsx("div",{className:"h-10 w-10 rounded-full border-2 border-white bg-cover bg-no-repeat",style:{backgroundImage:`url(${E.avatar})`}}),w.jsxs("div",{className:"flex flex-col items-start justify-center",children:[w.jsx("div",{className:"font-sans text-base font-semibold tracking-tight text-white",children:E.name}),w.jsx("div",{className:"font-sans text-sm tracking-tight text-neutral-400",children:E.expertise})]})]})},E.name),$=[],O=[{avatar:"https://randomuser.me/api/portraits/men/32.jpg",name:"James Fletcher",expertise:s("Full-time parent")},{avatar:"https://randomuser.me/api/portraits/women/30.jpg",name:"Naomi Schiff",expertise:s("Founder @ Acme Inc")},{avatar:"https://randomuser.me/api/portraits/men/4.jpg",name:"Franz Tost",expertise:s("Neurosurgeon")},{avatar:"https://randomuser.me/api/portraits/women/51.jpg",name:"Katrina Klosp",expertise:s("Local resident")}];for(let E=0;E<O.length;E++)$.push(x(O[E]));return $},C=Fm(s("{{amount}} characters left"),"{{amount}}",()=>w.jsx("b",{children:p}));return w.jsx("div",{className:"shadow-modal relative h-screen w-screen overflow-hidden rounded-none bg-white p-[28px] text-center sm:h-auto sm:w-[720px] sm:rounded-xl sm:p-0","data-testid":"profile-modal",onMouseDown:g,children:w.jsxs("div",{className:"flex",children:[w.jsx("div",{className:"hidden w-[50%] flex-col items-center justify-center bg-neutral-800 sm:block sm:p-8",children:w.jsx("div",{className:"mt-[-1px] flex flex-col gap-9 text-left",children:v()})}),w.jsxs("div",{className:"p-0 sm:p-8",children:[w.jsxs("h1",{className:"mb-1 text-center font-sans text-2xl font-bold tracking-tight text-black sm:text-left",children:[s("Complete your profile"),w.jsx("span",{className:"hidden sm:inline",children:"."})]}),w.jsx("p",{className:"text-md pr-0 text-center font-sans leading-snug text-neutral-500 sm:pr-10 sm:text-left",children:s("Add context to your comment, share your name and expertise to foster a healthy discussion.")}),w.jsxs("section",{className:"mt-8 text-left",children:[w.jsxs("div",{className:"mb-2 flex flex-row justify-between",children:[w.jsx("label",{className:"font-sans text-base font-semibold",htmlFor:"comments-name",children:s("Name")}),w.jsx(co,{enter:"transition duration-300 ease-out",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"transition duration-100 ease-out",leaveFrom:"opacity-100",leaveTo:"opacity-0",show:!!y.name,children:w.jsx("div",{className:"font-sans text-sm text-red-500",children:y.name})})]}),w.jsx("input",{ref:e,className:`flex h-[42px] w-full items-center rounded border border-neutral-200 px-3 font-sans text-[16px] outline-0 transition-[border-color] duration-200 focus:border-neutral-300 ${y.name&&"border-red-500 focus:border-red-500"}`,"data-testid":"name-input",id:"comments-name",maxLength:64,name:"name",placeholder:s("Jamie Larson"),type:"text",value:a,onChange:x=>{l(x.currentTarget.value)},onKeyDown:x=>{x.key==="Enter"&&(l(x.currentTarget.value),b().catch(console.error))}}),w.jsxs("div",{className:"mb-2 mt-6 flex flex-row justify-between",children:[w.jsx("label",{className:"font-sans text-base font-semibold",htmlFor:"comments-name",children:s("Expertise")}),w.jsx("div",{className:`font-sans text-base text-neutral-400 ${p===0&&"text-red-500"}`,children:C})]}),w.jsx("input",{ref:n,className:`flex h-[42px] w-full items-center rounded border border-neutral-200 px-3 font-sans text-[16px] outline-0 transition-[border-color] duration-200 focus:border-neutral-300 ${p===0&&"border-red-500 focus:border-red-500"}`,"data-testid":"expertise-input",id:"comments-expertise",maxLength:m,name:"expertise",placeholder:s("Head of Marketing at Acme, Inc"),type:"text",value:c,onChange:x=>{const $=x.currentTarget.value;f(m-$.length),u($)},onKeyDown:x=>{x.key==="Enter"&&(u(x.currentTarget.value),b().catch(console.error))}}),w.jsx("button",{className:"text-md mt-10 flex h-[42px] w-full items-center justify-center rounded-md px-8 font-sans font-semibold text-white opacity-100 transition-opacity duration-200 ease-linear hover:opacity-90","data-testid":"save-button",style:{backgroundColor:i??"#000000"},type:"button",onClick:()=>{b().catch(console.error)},children:s("Save")})]})]}),w.jsx(um,{close:()=>S(!1)})]})})},oN=()=>{const{dispatchAction:t,member:e,commentsEnabled:n}=B(),o=a=>{a.stopPropagation()},r=()=>{t("closePopup",{})},i=n==="paid",s=!e;return w.jsx("div",{className:"shadow-modal relative h-screen w-screen rounded-none bg-white p-[28px] text-center sm:h-auto sm:w-[500px] sm:rounded-xl sm:p-8 sm:text-left",onClick:r,onMouseDown:o,children:w.jsxs("div",{className:"flex h-full flex-col justify-center pt-10 sm:justify-normal sm:pt-0",children:[w.jsx("div",{className:"flex flex-col items-center pb-3 pt-6","data-testid":"cta-box",children:w.jsx(Gi,{isFirst:s,isPaid:i})}),w.jsx(um,{close:r})]})})},rN=t=>k.createElement("svg",{width:"26px",height:"26px",viewBox:"-1 -1 26 26",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",...t},k.createElement("g",{id:"check-circle",stroke:"none",strokeWidth:1,fill:"none",fillRule:"evenodd"},k.createElement("path",{className:"animated-check-circle",d:"M19.6004116,2.71490714 C17.5353801,1.0196018 14.8927356,0 12,0 C5.38938053,0 0,5.38938053 0,12 C0,18.6106195 5.38938053,24 12,24 C18.6106195,24 24,18.6106195 24,12 C24,9.71681416 23.3628319,7.59292035 22.2743363,5.78761062 L11.0442478,17.0442478 L5.49557522,11.4955752",id:"Shape",stroke:"#FFFFFF",strokeWidth:2}))),iN={addDetailsPopup:nN,reportPopup:({comment:t})=>{const{dispatchAction:e,t:n}=B(),[o,r]=k.useState("default");let i="bg-red-600";o==="sent"&&(i="bg-green-600");let s=n("Report");const a=s;o==="sending"?s=n("Sending"):o==="sent"&&(s=n("Sent"));const l=w.jsx(jd,{className:"mr-2 h-[24px] w-[24px] fill-white"}),c=w.jsx(rN,{className:"mr-2 h-[16px] w-[16px]"});let u=null;o==="sending"?u=l:o==="sent"&&(u=c);const m=f=>{f.stopPropagation()},d=()=>{e("closePopup",{})},p=f=>{f.stopPropagation(),r("sending"),setTimeout(()=>{r("sent"),e("reportComment",t),setTimeout(()=>{d()},750)},1e3)};return w.jsx("div",{className:"shadow-modal relative h-screen w-screen rounded-none bg-white p-[28px] text-center sm:h-auto sm:w-[500px] sm:rounded-xl sm:p-8 sm:text-left",onMouseDown:m,children:w.jsxs("div",{className:"flex h-full flex-col justify-center pt-10 sm:justify-normal sm:pt-0",children:[w.jsx("h1",{className:"mb-1.5 font-sans text-[2.2rem] font-bold tracking-tight text-black",children:w.jsx("span",{children:n("Report this comment?")})}),w.jsx("p",{className:"text-md px-4 font-sans leading-9 text-black sm:pl-0 sm:pr-4",children:n("Your request will be sent to the owner of this site.")}),w.jsxs("div",{className:"mt-auto flex flex-col items-center justify-start gap-4 sm:mt-8 sm:flex-row",children:[w.jsxs("button",{className:`text-md flex h-[44px] w-full items-center justify-center rounded-md px-4 font-sans font-medium text-white transition duration-200 ease-linear sm:w-fit ${i} opacity-100 hover:opacity-90`,style:{backgroundColor:i??"#000000"},type:"button",onClick:p,children:[w.jsxs("span",{className:"invisible whitespace-nowrap",children:[a,w.jsx("br",{}),w.jsxs("span",{className:"flex h-[44px] items-center justify-center whitespace-nowrap",children:[l,n("Sending")]}),w.jsx("br",{}),w.jsxs("span",{className:"flex h-[44px] items-center justify-center whitespace-nowrap",children:[c,n("Sent")]})]}),w.jsxs("span",{className:"absolute flex h-[44px] items-center justify-center whitespace-nowrap",children:[u,s]})]}),w.jsx("button",{className:"text-md h-[44px] w-full px-2 font-sans font-medium text-neutral-500 sm:w-fit dark:text-neutral-400",type:"button",onClick:d,children:n("Cancel")})]}),w.jsx(um,{close:d})]})})},ctaPopup:oN},sN=()=>{const{popup:t}=B(),[e,n]=k.useState(t);if(k.useEffect(()=>{if(t!==null&&n(t),t===null){const a=setTimeout(()=>{n(null)},250);return()=>{clearTimeout(a)}}},[t,n]),!e||!e.type)return null;const{type:o,...r}=t??e,i=iN[o];if(!i)return console.warn("Unknown popup of type ",o),null;const s=t===e;return w.jsx(w.Fragment,{children:w.jsx(eN,{callback:r.callback,show:s,title:o,children:w.jsx(i,{...r})})})},aN={"{{amount}} characters left":"{{amount}} karakters oor","{{amount}} comments":"{{amount}} kommentaar","{{amount}} hrs ago":"{{amount}} ure gelede","{{amount}} mins ago":"{{amount}} minute gelede","{{amount}} more":"{{amount}} meer","1 comment":"1 kommentaar","Add comment":"Voeg kommentaar by","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Voeg konteks by jou kommentaar, deel jou naam en kundigheid om 'n gesonde bespreking te bevorder.","Add reply":"Voeg antwoord by","Already a member?":"Reeds 'n lid?",Anonymous:"Anoniem","Become a member of {{publication}} to start commenting.":"Word 'n lid van {{publication}} om kommentaar te lewer.","Become a paid member of {{publication}} to start commenting.":"Word 'n betaalde lid van {{publication}} om kommentaar te lewer.",Cancel:"Kanselleer",Comment:"Kommentaar","Complete your profile":"Voltooi jou profiel",Delete:"Skrap","Deleted member":"Geskrapte lid",Discussion:"Bespreking",Edit:"Redigeer","Edit this comment":"Redigeer hierdie kommentaar",edited:"geredigeer","Enter your name":"Voer jou naam in",Expertise:"Kundigheid","Founder @ Acme Inc":"Stigter @ Acme Inc","Full-time parent":"Voltydse ouer","Head of Marketing at Acme, Inc":"Hoof van Bemarking by Acme, Inc","Hidden for members":"",Hide:"Versteek","Hide comment":"Versteek kommentaar","Jamie Larson":"Jamie Larson","Join the discussion":"Sluit aan by die bespreking","Just now":"Sopas","Local resident":"Plaaslike inwoner","Member discussion":"Lidmaat bespreking",Name:"Naam",Neurosurgeon:"Neurochirurg","One hour ago":"Een uur gelede","One min ago":"Een minuut gelede","replied to comment":"",Reply:"Antwoord","reply to comment":"","Reply to comment":"Antwoord op kommentaar",Report:"Rapporteer","Report comment":"Rapporteer kommentaar","Report this comment?":"Rapporteer hierdie kommentaar?",Save:"Stoor",Sending:"Besig om te stuur",Sent:"Gestuur",Show:"Wys","Show {{amount}} more replies":"Wys {{amount}} meer antwoorde","Show {{amount}} previous comments":"Wys {{amount}} vorige kommentaar","Show 1 more reply":"Wys nog 1 antwoord","Show 1 previous comment":"Wys 1 vorige kommentaar","Show comment":"Wys kommentaar","Sign in":"Teken in","Sign up now":"Sluit nou aan","Sort by":"","Start the conversation":"Begin die gesprek","This comment has been hidden.":"Hierdie kommentaar is weggesteek.","This comment has been removed.":"Hierdie kommentaar is verwyder.","Upgrade now":"Gradeer nou op",Yesterday:"Gister","Your request will be sent to the owner of this site.":"Jou versoek sal aan die eienaar van hierdie webwerf gestuur word."},lN={"{{amount}} characters left":"الحروف المتبقية : {{amount}}","{{amount}} comments":"{{amount}} تعليق/ات","{{amount}} hrs ago":"منذ {{amount}} ساعات","{{amount}} mins ago":"منذ {{amount}} دقيقة","{{amount}} more":"{{amount}} المزيد","1 comment":"تعليق واحد","Add comment":"اضف تعليق","Add context to your comment, share your name and expertise to foster a healthy discussion.":"قم بإضافة سياق لتعليقك، شارك اسمك و مجال خبرتك لكي نرعى محادثة مثمرة","Add reply":"ردّ","Already a member?":"هل انت مسجل بالفعل؟",Anonymous:"مجهول","Become a member of {{publication}} to start commenting.":"يجب أن تصبح عضوًا فى {{publication}} لتستطيع التعليق","Become a paid member of {{publication}} to start commenting.":"يجب ان تكون عضويتك مدفوعة فى {{publication}} لكي تستطيع التعليق",Cancel:"إلغاء",Comment:"تعليق","Complete your profile":"إكمال ملفك الشخصى",Delete:"حذف","Deleted member":"الاعضاء المحذوفين",Discussion:"النقاش",Edit:"تعديل","Edit this comment":"عدّل هذا التعليق",edited:"تم التعديل","Enter your name":"اكتب اسمك",Expertise:"مجال تخصصك","Founder @ Acme Inc":"مؤسس لدى شركة أكمي","Full-time parent":"أب بدوام كامل","Head of Marketing at Acme, Inc":"رئيس وحدة التسويق لدى شركة أكمى","Hidden for members":"",Hide:"اخفاء","Hide comment":"اخف التعليق","Jamie Larson":"فلان الفلانى","Join the discussion":"انضم للمحادثة","Just now":"الآن","Local resident":"مقيم محلى","Member discussion":"مناقشة الاعضاء",Name:"الاسم",Neurosurgeon:"جراح المخ و الاعصاب","One hour ago":"منذ ساعة واحدة","One min ago":" منذ دقيقة واحدة","replied to comment":"",Reply:"رد","reply to comment":"","Reply to comment":"رد على هذا التعليق",Report:"الإبلاغ","Report comment":"ابلغ عن هذا التعليق","Report this comment?":"الإبلاغ عن التعليق؟",Save:"حفظ",Sending:"جارى الارسال",Sent:"تم الارسال",Show:"اظهر","Show {{amount}} more replies":"اظهر {{amount}} ردود","Show {{amount}} previous comments":"اظهر {{amount}} تعليقات سابقة","Show 1 more reply":"اظهر تعليق وحيد","Show 1 previous comment":"اظهر التعليق السابق","Show comment":"اظهر التعليق","Sign in":"تسجيل الدخول","Sign up now":"قم بالتسجيل الآن","Sort by":"ترتيب بحسب","Start the conversation":"ابدأ النقاش","This comment has been hidden.":"تم اخفاء هذا التعليق","This comment has been removed.":"تم حذف هذا التعليق","Upgrade now":"قم بالترقية الآن",Yesterday:"أمس","Your request will be sent to the owner of this site.":"سيتم ارسال طلبك لصاحب الموقع"},cN={"{{amount}} characters left":"Остават {{amount}} знака","{{amount}} comments":"{{amount}} коментара","{{amount}} hrs ago":"Преди {{amount}} часа","{{amount}} mins ago":"Преди {{amount}} минути","{{amount}} more":"Още {{amount}}","1 comment":"1 коментар","Add comment":"Нов коментар","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Добавете контекст към коментара си, споделете името си и опита си, за да насърчите полезна дискусия.","Add reply":"Отговор","Already a member?":"Вече сте абонат?",Anonymous:"Анонимен","Become a member of {{publication}} to start commenting.":"Абонирайте се за {{publication}}, за да коментирате.","Become a paid member of {{publication}} to start commenting.":"Станете платен абонат на {{publication}}, за да коментирате.",Cancel:"Отказ",Comment:"Коментар","Complete your profile":"Попълнете профила си",Delete:"Изтриване","Deleted member":"Изтрит абонат",Discussion:"Дискусия",Edit:"Редактиране","Edit this comment":"Редактиране на коментара",edited:"редактиран","Enter your name":"Попълнете името си",Expertise:"Опит","Founder @ Acme Inc":"Основател на Компания ООД","Full-time parent":"Родител на пълно работно време","Head of Marketing at Acme, Inc":"Директор маркетинг в Компания ООД","Hidden for members":"",Hide:"Скриване","Hide comment":"Скриване на коментара","Jamie Larson":"Иван Иванов","Join the discussion":"Участвайте в дискусията","Just now":"Току-що","Local resident":"Местен жител","Member discussion":"Дискусия за абонатите",Name:"Име",Neurosurgeon:"Неврохирург","One hour ago":"Преди час","One min ago":"Преди минута","replied to comment":"",Reply:"Отговор","reply to comment":"","Reply to comment":"Отгговор на коментара",Report:"Докладване","Report comment":"Докладване на коментара","Report this comment?":"Ще докладвате ли коментара?",Save:"Запис",Sending:"Изпращане",Sent:"Изпратен",Show:"Показване","Show {{amount}} more replies":"Покажи още {{amount}} отговора","Show {{amount}} previous comments":"Покажи {{amount}} предишни коментара","Show 1 more reply":"Покажи още един отговор","Show 1 previous comment":"Покажи един предишен коментар","Show comment":"Покажи коментар","Sign in":"Вход","Sign up now":"Регистрация","Sort by":"Сортиране по","Start the conversation":"Започнете дискусия","This comment has been hidden.":"Този коментар е скрит.","This comment has been removed.":"Този коментар е премахнат.","Upgrade now":"Надградете сега",Yesterday:"Вчера","Your request will be sent to the owner of this site.":"Искането ви ще бъде изпратено до собственика на сайта."},uN={"{{amount}} characters left":"{{amount}} অক্ষর বাকি","{{amount}} comments":"{{amount}} মন্তব্য","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"{{amount}}টি আরও","1 comment":"১টি মন্তব্য","Add comment":"মন্তব্য যোগ করুন","Add context to your comment, share your name and expertise to foster a healthy discussion.":"আপনার মন্তব্যে প্রসঙ্গ যোগ করুন, একটি সুস্থ আলোচনা করতে আপনার নাম ও অভিজ্ঞতা শেয়ার করুন।","Add reply":"উত্তর যোগ করুন","Already a member?":"ইত:পূর্বে সদস্য?",Anonymous:"অজ্ঞাতনামা","Become a member of {{publication}} to start commenting.":"{{publication}} এর সদস্য হন মন্তব্য করার জন্য।","Become a paid member of {{publication}} to start commenting.":"{{publication}} এর পেইড সদস্য হন মন্তব্য করার জন্য।",Cancel:"বাতিল করুন",Comment:"মন্তব্য","Complete your profile":"আপনার প্রোফাইল সম্পূর্ণ করুন",Delete:"মুছে ফেলুন","Deleted member":"মুছে ফেলা সদস্য",Discussion:"আলোচনা",Edit:"সম্পাদনা","Edit this comment":"এই মন্তব্য সম্পাদনা করুন",edited:"","Enter your name":"আপনার নাম লিখুন",Expertise:"বিশেষজ্ঞতা","Founder @ Acme Inc":"প্রতিষ্ঠাতা @ বাংলাদেশ ট্রেড হাব","Full-time parent":"পূর্ণকালীন অভিভাবক","Head of Marketing at Acme, Inc":"মার্কেটিং প্রধান @ বাংলাদেশ ট্রেড হাব","Hidden for members":"",Hide:"লুকান","Hide comment":"মন্তব্য লুকান","Jamie Larson":"শাহ নেওয়াজ","Join the discussion":"আলোচনায় যোগ দিন","Just now":"এখনই","Local resident":"স্থানীয় বাসিন্দা","Member discussion":"সদস্য আলোচনা",Name:"নাম",Neurosurgeon:"নিউরোসার্জন","One hour ago":"এক ঘণ্টা পূর্বে","One min ago":"","replied to comment":"",Reply:"উত্তর","reply to comment":"","Reply to comment":"মন্তব্যের উত্তর দিন",Report:"প্রতিবেদন","Report comment":"মন্তব্য প্রতিবেদন করুন","Report this comment?":"এই মন্তব্য প্রতিবেদন করবেন?",Save:"সংরক্ষণ করুন",Sending:"পাঠানো হচ্ছে",Sent:"পাঠানো হয়েছে",Show:"দেখান","Show {{amount}} more replies":" আরো {{amount}}টি উত্তর দেখান","Show {{amount}} previous comments":"পূর্বের {{amount}}টি মন্তব্য দেখান","Show 1 more reply":"১টি আরো উত্তর দেখান","Show 1 previous comment":"১টি পূর্বের মন্তব্য দেখান","Show comment":"মন্তব্য দেখান","Sign in":"সাইন ইন করুন","Sign up now":"এখনই সাইন আপ করুন","Sort by":"","Start the conversation":"আলোচনা শুরু করুন","This comment has been hidden.":"এই মন্তব্য লুকানো হয়েছে।","This comment has been removed.":"এই মন্তব্য মুছে ফেলা হয়েছে।","Upgrade now":"এখনই আপগ্রেড করুন",Yesterday:"গতকাল","Your request will be sent to the owner of this site.":"আপনার অনুরোধ সাইটের মালিকের কাছে পাঠানো হবে।"},dN={"{{amount}} characters left":"Preostalo {{amount}} karaktera","{{amount}} comments":"{{amount}} komentara","{{amount}} hrs ago":"Prije {{amount}} sati","{{amount}} mins ago":"Prije {{amount}} minuta","{{amount}} more":"Još {{amount}}","1 comment":"1 komentar","Add comment":"Dodaj komentar","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Dodaj kontekst svom komentaru, podijeli svoje ime i stručnost u svrhu kvalitetnije diskusije.","Add reply":"Objavi komentar","Already a member?":"Već si član?",Anonymous:"Anoniman","Become a member of {{publication}} to start commenting.":"Postani član portala {{publication}} za pristup diskusiji.","Become a paid member of {{publication}} to start commenting.":"Postani plaćeni član portala {{publication}} za pristup diskusiji.",Cancel:"Otkaži",Comment:"Komentar","Complete your profile":"Dovrši svoj profil",Delete:"Obriši","Deleted member":"Obrisan član",Discussion:"Diskusija",Edit:"Uredi","Edit this comment":"Uredi komentar",edited:"uređeno","Enter your name":"Unesi ime",Expertise:"Stručnost","Founder @ Acme Inc":"Acme Inc osnivač","Full-time parent":"Full time roditelj","Head of Marketing at Acme, Inc":"Šef marketinga u kompaniji Acme d.o.o","Hidden for members":"",Hide:"Sakrij","Hide comment":"Sakrij komentar","Jamie Larson":"Vanja Larsić","Join the discussion":"Pridruži se diskusiji","Just now":"Upravo sada","Local resident":"Lokalni stanovnik","Member discussion":"Diskusija članova",Name:"Ime",Neurosurgeon:"Neurohirurg","One hour ago":"Prije jedan sat","One min ago":"Prije jedan minut","replied to comment":"",Reply:"Odgovori","reply to comment":"","Reply to comment":"Odgovori na komentar",Report:"Prijavi","Report comment":"Prijavi komentar","Report this comment?":"Prijavi ovaj komentar?",Save:"Sačuvaj",Sending:"Šaljem",Sent:"Poslano",Show:"Prikaži","Show {{amount}} more replies":"Prikaži još {{amount}} odgovora","Show {{amount}} previous comments":"Prikaži prethodnih {{amount}} komentara","Show 1 more reply":"Prikaži još jedan odgovor","Show 1 previous comment":"Prikaži prethodni komentar","Show comment":"Prikaži komentar","Sign in":"Prijavi se","Sign up now":"Postani član","Sort by":"","Start the conversation":"Započni diskusiju","This comment has been hidden.":"Ovaj komentar je sakriven.","This comment has been removed.":"Ovaj komentar je uklonjen.","Upgrade now":"Nadogradi račun sada",Yesterday:"Jučer","Your request will be sent to the owner of this site.":"Tvoj zahtjev je poslan vlasniku stranice."},mN={"{{amount}} characters left":"{{amount}} caràcters restants","{{amount}} comments":"{{amount}} comentaris","{{amount}} hrs ago":"Fa {{amount}} hores","{{amount}} mins ago":"Fa {{amount}} minuts","{{amount}} more":"","1 comment":"Un comentari","Add comment":"Afegeix un comentari","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Afegeix context al teu comentari, comparteix el teu nom i experiència per fomentar una discussió sana.","Add reply":"Afegeix una resposta","Already a member?":"Ja ets membre?",Anonymous:"Anònim","Become a member of {{publication}} to start commenting.":"Fes-te membre de {{publication}} per començar a comentar.","Become a paid member of {{publication}} to start commenting.":"Fes-te membre de pagament de {{publication}} per començar a comentar",Cancel:"Cancel·lar",Comment:"Comentari","Complete your profile":"Completa el teu perfil",Delete:"Esborrar","Deleted member":"Membre esborrat",Discussion:"Debat",Edit:"Editar","Edit this comment":"Editar aquest comentari",edited:"editat","Enter your name":"Escriu el teu nom",Expertise:"Conéixement","Founder @ Acme Inc":"Fundador @ Acme Inc","Full-time parent":"Pare a temps complert","Head of Marketing at Acme, Inc":"Cap de màrqueting a Acme, Inc","Hidden for members":"",Hide:"Amaga","Hide comment":"Amaga el comentari","Jamie Larson":"Jamie Larson","Join the discussion":"Uneix-te al debat","Just now":"Just ara","Local resident":"Resiudent local","Member discussion":"Debat de membres",Name:"Nom",Neurosurgeon:"Neurocirurgià","One hour ago":"Fa una hora","One min ago":"Fa un minut","replied to comment":"",Reply:"Respondre","reply to comment":"","Reply to comment":"Respondre al comentari",Report:"Reportar","Report comment":"Reportar comentari","Report this comment?":"Reportar aquest comentari?",Save:"Desa",Sending:"Enviant",Sent:"Enviar",Show:"Mostra","Show {{amount}} more replies":"Mostra {{amount}} respostes més","Show {{amount}} previous comments":"Mostra {{amount}} comentaris previs","Show 1 more reply":"Mostra 1 resposta més","Show 1 previous comment":"Mostra 1 comentari previ","Show comment":"Mostra el comentari","Sign in":"Inici de sessió","Sign up now":"Registrar-se ara","Sort by":"","Start the conversation":"Comença la conversa","This comment has been hidden.":"Aquest comentari s'ha amagat.","This comment has been removed.":"Aquest comantari s'ha esborrat.","Upgrade now":"Millora ara",Yesterday:"Ahir","Your request will be sent to the owner of this site.":"La vostra sol·licitud s'enviarà al propietari d'aquest lloc."},fN={"{{amount}} characters left":"Zbývá {{amount}} znaků","{{amount}} comments":"{{amount}} komentářů","{{amount}} hrs ago":"Před {{amount}} hodinami","{{amount}} mins ago":"Před {{amount}} minutami","{{amount}} more":"Dalších {{amount}}","1 comment":"1 komentář","Add comment":"Přidat komentář","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Pro podporu zdravé diskuse přidejte ke svému komentáři kontext, své jméno a odbornost.","Add reply":"Přidat odpověď","Already a member?":"Už jste členem?",Anonymous:"Anonymní","Become a member of {{publication}} to start commenting.":"Staňte se členem {{publication}}, abyste mohli začít komentovat.","Become a paid member of {{publication}} to start commenting.":"Staňte se placeným členem {{publication}}, abyste mohli začít komentovat.",Cancel:"Zrušit",Comment:"Komentář","Complete your profile":"Dokončete svůj profil",Delete:"Smazat","Deleted member":"Smazaný člen",Discussion:"Diskuse",Edit:"Upravit","Edit this comment":"Upravit tento komentář",edited:"upraveno","Enter your name":"Zadejte své jméno",Expertise:"Odbornost","Founder @ Acme Inc":"Zakladatel @ Acme Inc","Full-time parent":"Rodič na plný úvazek","Head of Marketing at Acme, Inc":"Vedoucí marketingu v Acme, Inc","Hidden for members":"",Hide:"Skrýt","Hide comment":"Skrýt komentář","Jamie Larson":"Jamie Larson","Join the discussion":"Připojte se k diskusi","Just now":"Právě teď","Local resident":"Místní obyvatel","Member discussion":"Diskuse členů",Name:"Jméno",Neurosurgeon:"Neurochirurg","One hour ago":"Před jednou hodinou","One min ago":"Před jednou minutou","replied to comment":"",Reply:"Odpovědět","reply to comment":"","Reply to comment":"Odpovědět na komentář",Report:"Nahlásit","Report comment":"Nahlásit komentář","Report this comment?":"Nahlásit tento komentář?",Save:"Uložit",Sending:"Odesílání",Sent:"Odesláno",Show:"Zobrazit","Show {{amount}} more replies":"Zobrazit {{amount}} dalších odpovědí","Show {{amount}} previous comments":"Zobrazit {{amount}} předchozích komentářů","Show 1 more reply":"Zobrazit 1 další odpověď","Show 1 previous comment":"Zobrazit 1 předchozí komentář","Show comment":"Zobrazit komentář","Sign in":"Přihlásit se","Sign up now":"Zaregistrujte se nyní","Sort by":"","Start the conversation":"Začněte konverzaci","This comment has been hidden.":"Tento komentář byl skryt.","This comment has been removed.":"Tento komentář byl odstraněn.","Upgrade now":"Upgradovat",Yesterday:"Včera","Your request will be sent to the owner of this site.":"Vaše žádost bude odeslána vlastníkovi tohoto webu."},pN={"{{amount}} characters left":"{{amount}} tegn tilbage","{{amount}} comments":"{{amount}} kommentarer","{{amount}} hrs ago":"{{amount}} timer siden","{{amount}} mins ago":"{{amount}} minutter siden","{{amount}} more":"{{amount}} mere","1 comment":"1 kommentar","Add comment":"Tilføj kommentar","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Tilføj kontekst til din kommentar, del dit navn og ekspertise for at fremme en sund diskussion.","Add reply":"Tilføj svar","Already a member?":"Allerede medlem?",Anonymous:"Anonym","Become a member of {{publication}} to start commenting.":"Bliv medlem af {{publication}} for at kunne skrive kommentarer.","Become a paid member of {{publication}} to start commenting.":"Bliv betalende medlem af {{publication}} for at kunne skrive kommentarer.",Cancel:"Annuller",Comment:"Kommentér","Complete your profile":"Færdiggør din profil",Delete:"Slet","Deleted member":"Slettet medlem",Discussion:"Diskussion",Edit:"Rediger","Edit this comment":"Rediger denne kommentar",edited:"redigeret","Enter your name":"Indtast dit navn",Expertise:"Ekspertise","Founder @ Acme Inc":"Grundlægger @ Acme Inc","Full-time parent":"Forældre på fuld tid","Head of Marketing at Acme, Inc":"Chef for marking hos Acme, Inc","Hidden for members":"",Hide:"Skjul","Hide comment":"Skjul kommentar","Jamie Larson":"Jamie Larson","Join the discussion":"Bliv en del af diskussionen","Just now":"Lige nu","Local resident":"Lokal borger","Member discussion":"Medlemsdiskussion",Name:"Navn",Neurosurgeon:"Neurokirurg","One hour ago":"En time siden","One min ago":"Et minut siden","replied to comment":"",Reply:"Svar","reply to comment":"","Reply to comment":"Svar på kommentar",Report:"Rapportér","Report comment":"Rapportér kommentar","Report this comment?":"Rapportér denne kommentar?",Save:"Gem",Sending:"Sender",Sent:"Sendt",Show:"Vis","Show {{amount}} more replies":"Vis {{amount}} flere svar","Show {{amount}} previous comments":"Vis {{amount}} tidligere kommentarer","Show 1 more reply":"Vis 1 mere svar","Show 1 previous comment":"Vis 1 tidligere kommentar","Show comment":"Vis kommentar","Sign in":"Log ind","Sign up now":"Tilmed dig nu","Sort by":"Sorter efter","Start the conversation":"Start samtalen","This comment has been hidden.":"Denne kommentar er blevet skjult.","This comment has been removed.":"Denne kommentar er blevet fjernet.","Upgrade now":"Opgrader nu",Yesterday:"I går","Your request will be sent to the owner of this site.":"Din anmodning vil blive sendt til ejeren af dette site."},hN={"{{amount}} characters left":"{{amount}} Zeichen übrig","{{amount}} comments":"{{amount}} Kommentare","{{amount}} hrs ago":"Vor {{amount}} Stunden","{{amount}} mins ago":"Vor {{amount}} Minuten","{{amount}} more":"{{amount}} weitere","1 comment":"1 Kommentar","Add comment":"Kommentar hinzufügen","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Füge deinem Kommentar Kontext hinzu, teile deinen Namen und deine Expertise, um eine gesunde Diskussion zu fördern.","Add reply":"Antwort hinzufügen","Already a member?":"Bist du bereits Mitglied?",Anonymous:"Anonym","Become a member of {{publication}} to start commenting.":"Werde Mitglied bei {{publication}}, um Kommentare zu schreiben.","Become a paid member of {{publication}} to start commenting.":"Werde zahlendes Mitglied bei {{publication}}, um Kommentare zu schreiben.",Cancel:"Abbrechen",Comment:"Kommentar","Complete your profile":"Vervollständige dein Profil",Delete:"Löschen","Deleted member":"Gelöschtes Mitglied",Discussion:"Diskussion",Edit:"Bearbeiten","Edit this comment":"Diesen Kommentar bearbeiten",edited:"bearbeitet","Enter your name":"Gib deinen Namen ein",Expertise:"Expertise","Founder @ Acme Inc":"Gründer bei Acme Inc","Full-time parent":"Vollzeit-Elternteil","Head of Marketing at Acme, Inc":"Leiter Marketing bei Acme, Inc","Hidden for members":"",Hide:"Verbergen","Hide comment":"Kommentar verbergen","Jamie Larson":"Jamie Larson","Join the discussion":"Nimm an der Diskussion teil","Just now":"Gerade eben","Local resident":"Ortsansässiger","Member discussion":"Mitgliederdiskussion",Name:"Name",Neurosurgeon:"Neurochirurg","One hour ago":"Vor einer Stunde","One min ago":"Vor einer Minute","replied to comment":"",Reply:"Antworten","reply to comment":"","Reply to comment":"Auf Kommentar antworten",Report:"Melden","Report comment":"Kommentar melden","Report this comment?":"Diesen Kommentar melden?",Save:"Speichern",Sending:"Senden",Sent:"Gesendet",Show:"Anzeigen","Show {{amount}} more replies":"{{amount}} weitere Antworten anzeigen","Show {{amount}} previous comments":"{{amount}} frühere Kommentare anzeigen","Show 1 more reply":"1 weitere Antwort anzeigen","Show 1 previous comment":"1 vorherigen Kommentar anzeigen","Show comment":"Kommentar anzeigen","Sign in":"Einloggen","Sign up now":"Jetzt registrieren","Sort by":"","Start the conversation":"Beginne das Gespräch","This comment has been hidden.":"Dieser Kommentar wurde ausgeblendet.","This comment has been removed.":"Dieser Kommentar wurde entfernt.","Upgrade now":"Jetzt upgraden",Yesterday:"Gestern","Your request will be sent to the owner of this site.":"Deine Anfrage wird an den Besitzer dieser Website gesendet."},gN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"Antworten","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"{{amount}} vorherige Kommentare anzeigen","Show 1 more reply":"","Show 1 previous comment":"Einen vorherigen Kommentar anzeigen","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},yN={"{{amount}} characters left":"Απομένουν {{amount}} χαρακτήρες","{{amount}} comments":"{{amount}} σχόλια","{{amount}} hrs ago":"πριν από {{amount}} ώρες","{{amount}} mins ago":"πριν από {{amount}} λεπτά","{{amount}} more":"{{amount}} περισσότερα","1 comment":"1 σχόλιο","Add comment":"Προσθήκη σχολίου","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Προσθέστε περιεχόμενο στο σχόλιό σας, μοιραστείτε το όνομα και την εξειδίκευσή σας για να προωθήσετε μια υγιή συζήτηση.","Add reply":"Προσθήκη απάντησης","Already a member?":"Ήδη μέλος;",Anonymous:"Ανώνυμος","Become a member of {{publication}} to start commenting.":"Γίνετε μέλος του {{publication}} για να ξεκινήσετε να σχολιάζετε.","Become a paid member of {{publication}} to start commenting.":"Γίνετε premium μέλος του {{publication}} για να ξεκινήσετε να σχολιάζετε.",Cancel:"Ακύρωση",Comment:"Σχόλιο","Complete your profile":"Ολοκληρώστε το προφίλ σας",Delete:"Διαγραφή","Deleted member":"Διαγραμμένο μέλος",Discussion:"Συζήτηση",Edit:"Επεξεργασία","Edit this comment":"Επεξεργασία αυτού του σχολίου",edited:"Επεξεργασμένο","Enter your name":"Εισάγετε το όνομά σας",Expertise:"Εξειδίκευση","Founder @ Acme Inc":"Ιδρυτής @ Acme Inc","Full-time parent":"Γονέας πλήρους απασχόλησης","Head of Marketing at Acme, Inc":"Επικεφαλής Μάρκετινγκ στην Acme, Inc","Hidden for members":"",Hide:"Απόκρυψη","Hide comment":"Απόκρυψη σχολίου","Jamie Larson":"Τζέιμι Λάρσον","Join the discussion":"Συμμετοχή στη συζήτηση","Just now":"Μόλις τώρα","Local resident":"Τοπικός κάτοικος","Member discussion":"Συζήτηση μελών",Name:"Όνομα",Neurosurgeon:"Νευροχειρουργός","One hour ago":"Πριν από μία ώρα","One min ago":"Πριν από ένα λεπτό","replied to comment":"",Reply:"Απάντηση","reply to comment":"","Reply to comment":"Απάντηση στο σχόλιο",Report:"Αναφορά","Report comment":"Αναφορά σχολίου","Report this comment?":"Αναφορά αυτού του σχολίου;",Save:"Αποθήκευση",Sending:"Αποστολή",Sent:"Απεστάλη",Show:"Εμφάνιση","Show {{amount}} more replies":"Εμφάνιση {{amount}} περισσότερων απαντήσεων","Show {{amount}} previous comments":"Εμφάνιση {{amount}} προηγούμενων σχολίων","Show 1 more reply":"Εμφάνιση 1 ακόμα απάντησης","Show 1 previous comment":"Εμφάνιση 1 προηγούμενου σχολίου","Show comment":"Εμφάνιση σχολίου","Sign in":"Σύνδεση","Sign up now":"Εγγραφείτε τώρα","Sort by":"","Start the conversation":"Ξεκινήστε τη συζήτηση","This comment has been hidden.":"Αυτό το σχόλιο έχει κρυφτεί.","This comment has been removed.":"Αυτό το σχόλιο έχει αφαιρεθεί.","Upgrade now":"Αναβάθμιση τώρα",Yesterday:"Χθες","Your request will be sent to the owner of this site.":"Το αίτημά σας θα σταλεί στον ιδιοκτήτη αυτού του ιστότοπου."},wN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},SN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},bN={"{{amount}} characters left":"{{amount}} caracteres restantes","{{amount}} comments":"{{amount}} comentarios","{{amount}} hrs ago":"{{amount}} horas atrás","{{amount}} mins ago":"{{amount}} minutos atrás","{{amount}} more":"{{amount}} más","1 comment":"1 comentario","Add comment":"Agregar comentario","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Agrega contexto a tu comentario, comparte tu nombre y experiencia para fomentar una discusión sana.","Add reply":"Agregar respuesta","Already a member?":"¿Ya eres miembro?",Anonymous:"Anónimo","Become a member of {{publication}} to start commenting.":"Hazte miembro de {{publication}} para poder comentar.","Become a paid member of {{publication}} to start commenting.":"Hazte miembro de pago para poder comentar en {{publication}}.",Cancel:"Cancelar",Comment:"Comentar","Complete your profile":"Completa tu perfil",Delete:"Eliminar","Deleted member":"Eliminar miembro",Discussion:"Discusión",Edit:"Editar","Edit this comment":"Editar este comentario",edited:"editado","Enter your name":"Ingresa tu nombre",Expertise:"Experiencia","Founder @ Acme Inc":"Fundador @ Acme Inc","Full-time parent":"Padres de tiempo completo","Head of Marketing at Acme, Inc":"Jefe de Marketing en Acme, Inc","Hidden for members":"",Hide:"Ocultar","Hide comment":"Ocultar comentario","Jamie Larson":"Jamie Larson","Join the discussion":"Únete a la discusión","Just now":"Justo ahora","Local resident":"Residente local","Member discussion":"Discusión de miembros",Name:"Nombre",Neurosurgeon:"Neurocirujano","One hour ago":"Hace una hora","One min ago":"Hace un minuto","replied to comment":"",Reply:"Responder","reply to comment":"","Reply to comment":"Responder al comentario",Report:"Reportar","Report comment":"Reportar comentario","Report this comment?":"¿Reportar este comentario?",Save:"Guardar",Sending:"Enviando",Sent:"Enviar",Show:"Mostrar","Show {{amount}} more replies":"Mostrar {{amount}} respuestas más","Show {{amount}} previous comments":"Mostrar {{amount}} comentarios previos","Show 1 more reply":"Mostrar 1 respuesta más","Show 1 previous comment":"Mostrar 1 comentario previo","Show comment":"Mostrar comentario","Sign in":"Inicia sesión","Sign up now":"Regístrate ahora","Sort by":"","Start the conversation":"Comienza la conversación","This comment has been hidden.":"Este comentario ha sido ocultado.","This comment has been removed.":"Este comentario ha sido borrado.","Upgrade now":"Actualiza tu cuenta ahora",Yesterday:"Ayer","Your request will be sent to the owner of this site.":"Tu requerimiento será enviado al dueño de este sitio web."},vN={"{{amount}} characters left":"{{amount}} tähemärki jäänud","{{amount}} comments":"{{amount}} kommentaari","{{amount}} hrs ago":"{{amount}} tundi tagasi","{{amount}} mins ago":"{{amount}} minutit tagasi","{{amount}} more":"{{amount}} veel","1 comment":"1 kommentaar","Add comment":"Lisa kommentaar","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Lisa oma kommentaarile konteksti, jaga oma nime ja kogemusi, et soodustada tervislikku arutelu.","Add reply":"Lisa vastus","Already a member?":"Juba liige?",Anonymous:"Anonüümne","Become a member of {{publication}} to start commenting.":"Kommenteerimise alustamiseks saage {{publication}} liikmeks.","Become a paid member of {{publication}} to start commenting.":"Kommenteerimise alustamiseks saage {{publication}} tasuliseks liikmeks.",Cancel:"Tühista",Comment:"Kommentaar","Complete your profile":"Täida oma profiil",Delete:"Kustuta","Deleted member":"Kustutatud liige",Discussion:"Arutelu",Edit:"Muuda","Edit this comment":"Muuda seda kommentaari",edited:"muudetud","Enter your name":"Sisesta oma nimi",Expertise:"Oskused","Founder @ Acme Inc":"Asutaja @ Acme Inc","Full-time parent":"Täiskohaga lapsevanem","Head of Marketing at Acme, Inc":"Turundusjuht Acme, Inc-s","Hidden for members":"",Hide:"Peida","Hide comment":"Peida kommentaar","Jamie Larson":"Jamie Larson","Join the discussion":"Liitu aruteluga","Just now":"Just praegu","Local resident":"Kohalik elanik","Member discussion":"Liikmete arutelu",Name:"Nimi",Neurosurgeon:"Neurokirurg","One hour ago":"Üks tund tagasi","One min ago":"Üks minut tagasi","replied to comment":"",Reply:"Vasta","reply to comment":"","Reply to comment":"Vasta kommentaarile",Report:"Teata","Report comment":"Teata kommentaarist","Report this comment?":"Teatada sellest kommentaarist?",Save:"Salvesta",Sending:"Saatmine",Sent:"Saadetud",Show:"Näita","Show {{amount}} more replies":"Näita {{amount}} vastust veel","Show {{amount}} previous comments":"Näita {{amount}} eelmist kommentaari","Show 1 more reply":"Näita 1 vastus veel","Show 1 previous comment":"Näita eelmist kommentaari","Show comment":"Näita kommentaari","Sign in":"Logi sisse","Sign up now":"Registreeru nüüd","Sort by":"","Start the conversation":"Alusta vestlust","This comment has been hidden.":"See kommentaar on peidetud.","This comment has been removed.":"See kommentaar on eemaldatud.","Upgrade now":"Uuenda nüüd",Yesterday:"Eile","Your request will be sent to the owner of this site.":"Teie taotlus saadetakse selle saidi omanikule."},xN={"{{amount}} characters left":"{{amount}} حرف باقیمانده است","{{amount}} comments":"{{amount}} دیدگاه","{{amount}} hrs ago":"{{amount}} ساعت پیش","{{amount}} mins ago":"{{amount}} دقیقه پیش","{{amount}} more":"{{amount}} بیشتر","1 comment":"یک دیدگاه","Add comment":"دیدگاهی بفرستید","Add context to your comment, share your name and expertise to foster a healthy discussion.":"به دیدگاه خود موضوعیت ببخشید و با به اشتراکگذاری نام و تخصص خود یک گفتمان سالم ایجاد کنید.","Add reply":"پاسخی بدهید","Already a member?":"عضو هستید؟",Anonymous:"ناشناس","Become a member of {{publication}} to start commenting.":"عضو وبسایت {{publication}} شوید تا مجوز ارسال دیدگاه دریافت کنید.","Become a paid member of {{publication}} to start commenting.":"حق اشتراک وبسایت {{publication}} را پرداخت کنید تا مجوز ارسال دیدگاه دریافت کنید.",Cancel:"انصراف",Comment:"دیدگاه","Complete your profile":"نمایه خود را کامل کنید",Delete:"پاک کردن","Deleted member":"حساب پاکشده",Discussion:"گفتمان",Edit:"ویرایش","Edit this comment":"ویرایش این دیدگاه",edited:"ویرایششده","Enter your name":"نام خود را بنویسید",Expertise:"تخصص","Founder @ Acme Inc":"مدیر عامل یک شرکت خیالی","Full-time parent":" خانهدار تمام وقت","Head of Marketing at Acme, Inc":"سرپرست بخش بازاریابی یک شرکت خیالی","Hidden for members":"",Hide:"مخفی کردن","Hide comment":"مخفی کردن دیدگاه","Jamie Larson":"جیمی لارسن","Join the discussion":"به گفتمان بپیوندید","Just now":"پیوستن","Local resident":"ساکن محلی","Member discussion":"گفتمان کاربران",Name:"نام",Neurosurgeon:"جراح مغز و اعصاب","One hour ago":"یک ساعت پیش","One min ago":"یک دقیقه پیش","replied to comment":"",Reply:"پاسخ دادن","reply to comment":"","Reply to comment":"پاسخ دادن به دیدگاه",Report:"گزارش","Report comment":"گزارش دیدگاه","Report this comment?":"میخواهید این دیدگاه را گزارش کنید؟",Save:"ذخیره کردن",Sending:"در حال ارسال",Sent:"ارسال شد",Show:"نمایش","Show {{amount}} more replies":"نمایش {{amount}} پاسخ بیشتر","Show {{amount}} previous comments":"نمایش {{amount}} دیدگاه قبلتر","Show 1 more reply":"نمایش یک دیدگاه بیشتر","Show 1 previous comment":"نمایش یک دیدگاه قبلتر","Show comment":"نمایش دیدگاه","Sign in":"ورود به حساب","Sign up now":"ایجاد حساب","Sort by":"","Start the conversation":"گفتوگویی شروع کنید","This comment has been hidden.":"این دیدگاه مخفی شده است","This comment has been removed.":"این دیدگاه پاک شده است","Upgrade now":"ارتقاء دهید",Yesterday:"دیروز","Your request will be sent to the owner of this site.":"درخواست شما برای مدیر این وبسایت ارسال خواهد شد."},kN={"{{amount}} characters left":"{{amount}} merkkiä jäljellä","{{amount}} comments":"{{amount}} kommenttia","{{amount}} hrs ago":"{{amount}} tuntia sitten","{{amount}} mins ago":"{{amount}} minuuttia sitten","{{amount}} more":"{{amount}} vielä lisää","1 comment":"1 kommentti","Add comment":"Lisää kommentti","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Lisää sisältöä kommenttiisi, jaa nimesi ja osaamisesi saadaksesi aikaan tervettä keskustelua","Add reply":"Lisää vastaus","Already a member?":"Oletko jo jäsen?",Anonymous:"Anonyymi","Become a member of {{publication}} to start commenting.":"Ala {{publication}} jäseneksi pystyäksesi kommentoimaan","Become a paid member of {{publication}} to start commenting.":"Ota maksullinen jäsenyys sivulle {{publication}}, jotta pystyt kommentoimaan",Cancel:"Peruuta",Comment:"Kommentti","Complete your profile":"Täydennä profiilisi",Delete:"Poista","Deleted member":"Poista jäsen",Discussion:"Keskustelu",Edit:"Editoi","Edit this comment":"Editoi tätä kommenttia",edited:"editoitu","Enter your name":"Syötä nimesi",Expertise:"Osaaminen","Founder @ Acme Inc":"","Full-time parent":"Kokoaikainen vanhempi","Head of Marketing at Acme, Inc":"Markkinointijohtaja","Hidden for members":"",Hide:"Piilota","Hide comment":"Piilota kommentti","Jamie Larson":"Jamie Larson","Join the discussion":"Liity keskusteluun","Just now":"Juuri nyt","Local resident":"Paikallinen","Member discussion":"Jäsenten keskustelu",Name:"Nimi",Neurosurgeon:"Neurokirurgi","One hour ago":"Tunti sitten","One min ago":"Minuutti sitten","replied to comment":"",Reply:"Vastaa","reply to comment":"","Reply to comment":"Vastaa kommenttiin",Report:"Ilmianna","Report comment":"Ilmianna kommentti","Report this comment?":"Haluatko ilmiantaa tämän kommentin?",Save:"Tallenna",Sending:"Lähetetään",Sent:"Lähetetty",Show:"Näytä","Show {{amount}} more replies":"Näytä {{amount}} vastausta lisää ","Show {{amount}} previous comments":"Näytä {{amount}} edellistä kommenttia","Show 1 more reply":"Näytä 1 vastaus lisää","Show 1 previous comment":"Näytä edellinen kommentti","Show comment":"Näytä kommentti","Sign in":"Kirjaudu sisään","Sign up now":"Rekisteröidy nyt","Sort by":"","Start the conversation":"Aloita keskustelu","This comment has been hidden.":"Tämä kommentti on piilotettu","This comment has been removed.":"Tämä kommentti on poistettu","Upgrade now":"Korota nyt",Yesterday:"Eilen","Your request will be sent to the owner of this site.":"Sinun pyyntösi lähetetään sivun omistajalle"},$N={"{{amount}} characters left":"{{amount}} caractères restants","{{amount}} comments":"{{amount}} commentaires","{{amount}} hrs ago":"Il y a {{amount}} heures","{{amount}} mins ago":"Il y a {{amount}} minutes","{{amount}} more":"{{amount}} supplémentaire(s)","1 comment":"1 commentaire","Add comment":"Ajouter un commentaire","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Ajoutez un contexte à votre commentaire. Partagez votre nom et vos compétences pour favoriser une discussion saine.","Add reply":"Ajouter une réponse","Already a member?":"Déjà abonné ?",Anonymous:"Anonyme","Become a member of {{publication}} to start commenting.":"Abonnez-vous gratuitement à {{publication}} pour commencer à commenter.","Become a paid member of {{publication}} to start commenting.":"Choisissez un abonnement payant à {{publication}} pour commencer à commenter.",Cancel:"Annuler",Comment:"Commentaire","Complete your profile":"Complétez votre profil",Delete:"Supprimer","Deleted member":"Abonné supprimé",Discussion:"Discussion",Edit:"Modifier","Edit this comment":"Modifier ce commentaire",edited:"modifié","Enter your name":"Entrez votre nom",Expertise:"Compétences","Founder @ Acme Inc":"Fondateur @ Acme Inc","Full-time parent":"Parent à plein temps","Head of Marketing at Acme, Inc":"Responsable du marketing chez Acme, Inc","Hidden for members":"",Hide:"Masquer","Hide comment":"Masquer le commentaire","Jamie Larson":"Jean Martin","Join the discussion":"Rejoindre la discussion","Just now":"À l'instant","Local resident":"Résident local","Member discussion":"Discussion entre abonnés",Name:"Nom",Neurosurgeon:"Neurochirurgien","One hour ago":"Il y a une heure","One min ago":"Il y a une minute","replied to comment":"",Reply:"Répondre","reply to comment":"","Reply to comment":"Répondre au commentaire",Report:"Signaler","Report comment":"Signaler le commentaire","Report this comment?":"Signaler ce commentaire ?",Save:"Enregistrer",Sending:"Envoi en cours",Sent:"Envoyé",Show:"Afficher","Show {{amount}} more replies":"Afficher {{amount}} réponses supplémentaires","Show {{amount}} previous comments":"Afficher {{amount}} commentaires précédents","Show 1 more reply":"Afficher 1 réponse supplémentaire","Show 1 previous comment":"Afficher 1 commentaire précédent","Show comment":"Afficher le commentaire","Sign in":"Se connecter","Sign up now":"S'inscrire maintenant","Sort by":"Trier par","Start the conversation":"Commencer la conversation","This comment has been hidden.":"Ce commentaire a été masqué.","This comment has been removed.":"Ce commentaire a été supprimé.","Upgrade now":"Mettre à jour maintenant",Yesterday:"Hier","Your request will be sent to the owner of this site.":"Votre demande sera transférée au propriétaire de ce site."},CN={"{{amount}} characters left":"caractaran air fhàgail: {{amount}}","{{amount}} comments":"beachdan: {{amount}}","{{amount}} hrs ago":"o chionn {{amount}}u","{{amount}} mins ago":"o chionn {{amount}}m","{{amount}} more":"{{amount}} a bharrachd","1 comment":"1 bheachd","Add comment":"Fàg beachd air","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Cuir co-theacsa ris a' bheachd agad, cuir d' ainm is sàr-eòlas ris gus deasbad fallain a brosnachadh.","Add reply":"Cuir freagairt ris","Already a member?":"’Eil thu nad bhall mar-thà?",Anonymous:"Gun ainm","Become a member of {{publication}} to start commenting.":"Clàraich nad bhall an làrach-lìn, {{publication}}, gus beachd fhàgail air.","Become a paid member of {{publication}} to start commenting.":"Clàraich nad bhall phrìomhach an làrach-lìn, {{publication}}, gus beachd fhàgail air.",Cancel:"Sguir dheth",Comment:"Beachd","Complete your profile":"Lìon a-steach a' phròifil agad",Delete:"Sguab às","Deleted member":"Ball air a sguabadh às",Discussion:"Deasbad",Edit:"Deasaich","Edit this comment":"Deasaich am beachd seo",edited:"Air a dheasachad","Enter your name":"Cuir a-steach d’ ainm",Expertise:"Sàr-eòlas","Founder @ Acme Inc":"Neach-stèidheachaidh @ Acme Inc","Full-time parent":"Pàrant làn-ùine","Head of Marketing at Acme, Inc":"Àrd-cheann Margaidheachd aig Acme, Inc","Hidden for members":"",Hide:"Cuir am falach","Hide comment":"Cuir am beachd am falach","Jamie Larson":"Seamaidh Larson","Join the discussion":"Gabh pàirt san deasbad","Just now":"An-dràsta","Local resident":"Neach-còmhnaidh ionadail","Member discussion":"Deasbad",Name:"Ainm",Neurosurgeon:"Niùro-làmh-lèigh","One hour ago":"O chionn uair a thìde","One min ago":"O chionn mionaid","replied to comment":"",Reply:"Cuir freagairt","reply to comment":"","Reply to comment":"Cuir freagaist ri beachd",Report:"Dèan aithris air","Report comment":"Dèan aithris air beachd","Report this comment?":"’Eil thu airson aithris a dhèanamh air a’ bheachd seo?",Save:"Sabhail",Sending:"’Ga chur",Sent:"Air a chur",Show:"Seall","Show {{amount}} more replies":"An àireamh de bheachdan a bharrachd a chìthear: {{amount}}","Show {{amount}} previous comments":"An àireamh de bheachdan roimhe a chìthear: {{amount}}","Show 1 more reply":"Seall beachd a bharrachd","Show 1 previous comment":"Seall am beachd roimhe","Show comment":"Seall am beachd","Sign in":"Clàraich a-steach","Sign up now":"Clàraich a-nis","Sort by":"","Start the conversation":"Tòisich an deasbad","This comment has been hidden.":"Chaidh am beachd seo a chur am falach.","This comment has been removed.":"Chaidh am beachd seo a sguabadh às.","Upgrade now":"Àrdaich a-nis",Yesterday:"An-dè","Your request will be sent to the owner of this site.":"Thèid an iarrtas agad a chur gu neach-seilbh an làrach-lìn seo."},EN={"{{amount}} characters left":"נותרו עוד {{amount}} תווים","{{amount}} comments":"{{amount}} תגובות","{{amount}} hrs ago":"לפני {{amount}} שעות","{{amount}} mins ago":"לפני {{amount}} דקות","{{amount}} more":"עוד {{amount}}","1 comment":"תגובה אחת","Add comment":"הוסיפו תגובה","Add context to your comment, share your name and expertise to foster a healthy discussion.":"הוסיפו תוכן לתגובה שלכם, שתפו את שמכם ואת התמחותכם כדי לקדם דיון בריא.","Add reply":"הוסיפו תגובה","Already a member?":"כבר רשומים?",Anonymous:"אנונימי","Become a member of {{publication}} to start commenting.":"הירשמו כחברי {{publication}} כדי להתחיל להגיב.","Become a paid member of {{publication}} to start commenting.":"הירשמו כחברי משלמים של {{publication}} כדי להתחיל להגיב.",Cancel:"ביטול",Comment:"תגובה","Complete your profile":"השלימו את הפרופיל שלכם",Delete:"מחיקה","Deleted member":"חבר שנמחק",Discussion:"דיון",Edit:"עריכה","Edit this comment":"ערכו תגובה זו",edited:"נערך","Enter your name":"כתבו את שמכם",Expertise:"ניסיון","Founder @ Acme Inc":"מייסד @ Acme Inc","Full-time parent":"הורה במשרה מלאה","Head of Marketing at Acme, Inc":"ראש אגף שיווק ב- Acme, Inc","Hidden for members":"",Hide:"הסתר","Hide comment":"הסתר תגובה","Jamie Larson":"ג׳יימי לרסון","Join the discussion":"הצטרפו לדיון","Just now":"ממש עכשיו","Local resident":"תושב מקומי","Member discussion":"דיון חברים רשומים",Name:"שם",Neurosurgeon:"נוֹיְרוֹכִירוּרְג","One hour ago":"לפני שעה","One min ago":"לפני דקה","replied to comment":"",Reply:"תגובה","reply to comment":"","Reply to comment":"הגיבו לתגובה",Report:"דיווח","Report comment":"דווחו על תגובה","Report this comment?":"האם לדווח על תגובה זו?",Save:"שמירה",Sending:"שליחה",Sent:"שלחנו",Show:"להציג","Show {{amount}} more replies":"להציג עוד {{amount}} תגובות","Show {{amount}} previous comments":"להציג {{amount}} תגובות קודמות","Show 1 more reply":"להציג תגובה נוספת","Show 1 previous comment":"להציג תגובה קודמת","Show comment":"להציג תגובה","Sign in":"היכנסו","Sign up now":"הירשמו עכשיו","Sort by":"למיין לפי","Start the conversation":"התחילו את השיחה","This comment has been hidden.":"התגובה הזו הוסתרה.","This comment has been removed.":"התגובה הזו הוסרה.","Upgrade now":"שדרגו עכשיו",Yesterday:"אתמול","Your request will be sent to the owner of this site.":"בקשתך תישלח לבעלים של האתר הזה."},NN={"{{amount}} characters left":"{{amount}} अक्षर बाकी","{{amount}} comments":"{{amount}} टिप्पणियाँ","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"{{amount}} और","1 comment":"1 टिप्पणी","Add comment":"टिप्पणी जोड़ें","Add context to your comment, share your name and expertise to foster a healthy discussion.":"अपनी टिप्पणी में संदर्भ जोड़ें, स्वस्थ चर्चा के लिए अपना नाम और विशेषज्ञता साझा करें।","Add reply":"जवाब जोड़ें","Already a member?":"पहले से सदस्य हैं?",Anonymous:"अनाम","Become a member of {{publication}} to start commenting.":"टिप्पणी शुरू करने के लिए {{publication}} का सदस्य बनें।","Become a paid member of {{publication}} to start commenting.":"टिप्पणी शुरू करने के लिए {{publication}} के भुगतान सदस्य बनें।",Cancel:"रद्द करें",Comment:"टिप्पणी","Complete your profile":"अपनी प्रोफ़ाइल पूरी करें",Delete:"हटाएं","Deleted member":"हटाए गए सदस्य",Discussion:"चर्चा",Edit:"संपादित करें","Edit this comment":"इस टिप्पणी को संपादित करें",edited:"","Enter your name":"अपना नाम दर्ज करें",Expertise:"विशेषज्ञता","Founder @ Acme Inc":"संस्थापक @ Acme Inc","Full-time parent":"पूर्णकालिक माता-पिता","Head of Marketing at Acme, Inc":"Acme, Inc में विपणन प्रमुख","Hidden for members":"",Hide:"छिपाएं","Hide comment":"टिप्पणी छिपाएं","Jamie Larson":"राहुल शर्मा","Join the discussion":"चर्चा में शामिल हों","Just now":"अभी","Local resident":"स्थानीय निवासी","Member discussion":"सदस्य चर्चा",Name:"नाम",Neurosurgeon:"न्यूरोसर्जन","One hour ago":"एक घंटा पहले","One min ago":"","replied to comment":"",Reply:"जवाब दें","reply to comment":"","Reply to comment":"टिप्पणी का जवाब दें",Report:"रिपोर्ट","Report comment":"टिप्पणी की रिपोर्ट करें","Report this comment?":"क्या आप इस टिप्पणी की रिपोर्ट करना चाहते हैं?",Save:"सहेजें",Sending:"भेजा जा रहा है",Sent:"भेजा गया",Show:"दिखाएं","Show {{amount}} more replies":"{{amount}} और जवाब दिखाएं","Show {{amount}} previous comments":"{{amount}} पिछली टिप्पणियाँ दिखाएं","Show 1 more reply":"1 और जवाब दिखाएं","Show 1 previous comment":"1 पिछली टिप्पणी दिखाएं","Show comment":"टिप्पणी दिखाएं","Sign in":"साइन इन करें","Sign up now":"अभी साइन अप करें","Sort by":"","Start the conversation":"बातचीत शुरू करें","This comment has been hidden.":"इस टिप्पणी को छिपा दिया गया है।","This comment has been removed.":"इस टिप्पणी को हटा दिया गया है।","Upgrade now":"अब उन्नत करें",Yesterday:"कल","Your request will be sent to the owner of this site.":"आपका अनुरोध इस साइट के मालिक को भेजा जाएगा।"},AN={"{{amount}} characters left":"{{amount}} znakova preostalo","{{amount}} comments":"{{amount}} komentara","{{amount}} hrs ago":"Prije {{amount}} sati","{{amount}} mins ago":"Prije {{amount}} minuta","{{amount}} more":"{{amount}} više","1 comment":"1 komentar","Add comment":"Dodaj komentar","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Dajte kontekts vašem komentaru, podijelite vaše ime i znanje za unaprijeđenje svake rasprave.","Add reply":"Dodaj odgovor","Already a member?":"Već si član?",Anonymous:"Anonimus","Become a member of {{publication}} to start commenting.":"Postani član {{publication}} za mogućnost komentiranja.","Become a paid member of {{publication}} to start commenting.":"Plati pretplatu na {{publication}} za mogućnost komentiranja.",Cancel:"Prekini",Comment:"Komentar","Complete your profile":"Dovrši svoj profil",Delete:"Obriši","Deleted member":"Obrisan član",Discussion:"Rasprava",Edit:"Uredi","Edit this comment":"Uredi ovaj komentar",edited:"uređen","Enter your name":"Unesite vaše ime",Expertise:"Stručnost","Founder @ Acme Inc":"Osnivač Acme Inc","Full-time parent":"Full-time Roditelj","Head of Marketing at Acme, Inc":"Voditelj marketinga Acme, Inc","Hidden for members":"",Hide:"Sakrij","Hide comment":"Sakrij komentar","Jamie Larson":"Jamie Larson","Join the discussion":"Pridruži se raspravi","Just now":"Upravo sada","Local resident":"Lokalni stanovnik","Member discussion":"Rasprava članova",Name:"Ime",Neurosurgeon:"Neurokirurg","One hour ago":"Prije jednog sata","One min ago":"Prije jedne minute","replied to comment":"",Reply:"Odgovori","reply to comment":"","Reply to comment":"Odgovori na komentar",Report:"Prijavi","Report comment":"Prijavi komentar","Report this comment?":"Prijaviti ovaj komentar?",Save:"Spremi",Sending:"Slanje",Sent:"Poslano",Show:"Prikaži","Show {{amount}} more replies":"Prikaži još {{amount}} odgovora","Show {{amount}} previous comments":"Prikaži {{amount}} prethodnih komentara","Show 1 more reply":"Prikaži još jedan odgovor","Show 1 previous comment":"Prikaži prethodan komentar","Show comment":"Prikaži komentar","Sign in":"Prijava","Sign up now":"Registriraj se sada","Sort by":"","Start the conversation":"Pokreni razgovor","This comment has been hidden.":"Ovaj komentar je skriven","This comment has been removed.":"Ovaj komentar je maknut","Upgrade now":"Nadogradite sada",Yesterday:"Jučer","Your request will be sent to the owner of this site.":"Vaš zahtjev će se poslati vasniku ovih web stranica."},RN={"{{amount}} characters left":"{{amount}} karakter maradt","{{amount}} comments":"{{amount}} hozzászólás","{{amount}} hrs ago":"{{amount}} órája","{{amount}} mins ago":"{{amount}} perce","{{amount}} more":"","1 comment":"1 hozzászólás","Add comment":"Hozzászólás","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Adjon kontextust hozzászólásaihoz: ossza meg nevét és foglalkozását az egészséges vita elősegítése érdekében.","Add reply":"Válasz","Already a member?":"Már van fiókja?",Anonymous:"Anonim","Become a member of {{publication}} to start commenting.":"Regisztráljon a hozzászólások írásához.","Become a paid member of {{publication}} to start commenting.":"Regisztráljon fizetős fiókot a hozzászólások írásához.",Cancel:"Mégse",Comment:"Hozzászólás","Complete your profile":"Profil befejezése",Delete:"Törlés","Deleted member":"Törölt tag",Discussion:"Hozzászólások",Edit:"Szerkesztés","Edit this comment":"Hozzászólás szerkesztése",edited:"szerkesztve","Enter your name":"Adja meg a nevét",Expertise:"Foglalkozás","Founder @ Acme Inc":"Acme Kft. alapító","Full-time parent":"Főállású szülő","Head of Marketing at Acme, Inc":"Marketing vezető — Acme Kft.","Hidden for members":"",Hide:"Elrejtés","Hide comment":"Hozzászólás elrejtése","Jamie Larson":"Kiss Sára","Join the discussion":"Csatlakozzon a beszélgetéshez","Just now":"Épp most","Local resident":"Helyi lakos","Member discussion":"Hozzászólások",Name:"Név",Neurosurgeon:"Idegsebész","One hour ago":"Egy órája","One min ago":"Egy perce","replied to comment":"",Reply:"Válasz","reply to comment":"","Reply to comment":"Válasz erre",Report:"Jelentés","Report comment":"Hozzászólás jelentése","Report this comment?":"Hozzászólás jelentése?",Save:"Mentés",Sending:"Küldés",Sent:"Elküldve",Show:"Mutat","Show {{amount}} more replies":"Mutass még {{amount}} választ","Show {{amount}} previous comments":"Mutass {{amount}} előző hozzászólást","Show 1 more reply":"Mutass még egy választ","Show 1 previous comment":"Mutass még egy hozzászólást","Show comment":"Hozzászólás mutatása","Sign in":"Bejelentkezés","Sign up now":"Regisztráljon most","Sort by":"","Start the conversation":"Kezdje el a beszélgetést","This comment has been hidden.":"Ezt a hozzászólást elrejtettük.","This comment has been removed.":"Ezt a hozzászólást töröltük.","Upgrade now":"Fizessen elő most",Yesterday:"Tegnap","Your request will be sent to the owner of this site.":"A kérését a website tulajdonosának fogjuk küldeni."},ON={"{{amount}} characters left":"{{amount}} karakter tersisa","{{amount}} comments":"{{amount}} komentar","{{amount}} hrs ago":"{{amount}} jam yang lalu","{{amount}} mins ago":"{{amount}} menit yang lalu","{{amount}} more":"{{amount}} lagi","1 comment":"1 komentar","Add comment":"Tambahkan komentar","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Tambahkan konteks pada komentar Anda, bagikan nama dan keahlian Anda untuk mendorong diskusi yang sehat.","Add reply":"Tambahkan balasan","Already a member?":"Sudah menjadi anggota?",Anonymous:"Anonim","Become a member of {{publication}} to start commenting.":"Jadilah anggota di {{publication}} untuk mulai berkomentar.","Become a paid member of {{publication}} to start commenting.":"Jadilah anggota berbayar di {{publication}} untuk mulai berkomentar.",Cancel:"Batal",Comment:"Komentar","Complete your profile":"Lengkapi profil Anda",Delete:"Hapus","Deleted member":"Anggota dihapus",Discussion:"Diskusi",Edit:"Edit","Edit this comment":"Edit komentar ini",edited:"diedit","Enter your name":"Masukkan nama Anda",Expertise:"Keahlian","Founder @ Acme Inc":"Founder @ Acme Inc","Full-time parent":"Orang tua penuh waktu","Head of Marketing at Acme, Inc":"Direktur Pemasaran di Acme, Inc","Hidden for members":"",Hide:"Sembunyikan","Hide comment":"Sembunyikan komentar","Jamie Larson":"Sutan T. Alisjahbana","Join the discussion":"Bergabung dalam diskusi","Just now":"Baru saja","Local resident":"Penduduk lokal","Member discussion":"Diskusi anggota",Name:"Nama",Neurosurgeon:"Ahli Bedah Saraf","One hour ago":"Satu jam yang lalu","One min ago":"Satu menit yang lalu","replied to comment":"",Reply:"Balas","reply to comment":"","Reply to comment":"Balas komentar",Report:"Laporkan","Report comment":"Laporkan komentar","Report this comment?":"Laporkan komentar ini?",Save:"Simpan",Sending:"Mengirim",Sent:"Terkirim",Show:"Tampilkan","Show {{amount}} more replies":"Tampilkan {{amount}} balasan lainnya","Show {{amount}} previous comments":"Tampilkan {{amount}} komentar sebelumnya","Show 1 more reply":"Tampilkan 1 balasan lainnya","Show 1 previous comment":"Tampilkan 1 komentar sebelumnya","Show comment":"Tampilkan komentar","Sign in":"Masuk","Sign up now":"Daftar sekarang","Sort by":"","Start the conversation":"Mulai percakapan","This comment has been hidden.":"Komentar ini telah disembunyikan.","This comment has been removed.":"Komentar ini telah dihapus.","Upgrade now":"Daftar sekarang",Yesterday:"Kemarin","Your request will be sent to the owner of this site.":"Permintaan Anda akan dikirim kepada pemilik situs ini."},DN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},MN={"{{amount}} characters left":"{{amount}} caratteri rimanenti","{{amount}} comments":"{{amount}} commenti","{{amount}} hrs ago":"{{amount}} ore fa","{{amount}} mins ago":"{{amount}} minuti fa","{{amount}} more":"{{amount}} in più","1 comment":"1 commento","Add comment":"Aggiungi commento","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Aggiungi dettagli al tuo commento, condividi il tuo nome e le tue competenze per incoraggiare una conversazione sana.","Add reply":"Aggiungi risposta","Already a member?":"Sei già iscritto?",Anonymous:"Anonimo","Become a member of {{publication}} to start commenting.":"Iscriviti a {{publication}} per poter commentare.","Become a paid member of {{publication}} to start commenting.":"Abbonati a {{publication}} per poter commentare.",Cancel:"Annulla",Comment:"Commenta","Complete your profile":"Completa il tuo profilo",Delete:"Elimina","Deleted member":"Utente eliminato",Discussion:"Discussione",Edit:"Modifica","Edit this comment":"Modifica questo commento",edited:"modificato","Enter your name":"Inserisci il tuo nome",Expertise:"Competenze","Founder @ Acme Inc":"Megadirettore Galattico","Full-time parent":"Genitore a tempo pieno","Head of Marketing at Acme, Inc":"Ragioniere presso Megaditta","Hidden for members":"",Hide:"Nascondi","Hide comment":"Nascondi commento","Jamie Larson":"Andrea Rossi","Join the discussion":"Partecipa alla discussione","Just now":"Adesso","Local resident":"Paesano","Member discussion":"Commenti",Name:"Nome",Neurosurgeon:"Neurochirurgo","One hour ago":"Un'ora fa","One min ago":"Un minuto fa","replied to comment":"",Reply:"Rispondi","reply to comment":"","Reply to comment":"Rispondi al commento",Report:"Segnala","Report comment":"Segnala commento","Report this comment?":"Segnalare questo commento?",Save:"Salva",Sending:"Invio",Sent:"Inviato",Show:"Mostra","Show {{amount}} more replies":"Mostra altre {{amount}} risposte","Show {{amount}} previous comments":"Mostra altri {{amount}} commenti","Show 1 more reply":"Mostra un'altra risposta","Show 1 previous comment":"Mostra un commento precedente","Show comment":"Mostra commento","Sign in":"Accedi","Sign up now":"Accedi ora","Sort by":"Ordina per","Start the conversation":"Commenta per primo","This comment has been hidden.":"Questo commento è stato nascosto.","This comment has been removed.":"Questo commento è stato rimosso.","Upgrade now":"Abbonati ora",Yesterday:"Ieri","Your request will be sent to the owner of this site.":"La tua richiesta sarà inviata al proprietario del sito."},TN={"{{amount}} characters left":"残り{{amount}}文字","{{amount}} comments":"{{amount}}のコメント","{{amount}} hrs ago":"{{amount}}時間前","{{amount}} mins ago":"{{amount}}分前","{{amount}} more":"さらに{{amount}}個","1 comment":"1のコメント","Add comment":"コメントする","Add context to your comment, share your name and expertise to foster a healthy discussion.":"コメントはよく説明し、名前と専門分野を共有することで健全な議論をすすめましょう。","Add reply":"返信する","Already a member?":"メンバーですか?",Anonymous:"匿名","Become a member of {{publication}} to start commenting.":"{{publication}}のメンバーになってコメントを始めましょう。","Become a paid member of {{publication}} to start commenting.":"{{publication}}の有料メンバーになってコメントを始めましょう。",Cancel:"キャンセル",Comment:"コメント","Complete your profile":"プロフィールを完成させる",Delete:"削除","Deleted member":"削除されたメンバー",Discussion:"議論",Edit:"編集","Edit this comment":"このコメントを編集する",edited:"編集済み","Enter your name":"名前を記入",Expertise:"専門分野","Founder @ Acme Inc":"創業者 @ Acme Inc","Full-time parent":"専業主婦・主夫","Head of Marketing at Acme, Inc":"マーケティング責任者 @ Acme, Inc","Hidden for members":"",Hide:"非表示にする","Hide comment":"コメントを非表示にする","Jamie Larson":"ジェイミー・ラーソン","Join the discussion":"議論に参加する","Just now":"今すぐ参加する","Local resident":"地元住民","Member discussion":"メンバーによる議論",Name:"名前",Neurosurgeon:"脳神経外科医","One hour ago":"1時間前","One min ago":"1分前","replied to comment":"",Reply:"返信する","reply to comment":"","Reply to comment":"コメントに返信する",Report:"通報する","Report comment":"コメントを通報する","Report this comment?":"このコメントを通報しますか?",Save:"保存",Sending:"送信中",Sent:"送信完了",Show:"表示する","Show {{amount}} more replies":"{{amount}}個の返信を表示する","Show {{amount}} previous comments":"前のコメントを{{amount}}個表示する","Show 1 more reply":"返信をもう1つ表示する","Show 1 previous comment":"1つ前のコメントを表示する","Show comment":"コメントを表示する","Sign in":"ログイン","Sign up now":"今すぐ新規登録する","Sort by":"","Start the conversation":"会話を始める","This comment has been hidden.":"このコメントは非表示にされました。","This comment has been removed.":"このコメントは削除されました。","Upgrade now":"今すぐアップデートする",Yesterday:"昨日","Your request will be sent to the owner of this site.":"あなたのリクエストはこのサイトの管理者に送信されます。"},jN={"{{amount}} characters left":"{{amount}}글자 남음","{{amount}} comments":"{{amount}}개의 댓글","{{amount}} hrs ago":"{{amount}}시간 전","{{amount}} mins ago":"{{amount}}분 전","{{amount}} more":"{{amount}}개 더보기","1 comment":"1개의 댓글","Add comment":"댓글 추가","Add context to your comment, share your name and expertise to foster a healthy discussion.":"건설적인 토론을 위해 댓글에 맥락을 추가하고, 이름과 전문 분야를 공유해 주세요.","Add reply":"답변 추가","Already a member?":"이미 회원이신가요?",Anonymous:"익명","Become a member of {{publication}} to start commenting.":"{{publication}}의 회원이 되어 댓글을 작성해 주세요.","Become a paid member of {{publication}} to start commenting.":"{{publication}}의 유료 회원이 되어 댓글을 작성해 주세요.",Cancel:"취소",Comment:"댓글","Complete your profile":"프로필을 완성해 주세요",Delete:"삭제","Deleted member":"삭제된 회원",Discussion:"댓글",Edit:"수정","Edit this comment":"댓글 수정",edited:"수정됨","Enter your name":"이름을 입력해 주세요",Expertise:"전문분야","Founder @ Acme Inc":"Acme Inc 창업자","Full-time parent":"전업 부모","Head of Marketing at Acme, Inc":"Acme Inc 마케팅 책임자","Hidden for members":"",Hide:"숨기기","Hide comment":"댓글 숨기기","Jamie Larson":"제이미 라슨","Join the discussion":"댓글에 참여해 주세요","Just now":"방금 전","Local resident":"지역 주민","Member discussion":"회원들의 댓글",Name:"이름",Neurosurgeon:"신경외과 의사","One hour ago":"1시간 전","One min ago":"1분 전","replied to comment":"",Reply:"답변","reply to comment":"","Reply to comment":"댓글에 답변",Report:"신고","Report comment":"댓글 신고","Report this comment?":"이 댓글을 신고하시겠어요?",Save:"저장",Sending:"전송중",Sent:"전송됨",Show:"보기","Show {{amount}} more replies":"{{amount}}개의 댓글 더 보기","Show {{amount}} previous comments":"{{amount}}개의 이전 댓글 보기","Show 1 more reply":"1개의 댓글 더 보기","Show 1 previous comment":"1개의 이전 댓글 보기","Show comment":"댓글 보기","Sign in":"로그인","Sign up now":"회원가입","Sort by":"정렬 기준","Start the conversation":"댓글을 작성해 주세요","This comment has been hidden.":"숨김처리 된 댓글이에요.","This comment has been removed.":"삭제 된 댓글이에요.","Upgrade now":"업그레이드",Yesterday:"어제","Your request will be sent to the owner of this site.":"운영자에게 요구사항이 전달되었어요."},PN={"{{amount}} characters left":"{{amount}} таңба қалды","{{amount}} comments":"{{amount}} пікір","{{amount}} hrs ago":"{{amount}} сағат бұрын","{{amount}} mins ago":"{{amount}} минут бұрын","{{amount}} more":"тағы {{amount}}","1 comment":"1 пікір","Add comment":"Пікір қосу","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Талқы қызық болуы үшін өзіңіз туралы мәліметтерді қосыңыз.","Add reply":"Жауап қосу","Already a member?":"Әлдеқашан қосылдыңыз ба?",Anonymous:"Аноним","Become a member of {{publication}} to start commenting.":"Пікір қалдыру үшін {{publication}} сайтына аккаунт қажет.","Become a paid member of {{publication}} to start commenting.":"Пікір қалдыру үшін {{publication}} сайтына ақылы аккаунт қажет.",Cancel:"Бас тарту",Comment:"Пікір","Complete your profile":"Профиліңізді толтырыңыз",Delete:"Жою","Deleted member":"Жойылған аккаунт",Discussion:"Талқы",Edit:"Өңдеу","Edit this comment":"Бұл пікірді өңдеу",edited:"Өңделді","Enter your name":"Есіміңізді жазыңыз",Expertise:"Қызмет","Founder @ Acme Inc":"@ Acme Inc құрылтайшысы","Full-time parent":"Толық күн жұмыс істейтін ата-ана","Head of Marketing at Acme, Inc":"@ Acme маркетинг жетекшісі ","Hidden for members":"",Hide:"Жасыру","Hide comment":"Пікірді жасыру","Jamie Larson":"Пәленше Түгеншиев","Join the discussion":"Талқыға қосылу","Just now":"Дәл қазір","Local resident":"Жергілікті тұрғын","Member discussion":"Мүшелер талқысы",Name:"Есімі",Neurosurgeon:"Нейрохирург","One hour ago":"Бір сағат бұрын","One min ago":"Бір минут бұрын","replied to comment":"",Reply:"Жауап беру","reply to comment":"","Reply to comment":"Пікірге жауап беру",Report:"Шағымдану","Report comment":"Пікірге шағымдану","Report this comment?":"Осы пікірге шағым жіберілсін бе?",Save:"Сақтау",Sending:"Жіберілуде",Sent:"Жіберілді",Show:"Көрсету","Show {{amount}} more replies":"Тағы {{amount}} жауапты көрсету","Show {{amount}} previous comments":"Алдыңғы {{amount}} пікірді көрсету","Show 1 more reply":"Тағы 1 жауап көрсету","Show 1 previous comment":"Алдыңғы 1 пікірді көрсету","Show comment":"Пікірді көрсету","Sign in":"Кіру","Sign up now":"Қазір тіркелу","Sort by":"","Start the conversation":"Талқыны бастау","This comment has been hidden.":"Бұл пікір жасырылды.","This comment has been removed.":"Бұл пікір өшірілді.","Upgrade now":"Жаңарту ",Yesterday:"Кеше","Your request will be sent to the owner of this site.":"Өтінішіңіз сайт иесіне жіберіледі."},IN={"{{amount}} characters left":"{{amount}} likę simboliai","{{amount}} comments":"{{amount}} komentarai","{{amount}} hrs ago":"Prieš {{amount}} val.","{{amount}} mins ago":"Prieš {{amount}} min.","{{amount}} more":"{{amount}} daugiau","1 comment":"1 komentaras","Add comment":"Rašyti komentarą","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Papildykite savo komentarą, prisistatykite ir pasidalinkite savo turimomis žiniomis, kad paskatintumėte prasmingą diskusiją.","Add reply":"Atsakyti","Already a member?":"Jau turite paskyrą?",Anonymous:"Anoniminis","Become a member of {{publication}} to start commenting.":"Užsiregistruokite {{publication}}, kad galėtumėte komentuoti.","Become a paid member of {{publication}} to start commenting.":"Tapkite {{publication}} prenumeratoriumi, kad galėtumėte komentuoti.",Cancel:"Atšaukti",Comment:"Komentuoti","Complete your profile":"Pabaikite kurti savo profilį!",Delete:"Ištrinti","Deleted member":"Pašalintas narys",Discussion:"Diskusija",Edit:"Redaguoti","Edit this comment":"Redaguoti šį komentarą",edited:"redaguotas","Enter your name":"Įrašykite savo vardą",Expertise:"Specializacija","Founder @ Acme Inc":"Istorikas","Full-time parent":"Vaiką prižiūrintis tėvas","Head of Marketing at Acme, Inc":"Tyrinėtojas","Hidden for members":"",Hide:"Paslėpti","Hide comment":"Paslėpti komentarą","Jamie Larson":"Vardenis Pavardenis","Join the discussion":"Prisijunkite prie diskusijos","Just now":"Ką tik","Local resident":"Vietinis gyventojas","Member discussion":"Komentarai",Name:"Vardas",Neurosurgeon:"Neurochirurgas","One hour ago":"Prieš valandą","One min ago":"Prieš minutę","replied to comment":"",Reply:"Atsakyti","reply to comment":"","Reply to comment":"Atsakyti į komentarą",Report:"Pranešti","Report comment":"Pranešti apie komentarą","Report this comment?":"Pranešti apie šį komentarą?",Save:"Išsaugoti",Sending:"Siunčiama",Sent:"Išsiųsta",Show:"Rodyti","Show {{amount}} more replies":"Rodyti daugiau atsakymų ({{amount}})","Show {{amount}} previous comments":"Rodyti ankstesnius komentarus ({{amount}})","Show 1 more reply":"Rodyti dar 1 atsakymą","Show 1 previous comment":"Rodyti ankstesnį komentarą","Show comment":"Rodyti komentarą","Sign in":"Prisijungti","Sign up now":"Registruotis","Sort by":"","Start the conversation":"Parašykite pirmąjį komentarą","This comment has been hidden.":"Šis komentaras buvo paslėptas.","This comment has been removed.":"Šis komentaras buvo pašalintas.","Upgrade now":"Prenumeruokite",Yesterday:"Vakar","Your request will be sent to the owner of this site.":"Jūsų pranešimas bus išsiųstas svetainės savininkui."},LN={"{{amount}} characters left":"Преостануваат {{amount}} знаци.","{{amount}} comments":"{{amount}} коментари","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"Уште {{amount}}","1 comment":"1 коментар","Add comment":"Додајте коментар","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Додајте контекст за вашиот коментар, споделете го вашето име и експертиза за да одржите пристојна дискусија.","Add reply":"Одговорете","Already a member?":"Веќе сте член?",Anonymous:"Анонимен","Become a member of {{publication}} to start commenting.":"Станете член на {{publication}} за да можете да коментирате.","Become a paid member of {{publication}} to start commenting.":"Станете претплатен член на {{publication}} за да можеш да коментирате.",Cancel:"Откажете",Comment:"Коментирајте","Complete your profile":"Комплетирајте го вашиот профил",Delete:"Избришете","Deleted member":"Избришан член",Discussion:"Разговор",Edit:"Изменете","Edit this comment":"Изменете го овој коментар",edited:"","Enter your name":"Внесете го вашето име",Expertise:"Експертиза","Founder @ Acme Inc":"Основач @ Примерна Компанија","Full-time parent":"Родител","Head of Marketing at Acme, Inc":"Раководител на Маркетинг во Примерна Компанија","Hidden for members":"",Hide:"Скријте","Hide comment":"Скријте го коментарот","Jamie Larson":"Петар Петровски","Join the discussion":"Приклучете се во разговорот","Just now":"Штотуку","Local resident":"Локал жител","Member discussion":"Разговор на членовите",Name:"Име",Neurosurgeon:"Неврохирург","One hour ago":"Пред еден час","One min ago":"","replied to comment":"",Reply:"Одговорете","reply to comment":"","Reply to comment":"Одговор на коментарот",Report:"Пријавете","Report comment":"Пријавете коментар","Report this comment?":"Пријавете го овој коментар?",Save:"Зачувајте",Sending:"Се испраќа",Sent:"Испратено",Show:"Покажи","Show {{amount}} more replies":"Покажи уште {{amount}} одговори","Show {{amount}} previous comments":"Покажи {{amount}} претходни коментари","Show 1 more reply":"Покажи уште 1 одговор","Show 1 previous comment":"Покажи 1 претходен коментар","Show comment":"Покажи коментар","Sign in":"Најавете се","Sign up now":"Регистрирајте се","Sort by":"","Start the conversation":"Започнете го разговорот","This comment has been hidden.":"Овој коментар беше скриен.","This comment has been removed.":"Овој коментар беше отстранет.","Upgrade now":"Надградете",Yesterday:"Вчера","Your request will be sent to the owner of this site.":"Вашето барање ќе биде испратено на сопственикот на оваа страница."},zN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},FN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},HN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},BN={"{{amount}} characters left":"Nog {{amount}} tekens over","{{amount}} comments":"{{amount}} reacties","{{amount}} hrs ago":"{{amount}} uur geleden","{{amount}} mins ago":"{{amount}} min geleden","{{amount}} more":"","1 comment":"Eén reactie","Add comment":"Versturen","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Voeg context toe aan je reactie, deel je naam en expertise om een gezonde discussie te bevorderen.","Add reply":"Beantwoorden","Already a member?":"Al lid?",Anonymous:"Anoniem","Become a member of {{publication}} to start commenting.":"Word lid van {{publication}} om te kunnen reageren.","Become a paid member of {{publication}} to start commenting.":"Word betalend lid van {{publication}} om te kunnen reageren.",Cancel:"Annuleren",Comment:"Verstuur","Complete your profile":"Vervolledig jouw profiel",Delete:"Verwijderen","Deleted member":"Verwijderd lid",Discussion:"Gesprek",Edit:"Bewerken","Edit this comment":"Bewerk deze reactie",edited:"bewerkt","Enter your name":"Vul je naam in",Expertise:"Expertise","Founder @ Acme Inc":"Oprichter, Acme BV","Full-time parent":"Full-time ouder","Head of Marketing at Acme, Inc":"Acme BV, Hoofd Marketing","Hidden for members":"",Hide:"Verbergen","Hide comment":"Verberg reactie","Jamie Larson":"Jan Jansen","Join the discussion":"Doe mee aan het gesprek","Just now":"Zojuist","Local resident":"Lokale bewoner","Member discussion":"Gesprek",Name:"Naam",Neurosurgeon:"Neurochirurg","One hour ago":"Een uur geleden","One min ago":"Een min geleden","replied to comment":"",Reply:"Beantwoorden","reply to comment":"","Reply to comment":"Beantwoord deze reactie",Report:"Melden","Report comment":"Meld reactie","Report this comment?":"Meld deze reactie?",Save:"Opslaan",Sending:"Verzenden",Sent:"Verzonden",Show:"Tonen","Show {{amount}} more replies":"Toon {{amount}} extra antwoorden","Show {{amount}} previous comments":"Toon {{amount}} vorige reacties","Show 1 more reply":"Toon nog 1 antwoord","Show 1 previous comment":"Toon 1 vorige reactie","Show comment":"Toon reactie","Sign in":"Inloggen","Sign up now":"Registreren","Sort by":"","Start the conversation":"Begin het gesprek","This comment has been hidden.":"Deze reactie is verborgen.","This comment has been removed.":"Deze reactie is verwijderd.","Upgrade now":"Upgrade nu",Yesterday:"Gisteren","Your request will be sent to the owner of this site.":"Jouw melding zal worden verzonden naar de eigenaar van deze site."},VN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},UN={"{{amount}} characters left":"{{amount}} tegn igjen","{{amount}} comments":"{{amount}} kommentarer","{{amount}} hrs ago":"{{amount}} timer siden","{{amount}} mins ago":"{{amount}} minutter siden","{{amount}} more":"{{amount}} mer","1 comment":"1 kommentar","Add comment":"Legg til kommentar","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Legg til kontekst i kommentaren din, del navnet ditt og ekspertisen din for å fremme en god diskusjon.","Add reply":"Legg til svar","Already a member?":"Allerede medlem?",Anonymous:"Anonym","Become a member of {{publication}} to start commenting.":"Bli medlem av {{publication}} for å begynne å kommentere.","Become a paid member of {{publication}} to start commenting.":"Bli betalende medlem av {{publication}} for å begynne å kommentere.",Cancel:"Avbryt",Comment:"Kommentar","Complete your profile":"Fullfør profilen din",Delete:"Slett","Deleted member":"Slettet medlem",Discussion:"Diskusjon",Edit:"Rediger","Edit this comment":"Rediger denne kommentaren",edited:"redigert","Enter your name":"Skriv inn navnet ditt",Expertise:"Ekspertise","Founder @ Acme Inc":"Grunnlegger @ Acme Inc","Full-time parent":"Forelder på heltid","Head of Marketing at Acme, Inc":"Markedsføringsleder hos Acme Inc","Hidden for members":"",Hide:"Skjul","Hide comment":"Skjul kommentar","Jamie Larson":"Jamie Larson","Join the discussion":"Delta i diskusjonen","Just now":"Akkurat nå","Local resident":"Lokal innbygger","Member discussion":"Medlemsdiskusjon",Name:"Navn",Neurosurgeon:"Neurokirurg","One hour ago":"En time siden","One min ago":"Ett minutt siden","replied to comment":"",Reply:"Svar","reply to comment":"","Reply to comment":"Svar på kommentar",Report:"Rapporter","Report comment":"Rapporter kommentar","Report this comment?":"Rapportere denne kommentaren?",Save:"Lagre",Sending:"Sender",Sent:"Sendt",Show:"Vis","Show {{amount}} more replies":"Vis {{amount}} flere svar","Show {{amount}} previous comments":"Vis {{amount}} tidligere kommentarer","Show 1 more reply":"Vis ett svar til","Show 1 previous comment":"Vis én tidligere kommentar","Show comment":"Vis kommentar","Sign in":"Logg inn","Sign up now":"Registrer deg nå","Sort by":"Sorter etter","Start the conversation":"Start samtalen","This comment has been hidden.":"Denne kommentaren er skjult.","This comment has been removed.":"Denne kommentaren er fjernet.","Upgrade now":"Oppgrader nå",Yesterday:"I går","Your request will be sent to the owner of this site.":"Din forespørsel vil bli sendt til eieren av dette nettstedet."},_N={"{{amount}} characters left":"Pozostało {{amount}} znaków","{{amount}} comments":"{{amount}} komentarzy","{{amount}} hrs ago":"{{amount}} godzin temu","{{amount}} mins ago":"{{amount}} minut temu","{{amount}} more":"{{amount}} więcej","1 comment":"1 komentarz","Add comment":"Dodaj komentarz","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Dodaj więcej informacji do Twojego komentarza, następnie udostępnij proszę Twoje imię i doświadczenie w celu wzbogacenia jakości dyskusji.","Add reply":"Dodaj odpowiedź","Already a member?":"Posiadasz już konto?",Anonymous:"Anonimowy","Become a member of {{publication}} to start commenting.":"Dołącz do społeczności {{publication}}, by zacząć komentować.","Become a paid member of {{publication}} to start commenting.":"Dołącz do płatnej społeczności {{publication}}, by zacząć komentować.",Cancel:"Anuluj",Comment:"Skomentuj","Complete your profile":"Skompletuj Twój profil",Delete:"Usuń","Deleted member":"Usunięte konto",Discussion:"Dyskusja",Edit:"Edytuj","Edit this comment":"Edytuj komentarz",edited:"edytowano","Enter your name":"Podaj Twoje imię",Expertise:"Doświadczenie","Founder @ Acme Inc":"Founder @ Acme Inc","Full-time parent":"","Head of Marketing at Acme, Inc":"Head of Marketing at Acme, Inc","Hidden for members":"",Hide:"Ukryj","Hide comment":"Ukryj komentarz","Jamie Larson":"Jamie Larson","Join the discussion":"Dołącz do dyskusji","Just now":"Przed chwilą","Local resident":"","Member discussion":"Członek dyskusji",Name:"Imię",Neurosurgeon:"Neurochirurg","One hour ago":"Godzinę temu","One min ago":"Minutę temu","replied to comment":"",Reply:"Odpowiedz","reply to comment":"","Reply to comment":"Napisz odpowiedź do komentarza",Report:"Zgłoś","Report comment":"Zgłoś komentarz","Report this comment?":"Czy chcesz zgłosić ten komentarz?",Save:"Zapisz",Sending:"Wysyłanie",Sent:"Wysłano",Show:"Pokza","Show {{amount}} more replies":"Pokaż {{amount}} kolejnych odpowiedzi","Show {{amount}} previous comments":"Pokaż {{amount}} poprzednich komentarzy","Show 1 more reply":"Pokaż następną odpowiedź","Show 1 previous comment":"Pokaż poprzedni komentarz","Show comment":"Pokaż komentarz","Sign in":"Zaloguj się","Sign up now":"Zarejestruj się","Sort by":"","Start the conversation":"Rozpocznij dyskusję","This comment has been hidden.":"Komentarz został ukryty.","This comment has been removed.":"Komentarz został usunięty.","Upgrade now":"Ulepsz teraz",Yesterday:"Wczoraj","Your request will be sent to the owner of this site.":"Twoje zgłoszenie zostało przesłane do administratora strony."},JN={"{{amount}} characters left":"Faltam {{amount}} caracteres ","{{amount}} comments":"{{amount}} comentários","{{amount}} hrs ago":"{{amount}} horas atrás","{{amount}} mins ago":"{{amount}} minutos atrás","{{amount}} more":"mais","1 comment":"Um comentário","Add comment":"Adicionar comentário","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Adicione o seu comentário, partilhe o seu nome e expriência de modo a promover uma discussão saudável.","Add reply":"Adicionar resposta","Already a member?":"Já é membro?",Anonymous:"Anónimo","Become a member of {{publication}} to start commenting.":"Torne-se um membro do {{publication}} para comentar.","Become a paid member of {{publication}} to start commenting.":"Torne-se um membro pago do {{publication}} para comentar. ",Cancel:"Cancelar",Comment:"Comentar","Complete your profile":"Complete o seu perfil",Delete:"Eliminar","Deleted member":"Membro eliminado",Discussion:"Discussão",Edit:"Editar","Edit this comment":"Editar este comentário",edited:"editado","Enter your name":"Insira o seu nome",Expertise:"Perícia","Founder @ Acme Inc":"Fundador @ Amce Inc","Full-time parent":"Pai a tempo inteiro","Head of Marketing at Acme, Inc":"Responsável do Marketing @ Amce, Inc","Hidden for members":"",Hide:"Esconder","Hide comment":"Esconder comentário","Jamie Larson":"Jane Doe","Join the discussion":"Junte-se à discussão","Just now":"Agora","Local resident":"Residente local","Member discussion":"Discussão para membros",Name:"Nome",Neurosurgeon:"neurocirurgião","One hour ago":"uma hora atrás","One min ago":"um minuto atrás","replied to comment":"",Reply:"Responder","reply to comment":"","Reply to comment":"Responder ao comentário",Report:"Reportar","Report comment":"Reportar comentário","Report this comment?":"Reportar este comentário?",Save:"Guardar",Sending:"Enviar",Sent:"Enviado",Show:"Mostrar","Show {{amount}} more replies":"Mostrar mais {{amount}} respostas","Show {{amount}} previous comments":"Mostrar os {{amount}} comentários anteriores","Show 1 more reply":"Mostrar mais uma resposta","Show 1 previous comment":"Mostrar mais um comentário","Show comment":"Mostrar comentário","Sign in":"Registar","Sign up now":"Registar agora","Sort by":"","Start the conversation":"Comece a conversa","This comment has been hidden.":"Este comentário foi ocultado","This comment has been removed.":"Este comentário foi removido","Upgrade now":"Atualize agora",Yesterday:"Ontem","Your request will be sent to the owner of this site.":"O seu pedido será enviado para o dono deste site."},YN={"{{amount}} characters left":"{{amount}} caracteres restantes","{{amount}} comments":"{{amount}} comentários","{{amount}} hrs ago":"{{amount}} horas atrás","{{amount}} mins ago":"{{amount}} minutos atrás","{{amount}} more":"{{amount}} mais","1 comment":"1 comentário","Add comment":"Adicionar comentário","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Adicione contexto ao seu comentário, compartilhe seu nome e expertise para promover uma discussão saudável.","Add reply":"Adicionar resposta","Already a member?":"Já é um membro?",Anonymous:"Anônimo","Become a member of {{publication}} to start commenting.":"Torne-se um membro de {{publication}} para começar a comentar.","Become a paid member of {{publication}} to start commenting.":"Torne-se um membro pago de {{publication}} para começar a comentar.",Cancel:"Cancelar",Comment:"Comentário","Complete your profile":"Complete seu perfil",Delete:"Deletar","Deleted member":"Membro deletado",Discussion:"Discussão",Edit:"Editar","Edit this comment":"Editar este comentário",edited:"editado","Enter your name":"Digite seu nome",Expertise:"Especialidade","Founder @ Acme Inc":"Fundador @ Acme Inc","Full-time parent":"Pai/Mãe em tempo integral","Head of Marketing at Acme, Inc":"Chefe de Marketing na Acme, Inc","Hidden for members":"",Hide:"Esconder","Hide comment":"Esconder comentário","Jamie Larson":"Jamie Larson","Join the discussion":"Participe da discussão","Just now":"Agora mesmo","Local resident":"Residente local","Member discussion":"Discussão entre membros",Name:"Nome",Neurosurgeon:"Neurocirurgião","One hour ago":"Uma hora atrás","One min ago":"Um minuto atrás","replied to comment":"",Reply:"Responder","reply to comment":"","Reply to comment":"Responder ao comentário",Report:"Denunciar","Report comment":"Denunciar comentário","Report this comment?":"Denunciar este comentário?",Save:"Salvar",Sending:"Enviando",Sent:"Enviado",Show:"Mostrar","Show {{amount}} more replies":"Mostrar mais {{amount}} respostas","Show {{amount}} previous comments":"Mostrar {{amount}} comentários anteriores","Show 1 more reply":"Mostrar 1 resposta adicional","Show 1 previous comment":"Mostrar 1 comentário anterior","Show comment":"Mostrar comentário","Sign in":"Entrar","Sign up now":"Inscreva-se agora","Sort by":"Ordenar por","Start the conversation":"Iniciar a conversa","This comment has been hidden.":"Este comentário foi escondido.","This comment has been removed.":"Este comentário foi removido.","Upgrade now":"Atualize agora",Yesterday:"Ontem","Your request will be sent to the owner of this site.":"Sua solicitação será enviada ao proprietário deste site."},KN={"{{amount}} characters left":"{{amount}} caractere rămase","{{amount}} comments":"{{amount}} comentarii","{{amount}} hrs ago":"acum {{amount}} ore","{{amount}} mins ago":"acum {{amount}} minute","{{amount}} more":"încă {{amount}}","1 comment":"1 comentariu","Add comment":"Adaugă comentariu","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Adăugați context comentariului dumneavoastră, împărtășiți-vă numele și expertiza pentru a favoriza o discuție sănătoasă.","Add reply":"Adaugă răspuns","Already a member?":"Deja membru?",Anonymous:"Anonim","Become a member of {{publication}} to start commenting.":"Deveniți membru al {{publication}} pentru a începe să comentați.","Become a paid member of {{publication}} to start commenting.":"Deveniți membru plătit al {{publication}} pentru a începe să comentați.",Cancel:"Anulează",Comment:"Comentează","Complete your profile":"Completează-ți profilul",Delete:"Șterge","Deleted member":"Membru șters",Discussion:"Discuție",Edit:"Editează","Edit this comment":"Editează acest comentariu",edited:"editat","Enter your name":"Introduceți numele dumneavoastră",Expertise:"Expertiză","Founder @ Acme Inc":"Fondator @ Acme Inc","Full-time parent":"Părinte cu normă întreagă","Head of Marketing at Acme, Inc":"Șef de Marketing la Acme, Inc","Hidden for members":"",Hide:"Ascunde","Hide comment":"Ascunde comentariul","Jamie Larson":"Jamie Larson","Join the discussion":"Alătură-te discuției","Just now":"Chiar acum","Local resident":"Rezident local","Member discussion":"Discuție membrii",Name:"Nume",Neurosurgeon:"Neurochirurg","One hour ago":"Acum o oră","One min ago":"Acum un minut","replied to comment":"",Reply:"Răspunde","reply to comment":"","Reply to comment":"Răspunde la comentariu",Report:"Raportează","Report comment":"Raportează comentariul","Report this comment?":"Raportezi acest comentariu?",Save:"Salvează",Sending:"Se trimite",Sent:"Trimis",Show:"Arată","Show {{amount}} more replies":"Arată încă {{amount}} răspunsuri","Show {{amount}} previous comments":"Arată {{amount}} comentarii anterioare","Show 1 more reply":"Arată încă un răspuns","Show 1 previous comment":"Arată un comentariu anterior","Show comment":"Arată comentariul","Sign in":"Autentificare","Sign up now":"Înregistrează-te acum","Sort by":"Ordonează după","Start the conversation":"Începe conversația","This comment has been hidden.":"Acest comentariu a fost ascuns.","This comment has been removed.":"Acest comentariu a fost eliminat.","Upgrade now":"Actualizează acum",Yesterday:"Ieri","Your request will be sent to the owner of this site.":"Cererea dumneavoastră va fi trimisă proprietarului acestui site."},WN={"{{amount}} characters left":"{{amount}} символа(ов) осталось","{{amount}} comments":"{{amount}} комментария(ев)","{{amount}} hrs ago":"{{amount}} часа(ов) назад","{{amount}} mins ago":"{{amount}} минут(ы) назад","{{amount}} more":"ещё {{amount}}","1 comment":"1 комментарий","Add comment":"Добавить комментарий","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Дополните свой комментарий контекстом, добавив подробности о себе и своём опыте, чтобы обсуждение стало более интересным.","Add reply":"Добавить ответ","Already a member?":"Уже присоединились?",Anonymous:"Анонимный","Become a member of {{publication}} to start commenting.":"Присоединяйтесь к {{publication}} чтобы начать комментировать.","Become a paid member of {{publication}} to start commenting.":"Станьте платным участником {{publication}} чтобы начать комментировать.",Cancel:"Отмена",Comment:"Комментарий","Complete your profile":"Заполните свой профиль",Delete:"Удалить","Deleted member":"Удалённый участник",Discussion:"Обсуждение",Edit:"Редактировать","Edit this comment":"Редактировать этот комментарий",edited:"Отредактированно","Enter your name":"Введите ваше имя",Expertise:"Деятельность","Founder @ Acme Inc":"Основатель @ Корпорация «Акме»","Full-time parent":"Родитель, работающий полный рабочий день","Head of Marketing at Acme, Inc":"Руководитель отдела маркетинга в Корпорации «Акме»","Hidden for members":"",Hide:"Скрыть","Hide comment":"Скрыть комментарий","Jamie Larson":"Павел Бид","Join the discussion":"Присоединиться к обсуждению","Just now":"Сейчас","Local resident":"Местный житель","Member discussion":"Обсуждение участников",Name:"Имя",Neurosurgeon:"Нейрохирург","One hour ago":"Час назад","One min ago":"Минуту назад","replied to comment":"",Reply:"Ответить","reply to comment":"","Reply to comment":"Ответить на комментарий",Report:"Пожаловаться","Report comment":"Пожаловаться на комментарий","Report this comment?":"Пожаловаться на этот комментарий?",Save:"Сохранить",Sending:"Отправка",Sent:"Отправлено",Show:"Показать","Show {{amount}} more replies":"Показать ещё {{amount}} ответа(ов)","Show {{amount}} previous comments":"Показать ещё {{amount}} комментария(ев)","Show 1 more reply":"Показать ответ","Show 1 previous comment":"Показать предыдущий комментарий","Show comment":"Показать комментарий","Sign in":"Войти","Sign up now":"Зарегистрироваться","Sort by":"","Start the conversation":"Начать обсуждение","This comment has been hidden.":"Этот комментарий скрыт","This comment has been removed.":"Этот комментарий был удалён","Upgrade now":"Обновить ",Yesterday:"Вчера","Your request will be sent to the owner of this site.":"Ваш запрос будет отправлен владельцу сайта."},qN={"{{amount}} characters left":"තව වචන {{amount}} යි.","{{amount}} comments":"අදහස් {{amount}} යි.","{{amount}} hrs ago":"පැය {{amount}} ට පෙර","{{amount}} mins ago":"මිනිත්තු {{amount}} ට පෙර","{{amount}} more":"","1 comment":"1 අදහසයි.","Add comment":"අදහස් එකතු කරන්න","Add context to your comment, share your name and expertise to foster a healthy discussion.":"ඉතා හොඳ සාකච්ඡාවක් රැගෙන යාම සඳහා ඔබේ අදහසට අන්තර්ගතය එක් කර ඔබේ නම සහ විශේෂඥතාව බෙදා ගන්න","Add reply":"ප්රතිචාර එකතු කරන්න","Already a member?":"දැනටමත් සාමාජිකයෙක්ද ?",Anonymous:"නිර්නාමික","Become a member of {{publication}} to start commenting.":"අදහස් දැක්වීම ආරම්භ කිරීමට {{publication}} හි සාමාජිකයෙකු වන්න","Become a paid member of {{publication}} to start commenting.":"අදහස් දැක්වීම ආරම්භ කිරීමට {{publication}} හි ගෙවීම් කරන ලද සාමාජිකයෙකු වන්න",Cancel:"අවලංගු කරන්න",Comment:"අදහස","Complete your profile":"ඔබගේ ගිණුම සම්පූර්ණ කරන්න",Delete:"Delete කරන්න","Deleted member":"සාමාජිකයාව delete කරන්න",Discussion:"සාකච්ඡාව",Edit:"සංස්කරණය කරන්න","Edit this comment":"අදහස සංස්කරණය කරන්න",edited:"සංස්කරණය කරන ලද.","Enter your name":"ඔබගේ නම සඳහන් කරන්න",Expertise:"විශේෂඥතාව","Founder @ Acme Inc":"Acme Inc හි නිර්මාතෘ","Full-time parent":"පූර්ණ කාලීන භාරකරුවන්","Head of Marketing at Acme, Inc":"Acme, Inc හි අලෙවි ප්රධානී","Hidden for members":"",Hide:"සඟවන්න","Hide comment":"අදහස සඟවන්න","Jamie Larson":"ජේමි ලාර්සන්","Join the discussion":"සාකච්ඡාවට එක්වන්න","Just now":"මේ දැන්","Local resident":"දේශීය පදිංචි","Member discussion":"සාමාජික සාකච්ඡාව",Name:"නම",Neurosurgeon:"ස්නායු ශල්ය වෛද්ය","One hour ago":"පැයකට පෙර","One min ago":"මිනිත්තුවකට පෙර","replied to comment":"",Reply:"ප්රතිචාර දක්වන්න","reply to comment":"","Reply to comment":"අදහසට රතිචාර දක්වන්න",Report:"වාර්තා කරන්න","Report comment":"අදහසට වාර්තා කරන්න","Report this comment?":"මෙම අදහසට වාර්තා කරන්නෙහිද ?",Save:"සුරකින්න",Sending:"යවමින්",Sent:"යැව්වා",Show:"පෙන්වන්න","Show {{amount}} more replies":"තවත් පිළිතුරු {{amount}} පෙන්වන්න","Show {{amount}} previous comments":"පෙර අදහස් {{amount}} පෙන්වන්න","Show 1 more reply":"තවත් පිළිතුරු 1ක් පෙන්වන්න","Show 1 previous comment":"පෙර අදහස් 1ක් පෙන්වන්න","Show comment":"අදහස පෙන්වන්න","Sign in":"Sign in වෙන්න","Sign up now":"දැන්ම Sign up වෙන්න","Sort by":"","Start the conversation":"සංවාදය ආරම්භ කරන්න","This comment has been hidden.":"මෙම අදහස සඟවා ඇත.","This comment has been removed.":"මෙම අදහස ඉවත් කර ඇත.","Upgrade now":"දැන් upgrade කරන්න",Yesterday:"ඊයෙ","Your request will be sent to the owner of this site.":"ඔබගේ ඉල්ලීම මෙම අඩවියේ හිමිකරු වෙත යවනු ලැබේ."},GN={"{{amount}} characters left":"Zostáva {{amount}} znakov","{{amount}} comments":"{{amount}} komentárov","{{amount}} hrs ago":"Pred {{amount}} hodinami","{{amount}} mins ago":"Pred {{amount}} minútami","{{amount}} more":"","1 comment":"1 komentár","Add comment":"Pridať komentár","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Pridajte kontext do váško komentára, zdielajte vaše meno, a odbornosť pre podporu zdravej diskusie.","Add reply":"Pridať odpoveď","Already a member?":"Už ste členom?",Anonymous:"Anonymne","Become a member of {{publication}} to start commenting.":"Staňte sa členom {{publication}}, aby ste mohli začať komentovať","Become a paid member of {{publication}} to start commenting.":"Staňte sa plateným členom {{publication}}, aby ste mohli začať komentovať",Cancel:"Zrušiť",Comment:"Komentár","Complete your profile":"Dokončite váš profil",Delete:"Vymazať","Deleted member":"Vymazaný člen",Discussion:"Diskusia",Edit:"Upraviť","Edit this comment":"Upraviť tento komentár",edited:"upravený","Enter your name":"Zadajte vaše meno",Expertise:"Odbornosť","Founder @ Acme Inc":"Zakladateľ @ Acme Inc","Full-time parent":"Rodič na plný úväzok","Head of Marketing at Acme, Inc":"Vedúci marketingu v spoločnosti Acme, Inc","Hidden for members":"",Hide:"Skryť","Hide comment":"Skryť komentár","Jamie Larson":"Jamie Larson","Join the discussion":"Zapojiť sa do diskusie","Just now":"Teraz","Local resident":"Miestny obyvateľ","Member discussion":"",Name:"Meno",Neurosurgeon:"Neurogirurg","One hour ago":"Pred hodinou","One min ago":"Pred minútou","replied to comment":"",Reply:"Odpovedať","reply to comment":"","Reply to comment":"Odpovedať na komentár",Report:"Nahlásiť","Report comment":"Nahlásiť komentár","Report this comment?":"Nahlásiť tento komentár?",Save:"Uložiť",Sending:"Odosielanie",Sent:"Odoslané",Show:"Zobraziť","Show {{amount}} more replies":"Zobraziť {{amount}} ďalších odpoveďí","Show {{amount}} previous comments":"Zobraziť {{amount}} predchádzajúcich komentárov","Show 1 more reply":"Zobraziť 1 ďalšiu odpoveď","Show 1 previous comment":"Zobraziť 1 predchádzajúci komentár","Show comment":"Zobraziť komentár","Sign in":"Prihlásiť","Sign up now":"Registrovať sa","Sort by":"","Start the conversation":"Začať konverzáciu","This comment has been hidden.":"Tento komentár bol skrytý.","This comment has been removed.":"Tento komentár bol vymazaný.","Upgrade now":"Upgradovať teraz",Yesterday:"Včera","Your request will be sent to the owner of this site.":"Vaša požiadavka bola odoslaná vlastníkovi stránky."},QN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},ZN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},XN={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},eA={"{{amount}} characters left":"Преостало још {{amount}} карактера","{{amount}} comments":"{{amount}} коментара","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"још {{amount}}","1 comment":"1 коментар","Add comment":"Додајте коментар","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Додајте контекст свом коментару, поделите своје име и експертизу како бисте подстакли здраву дискусију.","Add reply":"Додајте одговор","Already a member?":"Већ сте члан?",Anonymous:"Анонимно","Become a member of {{publication}} to start commenting.":"Постаните члан {{publication}} да бисте почели са коментарисањем.","Become a paid member of {{publication}} to start commenting.":"Постаните плаћени члан {{publication}} да бисте почели са коментарисањем.",Cancel:"Откажи",Comment:"Коментар","Complete your profile":"Попуните свој профил",Delete:"Избриши","Deleted member":"Обрисан члан",Discussion:"Дискусија",Edit:"Уреди","Edit this comment":"Уредите овај коментар",edited:"","Enter your name":"Унесите своје име",Expertise:"Експертиза","Founder @ Acme Inc":"Оснивач @ Acme Inc","Full-time parent":"Родитељ пуним радним временом","Head of Marketing at Acme, Inc":"Шеф маркетинга у Acme, Inc","Hidden for members":"",Hide:"Сакриј","Hide comment":"Сакриј коментар","Jamie Larson":"Џејми Ларсон","Join the discussion":"Придружите се дискусији","Just now":"Управо сада","Local resident":"Мештанин","Member discussion":"Дискусија чланова",Name:"Име",Neurosurgeon:"Неурохирург","One hour ago":"Пре један сат","One min ago":"","replied to comment":"",Reply:"Одговори","reply to comment":"","Reply to comment":"Одговорите на коментар",Report:"Пријави","Report comment":"Пријави коментар","Report this comment?":"Пријавити овај коментар?",Save:"Сачувај",Sending:"Слање",Sent:"Послато",Show:"Прикажи","Show {{amount}} more replies":"Прикажи још {{amount}} одговора","Show {{amount}} previous comments":"Прикажи претходна {{amount}} коментара","Show 1 more reply":"Прикажи још 1 одговор","Show 1 previous comment":"Прикажи 1 претходни коментар","Show comment":"Прикажи коментар","Sign in":"Пријавите се","Sign up now":"Пријавите се сада","Sort by":"","Start the conversation":"Почните разговор","This comment has been hidden.":"Овај коментар је сакривен.","This comment has been removed.":"Овај коментар је уклоњен.","Upgrade now":"Надоградите сада",Yesterday:"Јуче","Your request will be sent to the owner of this site.":"Ваш захтев ће бити послат власнику овог сајта."},tA={"{{amount}} characters left":"{{amount}} tecken kvar","{{amount}} comments":"{{amount}} kommentarer","{{amount}} hrs ago":"{{amount}} timmar sedan","{{amount}} mins ago":"{{amount}} minuter sedan","{{amount}} more":"{{amount}} fler","1 comment":"1 kommentar","Add comment":"Lägg till kommentar","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Lägg till kontext till din kommentar, som ditt namn, din expertis för att skapa ett bra forum.","Add reply":"Lägg till svar","Already a member?":"Redan medlem?",Anonymous:"Anonym","Become a member of {{publication}} to start commenting.":"Registrera dig på {{publication}} för att börja kommentera.","Become a paid member of {{publication}} to start commenting.":"Bli betalande medlem på {{publication}} för att börja kommentera ",Cancel:"Avbryt",Comment:"Kommentar","Complete your profile":"Fyll i hela din profil",Delete:"Ta bort","Deleted member":"Borttagen medlem",Discussion:"Diskussion",Edit:"Ändra","Edit this comment":"Ändra den här kommentaren",edited:"Ändrad","Enter your name":"Skriv ditt namn",Expertise:"Expertis","Founder @ Acme Inc":"Grundare av Företaget AB","Full-time parent":"Hemmaförälder","Head of Marketing at Acme, Inc":"Marknadsföringschef på Företaget AB","Hidden for members":"",Hide:"Dölj","Hide comment":"Dölj kommentar","Jamie Larson":"Anders Andersson","Join the discussion":"Var med i diskussionen","Just now":"Nu precis","Local resident":"Lokalboende","Member discussion":"Medlemsdiskussion",Name:"Namn",Neurosurgeon:"Neurokirurg","One hour ago":"En timme sedan","One min ago":"En minut sedan","replied to comment":"",Reply:"Svar","reply to comment":"","Reply to comment":"Svara på kommentar",Report:"Anmäl","Report comment":"Anmäl kommentar","Report this comment?":"Anmäl den här kommentaren?",Save:"Spara",Sending:"Skickar",Sent:"Skickad",Show:"Visa","Show {{amount}} more replies":"Visa {{amount}} fler svar","Show {{amount}} previous comments":"Visa {{amount}} tidigare kommentarer","Show 1 more reply":"Visa 1 kommentar till","Show 1 previous comment":"Visa 1 tidigare kommentar","Show comment":"Visa kommentar","Sign in":"Logga in","Sign up now":"Registrera dig nu","Sort by":"Sortera efter","Start the conversation":"Inled konversationen","This comment has been hidden.":"Denna kommentar har dolts","This comment has been removed.":"Denna kommentar är borttagen","Upgrade now":"Uppgradera nu",Yesterday:"I går","Your request will be sent to the owner of this site.":"Din anmälan skickas till ansvarig för webbplatsen"},nA={"{{amount}} characters left":"คงเหลือ {{amount}} ตัวอักษร","{{amount}} comments":"{{amount}} ความคิดเห็น","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"อีก {{amount}}","1 comment":"1 ความคิดเห็น","Add comment":"แสดงความคิดเห็น","Add context to your comment, share your name and expertise to foster a healthy discussion.":"เพิ่มข้อมูลเสริมในความคิดเห็นของคุณ แชร์ชื่อและความเชี่ยวชาญเพื่อสนับสนุนการพูดคุยที่ดี","Add reply":"ตอบกลับ","Already a member?":"เป็นสมาชิกอยู่แล้ว?",Anonymous:"ไม่ระบุชื่อ","Become a member of {{publication}} to start commenting.":"เป็นสมาชิกของ {{publication}} เพื่อเริ่มแสดงความคิดเห็น","Become a paid member of {{publication}} to start commenting.":"เป็นสมาชิกแบบชำระเงินของ {{publication}} เพื่อเริ่มแสดงความคิดเห็น",Cancel:"ยกเลิก",Comment:"ความคิดเห็น","Complete your profile":"กรอกโปรไฟล์ของคุณให้สมบูรณ์",Delete:"ลบ","Deleted member":"ผู้ใช้ที่ถูกลบ",Discussion:"การสนทนา",Edit:"แก้ไข","Edit this comment":"แก้ไขความคิดเห็นนี้",edited:"","Enter your name":"ระบุชื่อของคุณ",Expertise:"ความเชี่ยวชาญ","Founder @ Acme Inc":"ผู้ก่อตั้ง @ Acme Inc","Full-time parent":"ผู้ปกครองเต็มเวลา","Head of Marketing at Acme, Inc":"หัวหน้าฝ่ายการตลาด ณ Acme, Inc","Hidden for members":"",Hide:"ซ่อน","Hide comment":"ซ่อนข้อความ","Jamie Larson":"กนกพัฒน์ สัณห์ฤทัย","Join the discussion":"เข้าร่วมการสนทนา","Just now":"ตอนนี้","Local resident":"ผู้อยู่อาศัยในท้องถิ่น","Member discussion":"การสนทนาของสมาชิก",Name:"ชื่อ",Neurosurgeon:"ศัลยแพทย์ระบบประสาท","One hour ago":"1 ชั่วโมงที่แล้ว","One min ago":"","replied to comment":"",Reply:"ตอบกลับ","reply to comment":"","Reply to comment":"ตอบกลับความคิดเห็น",Report:"รายงาน","Report comment":"รายงานความคิดเห็น","Report this comment?":"รายงานความคิดเห็นนี้?",Save:"บันทึก",Sending:"กำลังส่ง",Sent:"ส่งแล้ว",Show:"แสดง","Show {{amount}} more replies":"แสดง {{amount}} การตอบกลับเพิ่มเติม","Show {{amount}} previous comments":"แสดง {{amount}} ความคิดเห็นก่อนหน้า","Show 1 more reply":"แสดงอีก 1 การตอบกลับ","Show 1 previous comment":"แสดง 1 ความคิดเห็น","Show comment":"ดูความคิดเห็น","Sign in":"ลงชื่อเข้าใช้","Sign up now":"สมัครใช้งานตอนนี้เลย","Sort by":"","Start the conversation":"เริ่มการสนทนา","This comment has been hidden.":"ความคิดเห็นนี้ถูกซ่อน","This comment has been removed.":"ความคิดเห็นนี้ถูกลบ","Upgrade now":"อัพเกรดตอนนี้เลย",Yesterday:"เมื่อวาน","Your request will be sent to the owner of this site.":"คำขอของคุณจะถูกส่งไปยังผู้ดูแลเว็บไซต์"},oA={"{{amount}} characters left":"{{amount}} karakter kaldı","{{amount}} comments":"{{amount}} yorum","{{amount}} hrs ago":"{{amount}} saat önce","{{amount}} mins ago":"{{amount}} dakika önce","{{amount}} more":"Daha fazla {{amount}}","1 comment":"1 yorum","Add comment":"Yorum ekle","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Yorumunuza bağlam ekleyin, adınızı ve uzmanlık alanınızı paylaşarak sağlıklı bir tartışmayı teşvik edin.","Add reply":"Yanıt ekle","Already a member?":"Zaten üye misiniz?",Anonymous:"Anonim","Become a member of {{publication}} to start commenting.":"Yorum yapmaya başlamak için {{publication}} sitesinde hesap oluşturun.","Become a paid member of {{publication}} to start commenting.":"Yorum yapmaya başlamak için {{publication}} sitesinde ücretli hesap oluşturun.",Cancel:"İptal et",Comment:"Yorum ekle","Complete your profile":"Profilinizi tamamlayın",Delete:"Sil","Deleted member":"Silinen üye",Discussion:"Yorumlar",Edit:"Düzenle","Edit this comment":"Bu yorumu düzenle",edited:"düzenlendi","Enter your name":"Adınızı girin",Expertise:"Uzmanlık","Founder @ Acme Inc":"Kurucu @ Firma Ünvan","Full-time parent":"Tam zamanlı ebeveyn","Head of Marketing at Acme, Inc":"Firma, Ünvan'da Pazarlama Müdürü","Hidden for members":"",Hide:"Gizle","Hide comment":"Yorumu gizle","Jamie Larson":"Ad Soyad","Join the discussion":"Tartışmaya katıl","Just now":"Şu anda","Local resident":"Yerel sakini","Member discussion":"Üye tartışması",Name:"Ad",Neurosurgeon:"Beyin cerrahı","One hour ago":"Bir saat önce","One min ago":"Bir dakika önce","replied to comment":"yoruma yanıt verdi",Reply:"Cevapla","reply to comment":"yoruma cevap ver","Reply to comment":"Yoruma cevap ver",Report:"Rapor et","Report comment":"Yorumu rapor et","Report this comment?":"Bu yorum rapor edilsin mi?",Save:"Kaydet",Sending:"Gönderiliyor",Sent:"Gönderildi",Show:"Göster","Show {{amount}} more replies":"{{amount}} daha fazla yanıt göster","Show {{amount}} previous comments":"{{amount}} önceki yorumu göster","Show 1 more reply":"1 cevap daha göster","Show 1 previous comment":"1 önceki yorumu göster","Show comment":"Yorumu göster","Sign in":"Giriş yap","Sign up now":"Şimdi kayıt ol","Sort by":"Sırala","Start the conversation":"Bu konu hakkında düşüncelerini paylaş","This comment has been hidden.":"Bu yorum gizlendi.","This comment has been removed.":"Bu yorum kaldırıldı.","Upgrade now":"Şimdi yükselt",Yesterday:"Dün","Your request will be sent to the owner of this site.":"Talebiniz bu sitenin sahibine gönderilecektir."},rA={"{{amount}} characters left":"{{amount}} символів залишилось","{{amount}} comments":"{{amount}} коментарів","{{amount}} hrs ago":"{{amount}} годин тому","{{amount}} mins ago":"{{amount}} хвилин тому","{{amount}} more":"ще {{amount}}","1 comment":"1 коментар","Add comment":"Додати коментар","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Додайте контекст до свого коментаря, поділіться своїм іменем і досвідом, щоб сприяти здоровій дискусії.","Add reply":"Додати відповідь","Already a member?":"Ви є учасником?",Anonymous:"Анонім","Become a member of {{publication}} to start commenting.":"Станьте учасником {{publication}} щоб почати коментувати.","Become a paid member of {{publication}} to start commenting.":"Станьте платним учасником {{publication}} щоб почати коментувати.",Cancel:"Відмінити",Comment:"Коментувати","Complete your profile":"Заповніть свій профіль",Delete:"Видалити","Deleted member":"Видалений учасник",Discussion:"Обговорення",Edit:"Редагувати","Edit this comment":"Редагувати цей коментар",edited:"Відредагований","Enter your name":"Введіть своє імʼя",Expertise:"Експертність","Founder @ Acme Inc":"Засновник @ Acme Inc","Full-time parent":"Виховую дітей","Head of Marketing at Acme, Inc":"Голова продажів в Acme, Inc","Hidden for members":"",Hide:"Сховати","Hide comment":"Сховати коментар","Jamie Larson":"Ваше імʼя","Join the discussion":"Долучитися до обговорення","Just now":"Прямо зараз","Local resident":"Місцевий експерт","Member discussion":"Обговорення учасників",Name:"Імʼя",Neurosurgeon:"Нейрохірург","One hour ago":"Одну годину тому","One min ago":"Одну хвилину тому","replied to comment":"",Reply:"Відповісти","reply to comment":"","Reply to comment":"Відповісти на коментар",Report:"Поскаржитися","Report comment":"Поскаржитися на коментар","Report this comment?":"Поскаржитися на цей коментар?",Save:"Зберегти",Sending:"Відправка",Sent:"Відправлено",Show:"Показати","Show {{amount}} more replies":"Показати ще {{amount}} відповідей","Show {{amount}} previous comments":"Показати {{amount}} попередніх коментарів","Show 1 more reply":"Показати ще одну відповідь","Show 1 previous comment":"Показати один попередній коментар","Show comment":"Показати коментар","Sign in":"Увійти","Sign up now":"Зареєструватись зараз","Sort by":"","Start the conversation":"Почніть розмову","This comment has been hidden.":"Цей коментар було приховано.","This comment has been removed.":"Цей коментар було видалено.","Upgrade now":"Оновити зараз",Yesterday:"Вчора","Your request will be sent to the owner of this site.":"Ваш запит буде надіслано власнику цього сайту."},iA={"{{amount}} characters left":"{{amount}} حروف باقی ہیں","{{amount}} comments":"{{amount}} تبادلے","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"1 تبادلہ","Add comment":"تبادلہ شامل کریں","Add context to your comment, share your name and expertise to foster a healthy discussion.":"اپنے تبادلے میں سیاق و سباق شامل کریں، اچھی گفتگو کو بڑھانے کے لئے اپنا نام اور ماہریت شیئر کریں۔","Add reply":"جواب شامل کریں","Already a member?":"پہلے ہی رکن ہیں؟",Anonymous:"ناشناس","Become a member of {{publication}} to start commenting.":"تبادلہ شروع کرنے کے لئے {{publication}} کا رکن بنیں۔","Become a paid member of {{publication}} to start commenting.":"تبادلہ شروع کرنے کے لئے {{publication}} کا ادائیگی رکن بنیں۔",Cancel:"منسوخ کریں",Comment:"تبادلہ","Complete your profile":"اپنا پروفائل مکمل کریں",Delete:"حذف کریں","Deleted member":"حذف شدہ رکن",Discussion:"تبادلہ",Edit:"ترتیب دیں","Edit this comment":"اس تبادلے کو ترتیب دیں",edited:"","Enter your name":"اپنا نام درج کریں",Expertise:"اہلیت","Founder @ Acme Inc":"ناظم @ Acme Inc","Full-time parent":"پورے وقت کا والد یا والدہ","Head of Marketing at Acme, Inc":"Acme، Inc کے مارکیٹنگ کا سربراہ","Hidden for members":"",Hide:"چھپائیں","Hide comment":"تبادلہ چھپائیں","Jamie Larson":"جیمی لارسن","Join the discussion":"تبادلے میں شامل ہوں","Just now":"ابھی","Local resident":"مقامی رہائشی","Member discussion":"رکن کا تبادلہ",Name:"نام",Neurosurgeon:"نیوروسرجن","One hour ago":"ایک گھنٹہ پہلے","One min ago":"","replied to comment":"",Reply:"جواب","reply to comment":"","Reply to comment":"تبادلے کا جواب دیں",Report:"رپورٹ","Report comment":"تبادلے کی رپورٹ","Report this comment?":"کیا آپ اس تبادلے کو رپورٹ کرنا چاہتے ہیں؟",Save:"محفوظ کریں",Sending:"بھیج رہا ہے",Sent:"بھیجا گیا",Show:"دکھائیں","Show {{amount}} more replies":"{{amount}} مزید جوابات دکھائیں","Show {{amount}} previous comments":"{{amount}} پچھلے تبادلات دکھائیں","Show 1 more reply":"1 مزید جواب دکھائیں","Show 1 previous comment":"1 پچھلا تبادلہ دکھائیں","Show comment":"تبادلہ دکھائیں","Sign in":"سائن ان کریں","Sign up now":"ابھی رجسٹر ہوں","Sort by":"","Start the conversation":"بات چیت شروع کریں","This comment has been hidden.":"یہ تبادلہ چھپا گیا ہے۔","This comment has been removed.":"یہ تبادلہ ہٹا دیا گیا ہے۔","Upgrade now":"اب اپ گریڈ کریں",Yesterday:"کل","Your request will be sent to the owner of this site.":"آپ کا درخواست اس سائٹ کے مالک کو بھیجا جائے گا۔"},sA={"{{amount}} characters left":"","{{amount}} comments":"","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"","1 comment":"","Add comment":"","Add context to your comment, share your name and expertise to foster a healthy discussion.":"","Add reply":"","Already a member?":"",Anonymous:"","Become a member of {{publication}} to start commenting.":"","Become a paid member of {{publication}} to start commenting.":"",Cancel:"",Comment:"","Complete your profile":"",Delete:"","Deleted member":"",Discussion:"",Edit:"","Edit this comment":"",edited:"","Enter your name":"",Expertise:"","Founder @ Acme Inc":"","Full-time parent":"","Head of Marketing at Acme, Inc":"","Hidden for members":"",Hide:"","Hide comment":"","Jamie Larson":"","Join the discussion":"","Just now":"","Local resident":"","Member discussion":"",Name:"",Neurosurgeon:"","One hour ago":"","One min ago":"","replied to comment":"",Reply:"","reply to comment":"","Reply to comment":"",Report:"","Report comment":"","Report this comment?":"",Save:"",Sending:"",Sent:"",Show:"","Show {{amount}} more replies":"","Show {{amount}} previous comments":"","Show 1 more reply":"","Show 1 previous comment":"","Show comment":"","Sign in":"","Sign up now":"","Sort by":"","Start the conversation":"","This comment has been hidden.":"","This comment has been removed.":"","Upgrade now":"",Yesterday:"","Your request will be sent to the owner of this site.":""},aA={"{{amount}} characters left":"{{amount}} ký tự còn lại","{{amount}} comments":"{{amount}} bình luận","{{amount}} hrs ago":"{{amount}} giờ trước","{{amount}} mins ago":"{{amount}} phút trước","{{amount}} more":"{{amount}} nữa","1 comment":"1 bình luận","Add comment":"Thêm bình luận","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Thêm ngữ cảnh, tên và chuyên môn của bạn để thúc đẩy cuộc thảo luận lành mạnh.","Add reply":"Trả lời","Already a member?":"Đã là thành viên?",Anonymous:"Ẩn danh","Become a member of {{publication}} to start commenting.":"Trở thành thành viên của {{publication}} để có thể bình luận.","Become a paid member of {{publication}} to start commenting.":"Trở thành thành viên trả phí của {{publication}} để có thể bình luận.",Cancel:"Hủy",Comment:"Bình luận","Complete your profile":"Hoàn tất hồ sơ của bạn",Delete:"Xóa","Deleted member":"Thành viên đã xóa",Discussion:"Thảo luận",Edit:"Sửa","Edit this comment":"Sửa bình luận này",edited:"đã sửa","Enter your name":"Nhập tên của bạn",Expertise:"Chuyên môn","Founder @ Acme Inc":"Nhà sáng lập @ Acme Inc","Full-time parent":"Phụ huynh toàn thời gian","Head of Marketing at Acme, Inc":"Trưởng phòng Marketing tại Acme, Inc","Hidden for members":"",Hide:"Ẩn","Hide comment":"Ẩn bình luận","Jamie Larson":"Jamie Larson","Join the discussion":"Tham gia thảo luận","Just now":"Vừa xong","Local resident":"Cư dân địa phương","Member discussion":"Thảo luận của thành viên",Name:"Tên",Neurosurgeon:"Bác sĩ phẫu thuật thần kinh","One hour ago":"Một giờ trước","One min ago":"Một phút trước","replied to comment":"",Reply:"Trả lời","reply to comment":"","Reply to comment":"Trả lời bình luận",Report:"Báo cáo","Report comment":"Báo cáo bình luận","Report this comment?":"Báo cáo bình luận này?",Save:"Lưu",Sending:"Đang gửi",Sent:"Đã gửi",Show:"Hiển thị","Show {{amount}} more replies":"Xem {{amount}} trả lời khác","Show {{amount}} previous comments":"Đọc {{amount}} bình luận trước","Show 1 more reply":"Xem 1 trả lời","Show 1 previous comment":"Đọc 1 bình luận trước","Show comment":"Đọc bình luận","Sign in":"Đăng nhập","Sign up now":"Đăng ký ngay","Sort by":"Xếp theo","Start the conversation":"Bắt đầu cuộc trò chuyện","This comment has been hidden.":"Bình luận này đã bị ẩn.","This comment has been removed.":"Bình luận này đã bị xóa.","Upgrade now":"Nâng cấp",Yesterday:"Hôm qua","Your request will be sent to the owner of this site.":"Yêu cầu của bạn sẽ được gửi đến chủ sở hữu trang web này."},lA={"{{amount}} characters left":"还剩{{amount}}字","{{amount}} comments":"{{amount}}条评论","{{amount}} hrs ago":"{{amount}}小时前","{{amount}} mins ago":"{{amount}}分钟前","{{amount}} more":"","1 comment":"一条评论","Add comment":"添加评论","Add context to your comment, share your name and expertise to foster a healthy discussion.":"为您的评论补充上下文信息、说明您的称呼与专业背景均有助于营造健康的讨论氛围。","Add reply":"添加回复","Already a member?":"已经是会员?",Anonymous:"匿名","Become a member of {{publication}} to start commenting.":"成为{{publication}}的会员以开始评论。","Become a paid member of {{publication}} to start commenting.":"成为{{publication}}的付费会员以开始评论。",Cancel:"取消",Comment:"评论","Complete your profile":"完善您的注册信息",Delete:"删除","Deleted member":"删除会员",Discussion:"讨论",Edit:"编辑","Edit this comment":"编辑此条评论",edited:"已编辑","Enter your name":"输入您的称呼",Expertise:"专业背景","Founder @ Acme Inc":"Acme Inc的创建者","Full-time parent":"全职父母","Head of Marketing at Acme, Inc":"Acme, Inc市场部负责人","Hidden for members":"",Hide:"隐藏","Hide comment":"隐藏评论","Jamie Larson":"Jamie Larson","Join the discussion":"加入讨论","Just now":"刚刚","Local resident":"本地居民","Member discussion":"会员讨论",Name:"称呼",Neurosurgeon:"神经外科医生","One hour ago":"一小时前","One min ago":"一分钟前","replied to comment":"",Reply:"回复","reply to comment":"","Reply to comment":"回复评论",Report:"举报","Report comment":"举报评论","Report this comment?":"举报此评论?",Save:"保存",Sending:"正在发送",Sent:"已发送",Show:"显示","Show {{amount}} more replies":"显示后续{{amount}}条评论","Show {{amount}} previous comments":"显示先前{{amount}}条评论","Show 1 more reply":"显示下一条评论","Show 1 previous comment":"显示前一条评论","Show comment":"显示评论","Sign in":"登录","Sign up now":"立刻注册","Sort by":"","Start the conversation":"开始对话","This comment has been hidden.":"该条评论已被隐藏。","This comment has been removed.":"该条评论已被移除。","Upgrade now":"立刻升级",Yesterday:"昨天","Your request will be sent to the owner of this site.":"您的请求将被发送给站点所有者。"},cA={"{{amount}} characters left":"還剩 {{amount}} 個字","{{amount}} comments":"{{amount}} 則留言","{{amount}} hrs ago":"{{amount}} 小時前","{{amount}} mins ago":"{{amount}} 分鐘前","{{amount}} more":"還剩 {{amount}} 則留言","1 comment":"一則留言","Add comment":"留言","Add context to your comment, share your name and expertise to foster a healthy discussion.":"為您的留言補充情境、說明您的稱呼與專業背景均有助於健康的討論氛圍。","Add reply":"回覆","Already a member?":"已經是會員?",Anonymous:"匿名","Become a member of {{publication}} to start commenting.":"成為{{publication}}的會員以開始留言。","Become a paid member of {{publication}} to start commenting.":"成為{{publication}}的付費會員以開始留言。",Cancel:"取消",Comment:"留言","Complete your profile":"完善您的註冊資訊",Delete:"刪除","Deleted member":"刪除會員",Discussion:"討論",Edit:"編輯","Edit this comment":"編輯此則留言",edited:"已編輯","Enter your name":"輸入您的稱呼",Expertise:"專業背景","Founder @ Acme Inc":"Acme Inc的創辦人","Full-time parent":"全職父母","Head of Marketing at Acme, Inc":"Acme, Inc市場部負責人","Hidden for members":"",Hide:"隱藏","Hide comment":"隱藏留言","Jamie Larson":"Jamie Larson","Join the discussion":"加入討論","Just now":"剛剛","Local resident":"本地居民","Member discussion":"會員討論",Name:"稱呼",Neurosurgeon:"神經外科醫生","One hour ago":"一小時前","One min ago":"一分鐘前","replied to comment":"",Reply:"回覆","reply to comment":"","Reply to comment":"回覆留言",Report:"舉報","Report comment":"舉報留言","Report this comment?":"舉報此留言?",Save:"儲存",Sending:"正在發送",Sent:"已發送",Show:"顯示","Show {{amount}} more replies":"顯示後續 {{amount}} 則留言","Show {{amount}} previous comments":"顯示先前 {{amount}} 則留言","Show 1 more reply":"顯示下一則留言","Show 1 previous comment":"顯示前一則留言","Show comment":"顯示留言","Sign in":"登錄","Sign up now":"立即註冊","Sort by":"排序方式","Start the conversation":"開始對話","This comment has been hidden.":"該則留言已被隱藏。","This comment has been removed.":"該則留言已被移除。","Upgrade now":"立即升級",Yesterday:"昨天","Your request will be sent to the owner of this site.":"您的請求將被發送給所有者。"},uA={"{{amount}} characters left":"{{amount}} herufi zimebaki","{{amount}} comments":"{{amount}} maoni","{{amount}} hrs ago":"","{{amount}} mins ago":"","{{amount}} more":"{{amount}} zaidi","1 comment":"maoni 1","Add comment":"Ongeza maoni","Add context to your comment, share your name and expertise to foster a healthy discussion.":"Ongeza muktadha kwa maoni yako, shiriki jina lako na utaalamu ili kuendeleza mjadala wenye afya.","Add reply":"Ongeza jibu","Already a member?":"Tayari ni mwanachama?",Anonymous:"Asiyetambulika","Become a member of {{publication}} to start commenting.":"Jiunge kama mwanachama wa {{publication}} ili kuanza kutoa maoni.","Become a paid member of {{publication}} to start commenting.":"Jiunge kama mwanachama anayelipa wa {{publication}} ili kuanza kutoa maoni.",Cancel:"Ghairi",Comment:"Maoni","Complete your profile":"Kamilisha wasifu wako",Delete:"Futa","Deleted member":"Mwanachama aliyefutwa",Discussion:"Majadiliano",Edit:"Hariri","Edit this comment":"Hariri maoni haya",edited:"","Enter your name":"Weka jina lako",Expertise:"Utaalamu","Founder @ Acme Inc":"Mwanzilishi @ Acme Inc","Full-time parent":"Mzazi wa muda wote","Head of Marketing at Acme, Inc":"Mkuu wa Masoko katika Acme, Inc","Hidden for members":"",Hide:"Ficha","Hide comment":"Ficha maoni","Jamie Larson":"Jamie Larson","Join the discussion":"Jiunge na mjadala","Just now":"Hivi sasa","Local resident":"Mkazi wa eneo","Member discussion":"Mjadala wa wanachama",Name:"Jina",Neurosurgeon:"Daktari wa ubongo","One hour ago":"Saa moja iliyopita","One min ago":"","replied to comment":"",Reply:"Jibu","reply to comment":"","Reply to comment":"Jibu maoni",Report:"Ripoti","Report comment":"Ripoti maoni","Report this comment?":"Unataka kuripoti maoni haya?",Save:"Hifadhi",Sending:"Inatuma",Sent:"Imetumwa",Show:"Onyesha","Show {{amount}} more replies":"Onyesha majibu {{amount}} zaidi","Show {{amount}} previous comments":"Onyesha maoni {{amount}} ya awali","Show 1 more reply":"Onyesha jibu 1 zaidi","Show 1 previous comment":"Onyesha maoni 1 ya awali","Show comment":"Onyesha maoni","Sign in":"Ingia","Sign up now":"Jisajili sasa","Sort by":"","Start the conversation":"Anzisha mazungumzo","This comment has been hidden.":"Maoni haya yamefichwa.","This comment has been removed.":"Maoni haya yameondolewa.","Upgrade now":"Boresha sasa",Yesterday:"Jana","Your request will be sent to the owner of this site.":"Ombi lako litatumwa kwa mmiliki wa tovuti hii."},dA={"{{amount}} characters left":"{{amount}} எழுத்துக்கள் எஞ்சியுள்ளன","{{amount}} comments":"{{amount}} கருத்துக்கள்","{{amount}} hrs ago":"{{amount}} மணி நேரத்திற்கு முன்பு","{{amount}} mins ago":"{{amount}} நிமிடங்களுக்கு முன்பு","{{amount}} more":"{{amount}} மேலும்","1 comment":"1 கருத்து","Add comment":"கருத்தைச் சேர்க்கவும்","Add context to your comment, share your name and expertise to foster a healthy discussion.":"உங்கள் கருத்துக்கு சூழலைச் சேர்க்கவும், ஆரோக்கியமான விவாதத்தை வளர்க்க உங்கள் பெயரையும் நிபுணத்துவத்தையும் பகிர்ந்து கொள்ளுங்கள்.","Add reply":"பதில் சேர்க்கவும்","Already a member?":"ஏற்கனவே உறுப்பினரா?",Anonymous:"அடையாளம் தெரியாத","Become a member of {{publication}} to start commenting.":"கருத்துத் தெரிவிக்க {{publication}} இல் உறுப்பினராகுங்கள்.","Become a paid member of {{publication}} to start commenting.":"கருத்துத் தெரிவிக்க {{publication}} இல் கட்டண உறுப்பினராகுங்கள்.",Cancel:"ரத்து செய்",Comment:"கருத்து","Complete your profile":"உங்கள் சுயவிவரத்தை பூர்த்தி செய்யவும்",Delete:"நீக்கவும்","Deleted member":"நீக்கப்பட்ட உறுப்பினர்",Discussion:"கலந்துரையாடல்",Edit:"திருத்தவும்","Edit this comment":"இந்தக் கருத்தைத் திருத்தவும்",edited:"திருத்தப்பட்டது","Enter your name":"உங்கள் பெயரை உள்ளிடுக",Expertise:"நிபுணத்துவம்","Founder @ Acme Inc":"நிறுவனர் @ Acme Inc","Full-time parent":"முழுநேர பெற்றோர்","Head of Marketing at Acme, Inc":"Acme Inc நிறுவனத்தின் சந்தைப்படுத்தல் தலைவர்","Hidden for members":"",Hide:"மறைக்கவும்","Hide comment":"கருத்தை மறை","Jamie Larson":"ஜேமி லார்சன்","Join the discussion":"கலந்துரையாடலில் சேரவும்","Just now":"சற்றுமுன்னர்தான்","Local resident":"உள்ளூர்வாசி","Member discussion":"உறுப்பினர் கருத்து",Name:"பெயர்",Neurosurgeon:"நரம்பியல் அறுவை சிகிச்சை நிபுணர்","One hour ago":"ஒரு மணி முன்பு","One min ago":"ஒரு நிமிடம் முன்பு","replied to comment":"",Reply:"பதிலளிக்கவும்","reply to comment":"","Reply to comment":"கருத்துக்கு பதிலளிக்கவும்",Report:"புகாரளி","Report comment":"கருத்தைப் புகாரளி","Report this comment?":"இந்தக் கருத்தைப் புகாரளிக்கவா?",Save:"சேமிக்க",Sending:"அனுப்புகிறது",Sent:"அனுப்பப்பட்டது",Show:"காட்டு","Show {{amount}} more replies":"முந்தைய {{amount}} மேலும் பதில்கள்க் காட்டு","Show {{amount}} previous comments":"முந்தைய {{amount}} கருத்துகளைக் காட்டு","Show 1 more reply":"மேலும் 1 பதிலைக் காட்டு","Show 1 previous comment":"முந்தைய 1 கருத்தைக் காட்டு","Show comment":"கருத்தைக் காட்டு","Sign in":"உள்நுழைக","Sign up now":"இப்பொழுதே பதிவு செய்யுங்கள்","Sort by":"","Start the conversation":"உரையாடலைத் தொடங்குங்கள்","This comment has been hidden.":"இந்தக் கருத்து மறைக்கப்பட்டது.","This comment has been removed.":"இந்தக் கருத்து நீக்கப்பட்டது.","Upgrade now":"இப்போதே மேம்படுத்தவும்",Yesterday:"நேற்று","Your request will be sent to the owner of this site.":"உங்கள் கோரிக்கை இந்த தளத்தின் உரிமையாளருக்கு அனுப்பப்படும்."};var l1;function c1(){return l1||(l1={"/ghost/i18n/locales/af/comments.json":function(){return aN},"/ghost/i18n/locales/ar/comments.json":function(){return lN},"/ghost/i18n/locales/bg/comments.json":function(){return cN},"/ghost/i18n/locales/bn/comments.json":function(){return uN},"/ghost/i18n/locales/bs/comments.json":function(){return dN},"/ghost/i18n/locales/ca/comments.json":function(){return mN},"/ghost/i18n/locales/cs/comments.json":function(){return fN},"/ghost/i18n/locales/da/comments.json":function(){return pN},"/ghost/i18n/locales/de/comments.json":function(){return hN},"/ghost/i18n/locales/de-CH/comments.json":function(){return gN},"/ghost/i18n/locales/el/comments.json":function(){return yN},"/ghost/i18n/locales/en/comments.json":function(){return wN},"/ghost/i18n/locales/eo/comments.json":function(){return SN},"/ghost/i18n/locales/es/comments.json":function(){return bN},"/ghost/i18n/locales/et/comments.json":function(){return vN},"/ghost/i18n/locales/fa/comments.json":function(){return xN},"/ghost/i18n/locales/fi/comments.json":function(){return kN},"/ghost/i18n/locales/fr/comments.json":function(){return $N},"/ghost/i18n/locales/gd/comments.json":function(){return CN},"/ghost/i18n/locales/he/comments.json":function(){return EN},"/ghost/i18n/locales/hi/comments.json":function(){return NN},"/ghost/i18n/locales/hr/comments.json":function(){return AN},"/ghost/i18n/locales/hu/comments.json":function(){return RN},"/ghost/i18n/locales/id/comments.json":function(){return ON},"/ghost/i18n/locales/is/comments.json":function(){return DN},"/ghost/i18n/locales/it/comments.json":function(){return MN},"/ghost/i18n/locales/ja/comments.json":function(){return TN},"/ghost/i18n/locales/ko/comments.json":function(){return jN},"/ghost/i18n/locales/kz/comments.json":function(){return PN},"/ghost/i18n/locales/lt/comments.json":function(){return IN},"/ghost/i18n/locales/mk/comments.json":function(){return LN},"/ghost/i18n/locales/mn/comments.json":function(){return zN},"/ghost/i18n/locales/ms/comments.json":function(){return FN},"/ghost/i18n/locales/ne/comments.json":function(){return HN},"/ghost/i18n/locales/nl/comments.json":function(){return BN},"/ghost/i18n/locales/nn/comments.json":function(){return VN},"/ghost/i18n/locales/no/comments.json":function(){return UN},"/ghost/i18n/locales/pl/comments.json":function(){return _N},"/ghost/i18n/locales/pt/comments.json":function(){return JN},"/ghost/i18n/locales/pt-BR/comments.json":function(){return YN},"/ghost/i18n/locales/ro/comments.json":function(){return KN},"/ghost/i18n/locales/ru/comments.json":function(){return WN},"/ghost/i18n/locales/si/comments.json":function(){return qN},"/ghost/i18n/locales/sk/comments.json":function(){return GN},"/ghost/i18n/locales/sl/comments.json":function(){return QN},"/ghost/i18n/locales/sq/comments.json":function(){return ZN},"/ghost/i18n/locales/sr/comments.json":function(){return XN},"/ghost/i18n/locales/sr-Cyrl/comments.json":function(){return eA},"/ghost/i18n/locales/sv/comments.json":function(){return tA},"/ghost/i18n/locales/th/comments.json":function(){return nA},"/ghost/i18n/locales/tr/comments.json":function(){return oA},"/ghost/i18n/locales/uk/comments.json":function(){return rA},"/ghost/i18n/locales/ur/comments.json":function(){return iA},"/ghost/i18n/locales/uz/comments.json":function(){return sA},"/ghost/i18n/locales/vi/comments.json":function(){return aA},"/ghost/i18n/locales/zh/comments.json":function(){return lA},"/ghost/i18n/locales/zh-Hant/comments.json":function(){return cA},"/ghost/i18n/locales/sw/comments.json":function(){return uA},"/ghost/i18n/locales/ta/comments.json":function(){return dA}})}function u1(t){function e(n){var o=d1(n,t);if(o!==null)return c1()[o]();throw new Error('Could not dynamically require "'+n+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}return e.resolve=function(n){var o=d1(n,t);return o!==null?o:require.resolve(n)},e}function d1(t,e){var n=mA(t);t=pl(t);var o;t[0]==="/"&&(e="");for(var r=c1(),i=["",".js",".json"];n?o=pl(e+"/node_modules/"+t):o=pl(e+"/"+t),!o.endsWith("/..");){for(var s=0;s<i.length;s++){var a=o+i[s];if(r[a])return a}if(!n)break;var l=pl(e+"/..");if(l===e)break;e=l}return null}function mA(t){var e=t[0];if(e==="/"||e==="\\")return!1;var n=t[1],o=t[2];return!(e==="."&&(!n||n==="/"||n==="\\")||e==="."&&n==="."&&(!o||o==="/"||o==="\\")||n===":"&&(o==="/"||o==="\\"))}function pl(t){t=t.replace(/\\/g,"/");for(var e=t.split("/"),n=e[0]==="",o=1;o<e.length;o++)(e[o]==="."||e[o]==="")&&e.splice(o--,1);for(var o=1;o<e.length;o++)e[o]===".."&&o>0&&e[o-1]!==".."&&e[o-1]!=="."&&(e.splice(--o,2),o--);return t=e.join("/"),n&&t[0]!=="/"?t="/"+t:t.length===0&&(t="."),t}var hl={exports:{}};const F=t=>typeof t=="string",_i=()=>{let t,e;const n=new Promise((o,r)=>{t=o,e=r});return n.resolve=t,n.reject=e,n},m1=t=>t==null?"":""+t,fA=(t,e,n)=>{t.forEach(o=>{e[o]&&(n[o]=e[o])})},pA=/###/g,f1=t=>t&&t.indexOf("###")>-1?t.replace(pA,"."):t,p1=t=>!t||F(t),Ji=(t,e,n)=>{const o=F(e)?e.split("."):e;let r=0;for(;r<o.length-1;){if(p1(t))return{};const i=f1(o[r]);!t[i]&&n&&(t[i]=new n),Object.prototype.hasOwnProperty.call(t,i)?t=t[i]:t={},++r}return p1(t)?{}:{obj:t,k:f1(o[r])}},h1=(t,e,n)=>{const{obj:o,k:r}=Ji(t,e,Object);if(o!==void 0||e.length===1){o[r]=n;return}let i=e[e.length-1],s=e.slice(0,e.length-1),a=Ji(t,s,Object);for(;a.obj===void 0&&s.length;)i=`${s[s.length-1]}.${i}`,s=s.slice(0,s.length-1),a=Ji(t,s,Object),a&&a.obj&&typeof a.obj[`${a.k}.${i}`]<"u"&&(a.obj=void 0);a.obj[`${a.k}.${i}`]=n},hA=(t,e,n,o)=>{const{obj:r,k:i}=Ji(t,e,Object);r[i]=r[i]||[],r[i].push(n)},gl=(t,e)=>{const{obj:n,k:o}=Ji(t,e);if(n)return n[o]},gA=(t,e,n)=>{const o=gl(t,n);return o!==void 0?o:gl(e,n)},g1=(t,e,n)=>{for(const o in e)o!=="__proto__"&&o!=="constructor"&&(o in t?F(t[o])||t[o]instanceof String||F(e[o])||e[o]instanceof String?n&&(t[o]=e[o]):g1(t[o],e[o],n):t[o]=e[o]);return t},hr=t=>t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var yA={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};const wA=t=>F(t)?t.replace(/[&<>"'\/]/g,e=>yA[e]):t;class SA{constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){const n=this.regExpMap.get(e);if(n!==void 0)return n;const o=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,o),this.regExpQueue.push(e),o}}const bA=[" ",",","?","!",";"],vA=new SA(20),xA=(t,e,n)=>{e=e||"",n=n||"";const o=bA.filter(s=>e.indexOf(s)<0&&n.indexOf(s)<0);if(o.length===0)return!0;const r=vA.getRegExp(`(${o.map(s=>s==="?"?"\\?":s).join("|")})`);let i=!r.test(t);if(!i){const s=t.indexOf(n);s>0&&!r.test(t.substring(0,s))&&(i=!0)}return i},dm=function(t,e){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:".";if(!t)return;if(t[e])return t[e];const o=e.split(n);let r=t;for(let i=0;i<o.length;){if(!r||typeof r!="object")return;let s,a="";for(let l=i;l<o.length;++l)if(l!==i&&(a+=n),a+=o[l],s=r[a],s!==void 0){if(["string","number","boolean"].indexOf(typeof s)>-1&&l<o.length-1)continue;i+=l-i+1;break}r=s}return r},yl=t=>t&&t.replace("_","-"),kA={type:"logger",log(t){this.output("log",t)},warn(t){this.output("warn",t)},error(t){this.output("error",t)},output(t,e){console&&console[t]&&console[t].apply(console,e)}};class wl{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.init(e,n)}init(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.prefix=n.prefix||"i18next:",this.logger=e||kA,this.options=n,this.debug=n.debug}log(){for(var e=arguments.length,n=new Array(e),o=0;o<e;o++)n[o]=arguments[o];return this.forward(n,"log","",!0)}warn(){for(var e=arguments.length,n=new Array(e),o=0;o<e;o++)n[o]=arguments[o];return this.forward(n,"warn","",!0)}error(){for(var e=arguments.length,n=new Array(e),o=0;o<e;o++)n[o]=arguments[o];return this.forward(n,"error","")}deprecate(){for(var e=arguments.length,n=new Array(e),o=0;o<e;o++)n[o]=arguments[o];return this.forward(n,"warn","WARNING DEPRECATED: ",!0)}forward(e,n,o,r){return r&&!this.debug?null:(F(e[0])&&(e[0]=`${o}${this.prefix} ${e[0]}`),this.logger[n](e))}create(e){return new wl(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return e=e||this.options,e.prefix=e.prefix||this.prefix,new wl(this.logger,e)}}var Tt=new wl;class Sl{constructor(){this.observers={}}on(e,n){return e.split(" ").forEach(o=>{this.observers[o]||(this.observers[o]=new Map);const r=this.observers[o].get(n)||0;this.observers[o].set(n,r+1)}),this}off(e,n){if(this.observers[e]){if(!n){delete this.observers[e];return}this.observers[e].delete(n)}}emit(e){for(var n=arguments.length,o=new Array(n>1?n-1:0),r=1;r<n;r++)o[r-1]=arguments[r];this.observers[e]&&Array.from(this.observers[e].entries()).forEach(s=>{let[a,l]=s;for(let c=0;c<l;c++)a(...o)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(s=>{let[a,l]=s;for(let c=0;c<l;c++)a.apply(a,[e,...o])})}}class y1 extends Sl{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{ns:["translation"],defaultNS:"translation"};super(),this.data=e||{},this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.options.ignoreJSONStructure===void 0&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}removeNamespaces(e){const n=this.options.ns.indexOf(e);n>-1&&this.options.ns.splice(n,1)}getResource(e,n,o){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const i=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,s=r.ignoreJSONStructure!==void 0?r.ignoreJSONStructure:this.options.ignoreJSONStructure;let a;e.indexOf(".")>-1?a=e.split("."):(a=[e,n],o&&(Array.isArray(o)?a.push(...o):F(o)&&i?a.push(...o.split(i)):a.push(o)));const l=gl(this.data,a);return!l&&!n&&!o&&e.indexOf(".")>-1&&(e=a[0],n=a[1],o=a.slice(2).join(".")),l||!s||!F(o)?l:dm(this.data&&this.data[e]&&this.data[e][n],o,i)}addResource(e,n,o,r){let i=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1};const s=i.keySeparator!==void 0?i.keySeparator:this.options.keySeparator;let a=[e,n];o&&(a=a.concat(s?o.split(s):o)),e.indexOf(".")>-1&&(a=e.split("."),r=n,n=a[1]),this.addNamespaces(n),h1(this.data,a,r),i.silent||this.emit("added",e,n,o,r)}addResources(e,n,o){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(const i in o)(F(o[i])||Array.isArray(o[i]))&&this.addResource(e,n,i,o[i],{silent:!0});r.silent||this.emit("added",e,n,o)}addResourceBundle(e,n,o,r,i){let s=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1,skipCopy:!1},a=[e,n];e.indexOf(".")>-1&&(a=e.split("."),r=o,o=n,n=a[1]),this.addNamespaces(n);let l=gl(this.data,a)||{};s.skipCopy||(o=JSON.parse(JSON.stringify(o))),r?g1(l,o,i):l={...l,...o},h1(this.data,a,l),s.silent||this.emit("added",e,n,o)}removeResourceBundle(e,n){this.hasResourceBundle(e,n)&&delete this.data[e][n],this.removeNamespaces(n),this.emit("removed",e,n)}hasResourceBundle(e,n){return this.getResource(e,n)!==void 0}getResourceBundle(e,n){return n||(n=this.options.defaultNS),this.options.compatibilityAPI==="v1"?{...this.getResource(e,n)}:this.getResource(e,n)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){const n=this.getDataByLanguage(e);return!!(n&&Object.keys(n)||[]).find(r=>n[r]&&Object.keys(n[r]).length>0)}toJSON(){return this.data}}var w1={processors:{},addPostProcessor(t){this.processors[t.name]=t},handle(t,e,n,o,r){return t.forEach(i=>{this.processors[i]&&(e=this.processors[i].process(e,n,o,r))}),e}};const S1={};class bl extends Sl{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};super(),fA(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=Tt.create("translator")}changeLanguage(e){e&&(this.language=e)}exists(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};if(e==null)return!1;const o=this.resolve(e,n);return o&&o.res!==void 0}extractFromKey(e,n){let o=n.nsSeparator!==void 0?n.nsSeparator:this.options.nsSeparator;o===void 0&&(o=":");const r=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator;let i=n.ns||this.options.defaultNS||[];const s=o&&e.indexOf(o)>-1,a=!this.options.userDefinedKeySeparator&&!n.keySeparator&&!this.options.userDefinedNsSeparator&&!n.nsSeparator&&!xA(e,o,r);if(s&&!a){const l=e.match(this.interpolator.nestingRegexp);if(l&&l.length>0)return{key:e,namespaces:i};const c=e.split(o);(o!==r||o===r&&this.options.ns.indexOf(c[0])>-1)&&(i=c.shift()),e=c.join(r)}return F(i)&&(i=[i]),{key:e,namespaces:i}}translate(e,n,o){if(typeof n!="object"&&this.options.overloadTranslationOptionHandler&&(n=this.options.overloadTranslationOptionHandler(arguments)),typeof n=="object"&&(n={...n}),n||(n={}),e==null)return"";Array.isArray(e)||(e=[String(e)]);const r=n.returnDetails!==void 0?n.returnDetails:this.options.returnDetails,i=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator,{key:s,namespaces:a}=this.extractFromKey(e[e.length-1],n),l=a[a.length-1],c=n.lng||this.language,u=n.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(c&&c.toLowerCase()==="cimode"){if(u){const v=n.nsSeparator||this.options.nsSeparator;return r?{res:`${l}${v}${s}`,usedKey:s,exactUsedKey:s,usedLng:c,usedNS:l,usedParams:this.getUsedParamsDetails(n)}:`${l}${v}${s}`}return r?{res:s,usedKey:s,exactUsedKey:s,usedLng:c,usedNS:l,usedParams:this.getUsedParamsDetails(n)}:s}const m=this.resolve(e,n);let d=m&&m.res;const p=m&&m.usedKey||s,f=m&&m.exactUsedKey||s,y=Object.prototype.toString.apply(d),h=["[object Number]","[object Function]","[object RegExp]"],g=n.joinArrays!==void 0?n.joinArrays:this.options.joinArrays,S=!this.i18nFormat||this.i18nFormat.handleAsObject,b=!F(d)&&typeof d!="boolean"&&typeof d!="number";if(S&&d&&b&&h.indexOf(y)<0&&!(F(g)&&Array.isArray(d))){if(!n.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const v=this.options.returnedObjectHandler?this.options.returnedObjectHandler(p,d,{...n,ns:a}):`key '${s} (${this.language})' returned an object instead of string.`;return r?(m.res=v,m.usedParams=this.getUsedParamsDetails(n),m):v}if(i){const v=Array.isArray(d),C=v?[]:{},x=v?f:p;for(const $ in d)if(Object.prototype.hasOwnProperty.call(d,$)){const O=`${x}${i}${$}`;C[$]=this.translate(O,{...n,joinArrays:!1,ns:a}),C[$]===O&&(C[$]=d[$])}d=C}}else if(S&&F(g)&&Array.isArray(d))d=d.join(g),d&&(d=this.extendTranslation(d,e,n,o));else{let v=!1,C=!1;const x=n.count!==void 0&&!F(n.count),$=bl.hasDefaultValue(n),O=x?this.pluralResolver.getSuffix(c,n.count,n):"",E=n.ordinal&&x?this.pluralResolver.getSuffix(c,n.count,{ordinal:!1}):"",U=x&&!n.ordinal&&n.count===0&&this.pluralResolver.shouldUseIntlApi(),se=U&&n[`defaultValue${this.options.pluralSeparator}zero`]||n[`defaultValue${O}`]||n[`defaultValue${E}`]||n.defaultValue;!this.isValidLookup(d)&&$&&(v=!0,d=se),this.isValidLookup(d)||(C=!0,d=s);const G=(n.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&C?void 0:d,Ae=$&&se!==d&&this.options.updateMissing;if(C||v||Ae){if(this.logger.log(Ae?"updateKey":"missingKey",c,l,s,Ae?se:d),i){const Q=this.resolve(s,{...n,keySeparator:!1});Q&&Q.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let le=[];const pe=this.languageUtils.getFallbackCodes(this.options.fallbackLng,n.lng||this.language);if(this.options.saveMissingTo==="fallback"&&pe&&pe[0])for(let Q=0;Q<pe.length;Q++)le.push(pe[Q]);else this.options.saveMissingTo==="all"?le=this.languageUtils.toResolveHierarchy(n.lng||this.language):le.push(n.lng||this.language);const de=(Q,ce,ve)=>{const D=$&&ve!==d?ve:G;this.options.missingKeyHandler?this.options.missingKeyHandler(Q,l,ce,D,Ae,n):this.backendConnector&&this.backendConnector.saveMissing&&this.backendConnector.saveMissing(Q,l,ce,D,Ae,n),this.emit("missingKey",Q,l,ce,d)};this.options.saveMissing&&(this.options.saveMissingPlurals&&x?le.forEach(Q=>{const ce=this.pluralResolver.getSuffixes(Q,n);U&&n[`defaultValue${this.options.pluralSeparator}zero`]&&ce.indexOf(`${this.options.pluralSeparator}zero`)<0&&ce.push(`${this.options.pluralSeparator}zero`),ce.forEach(ve=>{de([Q],s+ve,n[`defaultValue${ve}`]||se)})}):de(le,s,se))}d=this.extendTranslation(d,e,n,m,o),C&&d===s&&this.options.appendNamespaceToMissingKey&&(d=`${l}:${s}`),(C||v)&&this.options.parseMissingKeyHandler&&(this.options.compatibilityAPI!=="v1"?d=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${l}:${s}`:s,v?d:void 0):d=this.options.parseMissingKeyHandler(d))}return r?(m.res=d,m.usedParams=this.getUsedParamsDetails(n),m):d}extendTranslation(e,n,o,r,i){var s=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...o},o.lng||this.language||r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!o.skipInterpolation){o.interpolation&&this.interpolator.init({...o,interpolation:{...this.options.interpolation,...o.interpolation}});const c=F(e)&&(o&&o.interpolation&&o.interpolation.skipOnVariables!==void 0?o.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let u;if(c){const d=e.match(this.interpolator.nestingRegexp);u=d&&d.length}let m=o.replace&&!F(o.replace)?o.replace:o;if(this.options.interpolation.defaultVariables&&(m={...this.options.interpolation.defaultVariables,...m}),e=this.interpolator.interpolate(e,m,o.lng||this.language||r.usedLng,o),c){const d=e.match(this.interpolator.nestingRegexp),p=d&&d.length;u<p&&(o.nest=!1)}!o.lng&&this.options.compatibilityAPI!=="v1"&&r&&r.res&&(o.lng=this.language||r.usedLng),o.nest!==!1&&(e=this.interpolator.nest(e,function(){for(var d=arguments.length,p=new Array(d),f=0;f<d;f++)p[f]=arguments[f];return i&&i[0]===p[0]&&!o.context?(s.logger.warn(`It seems you are nesting recursively key: ${p[0]} in key: ${n[0]}`),null):s.translate(...p,n)},o)),o.interpolation&&this.interpolator.reset()}const a=o.postProcess||this.options.postProcess,l=F(a)?[a]:a;return e!=null&&l&&l.length&&o.applyPostProcessor!==!1&&(e=w1.handle(l,e,n,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...r,usedParams:this.getUsedParamsDetails(o)},...o}:o,this)),e}resolve(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o,r,i,s,a;return F(e)&&(e=[e]),e.forEach(l=>{if(this.isValidLookup(o))return;const c=this.extractFromKey(l,n),u=c.key;r=u;let m=c.namespaces;this.options.fallbackNS&&(m=m.concat(this.options.fallbackNS));const d=n.count!==void 0&&!F(n.count),p=d&&!n.ordinal&&n.count===0&&this.pluralResolver.shouldUseIntlApi(),f=n.context!==void 0&&(F(n.context)||typeof n.context=="number")&&n.context!=="",y=n.lngs?n.lngs:this.languageUtils.toResolveHierarchy(n.lng||this.language,n.fallbackLng);m.forEach(h=>{this.isValidLookup(o)||(a=h,!S1[`${y[0]}-${h}`]&&this.utils&&this.utils.hasLoadedNamespace&&!this.utils.hasLoadedNamespace(a)&&(S1[`${y[0]}-${h}`]=!0,this.logger.warn(`key "${r}" for languages "${y.join(", ")}" won't get resolved as namespace "${a}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),y.forEach(g=>{if(this.isValidLookup(o))return;s=g;const S=[u];if(this.i18nFormat&&this.i18nFormat.addLookupKeys)this.i18nFormat.addLookupKeys(S,u,g,h,n);else{let v;d&&(v=this.pluralResolver.getSuffix(g,n.count,n));const C=`${this.options.pluralSeparator}zero`,x=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(d&&(S.push(u+v),n.ordinal&&v.indexOf(x)===0&&S.push(u+v.replace(x,this.options.pluralSeparator)),p&&S.push(u+C)),f){const $=`${u}${this.options.contextSeparator}${n.context}`;S.push($),d&&(S.push($+v),n.ordinal&&v.indexOf(x)===0&&S.push($+v.replace(x,this.options.pluralSeparator)),p&&S.push($+C))}}let b;for(;b=S.pop();)this.isValidLookup(o)||(i=b,o=this.getResource(g,h,b,n))}))})}),{res:o,usedKey:r,exactUsedKey:i,usedLng:s,usedNS:a}}isValidLookup(e){return e!==void 0&&!(!this.options.returnNull&&e===null)&&!(!this.options.returnEmptyString&&e==="")}getResource(e,n,o){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,n,o,r):this.resourceStore.getResource(e,n,o,r)}getUsedParamsDetails(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const n=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],o=e.replace&&!F(e.replace);let r=o?e.replace:e;if(o&&typeof e.count<"u"&&(r.count=e.count),this.options.interpolation.defaultVariables&&(r={...this.options.interpolation.defaultVariables,...r}),!o){r={...r};for(const i of n)delete r[i]}return r}static hasDefaultValue(e){const n="defaultValue";for(const o in e)if(Object.prototype.hasOwnProperty.call(e,o)&&n===o.substring(0,n.length)&&e[o]!==void 0)return!0;return!1}}const mm=t=>t.charAt(0).toUpperCase()+t.slice(1);class b1{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=Tt.create("languageUtils")}getScriptPartFromCode(e){if(e=yl(e),!e||e.indexOf("-")<0)return null;const n=e.split("-");return n.length===2||(n.pop(),n[n.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(n.join("-"))}getLanguagePartFromCode(e){if(e=yl(e),!e||e.indexOf("-")<0)return e;const n=e.split("-");return this.formatLanguageCode(n[0])}formatLanguageCode(e){if(F(e)&&e.indexOf("-")>-1){if(typeof Intl<"u"&&typeof Intl.getCanonicalLocales<"u")try{let r=Intl.getCanonicalLocales(e)[0];if(r&&this.options.lowerCaseLng&&(r=r.toLowerCase()),r)return r}catch{}const n=["hans","hant","latn","cyrl","cans","mong","arab"];let o=e.split("-");return this.options.lowerCaseLng?o=o.map(r=>r.toLowerCase()):o.length===2?(o[0]=o[0].toLowerCase(),o[1]=o[1].toUpperCase(),n.indexOf(o[1].toLowerCase())>-1&&(o[1]=mm(o[1].toLowerCase()))):o.length===3&&(o[0]=o[0].toLowerCase(),o[1].length===2&&(o[1]=o[1].toUpperCase()),o[0]!=="sgn"&&o[2].length===2&&(o[2]=o[2].toUpperCase()),n.indexOf(o[1].toLowerCase())>-1&&(o[1]=mm(o[1].toLowerCase())),n.indexOf(o[2].toLowerCase())>-1&&(o[2]=mm(o[2].toLowerCase()))),o.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}getBestMatchFromCodes(e){if(!e)return null;let n;return e.forEach(o=>{if(n)return;const r=this.formatLanguageCode(o);(!this.options.supportedLngs||this.isSupportedCode(r))&&(n=r)}),!n&&this.options.supportedLngs&&e.forEach(o=>{if(n)return;const r=this.getLanguagePartFromCode(o);if(this.isSupportedCode(r))return n=r;n=this.options.supportedLngs.find(i=>{if(i===r)return i;if(!(i.indexOf("-")<0&&r.indexOf("-")<0)&&(i.indexOf("-")>0&&r.indexOf("-")<0&&i.substring(0,i.indexOf("-"))===r||i.indexOf(r)===0&&r.length>1))return i})}),n||(n=this.getFallbackCodes(this.options.fallbackLng)[0]),n}getFallbackCodes(e,n){if(!e)return[];if(typeof e=="function"&&(e=e(n)),F(e)&&(e=[e]),Array.isArray(e))return e;if(!n)return e.default||[];let o=e[n];return o||(o=e[this.getScriptPartFromCode(n)]),o||(o=e[this.formatLanguageCode(n)]),o||(o=e[this.getLanguagePartFromCode(n)]),o||(o=e.default),o||[]}toResolveHierarchy(e,n){const o=this.getFallbackCodes(n||this.options.fallbackLng||[],e),r=[],i=s=>{s&&(this.isSupportedCode(s)?r.push(s):this.logger.warn(`rejecting language code not found in supportedLngs: ${s}`))};return F(e)&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?(this.options.load!=="languageOnly"&&i(this.formatLanguageCode(e)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&i(this.getScriptPartFromCode(e)),this.options.load!=="currentOnly"&&i(this.getLanguagePartFromCode(e))):F(e)&&i(this.formatLanguageCode(e)),o.forEach(s=>{r.indexOf(s)<0&&i(this.formatLanguageCode(s))}),r}}let $A=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],CA={1:t=>+(t>1),2:t=>+(t!=1),3:t=>0,4:t=>t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2,5:t=>t==0?0:t==1?1:t==2?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5,6:t=>t==1?0:t>=2&&t<=4?1:2,7:t=>t==1?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2,8:t=>t==1?0:t==2?1:t!=8&&t!=11?2:3,9:t=>+(t>=2),10:t=>t==1?0:t==2?1:t<7?2:t<11?3:4,11:t=>t==1||t==11?0:t==2||t==12?1:t>2&&t<20?2:3,12:t=>+(t%10!=1||t%100==11),13:t=>+(t!==0),14:t=>t==1?0:t==2?1:t==3?2:3,15:t=>t%10==1&&t%100!=11?0:t%10>=2&&(t%100<10||t%100>=20)?1:2,16:t=>t%10==1&&t%100!=11?0:t!==0?1:2,17:t=>t==1||t%10==1&&t%100!=11?0:1,18:t=>t==0?0:t==1?1:2,19:t=>t==1?0:t==0||t%100>1&&t%100<11?1:t%100>10&&t%100<20?2:3,20:t=>t==1?0:t==0||t%100>0&&t%100<20?1:2,21:t=>t%100==1?1:t%100==2?2:t%100==3||t%100==4?3:0,22:t=>t==1?0:t==2?1:(t<0||t>10)&&t%10==0?2:3};const EA=["v1","v2","v3"],NA=["v4"],v1={zero:0,one:1,two:2,few:3,many:4,other:5},AA=()=>{const t={};return $A.forEach(e=>{e.lngs.forEach(n=>{t[n]={numbers:e.nr,plurals:CA[e.fc]}})}),t};class RA{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.languageUtils=e,this.options=n,this.logger=Tt.create("pluralResolver"),(!this.options.compatibilityJSON||NA.includes(this.options.compatibilityJSON))&&(typeof Intl>"u"||!Intl.PluralRules)&&(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=AA(),this.pluralRulesCache={}}addRule(e,n){this.rules[e]=n}clearCache(){this.pluralRulesCache={}}getRule(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(this.shouldUseIntlApi())try{const o=yl(e==="dev"?"en":e),r=n.ordinal?"ordinal":"cardinal",i=JSON.stringify({cleanedCode:o,type:r});if(i in this.pluralRulesCache)return this.pluralRulesCache[i];const s=new Intl.PluralRules(o,{type:r});return this.pluralRulesCache[i]=s,s}catch{return}return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}needsPlural(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const o=this.getRule(e,n);return this.shouldUseIntlApi()?o&&o.resolvedOptions().pluralCategories.length>1:o&&o.numbers.length>1}getPluralFormsOfKey(e,n){let o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(e,o).map(r=>`${n}${r}`)}getSuffixes(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const o=this.getRule(e,n);return o?this.shouldUseIntlApi()?o.resolvedOptions().pluralCategories.sort((r,i)=>v1[r]-v1[i]).map(r=>`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${r}`):o.numbers.map(r=>this.getSuffix(e,r,n)):[]}getSuffix(e,n){let o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const r=this.getRule(e,o);return r?this.shouldUseIntlApi()?`${this.options.prepend}${o.ordinal?`ordinal${this.options.prepend}`:""}${r.select(n)}`:this.getSuffixRetroCompatible(r,n):(this.logger.warn(`no plural rule found for: ${e}`),"")}getSuffixRetroCompatible(e,n){const o=e.noAbs?e.plurals(n):e.plurals(Math.abs(n));let r=e.numbers[o];this.options.simplifyPluralSuffix&&e.numbers.length===2&&e.numbers[0]===1&&(r===2?r="plural":r===1&&(r=""));const i=()=>this.options.prepend&&r.toString()?this.options.prepend+r.toString():r.toString();return this.options.compatibilityJSON==="v1"?r===1?"":typeof r=="number"?`_plural_${r.toString()}`:i():this.options.compatibilityJSON==="v2"||this.options.simplifyPluralSuffix&&e.numbers.length===2&&e.numbers[0]===1?i():this.options.prepend&&o.toString()?this.options.prepend+o.toString():o.toString()}shouldUseIntlApi(){return!EA.includes(this.options.compatibilityJSON)}}const x1=function(t,e,n){let o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:".",r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,i=gA(t,e,n);return!i&&r&&F(n)&&(i=dm(t,n,o),i===void 0&&(i=dm(e,n,o))),i},fm=t=>t.replace(/\$/g,"$$$$");class OA{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=Tt.create("interpolator"),this.options=e,this.format=e.interpolation&&e.interpolation.format||(n=>n),this.init(e)}init(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});const{escape:n,escapeValue:o,useRawValueToEscape:r,prefix:i,prefixEscaped:s,suffix:a,suffixEscaped:l,formatSeparator:c,unescapeSuffix:u,unescapePrefix:m,nestingPrefix:d,nestingPrefixEscaped:p,nestingSuffix:f,nestingSuffixEscaped:y,nestingOptionsSeparator:h,maxReplaces:g,alwaysFormat:S}=e.interpolation;this.escape=n!==void 0?n:wA,this.escapeValue=o!==void 0?o:!0,this.useRawValueToEscape=r!==void 0?r:!1,this.prefix=i?hr(i):s||"{{",this.suffix=a?hr(a):l||"}}",this.formatSeparator=c||",",this.unescapePrefix=u?"":m||"-",this.unescapeSuffix=this.unescapePrefix?"":u||"",this.nestingPrefix=d?hr(d):p||hr("$t("),this.nestingSuffix=f?hr(f):y||hr(")"),this.nestingOptionsSeparator=h||",",this.maxReplaces=g||1e3,this.alwaysFormat=S!==void 0?S:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=(n,o)=>n&&n.source===o?(n.lastIndex=0,n):new RegExp(o,"g");this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}(.+?)${this.nestingSuffix}`)}interpolate(e,n,o,r){let i,s,a;const l=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},c=p=>{if(p.indexOf(this.formatSeparator)<0){const g=x1(n,l,p,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(g,void 0,o,{...r,...n,interpolationkey:p}):g}const f=p.split(this.formatSeparator),y=f.shift().trim(),h=f.join(this.formatSeparator).trim();return this.format(x1(n,l,y,this.options.keySeparator,this.options.ignoreJSONStructure),h,o,{...r,...n,interpolationkey:y})};this.resetRegExp();const u=r&&r.missingInterpolationHandler||this.options.missingInterpolationHandler,m=r&&r.interpolation&&r.interpolation.skipOnVariables!==void 0?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:p=>fm(p)},{regex:this.regexp,safeValue:p=>this.escapeValue?fm(this.escape(p)):fm(p)}].forEach(p=>{for(a=0;i=p.regex.exec(e);){const f=i[1].trim();if(s=c(f),s===void 0)if(typeof u=="function"){const h=u(e,i,r);s=F(h)?h:""}else if(r&&Object.prototype.hasOwnProperty.call(r,f))s="";else if(m){s=i[0];continue}else this.logger.warn(`missed to pass in variable ${f} for interpolating ${e}`),s="";else!F(s)&&!this.useRawValueToEscape&&(s=m1(s));const y=p.safeValue(s);if(e=e.replace(i[0],y),m?(p.regex.lastIndex+=s.length,p.regex.lastIndex-=i[0].length):p.regex.lastIndex=0,a++,a>=this.maxReplaces)break}}),e}nest(e,n){let o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r,i,s;const a=(l,c)=>{const u=this.nestingOptionsSeparator;if(l.indexOf(u)<0)return l;const m=l.split(new RegExp(`${u}[ ]*{`));let d=`{${m[1]}`;l=m[0],d=this.interpolate(d,s);const p=d.match(/'/g),f=d.match(/"/g);(p&&p.length%2===0&&!f||f.length%2!==0)&&(d=d.replace(/'/g,'"'));try{s=JSON.parse(d),c&&(s={...c,...s})}catch(y){return this.logger.warn(`failed parsing options string in nesting for key ${l}`,y),`${l}${u}${d}`}return s.defaultValue&&s.defaultValue.indexOf(this.prefix)>-1&&delete s.defaultValue,l};for(;r=this.nestingRegexp.exec(e);){let l=[];s={...o},s=s.replace&&!F(s.replace)?s.replace:s,s.applyPostProcessor=!1,delete s.defaultValue;let c=!1;if(r[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(r[1])){const u=r[1].split(this.formatSeparator).map(m=>m.trim());r[1]=u.shift(),l=u,c=!0}if(i=n(a.call(this,r[1].trim(),s),s),i&&r[0]===e&&!F(i))return i;F(i)||(i=m1(i)),i||(this.logger.warn(`missed to resolve ${r[1]} for nesting ${e}`),i=""),c&&(i=l.reduce((u,m)=>this.format(u,m,o.lng,{...o,interpolationkey:r[1].trim()}),i.trim())),e=e.replace(r[0],i),this.regexp.lastIndex=0}return e}}const DA=t=>{let e=t.toLowerCase().trim();const n={};if(t.indexOf("(")>-1){const o=t.split("(");e=o[0].toLowerCase().trim();const r=o[1].substring(0,o[1].length-1);e==="currency"&&r.indexOf(":")<0?n.currency||(n.currency=r.trim()):e==="relativetime"&&r.indexOf(":")<0?n.range||(n.range=r.trim()):r.split(";").forEach(s=>{if(s){const[a,...l]=s.split(":"),c=l.join(":").trim().replace(/^'+|'+$/g,""),u=a.trim();n[u]||(n[u]=c),c==="false"&&(n[u]=!1),c==="true"&&(n[u]=!0),isNaN(c)||(n[u]=parseInt(c,10))}})}return{formatName:e,formatOptions:n}},gr=t=>{const e={};return(n,o,r)=>{let i=r;r&&r.interpolationkey&&r.formatParams&&r.formatParams[r.interpolationkey]&&r[r.interpolationkey]&&(i={...i,[r.interpolationkey]:void 0});const s=o+JSON.stringify(i);let a=e[s];return a||(a=t(yl(o),r),e[s]=a),a(n)}};class MA{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=Tt.create("formatter"),this.options=e,this.formats={number:gr((n,o)=>r=>new Intl.NumberFormat(n,{...o}).format(r)),currency:gr((n,o)=>r=>new Intl.NumberFormat(n,{...o,style:"currency"}).format(r)),datetime:gr((n,o)=>r=>new Intl.DateTimeFormat(n,{...o}).format(r)),relativetime:gr((n,o)=>r=>new Intl.RelativeTimeFormat(n,{...o}).format(r,o.range||"day")),list:gr((n,o)=>r=>new Intl.ListFormat(n,{...o}).format(r))},this.init(e)}init(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};this.formatSeparator=n.interpolation.formatSeparator||","}add(e,n){this.formats[e.toLowerCase().trim()]=n}addCached(e,n){this.formats[e.toLowerCase().trim()]=gr(n)}format(e,n,o){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const i=n.split(this.formatSeparator);if(i.length>1&&i[0].indexOf("(")>1&&i[0].indexOf(")")<0&&i.find(a=>a.indexOf(")")>-1)){const a=i.findIndex(l=>l.indexOf(")")>-1);i[0]=[i[0],...i.splice(1,a)].join(this.formatSeparator)}return i.reduce((a,l)=>{const{formatName:c,formatOptions:u}=DA(l);if(this.formats[c]){let m=a;try{const d=r&&r.formatParams&&r.formatParams[r.interpolationkey]||{},p=d.locale||d.lng||r.locale||r.lng||o;m=this.formats[c](a,p,{...u,...r,...d})}catch(d){this.logger.warn(d)}return m}else this.logger.warn(`there was no format function for ${c}`);return a},e)}}const TA=(t,e)=>{t.pending[e]!==void 0&&(delete t.pending[e],t.pendingCount--)};class jA extends Sl{constructor(e,n,o){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};super(),this.backend=e,this.store=n,this.services=o,this.languageUtils=o.languageUtils,this.options=r,this.logger=Tt.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=r.maxParallelReads||10,this.readingCalls=0,this.maxRetries=r.maxRetries>=0?r.maxRetries:5,this.retryTimeout=r.retryTimeout>=1?r.retryTimeout:350,this.state={},this.queue=[],this.backend&&this.backend.init&&this.backend.init(o,r.backend,r)}queueLoad(e,n,o,r){const i={},s={},a={},l={};return e.forEach(c=>{let u=!0;n.forEach(m=>{const d=`${c}|${m}`;!o.reload&&this.store.hasResourceBundle(c,m)?this.state[d]=2:this.state[d]<0||(this.state[d]===1?s[d]===void 0&&(s[d]=!0):(this.state[d]=1,u=!1,s[d]===void 0&&(s[d]=!0),i[d]===void 0&&(i[d]=!0),l[m]===void 0&&(l[m]=!0)))}),u||(a[c]=!0)}),(Object.keys(i).length||Object.keys(s).length)&&this.queue.push({pending:s,pendingCount:Object.keys(s).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(i),pending:Object.keys(s),toLoadLanguages:Object.keys(a),toLoadNamespaces:Object.keys(l)}}loaded(e,n,o){const r=e.split("|"),i=r[0],s=r[1];n&&this.emit("failedLoading",i,s,n),!n&&o&&this.store.addResourceBundle(i,s,o,void 0,void 0,{skipCopy:!0}),this.state[e]=n?-1:2,n&&o&&(this.state[e]=0);const a={};this.queue.forEach(l=>{hA(l.loaded,[i],s),TA(l,e),n&&l.errors.push(n),l.pendingCount===0&&!l.done&&(Object.keys(l.loaded).forEach(c=>{a[c]||(a[c]={});const u=l.loaded[c];u.length&&u.forEach(m=>{a[c][m]===void 0&&(a[c][m]=!0)})}),l.done=!0,l.errors.length?l.callback(l.errors):l.callback())}),this.emit("loaded",a),this.queue=this.queue.filter(l=>!l.done)}read(e,n,o){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,i=arguments.length>4&&arguments[4]!==void 0?arguments[4]:this.retryTimeout,s=arguments.length>5?arguments[5]:void 0;if(!e.length)return s(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:e,ns:n,fcName:o,tried:r,wait:i,callback:s});return}this.readingCalls++;const a=(c,u)=>{if(this.readingCalls--,this.waitingReads.length>0){const m=this.waitingReads.shift();this.read(m.lng,m.ns,m.fcName,m.tried,m.wait,m.callback)}if(c&&u&&r<this.maxRetries){setTimeout(()=>{this.read.call(this,e,n,o,r+1,i*2,s)},i);return}s(c,u)},l=this.backend[o].bind(this.backend);if(l.length===2){try{const c=l(e,n);c&&typeof c.then=="function"?c.then(u=>a(null,u)).catch(a):a(null,c)}catch(c){a(c)}return}return l(e,n,a)}prepareLoading(e,n){let o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=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."),r&&r();F(e)&&(e=this.languageUtils.toResolveHierarchy(e)),F(n)&&(n=[n]);const i=this.queueLoad(e,n,o,r);if(!i.toLoad.length)return i.pending.length||r(),null;i.toLoad.forEach(s=>{this.loadOne(s)})}load(e,n,o){this.prepareLoading(e,n,{},o)}reload(e,n,o){this.prepareLoading(e,n,{reload:!0},o)}loadOne(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const o=e.split("|"),r=o[0],i=o[1];this.read(r,i,"read",void 0,void 0,(s,a)=>{s&&this.logger.warn(`${n}loading namespace ${i} for language ${r} failed`,s),!s&&a&&this.logger.log(`${n}loaded namespace ${i} for language ${r}`,a),this.loaded(e,s,a)})}saveMissing(e,n,o,r,i){let s=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},a=arguments.length>6&&arguments[6]!==void 0?arguments[6]:()=>{};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(n)){this.logger.warn(`did not save key "${o}" as the namespace "${n}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}if(!(o==null||o==="")){if(this.backend&&this.backend.create){const l={...s,isUpdate:i},c=this.backend.create.bind(this.backend);if(c.length<6)try{let u;c.length===5?u=c(e,n,o,r,l):u=c(e,n,o,r),u&&typeof u.then=="function"?u.then(m=>a(null,m)).catch(a):a(null,u)}catch(u){a(u)}else c(e,n,o,r,a,l)}!e||!e[0]||this.store.addResource(e[0],n,o,r)}}}const k1=()=>({debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:t=>{let e={};if(typeof t[1]=="object"&&(e=t[1]),F(t[1])&&(e.defaultValue=t[1]),F(t[2])&&(e.tDescription=t[2]),typeof t[2]=="object"||typeof t[3]=="object"){const n=t[3]||t[2];Object.keys(n).forEach(o=>{e[o]=n[o]})}return e},interpolation:{escapeValue:!0,format:t=>t,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),$1=t=>(F(t.ns)&&(t.ns=[t.ns]),F(t.fallbackLng)&&(t.fallbackLng=[t.fallbackLng]),F(t.fallbackNS)&&(t.fallbackNS=[t.fallbackNS]),t.supportedLngs&&t.supportedLngs.indexOf("cimode")<0&&(t.supportedLngs=t.supportedLngs.concat(["cimode"])),t),vl=()=>{},PA=t=>{Object.getOwnPropertyNames(Object.getPrototypeOf(t)).forEach(n=>{typeof t[n]=="function"&&(t[n]=t[n].bind(t))})};class Yi extends Sl{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;if(super(),this.options=$1(e),this.services={},this.logger=Tt,this.modules={external:[]},PA(this),n&&!this.isInitialized&&!e.isClone){if(!this.options.initImmediate)return this.init(e,n),this;setTimeout(()=>{this.init(e,n)},0)}}init(){var e=this;let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,typeof n=="function"&&(o=n,n={}),!n.defaultNS&&n.defaultNS!==!1&&n.ns&&(F(n.ns)?n.defaultNS=n.ns:n.ns.indexOf("translation")<0&&(n.defaultNS=n.ns[0]));const r=k1();this.options={...r,...this.options,...$1(n)},this.options.compatibilityAPI!=="v1"&&(this.options.interpolation={...r.interpolation,...this.options.interpolation}),n.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=n.keySeparator),n.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=n.nsSeparator);const i=u=>u?typeof u=="function"?new u:u:null;if(!this.options.isClone){this.modules.logger?Tt.init(i(this.modules.logger),this.options):Tt.init(null,this.options);let u;this.modules.formatter?u=this.modules.formatter:typeof Intl<"u"&&(u=MA);const m=new b1(this.options);this.store=new y1(this.options.resources,this.options);const d=this.services;d.logger=Tt,d.resourceStore=this.store,d.languageUtils=m,d.pluralResolver=new RA(m,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),u&&(!this.options.interpolation.format||this.options.interpolation.format===r.interpolation.format)&&(d.formatter=i(u),d.formatter.init(d,this.options),this.options.interpolation.format=d.formatter.format.bind(d.formatter)),d.interpolator=new OA(this.options),d.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},d.backendConnector=new jA(i(this.modules.backend),d.resourceStore,d,this.options),d.backendConnector.on("*",function(p){for(var f=arguments.length,y=new Array(f>1?f-1:0),h=1;h<f;h++)y[h-1]=arguments[h];e.emit(p,...y)}),this.modules.languageDetector&&(d.languageDetector=i(this.modules.languageDetector),d.languageDetector.init&&d.languageDetector.init(d,this.options.detection,this.options)),this.modules.i18nFormat&&(d.i18nFormat=i(this.modules.i18nFormat),d.i18nFormat.init&&d.i18nFormat.init(this)),this.translator=new bl(this.services,this.options),this.translator.on("*",function(p){for(var f=arguments.length,y=new Array(f>1?f-1:0),h=1;h<f;h++)y[h-1]=arguments[h];e.emit(p,...y)}),this.modules.external.forEach(p=>{p.init&&p.init(this)})}if(this.format=this.options.interpolation.format,o||(o=vl),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const u=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);u.length>0&&u[0]!=="dev"&&(this.options.lng=u[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(u=>{this[u]=function(){return e.store[u](...arguments)}}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(u=>{this[u]=function(){return e.store[u](...arguments),e}});const l=_i(),c=()=>{const u=(m,d)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),l.resolve(d),o(m,d)};if(this.languages&&this.options.compatibilityAPI!=="v1"&&!this.isInitialized)return u(null,this.t.bind(this));this.changeLanguage(this.options.lng,u)};return this.options.resources||!this.options.initImmediate?c():setTimeout(c,0),l}loadResources(e){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:vl;const r=F(e)?e:this.language;if(typeof e=="function"&&(o=e),!this.options.resources||this.options.partialBundledLanguages){if(r&&r.toLowerCase()==="cimode"&&(!this.options.preload||this.options.preload.length===0))return o();const i=[],s=a=>{if(!a||a==="cimode")return;this.services.languageUtils.toResolveHierarchy(a).forEach(c=>{c!=="cimode"&&i.indexOf(c)<0&&i.push(c)})};r?s(r):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(l=>s(l)),this.options.preload&&this.options.preload.forEach(a=>s(a)),this.services.backendConnector.load(i,this.options.ns,a=>{!a&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),o(a)})}else o(null)}reloadResources(e,n,o){const r=_i();return typeof e=="function"&&(o=e,e=void 0),typeof n=="function"&&(o=n,n=void 0),e||(e=this.languages),n||(n=this.options.ns),o||(o=vl),this.services.backendConnector.reload(e,n,i=>{r.resolve(),o(i)}),r}use(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return e.type==="backend"&&(this.modules.backend=e),(e.type==="logger"||e.log&&e.warn&&e.error)&&(this.modules.logger=e),e.type==="languageDetector"&&(this.modules.languageDetector=e),e.type==="i18nFormat"&&(this.modules.i18nFormat=e),e.type==="postProcessor"&&w1.addPostProcessor(e),e.type==="formatter"&&(this.modules.formatter=e),e.type==="3rdParty"&&this.modules.external.push(e),this}setResolvedLanguage(e){if(!(!e||!this.languages)&&!(["cimode","dev"].indexOf(e)>-1))for(let n=0;n<this.languages.length;n++){const o=this.languages[n];if(!(["cimode","dev"].indexOf(o)>-1)&&this.store.hasLanguageSomeTranslations(o)){this.resolvedLanguage=o;break}}}changeLanguage(e,n){var o=this;this.isLanguageChangingTo=e;const r=_i();this.emit("languageChanging",e);const i=l=>{this.language=l,this.languages=this.services.languageUtils.toResolveHierarchy(l),this.resolvedLanguage=void 0,this.setResolvedLanguage(l)},s=(l,c)=>{c?(i(c),this.translator.changeLanguage(c),this.isLanguageChangingTo=void 0,this.emit("languageChanged",c),this.logger.log("languageChanged",c)):this.isLanguageChangingTo=void 0,r.resolve(function(){return o.t(...arguments)}),n&&n(l,function(){return o.t(...arguments)})},a=l=>{!e&&!l&&this.services.languageDetector&&(l=[]);const c=F(l)?l:this.services.languageUtils.getBestMatchFromCodes(l);c&&(this.language||i(c),this.translator.language||this.translator.changeLanguage(c),this.services.languageDetector&&this.services.languageDetector.cacheUserLanguage&&this.services.languageDetector.cacheUserLanguage(c)),this.loadResources(c,u=>{s(u,c)})};return!e&&this.services.languageDetector&&!this.services.languageDetector.async?a(this.services.languageDetector.detect()):!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(a):this.services.languageDetector.detect(a):a(e),r}getFixedT(e,n,o){var r=this;const i=function(s,a){let l;if(typeof a!="object"){for(var c=arguments.length,u=new Array(c>2?c-2:0),m=2;m<c;m++)u[m-2]=arguments[m];l=r.options.overloadTranslationOptionHandler([s,a].concat(u))}else l={...a};l.lng=l.lng||i.lng,l.lngs=l.lngs||i.lngs,l.ns=l.ns||i.ns,l.keyPrefix!==""&&(l.keyPrefix=l.keyPrefix||o||i.keyPrefix);const d=r.options.keySeparator||".";let p;return l.keyPrefix&&Array.isArray(s)?p=s.map(f=>`${l.keyPrefix}${d}${f}`):p=l.keyPrefix?`${l.keyPrefix}${d}${s}`:s,r.t(p,l)};return F(e)?i.lng=e:i.lngs=e,i.ns=n,i.keyPrefix=o,i}t(){return this.translator&&this.translator.translate(...arguments)}exists(){return this.translator&&this.translator.exists(...arguments)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;const o=n.lng||this.resolvedLanguage||this.languages[0],r=this.options?this.options.fallbackLng:!1,i=this.languages[this.languages.length-1];if(o.toLowerCase()==="cimode")return!0;const s=(a,l)=>{const c=this.services.backendConnector.state[`${a}|${l}`];return c===-1||c===0||c===2};if(n.precheck){const a=n.precheck(this,s);if(a!==void 0)return a}return!!(this.hasResourceBundle(o,e)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||s(o,e)&&(!r||s(i,e)))}loadNamespaces(e,n){const o=_i();return this.options.ns?(F(e)&&(e=[e]),e.forEach(r=>{this.options.ns.indexOf(r)<0&&this.options.ns.push(r)}),this.loadResources(r=>{o.resolve(),n&&n(r)}),o):(n&&n(),Promise.resolve())}loadLanguages(e,n){const o=_i();F(e)&&(e=[e]);const r=this.options.preload||[],i=e.filter(s=>r.indexOf(s)<0&&this.services.languageUtils.isSupportedCode(s));return i.length?(this.options.preload=r.concat(i),this.loadResources(s=>{o.resolve(),n&&n(s)}),o):(n&&n(),Promise.resolve())}dir(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!e)return"rtl";const n=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"],o=this.services&&this.services.languageUtils||new b1(k1());return n.indexOf(o.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;return new Yi(e,n)}cloneInstance(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:vl;const o=e.forkResourceStore;o&&delete e.forkResourceStore;const r={...this.options,...e,isClone:!0},i=new Yi(r);return(e.debug!==void 0||e.prefix!==void 0)&&(i.logger=i.logger.clone(e)),["store","services","language"].forEach(a=>{i[a]=this[a]}),i.services={...this.services},i.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},o&&(i.store=new y1(this.store.data,r),i.services.resourceStore=i.store),i.translator=new bl(i.services,r),i.translator.on("*",function(a){for(var l=arguments.length,c=new Array(l>1?l-1:0),u=1;u<l;u++)c[u-1]=arguments[u];i.emit(a,...c)}),i.init(r,n),i.translator.options=r,i.translator.backendConnector.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},i}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const C1=Yi.createInstance();C1.createInstance=Yi.createInstance;var IA=C1;const LA=IA,E1=["af","ar","bg","bn","bs","ca","cs","da","de","de-CH","el","en","eo","es","et","fa","fi","fr","gd","he","hi","hr","hu","id","is","it","ja","ko","kz","lt","mk","mn","ms","ne","nl","nn","no","pl","pt","pt-BR","ro","ru","si","sk","sl","sq","sr","sr-Cyrl","sv","th","tr","uk","ur","uz","vi","zh","zh-Hant","sw","ta"];function N1(t,e){return t.reduce((n,o)=>{let r;try{r=u1("/ghost/i18n/lib")(`../locales/${o}/${e}.json`)}catch{r=u1("/ghost/i18n/lib")(`../locales/en/${e}.json`)}return n[o]={[e]:{...r,...r.default&&typeof r.default=="object"?r.default:{}}},n},{})}hl.exports=(t="en",e="portal")=>{const n=LA.createInstance();let o={};e==="newsletter"&&(o={prefix:"{",suffix:"}"});let r=N1(E1,e);return n.init({lng:t,nsSeparator:!1,keySeparator:!1,returnEmptyString:!1,fallbackLng:!1,ns:e,defaultNS:e,interpolation:o,resources:r}),n},hl.exports.SUPPORTED_LOCALES=E1,hl.exports.generateResources=N1;var zA=hl.exports,FA=zA;const HA=Ze(FA);function BA({siteUrl:t=window.location.origin,apiUrl:e,apiKey:n}){const o="members/api";function r({type:c,resource:u,params:m=""}){return c==="members"?`${t.replace(/\/$/,"")}/${o}/${u}/${m}`:""}function i({resource:c,params:u=""}){return e&&n?`${e.replace(/\/$/,"")}/${c}/?key=${n}&limit=all${u}`:""}function s({url:c,method:u="GET",headers:m={},credentials:d=void 0,body:p=void 0}){return fetch(c,{method:u,headers:m,credentials:d,body:p})}let a=null;const l={site:{settings(){const c=i({resource:"settings"});return s({url:c,method:"GET",headers:{"Content-Type":"application/json"}}).then(function(u){if(u.ok)return u.json();throw new Error("Failed to fetch site data")})}},member:{identity(){const c=r({type:"members",resource:"session"});return s({url:c,credentials:"same-origin"}).then(function(u){return!u.ok||u.status===204?null:u.text()})},sessionData(){const c=r({type:"members",resource:"member"});return s({url:c,credentials:"same-origin"}).then(function(u){return!u.ok||u.status===204?null:u.json()})},update({name:c,expertise:u}){const m=r({type:"members",resource:"member"});return s({url:m,method:"PUT",headers:{"Content-Type":"application/json"},credentials:"same-origin",body:JSON.stringify({name:c,expertise:u})}).then(function(p){return p.ok?p.json():null})}},comments:{async count({postId:c}){const u=c?`?ids=${c}`:"",m=r({type:"members",resource:"comments/counts",params:u}),p=await(await s({url:m,method:"GET",headers:{"Content-Type":"application/json"},credentials:"same-origin"})).json();return c?p[c]:p},browse({page:c,postId:u,order:m}){let d=null;a&&!m&&(d=`created_at:<=${a}`);const p=new URLSearchParams;p.set("limit","20"),d&&p.set("filter",d),p.set("page",c.toString()),m&&p.set("order",m);const f=r({type:"members",resource:`comments/post/${u}`,params:`?${p.toString()}`}),y=s({url:f,method:"GET",headers:{"Content-Type":"application/json"},credentials:"same-origin"}).then(function(h){if(h.ok)return h.json();throw new Error("Failed to fetch comments")});return a||y.then(h=>{const g=h.comments[0];g&&(a=g.created_at)}),y},async replies({commentId:c,afterReplyId:u,limit:m}){const d=encodeURIComponent(`id:>'${u}'`),p=r({type:"members",resource:`comments/${c}/replies`,params:`?limit=${m??5}&filter=${d}`}),f=await s({url:p,method:"GET",headers:{"Content-Type":"application/json"},credentials:"same-origin"});if(f.ok)return f.json();throw new Error("Failed to fetch replies")},add({comment:c}){const u={comments:[c]},m=r({type:"members",resource:"comments"});return s({url:m,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(u)}).then(function(d){if(d.ok)return d.json();throw new Error("Failed to add comment")})},edit({comment:c}){const u={comments:[c]},m=r({type:"members",resource:`comments/${c.id}`});return s({url:m,method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(u)}).then(function(d){if(d.ok)return d.json();throw new Error("Failed to edit comment")})},read(c){const u=r({type:"members",resource:`comments/${c}`});return s({url:u,method:"GET",credentials:"same-origin"}).then(function(m){if(m.ok)return m.json();throw new Error("Failed to read comment")})},like({comment:c}){const u=r({type:"members",resource:`comments/${c.id}/like`});return s({url:u,method:"POST",headers:{"Content-Type":"application/json"}}).then(function(m){if(m.ok)return"Success";throw new Error("Failed to like comment")})},unlike({comment:c}){const u={comments:[c]},m=r({type:"members",resource:`comments/${c.id}/like`});return s({url:m,method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify(u)}).then(function(d){if(d.ok)return"Success";throw new Error("Failed to unlike comment")})},report({comment:c}){const u=r({type:"members",resource:`comments/${c.id}/report`});return s({url:u,method:"POST",headers:{"Content-Type":"application/json"}}).then(function(m){if(m.ok)return"Success";throw new Error("Failed to report comment")})}},init:()=>{}};return l.init=async()=>{const[c]=await Promise.all([l.member.sessionData()]);let u={};try{const m=await l.site.settings();m.settings.labs&&Object.assign(u,m.settings.labs)}catch{u={}}return{member:c,labs:u}},l}async function VA({state:t,api:e,options:n,order:o}){let r=1;t.pagination&&t.pagination.page&&(r=t.pagination.page+1);let i;return t.admin&&t.adminApi&&t.labs.commentImprovements?i=await t.adminApi.browse({page:r,postId:n.postId,order:o||t.order}):i=await e.comments.browse({page:r,postId:n.postId,order:o||t.order}),{comments:[...t.comments,...i.comments],pagination:i.meta.pagination}}async function UA({state:t,data:{order:e},options:n,api:o}){let r;return t.admin&&t.adminApi&&t.labs.commentImprovements&&(r=await t.adminApi.browse({page:1,postId:n.postId,order:e})),r=await o.comments.browse({page:1,postId:n.postId,order:e}),{comments:[...r.comments],pagination:r.meta.pagination,order:e}}async function A1({state:t,api:e,data:{comment:n,limit:o},isReply:r}){var s,a;let i;return t.admin&&t.adminApi&&t.labs.commentImprovements&&!r?i=await t.adminApi.replies({commentId:n.id,afterReplyId:(s=n.replies[n.replies.length-1])==null?void 0:s.id,limit:o}):i=await e.comments.replies({commentId:n.id,afterReplyId:(a=n.replies[n.replies.length-1])==null?void 0:a.id,limit:o}),{comments:t.comments.map(l=>l.id===n.id?{...n,replies:[...n.replies,...i.comments]}:l)}}async function _A({state:t,api:e,data:n}){return n=(await e.comments.add({comment:n})).comments[0],{comments:[n,...t.comments],commentCount:t.commentCount+1}}async function JA({state:t,api:e,data:{reply:n,parent:o}}){let r=n;return r.parent_id=o.id,r=(await e.comments.add({comment:r})).comments[0],{comments:t.comments.map(s=>s.id===o.id?{...o,replies:[...o.replies,r],count:{...o.count,replies:o.count.replies+1}}:s),commentCount:t.commentCount+1}}async function YA({state:t,data:e}){return t.admin&&t.adminApi&&t.labs.commentImprovements&&await t.adminApi.hideComment(e.id),{comments:t.comments.map(n=>{const o=n.replies.map(r=>r.id===e.id?{...r,status:"hidden"}:r);return n.id===e.id?{...n,status:"hidden",replies:o}:{...n,replies:o}}),commentCount:t.commentCount-1}}async function KA({state:t,api:e,data:n}){t.admin&&t.adminApi&&t.labs.commentImprovements&&await t.adminApi.read({commentId:n.id});const r=(await e.comments.read(n.id)).comments[0];return{comments:t.comments.map(i=>{const s=i.replies.map(a=>a.id===n.id?r:a);return i.id===n.id?r:{...i,replies:s}}),commentCount:t.commentCount+1}}async function WA({state:t,api:e,data:n}){return await e.comments.like({comment:n}),{comments:t.comments.map(o=>{const r=o.replies.map(i=>i.id===n.id?{...i,liked:!0,count:{...i.count,likes:i.count.likes+1}}:i);return o.id===n.id?{...o,liked:!0,replies:r,count:{...o.count,likes:o.count.likes+1}}:{...o,replies:r}})}}async function qA({api:t,data:e}){return await t.comments.report({comment:e}),{}}async function GA({state:t,api:e,data:n}){return await e.comments.unlike({comment:n}),{comments:t.comments.map(o=>{const r=o.replies.map(i=>i.id===n.id?{...i,liked:!1,count:{...i.count,likes:i.count.likes-1}}:i);return o.id===n.id?{...o,liked:!1,replies:r,count:{...o.count,likes:o.count.likes-1}}:{...o,replies:r}})}}async function QA({state:t,api:e,data:n}){return await e.comments.edit({comment:{id:n.id,status:"deleted"}}),{comments:t.comments.map(o=>{const r=o.replies.map(i=>i.id===n.id?{...i,status:"deleted"}:i);return o.id===n.id?{...o,status:"deleted",replies:r}:{...o,replies:r}}),commentCount:t.commentCount-1}}async function ZA({state:t,api:e,data:{comment:n,parent:o}}){return n=(await e.comments.edit({comment:n})).comments[0],{comments:t.comments.map(i=>o&&o.id===i.id?{...i,replies:i.replies.map(s=>s.id===n.id?n:s)}:i.id===n.id?n:i)}}async function XA({data:t,state:e,api:n}){var l,c;const{name:o,expertise:r}=t,i={},s=(l=e==null?void 0:e.member)==null?void 0:l.name;o&&s!==o&&(i.name=o);const a=(c=e==null?void 0:e.member)==null?void 0:c.expertise;if(r!==void 0&&a!==r&&(i.expertise=r),Object.keys(i).length>0)try{const u=await n.member.update(i);if(!u)throw new Error("Failed to update member");return{member:u,success:!0}}catch(u){return{success:!1,error:u}}return null}function e2({data:t}){return{popup:t}}function t2(){return{popup:null}}async function n2({data:t,api:e,state:n}){let o={};const r=t.parent_id||t.id;if(t.type==="reply"&&!n.openCommentForms.some(a=>a.id===r||a.parent_id===r)){const a=n.comments.find(c=>c.id===r),l=await A1({state:n,api:e,data:{comment:a,limit:"all"},isReply:!0});o={...o,...l}}const i=n.openCommentForms.filter(a=>a.hasUnsavedChanges),s=i.findIndex(a=>a.id===t.id);return s>-1?(i[s]=t,{openCommentForms:i,...o}):{openCommentForms:[...i,t],...o}}function o2({data:{id:t,hasUnsavedChanges:e},state:n}){return{openCommentForms:n.openCommentForms.map(r=>r.id===t?{...r,hasUnsavedChanges:e}:{...r})}}function r2({data:t,state:e}){return{openCommentForms:e.openCommentForms.filter(n=>n.id!==t)}}const R1={openPopup:e2,closePopup:t2,closeCommentForm:r2,setCommentFormHasUnsavedChanges:o2},i2={addComment:_A,editComment:ZA,hideComment:YA,deleteComment:QA,showComment:KA,likeComment:WA,unlikeComment:GA,reportComment:qA,addReply:JA,loadMoreComments:VA,loadMoreReplies:A1,updateMember:XA,setOrder:UA,openCommentForm:n2};function s2(t){return!!R1[t]}async function a2({action:t,data:e,state:n,api:o,adminApi:r,options:i}){const s=i2[t];return s?await s({data:e,state:n,api:o,adminApi:r,options:i})||{}:{}}function l2({action:t,data:e,state:n,api:o,adminApi:r,options:i}){const s=R1[t];return s?s({data:e,state:n,api:o,adminApi:r,options:i})||{}:{}}function c2({adminUrl:t}){const e=document.querySelector('iframe[data-frame="admin-auth"]');let n=1;const o={},r=new URL(t).origin;let i=null;window.addEventListener("message",function(l){if(l.origin!==r)return;let c=null;try{c=JSON.parse(l.data)}catch{return}const u=o[c.uid];u&&(delete o[c.uid],u(c.error,c.result))});function s(l,c){return new Promise((u,m)=>{function d(p,f){return p?m(p):u(f)}n+=1,o[n]=d,e.contentWindow.postMessage(JSON.stringify({uid:n,action:l,...c}),r)})}return{async getUser(){const l=await s("getUser");return!l||!l.users?null:l.users[0]},async hideComment(l){return await s("hideComment",{id:l})},async showComment(l){return await s("showComment",{id:l})},async browse({page:l,postId:c,order:u}){let m=null;i&&!u&&(m=`created_at:<=${i}`);const d=new URLSearchParams;d.set("limit","20"),m&&d.set("filter",m),d.set("page",l.toString()),u&&d.set("order",u);const p=await s("browseComments",{postId:c,params:d.toString()});if(!i){const f=p.comments[0];f&&(i=f.created_at)}return p},async replies({commentId:l,afterReplyId:c,limit:u}){const m=`id:>'${c}'`,d=new URLSearchParams;return u&&d.set("limit",u.toString()),m&&d.set("filter",m),await s("getReplies",{commentId:l,params:d.toString()})},async read({commentId:l}){return await s("readComment",{commentId:l})}}}function u2(t){const e=_.useCallback(()=>{const i=t.dataset,s=i.ghostComments||window.location.origin,a=i.key,l=i.api,c=i.admin,u=i.postId||"",m=i.colorScheme,d=i.avatarSaturation?parseInt(i.avatarSaturation):void 0,p=i.accentColor??"#000000",f=i.commentsEnabled,y=i.title==="null"?null:i.title??"",h=i.count==="true",g=i.publication??"";return{locale:i.locale??"en",siteUrl:s,apiKey:a,apiUrl:l,postId:u,adminUrl:c,colorScheme:m,avatarSaturation:d,accentColor:p,commentsEnabled:f,title:y,showCount:h,publication:g}},[t]),n=k.useMemo(()=>e(),[]),[o,r]=_.useState(n);return _.useEffect(()=>{const i=new MutationObserver(s=>{s.some(a=>a.type==="attributes")&&r(e())});return i.observe(t,{attributes:!0}),()=>{i.disconnect()}},[t,e]),o}const d2=({scriptTag:t})=>{const e=u2(t),[n,o]=k.useState({initStatus:"running",member:null,admin:null,comments:[],pagination:null,commentCount:0,openCommentForms:[],popup:null,labs:{},order:"count__likes desc, created_at desc",adminApi:null}),r=_.createRef(),i=_.useMemo(()=>BA({siteUrl:e.siteUrl,apiUrl:e.apiUrl,apiKey:e.apiKey}),[e]),s=k.useCallback(f=>{o(y=>(typeof f=="function"&&(f=f(y)),{...y,...f}))},[o]),a=k.useCallback(async(f,y)=>{if(s2(f)){s(h=>l2({action:f,data:y,state:h,api:i,adminApi:h.adminApi,options:e}));return}return new Promise(h=>{s(g=>(a2({action:f,data:y,state:g,api:i,adminApi:g.adminApi,options:e}).then(S=>{const b={...S};h(b),s(b)}).catch(console.error),{}))})},[i,e]),l=k.useMemo(()=>HA(e.locale,"comments"),[e.locale]),c={...e,...n,t:l.t,dispatchAction:a,openFormCount:k.useMemo(()=>n.openCommentForms.length,[n.openCommentForms])},u=async()=>{if(!(n.adminApi||!e.adminUrl))try{const f=c2({adminUrl:e.adminUrl});let y=null;try{if(y=await f.getUser(),y&&n.labs.commentImprovements){const h=await f.browse({page:1,postId:e.postId,order:n.order});s({...n,adminApi:f,comments:h.comments,pagination:h.meta.pagination,commentCount:h.meta.pagination.total})}}catch(h){console.warn("[Comments] Failed to fetch current admin user:",h)}s({adminApi:f,admin:y})}catch(f){console.error("[Comments] Failed to initialize admin authentication:",f)}},m=async f=>{let y;f!=null&&f.commentImprovements?y=i.comments.browse({page:1,postId:e.postId,order:n.order}):y=i.comments.browse({page:1,postId:e.postId});const h=i.comments.count({postId:e.postId}),[g,S]=await Promise.all([y,h]);return{comments:g.comments,pagination:g.meta.pagination,count:S}},d=async()=>{try{const{member:f,labs:y}=await i.init(),{comments:h,pagination:g,count:S}=await m(y),b=y.commentImprovements?"count__likes desc, created_at desc":"created_at desc";s({member:f,initStatus:"success",comments:h,pagination:g,commentCount:S,order:b,labs:y})}catch(f){console.error("[Comments] Failed to initialize:",f),s({initStatus:"failed"})}};k.useEffect(()=>{const f=new IntersectionObserver(y=>{y.forEach(h=>{h.isIntersecting&&(d(),r.current&&f.unobserve(r.current))})},{root:null,rootMargin:"0px",threshold:.1});return r.current&&f.observe(r.current),()=>{r.current&&f.unobserve(r.current)}},[r.current]);const p=n.initStatus==="success";return w.jsxs(Al.Provider,{value:c,children:[w.jsx(ZE,{ref:r,children:w.jsx(KE,{done:p})}),n.comments.length>0?w.jsx(_1,{adminUrl:e.adminUrl,onLoad:u}):null,w.jsx(sN,{})]})};function m2(){let t=document.currentScript;if(!t)throw new Error("[Comments-UI] Cannot find current script tag");return t}function f2(t){if(t.previousElementSibling&&t.previousElementSibling.id===fl)return t.previousElementSibling;if(!t.parentElement)throw new Error("[Comments-UI] Script tag does not have a parent element");const e=document.createElement("div");return e.id=fl,t.parentElement.insertBefore(e,t),e}function p2(){const t=new URL(window.location.href);t.searchParams.get("token")&&(t.searchParams.delete("token"),window.history.replaceState({},document.title,t.href))}function h2(){const t=m2(),e=f2(t);try{p2(),g0.render(w.jsx(_.StrictMode,{children:w.jsx(d2,{scriptTag:t})}),e)}catch(n){console.error(n)}}h2()});
|
|
157
157
|
//# sourceMappingURL=comments-ui.min.js.map
|