From 7e3dcbd80713dacceafce5a3b3256bca48a4b71c Mon Sep 17 00:00:00 2001 From: Gianluca Frediani Date: Mon, 13 May 2024 16:18:23 +0200 Subject: [PATCH 1/5] feat: added lookup fields chore: updated translations --- assets/flash-notifications-bundle.js | 32 +- assets/new-request-form-bundle.js | 1404 +- .../new-request-form-translations-bundle.js | 3184 +- assets/shared-bundle.js | 35215 +++++++++++++++- assets/wysiwyg-bundle.js | 35 +- package.json | 3 +- .../new-request-form/NewRequestForm.tsx | 49 +- .../new-request-form/data-types/Field.ts | 1 + .../data-types/Organization.ts | 4 + .../new-request-form/fields/LookupField.tsx | 248 + .../new-request-form/translations/en-us.yml | 2 +- .../translations/locales/af.json | 3 + .../translations/locales/ar-x-pseudo.json | 3 + .../translations/locales/ar.json | 3 + .../translations/locales/az.json | 3 + .../translations/locales/be.json | 3 + .../translations/locales/bg.json | 3 + .../translations/locales/bn.json | 3 + .../translations/locales/bs.json | 3 + .../translations/locales/ca.json | 3 + .../translations/locales/cs.json | 3 + .../translations/locales/cy.json | 3 + .../translations/locales/da.json | 3 + .../translations/locales/de-de.json | 34 + .../translations/locales/de-x-informal.json | 3 + .../translations/locales/de.json | 3 + .../translations/locales/el.json | 3 + .../translations/locales/en-001.json | 3 + .../translations/locales/en-150.json | 3 + .../translations/locales/en-au.json | 3 + .../translations/locales/en-ca.json | 3 + .../translations/locales/en-gb.json | 3 + .../translations/locales/en-my.json | 3 + .../translations/locales/en-ph.json | 3 + .../translations/locales/en-se.json | 3 + .../translations/locales/en-us.json | 3 + .../translations/locales/en-x-dev.json | 3 + .../translations/locales/en-x-keys.json | 3 + .../translations/locales/en-x-obsolete.json | 3 + .../translations/locales/en-x-pseudo.json | 3 + .../translations/locales/en-x-test.json | 3 + .../translations/locales/es-419.json | 3 + .../translations/locales/es-es.json | 3 + .../translations/locales/es.json | 3 + .../translations/locales/et.json | 3 + .../translations/locales/eu.json | 3 + .../translations/locales/fa-af.json | 3 + .../translations/locales/fa.json | 3 + .../translations/locales/fi.json | 3 + .../translations/locales/fil.json | 3 + .../translations/locales/fo.json | 3 + .../translations/locales/fr-ca.json | 29 +- .../translations/locales/fr.json | 3 + .../translations/locales/ga.json | 3 + .../translations/locales/he.json | 3 + .../translations/locales/hi.json | 3 + .../translations/locales/hr.json | 3 + .../translations/locales/hu.json | 3 + .../translations/locales/hy.json | 3 + .../translations/locales/id.json | 3 + .../translations/locales/is.json | 3 + .../translations/locales/it-ch.json | 3 + .../translations/locales/it.json | 3 + .../translations/locales/ja.json | 3 + .../translations/locales/ka.json | 3 + .../translations/locales/kk.json | 3 + .../translations/locales/kl-dk.json | 3 + .../translations/locales/ko.json | 3 + .../translations/locales/ku.json | 3 + .../translations/locales/lt.json | 3 + .../translations/locales/lv.json | 3 + .../translations/locales/mk.json | 3 + .../translations/locales/mn.json | 3 + .../translations/locales/ms.json | 3 + .../translations/locales/mt.json | 3 + .../translations/locales/my.json | 3 + .../translations/locales/nl-be.json | 3 + .../translations/locales/nl.json | 3 + .../translations/locales/no.json | 5 +- .../translations/locales/pl.json | 3 + .../translations/locales/pt-br.json | 3 + .../translations/locales/pt.json | 3 + .../translations/locales/ro.json | 3 + .../translations/locales/ru.json | 3 + .../translations/locales/sk.json | 3 + .../translations/locales/sl.json | 3 + .../translations/locales/sq.json | 3 + .../translations/locales/sr-me.json | 3 + .../translations/locales/sr.json | 3 + .../translations/locales/sv.json | 3 + .../translations/locales/th.json | 3 + .../translations/locales/tr.json | 3 + .../translations/locales/uk.json | 3 + .../translations/locales/ur.json | 3 + .../translations/locales/uz.json | 3 + .../translations/locales/vi.json | 3 + .../translations/locales/zh-cn.json | 3 + .../translations/locales/zh-tw.json | 3 + templates/new_request_page.hbs | 2 + yarn.lock | 12 + 100 files changed, 40414 insertions(+), 97 deletions(-) create mode 100644 src/modules/new-request-form/data-types/Organization.ts create mode 100644 src/modules/new-request-form/fields/LookupField.tsx create mode 100644 src/modules/new-request-form/translations/locales/de-de.json diff --git a/assets/flash-notifications-bundle.js b/assets/flash-notifications-bundle.js index f1539ad9a..81801d956 100644 --- a/assets/flash-notifications-bundle.js +++ b/assets/flash-notifications-bundle.js @@ -1 +1,31 @@ -import{u as e,r as s,j as o,N as n,T as t,C as a,a8 as r,a5 as i,a6 as c,a7 as l}from"shared";function d({notifications:r,closeLabel:i}){const{addToast:c}=e();return s.useEffect((()=>{for(const e of r){const{type:s,title:r,message:l}=e;c((({close:e})=>o.jsxs(n,{type:s,children:[r&&o.jsx(t,{children:r}),l,o.jsx(a,{"aria-label":i,onClick:e})]})))}}),[c,r,i]),o.jsx(o.Fragment,{})}function f(e,s){const n=window.sessionStorage.getItem(r);if(null!==n){window.sessionStorage.removeItem(r);try{const t=JSON.parse(n),a=document.createElement("div");document.body.appendChild(a),i.render(o.jsx(c,{theme:l(e),children:o.jsx(d,{notifications:t,closeLabel:s})}),a)}catch(e){console.error("Cannot render flash notifications",e)}}}export{f as renderFlashNotifications}; +import { u as useToast, r as reactExports, j as jsxRuntimeExports, N as Notification, T as Title, C as Close, a9 as FLASH_NOTIFICATIONS_KEY, a6 as reactDomExports, a7 as ThemeProviders, a8 as createTheme } from 'shared'; + +function FlashNotifications({ notifications, closeLabel, }) { + const { addToast } = useToast(); + reactExports.useEffect(() => { + for (const notification of notifications) { + const { type, title, message } = notification; + addToast(({ close }) => (jsxRuntimeExports.jsxs(Notification, { type: type, children: [title && jsxRuntimeExports.jsx(Title, { children: title }), message, jsxRuntimeExports.jsx(Close, { "aria-label": closeLabel, onClick: close })] }))); + } + }, [addToast, notifications, closeLabel]); + return jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, {}); +} + +function renderFlashNotifications(settings, closeLabel) { + const flashNotifications = window.sessionStorage.getItem(FLASH_NOTIFICATIONS_KEY); + if (flashNotifications === null) { + return; + } + window.sessionStorage.removeItem(FLASH_NOTIFICATIONS_KEY); + try { + const parsedNotifications = JSON.parse(flashNotifications); + const container = document.createElement("div"); + document.body.appendChild(container); + reactDomExports.render(jsxRuntimeExports.jsx(ThemeProviders, { theme: createTheme(settings), children: jsxRuntimeExports.jsx(FlashNotifications, { notifications: parsedNotifications, closeLabel: closeLabel }) }), container); + } + catch (e) { + console.error("Cannot render flash notifications", e); + } +} + +export { renderFlashNotifications }; diff --git a/assets/new-request-form-bundle.js b/assets/new-request-form-bundle.js index 124d46825..718894d90 100644 --- a/assets/new-request-form-bundle.js +++ b/assets/new-request-form-bundle.js @@ -1,83 +1,1403 @@ -import{j as e,F as n,L as t,S as s,H as r,I as a,M as o,r as i,u as l,a as u,N as c,T as d,C as m,s as f,b as h,d as p,e as j,f as g,h as b,O as x,i as w,k as q,l as v,p as y,m as k,n as _,o as C,P as S,A as T,q as F,t as I,v as P,D as R,w as $,x as L,y as E,z as D,B as M,E as G,G as V,$ as A,J as z,K as H,Q as X,R as N,U as O,V as U,W as B,X as W,Y as K,Z as Y,_ as J,a0 as Z,a1 as Q,a2 as ee,a3 as ne,a4 as te,a5 as se,a6 as re,a7 as ae}from"shared";function oe({field:i,onChange:l}){const{label:u,error:c,value:d,name:m,required:f,description:h,type:p}=i,j={},g="integer"===p||"decimal"===p?"number":"text";"integer"===p&&(j.step="1"),"decimal"===p&&(j.step="any");const b="anonymous_requester_email"===p?"email":void 0;return e.jsxs(n,{children:[e.jsxs(t,{children:[u,f&&e.jsx(s,{"aria-hidden":"true",children:"*"})]}),h&&e.jsx(r,{dangerouslySetInnerHTML:{__html:h}}),e.jsx(a,{name:m,type:g,defaultValue:d,validation:c?"error":void 0,required:f,onChange:e=>{l&&l(e.target.value)},autoComplete:b,...j}),c&&e.jsx(o,{validation:"error",children:c})]})}const ie=f(n)` +import { j as jsxRuntimeExports, F as Field, L as Label, S as Span, H as Hint, I as Input$1, M as Message, r as reactExports, u as useToast, a as useTranslation, N as Notification, T as Title, C as Close, s as styled, b as Textarea, d as Field$1, e as Label$1, f as Hint$1, h as Combobox, O as Option, i as Message$1, k as Checkbox$1, l as OptGroup, p as purify, m as FileList, n as File, o as Tooltip, P as Progress, A as Anchor, q as useDropzone, t as FileUpload, D as Datepicker, v as useGrid, w as focusStyles, x as FauxInput, y as Tag, z as SvgAlertWarningStroke, B as MediaInput, E as SvgCreditCardStroke, $ as $e, G as getColorV8, J as Header, K as SvgCheckCircleStroke, Q as useModalContainer, R as Modal, U as Body, V as Accordion, W as Paragraph, X as Footer$1, Y as FooterItem, Z as Button, _ as Close$1, a0 as addFlashNotification, a1 as debounce, a2 as SvgSearchStroke, a3 as Alert, a4 as initI18next, a5 as loadTranslations, a6 as reactDomExports, a7 as ThemeProviders, a8 as createTheme } from 'shared'; + +function Input({ field, onChange }) { + const { label, error, value, name, required, description, type } = field; + const stepProp = {}; + const inputType = type === "integer" || type === "decimal" ? "number" : "text"; + if (type === "integer") + stepProp.step = "1"; + if (type === "decimal") + stepProp.step = "any"; + const autocomplete = type === "anonymous_requester_email" ? "email" : undefined; + return (jsxRuntimeExports.jsxs(Field, { children: [jsxRuntimeExports.jsxs(Label, { children: [label, required && jsxRuntimeExports.jsx(Span, { "aria-hidden": "true", children: "*" })] }), description && (jsxRuntimeExports.jsx(Hint, { dangerouslySetInnerHTML: { __html: description } })), jsxRuntimeExports.jsx(Input$1, { name: name, type: inputType, defaultValue: value, validation: error ? "error" : undefined, required: required, onChange: (e) => { + onChange && onChange(e.target.value); + }, autoComplete: autocomplete, ...stepProp }), error && jsxRuntimeExports.jsx(Message, { validation: "error", children: error })] })); +} + +function useWysiwyg({ hasWysiwyg, baseLocale, hasAtMentions, userRole, brandId, }) { + const isInitializedRef = reactExports.useRef(false); + const { addToast } = useToast(); + const { t } = useTranslation(); + return reactExports.useCallback(async (ref) => { + if (hasWysiwyg && ref && !isInitializedRef.current) { + isInitializedRef.current = true; + const { createEditor } = await import('wysiwyg').then(function (n) { return n.m; }); + const editor = await createEditor(ref, { + editorType: "supportRequests", + hasAtMentions, + userRole, + brandId, + baseLocale, + }); + const notifications = editor.plugins.get("Notification"); + // Handle generic notifications and errors with "toast" notifications + notifications.on("show", (event, data) => { + event.stop(); // Prevent the default notification from being shown via window.alert + const message = data.message instanceof Error + ? data.message.message + : data.message; + const { type, title } = data; + addToast(({ close }) => (jsxRuntimeExports.jsxs(Notification, { type: type, children: [jsxRuntimeExports.jsx(Title, { children: title }), message, jsxRuntimeExports.jsx(Close, { "aria-label": t("new-request-form.close-label", "Close"), onClick: close })] }))); + }); + } + }, [hasWysiwyg, baseLocale, hasAtMentions, userRole, brandId, addToast, t]); +} + +const StyledField = styled(Field) ` .ck.ck-editor { - margin-top: ${e=>e.theme.space.xs}; + margin-top: ${(props) => props.theme.space.xs}; } -`,le=f(o)` +`; +const StyledMessage = styled(Message) ` .ck.ck-editor + & { - margin-top: ${e=>e.theme.space.xs}; + margin-top: ${(props) => props.theme.space.xs}; } -`;function ue({field:n,hasWysiwyg:a,baseLocale:o,hasAtMentions:f,userRole:p,brandId:j,onChange:g}){const{label:b,error:x,value:w,name:q,required:v,description:y}=n,k=function({hasWysiwyg:n,baseLocale:t,hasAtMentions:s,userRole:r,brandId:a}){const o=i.useRef(!1),{addToast:f}=l(),{t:h}=u();return i.useCallback((async i=>{if(n&&i&&!o.current){o.current=!0;const{createEditor:n}=await import("wysiwyg").then((function(e){return e.m}));(await n(i,{editorType:"supportRequests",hasAtMentions:s,userRole:r,brandId:a,baseLocale:t})).plugins.get("Notification").on("show",((n,t)=>{n.stop();const s=t.message instanceof Error?t.message.message:t.message,{type:r,title:a}=t;f((({close:n})=>e.jsxs(c,{type:r,children:[e.jsx(d,{children:a}),s,e.jsx(m,{"aria-label":h("new-request-form.close-label","Close"),onClick:n})]})))}))}}),[n,t,s,r,a,f,h])}({hasWysiwyg:a,baseLocale:o,hasAtMentions:f,userRole:p,brandId:j});return e.jsxs(ie,{children:[e.jsxs(t,{children:[b,v&&e.jsx(s,{"aria-hidden":"true",children:"*"})]}),y&&e.jsx(r,{dangerouslySetInnerHTML:{__html:y}}),e.jsx(h,{ref:k,name:q,defaultValue:w,validation:x?"error":void 0,required:v,onChange:e=>g(e.target.value),rows:6,isResizable:!0}),x&&e.jsx(le,{validation:"error",children:x})]})}function ce(){const{t:n}=u();return e.jsxs(e.Fragment,{children:[e.jsx(s,{"aria-hidden":"true",children:"-"}),e.jsx(s,{hidden:!0,children:n("new-request-form.dropdown.empty-option","Select an option")})]})}function de({field:n,onChange:t}){const{label:r,options:a,error:o,value:l,name:u,required:c,description:d}=n,m=null==l?"":l.toString(),f=i.useRef(null);return i.useEffect((()=>{if(f.current&&c){const e=f.current.querySelector("[role=combobox]");e?.setAttribute("aria-required","true")}}),[f,c]),e.jsxs(p,{children:[e.jsxs(j,{children:[r,c&&e.jsx(s,{"aria-hidden":"true",children:"*"})]}),d&&e.jsx(g,{dangerouslySetInnerHTML:{__html:d}}),e.jsxs(b,{ref:f,inputProps:{name:u,required:c},isEditable:!1,validation:o?"error":void 0,inputValue:m,selectionValue:m,renderValue:({selection:n})=>n?.label||e.jsx(ce,{}),onChange:({selectionValue:e})=>{void 0!==e&&t(e)},children:[!c&&e.jsx(x,{value:"",label:"-",children:e.jsx(ce,{})}),a.map((n=>e.jsx(x,{value:n.value.toString(),label:n.name},n.value)))]}),o&&e.jsx(w,{validation:"error",children:o})]})}function me({field:a,onChange:l}){const{label:u,error:c,value:d,name:m,required:f,description:h}=a,[p,j]=i.useState(d);return e.jsxs(n,{children:[e.jsx("input",{type:"hidden",name:m,value:"off"}),e.jsxs(q,{name:m,required:f,defaultChecked:d,value:p?"on":"off",onChange:e=>{const{checked:n}=e.target;j(n),l(n)},children:[e.jsxs(t,{children:[u,f&&e.jsx(s,{"aria-hidden":"true",children:"*"})]}),h&&e.jsx(r,{dangerouslySetInnerHTML:{__html:h}})]}),c&&e.jsx(o,{validation:"error",children:c})]})}const fe="[]";function he(e){return`[${e.join("::")}]`}function pe(e){return e.startsWith("[")&&e.endsWith("]")}function je(e){const n=he(e.slice(0,-1));return{type:"SubGroup",name:e[e.length-1],backOption:{type:"previous",label:"Back",value:n},options:[]}}function ge({options:e,hasEmptyOption:n}){const t=i.useMemo((()=>function(e,n){const t={[fe]:{type:"RootGroup",options:n?[{label:"-",value:""}]:[]}};return e.forEach((e=>{const{name:n,value:s}=e;if(n.includes("::")){const[e,r]=function(e){const n=e.split("::");return[n.slice(0,-1),n.slice(-1)[0]]}(n),a=he(e);t[a]||(t[a]=je(e)),t[a]?.options.push({value:s,label:n.split("::").join(" > "),menuLabel:r});for(let n=0;ne.value===o))&&t[a]?.options.push({type:"next",label:r[r.length-1],value:o})}}else t[fe].options.push({value:s,label:n})})),t}(e,n)),[e,n]),[s,r]=i.useState(function(e){const n={type:"RootGroup",options:[]};return Object.values(e).forEach((({options:e})=>{n.options.push(...e.filter((({type:e})=>void 0===e)))})),n}(t));i.useEffect((()=>{r(t[fe])}),[t]);return{currentGroup:s,isGroupIdentifier:pe,setCurrentGroupByIdentifier:e=>{const n=t[e];n&&r(n)}}}function be({field:n}){const{label:t,options:r,error:a,value:o,name:l,required:u,description:c}=n,{currentGroup:d,isGroupIdentifier:m,setCurrentGroupByIdentifier:f}=ge({options:r,hasEmptyOption:!1}),[h,q]=i.useState(o||[]),y=i.useRef(null);i.useEffect((()=>{if(y.current&&u){const e=y.current.querySelector("[role=combobox]");e?.setAttribute("aria-required","true")}}),[y,u]);return e.jsxs(p,{children:[h.map((n=>e.jsx("input",{type:"hidden",name:`${l}[]`,value:n},n))),e.jsxs(j,{children:[t,u&&e.jsx(s,{"aria-hidden":"true",children:"*"})]}),c&&e.jsx(g,{dangerouslySetInnerHTML:{__html:c}}),e.jsxs(b,{ref:y,isMultiselectable:!0,inputProps:{required:u},isEditable:!1,validation:a?"error":void 0,onChange:e=>{if(Array.isArray(e.selectionValue)){const n=e.selectionValue.slice(-1).toString();m(n)?f(n):q(e.selectionValue)}},selectionValue:h,maxHeight:"auto",children:["SubGroup"===d.type&&e.jsx(x,{...d.backOption}),"SubGroup"===d.type?e.jsx(v,{"aria-label":d.name,children:d.options.map((n=>e.jsx(x,{...n,children:n.menuLabel??n.label},n.value)))}):d.options.map((n=>e.jsx(x,{...n},n.value)))]}),a&&e.jsx(w,{validation:"error",children:a})]})}const xe="return-focus-to-ticket-form-field";function we({field:n,newRequestPath:t}){const s=i.createRef();return i.useEffect((()=>{sessionStorage.getItem(xe)&&(sessionStorage.removeItem(xe),s.current?.firstChild?.focus())}),[]),e.jsxs(e.Fragment,{children:[e.jsx("input",{type:"hidden",name:n.name,value:n.value}),n.options.length>1&&e.jsxs(p,{children:[e.jsx(j,{children:n.label}),e.jsx(b,{isEditable:!1,onChange:({selectionValue:e})=>{if(e&&"number"==typeof e){const n=new URL(window.location.href);n.searchParams.set("ticket_form_id",e),sessionStorage.setItem(xe,"true"),window.location.assign(`${t}${n.search}`)}},ref:s,children:n.options.map((t=>e.jsx(x,{value:t.value,label:t.name,isSelected:n.value===t.value,children:t.name},t.value)))})]})]})}function qe({field:n}){const{value:t,name:s}=n;return e.jsx("input",{type:"hidden",name:s,value:t})}function ve(e){const n=i.useRef(!1),t=i.useRef(!1);return{formRefCallback:i.useCallback((s=>{s&&!n.current&&(n.current=!0,s.submit=async()=>{if(!1===t.current){t.current=!0;const n=await async function(){const e=await fetch("/api/v2/help_center/sessions.json"),{current_session:n}=await e.json();return n.csrf_token}(),r=document.createElement("input");r.type="hidden",r.name="authenticity_token",r.value=n,s.appendChild(r);const a=e.filter((e=>"partialcreditcard"===e.type));for(const e of a){const n=s.querySelector(`input[name="${e.name}"]`);n&&n instanceof HTMLInputElement&&4===n.value.length&&(n.value=`XXXXXXXXX${n.value}`)}HTMLFormElement.prototype.submit.call(s)}})}),[e]),handleSubmit:e=>{e.preventDefault(),e.target.submit()}}}const ye=2048,ke="tf_",_e=["true","false"],Ce=["pre","strong","b","p","blockquote","ul","ol","li","h2","h3","h4","i","em","br"];function Se(e,n){if(!Number.isNaN(Number(e))){const t=`request[custom_fields][${e}]`;return n.ticketFields.find((e=>e.name===t))}switch(e){case"anonymous_requester_email":return n.emailField;case"due_at":return n.dueDateField;case"collaborators":return n.ccField;case"organization_id":return n.organizationField;default:return n.ticketFields.find((n=>n.name===`request[${e}]`))}}function Te({ticketFields:e,ccField:n,dueDateField:t,emailField:s,organizationField:r}){return i.useMemo((()=>function(e){const{href:n}=location,t=new URL(n).searchParams,s={...e,ticketFields:[...e.ticketFields]};if(n.length>ye)return e;if(t.get("parent_id"))return e;for(const[e,n]of t){if(!e.startsWith(ke))continue;const t=Se(e.substring(ke.length),s);if(!t)continue;const r=y.sanitize(n,{ALLOWED_TAGS:Ce});switch(t.type){case"partialcreditcard":continue;case"multiselect":t.value=r.split(",").filter((e=>t.options.some((n=>n.value===e))));break;case"checkbox":_e.includes(r)&&(t.value="true"===r?"on":"false"===r?"off":"");break;default:t.value=r}}return s}({ticketFields:e,ccField:n,dueDateField:t,emailField:s,organizationField:r})),[e,n,t,s,r])}const Fe=f.div` +`; +function TextArea({ field, hasWysiwyg, baseLocale, hasAtMentions, userRole, brandId, onChange, }) { + const { label, error, value, name, required, description } = field; + const ref = useWysiwyg({ + hasWysiwyg, + baseLocale, + hasAtMentions, + userRole, + brandId, + }); + return (jsxRuntimeExports.jsxs(StyledField, { children: [jsxRuntimeExports.jsxs(Label, { children: [label, required && jsxRuntimeExports.jsx(Span, { "aria-hidden": "true", children: "*" })] }), description && (jsxRuntimeExports.jsx(Hint, { dangerouslySetInnerHTML: { __html: description } })), jsxRuntimeExports.jsx(Textarea, { ref: ref, name: name, defaultValue: value, validation: error ? "error" : undefined, required: required, onChange: (e) => onChange(e.target.value), rows: 6, isResizable: true }), error && jsxRuntimeExports.jsx(StyledMessage, { validation: "error", children: error })] })); +} + +function EmptyValueOption() { + const { t } = useTranslation(); + return (jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [jsxRuntimeExports.jsx(Span, { "aria-hidden": "true", children: "-" }), jsxRuntimeExports.jsx(Span, { hidden: true, children: t("new-request-form.dropdown.empty-option", "Select an option") })] })); +} + +function DropDown({ field, onChange }) { + const { label, options, error, value, name, required, description } = field; + const selectionValue = value == null ? "" : value.toString(); + const wrapperRef = reactExports.useRef(null); + reactExports.useEffect(() => { + if (wrapperRef.current && required) { + const combobox = wrapperRef.current.querySelector("[role=combobox]"); + combobox?.setAttribute("aria-required", "true"); + } + }, [wrapperRef, required]); + return (jsxRuntimeExports.jsxs(Field$1, { children: [jsxRuntimeExports.jsxs(Label$1, { children: [label, required && jsxRuntimeExports.jsx(Span, { "aria-hidden": "true", children: "*" })] }), description && (jsxRuntimeExports.jsx(Hint$1, { dangerouslySetInnerHTML: { __html: description } })), jsxRuntimeExports.jsxs(Combobox, { ref: wrapperRef, inputProps: { name, required }, isEditable: false, validation: error ? "error" : undefined, inputValue: selectionValue, selectionValue: selectionValue, renderValue: ({ selection }) => selection?.label || jsxRuntimeExports.jsx(EmptyValueOption, {}), onChange: ({ selectionValue }) => { + if (selectionValue !== undefined) { + onChange(selectionValue); + } + }, children: [!required && (jsxRuntimeExports.jsx(Option, { value: "", label: "-", children: jsxRuntimeExports.jsx(EmptyValueOption, {}) })), options.map((option) => (jsxRuntimeExports.jsx(Option, { value: option.value.toString(), label: option.name }, option.value)))] }), error && jsxRuntimeExports.jsx(Message$1, { validation: "error", children: error })] })); +} + +function Checkbox({ field, onChange }) { + const { label, error, value, name, required, description } = field; + const [checkboxValue, setCheckboxValue] = reactExports.useState(value); + const handleChange = (e) => { + const { checked } = e.target; + setCheckboxValue(checked); + onChange(checked); + }; + return (jsxRuntimeExports.jsxs(Field, { children: [jsxRuntimeExports.jsx("input", { type: "hidden", name: name, value: "off" }), jsxRuntimeExports.jsxs(Checkbox$1, { name: name, required: required, defaultChecked: value, value: checkboxValue ? "on" : "off", onChange: handleChange, children: [jsxRuntimeExports.jsxs(Label, { children: [label, required && jsxRuntimeExports.jsx(Span, { "aria-hidden": "true", children: "*" })] }), description && (jsxRuntimeExports.jsx(Hint, { dangerouslySetInnerHTML: { __html: description } }))] }), error && jsxRuntimeExports.jsx(Message, { validation: "error", children: error })] })); +} + +/** + * The root group is identified by an empty string, to avoid possible clashes with a level with + * a "Root" name. + */ +const ROOT_GROUP_IDENTIFIER = "[]"; +function getGroupIdentifier(names) { + return `[${names.join("::")}]`; +} +function isGroupIdentifier(name) { + return name.startsWith("[") && name.endsWith("]"); +} +function getGroupAndOptionNames(input) { + const namesList = input.split("::"); + return [namesList.slice(0, -1), namesList.slice(-1)[0]]; +} +function buildSubGroupOptions(groupNames) { + const parentGroupNames = groupNames.slice(0, -1); + const parentGroupIdentifier = getGroupIdentifier(parentGroupNames); + const name = groupNames[groupNames.length - 1]; + return { + type: "SubGroup", + name, + backOption: { + type: "previous", + label: "Back", + value: parentGroupIdentifier, + }, + options: [], + }; +} +/** + * Maps a flat list of options to a nested structure + * + * For example, given the following options: + * [ + * { "name": "Bass::Fender::Precision", "value": "bass__fender__precision" }, + * { "name": "Bass::Fender::Jazz", "value": "bass__fender__jazz" } + * { "name": "Drums", "value": "drums" }, + * ] + * + * The following nested structure will be returned: + * { + * "[]": { + * "type": "RootGroup", + * "options": [ + * { "label": "Bass", "value": "[Bass]", type: "next" }, + * { "label": "Drums", "value": "drums" }, + * ] + * }, + * "[Bass]": { + * "type": "SubGroup", + * "name": "Bass", + * "backOption": { "type": "previous", "label": "Back", "value": "[]" }, + * "options": [ + * { "label": "Fender", "value": "[Bass::Fender]", type: "next" }, + * ] + * }, + * "[Bass::Fender]": { + * "type": "SubGroup", + * "name": "Fender", + * "backOption": { "type": "previous", "label": "Back", "value": "[Bass]" }, + * "options": [ + * { "menuLabel": "Precision", "label": "Bass > Fender > Precision", "value": "bass__fender__precision" }, + * { "menuLabel": "Jazz", "label": "Bass > Fender > Jazz", "value": "bass__fender__jazz" }, + * ] + * } + * } + * + * @param options original field options + * @param hasEmptyOption if true, adds an empty option to the root group + * @returns nested options + */ +function buildNestedOptions(options, hasEmptyOption) { + const result = { + [ROOT_GROUP_IDENTIFIER]: { + type: "RootGroup", + options: hasEmptyOption ? [{ label: "-", value: "" }] : [], + }, + }; + options.forEach((option) => { + const { name, value } = option; + if (!name.includes("::")) { + result[ROOT_GROUP_IDENTIFIER].options.push({ + value, + label: name, + }); + } + else { + const [groupNames, optionName] = getGroupAndOptionNames(name); + const groupIdentifier = getGroupIdentifier(groupNames); + if (!result[groupIdentifier]) { + result[groupIdentifier] = buildSubGroupOptions(groupNames); + } + result[groupIdentifier]?.options.push({ + value, + label: name.split("::").join(" > "), + menuLabel: optionName, + }); + // creates next options for each parent group, if they don't already exists + for (let i = 0; i < groupNames.length; i++) { + const parentGroupNames = groupNames.slice(0, i); + const nextGroupNames = groupNames.slice(0, i + 1); + const parentGroupIdentifier = getGroupIdentifier(parentGroupNames); + const nextGroupIdentifier = getGroupIdentifier(nextGroupNames); + if (!result[parentGroupIdentifier]) { + result[parentGroupIdentifier] = + buildSubGroupOptions(parentGroupNames); + } + if (result[parentGroupIdentifier]?.options.find((o) => o.value === nextGroupIdentifier) === undefined) { + result[parentGroupIdentifier]?.options.push({ + type: "next", + label: nextGroupNames[nextGroupNames.length - 1], + value: nextGroupIdentifier, + }); + } + } + } + }); + return result; +} +/** + * When one or more options are selected, the Combobox component renders the label + * for an option in the input, searching for an option passed as a child with the + * same value as the selected option. + * + * In the first render we are passing only the root group options as children, + * and if we already have some selected values from a SubGroup, the component is not + * able to find the label for the selected option. + * + * We therefore need to pass all the non-navigation options as children in the first render. + * The passed options are cached by the Combobox component, so we can safely remove them + * after the first render and pass only the root group options. + */ +function getInitialGroup(nestedOptions) { + const result = { + type: "RootGroup", + options: [], + }; + Object.values(nestedOptions).forEach(({ options }) => { + result.options.push(...options.filter(({ type }) => type === undefined)); + }); + return result; +} +function useNestedOptions({ options, hasEmptyOption, }) { + const nestedOptions = reactExports.useMemo(() => buildNestedOptions(options, hasEmptyOption), [options, hasEmptyOption]); + const [currentGroup, setCurrentGroup] = reactExports.useState(getInitialGroup(nestedOptions)); + reactExports.useEffect(() => { + setCurrentGroup(nestedOptions[ROOT_GROUP_IDENTIFIER]); + }, [nestedOptions]); + const setCurrentGroupByIdentifier = (identifier) => { + const group = nestedOptions[identifier]; + if (group) { + setCurrentGroup(group); + } + }; + return { + currentGroup, + isGroupIdentifier, + setCurrentGroupByIdentifier, + }; +} + +function MultiSelect({ field }) { + const { label, options, error, value, name, required, description } = field; + const { currentGroup, isGroupIdentifier, setCurrentGroupByIdentifier } = useNestedOptions({ + options, + hasEmptyOption: false, + }); + const [selectedValues, setSelectValues] = reactExports.useState(value || []); + const wrapperRef = reactExports.useRef(null); + reactExports.useEffect(() => { + if (wrapperRef.current && required) { + const combobox = wrapperRef.current.querySelector("[role=combobox]"); + combobox?.setAttribute("aria-required", "true"); + } + }, [wrapperRef, required]); + const handleChange = (changes) => { + if (Array.isArray(changes.selectionValue)) { + const lastSelectedItem = changes.selectionValue.slice(-1).toString(); + if (isGroupIdentifier(lastSelectedItem)) { + setCurrentGroupByIdentifier(lastSelectedItem); + } + else { + setSelectValues(changes.selectionValue); + } + } + }; + return (jsxRuntimeExports.jsxs(Field$1, { children: [selectedValues.map((selectedValue) => (jsxRuntimeExports.jsx("input", { type: "hidden", name: `${name}[]`, value: selectedValue }, selectedValue))), jsxRuntimeExports.jsxs(Label$1, { children: [label, required && jsxRuntimeExports.jsx(Span, { "aria-hidden": "true", children: "*" })] }), description && (jsxRuntimeExports.jsx(Hint$1, { dangerouslySetInnerHTML: { __html: description } })), jsxRuntimeExports.jsxs(Combobox, { ref: wrapperRef, isMultiselectable: true, inputProps: { required }, isEditable: false, validation: error ? "error" : undefined, onChange: handleChange, selectionValue: selectedValues, maxHeight: "auto", children: [currentGroup.type === "SubGroup" && (jsxRuntimeExports.jsx(Option, { ...currentGroup.backOption })), currentGroup.type === "SubGroup" ? (jsxRuntimeExports.jsx(OptGroup, { "aria-label": currentGroup.name, children: currentGroup.options.map((option) => (jsxRuntimeExports.jsx(Option, { ...option, children: option.menuLabel ?? option.label }, option.value))) })) : (currentGroup.options.map((option) => (jsxRuntimeExports.jsx(Option, { ...option }, option.value))))] }), error && jsxRuntimeExports.jsx(Message$1, { validation: "error", children: error })] })); +} + +const key = "return-focus-to-ticket-form-field"; +function TicketFormField({ field, newRequestPath, }) { + const ref = reactExports.createRef(); + const handleChange = ({ selectionValue }) => { + if (selectionValue && typeof selectionValue === "number") { + const url = new URL(window.location.href); + const searchParams = url.searchParams; + searchParams.set("ticket_form_id", selectionValue); + sessionStorage.setItem(key, "true"); + window.location.assign(`${newRequestPath}${url.search}`); + } + }; + reactExports.useEffect(() => { + if (sessionStorage.getItem(key)) { + sessionStorage.removeItem(key); + // return focus to the ticket form field dropdown + // after the page reloads for better a11y + ref.current?.firstChild?.focus(); + } + }, []); // eslint-disable-line react-hooks/exhaustive-deps + return (jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [jsxRuntimeExports.jsx("input", { type: "hidden", name: field.name, value: field.value }), field.options.length > 1 && (jsxRuntimeExports.jsxs(Field$1, { children: [jsxRuntimeExports.jsx(Label$1, { children: field.label }), jsxRuntimeExports.jsx(Combobox, { isEditable: false, onChange: handleChange, ref: ref, children: field.options.map((option) => (jsxRuntimeExports.jsx(Option, { value: option.value, label: option.name, isSelected: field.value === option.value, children: option.name }, option.value))) })] }))] })); +} + +function ParentTicketField({ field, }) { + const { value, name } = field; + return jsxRuntimeExports.jsx("input", { type: "hidden", name: name, value: value }); +} + +// NOTE: This is a temporary handling of the CSRF token +async function fetchCsrfToken$1() { + const response = await fetch("/api/v2/help_center/sessions.json"); + const { current_session } = await response.json(); + return current_session.csrf_token; +} + +/** + * This hook creates a ref callback used to override the submit method of the form + * that uses the callback. + * Before submitting the form, it fetches the CSRF token from the backend and appends it to the form, + * and redacts the value of the eventual credit card field + * @param ticketFields array of ticket fields for the form + * @returns a Ref callback and a submit handler + */ +function useFormSubmit(ticketFields) { + const initialized = reactExports.useRef(false); + const isSubmitting = reactExports.useRef(false); + const formRefCallback = reactExports.useCallback((ref) => { + if (ref && !initialized.current) { + initialized.current = true; + /* We are monkey patching the submit method of the form, since this behavior is what + other scripts in Help Center are intercepting the submit event, stopping the event propagation and + calling the submit method directly */ + ref.submit = async () => { + /* We are performing an async call to fetch the CSRF token and for this reason + the submit is not immediate, and the user can click the submit button multiple times. + We don't want to disable the submit button for A11Y, so we use the isSubmitting ref + to stop subsequent submits after the first one. */ + if (isSubmitting.current === false) { + isSubmitting.current = true; + const token = await fetchCsrfToken$1(); + const hiddenInput = document.createElement("input"); + hiddenInput.type = "hidden"; + hiddenInput.name = "authenticity_token"; + hiddenInput.value = token; + ref.appendChild(hiddenInput); + // The backend expects the credit card field to have a length at least of 13 characters. + // We are prefixing the 4 digits with 9 Xs to make sure the value has the expected length + const creditCardFields = ticketFields.filter((field) => field.type === "partialcreditcard"); + for (const creditCardField of creditCardFields) { + const creditCardInput = ref.querySelector(`input[name="${creditCardField.name}"]`); + if (creditCardInput && + creditCardInput instanceof HTMLInputElement && + creditCardInput.value.length === 4) { + creditCardInput.value = `XXXXXXXXX${creditCardInput.value}`; + } + } + HTMLFormElement.prototype.submit.call(ref); + } + }; + } + }, [ticketFields]); + const handleSubmit = (e) => { + e.preventDefault(); + e.target.submit(); + }; + return { formRefCallback, handleSubmit }; +} + +const MAX_URL_LENGTH = 2048; +const TICKET_FIELD_PREFIX = "tf_"; +const ALLOWED_BOOLEAN_VALUES = ["true", "false"]; +const ALLOWED_HTML_TAGS = [ + "pre", + "strong", + "b", + "p", + "blockquote", + "ul", + "ol", + "li", + "h2", + "h3", + "h4", + "i", + "em", + "br", +]; +function getFieldFromId(id, prefilledTicketFields) { + const isCustomField = !Number.isNaN(Number(id)); + if (isCustomField) { + const name = `request[custom_fields][${id}]`; + return prefilledTicketFields.ticketFields.find((field) => field.name === name); + } + switch (id) { + case "anonymous_requester_email": + return prefilledTicketFields.emailField; + case "due_at": + return prefilledTicketFields.dueDateField; + case "collaborators": + return prefilledTicketFields.ccField; + case "organization_id": + return prefilledTicketFields.organizationField; + default: + return prefilledTicketFields.ticketFields.find((field) => field.name === `request[${id}]`); + } +} +function getPrefilledTicketFields(fields) { + const { href } = location; + const params = new URL(href).searchParams; + const prefilledFields = { + ...fields, + ticketFields: [...fields.ticketFields], + }; + if (href.length > MAX_URL_LENGTH) + return fields; + if (params.get("parent_id")) + return fields; + for (const [key, value] of params) { + if (!key.startsWith(TICKET_FIELD_PREFIX)) + continue; + const ticketFieldId = key.substring(TICKET_FIELD_PREFIX.length); + const field = getFieldFromId(ticketFieldId, prefilledFields); + if (!field) + continue; + const sanitizedValue = purify.sanitize(value, { + ALLOWED_TAGS: ALLOWED_HTML_TAGS, + }); + switch (field.type) { + case "partialcreditcard": + continue; + case "multiselect": + field.value = sanitizedValue + .split(",") + // filter out prefilled options that don't exist + .filter((value) => field.options.some((option) => option.value === value)); + break; + case "checkbox": + if (ALLOWED_BOOLEAN_VALUES.includes(sanitizedValue)) { + field.value = + sanitizedValue === "true" + ? "on" + : sanitizedValue === "false" + ? "off" + : ""; + } + break; + default: + field.value = sanitizedValue; + } + } + return prefilledFields; +} +function usePrefilledTicketFields({ ticketFields, ccField, dueDateField, emailField, organizationField, }) { + return reactExports.useMemo(() => getPrefilledTicketFields({ + ticketFields, + ccField, + dueDateField, + emailField, + organizationField, + }), [ticketFields, ccField, dueDateField, emailField, organizationField]); +} + +const FileNameWrapper = styled.div ` flex: 1; -`;function Ie({file:n,onRemove:t}){const{t:s}=u(),r=e=>{"Enter"!==e.code&&"Space"!==e.code&&"Delete"!==e.code&&"Backspace"!==e.code||(e.preventDefault(),t())},a="pending"===n.status?n.file_name:n.value.file_name,o=s("new-request-form.attachments.stop-upload","Stop upload"),i=s("new-request-form.attachments.remove-file","Remove file");return e.jsx(k.Item,{children:e.jsx(_,{type:"generic",title:a,onKeyDown:e=>{"Delete"!==e.code&&"Backspace"!==e.code||(e.preventDefault(),t())},children:"pending"===n.status?e.jsxs(e.Fragment,{children:[e.jsx(Fe,{children:a}),e.jsx(C,{content:o,children:e.jsx(_.Close,{"aria-label":o,onClick:()=>{t()},onKeyDown:r})}),e.jsx(S,{value:n.progress,"aria-label":s("new-request-form.attachments.uploading","Uploading {{fileName}}",{fileName:a})})]}):e.jsxs(e.Fragment,{children:[e.jsx(Fe,{children:e.jsx(T,{isExternal:!0,href:n.value.url,target:"_blank",children:a})}),e.jsx(C,{content:i,children:e.jsx(_.Delete,{"aria-label":i,onClick:()=>{t()},onKeyDown:r})}),e.jsx(S,{value:100,"aria-hidden":"true"})]})})})}async function Pe(){const e=await fetch("/api/v2/users/me.json"),{user:{authenticity_token:n}}=await e.json();return n}function Re({field:s}){const{label:r,error:f,name:h,attachments:p}=s,{files:j,addPendingFile:g,setPendingFileProgress:b,setUploaded:x,removePendingFile:w,removeUploadedFile:q}=function(e){const[n,t]=i.useState(e);return{files:n,addPendingFile:i.useCallback(((e,n,s)=>{t((t=>[...t,{status:"pending",id:e,file_name:n,progress:0,xhr:s}]))}),[]),setPendingFileProgress:i.useCallback(((e,n)=>{t((t=>t.map((t=>"pending"===t.status&&t.id===e?{...t,progress:n}:t))))}),[]),removePendingFile:i.useCallback((e=>{t((n=>n.filter((n=>"pending"!==n.status||n.id!==e))))}),[]),removeUploadedFile:i.useCallback((e=>{t((n=>n.filter((n=>"uploaded"!==n.status||n.value.id!==e))))}),[]),setUploaded:i.useCallback(((e,n)=>{t((t=>t.map((t=>"pending"===t.status&&t.id===e?{status:"uploaded",value:n}:t))))}),[])}}(p.map((e=>({status:"uploaded",value:e})))??[]),{addToast:v}=l(),{t:y}=u(),k=i.useCallback((n=>{v((({close:t})=>e.jsxs(c,{type:"error",children:[e.jsx(d,{children:y("new-request-form.attachments.upload-error-title","Upload error")}),y("new-request-form.attachments.upload-error-description","There was an error uploading {{fileName}}. Try again or upload another file.",{fileName:n}),e.jsx(m,{"aria-label":y("new-request-form.close-label","Close"),onClick:t})]})))}),[v,y]),_=i.useCallback((async e=>{const n=await Pe();for(const t of e){const e=new XMLHttpRequest,s=new URL(`${window.location.origin}/api/v2/uploads.json`);if(s.searchParams.append("filename",t.name),e.open("POST",s),t.type)e.setRequestHeader("Content-Type",t.type);else{const n=F.getType(t.name);e.setRequestHeader("Content-Type",n||"application/octet-stream")}e.setRequestHeader("X-CSRF-Token",n),e.responseType="json";const r=crypto.randomUUID();g(r,t.name,e),e.upload.addEventListener("progress",(({loaded:e,total:n})=>{const t=Math.round(e/n*100);t<=90&&b(r,t)})),e.addEventListener("load",(()=>{if(e.status>=200&&e.status<300){const{upload:{attachment:{file_name:n,content_url:t},token:s}}=e.response;x(r,{id:s,file_name:n,url:t})}else k(t.name),w(r)})),e.addEventListener("error",(()=>{k(t.name),w(r)})),e.send(t)}}),[g,w,b,x,k]),{getRootProps:C,getInputProps:S,isDragActive:T}=I({onDrop:_});return e.jsxs(n,{children:[e.jsx(t,{children:r}),f&&e.jsx(o,{validation:"error",children:f}),e.jsxs(P,{...C(),isDragging:T,children:[T?e.jsx("span",{children:y("new-request-form.attachments.drop-files-label","Drop files here")}):e.jsx("span",{children:y("new-request-form.attachments.choose-file-label","Choose a file or drag and drop here")}),e.jsx(a,{...S()})]}),j.map((n=>e.jsx(Ie,{file:n,onRemove:()=>{(async e=>{if("pending"===e.status)e.xhr.abort(),w(e.id);else{const n=await Pe(),t=e.value.id;q(e.value.id),await fetch(`/api/v2/uploads/${t}.json`,{method:"DELETE",headers:{"X-CSRF-Token":n}})}})(n)}},"pending"===n.status?n.id:n.value.id))),j.map((n=>"uploaded"===n.status&&e.jsx("input",{type:"hidden",name:h,value:JSON.stringify(n.value)},n.value.id)))]})}function $e(e,n){return n.filter((n=>n.child_fields.some((n=>n.id===e))))}function Le(e,n,t){return e.filter((e=>{const s=t.find((n=>n.id===e.parent_field_id));if(!s)return!1;const r=$e(s.id,n);return s.value===e.value&&(0===r.length||Le(r,n,t).length>0)}))}function Ee(e,n){return 0===n.length?e:e.reduce(((t,s)=>{const r=$e(s.id,n);if(0===r.length)return[...t,s];const a=Le(r,n,e);return a.length>0?[...t,{...s,required:a.some((e=>e.child_fields.some((e=>e.id==s.id&&e.is_required))))}]:t}),[])}function De({field:l,locale:u,valueFormat:c,onChange:d}){const{label:m,error:f,value:h,name:p,required:j,description:g}=l,[b,x]=i.useState(h?new Date(h):void 0),w=e=>{if(void 0===e)return"";const n=e.toISOString();return"dateTime"===c?n:n.split("T")[0]};return e.jsxs(n,{children:[e.jsxs(t,{children:[m,j&&e.jsx(s,{"aria-hidden":"true",children:"*"})]}),g&&e.jsx(r,{dangerouslySetInnerHTML:{__html:g}}),e.jsx(R,{value:b,onChange:e=>{const n=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),12,0,0));x(n);const t=w(n);void 0!==t&&d(t)},locale:u,children:e.jsx(a,{required:j,lang:u,onChange:e=>{""===e.target.value&&(x(void 0),d(""))},validation:f?"error":void 0})}),f&&e.jsx(o,{validation:"error",children:f}),e.jsx("input",{type:"hidden",name:p,value:w(b)})]})}const Me=/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,Ge=f(E)` - padding: ${e=>`${e.theme.space.xxs} ${e.theme.space.sm}`}; +`; +function FileListItem({ file, onRemove, }) { + const { t } = useTranslation(); + const handleFileKeyDown = (e) => { + if (e.code === "Delete" || e.code === "Backspace") { + e.preventDefault(); + onRemove(); + } + }; + const handleCloseKeyDown = (e) => { + if (e.code === "Enter" || + e.code === "Space" || + e.code === "Delete" || + e.code === "Backspace") { + e.preventDefault(); + onRemove(); + } + }; + const fileName = file.status === "pending" ? file.file_name : file.value.file_name; + const stopUploadLabel = t("new-request-form.attachments.stop-upload", "Stop upload"); + const removeFileLabel = t("new-request-form.attachments.remove-file", "Remove file"); + return (jsxRuntimeExports.jsx(FileList.Item, { children: jsxRuntimeExports.jsx(File, { type: "generic", title: fileName, onKeyDown: handleFileKeyDown, children: file.status === "pending" ? (jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [jsxRuntimeExports.jsx(FileNameWrapper, { children: fileName }), jsxRuntimeExports.jsx(Tooltip, { content: stopUploadLabel, children: jsxRuntimeExports.jsx(File.Close, { "aria-label": stopUploadLabel, onClick: () => { + onRemove(); + }, onKeyDown: handleCloseKeyDown }) }), jsxRuntimeExports.jsx(Progress, { value: file.progress, "aria-label": t("new-request-form.attachments.uploading", "Uploading {{fileName}}", { fileName }) })] })) : (jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [jsxRuntimeExports.jsx(FileNameWrapper, { children: jsxRuntimeExports.jsx(Anchor, { isExternal: true, href: file.value.url, target: "_blank", children: fileName }) }), jsxRuntimeExports.jsx(Tooltip, { content: removeFileLabel, children: jsxRuntimeExports.jsx(File.Delete, { "aria-label": removeFileLabel, onClick: () => { + onRemove(); + }, onKeyDown: handleCloseKeyDown }) }), jsxRuntimeExports.jsx(Progress, { value: 100, "aria-hidden": "true" })] })) }) })); +} + +function useAttachedFiles(initialValue) { + const [files, setFiles] = reactExports.useState(initialValue); + const addPendingFile = reactExports.useCallback((id, file_name, xhr) => { + setFiles((current) => [ + ...current, + { status: "pending", id, file_name, progress: 0, xhr }, + ]); + }, []); + const setPendingFileProgress = reactExports.useCallback((id, progress) => { + setFiles((current) => current.map((file) => file.status === "pending" && file.id === id + ? { ...file, progress } + : file)); + }, []); + const removePendingFile = reactExports.useCallback((id) => { + setFiles((current) => current.filter((file) => file.status !== "pending" || file.id !== id)); + }, []); + const removeUploadedFile = reactExports.useCallback((id) => { + setFiles((current) => current.filter((file) => file.status !== "uploaded" || file.value.id !== id)); + }, []); + const setUploaded = reactExports.useCallback((pendingId, value) => { + setFiles((current) => current.map((file) => file.status === "pending" && file.id === pendingId + ? { status: "uploaded", value } + : file)); + }, []); + return { + files, + addPendingFile, + setPendingFileProgress, + removePendingFile, + removeUploadedFile, + setUploaded, + }; +} + +async function fetchCsrfToken() { + const response = await fetch("/api/v2/users/me.json"); + const { user: { authenticity_token }, } = await response.json(); + return authenticity_token; +} +function Attachments({ field }) { + const { label, error, name, attachments } = field; + const { files, addPendingFile, setPendingFileProgress, setUploaded, removePendingFile, removeUploadedFile, } = useAttachedFiles(attachments.map((value) => ({ + status: "uploaded", + value, + })) ?? []); + const { addToast } = useToast(); + const { t } = useTranslation(); + const notifyError = reactExports.useCallback((fileName) => { + addToast(({ close }) => (jsxRuntimeExports.jsxs(Notification, { type: "error", children: [jsxRuntimeExports.jsx(Title, { children: t("new-request-form.attachments.upload-error-title", "Upload error") }), t("new-request-form.attachments.upload-error-description", "There was an error uploading {{fileName}}. Try again or upload another file.", { fileName }), jsxRuntimeExports.jsx(Close, { "aria-label": t("new-request-form.close-label", "Close"), onClick: close })] }))); + }, [addToast, t]); + const onDrop = reactExports.useCallback(async (acceptedFiles) => { + const csrfToken = await fetchCsrfToken(); + for (const file of acceptedFiles) { + // fetch doesn't support upload progress, so we use XMLHttpRequest + const xhr = new XMLHttpRequest(); + const url = new URL(`${window.location.origin}/api/v2/uploads.json`); + url.searchParams.append("filename", file.name); + xhr.open("POST", url); + xhr.setRequestHeader("Content-Type", file.type); + xhr.setRequestHeader("X-CSRF-Token", csrfToken); + xhr.responseType = "json"; + const pendingId = crypto.randomUUID(); + addPendingFile(pendingId, file.name, xhr); + xhr.upload.addEventListener("progress", ({ loaded, total }) => { + const progress = Math.round((loaded / total) * 100); + // There is a bit of delay between the upload ending and the + // load event firing, so we don't want to set the progress to 100 + // otherwise it is not clear that the upload is still in progress. + if (progress <= 90) { + setPendingFileProgress(pendingId, progress); + } + }); + xhr.addEventListener("load", () => { + if (xhr.status >= 200 && xhr.status < 300) { + const { upload: { attachment: { file_name, content_url }, token, }, } = xhr.response; + setUploaded(pendingId, { id: token, file_name, url: content_url }); + } + else { + notifyError(file.name); + removePendingFile(pendingId); + } + }); + xhr.addEventListener("error", () => { + notifyError(file.name); + removePendingFile(pendingId); + }); + xhr.send(file); + } + }, [ + addPendingFile, + removePendingFile, + setPendingFileProgress, + setUploaded, + notifyError, + ]); + const { getRootProps, getInputProps, isDragActive } = useDropzone({ + onDrop, + }); + const handleRemove = async (file) => { + if (file.status === "pending") { + file.xhr.abort(); + removePendingFile(file.id); + } + else { + const csrfToken = await fetchCsrfToken(); + const token = file.value.id; + removeUploadedFile(file.value.id); + await fetch(`/api/v2/uploads/${token}.json`, { + method: "DELETE", + headers: { "X-CSRF-Token": csrfToken }, + }); + } + }; + return (jsxRuntimeExports.jsxs(Field, { children: [jsxRuntimeExports.jsx(Label, { children: label }), error && jsxRuntimeExports.jsx(Message, { validation: "error", children: error }), jsxRuntimeExports.jsxs(FileUpload, { ...getRootProps(), isDragging: isDragActive, children: [isDragActive ? (jsxRuntimeExports.jsx("span", { children: t("new-request-form.attachments.drop-files-label", "Drop files here") })) : (jsxRuntimeExports.jsx("span", { children: t("new-request-form.attachments.choose-file-label", "Choose a file or drag and drop here") })), jsxRuntimeExports.jsx(Input$1, { ...getInputProps() })] }), files.map((file) => (jsxRuntimeExports.jsx(FileListItem, { file: file, onRemove: () => { + handleRemove(file); + } }, file.status === "pending" ? file.id : file.value.id))), files.map((file) => file.status === "uploaded" && (jsxRuntimeExports.jsx("input", { type: "hidden", name: name, value: JSON.stringify(file.value) }, file.value.id)))] })); +} + +function useEndUserConditions(fields, endUserConditions) { + return fields.reduce((accumulator, field) => { + const conditions = endUserConditions.filter((condition) => condition.child_fields.some((childField) => childField.id === field.id)); + const metCondition = conditions.find((condition) => fields.find((field) => field.id === condition.parent_field_id) + ?.value === condition.value); + const childField = metCondition?.child_fields.find((childField) => childField.id === field.id); + if (conditions.length === 0 || !!metCondition) { + accumulator.push({ + ...field, + required: childField ? childField.is_required : field.required, + }); + } + return accumulator; + }, []); +} + +function DatePicker({ field, locale, valueFormat, onChange, }) { + const { label, error, value, name, required, description } = field; + const [date, setDate] = reactExports.useState(value ? new Date(value) : undefined); + const formatDate = (value) => { + if (value === undefined) { + return ""; + } + const isoString = value.toISOString(); + return valueFormat === "dateTime" ? isoString : isoString.split("T")[0]; + }; + const handleChange = (date) => { + // Set the time to 12:00:00 as this is also the expected behavior across Support and the API + const newDate = new Date(Date.UTC(date.getFullYear(), date.getMonth(), date.getDate(), 12, 0, 0)); + setDate(newDate); + const dateString = formatDate(newDate); + if (dateString !== undefined) { + onChange(dateString); + } + }; + const handleInputChange = (e) => { + // Allow field to be cleared + if (e.target.value === "") { + setDate(undefined); + onChange(""); + } + }; + return (jsxRuntimeExports.jsxs(Field, { children: [jsxRuntimeExports.jsxs(Label, { children: [label, required && jsxRuntimeExports.jsx(Span, { "aria-hidden": "true", children: "*" })] }), description && (jsxRuntimeExports.jsx(Hint, { dangerouslySetInnerHTML: { __html: description } })), jsxRuntimeExports.jsx(Datepicker, { value: date, onChange: handleChange, locale: locale, children: jsxRuntimeExports.jsx(Input$1, { required: required, lang: locale, onChange: handleInputChange, validation: error ? "error" : undefined }) }), error && jsxRuntimeExports.jsx(Message, { validation: "error", children: error }), jsxRuntimeExports.jsx("input", { type: "hidden", name: name, value: formatDate(date) })] })); +} + +function useTagsInputContainer({ tags, onTagsChange, inputValue, onInputValueChange, inputRef, gridRowRef, i18n, }) { + const [selectedIndex, setSelectedIndex] = reactExports.useState(0); + const [announcement, setAnnouncement] = reactExports.useState(""); + const gridOnChange = reactExports.useCallback((_, colIndex) => { + setSelectedIndex(colIndex); + }, [setSelectedIndex]); + const { getGridProps, getGridCellProps } = useGrid({ + matrix: [tags], + rowIndex: 0, + colIndex: selectedIndex, + onChange: gridOnChange, + }); + const hasTag = (tag) => { + return tags.includes(tag); + }; + const addTag = (tag) => { + onTagsChange([...tags, tag]); + setAnnouncement(i18n.addedTag(tag)); + }; + const removeTagAt = (at) => { + const tag = tags[at]; + onTagsChange(tags.filter((_, index) => index !== at)); + setAnnouncement(i18n.removedTag(tag)); + setSelectedIndex(0); + /* Move focus to the first tag once a tag has been removed, after 100ms to let screen reader read the + announcement first */ + setTimeout(() => { + const selectedTag = gridRowRef.current?.querySelector(`[tabindex="0"]`); + selectedTag?.focus(); + }, 100); + }; + const handleContainerClick = (e) => { + if (e.target === e.currentTarget) { + inputRef.current?.focus(); + } + }; + const handleContainerBlur = () => { + setSelectedIndex(0); + }; + const handleInputKeyDown = (e) => { + const target = e.target; + const tag = target.value; + if (tag && + (e.code === "Space" || + e.code === "Enter" || + e.code === "Comma" || + e.code === "Tab")) { + e.preventDefault(); + if (!hasTag(tag)) { + addTag(tag); + } + onInputValueChange(""); + } + }; + const handleInputChange = (e) => { + const currentValue = e.target.value; + /* On mobile browsers, the keyDown event doesn't provide the code + of the pressed key: https://www.w3.org/TR/uievents/#determine-keydown-keyup-keyCode, + so we need to check for spaces or commas on the change event to let the user + adds a tag */ + const [tag, separator] = [ + currentValue.slice(0, -1), + currentValue.slice(-1), + ]; + if (separator === " " || separator === ",") { + if (tag.length > 0 && !hasTag(tag)) { + addTag(tag); + } + onInputValueChange(""); + } + else { + onInputValueChange(currentValue); + } + }; + const handleInputPaste = (e) => { + e.preventDefault(); + const data = e.clipboardData.getData("text"); + const values = new Set(data.split(/[\s,;]+/).filter((value) => !tags.includes(value))); + onTagsChange([...tags, ...values]); + setAnnouncement(i18n.addedTags([...values])); + }; + const handleTagKeyDown = (index) => (e) => { + if (e.code === "Backspace") { + e.preventDefault(); + removeTagAt(index); + } + }; + const handleTagCloseClick = (index) => () => { + removeTagAt(index); + }; + const getContainerProps = () => ({ + onClick: handleContainerClick, + onBlur: handleContainerBlur, + tabIndex: -1, + }); + const getGridRowProps = () => ({ + role: "row", + }); + const getTagCloseProps = (index) => ({ + onClick: handleTagCloseClick(index), + }); + const getInputProps = () => ({ + value: inputValue, + onChange: handleInputChange, + onKeyDown: handleInputKeyDown, + onPaste: handleInputPaste, + }); + const getAnnouncementProps = () => ({ + "aria-live": "polite", + "aria-relevant": "text", + }); + return { + getContainerProps, + getGridProps, + getGridRowProps, + getGridCellProps: (index) => getGridCellProps({ + rowIndex: 0, + colIndex: index, + onKeyDown: handleTagKeyDown(index), + }), + getTagCloseProps, + getInputProps, + announcement, + getAnnouncementProps, + }; +} + +const EMAIL_REGEX = /^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; +const Container$1 = styled(FauxInput) ` + padding: ${(props) => `${props.theme.space.xxs} ${props.theme.space.sm}`}; // Removes white spaces for inline elements font-size: 0; // Same as height of Tag size="large" + base space (4px) // to give some vertical space between tags - --line-height: ${e=>8*e.theme.space.base+e.theme.space.base}px; + --line-height: ${(props) => props.theme.space.base * 8 + props.theme.space.base}px; line-height: var(--line-height); -`,Ve=f.span` +`; +const GridCell = styled.span ` display: inline-block; - margin-right: ${e=>e.theme.space.sm}; -`,Ae=f(D)` - ${e=>L({theme:e.theme,shadowWidth:"sm",selector:"&:focus"})} -`,ze=f.div` + margin-right: ${(props) => props.theme.space.sm}; +`; +const StyledTag = styled(Tag) ` + ${(props) => focusStyles({ + theme: props.theme, + shadowWidth: "sm", + selector: "&:focus", +})} +`; +const InputWrapper = styled.div ` display: inline-block; position: relative; -`,He=f(E)` +`; +const InputMirror = styled(FauxInput) ` display: inline-block; min-width: 200px; opacity: 0; user-select: none; height: var(--line-height); line-height: var(--line-height); -`,Xe=f(a)` +`; +const StyledInput = styled(Input$1) ` position: absolute; top: 0; left: 0; height: var(--line-height); line-height: var(--line-height); -`;function Ne({field:a}){const{label:l,value:c,name:d,error:m,description:f}=a,{t:h}=u(),p=c?c.split(",").map((e=>e.trim())):[],[j,g]=i.useState(p),[b,x]=i.useState(""),w=i.useRef(null),q=i.useRef(null),{getContainerProps:v,getGridProps:y,getGridRowProps:k,getGridCellProps:_,getTagCloseProps:S,getInputProps:T,getAnnouncementProps:F,announcement:I}=function({tags:e,onTagsChange:n,inputValue:t,onInputValueChange:s,inputRef:r,gridRowRef:a,i18n:o}){const[l,u]=i.useState(0),[c,d]=i.useState(""),m=i.useCallback(((e,n)=>{u(n)}),[u]),{getGridProps:f,getGridCellProps:h}=$({matrix:[e],rowIndex:0,colIndex:l,onChange:m}),p=n=>e.includes(n),j=t=>{n([...e,t]),d(o.addedTag(t))},g=t=>{const s=e[t];n(e.filter(((e,n)=>n!==t))),d(o.removedTag(s)),u(0),setTimeout((()=>{const e=a.current?.querySelector('[tabindex="0"]');e?.focus()}),100)},b=e=>{e.target===e.currentTarget&&r.current?.focus()},x=()=>{u(0)},w=e=>{const n=e.target.value;!n||"Space"!==e.code&&"Enter"!==e.code&&"Comma"!==e.code&&"Tab"!==e.code||(e.preventDefault(),p(n)||j(n),s(""))},q=e=>{const n=e.target.value,[t,r]=[n.slice(0,-1),n.slice(-1)];" "===r||","===r?(t.length>0&&!p(t)&&j(t),s("")):s(n)},v=t=>{t.preventDefault();const s=t.clipboardData.getData("text"),r=new Set(s.split(/[\s,;]+/).filter((n=>!e.includes(n))));n([...e,...r]),d(o.addedTags([...r]))},y=e=>n=>{"Backspace"===n.code&&(n.preventDefault(),g(e))},k=e=>()=>{g(e)};return{getContainerProps:()=>({onClick:b,onBlur:x,tabIndex:-1}),getGridProps:f,getGridRowProps:()=>({role:"row"}),getGridCellProps:e=>h({rowIndex:0,colIndex:e,onKeyDown:y(e)}),getTagCloseProps:e=>({onClick:k(e)}),getInputProps:()=>({value:t,onChange:q,onKeyDown:w,onPaste:v}),announcement:c,getAnnouncementProps:()=>({"aria-live":"polite","aria-relevant":"text"})}}({tags:j,onTagsChange:g,inputValue:b,onInputValueChange:x,inputRef:w,gridRowRef:q,i18n:{addedTag:e=>h("new-request-form.cc-field.email-added","{{email}} has been added",{email:e}),removedTag:e=>h("new-request-form.cc-field.email-removed","{{email}} has been removed",{email:e}),addedTags:e=>h("new-request-form.cc-field.emails-added","{{emails}} have been added",{emails:e})}}),P=(n,t,s)=>e.jsxs(Ae,{size:"large","aria-label":h("new-request-form.cc-field.email-label","{{email}} - Press Backspace to remove",{email:s}),hue:t?void 0:"red",children:[!t&&e.jsx(D.Avatar,{children:e.jsx(M,{})}),e.jsx("span",{children:s}),e.jsx(D.Close,{...S(n)})]});return e.jsxs(n,{children:[e.jsx(t,{children:l}),f&&e.jsx(r,{children:f}),e.jsxs(Ge,{...v(),children:[j.length>0&&e.jsx("span",{...y({"aria-label":h("new-request-form.cc-field.container-label","Selected CC emails")}),children:e.jsx("span",{ref:q,...k(),children:j.map(((n,t)=>{const s=Me.test(n);return s?e.jsx(Ve,{..._(t),children:P(t,s,n)},t):e.jsx(C,{content:h("new-request-form.cc-field.invalid-email","Invalid email address"),children:e.jsx(Ve,{..._(t),children:P(t,s,n)})},t)}))})}),e.jsxs(ze,{children:[e.jsx(He,{isBare:!0,"aria-hidden":"true",tabIndex:-1,children:b}),e.jsx(Xe,{ref:w,isBare:!0,...T()})]})]}),m&&e.jsx(o,{validation:"error",children:m}),j.map((n=>e.jsx("input",{type:"hidden",name:d,value:n},n))),e.jsx(s,{hidden:!0,...F(),children:I})]})}const Oe=f(s)` - margin-left: ${e=>e.theme.space.xxs}; - font-weight: ${e=>e.theme.fontWeights.medium}; -`;function Ue({field:a,onChange:i}){const{t:l}=u(),{label:c,error:d,value:m,name:f,required:h,description:p}=a,j=function(e){return e?e.replaceAll("X",""):""}(m);return e.jsxs(n,{children:[e.jsxs(t,{children:[c,h&&e.jsx(s,{"aria-hidden":"true",children:"*"}),e.jsx(Oe,{children:l("new-request-form.credit-card-digits-hint","(Last 4 digits)")})]}),p&&e.jsx(r,{dangerouslySetInnerHTML:{__html:p}}),e.jsx(G,{start:e.jsx(V,{}),name:f,type:"text",value:j,onChange:e=>i(e.target.value),validation:d?"error":void 0,required:h,maxLength:4,placeholder:"XXXX"}),d&&e.jsx(o,{validation:"error",children:d})]})}function Be({field:n,onChange:t}){const{label:r,options:a,error:o,value:l,name:u,required:c,description:d}=n,{currentGroup:m,isGroupIdentifier:f,setCurrentGroupByIdentifier:h}=ge({options:a,hasEmptyOption:!0}),q=l??"",[y,k]=i.useState(!1),_=i.useRef(null);i.useEffect((()=>{if(_.current&&c){const e=_.current.querySelector("[role=combobox]");e?.setAttribute("aria-required","true")}}),[_,c]);return e.jsxs(p,{children:[e.jsxs(j,{children:[r,c&&e.jsx(s,{"aria-hidden":"true",children:"*"})]}),d&&e.jsx(g,{dangerouslySetInnerHTML:{__html:d}}),e.jsxs(b,{ref:_,inputProps:{required:c,name:u},isEditable:!1,validation:o?"error":void 0,onChange:e=>{"string"==typeof e.selectionValue&&f(e.selectionValue)?h(e.selectionValue):("string"==typeof e.selectionValue&&t(e.selectionValue),void 0!==e.isExpanded&&k(e.isExpanded))},selectionValue:q,inputValue:q,renderValue:({selection:n})=>n?.label??e.jsx(ce,{}),isExpanded:y,children:["SubGroup"===m.type&&e.jsx(x,{...m.backOption}),"SubGroup"===m.type?e.jsx(v,{"aria-label":m.name,children:m.options.map((n=>e.jsx(x,{...n,children:n.menuLabel??n.label},n.value)))}):m.options.map((n=>""===n.value?e.jsx(x,{...n,children:e.jsx(ce,{})},n.value):e.jsx(x,{...n},n.value)))]}),o&&e.jsx(w,{validation:"error",children:o})]})}const We=A` +`; +function CcField({ field }) { + const { label, value, name, error, description } = field; + const { t } = useTranslation(); + const initialValue = value + ? value.split(",").map((email) => email.trim()) + : []; + const [tags, setTags] = reactExports.useState(initialValue); + const [inputValue, setInputValue] = reactExports.useState(""); + const inputRef = reactExports.useRef(null); + const gridRowRef = reactExports.useRef(null); + const { getContainerProps, getGridProps, getGridRowProps, getGridCellProps, getTagCloseProps, getInputProps, getAnnouncementProps, announcement, } = useTagsInputContainer({ + tags, + onTagsChange: setTags, + inputValue, + onInputValueChange: setInputValue, + inputRef, + gridRowRef, + i18n: { + addedTag: (email) => t("new-request-form.cc-field.email-added", "{{email}} has been added", { + email, + }), + removedTag: (email) => t("new-request-form.cc-field.email-removed", "{{email}} has been removed", { email }), + addedTags: (emails) => t("new-request-form.cc-field.emails-added", "{{emails}} have been added", { emails }), + }, + }); + const renderTag = (index, isValid, email) => (jsxRuntimeExports.jsxs(StyledTag, { size: "large", "aria-label": t("new-request-form.cc-field.email-label", "{{email}} - Press Backspace to remove", { email }), hue: isValid ? undefined : "red", children: [!isValid && (jsxRuntimeExports.jsx(Tag.Avatar, { children: jsxRuntimeExports.jsx(SvgAlertWarningStroke, {}) })), jsxRuntimeExports.jsx("span", { children: email }), jsxRuntimeExports.jsx(Tag.Close, { ...getTagCloseProps(index) })] })); + return (jsxRuntimeExports.jsxs(Field, { children: [jsxRuntimeExports.jsx(Label, { children: label }), description && jsxRuntimeExports.jsx(Hint, { children: description }), jsxRuntimeExports.jsxs(Container$1, { ...getContainerProps(), children: [tags.length > 0 && (jsxRuntimeExports.jsx("span", { ...getGridProps({ + "aria-label": t("new-request-form.cc-field.container-label", "Selected CC emails"), + }), children: jsxRuntimeExports.jsx("span", { ref: gridRowRef, ...getGridRowProps(), children: tags.map((email, index) => { + const isValid = EMAIL_REGEX.test(email); + return isValid ? (jsxRuntimeExports.jsx(GridCell, { ...getGridCellProps(index), children: renderTag(index, isValid, email) }, index)) : (jsxRuntimeExports.jsx(Tooltip, { content: t("new-request-form.cc-field.invalid-email", "Invalid email address"), children: jsxRuntimeExports.jsx(GridCell, { ...getGridCellProps(index), children: renderTag(index, isValid, email) }) }, index)); + }) }) })), jsxRuntimeExports.jsxs(InputWrapper, { children: [jsxRuntimeExports.jsx(InputMirror, { isBare: true, "aria-hidden": "true", tabIndex: -1, children: inputValue }), jsxRuntimeExports.jsx(StyledInput, { ref: inputRef, isBare: true, ...getInputProps() })] })] }), error && jsxRuntimeExports.jsx(Message, { validation: "error", children: error }), tags.map((email) => (jsxRuntimeExports.jsx("input", { type: "hidden", name: name, value: email }, email))), jsxRuntimeExports.jsx(Span, { hidden: true, ...getAnnouncementProps(), children: announcement })] })); +} + +/** + * When there is an error in the credit card field, the backend returns a redacted value with the last 4 digits prefixed with some Xs. + * This function removes the Xs from the value and returns the last 4 digits of the credit card + * + * @param value The value returned by the backend with last 4 digits prefixed with some Xs + * @returns The last 4 digits of the credit card + */ +function getLastDigits(value) { + return value ? value.replaceAll("X", "") : ""; +} +const DigitsHintSpan = styled(Span) ` + margin-left: ${(props) => props.theme.space.xxs}; + font-weight: ${(props) => props.theme.fontWeights.medium}; +`; +function CreditCard({ field, onChange }) { + const { t } = useTranslation(); + const { label, error, value, name, required, description } = field; + const digits = getLastDigits(value); + return (jsxRuntimeExports.jsxs(Field, { children: [jsxRuntimeExports.jsxs(Label, { children: [label, required && jsxRuntimeExports.jsx(Span, { "aria-hidden": "true", children: "*" }), jsxRuntimeExports.jsx(DigitsHintSpan, { children: t("new-request-form.credit-card-digits-hint", "(Last 4 digits)") })] }), description && (jsxRuntimeExports.jsx(Hint, { dangerouslySetInnerHTML: { __html: description } })), jsxRuntimeExports.jsx(MediaInput, { start: jsxRuntimeExports.jsx(SvgCreditCardStroke, {}), name: name, type: "text", value: digits, onChange: (e) => onChange(e.target.value), validation: error ? "error" : undefined, required: required, maxLength: 4, placeholder: "XXXX" }), error && jsxRuntimeExports.jsx(Message, { validation: "error", children: error })] })); +} + +function Tagger({ field, onChange }) { + const { label, options, error, value, name, required, description } = field; + const { currentGroup, isGroupIdentifier, setCurrentGroupByIdentifier } = useNestedOptions({ + options, + hasEmptyOption: true, + }); + const selectionValue = value ?? ""; + const [isExpanded, setIsExpanded] = reactExports.useState(false); + const wrapperRef = reactExports.useRef(null); + reactExports.useEffect(() => { + if (wrapperRef.current && required) { + const combobox = wrapperRef.current.querySelector("[role=combobox]"); + combobox?.setAttribute("aria-required", "true"); + } + }, [wrapperRef, required]); + const handleChange = (changes) => { + if (typeof changes.selectionValue === "string" && + isGroupIdentifier(changes.selectionValue)) { + setCurrentGroupByIdentifier(changes.selectionValue); + return; + } + if (typeof changes.selectionValue === "string") { + onChange(changes.selectionValue); + } + if (changes.isExpanded !== undefined) { + setIsExpanded(changes.isExpanded); + } + }; + return (jsxRuntimeExports.jsxs(Field$1, { children: [jsxRuntimeExports.jsxs(Label$1, { children: [label, required && jsxRuntimeExports.jsx(Span, { "aria-hidden": "true", children: "*" })] }), description && (jsxRuntimeExports.jsx(Hint$1, { dangerouslySetInnerHTML: { __html: description } })), jsxRuntimeExports.jsxs(Combobox, { ref: wrapperRef, inputProps: { required, name }, isEditable: false, validation: error ? "error" : undefined, onChange: handleChange, selectionValue: selectionValue, inputValue: selectionValue, renderValue: ({ selection }) => selection?.label ?? jsxRuntimeExports.jsx(EmptyValueOption, {}), isExpanded: isExpanded, children: [currentGroup.type === "SubGroup" && (jsxRuntimeExports.jsx(Option, { ...currentGroup.backOption })), currentGroup.type === "SubGroup" ? (jsxRuntimeExports.jsx(OptGroup, { "aria-label": currentGroup.name, children: currentGroup.options.map((option) => (jsxRuntimeExports.jsx(Option, { ...option, children: option.menuLabel ?? option.label }, option.value))) })) : (currentGroup.options.map((option) => option.value === "" ? (jsxRuntimeExports.jsx(Option, { ...option, children: jsxRuntimeExports.jsx(EmptyValueOption, {}) }, option.value)) : (jsxRuntimeExports.jsx(Option, { ...option }, option.value))))] }), error && jsxRuntimeExports.jsx(Message$1, { validation: "error", children: error })] })); +} + +function useDebounce(value, delayMs) { + const [debouncedValue, setDebouncedValue] = reactExports.useState(value); + reactExports.useEffect(() => { + const timer = setTimeout(() => setDebouncedValue(value), delayMs); + return () => { + clearTimeout(timer); + }; + }, [value, delayMs]); + return debouncedValue; +} + +const slideIn = $e ` from { grid-template-rows: 0fr; } to { grid-template-rows: 1fr; } -`,Ke=f.div` +`; +const Container = styled.div ` display: grid; - animation: ${We} 200ms forwards; -`,Ye=f.div` + animation: ${slideIn} 200ms forwards; +`; +const InnerContainer = styled.div ` overflow: hidden; -`,Je=f.ul` +`; +const UnstyledList = styled.ul ` list-style: none; padding: 0; margin: 0; -`,Ze=f.li` - margin: ${e=>e.theme.space.sm} 0; -`;function Qe({query:n,locale:t}){const s=function(e,n){const[t,s]=i.useState(e);return i.useEffect((()=>{const t=setTimeout((()=>s(e)),n);return()=>{clearTimeout(t)}}),[e,n]),t}(n,500),[r,a]=i.useState([]),o=i.useRef({}),{t:l}=u();return i.useEffect((()=>{const e=s?.trim().toLocaleLowerCase();if(!e||!function(e){const n=e.charCodeAt(0);return n>=19968&&n<=195103?e.length>=2:e.length>=3}(e))return void a([]);const n=new URL(`${window.location.origin}/api/v2/help_center/deflection/suggestions.json`);n.searchParams.append("locale",t),n.searchParams.append("query",e);const r=o.current[n.toString()];r?a(r):fetch(n).then((e=>e.json())).then((({results:e})=>{o.current[n.toString()]=e,a(e)}))}),[s,t]),r.length>0?e.jsx(Ke,{"data-test-id":"suggested-articles",children:e.jsxs(Ye,{children:[e.jsx("h2",{children:l("new-request-form.suggested-articles","Suggested articles")}),e.jsx(Je,{children:r.map((n=>e.jsx(Ze,{children:e.jsx(T,{href:n.html_url,children:n.name})},n.html_url)))})]})}):null}const en=f.h3` - font-size: ${e=>e.theme.fontSizes.md}; - font-weight: ${e=>e.theme.fontWeights.bold}; -`,nn=f(H)` - color: ${e=>z("successHue",700,e.theme)}; -`,tn=f(X)` +`; +const ListItem = styled.li ` + margin: ${(props) => props.theme.space.sm} 0; +`; +function hasMinLength(value) { + const firstLetter = value.charCodeAt(0); + /* + * Special case considering CJK characters. Since ideographs represent + * whole words, we want to start searching when just two has been typed. + * + * Unicode range reference: + * http://www.unicode.org/versions/Unicode5.0.0/ch12.pdf#G16616 + */ + if (firstLetter >= 0x4e00 && firstLetter <= 0x2fa1f) { + return value.length >= 2; + } + else { + return value.length >= 3; + } +} +function SuggestedArticles({ query: inputQuery, locale, }) { + const debouncedQuery = useDebounce(inputQuery, 500); + const [articles, setArticles] = reactExports.useState([]); + const requestsCache = reactExports.useRef({}); + const { t } = useTranslation(); + reactExports.useEffect(() => { + const query = debouncedQuery?.trim().toLocaleLowerCase(); + if (!query || !hasMinLength(query)) { + setArticles([]); + return; + } + const requestUrl = new URL(`${window.location.origin}/api/v2/help_center/deflection/suggestions.json`); + requestUrl.searchParams.append("locale", locale); + requestUrl.searchParams.append("query", query); + const cachedResponse = requestsCache.current[requestUrl.toString()]; + if (cachedResponse) { + setArticles(cachedResponse); + return; + } + fetch(requestUrl) + .then((response) => response.json()) + .then(({ results }) => { + requestsCache.current[requestUrl.toString()] = results; + setArticles(results); + }); + }, [debouncedQuery, locale]); + return articles.length > 0 ? (jsxRuntimeExports.jsx(Container, { "data-test-id": "suggested-articles", children: jsxRuntimeExports.jsxs(InnerContainer, { children: [jsxRuntimeExports.jsx("h2", { children: t("new-request-form.suggested-articles", "Suggested articles") }), jsxRuntimeExports.jsx(UnstyledList, { children: articles.map((article) => (jsxRuntimeExports.jsx(ListItem, { children: jsxRuntimeExports.jsx(Anchor, { href: article.html_url, children: article.name }) }, article.html_url))) })] }) })) : null; +} + +const H3 = styled.h3 ` + font-size: ${(props) => props.theme.fontSizes.md}; + font-weight: ${(props) => props.theme.fontWeights.bold}; +`; +const StyledHeader = styled(Header) ` + color: ${(props) => getColorV8("successHue", 700, props.theme)}; +`; +const StyledSuccessIcon = styled(SvgCheckCircleStroke) ` position: absolute; - top: ${e=>5.5*e.theme.space.base}px; - inset-inline-start: ${e=>4*e.theme.space.base+"px"}; -`,sn=f(T)` + top: ${(props) => props.theme.space.base * 5.5}px; + inset-inline-start: ${(props) => `${props.theme.space.base * 4}px`}; +`; +const ArticleLink = styled(Anchor) ` display: inline-block; - margin-top: ${e=>e.theme.space.sm}; -`;function rn({authToken:n,interactionAccessToken:t,articles:s,requestId:r,hasRequestManagement:a,isSignedIn:o,helpCenterPath:l,requestsPath:c,requestPath:d}){const[m,f]=i.useState(0),h=N(),{t:p}=u(),j=()=>String(s[m]?.article_id),g=()=>{Q({type:"success",message:p("new-request-form.answer-bot-modal.request-submitted","Your request was successfully submitted")}),window.location.assign((()=>{if(o)return a?d:l;{const e=new URLSearchParams;return e.set("return_to",c),`${l}?${e.toString()}`}})())};return e.jsxs(O,{appendToNode:h,onClose:()=>{g()},children:[e.jsxs(nn,{tag:"h2",children:[e.jsx(tn,{}),p("new-request-form.answer-bot-modal.request-submitted","Your request was successfully submitted")]}),e.jsxs(U,{children:[e.jsx(en,{children:p("new-request-form.answer-bot-modal.title","While you wait, do any of these articles answer your question?")}),e.jsx("p",{children:p("new-request-form.answer-bot-modal.footer-content","If it does, we can close your recent request {{requestId}}",{requestId:`‭#${r}‬`})}),e.jsx(B,{level:4,expandedSections:[m],onChange:e=>{f(e)},children:s.map((({article_id:t,html_url:s,snippet:r,title:a})=>e.jsxs(B.Section,{children:[e.jsx(B.Header,{children:e.jsx(B.Label,{children:a})}),e.jsxs(B.Panel,{children:[e.jsx(W,{dangerouslySetInnerHTML:{__html:r}}),e.jsx(sn,{isExternal:!0,href:`${s}?auth_token=${n}`,target:"_blank",children:p("new-request-form.answer-bot-modal.view-article","View article")})]})]},t)))})]}),e.jsxs(K,{children:[e.jsx(Y,{children:e.jsx(J,{onClick:()=>{(async()=>{await fetch("/api/v2/answer_bot/rejection",{method:"POST",body:JSON.stringify({article_id:j(),interaction_access_token:t,reason_id:0}),headers:{"Content-Type":"application/json"}}),g()})()},children:p("new-request-form.answer-bot-modal.mark-irrelevant","No, I need help")})}),e.jsx(Y,{children:e.jsx(J,{isPrimary:!0,onClick:()=>{(async()=>{(await fetch("/api/v2/answer_bot/resolution",{method:"POST",body:JSON.stringify({article_id:j(),interaction_access_token:t}),headers:{"Content-Type":"application/json"}})).ok?Q({type:"success",message:p("new-request-form.answer-bot-modal.request-closed","Nice. Your request has been closed.")}):Q({type:"error",message:p("new-request-form.answer-bot-modal.solve-error","There was an error closing your request")}),window.location.href=l})()},children:p("new-request-form.answer-bot-modal.solve-request","Yes, close my request")})})]}),e.jsx(Z,{"aria-label":p("new-request-form.close-label","Close")})]})}const an=f(W)` - margin: ${e=>e.theme.space.md} 0; -`,on=f.form` + margin-top: ${(props) => props.theme.space.sm}; +`; +function AnswerBotModal({ authToken, interactionAccessToken, articles, requestId, hasRequestManagement, isSignedIn, helpCenterPath, requestsPath, requestPath, }) { + const [expandedIndex, setExpandedIndex] = reactExports.useState(0); + const modalContainer = useModalContainer(); + const { t } = useTranslation(); + const getExpandedArticleId = () => { + return String(articles[expandedIndex]?.article_id); + }; + const getUnsolvedRedirectUrl = () => { + if (!isSignedIn) { + const searchParams = new URLSearchParams(); + searchParams.set("return_to", requestsPath); + return `${helpCenterPath}?${searchParams.toString()}`; + } + else if (hasRequestManagement) { + return requestPath; + } + else { + return helpCenterPath; + } + }; + const addUnsolvedNotificationAndRedirect = () => { + addFlashNotification({ + type: "success", + message: t("new-request-form.answer-bot-modal.request-submitted", "Your request was successfully submitted"), + }); + window.location.assign(getUnsolvedRedirectUrl()); + }; + const solveRequest = async () => { + const response = await fetch("/api/v2/answer_bot/resolution", { + method: "POST", + body: JSON.stringify({ + article_id: getExpandedArticleId(), + interaction_access_token: interactionAccessToken, + }), + headers: { + "Content-Type": "application/json", + }, + }); + if (response.ok) { + addFlashNotification({ + type: "success", + message: t("new-request-form.answer-bot-modal.request-closed", "Nice. Your request has been closed."), + }); + } + else { + addFlashNotification({ + type: "error", + message: t("new-request-form.answer-bot-modal.solve-error", "There was an error closing your request"), + }); + } + window.location.href = helpCenterPath; + }; + const markArticleAsIrrelevant = async () => { + await fetch("/api/v2/answer_bot/rejection", { + method: "POST", + body: JSON.stringify({ + article_id: getExpandedArticleId(), + interaction_access_token: interactionAccessToken, + reason_id: 0, + }), + headers: { + "Content-Type": "application/json", + }, + }); + addUnsolvedNotificationAndRedirect(); + }; + return (jsxRuntimeExports.jsxs(Modal, { appendToNode: modalContainer, onClose: () => { + addUnsolvedNotificationAndRedirect(); + }, children: [jsxRuntimeExports.jsxs(StyledHeader, { tag: "h2", children: [jsxRuntimeExports.jsx(StyledSuccessIcon, {}), t("new-request-form.answer-bot-modal.request-submitted", "Your request was successfully submitted")] }), jsxRuntimeExports.jsxs(Body, { children: [jsxRuntimeExports.jsx(H3, { children: t("new-request-form.answer-bot-modal.title", "While you wait, do any of these articles answer your question?") }), jsxRuntimeExports.jsx("p", { children: t("new-request-form.answer-bot-modal.footer-content", "If it does, we can close your recent request {{requestId}}", { + requestId: `\u202D#${requestId}\u202C`, + }) }), jsxRuntimeExports.jsx(Accordion, { level: 4, expandedSections: [expandedIndex], onChange: (index) => { + setExpandedIndex(index); + }, children: articles.map(({ article_id, html_url, snippet, title }) => (jsxRuntimeExports.jsxs(Accordion.Section, { children: [jsxRuntimeExports.jsx(Accordion.Header, { children: jsxRuntimeExports.jsx(Accordion.Label, { children: title }) }), jsxRuntimeExports.jsxs(Accordion.Panel, { children: [jsxRuntimeExports.jsx(Paragraph, { dangerouslySetInnerHTML: { __html: snippet } }), jsxRuntimeExports.jsx(ArticleLink, { isExternal: true, href: `${html_url}?auth_token=${authToken}`, target: "_blank", children: t("new-request-form.answer-bot-modal.view-article", "View article") })] })] }, article_id))) })] }), jsxRuntimeExports.jsxs(Footer$1, { children: [jsxRuntimeExports.jsx(FooterItem, { children: jsxRuntimeExports.jsx(Button, { onClick: () => { + markArticleAsIrrelevant(); + }, children: t("new-request-form.answer-bot-modal.mark-irrelevant", "No, I need help") }) }), jsxRuntimeExports.jsx(FooterItem, { children: jsxRuntimeExports.jsx(Button, { isPrimary: true, onClick: () => { + solveRequest(); + }, children: t("new-request-form.answer-bot-modal.solve-request", "Yes, close my request") }) })] }), jsxRuntimeExports.jsx(Close$1, { "aria-label": t("new-request-form.close-label", "Close") })] })); +} + +function getCustomObjectKey(targetType) { + return targetType.replace("zen:custom_object:", ""); +} +const EMPTY_OPTION = { + value: "", + name: "-", +}; +function LookupField({ field, userId, organizationId, onChange, }) { + const { id: fieldId, label, error, value, name, required, description, relationship_target_type, } = field; + const [options, setOptions] = reactExports.useState([]); + const [selectedOption, setSelectedOption] = reactExports.useState(null); + const [inputValue, setInputValue] = reactExports.useState(value); + const [isLoadingOptions, setIsLoadingOptions] = reactExports.useState(false); + const { t } = useTranslation(); + const customObjectKey = getCustomObjectKey(relationship_target_type); + const loadingOption = { + name: t("new-request-form.lookup-field.loading-options", "Loading items..."), + id: "loading", + }; + const noResultsOption = { + name: t("new-request-form.lookup-field.no-matches.found", "No matches found"), + id: "no-results", + }; + const fetchSelectedOption = reactExports.useCallback(async (selectionValue) => { + try { + const res = await fetch(`/api/v2/custom_objects/${customObjectKey}/records/${selectionValue}`); + if (res.ok) { + const { custom_object_record } = await res.json(); + const newSelectedOption = { + name: custom_object_record.name, + value: custom_object_record.id, + }; + setSelectedOption(newSelectedOption); + setInputValue(custom_object_record.name); + } + } + catch (error) { + console.log(error); + } + }, [customObjectKey]); + const fetchOptions = reactExports.useCallback(async (inputValue) => { + const searchParams = new URLSearchParams(); + searchParams.set("name", inputValue.toLocaleLowerCase()); + searchParams.set("source", "zen:ticket"); + searchParams.set("field_id", fieldId.toString()); + searchParams.set("requester_id", userId.toString()); + if (organizationId !== null) + searchParams.set("organization_id", organizationId); + setIsLoadingOptions(true); + try { + const response = await fetch(`/api/v2/custom_objects/${customObjectKey}/records/autocomplete?${searchParams.toString()}`); + const data = await response.json(); + if (response.ok) { + setOptions(data.custom_object_records.map(({ name, id }) => ({ + name, + value: id, + }))); + } + else { + setOptions([]); + } + } + catch (error) { + console.log(error); + } + finally { + setIsLoadingOptions(false); + } + }, [customObjectKey, fieldId, organizationId, userId]); + const debouncedFetchOptions = reactExports.useMemo(() => debounce(fetchOptions, 300), [fetchOptions]); + reactExports.useEffect(() => { + return () => debouncedFetchOptions.cancel(); + }, [debouncedFetchOptions]); + const handleChange = reactExports.useCallback(({ inputValue, selectionValue }) => { + if (selectionValue !== undefined) { + if (selectionValue == "") { + setSelectedOption(EMPTY_OPTION); + setInputValue(EMPTY_OPTION.name); + setOptions([]); + onChange(EMPTY_OPTION.value); + } + else { + const selectedOption = options.find((option) => option.value === selectionValue); + if (selectedOption) { + setInputValue(selectedOption.name); + setSelectedOption(selectedOption); + setOptions([selectedOption]); + onChange(selectedOption.value); + } + } + } + if (inputValue !== undefined) { + setInputValue(inputValue); + debouncedFetchOptions(inputValue); + } + }, [debouncedFetchOptions, onChange, options]); + reactExports.useEffect(() => { + if (value) { + fetchSelectedOption(value); + } + }, []); //we don't set dependency array as we want this hook to be called only once + const onFocus = () => { + setInputValue(""); + selectedOption && setOptions([selectedOption]); + }; + return (jsxRuntimeExports.jsxs(Field$1, { children: [jsxRuntimeExports.jsxs(Label$1, { children: [label, required && jsxRuntimeExports.jsx(Span, { "aria-hidden": "true", children: "*" })] }), description && (jsxRuntimeExports.jsx(Hint$1, { dangerouslySetInnerHTML: { __html: description } })), jsxRuntimeExports.jsxs(Combobox, { inputProps: { required }, startIcon: jsxRuntimeExports.jsx(SvgSearchStroke, {}), validation: error ? "error" : undefined, inputValue: inputValue, selectionValue: selectedOption?.value, isAutocomplete: true, placeholder: t("new-request-form.lookup-field.placeholder", `Search ${label.toLowerCase()}`, { label }), onFocus: onFocus, onChange: handleChange, renderValue: () => selectedOption ? selectedOption?.name : EMPTY_OPTION.name, children: [selectedOption?.name !== EMPTY_OPTION.name && (jsxRuntimeExports.jsx(Option, { value: "", label: "-", children: jsxRuntimeExports.jsx(EmptyValueOption, {}) })), isLoadingOptions && (jsxRuntimeExports.jsx(Option, { isDisabled: true, value: loadingOption.name }, loadingOption.id)), !isLoadingOptions && + inputValue?.length > 0 && + options.length === 0 && (jsxRuntimeExports.jsx(Option, { isDisabled: true, value: noResultsOption.name }, noResultsOption.id)), !isLoadingOptions && + options.length !== 0 && + options.map((option) => (jsxRuntimeExports.jsx(Option, { value: option.value, label: option.name }, option.value)))] }), error && jsxRuntimeExports.jsx(Message$1, { validation: "error", children: error }), jsxRuntimeExports.jsx("input", { type: "hidden", name: name, value: selectedOption?.value })] })); +} + +const StyledParagraph = styled(Paragraph) ` + margin: ${(props) => props.theme.space.md} 0; +`; +const Form = styled.form ` display: flex; flex-direction: column; - gap: ${e=>e.theme.space.md}; -`,ln=f.div` - margin-top: ${e=>e.theme.space.md}; -`;function un({requestForm:n,wysiwyg:t,newRequestPath:s,parentId:r,parentIdPath:a,locale:o,baseLocale:l,hasAtMentions:c,userRole:d,brandId:m,answerBotModal:f}){const{ticket_fields:h,action:p,http_method:j,accept_charset:g,errors:b,parent_id_field:x,ticket_form_field:w,email_field:q,cc_field:v,organization_field:y,due_date_field:k,end_user_conditions:_,attachments_field:C,inline_attachments_fields:S,description_mimetype_field:F}=n,{answerBot:I}=f,{ticketFields:P,emailField:R,ccField:$,organizationField:L,dueDateField:E}=Te({ticketFields:h,emailField:q,ccField:v,organizationField:y,dueDateField:k}),[D,M]=i.useState(P),[G,V]=i.useState(L),[A,z]=i.useState(E),H=Ee(D,_),{formRefCallback:X,handleSubmit:N}=ve(D),{t:O}=u();function U(e,n){M(D.map((t=>t.name===e.name?{...t,value:n}:t)))}return e.jsxs(e.Fragment,{children:[r&&e.jsx(an,{children:e.jsx(T,{href:a,children:O("new-request-form.parent-request-link","Follow-up to request {{parentId}}",{parentId:`‭#${r}‬`})})}),e.jsx(an,{"aria-hidden":"true",children:O("new-request-form.required-fields-info","Fields marked with an asterisk (*) are required.")}),e.jsxs(on,{ref:X,action:p,method:j,acceptCharset:g,noValidate:!0,onSubmit:N,children:[b&&e.jsx(ee,{type:"error",children:b}),x&&e.jsx(qe,{field:x}),w.options.length>0&&e.jsx(we,{field:w,newRequestPath:s}),R&&e.jsx(oe,{field:R},R.name),$&&e.jsx(Ne,{field:$}),G&&e.jsx(de,{field:G,onChange:e=>{!function(e){null!==G&&V({...G,value:e})}(e)}},G.name),H.map((n=>{switch(n.type){case"subject":return e.jsxs(e.Fragment,{children:[e.jsx(oe,{field:n,onChange:e=>U(n,e)},n.name),e.jsx(Qe,{query:n.value,locale:o})]});case"text":case"integer":case"decimal":case"regexp":return e.jsx(oe,{field:n,onChange:e=>U(n,e)},n.name);case"partialcreditcard":return e.jsx(Ue,{field:n,onChange:e=>U(n,e)});case"description":return e.jsxs(e.Fragment,{children:[e.jsx(ue,{field:n,hasWysiwyg:t,baseLocale:l,hasAtMentions:c,userRole:d,brandId:m,onChange:e=>U(n,e)},n.name),e.jsx("input",{type:"hidden",name:F.name,value:t?"text/html":"text/plain"})]});case"textarea":return e.jsx(ue,{field:n,hasWysiwyg:!1,baseLocale:l,hasAtMentions:c,userRole:d,brandId:m,onChange:e=>U(n,e)},n.name);case"priority":case"basic_priority":case"tickettype":return e.jsxs(e.Fragment,{children:[e.jsx(de,{field:n,onChange:e=>U(n,e)},n.name),"task"===n.value&&e.jsx(De,{field:A,locale:l,valueFormat:"dateTime",onChange:e=>{!function(e){null!==A&&z({...A,value:e})}(e)}})]});case"checkbox":return e.jsx(me,{field:n,onChange:e=>U(n,e)});case"date":return e.jsx(De,{field:n,locale:l,valueFormat:"date",onChange:e=>U(n,e)});case"multiselect":return e.jsx(be,{field:n});case"tagger":return e.jsx(Be,{field:n,onChange:e=>U(n,e)},n.name);default:return e.jsx(e.Fragment,{})}})),C&&e.jsx(Re,{field:C}),S.map((({type:n,name:t,value:s},r)=>e.jsx("input",{type:n,name:t,value:s},r))),e.jsx(ln,{children:(0===w.options.length||w.value)&&e.jsx(J,{isPrimary:!0,type:"submit",children:O("new-request-form.submit","Submit")})})]}),I.auth_token&&I.interaction_access_token&&I.articles.length>0&&I.request_id&&e.jsx(rn,{authToken:I.auth_token,interactionAccessToken:I.interaction_access_token,articles:I.articles,requestId:I.request_id,...f})]})}async function cn(n,t,s){const{baseLocale:r}=t;ne(r),await te(r,(()=>function(e){switch(e){case"./translations/locales/af.json":return import("new-request-form-translations").then((function(e){return e.a}));case"./translations/locales/ar-x-pseudo.json":return import("new-request-form-translations").then((function(e){return e.b}));case"./translations/locales/ar.json":return import("new-request-form-translations").then((function(e){return e.c}));case"./translations/locales/az.json":return import("new-request-form-translations").then((function(e){return e.d}));case"./translations/locales/be.json":return import("new-request-form-translations").then((function(e){return e.e}));case"./translations/locales/bg.json":return import("new-request-form-translations").then((function(e){return e.f}));case"./translations/locales/bn.json":return import("new-request-form-translations").then((function(e){return e.g}));case"./translations/locales/bs.json":return import("new-request-form-translations").then((function(e){return e.h}));case"./translations/locales/ca.json":return import("new-request-form-translations").then((function(e){return e.i}));case"./translations/locales/cs.json":return import("new-request-form-translations").then((function(e){return e.j}));case"./translations/locales/cy.json":return import("new-request-form-translations").then((function(e){return e.k}));case"./translations/locales/da.json":return import("new-request-form-translations").then((function(e){return e.l}));case"./translations/locales/de-x-informal.json":return import("new-request-form-translations").then((function(e){return e.m}));case"./translations/locales/de.json":return import("new-request-form-translations").then((function(e){return e.n}));case"./translations/locales/el.json":return import("new-request-form-translations").then((function(e){return e.o}));case"./translations/locales/en-001.json":return import("new-request-form-translations").then((function(e){return e.p}));case"./translations/locales/en-150.json":return import("new-request-form-translations").then((function(e){return e.q}));case"./translations/locales/en-au.json":return import("new-request-form-translations").then((function(e){return e.r}));case"./translations/locales/en-ca.json":return import("new-request-form-translations").then((function(e){return e.s}));case"./translations/locales/en-gb.json":return import("new-request-form-translations").then((function(e){return e.t}));case"./translations/locales/en-my.json":return import("new-request-form-translations").then((function(e){return e.u}));case"./translations/locales/en-ph.json":return import("new-request-form-translations").then((function(e){return e.v}));case"./translations/locales/en-se.json":return import("new-request-form-translations").then((function(e){return e.w}));case"./translations/locales/en-us.json":return import("new-request-form-translations").then((function(e){return e.x}));case"./translations/locales/en-x-dev.json":return import("new-request-form-translations").then((function(e){return e.y}));case"./translations/locales/en-x-keys.json":return import("new-request-form-translations").then((function(e){return e.z}));case"./translations/locales/en-x-obsolete.json":return import("new-request-form-translations").then((function(e){return e.A}));case"./translations/locales/en-x-pseudo.json":return import("new-request-form-translations").then((function(e){return e.B}));case"./translations/locales/en-x-test.json":return import("new-request-form-translations").then((function(e){return e.C}));case"./translations/locales/es-419.json":return import("new-request-form-translations").then((function(e){return e.D}));case"./translations/locales/es-es.json":return import("new-request-form-translations").then((function(e){return e.E}));case"./translations/locales/es.json":return import("new-request-form-translations").then((function(e){return e.F}));case"./translations/locales/et.json":return import("new-request-form-translations").then((function(e){return e.G}));case"./translations/locales/eu.json":return import("new-request-form-translations").then((function(e){return e.H}));case"./translations/locales/fa-af.json":return import("new-request-form-translations").then((function(e){return e.I}));case"./translations/locales/fa.json":return import("new-request-form-translations").then((function(e){return e.J}));case"./translations/locales/fi.json":return import("new-request-form-translations").then((function(e){return e.K}));case"./translations/locales/fil.json":return import("new-request-form-translations").then((function(e){return e.L}));case"./translations/locales/fo.json":return import("new-request-form-translations").then((function(e){return e.M}));case"./translations/locales/fr-ca.json":return import("new-request-form-translations").then((function(e){return e.N}));case"./translations/locales/fr.json":return import("new-request-form-translations").then((function(e){return e.O}));case"./translations/locales/ga.json":return import("new-request-form-translations").then((function(e){return e.P}));case"./translations/locales/he.json":return import("new-request-form-translations").then((function(e){return e.Q}));case"./translations/locales/hi.json":return import("new-request-form-translations").then((function(e){return e.R}));case"./translations/locales/hr.json":return import("new-request-form-translations").then((function(e){return e.S}));case"./translations/locales/hu.json":return import("new-request-form-translations").then((function(e){return e.T}));case"./translations/locales/hy.json":return import("new-request-form-translations").then((function(e){return e.U}));case"./translations/locales/id.json":return import("new-request-form-translations").then((function(e){return e.V}));case"./translations/locales/is.json":return import("new-request-form-translations").then((function(e){return e.W}));case"./translations/locales/it-ch.json":return import("new-request-form-translations").then((function(e){return e.X}));case"./translations/locales/it.json":return import("new-request-form-translations").then((function(e){return e.Y}));case"./translations/locales/ja.json":return import("new-request-form-translations").then((function(e){return e.Z}));case"./translations/locales/ka.json":return import("new-request-form-translations").then((function(e){return e._}));case"./translations/locales/kk.json":return import("new-request-form-translations").then((function(e){return e.$}));case"./translations/locales/kl-dk.json":return import("new-request-form-translations").then((function(e){return e.a0}));case"./translations/locales/ko.json":return import("new-request-form-translations").then((function(e){return e.a1}));case"./translations/locales/ku.json":return import("new-request-form-translations").then((function(e){return e.a2}));case"./translations/locales/lt.json":return import("new-request-form-translations").then((function(e){return e.a3}));case"./translations/locales/lv.json":return import("new-request-form-translations").then((function(e){return e.a4}));case"./translations/locales/mk.json":return import("new-request-form-translations").then((function(e){return e.a5}));case"./translations/locales/mn.json":return import("new-request-form-translations").then((function(e){return e.a6}));case"./translations/locales/ms.json":return import("new-request-form-translations").then((function(e){return e.a7}));case"./translations/locales/mt.json":return import("new-request-form-translations").then((function(e){return e.a8}));case"./translations/locales/my.json":return import("new-request-form-translations").then((function(e){return e.a9}));case"./translations/locales/nl-be.json":return import("new-request-form-translations").then((function(e){return e.aa}));case"./translations/locales/nl.json":return import("new-request-form-translations").then((function(e){return e.ab}));case"./translations/locales/no.json":return import("new-request-form-translations").then((function(e){return e.ac}));case"./translations/locales/pl.json":return import("new-request-form-translations").then((function(e){return e.ad}));case"./translations/locales/pt-br.json":return import("new-request-form-translations").then((function(e){return e.ae}));case"./translations/locales/pt.json":return import("new-request-form-translations").then((function(e){return e.af}));case"./translations/locales/ro.json":return import("new-request-form-translations").then((function(e){return e.ag}));case"./translations/locales/ru.json":return import("new-request-form-translations").then((function(e){return e.ah}));case"./translations/locales/sk.json":return import("new-request-form-translations").then((function(e){return e.ai}));case"./translations/locales/sl.json":return import("new-request-form-translations").then((function(e){return e.aj}));case"./translations/locales/sq.json":return import("new-request-form-translations").then((function(e){return e.ak}));case"./translations/locales/sr-me.json":return import("new-request-form-translations").then((function(e){return e.al}));case"./translations/locales/sr.json":return import("new-request-form-translations").then((function(e){return e.am}));case"./translations/locales/sv.json":return import("new-request-form-translations").then((function(e){return e.an}));case"./translations/locales/th.json":return import("new-request-form-translations").then((function(e){return e.ao}));case"./translations/locales/tr.json":return import("new-request-form-translations").then((function(e){return e.ap}));case"./translations/locales/uk.json":return import("new-request-form-translations").then((function(e){return e.aq}));case"./translations/locales/ur.json":return import("new-request-form-translations").then((function(e){return e.ar}));case"./translations/locales/uz.json":return import("new-request-form-translations").then((function(e){return e.as}));case"./translations/locales/vi.json":return import("new-request-form-translations").then((function(e){return e.at}));case"./translations/locales/zh-cn.json":return import("new-request-form-translations").then((function(e){return e.au}));case"./translations/locales/zh-tw.json":return import("new-request-form-translations").then((function(e){return e.av}));default:return new Promise((function(n,t){("function"==typeof queueMicrotask?queueMicrotask:setTimeout)(t.bind(null,new Error("Unknown variable dynamic import: "+e)))}))}}(`./translations/locales/${r}.json`))),se.render(e.jsx(re,{theme:ae(n),children:e.jsx(un,{...t})}),s)}export{cn as renderNewRequestForm}; + gap: ${(props) => props.theme.space.md}; +`; +const Footer = styled.div ` + margin-top: ${(props) => props.theme.space.md}; +`; +function NewRequestForm({ requestForm, wysiwyg, newRequestPath, parentId, parentIdPath, locale, baseLocale, hasAtMentions, userRole, userId, brandId, organizations, answerBotModal, }) { + const { ticket_fields, action, http_method, accept_charset, errors, parent_id_field, ticket_form_field, email_field, cc_field, organization_field, due_date_field, end_user_conditions, attachments_field, inline_attachments_fields, description_mimetype_field, } = requestForm; + const { answerBot } = answerBotModal; + const { ticketFields: prefilledTicketFields, emailField, ccField, organizationField: prefilledOrganizationField, dueDateField: prefilledDueDateField, } = usePrefilledTicketFields({ + ticketFields: ticket_fields, + emailField: email_field, + ccField: cc_field, + organizationField: organization_field, + dueDateField: due_date_field, + }); + const [ticketFields, setTicketFields] = reactExports.useState(prefilledTicketFields); + const [organizationField, setOrganizationField] = reactExports.useState(prefilledOrganizationField); + const [dueDateField, setDueDateField] = reactExports.useState(prefilledDueDateField); + const visibleFields = useEndUserConditions(ticketFields, end_user_conditions); + const { formRefCallback, handleSubmit } = useFormSubmit(ticketFields); + const { t } = useTranslation(); + const defaultOrganizationId = organizations.length > 0 && organizations[0]?.id + ? organizations[0]?.id?.toString() + : null; + const handleChange = reactExports.useCallback((field, value) => { + setTicketFields(ticketFields.map((ticketField) => ticketField.name === field.name + ? { ...ticketField, value } + : ticketField)); + }, [ticketFields]); + function handleOrganizationChange(value) { + if (organizationField === null) { + return; + } + setOrganizationField({ ...organizationField, value }); + } + function handleDueDateChange(value) { + if (dueDateField === null) { + return; + } + setDueDateField({ ...dueDateField, value }); + } + return (jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [parentId && (jsxRuntimeExports.jsx(StyledParagraph, { children: jsxRuntimeExports.jsx(Anchor, { href: parentIdPath, children: t("new-request-form.parent-request-link", "Follow-up to request {{parentId}}", { + parentId: `\u202D#${parentId}\u202C`, + }) }) })), jsxRuntimeExports.jsx(StyledParagraph, { "aria-hidden": "true", children: t("new-request-form.required-fields-info", "Fields marked with an asterisk (*) are required.") }), jsxRuntimeExports.jsxs(Form, { ref: formRefCallback, action: action, method: http_method, acceptCharset: accept_charset, noValidate: true, onSubmit: handleSubmit, children: [errors && jsxRuntimeExports.jsx(Alert, { type: "error", children: errors }), parent_id_field && jsxRuntimeExports.jsx(ParentTicketField, { field: parent_id_field }), ticket_form_field.options.length > 0 && (jsxRuntimeExports.jsx(TicketFormField, { field: ticket_form_field, newRequestPath: newRequestPath })), emailField && jsxRuntimeExports.jsx(Input, { field: emailField }, emailField.name), ccField && jsxRuntimeExports.jsx(CcField, { field: ccField }), organizationField && (jsxRuntimeExports.jsx(DropDown, { field: organizationField, onChange: (value) => { + handleOrganizationChange(value); + } }, organizationField.name)), visibleFields.map((field) => { + switch (field.type) { + case "subject": + return (jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [jsxRuntimeExports.jsx(Input, { field: field, onChange: (value) => handleChange(field, value) }, field.name), jsxRuntimeExports.jsx(SuggestedArticles, { query: field.value, locale: locale })] })); + case "text": + case "integer": + case "decimal": + case "regexp": + return (jsxRuntimeExports.jsx(Input, { field: field, onChange: (value) => handleChange(field, value) }, field.name)); + case "partialcreditcard": + return (jsxRuntimeExports.jsx(CreditCard, { field: field, onChange: (value) => handleChange(field, value) })); + case "description": + return (jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [jsxRuntimeExports.jsx(TextArea, { field: field, hasWysiwyg: wysiwyg, baseLocale: baseLocale, hasAtMentions: hasAtMentions, userRole: userRole, brandId: brandId, onChange: (value) => handleChange(field, value) }, field.name), jsxRuntimeExports.jsx("input", { type: "hidden", name: description_mimetype_field.name, value: wysiwyg ? "text/html" : "text/plain" })] })); + case "textarea": + return (jsxRuntimeExports.jsx(TextArea, { field: field, hasWysiwyg: false, baseLocale: baseLocale, hasAtMentions: hasAtMentions, userRole: userRole, brandId: brandId, onChange: (value) => handleChange(field, value) }, field.name)); + case "priority": + case "basic_priority": + case "tickettype": + return (jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [jsxRuntimeExports.jsx(DropDown, { field: field, onChange: (value) => handleChange(field, value) }, field.name), field.value === "task" && (jsxRuntimeExports.jsx(DatePicker, { field: dueDateField, locale: baseLocale, valueFormat: "dateTime", onChange: (value) => { + handleDueDateChange(value); + } }))] })); + case "checkbox": + return (jsxRuntimeExports.jsx(Checkbox, { field: field, onChange: (value) => handleChange(field, value) })); + case "date": + return (jsxRuntimeExports.jsx(DatePicker, { field: field, locale: baseLocale, valueFormat: "date", onChange: (value) => handleChange(field, value) })); + case "multiselect": + return jsxRuntimeExports.jsx(MultiSelect, { field: field }); + case "tagger": + return (jsxRuntimeExports.jsx(Tagger, { field: field, onChange: (value) => handleChange(field, value) }, field.name)); + case "lookup": + return (jsxRuntimeExports.jsx(LookupField, { field: field, userId: userId, organizationId: organizationField !== null + ? organizationField.value + : defaultOrganizationId, onChange: (value) => handleChange(field, value) }, field.name)); + default: + return jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, {}); + } + }), attachments_field && jsxRuntimeExports.jsx(Attachments, { field: attachments_field }), inline_attachments_fields.map(({ type, name, value }, index) => (jsxRuntimeExports.jsx("input", { type: type, name: name, value: value }, index))), jsxRuntimeExports.jsx(Footer, { children: (ticket_form_field.options.length === 0 || + ticket_form_field.value) && (jsxRuntimeExports.jsx(Button, { isPrimary: true, type: "submit", children: t("new-request-form.submit", "Submit") })) })] }), answerBot.auth_token && + answerBot.interaction_access_token && + answerBot.articles.length > 0 && + answerBot.request_id && (jsxRuntimeExports.jsx(AnswerBotModal, { authToken: answerBot.auth_token, interactionAccessToken: answerBot.interaction_access_token, articles: answerBot.articles, requestId: answerBot.request_id, ...answerBotModal }))] })); +} + +function __variableDynamicImportRuntime0__(path) { + switch (path) { + case './translations/locales/af.json': return import('new-request-form-translations').then(function (n) { return n.a; }); + case './translations/locales/ar-x-pseudo.json': return import('new-request-form-translations').then(function (n) { return n.b; }); + case './translations/locales/ar.json': return import('new-request-form-translations').then(function (n) { return n.c; }); + case './translations/locales/az.json': return import('new-request-form-translations').then(function (n) { return n.d; }); + case './translations/locales/be.json': return import('new-request-form-translations').then(function (n) { return n.e; }); + case './translations/locales/bg.json': return import('new-request-form-translations').then(function (n) { return n.f; }); + case './translations/locales/bn.json': return import('new-request-form-translations').then(function (n) { return n.g; }); + case './translations/locales/bs.json': return import('new-request-form-translations').then(function (n) { return n.h; }); + case './translations/locales/ca.json': return import('new-request-form-translations').then(function (n) { return n.i; }); + case './translations/locales/cs.json': return import('new-request-form-translations').then(function (n) { return n.j; }); + case './translations/locales/cy.json': return import('new-request-form-translations').then(function (n) { return n.k; }); + case './translations/locales/da.json': return import('new-request-form-translations').then(function (n) { return n.l; }); + case './translations/locales/de-x-informal.json': return import('new-request-form-translations').then(function (n) { return n.m; }); + case './translations/locales/de.json': return import('new-request-form-translations').then(function (n) { return n.n; }); + case './translations/locales/el.json': return import('new-request-form-translations').then(function (n) { return n.o; }); + case './translations/locales/en-001.json': return import('new-request-form-translations').then(function (n) { return n.p; }); + case './translations/locales/en-150.json': return import('new-request-form-translations').then(function (n) { return n.q; }); + case './translations/locales/en-au.json': return import('new-request-form-translations').then(function (n) { return n.r; }); + case './translations/locales/en-ca.json': return import('new-request-form-translations').then(function (n) { return n.s; }); + case './translations/locales/en-gb.json': return import('new-request-form-translations').then(function (n) { return n.t; }); + case './translations/locales/en-my.json': return import('new-request-form-translations').then(function (n) { return n.u; }); + case './translations/locales/en-ph.json': return import('new-request-form-translations').then(function (n) { return n.v; }); + case './translations/locales/en-se.json': return import('new-request-form-translations').then(function (n) { return n.w; }); + case './translations/locales/en-us.json': return import('new-request-form-translations').then(function (n) { return n.x; }); + case './translations/locales/en-x-dev.json': return import('new-request-form-translations').then(function (n) { return n.y; }); + case './translations/locales/en-x-keys.json': return import('new-request-form-translations').then(function (n) { return n.z; }); + case './translations/locales/en-x-obsolete.json': return import('new-request-form-translations').then(function (n) { return n.A; }); + case './translations/locales/en-x-pseudo.json': return import('new-request-form-translations').then(function (n) { return n.B; }); + case './translations/locales/en-x-test.json': return import('new-request-form-translations').then(function (n) { return n.C; }); + case './translations/locales/es-419.json': return import('new-request-form-translations').then(function (n) { return n.D; }); + case './translations/locales/es-es.json': return import('new-request-form-translations').then(function (n) { return n.E; }); + case './translations/locales/es.json': return import('new-request-form-translations').then(function (n) { return n.F; }); + case './translations/locales/et.json': return import('new-request-form-translations').then(function (n) { return n.G; }); + case './translations/locales/eu.json': return import('new-request-form-translations').then(function (n) { return n.H; }); + case './translations/locales/fa-af.json': return import('new-request-form-translations').then(function (n) { return n.I; }); + case './translations/locales/fa.json': return import('new-request-form-translations').then(function (n) { return n.J; }); + case './translations/locales/fi.json': return import('new-request-form-translations').then(function (n) { return n.K; }); + case './translations/locales/fil.json': return import('new-request-form-translations').then(function (n) { return n.L; }); + case './translations/locales/fo.json': return import('new-request-form-translations').then(function (n) { return n.M; }); + case './translations/locales/fr-ca.json': return import('new-request-form-translations').then(function (n) { return n.N; }); + case './translations/locales/fr.json': return import('new-request-form-translations').then(function (n) { return n.O; }); + case './translations/locales/ga.json': return import('new-request-form-translations').then(function (n) { return n.P; }); + case './translations/locales/he.json': return import('new-request-form-translations').then(function (n) { return n.Q; }); + case './translations/locales/hi.json': return import('new-request-form-translations').then(function (n) { return n.R; }); + case './translations/locales/hr.json': return import('new-request-form-translations').then(function (n) { return n.S; }); + case './translations/locales/hu.json': return import('new-request-form-translations').then(function (n) { return n.T; }); + case './translations/locales/hy.json': return import('new-request-form-translations').then(function (n) { return n.U; }); + case './translations/locales/id.json': return import('new-request-form-translations').then(function (n) { return n.V; }); + case './translations/locales/is.json': return import('new-request-form-translations').then(function (n) { return n.W; }); + case './translations/locales/it-ch.json': return import('new-request-form-translations').then(function (n) { return n.X; }); + case './translations/locales/it.json': return import('new-request-form-translations').then(function (n) { return n.Y; }); + case './translations/locales/ja.json': return import('new-request-form-translations').then(function (n) { return n.Z; }); + case './translations/locales/ka.json': return import('new-request-form-translations').then(function (n) { return n._; }); + case './translations/locales/kk.json': return import('new-request-form-translations').then(function (n) { return n.$; }); + case './translations/locales/kl-dk.json': return import('new-request-form-translations').then(function (n) { return n.a0; }); + case './translations/locales/ko.json': return import('new-request-form-translations').then(function (n) { return n.a1; }); + case './translations/locales/ku.json': return import('new-request-form-translations').then(function (n) { return n.a2; }); + case './translations/locales/lt.json': return import('new-request-form-translations').then(function (n) { return n.a3; }); + case './translations/locales/lv.json': return import('new-request-form-translations').then(function (n) { return n.a4; }); + case './translations/locales/mk.json': return import('new-request-form-translations').then(function (n) { return n.a5; }); + case './translations/locales/mn.json': return import('new-request-form-translations').then(function (n) { return n.a6; }); + case './translations/locales/ms.json': return import('new-request-form-translations').then(function (n) { return n.a7; }); + case './translations/locales/mt.json': return import('new-request-form-translations').then(function (n) { return n.a8; }); + case './translations/locales/my.json': return import('new-request-form-translations').then(function (n) { return n.a9; }); + case './translations/locales/nl-be.json': return import('new-request-form-translations').then(function (n) { return n.aa; }); + case './translations/locales/nl.json': return import('new-request-form-translations').then(function (n) { return n.ab; }); + case './translations/locales/no.json': return import('new-request-form-translations').then(function (n) { return n.ac; }); + case './translations/locales/pl.json': return import('new-request-form-translations').then(function (n) { return n.ad; }); + case './translations/locales/pt-br.json': return import('new-request-form-translations').then(function (n) { return n.ae; }); + case './translations/locales/pt.json': return import('new-request-form-translations').then(function (n) { return n.af; }); + case './translations/locales/ro.json': return import('new-request-form-translations').then(function (n) { return n.ag; }); + case './translations/locales/ru.json': return import('new-request-form-translations').then(function (n) { return n.ah; }); + case './translations/locales/sk.json': return import('new-request-form-translations').then(function (n) { return n.ai; }); + case './translations/locales/sl.json': return import('new-request-form-translations').then(function (n) { return n.aj; }); + case './translations/locales/sq.json': return import('new-request-form-translations').then(function (n) { return n.ak; }); + case './translations/locales/sr-me.json': return import('new-request-form-translations').then(function (n) { return n.al; }); + case './translations/locales/sr.json': return import('new-request-form-translations').then(function (n) { return n.am; }); + case './translations/locales/sv.json': return import('new-request-form-translations').then(function (n) { return n.an; }); + case './translations/locales/th.json': return import('new-request-form-translations').then(function (n) { return n.ao; }); + case './translations/locales/tr.json': return import('new-request-form-translations').then(function (n) { return n.ap; }); + case './translations/locales/uk.json': return import('new-request-form-translations').then(function (n) { return n.aq; }); + case './translations/locales/ur.json': return import('new-request-form-translations').then(function (n) { return n.ar; }); + case './translations/locales/uz.json': return import('new-request-form-translations').then(function (n) { return n.as; }); + case './translations/locales/vi.json': return import('new-request-form-translations').then(function (n) { return n.at; }); + case './translations/locales/zh-cn.json': return import('new-request-form-translations').then(function (n) { return n.au; }); + case './translations/locales/zh-tw.json': return import('new-request-form-translations').then(function (n) { return n.av; }); + default: return new Promise(function(resolve, reject) { + (typeof queueMicrotask === 'function' ? queueMicrotask : setTimeout)( + reject.bind(null, new Error("Unknown variable dynamic import: " + path)) + ); + }) + } + } +async function renderNewRequestForm(settings, props, container) { + const { baseLocale } = props; + initI18next(baseLocale); + await loadTranslations(baseLocale, () => __variableDynamicImportRuntime0__(`./translations/locales/${baseLocale}.json`)); + reactDomExports.render(jsxRuntimeExports.jsx(ThemeProviders, { theme: createTheme(settings), children: jsxRuntimeExports.jsx(NewRequestForm, { ...props }) }), container); +} + +export { renderNewRequestForm }; diff --git a/assets/new-request-form-translations-bundle.js b/assets/new-request-form-translations-bundle.js index eba89b1eb..32214b312 100644 --- a/assets/new-request-form-translations-bundle.js +++ b/assets/new-request-form-translations-bundle.js @@ -1 +1,3183 @@ -var e=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),r=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"[ผู้龍ḬḬϝ ḭḭṭ ḍṓṓḛḛṡ, ẁḛḛ ͼααṇ ͼḽṓṓṡḛḛ ẏẏṓṓṵṵṛ ṛḛḛͼḛḛṇṭ ṛḛḛʠṵṵḛḛṡṭ {{requestId}}龍ผู้]","new-request-form.answer-bot-modal.footer-title":"[ผู้龍Ḍṓṓḛḛṡ ṭḥḭḭṡ ααṛṭḭḭͼḽḛḛ ααṇṡẁḛḛṛ ẏẏṓṓṵṵṛ ʠṵṵḛḛṡṭḭḭṓṓṇ?龍ผู้]","new-request-form.answer-bot-modal.mark-irrelevant":"[ผู้龍Ṅṓṓ, ḬḬ ṇḛḛḛḛḍ ḥḛḛḽṗ龍ผู้]","new-request-form.answer-bot-modal.request-closed":"[ผู้龍Ṅḭḭͼḛḛ. ŶŶṓṓṵṵṛ ṛḛḛʠṵṵḛḛṡṭ ḥααṡ ḅḛḛḛḛṇ ͼḽṓṓṡḛḛḍ.龍ผู้]","new-request-form.answer-bot-modal.request-submitted":"[ผู้龍ŶŶṓṓṵṵṛ ṛḛḛʠṵṵḛḛṡṭ ẁααṡ ṡṵṵͼͼḛḛṡṡϝṵṵḽḽẏẏ ṡṵṵḅṃḭḭṭṭḛḛḍ龍ผู้]","new-request-form.answer-bot-modal.solve-error":"[ผู้龍Ṫḥḛḛṛḛḛ ẁααṡ ααṇ ḛḛṛṛṓṓṛ ͼḽṓṓṡḭḭṇḡ ẏẏṓṓṵṵṛ ṛḛḛʠṵṵḛḛṡṭ龍ผู้]","new-request-form.answer-bot-modal.solve-request":"[ผู้龍ŶŶḛḛṡ, ͼḽṓṓṡḛḛ ṃẏẏ ṛḛḛʠṵṵḛḛṡṭ龍ผู้]","new-request-form.answer-bot-modal.title":"[ผู้龍Ŵḥḭḭḽḛḛ ẏẏṓṓṵṵ ẁααḭḭṭ, ḍṓṓ ααṇẏẏ ṓṓϝ ṭḥḛḛṡḛḛ ααṛṭḭḭͼḽḛḛṡ ααṇṡẁḛḛṛ ẏẏṓṓṵṵṛ ʠṵṵḛḛṡṭḭḭṓṓṇ?龍ผู้]","new-request-form.answer-bot-modal.view-article":"[ผู้龍Ṿḭḭḛḛẁ ααṛṭḭḭͼḽḛḛ龍ผู้]","new-request-form.attachments.choose-file-label":"[ผู้龍Ḉḥṓṓṓṓṡḛḛ αα ϝḭḭḽḛḛ ṓṓṛ ḍṛααḡ ααṇḍ ḍṛṓṓṗ ḥḛḛṛḛḛ龍ผู้]","new-request-form.attachments.drop-files-label":"[ผู้龍Ḍṛṓṓṗ ϝḭḭḽḛḛṡ ḥḛḛṛḛḛ龍ผู้]","new-request-form.attachments.remove-file":"[ผู้龍Ṛḛḛṃṓṓṽḛḛ ϝḭḭḽḛḛ龍ผู้]","new-request-form.attachments.stop-upload":"[ผู้龍Ṣṭṓṓṗ ṵṵṗḽṓṓααḍ龍ผู้]","new-request-form.attachments.upload-error-description":"[ผู้龍Ṫḥḛḛṛḛḛ ẁααṡ ααṇ ḛḛṛṛṓṓṛ ṵṵṗḽṓṓααḍḭḭṇḡ {{fileName}}. Ṫṛẏẏ ααḡααḭḭṇ ṓṓṛ ṵṵṗḽṓṓααḍ ααṇṓṓṭḥḛḛṛ ϝḭḭḽḛḛ.龍ผู้]","new-request-form.attachments.upload-error-title":"[ผู้龍ṲṲṗḽṓṓααḍ ḛḛṛṛṓṓṛ龍ผู้]","new-request-form.attachments.uploading":"[ผู้龍ṲṲṗḽṓṓααḍḭḭṇḡ {{fileName}}龍ผู้]","new-request-form.cc-field.container-label":"[ผู้龍Ṣḛḛḽḛḛͼṭḛḛḍ ḈḈ ḛḛṃααḭḭḽṡ龍ผู้]","new-request-form.cc-field.email-added":"[ผู้龍{{email}} ḥααṡ ḅḛḛḛḛṇ ααḍḍḛḛḍ龍ผู้]","new-request-form.cc-field.email-label":"[ผู้龍{{email}} - Ṕṛḛḛṡṡ Ḃααͼḳṡṗααͼḛḛ ṭṓṓ ṛḛḛṃṓṓṽḛḛ龍ผู้]","new-request-form.cc-field.email-removed":"[ผู้龍{{email}} ḥααṡ ḅḛḛḛḛṇ ṛḛḛṃṓṓṽḛḛḍ龍ผู้]","new-request-form.cc-field.emails-added":"[ผู้龍{{emails}} ḥααṽḛḛ ḅḛḛḛḛṇ ααḍḍḛḛḍ龍ผู้]","new-request-form.cc-field.invalid-email":"[ผู้龍ḬḬṇṽααḽḭḭḍ ḛḛṃααḭḭḽ ααḍḍṛḛḛṡṡ龍ผู้]","new-request-form.close-label":"[ผู้龍Ḉḽṓṓṡḛḛ龍ผู้]","new-request-form.credit-card-digits-hint":"[ผู้龍(Ḻααṡṭ 4 ḍḭḭḡḭḭṭṡ)龍ผู้]","new-request-form.dropdown.empty-option":"[ผู้龍Ṣḛḛḽḛḛͼṭ ααṇ ṓṓṗṭḭḭṓṓṇ龍ผู้]","new-request-form.parent-request-link":"[ผู้龍Ḟṓṓḽḽṓṓẁ-ṵṵṗ ṭṓṓ ṛḛḛʠṵṵḛḛṡṭ {{parentId}}龍ผู้]","new-request-form.required-fields-info":"[ผู้龍Ḟḭḭḛḛḽḍṡ ṃααṛḳḛḛḍ ẁḭḭṭḥ ααṇ ααṡṭḛḛṛḭḭṡḳ (*) ααṛḛḛ ṛḛḛʠṵṵḭḭṛḛḛḍ.龍ผู้]","new-request-form.submit":"[ผู้龍Ṣṵṵḅṃḭḭṭ龍ผู้]","new-request-form.suggested-articles":"[ผู้龍Ṣṵṵḡḡḛḛṡṭḛḛḍ ααṛṭḭḭͼḽḛḛṡ龍ผู้]"}}),t=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"في هذه الحالة يمكننا إغلاق الطلب الأخير {{requestId}}","new-request-form.answer-bot-modal.footer-title":"هل يجيب هذا المقال عن سؤالك؟","new-request-form.answer-bot-modal.mark-irrelevant":"كلا، أحتاج إلى مساعدة","new-request-form.answer-bot-modal.request-closed":"رائع. تم إغلاق طلبك.","new-request-form.answer-bot-modal.request-submitted":"تم إرسال طلبك بنجاح","new-request-form.answer-bot-modal.solve-error":"حدث خطأ أثناء إغلاق طلبك","new-request-form.answer-bot-modal.solve-request":"نعم، أغلق هذا الطلب","new-request-form.answer-bot-modal.title":"بينما تنتظر الرد، هل يجيب أي من المقالات التالية عن سؤالك؟","new-request-form.answer-bot-modal.view-article":"عرض المقال","new-request-form.attachments.choose-file-label":"اختر ملفًا أو قم بالسحب والإسقاط هنا","new-request-form.attachments.drop-files-label":"أسقِط الملفات هنا","new-request-form.attachments.remove-file":"إزالة الملف","new-request-form.attachments.stop-upload":"إيقاف التحميل","new-request-form.attachments.upload-error-description":"حدث خطأ أثناء تحميل {{fileName}}. حاول مرة أخرى أو قم بتحميل ملف آخر.","new-request-form.attachments.upload-error-title":"خطأ في التحميل","new-request-form.attachments.uploading":"جارٍ تحميل {{fileName}}","new-request-form.cc-field.container-label":"عناوين البريد الإلكتروني المحددة في خانة النسخة","new-request-form.cc-field.email-added":"تمت إضافة {{email}}","new-request-form.cc-field.email-label":"{{email}} - اضغط على Backspace للإزالة","new-request-form.cc-field.email-removed":"تمت إزالة {{email}}","new-request-form.cc-field.emails-added":"تمت إضافة {{emails}}","new-request-form.cc-field.invalid-email":"عنوان بريد إلكتروني غير صالح","new-request-form.close-label":"إغلاق","new-request-form.credit-card-digits-hint":"(آخر 4 أرقام)","new-request-form.dropdown.empty-option":"حدّد خيارًا","new-request-form.parent-request-link":"متابعة طلب {{parentId}}","new-request-form.required-fields-info":"الحقول التي عليها علامة النجمة (*) مطلوبة.","new-request-form.submit":"إرسال","new-request-form.suggested-articles":"مقالات مقترحة"}}),o=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),a=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Если да, мы можем закрыть запрос {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Есть ли в этой статье ответ на вопрос?","new-request-form.answer-bot-modal.mark-irrelevant":"Нет, мне нужна помощь","new-request-form.answer-bot-modal.request-closed":"Превосходно. Запрос закрыт.","new-request-form.answer-bot-modal.request-submitted":"Ваш запрос отправлен","new-request-form.answer-bot-modal.solve-error":"Ошибка при закрытии запроса","new-request-form.answer-bot-modal.solve-request":"Да, закрыть мой запрос","new-request-form.answer-bot-modal.title":"Пока вы ожидаете, есть ли в какой-то из этих статей ответ на ваш вопрос?","new-request-form.answer-bot-modal.view-article":"Просмотреть статью","new-request-form.attachments.choose-file-label":"Выберите файл или перетащите его сюда","new-request-form.attachments.drop-files-label":"Перетащите файлы сюда","new-request-form.attachments.remove-file":"Удалить файл","new-request-form.attachments.stop-upload":"Остановить выкладывание","new-request-form.attachments.upload-error-description":"Ошибка при выкладывании {{fileName}}. Повторите попытку или выложите другой файл.","new-request-form.attachments.upload-error-title":"Ошибка выкладывания","new-request-form.attachments.uploading":"Выкладывание {{fileName}}","new-request-form.cc-field.container-label":"Выбранные письма для копии","new-request-form.cc-field.email-added":"Адрес {{email}} добавлен","new-request-form.cc-field.email-label":"{{email}} — нажмите клавишу Backspace для удаления","new-request-form.cc-field.email-removed":"Адрес {{email}} удален","new-request-form.cc-field.emails-added":"Добавлены адреса {{emails}}","new-request-form.cc-field.invalid-email":"Недействительный адрес электронной почты","new-request-form.close-label":"Закрыть","new-request-form.credit-card-digits-hint":"(последние 4 цифры)","new-request-form.dropdown.empty-option":"Выберите вариант","new-request-form.parent-request-link":"Дополнение к запросу {{parentId}}","new-request-form.required-fields-info":"Помеченные звездочкой (*) поля обязательны для заполнения.","new-request-form.submit":"Отправить","new-request-form.suggested-articles":"Предложенные статьи"}}),s=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Ако отговаря, можем да затворим заявката {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Отговори ли тази статия на въпроса ви?","new-request-form.answer-bot-modal.mark-irrelevant":"Не, трябва ми помощ","new-request-form.answer-bot-modal.request-closed":"Чудесно. Заявката е затворена.","new-request-form.answer-bot-modal.request-submitted":"Заявката ви беше подадена успешно","new-request-form.answer-bot-modal.solve-error":"Възникна грешка при затваряне на вашата заявка","new-request-form.answer-bot-modal.solve-request":"Да, затворете заявката ми","new-request-form.answer-bot-modal.title":"Докато чакате, вижте дали някоя от тези статии отговаря на въпроса ви.","new-request-form.answer-bot-modal.view-article":"Преглед на статията","new-request-form.attachments.choose-file-label":"Изберете файл или го плъзнете и пуснете тук","new-request-form.attachments.drop-files-label":"Пуснете файловете тук","new-request-form.attachments.remove-file":"Премахване на файл","new-request-form.attachments.stop-upload":"Спиране на качването","new-request-form.attachments.upload-error-description":"Възникна грешка при качването на {{fileName}}. Опитайте отново или качете друг файл.","new-request-form.attachments.upload-error-title":"Грешка при качването","new-request-form.attachments.uploading":"Качва се {{fileName}}","new-request-form.cc-field.container-label":"Избрани имейли за копие","new-request-form.cc-field.email-added":"Имейл адресът {{email}} е добавен","new-request-form.cc-field.email-label":"{{email}} – натиснете „Backspace“ за премахване","new-request-form.cc-field.email-removed":"Имейл адресът {{email}} е премахнат","new-request-form.cc-field.emails-added":"Имейл адресите {{emails}} са добавени","new-request-form.cc-field.invalid-email":"Невалиден имейл адрес","new-request-form.close-label":"Затваряне","new-request-form.credit-card-digits-hint":"(последните 4 цифри)","new-request-form.dropdown.empty-option":"Изберете опция","new-request-form.parent-request-link":"Последващи действия във връзка със заявката {{parentId}}","new-request-form.required-fields-info":"Полетата, отбелязани със звездичка (*), са задължителни.","new-request-form.submit":"Подаване","new-request-form.suggested-articles":"Предложени статии"}}),n=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),l=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),i=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"De ser así, podemos cerrar la reciente solicitud {{requestId}}","new-request-form.answer-bot-modal.footer-title":"¿Responde la pregunta este artículo?","new-request-form.answer-bot-modal.mark-irrelevant":"No, necesito ayuda","new-request-form.answer-bot-modal.request-closed":"Excelente. La solicitud fue cerrada.","new-request-form.answer-bot-modal.request-submitted":"Su solicitud se envió correctamente.","new-request-form.answer-bot-modal.solve-error":"Hubo un error al cerrar la solicitud","new-request-form.answer-bot-modal.solve-request":"Sí, cerrar mi solicitud","new-request-form.answer-bot-modal.title":"Mientras espera, ¿alguno de estos artículos responde su pregunta?","new-request-form.answer-bot-modal.view-article":"Ver artículo","new-request-form.attachments.choose-file-label":"Elegir un archivo o arrastrar y soltar uno aquí","new-request-form.attachments.drop-files-label":"Suelte los archivos aquí","new-request-form.attachments.remove-file":"Eliminar archivo","new-request-form.attachments.stop-upload":"Detener carga","new-request-form.attachments.upload-error-description":"Hubo un error al cargar {{fileName}}. Vuelva a intentarlo o cargue otro archivo.","new-request-form.attachments.upload-error-title":"Error de carga","new-request-form.attachments.uploading":"Cargando {{fileName}}","new-request-form.cc-field.container-label":"Correos electrónicos de CC seleccionados","new-request-form.cc-field.email-added":"{{email}} se ha agregado","new-request-form.cc-field.email-label":"{{email}}: presione la tecla de retroceso para eliminar","new-request-form.cc-field.email-removed":"{{email}} se ha eliminado","new-request-form.cc-field.emails-added":"{{emails}} se han agregado","new-request-form.cc-field.invalid-email":"Dirección de correo electrónico no válida","new-request-form.close-label":"Cerrar","new-request-form.credit-card-digits-hint":"(Últimos 4 dígitos)","new-request-form.dropdown.empty-option":"Seleccione una opción","new-request-form.parent-request-link":"Seguimiento de la solicitud {{parentId}}","new-request-form.required-fields-info":"Los campos marcados con un asterisco (*) son obligatorios.","new-request-form.submit":"Enviar","new-request-form.suggested-articles":"Artículos recomendados"}}),m=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Pokud ano, můžeme uzavřít nedávný požadavek {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Odpověděl tento článek na vaši otázku?","new-request-form.answer-bot-modal.mark-irrelevant":"Ne, potřebuji pomoc","new-request-form.answer-bot-modal.request-closed":"Prima. Požadavek byl uzavřen.","new-request-form.answer-bot-modal.request-submitted":"Váš požadavek byl úspěšně odeslán.","new-request-form.answer-bot-modal.solve-error":"Při zavírání požadavku došlo k chybě.","new-request-form.answer-bot-modal.solve-request":"Ano, zavřít můj požadavek","new-request-form.answer-bot-modal.title":"Odpověděl některý z těchto článků na vaši otázku, zatímco čekáte?","new-request-form.answer-bot-modal.view-article":"Zobrazit článek","new-request-form.attachments.choose-file-label":"Vyberte soubor nebo ho sem přetáhněte","new-request-form.attachments.drop-files-label":"Sem přetáhněte soubory.","new-request-form.attachments.remove-file":"Odstranit soubor","new-request-form.attachments.stop-upload":"Zastavit upload","new-request-form.attachments.upload-error-description":"Při uploadování souboru {{fileName}}došlo k chybě. Zkuste to znovu nebo uploadujte jiný soubor.","new-request-form.attachments.upload-error-title":"Chyba při uploadu","new-request-form.attachments.uploading":"Uploaduje se soubor {{fileName}}","new-request-form.cc-field.container-label":"Vybrané e-maily v kopii","new-request-form.cc-field.email-added":"E-mail {{email}} byl přidán","new-request-form.cc-field.email-label":"{{email}} – Stisknutím klávesy Backspace proveďte odstranění.","new-request-form.cc-field.email-removed":"E-mail {{email}} byl odstraněn","new-request-form.cc-field.emails-added":"E-maily {{emails}} byly přidány","new-request-form.cc-field.invalid-email":"Neplatná e-mailová adresa","new-request-form.close-label":"Zavřít","new-request-form.credit-card-digits-hint":"(Poslední 4 číslice)","new-request-form.dropdown.empty-option":"Vybrat volbu","new-request-form.parent-request-link":"Navazující tiket pro požadavek {{parentId}}","new-request-form.required-fields-info":"Pole označená hvězdičkou (*) jsou povinná.","new-request-form.submit":"Odeslat","new-request-form.suggested-articles":"Doporučené články"}}),d=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),u=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Hvis den gør, kan vi lukke den seneste anmodning {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Besvarede denne artikel dit spørgsmål?","new-request-form.answer-bot-modal.mark-irrelevant":"Nej, jeg har brug for hjælp","new-request-form.answer-bot-modal.request-closed":"Fint. Anmodningen er blevet lukket.","new-request-form.answer-bot-modal.request-submitted":"Din anmodning er blevet sendt","new-request-form.answer-bot-modal.solve-error":"Der opstod en fejl under lukning af din anmodning","new-request-form.answer-bot-modal.solve-request":"Ja, luk min anmodning","new-request-form.answer-bot-modal.title":"Mens du venter, er der da nogen af disse artikler, som besvarer dit spørgsmål?","new-request-form.answer-bot-modal.view-article":"Se artikel","new-request-form.attachments.choose-file-label":"Vælg en fil eller træk og slip her","new-request-form.attachments.drop-files-label":"Slip filerne her","new-request-form.attachments.remove-file":"Fjern fil","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"Der opstod en fejl under upload {{fileName}}. Prøv igen eller upload en anden fil.","new-request-form.attachments.upload-error-title":"Fejl under upload","new-request-form.attachments.uploading":"Uploader {{fileName}}","new-request-form.cc-field.container-label":"Valgte CC-mails","new-request-form.cc-field.email-added":"{{email}} er blevet tilføjet","new-request-form.cc-field.email-label":"{{email}} - Tryk på Backspace for at fjerne","new-request-form.cc-field.email-removed":"{{email}} er blevet fjernet","new-request-form.cc-field.emails-added":"{{emails}} er blevet tilføjet","new-request-form.cc-field.invalid-email":"Ugyldig e-mailadresse","new-request-form.close-label":"Luk","new-request-form.credit-card-digits-hint":"(sidste 4 cifre)","new-request-form.dropdown.empty-option":"Foretag et valg","new-request-form.parent-request-link":"Følg op på anmodning {{parentId}}","new-request-form.required-fields-info":"Felter markeret med en stjerne (*) er obligatoriske.","new-request-form.submit":"Indsend","new-request-form.suggested-articles":"Foreslåede artikler"}}),f=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Wenn ja, können wir die Anfrage {{requestId}} schließen.","new-request-form.answer-bot-modal.footer-title":"Hat dieser Beitrag die Frage beantwortet?","new-request-form.answer-bot-modal.mark-irrelevant":"Nein, ich brauche weitere Hilfe","new-request-form.answer-bot-modal.request-closed":"Sehr gut. Ihre Anfrage wurde geschlossen.","new-request-form.answer-bot-modal.request-submitted":"Ihre Anfrage wurde erfolgreich eingereicht","new-request-form.answer-bot-modal.solve-error":"Fehler beim Schließen Ihrer Anfrage","new-request-form.answer-bot-modal.solve-request":"Ja, Anfrage schließen","new-request-form.answer-bot-modal.title":"Während Sie warten, wird Ihre Frage durch einen dieser Beiträge beantwortet?","new-request-form.answer-bot-modal.view-article":"Beitrag anzeigen","new-request-form.attachments.choose-file-label":"Datei auswählen oder hierher ziehen","new-request-form.attachments.drop-files-label":"Dateien hier ablegen","new-request-form.attachments.remove-file":"Datei entfernen","new-request-form.attachments.stop-upload":"Upload anhalten","new-request-form.attachments.upload-error-description":"Fehler beim Hochladen von {{fileName}}. Versuchen Sie es erneut oder laden Sie eine andere Datei hoch.","new-request-form.attachments.upload-error-title":"Fehler beim Hochladen","new-request-form.attachments.uploading":"{{fileName}} wird hochgeladen","new-request-form.cc-field.container-label":"Ausgewählte CC-E-Mails","new-request-form.cc-field.email-added":"{{email}} wurde hinzugefügt","new-request-form.cc-field.email-label":"{{email}} – Zum Entfernen die Rücktaste drücken","new-request-form.cc-field.email-removed":"{{email}} wurde entfernt","new-request-form.cc-field.emails-added":"{{emails}} wurden hinzugefügt","new-request-form.cc-field.invalid-email":"E-Mail-Adresse ungültig","new-request-form.close-label":"Schließen","new-request-form.credit-card-digits-hint":"(Letzte vier Ziffern)","new-request-form.dropdown.empty-option":"Wählen Sie eine Option aus","new-request-form.parent-request-link":"Folgeanfrage zu {{parentId}}","new-request-form.required-fields-info":"Mit einem Sternchen (*) markierte Felder sind Pflichtfelder.","new-request-form.submit":"Senden","new-request-form.suggested-articles":"Vorgeschlagene Beiträge"}}),w=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Wenn ja, können wir die Anfrage {{requestId}} schließen.","new-request-form.answer-bot-modal.footer-title":"Hat dieser Beitrag die Frage beantwortet?","new-request-form.answer-bot-modal.mark-irrelevant":"Nein, ich brauche weitere Hilfe","new-request-form.answer-bot-modal.request-closed":"Sehr gut. Ihre Anfrage wurde geschlossen.","new-request-form.answer-bot-modal.request-submitted":"Ihre Anfrage wurde erfolgreich eingereicht","new-request-form.answer-bot-modal.solve-error":"Fehler beim Schließen Ihrer Anfrage","new-request-form.answer-bot-modal.solve-request":"Ja, Anfrage schließen","new-request-form.answer-bot-modal.title":"Während Sie warten, wird Ihre Frage durch einen dieser Beiträge beantwortet?","new-request-form.answer-bot-modal.view-article":"Beitrag anzeigen","new-request-form.attachments.choose-file-label":"Datei auswählen oder hierher ziehen","new-request-form.attachments.drop-files-label":"Dateien hier ablegen","new-request-form.attachments.remove-file":"Datei entfernen","new-request-form.attachments.stop-upload":"Upload anhalten","new-request-form.attachments.upload-error-description":"Fehler beim Hochladen von {{fileName}}. Versuchen Sie es erneut oder laden Sie eine andere Datei hoch.","new-request-form.attachments.upload-error-title":"Fehler beim Hochladen","new-request-form.attachments.uploading":"{{fileName}} wird hochgeladen","new-request-form.cc-field.container-label":"Ausgewählte CC-E-Mails","new-request-form.cc-field.email-added":"{{email}} wurde hinzugefügt","new-request-form.cc-field.email-label":"{{email}} – Zum Entfernen die Rücktaste drücken","new-request-form.cc-field.email-removed":"{{email}} wurde entfernt","new-request-form.cc-field.emails-added":"{{emails}} wurden hinzugefügt","new-request-form.cc-field.invalid-email":"E-Mail-Adresse ungültig","new-request-form.close-label":"Schließen","new-request-form.credit-card-digits-hint":"(Letzte vier Ziffern)","new-request-form.dropdown.empty-option":"Wählen Sie eine Option aus","new-request-form.parent-request-link":"Folgeanfrage zu {{parentId}}","new-request-form.required-fields-info":"Mit einem Sternchen (*) markierte Felder sind Pflichtfelder.","new-request-form.submit":"Senden","new-request-form.suggested-articles":"Vorgeschlagene Beiträge"}}),c=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Αν ναι, μπορούμε να κλείσουμε το πρόσφατο αίτημα {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Απαντά στην ερώτηση το άρθρο;","new-request-form.answer-bot-modal.mark-irrelevant":"Όχι, χρειάζομαι βοήθεια","new-request-form.answer-bot-modal.request-closed":"Ωραία. Το αίτημα έχει κλείσει.","new-request-form.answer-bot-modal.request-submitted":"Το αίτημά σας υπεβλήθη με επιτυχία","new-request-form.answer-bot-modal.solve-error":"Παρουσιάστηκε σφάλμα στο κλείσιμο του αιτήματός σας","new-request-form.answer-bot-modal.solve-request":"Ναι, να κλείσει το αίτημά μου","new-request-form.answer-bot-modal.title":"Ενώ περιμένετε, απαντά στην ερώτηση κάποιο από αυτά τα άρθρα;","new-request-form.answer-bot-modal.view-article":"Προβολή άρθρου","new-request-form.attachments.choose-file-label":"Επιλέξτε ένα αρχείο ή σύρετε και αποθέστε εδώ","new-request-form.attachments.drop-files-label":"Αποθέστε τα αρχεία εδώ","new-request-form.attachments.remove-file":"Κατάργηση αρχείου","new-request-form.attachments.stop-upload":"Διακοπή αποστολής","new-request-form.attachments.upload-error-description":"Υπήρξε σφάλμα κατά την αποστολή του {{fileName}}. Δοκιμάστε ξανά ή ανεβάστε άλλο αρχείο.","new-request-form.attachments.upload-error-title":"Σφάλμα αποστολής","new-request-form.attachments.uploading":"Γίνεται αποστολή {{fileName}}","new-request-form.cc-field.container-label":"Επιλεγμένα email για κοινοποίηση","new-request-form.cc-field.email-added":"Προστέθηκε το {{email}}","new-request-form.cc-field.email-label":"{{email}} - Πατήστε Backspace για αφαίρεση","new-request-form.cc-field.email-removed":"Καταργήθηκε το {{email}}","new-request-form.cc-field.emails-added":"Οι διευθύνσεις {{emails}} έχουν προστεθεί","new-request-form.cc-field.invalid-email":"Μη έγκυρη διεύθυνση email","new-request-form.close-label":"Κλείσιμο","new-request-form.credit-card-digits-hint":"(4 τελευταία ψηφία)","new-request-form.dropdown.empty-option":"Ενεργοποιήστε μια επιλογή","new-request-form.parent-request-link":"Συμπληρωματικό στο αίτημα {{parentId}}","new-request-form.required-fields-info":"Τα πεδία με αστερίσκο (*) είναι υποχρεωτικά.","new-request-form.submit":"Υποβολή","new-request-form.suggested-articles":"Προτεινόμενα άρθρα"}}),q=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),p=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),b=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),h=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),g=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),v=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),y=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),k=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),_=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),I=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),S=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"new-request-form.answer-bot-modal.footer-content","new-request-form.answer-bot-modal.footer-title":"new-request-form.answer-bot-modal.footer-title","new-request-form.answer-bot-modal.mark-irrelevant":"new-request-form.answer-bot-modal.mark-irrelevant","new-request-form.answer-bot-modal.request-closed":"new-request-form.answer-bot-modal.request-closed","new-request-form.answer-bot-modal.request-submitted":"new-request-form.answer-bot-modal.request-submitted","new-request-form.answer-bot-modal.solve-error":"new-request-form.answer-bot-modal.solve-error","new-request-form.answer-bot-modal.solve-request":"new-request-form.answer-bot-modal.solve-request","new-request-form.answer-bot-modal.title":"new-request-form.answer-bot-modal.title","new-request-form.answer-bot-modal.view-article":"new-request-form.answer-bot-modal.view-article","new-request-form.attachments.choose-file-label":"new-request-form.attachments.choose-file-label","new-request-form.attachments.drop-files-label":"new-request-form.attachments.drop-files-label","new-request-form.attachments.remove-file":"new-request-form.attachments.remove-file","new-request-form.attachments.stop-upload":"new-request-form.attachments.stop-upload","new-request-form.attachments.upload-error-description":"new-request-form.attachments.upload-error-description","new-request-form.attachments.upload-error-title":"new-request-form.attachments.upload-error-title","new-request-form.attachments.uploading":"new-request-form.attachments.uploading","new-request-form.cc-field.container-label":"new-request-form.cc-field.container-label","new-request-form.cc-field.email-added":"new-request-form.cc-field.email-added","new-request-form.cc-field.email-label":"new-request-form.cc-field.email-label","new-request-form.cc-field.email-removed":"new-request-form.cc-field.email-removed","new-request-form.cc-field.emails-added":"new-request-form.cc-field.emails-added","new-request-form.cc-field.invalid-email":"new-request-form.cc-field.invalid-email","new-request-form.close-label":"new-request-form.close-label","new-request-form.credit-card-digits-hint":"new-request-form.credit-card-digits-hint","new-request-form.dropdown.empty-option":"new-request-form.dropdown.empty-option","new-request-form.parent-request-link":"new-request-form.parent-request-link","new-request-form.required-fields-info":"new-request-form.required-fields-info","new-request-form.submit":"new-request-form.submit","new-request-form.suggested-articles":"new-request-form.suggested-articles"}}),N=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),C=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"[ผู้龍ḬḬϝ ḭḭṭ ḍṓṓḛḛṡ, ẁḛḛ ͼααṇ ͼḽṓṓṡḛḛ ẏẏṓṓṵṵṛ ṛḛḛͼḛḛṇṭ ṛḛḛʠṵṵḛḛṡṭ {{requestId}}龍ผู้]","new-request-form.answer-bot-modal.footer-title":"[ผู้龍Ḍṓṓḛḛṡ ṭḥḭḭṡ ααṛṭḭḭͼḽḛḛ ααṇṡẁḛḛṛ ẏẏṓṓṵṵṛ ʠṵṵḛḛṡṭḭḭṓṓṇ?龍ผู้]","new-request-form.answer-bot-modal.mark-irrelevant":"[ผู้龍Ṅṓṓ, ḬḬ ṇḛḛḛḛḍ ḥḛḛḽṗ龍ผู้]","new-request-form.answer-bot-modal.request-closed":"[ผู้龍Ṅḭḭͼḛḛ. ŶŶṓṓṵṵṛ ṛḛḛʠṵṵḛḛṡṭ ḥααṡ ḅḛḛḛḛṇ ͼḽṓṓṡḛḛḍ.龍ผู้]","new-request-form.answer-bot-modal.request-submitted":"[ผู้龍ŶŶṓṓṵṵṛ ṛḛḛʠṵṵḛḛṡṭ ẁααṡ ṡṵṵͼͼḛḛṡṡϝṵṵḽḽẏẏ ṡṵṵḅṃḭḭṭṭḛḛḍ龍ผู้]","new-request-form.answer-bot-modal.solve-error":"[ผู้龍Ṫḥḛḛṛḛḛ ẁααṡ ααṇ ḛḛṛṛṓṓṛ ͼḽṓṓṡḭḭṇḡ ẏẏṓṓṵṵṛ ṛḛḛʠṵṵḛḛṡṭ龍ผู้]","new-request-form.answer-bot-modal.solve-request":"[ผู้龍ŶŶḛḛṡ, ͼḽṓṓṡḛḛ ṃẏẏ ṛḛḛʠṵṵḛḛṡṭ龍ผู้]","new-request-form.answer-bot-modal.title":"[ผู้龍Ŵḥḭḭḽḛḛ ẏẏṓṓṵṵ ẁααḭḭṭ, ḍṓṓ ααṇẏẏ ṓṓϝ ṭḥḛḛṡḛḛ ααṛṭḭḭͼḽḛḛṡ ααṇṡẁḛḛṛ ẏẏṓṓṵṵṛ ʠṵṵḛḛṡṭḭḭṓṓṇ?龍ผู้]","new-request-form.answer-bot-modal.view-article":"[ผู้龍Ṿḭḭḛḛẁ ααṛṭḭḭͼḽḛḛ龍ผู้]","new-request-form.attachments.choose-file-label":"[ผู้龍Ḉḥṓṓṓṓṡḛḛ αα ϝḭḭḽḛḛ ṓṓṛ ḍṛααḡ ααṇḍ ḍṛṓṓṗ ḥḛḛṛḛḛ龍ผู้]","new-request-form.attachments.drop-files-label":"[ผู้龍Ḍṛṓṓṗ ϝḭḭḽḛḛṡ ḥḛḛṛḛḛ龍ผู้]","new-request-form.attachments.remove-file":"[ผู้龍Ṛḛḛṃṓṓṽḛḛ ϝḭḭḽḛḛ龍ผู้]","new-request-form.attachments.stop-upload":"[ผู้龍Ṣṭṓṓṗ ṵṵṗḽṓṓααḍ龍ผู้]","new-request-form.attachments.upload-error-description":"[ผู้龍Ṫḥḛḛṛḛḛ ẁααṡ ααṇ ḛḛṛṛṓṓṛ ṵṵṗḽṓṓααḍḭḭṇḡ {{fileName}}. Ṫṛẏẏ ααḡααḭḭṇ ṓṓṛ ṵṵṗḽṓṓααḍ ααṇṓṓṭḥḛḛṛ ϝḭḭḽḛḛ.龍ผู้]","new-request-form.attachments.upload-error-title":"[ผู้龍ṲṲṗḽṓṓααḍ ḛḛṛṛṓṓṛ龍ผู้]","new-request-form.attachments.uploading":"[ผู้龍ṲṲṗḽṓṓααḍḭḭṇḡ {{fileName}}龍ผู้]","new-request-form.cc-field.container-label":"[ผู้龍Ṣḛḛḽḛḛͼṭḛḛḍ ḈḈ ḛḛṃααḭḭḽṡ龍ผู้]","new-request-form.cc-field.email-added":"[ผู้龍{{email}} ḥααṡ ḅḛḛḛḛṇ ααḍḍḛḛḍ龍ผู้]","new-request-form.cc-field.email-label":"[ผู้龍{{email}} - Ṕṛḛḛṡṡ Ḃααͼḳṡṗααͼḛḛ ṭṓṓ ṛḛḛṃṓṓṽḛḛ龍ผู้]","new-request-form.cc-field.email-removed":"[ผู้龍{{email}} ḥααṡ ḅḛḛḛḛṇ ṛḛḛṃṓṓṽḛḛḍ龍ผู้]","new-request-form.cc-field.emails-added":"[ผู้龍{{emails}} ḥααṽḛḛ ḅḛḛḛḛṇ ααḍḍḛḛḍ龍ผู้]","new-request-form.cc-field.invalid-email":"[ผู้龍ḬḬṇṽααḽḭḭḍ ḛḛṃααḭḭḽ ααḍḍṛḛḛṡṡ龍ผู้]","new-request-form.close-label":"[ผู้龍Ḉḽṓṓṡḛḛ龍ผู้]","new-request-form.credit-card-digits-hint":"[ผู้龍(Ḻααṡṭ 4 ḍḭḭḡḭḭṭṡ)龍ผู้]","new-request-form.dropdown.empty-option":"[ผู้龍Ṣḛḛḽḛḛͼṭ ααṇ ṓṓṗṭḭḭṓṓṇ龍ผู้]","new-request-form.parent-request-link":"[ผู้龍Ḟṓṓḽḽṓṓẁ-ṵṵṗ ṭṓṓ ṛḛḛʠṵṵḛḛṡṭ {{parentId}}龍ผู้]","new-request-form.required-fields-info":"[ผู้龍Ḟḭḭḛḛḽḍṡ ṃααṛḳḛḛḍ ẁḭḭṭḥ ααṇ ααṡṭḛḛṛḭḭṡḳ (*) ααṛḛḛ ṛḛḛʠṵṵḭḭṛḛḛḍ.龍ผู้]","new-request-form.submit":"[ผู้龍Ṣṵṵḅṃḭḭṭ龍ผู้]","new-request-form.suggested-articles":"[ผู้龍Ṣṵṵḡḡḛḛṡṭḛḛḍ ααṛṭḭḭͼḽḛḛṡ龍ผู้]"}}),z=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),j=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"De ser así, podemos cerrar la reciente solicitud {{requestId}}","new-request-form.answer-bot-modal.footer-title":"¿Responde la pregunta este artículo?","new-request-form.answer-bot-modal.mark-irrelevant":"No, necesito ayuda","new-request-form.answer-bot-modal.request-closed":"Excelente. La solicitud fue cerrada.","new-request-form.answer-bot-modal.request-submitted":"Su solicitud se envió correctamente.","new-request-form.answer-bot-modal.solve-error":"Hubo un error al cerrar la solicitud","new-request-form.answer-bot-modal.solve-request":"Sí, cerrar mi solicitud","new-request-form.answer-bot-modal.title":"Mientras espera, ¿alguno de estos artículos responde su pregunta?","new-request-form.answer-bot-modal.view-article":"Ver artículo","new-request-form.attachments.choose-file-label":"Elegir un archivo o arrastrar y soltar uno aquí","new-request-form.attachments.drop-files-label":"Suelte los archivos aquí","new-request-form.attachments.remove-file":"Eliminar archivo","new-request-form.attachments.stop-upload":"Detener carga","new-request-form.attachments.upload-error-description":"Hubo un error al cargar {{fileName}}. Vuelva a intentarlo o cargue otro archivo.","new-request-form.attachments.upload-error-title":"Error de carga","new-request-form.attachments.uploading":"Cargando {{fileName}}","new-request-form.cc-field.container-label":"Correos electrónicos de CC seleccionados","new-request-form.cc-field.email-added":"{{email}} se ha agregado","new-request-form.cc-field.email-label":"{{email}}: presione la tecla de retroceso para eliminar","new-request-form.cc-field.email-removed":"{{email}} se ha eliminado","new-request-form.cc-field.emails-added":"{{emails}} se han agregado","new-request-form.cc-field.invalid-email":"Dirección de correo electrónico no válida","new-request-form.close-label":"Cerrar","new-request-form.credit-card-digits-hint":"(Últimos 4 dígitos)","new-request-form.dropdown.empty-option":"Seleccione una opción","new-request-form.parent-request-link":"Seguimiento de la solicitud {{parentId}}","new-request-form.required-fields-info":"Los campos marcados con un asterisco (*) son obligatorios.","new-request-form.submit":"Enviar","new-request-form.suggested-articles":"Artículos recomendados"}}),T=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"De ser así, podemos cerrar la reciente solicitud {{requestId}}","new-request-form.answer-bot-modal.footer-title":"¿Responde la pregunta este artículo?","new-request-form.answer-bot-modal.mark-irrelevant":"No, necesito ayuda","new-request-form.answer-bot-modal.request-closed":"Excelente. La solicitud fue cerrada.","new-request-form.answer-bot-modal.request-submitted":"Su solicitud se envió correctamente.","new-request-form.answer-bot-modal.solve-error":"Hubo un error al cerrar la solicitud","new-request-form.answer-bot-modal.solve-request":"Sí, cerrar mi solicitud","new-request-form.answer-bot-modal.title":"Mientras espera, ¿alguno de estos artículos responde su pregunta?","new-request-form.answer-bot-modal.view-article":"Ver artículo","new-request-form.attachments.choose-file-label":"Elegir un archivo o arrastrar y soltar uno aquí","new-request-form.attachments.drop-files-label":"Suelte los archivos aquí","new-request-form.attachments.remove-file":"Eliminar archivo","new-request-form.attachments.stop-upload":"Detener carga","new-request-form.attachments.upload-error-description":"Hubo un error al cargar {{fileName}}. Vuelva a intentarlo o cargue otro archivo.","new-request-form.attachments.upload-error-title":"Error de carga","new-request-form.attachments.uploading":"Cargando {{fileName}}","new-request-form.cc-field.container-label":"Correos electrónicos de CC seleccionados","new-request-form.cc-field.email-added":"{{email}} se ha agregado","new-request-form.cc-field.email-label":"{{email}}: presione la tecla de retroceso para eliminar","new-request-form.cc-field.email-removed":"{{email}} se ha eliminado","new-request-form.cc-field.emails-added":"{{emails}} se han agregado","new-request-form.cc-field.invalid-email":"Dirección de correo electrónico no válida","new-request-form.close-label":"Cerrar","new-request-form.credit-card-digits-hint":"(Últimos 4 dígitos)","new-request-form.dropdown.empty-option":"Seleccione una opción","new-request-form.parent-request-link":"Seguimiento de la solicitud {{parentId}}","new-request-form.required-fields-info":"Los campos marcados con un asterisco (*) son obligatorios.","new-request-form.submit":"Enviar","new-request-form.suggested-articles":"Artículos recomendados"}}),Y=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"De ser así, podemos cerrar la reciente solicitud {{requestId}}","new-request-form.answer-bot-modal.footer-title":"¿Responde la pregunta este artículo?","new-request-form.answer-bot-modal.mark-irrelevant":"No, necesito ayuda","new-request-form.answer-bot-modal.request-closed":"Excelente. La solicitud fue cerrada.","new-request-form.answer-bot-modal.request-submitted":"Su solicitud se envió correctamente.","new-request-form.answer-bot-modal.solve-error":"Hubo un error al cerrar la solicitud","new-request-form.answer-bot-modal.solve-request":"Sí, cerrar mi solicitud","new-request-form.answer-bot-modal.title":"Mientras espera, ¿alguno de estos artículos responde su pregunta?","new-request-form.answer-bot-modal.view-article":"Ver artículo","new-request-form.attachments.choose-file-label":"Elegir un archivo o arrastrar y soltar uno aquí","new-request-form.attachments.drop-files-label":"Suelte los archivos aquí","new-request-form.attachments.remove-file":"Eliminar archivo","new-request-form.attachments.stop-upload":"Detener carga","new-request-form.attachments.upload-error-description":"Hubo un error al cargar {{fileName}}. Vuelva a intentarlo o cargue otro archivo.","new-request-form.attachments.upload-error-title":"Error de carga","new-request-form.attachments.uploading":"Cargando {{fileName}}","new-request-form.cc-field.container-label":"Correos electrónicos de CC seleccionados","new-request-form.cc-field.email-added":"{{email}} se ha agregado","new-request-form.cc-field.email-label":"{{email}}: presione la tecla de retroceso para eliminar","new-request-form.cc-field.email-removed":"{{email}} se ha eliminado","new-request-form.cc-field.emails-added":"{{emails}} se han agregado","new-request-form.cc-field.invalid-email":"Dirección de correo electrónico no válida","new-request-form.close-label":"Cerrar","new-request-form.credit-card-digits-hint":"(Últimos 4 dígitos)","new-request-form.dropdown.empty-option":"Seleccione una opción","new-request-form.parent-request-link":"Seguimiento de la solicitud {{parentId}}","new-request-form.required-fields-info":"Los campos marcados con un asterisco (*) son obligatorios.","new-request-form.submit":"Enviar","new-request-form.suggested-articles":"Artículos recomendados"}}),F=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),D=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"De ser así, podemos cerrar la reciente solicitud {{requestId}}","new-request-form.answer-bot-modal.footer-title":"¿Responde la pregunta este artículo?","new-request-form.answer-bot-modal.mark-irrelevant":"No, necesito ayuda","new-request-form.answer-bot-modal.request-closed":"Excelente. La solicitud fue cerrada.","new-request-form.answer-bot-modal.request-submitted":"Su solicitud se envió correctamente.","new-request-form.answer-bot-modal.solve-error":"Hubo un error al cerrar la solicitud","new-request-form.answer-bot-modal.solve-request":"Sí, cerrar mi solicitud","new-request-form.answer-bot-modal.title":"Mientras espera, ¿alguno de estos artículos responde su pregunta?","new-request-form.answer-bot-modal.view-article":"Ver artículo","new-request-form.attachments.choose-file-label":"Elegir un archivo o arrastrar y soltar uno aquí","new-request-form.attachments.drop-files-label":"Suelte los archivos aquí","new-request-form.attachments.remove-file":"Eliminar archivo","new-request-form.attachments.stop-upload":"Detener carga","new-request-form.attachments.upload-error-description":"Hubo un error al cargar {{fileName}}. Vuelva a intentarlo o cargue otro archivo.","new-request-form.attachments.upload-error-title":"Error de carga","new-request-form.attachments.uploading":"Cargando {{fileName}}","new-request-form.cc-field.container-label":"Correos electrónicos de CC seleccionados","new-request-form.cc-field.email-added":"{{email}} se ha agregado","new-request-form.cc-field.email-label":"{{email}}: presione la tecla de retroceso para eliminar","new-request-form.cc-field.email-removed":"{{email}} se ha eliminado","new-request-form.cc-field.emails-added":"{{emails}} se han agregado","new-request-form.cc-field.invalid-email":"Dirección de correo electrónico no válida","new-request-form.close-label":"Cerrar","new-request-form.credit-card-digits-hint":"(Últimos 4 dígitos)","new-request-form.dropdown.empty-option":"Seleccione una opción","new-request-form.parent-request-link":"Seguimiento de la solicitud {{parentId}}","new-request-form.required-fields-info":"Los campos marcados con un asterisco (*) son obligatorios.","new-request-form.submit":"Enviar","new-request-form.suggested-articles":"Artículos recomendados"}}),U=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),O=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),V=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Jos se vastaa, voimme sulkea äskettäisen pyyntösi {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Vastaako tämä artikkeli kysymykseesi?","new-request-form.answer-bot-modal.mark-irrelevant":"Ei, tarvitsen apua","new-request-form.answer-bot-modal.request-closed":"Hienoa. Pyyntösi on suljettu.","new-request-form.answer-bot-modal.request-submitted":"Pyyntösi lähettäminen onnistui","new-request-form.answer-bot-modal.solve-error":"Tapahtui virhe suljettaessa pyyntöäsi","new-request-form.answer-bot-modal.solve-request":"Kyllä, sulje pyyntöni","new-request-form.answer-bot-modal.title":"Sillä aikaa kun odotat, vastaako mikään näistä artikkeleista kysymykseesi?","new-request-form.answer-bot-modal.view-article":"Näytä artikkeli","new-request-form.attachments.choose-file-label":"Valitse tiedosto tai vedä ja pudota se tähän","new-request-form.attachments.drop-files-label":"Pudota tiedostot tähän","new-request-form.attachments.remove-file":"Poista tiedosto","new-request-form.attachments.stop-upload":"Lopeta lataaminen","new-request-form.attachments.upload-error-description":"Virhe ladattaessa tiedostoa {{fileName}}. Yritä uudelleen tai lataa toinen tiedosto.","new-request-form.attachments.upload-error-title":"Latausvirhe","new-request-form.attachments.uploading":"Ladataan tiedostoa {{fileName}}","new-request-form.cc-field.container-label":"Valitut kopiosähköpostit","new-request-form.cc-field.email-added":"{{email}} on lisätty","new-request-form.cc-field.email-label":"{{email}} - poista painamalla askelpalautinta","new-request-form.cc-field.email-removed":"{{email}} on poistettu","new-request-form.cc-field.emails-added":"{{emails}} on lisätty","new-request-form.cc-field.invalid-email":"Virheellinen sähköpostiosoite","new-request-form.close-label":"Sulje","new-request-form.credit-card-digits-hint":"(4 viimeistä numeroa)","new-request-form.dropdown.empty-option":"Valitse vaihtoehto","new-request-form.parent-request-link":"Jatkoa pyynnölle {{parentId}}","new-request-form.required-fields-info":"Tähdellä (*) merkityt kentät ovat pakollisia.","new-request-form.submit":"Lähetä","new-request-form.suggested-articles":"Ehdotetut artikkelit"}}),B=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),E=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),L=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"S’il y répond, nous pouvons clore votre demande récente {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Cet article répond-il à la question ?","new-request-form.answer-bot-modal.mark-irrelevant":"Non, j’ai besoin d’aide","new-request-form.answer-bot-modal.request-closed":"Super. Votre demande a été fermée.","new-request-form.answer-bot-modal.request-submitted":"Votre demande a été envoyée","new-request-form.answer-bot-modal.solve-error":"Une erreur est survenue lors de la clôture de votre demande","new-request-form.answer-bot-modal.solve-request":"Oui, fermer ma demande","new-request-form.answer-bot-modal.title":"En attendant, l’un de ces articles répond-il à votre question ?","new-request-form.answer-bot-modal.view-article":"Afficher l’article","new-request-form.attachments.choose-file-label":"Choisissez un fichier ou faites un glisser-déposer ici","new-request-form.attachments.drop-files-label":"Déposez les fichiers ici","new-request-form.attachments.remove-file":"Supprimer le fichier","new-request-form.attachments.stop-upload":"Arrêter le chargement","new-request-form.attachments.upload-error-description":"Une erreur est survenue lors du chargement de {{fileName}}. Réessayez ou chargez un autre fichier.","new-request-form.attachments.upload-error-title":"Erreur de chargement","new-request-form.attachments.uploading":"Chargement du fichier {{fileName}} en cours","new-request-form.cc-field.container-label":"E-mails en CC sélectionnés","new-request-form.cc-field.email-added":"{{email}} a été ajouté","new-request-form.cc-field.email-label":"{{email}} - Appuyez sur Retour arrière pour supprimer","new-request-form.cc-field.email-removed":"{{email}} a été supprimé","new-request-form.cc-field.emails-added":"{{emails}} ont été ajoutés","new-request-form.cc-field.invalid-email":"Adresse e-mail non valide","new-request-form.close-label":"Fermer","new-request-form.credit-card-digits-hint":"(4 derniers chiffres)","new-request-form.dropdown.empty-option":"Sélectionnez une option","new-request-form.parent-request-link":"Suivi de la demande {{parentId}}","new-request-form.required-fields-info":"Les champs marqués d'un astérisque (*) sont obligatoires.","new-request-form.submit":"Envoyer","new-request-form.suggested-articles":"Articles suggérés"}}),P=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"S’il y répond, nous pouvons clore votre demande récente {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Cet article répond-il à la question ?","new-request-form.answer-bot-modal.mark-irrelevant":"Non, j’ai besoin d’aide","new-request-form.answer-bot-modal.request-closed":"Super. Votre demande a été fermée.","new-request-form.answer-bot-modal.request-submitted":"Votre demande a été envoyée","new-request-form.answer-bot-modal.solve-error":"Une erreur est survenue lors de la clôture de votre demande","new-request-form.answer-bot-modal.solve-request":"Oui, fermer ma demande","new-request-form.answer-bot-modal.title":"En attendant, l’un de ces articles répond-il à votre question ?","new-request-form.answer-bot-modal.view-article":"Afficher l’article","new-request-form.attachments.choose-file-label":"Choisissez un fichier ou faites un glisser-déposer ici","new-request-form.attachments.drop-files-label":"Déposez les fichiers ici","new-request-form.attachments.remove-file":"Supprimer le fichier","new-request-form.attachments.stop-upload":"Arrêter le chargement","new-request-form.attachments.upload-error-description":"Une erreur est survenue lors du chargement de {{fileName}}. Réessayez ou chargez un autre fichier.","new-request-form.attachments.upload-error-title":"Erreur de chargement","new-request-form.attachments.uploading":"Chargement du fichier {{fileName}} en cours","new-request-form.cc-field.container-label":"E-mails en CC sélectionnés","new-request-form.cc-field.email-added":"{{email}} a été ajouté","new-request-form.cc-field.email-label":"{{email}} - Appuyez sur Retour arrière pour supprimer","new-request-form.cc-field.email-removed":"{{email}} a été supprimé","new-request-form.cc-field.emails-added":"{{emails}} ont été ajoutés","new-request-form.cc-field.invalid-email":"Adresse e-mail non valide","new-request-form.close-label":"Fermer","new-request-form.credit-card-digits-hint":"(4 derniers chiffres)","new-request-form.dropdown.empty-option":"Sélectionnez une option","new-request-form.parent-request-link":"Suivi de la demande {{parentId}}","new-request-form.required-fields-info":"Les champs marqués d'un astérisque (*) sont obligatoires.","new-request-form.submit":"Envoyer","new-request-form.suggested-articles":"Articles suggérés"}}),A=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),R=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"אם כן, נוכל לסגור את בקשה {{requestId}} ששלחת לאחרונה","new-request-form.answer-bot-modal.footer-title":"האם המאמר הזה עונה על השאלה?","new-request-form.answer-bot-modal.mark-irrelevant":"לא, אני צריך עזרה","new-request-form.answer-bot-modal.request-closed":"נחמד. הבקשה נסגרה.","new-request-form.answer-bot-modal.request-submitted":"בקשתך נשלחה","new-request-form.answer-bot-modal.solve-error":"אירעה שגיאה בסגירת בקשתך","new-request-form.answer-bot-modal.solve-request":"כן, סגור את הבקשה שלי","new-request-form.answer-bot-modal.title":"בינתיים, האם אחד מהמאמרים האלה עונה על השאלה שלך?","new-request-form.answer-bot-modal.view-article":"הצג מאמר","new-request-form.attachments.choose-file-label":"בחר קובץ או גרור ושחרר כאן","new-request-form.attachments.drop-files-label":"שחרר את הקבצים כאן","new-request-form.attachments.remove-file":"הסר קובץ","new-request-form.attachments.stop-upload":"עצור העלאה","new-request-form.attachments.upload-error-description":"אירעה שגיאה בהעלאת הקובץ {{fileName}}. נסה שוב או העלה קובץ אחר.","new-request-form.attachments.upload-error-title":"שגיאת העלאה","new-request-form.attachments.uploading":"מעלה את {{fileName}}","new-request-form.cc-field.container-label":'הודעות דוא"ל נבחרות עם עותק',"new-request-form.cc-field.email-added":'כתובת הדוא"ל {{email}} נוספה',"new-request-form.cc-field.email-label":"{{email}} - לחץ על Backspace כדי להסיר","new-request-form.cc-field.email-removed":'כתובת הדוא"ל {{email}} הוסרה',"new-request-form.cc-field.emails-added":'כתובת הדוא"ל {{emails}} נוספו',"new-request-form.cc-field.invalid-email":"כתובת דואר אלקטרוני לא חוקית","new-request-form.close-label":"סגור","new-request-form.credit-card-digits-hint":"(4 הספרות האחרונות)","new-request-form.dropdown.empty-option":"בחר אפשרות","new-request-form.parent-request-link":"מעקב לבקשה {{parentId}}","new-request-form.required-fields-info":"השדות המסומנים בכוכבית (*) הם שדות חובה.","new-request-form.submit":"שלח","new-request-form.suggested-articles":"מאמרים מוצעים"}}),W=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"यदि ऐसा है, तो हम आपका हाल ही का अनुरोध बंद कर सकते है {{requestId}}","new-request-form.answer-bot-modal.footer-title":"क्या इस आलेख में आपके प्रश्न का उत्तर मिला?","new-request-form.answer-bot-modal.mark-irrelevant":"नहीं, मुझे सहायता चाहिए","new-request-form.answer-bot-modal.request-closed":"बढ़िया! आपका अनुरोध बंद कर दिया गया है।","new-request-form.answer-bot-modal.request-submitted":"आपका अनुरोध सफलतापूर्वक भेजा गया था","new-request-form.answer-bot-modal.solve-error":"आपका अनुरोध समाप्त करने में कोई त्रुटि थी","new-request-form.answer-bot-modal.solve-request":"हाँ, कृपया मेरा अनुरोध समाप्त करें","new-request-form.answer-bot-modal.title":"प्रतीक्षा करते समय, क्या इन आलेखों से आपके प्रश्न का उत्तर मिलता है?","new-request-form.answer-bot-modal.view-article":"आलेख देखें","new-request-form.attachments.choose-file-label":"कोई फ़ाइल चुनें या यहां खींचें और छोड़ें","new-request-form.attachments.drop-files-label":"फाइलों को यहां छोड़ें","new-request-form.attachments.remove-file":"फ़ाइल हटाएं","new-request-form.attachments.stop-upload":"अपलोड बंद करें","new-request-form.attachments.upload-error-description":"{{fileName}}अपलोड करने में कोई त्रुटि थी। पुनः प्रयास करें या कोई अन्य फ़ाइल अपलोड करें।","new-request-form.attachments.upload-error-title":"त्रुटि अपलोड करें","new-request-form.attachments.uploading":"{{fileName}} अपलोड हो रहा है","new-request-form.cc-field.container-label":"चयनित CC ईमेल","new-request-form.cc-field.email-added":"{{email}} जोड़ा गया है","new-request-form.cc-field.email-label":"{{email}} - हटाने के लिए बैकस्पेस दबाएं","new-request-form.cc-field.email-removed":"{{email}} हटा दिया गया है","new-request-form.cc-field.emails-added":"{{emails}} जोड़ा गया है","new-request-form.cc-field.invalid-email":"अमान्य ईमेल पता","new-request-form.close-label":"बंद करें","new-request-form.credit-card-digits-hint":"(आखिरी 4 अक्षर)","new-request-form.dropdown.empty-option":"कोई विकल्प चुनें","new-request-form.parent-request-link":"{{parentId}} का अनुरोध करने के लिए फ़ॉलो-अप","new-request-form.required-fields-info":"तारांकन चिह्न (*) से चिह्नित फ़ील्ड आवश्यक हैं।","new-request-form.submit":"भेजें","new-request-form.suggested-articles":"सुझाए गए आलेख"}}),H=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),M=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Ha igen, lezárhatjuk a legutóbbi kérelmét ({{requestId}})","new-request-form.answer-bot-modal.footer-title":"Megválaszolta a cikk a kérdését?","new-request-form.answer-bot-modal.mark-irrelevant":"Nem, segítségre van szükségem","new-request-form.answer-bot-modal.request-closed":"Remek! A kérelme ezzel le lett zárva.","new-request-form.answer-bot-modal.request-submitted":"A kérelme sikeresen be lett küldve","new-request-form.answer-bot-modal.solve-error":"Hiba történt a kérelme lezárásakor","new-request-form.answer-bot-modal.solve-request":"Igen, zárják le a kérelmemet","new-request-form.answer-bot-modal.title":"Várakozás közben megtekintheti, hogy e cikkek közül választ ad-e valamelyik a kérdésére.","new-request-form.answer-bot-modal.view-article":"Cikk megtekintése","new-request-form.attachments.choose-file-label":"Válassza ki vagy húzza ide a kívánt fájlt","new-request-form.attachments.drop-files-label":"Húzza ide a fájlokat","new-request-form.attachments.remove-file":"Fájl eltávolítása","new-request-form.attachments.stop-upload":"Feltöltés leállítása","new-request-form.attachments.upload-error-description":"Hiba történt a(z) {{fileName}} fájl feltöltése során. Próbálja meg újra, vagy töltsön fel egy másik fájlt.","new-request-form.attachments.upload-error-title":"Feltöltési hiba","new-request-form.attachments.uploading":"A(z) {{fileName}} fájl feltöltése folyamatban van","new-request-form.cc-field.container-label":"Másolatot kapó kiválasztott e-mail-címek","new-request-form.cc-field.email-added":"{{email}} hozzáadva","new-request-form.cc-field.email-label":"{{email}} – Nyomja meg a Backspace billentyűt az eltávolításhoz","new-request-form.cc-field.email-removed":"{{email}} eltávolítva","new-request-form.cc-field.emails-added":"{{emails}} hozzáadva","new-request-form.cc-field.invalid-email":"Érvénytelen e-mail-cím","new-request-form.close-label":"Bezárás","new-request-form.credit-card-digits-hint":"(Utolsó 4 számjegy)","new-request-form.dropdown.empty-option":"Válasszon egy lehetőséget","new-request-form.parent-request-link":"Nyomon követés a(z) {{parentId}} kérelemhez","new-request-form.required-fields-info":"A csillaggal (*) jelzett mezők kitöltése kötelező.","new-request-form.submit":"Küldés","new-request-form.suggested-articles":"Javasolt cikkek"}}),x=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),Z=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Jika demikian, kami dapat menutup permintaan Anda baru-baru ini {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Apakah artikel ini menjawab pertanyaan Anda?","new-request-form.answer-bot-modal.mark-irrelevant":"Tidak, saya perlu bantuan","new-request-form.answer-bot-modal.request-closed":"Bagus. Permintaan Anda telah ditutup.","new-request-form.answer-bot-modal.request-submitted":"Permintaan Anda berhasil dikirimkan","new-request-form.answer-bot-modal.solve-error":"Ada kesalahan dalam menutup permintaan Anda","new-request-form.answer-bot-modal.solve-request":"Ya, tutup permintaan saya","new-request-form.answer-bot-modal.title":"Sementara Anda menunggu, apakah ada di antara artikel-artikel ini yang menjawab pertanyaan Anda?","new-request-form.answer-bot-modal.view-article":"Lihat artikel","new-request-form.attachments.choose-file-label":"Pilih file atau tarik dan letakkan di sini","new-request-form.attachments.drop-files-label":"Letakkan file di sini","new-request-form.attachments.remove-file":"Hapus file","new-request-form.attachments.stop-upload":"Berhenti mengunggah","new-request-form.attachments.upload-error-description":"Terjadi kesalahan saat mengunggah {{fileName}}. Cobalah lagi atau unggah file lain.","new-request-form.attachments.upload-error-title":"Kesalahan Mengunggah","new-request-form.attachments.uploading":"Mengunggah {{fileName}}","new-request-form.cc-field.container-label":"Email CC yang dipilih","new-request-form.cc-field.email-added":"{{email}} telah ditambahkan","new-request-form.cc-field.email-label":"{{email}} - Tekan Backspace untuk menghapus","new-request-form.cc-field.email-removed":"{{email}} telah dihapus","new-request-form.cc-field.emails-added":"{{emails}} telah ditambahkan","new-request-form.cc-field.invalid-email":"Alamat email tidak valid","new-request-form.close-label":"Tutup","new-request-form.credit-card-digits-hint":"(4 digit terakhir)","new-request-form.dropdown.empty-option":"Pilih opsi","new-request-form.parent-request-link":"Tindak lanjut atas permintaan {{parentId}}","new-request-form.required-fields-info":"Bidang yang ditandai dengan tanda bintang (*) wajib diisi.","new-request-form.submit":"Kirim","new-request-form.suggested-articles":"Artikel yang disarankan"}}),K=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),J=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"In caso affermativo, possiamo chiudere la recente richiesta {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Questo articolo risponde alla domanda?","new-request-form.answer-bot-modal.mark-irrelevant":"No, ho bisogno di aiuto","new-request-form.answer-bot-modal.request-closed":"Ottimo! La richiesta è stata chiusa.","new-request-form.answer-bot-modal.request-submitted":"La richiesta è stata inviata correttamente","new-request-form.answer-bot-modal.solve-error":"Errore durante la chiusura della richiesta","new-request-form.answer-bot-modal.solve-request":"Sì, chiudi la richiesta","new-request-form.answer-bot-modal.title":"Nell’attesa, le informazioni in uno o più di questi articoli potrebbero rispondere alla domanda.","new-request-form.answer-bot-modal.view-article":"Visualizza articolo","new-request-form.attachments.choose-file-label":"Scegli un file o trascinalo qui","new-request-form.attachments.drop-files-label":"Trascina qui i file","new-request-form.attachments.remove-file":"Rimuovi file","new-request-form.attachments.stop-upload":"Interrompi caricamento","new-request-form.attachments.upload-error-description":"Errore durante il caricamento di {{fileName}}. Riprova o carica un altro file.","new-request-form.attachments.upload-error-title":"Errore nel caricamento","new-request-form.attachments.uploading":"Caricamento di {{fileName}}","new-request-form.cc-field.container-label":"Indirizzi email CC selezionati","new-request-form.cc-field.email-added":"{{email}} è stato aggiunto","new-request-form.cc-field.email-label":"{{email}} - Premi Backspace per rimuovere","new-request-form.cc-field.email-removed":"{{email}} è stato rimosso","new-request-form.cc-field.emails-added":"{{emails}} sono stati aggiunti","new-request-form.cc-field.invalid-email":"Indirizzo email non valido","new-request-form.close-label":"Chiudi","new-request-form.credit-card-digits-hint":"(Ultime 4 cifre)","new-request-form.dropdown.empty-option":"Seleziona un’opzione","new-request-form.parent-request-link":"Follow-up alla richiesta {{parentId}}","new-request-form.required-fields-info":"I campi contrassegnati da un asterisco (*) sono obbligatori.","new-request-form.submit":"Invia","new-request-form.suggested-articles":"Articoli suggeriti"}}),G=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"In caso affermativo, possiamo chiudere la recente richiesta {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Questo articolo risponde alla domanda?","new-request-form.answer-bot-modal.mark-irrelevant":"No, ho bisogno di aiuto","new-request-form.answer-bot-modal.request-closed":"Ottimo! La richiesta è stata chiusa.","new-request-form.answer-bot-modal.request-submitted":"La richiesta è stata inviata correttamente","new-request-form.answer-bot-modal.solve-error":"Errore durante la chiusura della richiesta","new-request-form.answer-bot-modal.solve-request":"Sì, chiudi la richiesta","new-request-form.answer-bot-modal.title":"Nell’attesa, le informazioni in uno o più di questi articoli potrebbero rispondere alla domanda.","new-request-form.answer-bot-modal.view-article":"Visualizza articolo","new-request-form.attachments.choose-file-label":"Scegli un file o trascinalo qui","new-request-form.attachments.drop-files-label":"Trascina qui i file","new-request-form.attachments.remove-file":"Rimuovi file","new-request-form.attachments.stop-upload":"Interrompi caricamento","new-request-form.attachments.upload-error-description":"Errore durante il caricamento di {{fileName}}. Riprova o carica un altro file.","new-request-form.attachments.upload-error-title":"Errore nel caricamento","new-request-form.attachments.uploading":"Caricamento di {{fileName}}","new-request-form.cc-field.container-label":"Indirizzi email CC selezionati","new-request-form.cc-field.email-added":"{{email}} è stato aggiunto","new-request-form.cc-field.email-label":"{{email}} - Premi Backspace per rimuovere","new-request-form.cc-field.email-removed":"{{email}} è stato rimosso","new-request-form.cc-field.emails-added":"{{emails}} sono stati aggiunti","new-request-form.cc-field.invalid-email":"Indirizzo email non valido","new-request-form.close-label":"Chiudi","new-request-form.credit-card-digits-hint":"(Ultime 4 cifre)","new-request-form.dropdown.empty-option":"Seleziona un’opzione","new-request-form.parent-request-link":"Follow-up alla richiesta {{parentId}}","new-request-form.required-fields-info":"I campi contrassegnati da un asterisco (*) sono obbligatori.","new-request-form.submit":"Invia","new-request-form.suggested-articles":"Articoli suggeriti"}}),Q=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"質問が解決していれば、最新のリクエスト{{requestId}}を終了します","new-request-form.answer-bot-modal.footer-title":"この記事で疑問が解消されましたか?","new-request-form.answer-bot-modal.mark-irrelevant":"いいえ、ヘルプが必要です","new-request-form.answer-bot-modal.request-closed":"お役に立てて嬉しいです。リクエストは終了しました。","new-request-form.answer-bot-modal.request-submitted":"リクエストは正しく送信されました","new-request-form.answer-bot-modal.solve-error":"リクエストを終了する際にエラーが発生しました","new-request-form.answer-bot-modal.solve-request":"はい、リクエストを終了","new-request-form.answer-bot-modal.title":"これらの記事のいずれかで疑問が解消されますか?","new-request-form.answer-bot-modal.view-article":"記事を表示","new-request-form.attachments.choose-file-label":"ファイルを選択するか、ここにドラッグアンドドロップします","new-request-form.attachments.drop-files-label":"ファイルをここにドロップ","new-request-form.attachments.remove-file":"ファイル削除","new-request-form.attachments.stop-upload":"アップロードを停止","new-request-form.attachments.upload-error-description":"{{fileName}}のアップロード中にエラーが発生しました。もう一度やり直すか、別のファイルをアップロードしてください。","new-request-form.attachments.upload-error-title":"アップロードエラー","new-request-form.attachments.uploading":"{{fileName}}をアップロード中","new-request-form.cc-field.container-label":"選択したCCメールアドレス","new-request-form.cc-field.email-added":"{{email}}を追加しました","new-request-form.cc-field.email-label":"{{email}} - 削除するにはBackspaceキーを押します","new-request-form.cc-field.email-removed":"{{email}}を削除しました","new-request-form.cc-field.emails-added":"{{emails}}を追加しました","new-request-form.cc-field.invalid-email":"メールアドレスが正しくありません","new-request-form.close-label":"閉じる","new-request-form.credit-card-digits-hint":"(下4桁)","new-request-form.dropdown.empty-option":"オプションを選択します","new-request-form.parent-request-link":"リクエスト{{parentId}}の補足","new-request-form.required-fields-info":"アスタリスク(*)が付いているフィールドは必須です。","new-request-form.submit":"送信","new-request-form.suggested-articles":"おすすめの記事"}}),X=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),$=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),ee=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),re=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"그렇다면 최근 요청 {{requestId}}을(를) 종료할 수 있습니다.","new-request-form.answer-bot-modal.footer-title":"이 문서가 질문에 대한 답이 되었나요?","new-request-form.answer-bot-modal.mark-irrelevant":"아니요, 도움이 필요합니다.","new-request-form.answer-bot-modal.request-closed":"도움이 되었다니 기쁩니다. 요청이 종료되었습니다.","new-request-form.answer-bot-modal.request-submitted":"요청을 제출했습니다.","new-request-form.answer-bot-modal.solve-error":"요청을 종료하는 중 오류가 발생했습니다.","new-request-form.answer-bot-modal.solve-request":"예, 요청을 종료합니다","new-request-form.answer-bot-modal.title":"기다리는 동안 다음 문서 중에서 질문에 대한 답변을 찾으셨나요?","new-request-form.answer-bot-modal.view-article":"문서 보기","new-request-form.attachments.choose-file-label":"파일을 선택하거나 여기에 드래그 앤 드롭하세요.","new-request-form.attachments.drop-files-label":"파일을 여기에 드롭하세요","new-request-form.attachments.remove-file":"파일 제거","new-request-form.attachments.stop-upload":"업로드 중지","new-request-form.attachments.upload-error-description":"{{fileName}}을(를) 업로드하는 중 오류가 발생했습니다. 다시 시도하거나 다른 파일을 업로드하세요.","new-request-form.attachments.upload-error-title":"업로드 오류","new-request-form.attachments.uploading":"{{fileName}} 업로드 중","new-request-form.cc-field.container-label":"선택한 참조 이메일","new-request-form.cc-field.email-added":"{{email}}이(가) 추가되었습니다.","new-request-form.cc-field.email-label":"{{email}} - 제거하려면 백스페이스 키를 누르세요.","new-request-form.cc-field.email-removed":"{{email}}이(가) 제거되었습니다.","new-request-form.cc-field.emails-added":"{{emails}}이(가) 추가되었습니다.","new-request-form.cc-field.invalid-email":"올바르지 않은 이메일 주소","new-request-form.close-label":"닫기","new-request-form.credit-card-digits-hint":"(마지막 4자리)","new-request-form.dropdown.empty-option":"옵션을 선택하세요.","new-request-form.parent-request-link":"요청 {{parentId}}에 대한 후속 작업","new-request-form.required-fields-info":"별표(*)가 표시된 필드는 필수입니다.","new-request-form.submit":"제출","new-request-form.suggested-articles":"추천 문서"}}),te=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),oe=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),ae=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),se=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),ne=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),le=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),ie=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),me=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),de=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Als dat het geval is, kunnen wij uw recente aanvraag {{requestId}} sluiten","new-request-form.answer-bot-modal.footer-title":"Beantwoordt dit artikel uw vraag?","new-request-form.answer-bot-modal.mark-irrelevant":"Nee, ik heb hulp nodig","new-request-form.answer-bot-modal.request-closed":"Fijn. Uw aanvraag is gesloten.","new-request-form.answer-bot-modal.request-submitted":"Uw aanvraag is verzonden","new-request-form.answer-bot-modal.solve-error":"Fout tijdens het sluiten van uw aanvraag","new-request-form.answer-bot-modal.solve-request":"Ja, mijn aanvraag sluiten","new-request-form.answer-bot-modal.title":"Terwijl u wacht: beantwoordt een van deze artikelen uw vraag?","new-request-form.answer-bot-modal.view-article":"Artikel weergeven","new-request-form.attachments.choose-file-label":"Kies een bestand of versleep het hierheen","new-request-form.attachments.drop-files-label":"Zet bestanden hier neer","new-request-form.attachments.remove-file":"Bestand verwijderen","new-request-form.attachments.stop-upload":"Upload stoppen","new-request-form.attachments.upload-error-description":"Fout tijdens uploaden van {{fileName}}. Probeer het opnieuw of upload een ander bestand.","new-request-form.attachments.upload-error-title":"Fout bij uploaden","new-request-form.attachments.uploading":"{{fileName}} wordt geüpload","new-request-form.cc-field.container-label":"Geselecteerde e-mails in cc","new-request-form.cc-field.email-added":"{{email}} is toegevoegd","new-request-form.cc-field.email-label":"{{email}} - Druk op Backspace om te verwijderen","new-request-form.cc-field.email-removed":"{{email}} is verwijderd","new-request-form.cc-field.emails-added":"{{emails}} zijn toegevoegd","new-request-form.cc-field.invalid-email":"Ongeldig e-mailadres","new-request-form.close-label":"Sluiten","new-request-form.credit-card-digits-hint":"(Laatste 4 cijfers)","new-request-form.dropdown.empty-option":"Selecteer een optie","new-request-form.parent-request-link":"Follow-up van aanvraag {{parentId}}","new-request-form.required-fields-info":"Velden met een sterretje (*) zijn vereist.","new-request-form.submit":"Verzenden","new-request-form.suggested-articles":"Voorgestelde artikelen"}}),ue=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Als dat het geval is, kunnen wij uw recente aanvraag {{requestId}} sluiten","new-request-form.answer-bot-modal.footer-title":"Beantwoordt dit artikel uw vraag?","new-request-form.answer-bot-modal.mark-irrelevant":"Nee, ik heb hulp nodig","new-request-form.answer-bot-modal.request-closed":"Fijn. Uw aanvraag is gesloten.","new-request-form.answer-bot-modal.request-submitted":"Uw aanvraag is verzonden","new-request-form.answer-bot-modal.solve-error":"Fout tijdens het sluiten van uw aanvraag","new-request-form.answer-bot-modal.solve-request":"Ja, mijn aanvraag sluiten","new-request-form.answer-bot-modal.title":"Terwijl u wacht: beantwoordt een van deze artikelen uw vraag?","new-request-form.answer-bot-modal.view-article":"Artikel weergeven","new-request-form.attachments.choose-file-label":"Kies een bestand of versleep het hierheen","new-request-form.attachments.drop-files-label":"Zet bestanden hier neer","new-request-form.attachments.remove-file":"Bestand verwijderen","new-request-form.attachments.stop-upload":"Upload stoppen","new-request-form.attachments.upload-error-description":"Fout tijdens uploaden van {{fileName}}. Probeer het opnieuw of upload een ander bestand.","new-request-form.attachments.upload-error-title":"Fout bij uploaden","new-request-form.attachments.uploading":"{{fileName}} wordt geüpload","new-request-form.cc-field.container-label":"Geselecteerde e-mails in cc","new-request-form.cc-field.email-added":"{{email}} is toegevoegd","new-request-form.cc-field.email-label":"{{email}} - Druk op Backspace om te verwijderen","new-request-form.cc-field.email-removed":"{{email}} is verwijderd","new-request-form.cc-field.emails-added":"{{emails}} zijn toegevoegd","new-request-form.cc-field.invalid-email":"Ongeldig e-mailadres","new-request-form.close-label":"Sluiten","new-request-form.credit-card-digits-hint":"(Laatste 4 cijfers)","new-request-form.dropdown.empty-option":"Selecteer een optie","new-request-form.parent-request-link":"Follow-up van aanvraag {{parentId}}","new-request-form.required-fields-info":"Velden met een sterretje (*) zijn vereist.","new-request-form.submit":"Verzenden","new-request-form.suggested-articles":"Voorgestelde artikelen"}}),fe=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Hvis den gjør det, kan vi avslutte den nylige forespørselen {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Fant du svar på spørsmålet i denne artikkelen?","new-request-form.answer-bot-modal.mark-irrelevant":"Nei, jeg trenger hjelp","new-request-form.answer-bot-modal.request-closed":"Flott! Forespørselen er avsluttet.","new-request-form.answer-bot-modal.request-submitted":"Forespørselen ble sendt inn","new-request-form.answer-bot-modal.solve-error":"Det oppstod en feil under lukking av forespørselen","new-request-form.answer-bot-modal.solve-request":"Ja, avslutt forespørselen","new-request-form.answer-bot-modal.title":"Mens du venter: Kanskje en av disse artiklene har svar på spørsmålet ditt?","new-request-form.answer-bot-modal.view-article":"Vis artikkel","new-request-form.attachments.choose-file-label":"Velg en fil eller dra og slipp her","new-request-form.attachments.drop-files-label":"Slipp filene her","new-request-form.attachments.remove-file":"Fjern fil","new-request-form.attachments.stop-upload":"Stopp opplastingen","new-request-form.attachments.upload-error-description":"Det oppstod en feil under opplastingen {{fileName}}. Prøv på nytt eller last opp en annen fil.","new-request-form.attachments.upload-error-title":"Feil under opplasting","new-request-form.attachments.uploading":"Laster opp {{fileName}}","new-request-form.cc-field.container-label":"Valgte e-poster kopi til","new-request-form.cc-field.email-added":"{{email}} har blitt lagt til","new-request-form.cc-field.email-label":"{{email}} - Trykk på Tilbaketasten for å fjerne","new-request-form.cc-field.email-removed":"{{email}} er fjernet","new-request-form.cc-field.emails-added":"{{emails}} er lagt til","new-request-form.cc-field.invalid-email":"Ugyldig e-postadresse","new-request-form.close-label":"Lukke","new-request-form.credit-card-digits-hint":"(4 siste sifre)","new-request-form.dropdown.empty-option":"Velg et alternativ","new-request-form.parent-request-link":"Oppfølging av forespørsel {{parentId}}","new-request-form.required-fields-info":"Felter merket med en stjerne (*) er obligatoriske.","new-request-form.submit":"Send inn","new-request-form.suggested-articles":"Foreslåtte artikler"}}),we=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Jeśli tak, możemy zamknąć zlecenie {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Czy artykuł dostarczył odpowiedzi na pytanie?","new-request-form.answer-bot-modal.mark-irrelevant":"Nie, potrzebuję pomocy","new-request-form.answer-bot-modal.request-closed":"Świetnie. Zlecenie zostało zamknięte.","new-request-form.answer-bot-modal.request-submitted":"Zlecenie zostało wysłane","new-request-form.answer-bot-modal.solve-error":"Podczas zamykania zlecenia wystąpił błąd","new-request-form.answer-bot-modal.solve-request":"Tak, zamknij zlecenie","new-request-form.answer-bot-modal.title":"W czasie gdy oczekujesz na odpowiedź, może zechcesz nam powiedzieć, czy którykolwiek z tych artykułów zawiera odpowiedź na pytanie?","new-request-form.answer-bot-modal.view-article":"Wyświetl artykuł","new-request-form.attachments.choose-file-label":"Wybierz plik lub przeciągnij i upuść go tutaj","new-request-form.attachments.drop-files-label":"Upuść pliki tutaj","new-request-form.attachments.remove-file":"Usuń plik","new-request-form.attachments.stop-upload":"Zatrzymaj przesyłanie","new-request-form.attachments.upload-error-description":"Podczas przesyłania wystąpił błąd {{fileName}}. Spróbuj ponownie lub prześlij inny plik.","new-request-form.attachments.upload-error-title":"Błąd przesyłania","new-request-form.attachments.uploading":"Przesyłanie {{fileName}}","new-request-form.cc-field.container-label":"Wybrane e-maile z pola DW","new-request-form.cc-field.email-added":"Dodano {{email}}","new-request-form.cc-field.email-label":"{{email}} – naciśnij Backspace, aby usunąć","new-request-form.cc-field.email-removed":"Usunięto {{email}}","new-request-form.cc-field.emails-added":"Dodano {{emails}}","new-request-form.cc-field.invalid-email":"Nieprawidłowy adres e-mail","new-request-form.close-label":"Zamknij","new-request-form.credit-card-digits-hint":"(ostatnie 4 cyfry)","new-request-form.dropdown.empty-option":"Wybierz opcję","new-request-form.parent-request-link":"Kontynuacja zlecenia {{parentId}}","new-request-form.required-fields-info":"Pola oznaczone gwiazdką (*) są wymagane.","new-request-form.submit":"Wyślij","new-request-form.suggested-articles":"Propozycje artykułów"}}),ce=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Se sim, podemos fechar a solicitação recente {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Esse artigo responde à pergunta?","new-request-form.answer-bot-modal.mark-irrelevant":"Não, preciso de ajuda","new-request-form.answer-bot-modal.request-closed":"Legal! A solicitação foi fechada.","new-request-form.answer-bot-modal.request-submitted":"Sua solicitação foi enviada com êxito","new-request-form.answer-bot-modal.solve-error":"Erro ao fechar a solicitação","new-request-form.answer-bot-modal.solve-request":"Sim, feche a solicitação","new-request-form.answer-bot-modal.title":"Enquanto você aguarda, algum desses artigos responde à pergunta?","new-request-form.answer-bot-modal.view-article":"Exibir artigo","new-request-form.attachments.choose-file-label":"Escolha um arquivo ou arraste e solte aqui","new-request-form.attachments.drop-files-label":"Solte os arquivos aqui","new-request-form.attachments.remove-file":"Remover arquivo","new-request-form.attachments.stop-upload":"Interromper carregamento","new-request-form.attachments.upload-error-description":"Erro ao carregar {{fileName}}. Tente novamente ou carregue outro arquivo.","new-request-form.attachments.upload-error-title":"Erro de carregamento","new-request-form.attachments.uploading":"Carregando {{fileName}}","new-request-form.cc-field.container-label":"E-mails de cópia selecionados","new-request-form.cc-field.email-added":"{{email}} foi adicionado","new-request-form.cc-field.email-label":"{{email}} – Pressione Backspace para remover","new-request-form.cc-field.email-removed":"{{email}} foi removido","new-request-form.cc-field.emails-added":"{{emails}} foram adicionados","new-request-form.cc-field.invalid-email":"Endereço de e-mail inválido","new-request-form.close-label":"Fechar","new-request-form.credit-card-digits-hint":"(Últimos 4 dígitos)","new-request-form.dropdown.empty-option":"Selecionar uma opção","new-request-form.parent-request-link":"Acompanhamento da solicitação {{parentId}}","new-request-form.required-fields-info":"Os campos marcados com um asterisco (*) são obrigatórios.","new-request-form.submit":"Enviar","new-request-form.suggested-articles":"Artigos sugeridos"}}),qe=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Se sim, podemos fechar a solicitação recente {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Esse artigo responde à pergunta?","new-request-form.answer-bot-modal.mark-irrelevant":"Não, preciso de ajuda","new-request-form.answer-bot-modal.request-closed":"Legal! A solicitação foi fechada.","new-request-form.answer-bot-modal.request-submitted":"Sua solicitação foi enviada com êxito","new-request-form.answer-bot-modal.solve-error":"Erro ao fechar a solicitação","new-request-form.answer-bot-modal.solve-request":"Sim, feche a solicitação","new-request-form.answer-bot-modal.title":"Enquanto você aguarda, algum desses artigos responde à pergunta?","new-request-form.answer-bot-modal.view-article":"Exibir artigo","new-request-form.attachments.choose-file-label":"Escolha um arquivo ou arraste e solte aqui","new-request-form.attachments.drop-files-label":"Solte os arquivos aqui","new-request-form.attachments.remove-file":"Remover arquivo","new-request-form.attachments.stop-upload":"Interromper carregamento","new-request-form.attachments.upload-error-description":"Erro ao carregar {{fileName}}. Tente novamente ou carregue outro arquivo.","new-request-form.attachments.upload-error-title":"Erro de carregamento","new-request-form.attachments.uploading":"Carregando {{fileName}}","new-request-form.cc-field.container-label":"E-mails de cópia selecionados","new-request-form.cc-field.email-added":"{{email}} foi adicionado","new-request-form.cc-field.email-label":"{{email}} – Pressione Backspace para remover","new-request-form.cc-field.email-removed":"{{email}} foi removido","new-request-form.cc-field.emails-added":"{{emails}} foram adicionados","new-request-form.cc-field.invalid-email":"Endereço de e-mail inválido","new-request-form.close-label":"Fechar","new-request-form.credit-card-digits-hint":"(Últimos 4 dígitos)","new-request-form.dropdown.empty-option":"Selecionar uma opção","new-request-form.parent-request-link":"Acompanhamento da solicitação {{parentId}}","new-request-form.required-fields-info":"Os campos marcados com um asterisco (*) são obrigatórios.","new-request-form.submit":"Enviar","new-request-form.suggested-articles":"Artigos sugeridos"}}),pe=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Dacă reușește, putem închide solicitarea recentă {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Acest articol răspunde la întrebare?","new-request-form.answer-bot-modal.mark-irrelevant":"Nu, am nevoie de ajutor","new-request-form.answer-bot-modal.request-closed":"Grozav. Solicitarea a fost închisă.","new-request-form.answer-bot-modal.request-submitted":"Solicitarea a fost transmisă cu succes","new-request-form.answer-bot-modal.solve-error":"A apărut o eroare la închiderea solicitării","new-request-form.answer-bot-modal.solve-request":"Da, închideți solicitarea","new-request-form.answer-bot-modal.title":"Cât așteptați, vreunul dintre aceste articole răspunde la întrebarea dumneavoastră?","new-request-form.answer-bot-modal.view-article":"Vizualizare articol","new-request-form.attachments.choose-file-label":"Alegeți un fișier sau glisați și fixați aici","new-request-form.attachments.drop-files-label":"Glisați fișierele aici","new-request-form.attachments.remove-file":"Eliminare fișier","new-request-form.attachments.stop-upload":"Oprire încărcare","new-request-form.attachments.upload-error-description":"A apărut o eroare la încărcarea {{fileName}}. Încercați din nou sau încărcați un alt fișier.","new-request-form.attachments.upload-error-title":"Eroare de încărcare","new-request-form.attachments.uploading":"Se încarcă {{fileName}}","new-request-form.cc-field.container-label":"E-mailuri CC selectate","new-request-form.cc-field.email-added":"{{email}} a fost adăugată","new-request-form.cc-field.email-label":"{{email}} - Apăsați Backspace pentru a elimina","new-request-form.cc-field.email-removed":"{{email}} a fost eliminată","new-request-form.cc-field.emails-added":"{{emails}} au fost adăugate","new-request-form.cc-field.invalid-email":"Adresă de e-mail nevalidă","new-request-form.close-label":"Închidere","new-request-form.credit-card-digits-hint":"(Ultimele 4 cifre)","new-request-form.dropdown.empty-option":"Selectați o opțiune","new-request-form.parent-request-link":"Continuarea comunicării pentru solicitarea {{parentId}}","new-request-form.required-fields-info":"Câmpurile marcate cu un asterisc (*) sunt obligatorii.","new-request-form.submit":"Trimitere","new-request-form.suggested-articles":"Articole sugerate"}}),be=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Если да, мы можем закрыть запрос {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Есть ли в этой статье ответ на вопрос?","new-request-form.answer-bot-modal.mark-irrelevant":"Нет, мне нужна помощь","new-request-form.answer-bot-modal.request-closed":"Превосходно. Запрос закрыт.","new-request-form.answer-bot-modal.request-submitted":"Ваш запрос отправлен","new-request-form.answer-bot-modal.solve-error":"Ошибка при закрытии запроса","new-request-form.answer-bot-modal.solve-request":"Да, закрыть мой запрос","new-request-form.answer-bot-modal.title":"Пока вы ожидаете, есть ли в какой-то из этих статей ответ на ваш вопрос?","new-request-form.answer-bot-modal.view-article":"Просмотреть статью","new-request-form.attachments.choose-file-label":"Выберите файл или перетащите его сюда","new-request-form.attachments.drop-files-label":"Перетащите файлы сюда","new-request-form.attachments.remove-file":"Удалить файл","new-request-form.attachments.stop-upload":"Остановить выкладывание","new-request-form.attachments.upload-error-description":"Ошибка при выкладывании {{fileName}}. Повторите попытку или выложите другой файл.","new-request-form.attachments.upload-error-title":"Ошибка выкладывания","new-request-form.attachments.uploading":"Выкладывание {{fileName}}","new-request-form.cc-field.container-label":"Выбранные письма для копии","new-request-form.cc-field.email-added":"Адрес {{email}} добавлен","new-request-form.cc-field.email-label":"{{email}} — нажмите клавишу Backspace для удаления","new-request-form.cc-field.email-removed":"Адрес {{email}} удален","new-request-form.cc-field.emails-added":"Добавлены адреса {{emails}}","new-request-form.cc-field.invalid-email":"Недействительный адрес электронной почты","new-request-form.close-label":"Закрыть","new-request-form.credit-card-digits-hint":"(последние 4 цифры)","new-request-form.dropdown.empty-option":"Выберите вариант","new-request-form.parent-request-link":"Дополнение к запросу {{parentId}}","new-request-form.required-fields-info":"Помеченные звездочкой (*) поля обязательны для заполнения.","new-request-form.submit":"Отправить","new-request-form.suggested-articles":"Предложенные статьи"}}),he=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),ge=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),ve=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),ye=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),ke=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),_e=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Om den gör det kan vi stänga din förfrågan {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Besvarar denna artikel din fråga?","new-request-form.answer-bot-modal.mark-irrelevant":"Nej, jag behöver hjälp","new-request-form.answer-bot-modal.request-closed":"Utmärkt. Din förfrågan har stängts.","new-request-form.answer-bot-modal.request-submitted":"Din förfrågan har skickats in","new-request-form.answer-bot-modal.solve-error":"Ett fel inträffade när din förfrågan stängdes","new-request-form.answer-bot-modal.solve-request":"Ja, stäng min förfrågan","new-request-form.answer-bot-modal.title":"Medan du väntar, besvarar någon av dessa artiklar din fråga?","new-request-form.answer-bot-modal.view-article":"Visa artikel","new-request-form.attachments.choose-file-label":"Välj en fil eller dra och släpp den här","new-request-form.attachments.drop-files-label":"Släpp filer här","new-request-form.attachments.remove-file":"Ta bort fil","new-request-form.attachments.stop-upload":"Stoppa uppladdning","new-request-form.attachments.upload-error-description":"Ett fel inträffade vid uppladdning av {{fileName}}. Försök igen eller ladda upp en annan fil.","new-request-form.attachments.upload-error-title":"Uppladdningsfel","new-request-form.attachments.uploading":"Laddar upp {{fileName}}","new-request-form.cc-field.container-label":"Valda kopierade e-postmeddelanden","new-request-form.cc-field.email-added":"{{email}} har lagts till","new-request-form.cc-field.email-label":"{{email}} – Tryck på backstegtangenten för att ta bort","new-request-form.cc-field.email-removed":"{{email}} har tagits bort","new-request-form.cc-field.emails-added":"{{emails}} har lagts till","new-request-form.cc-field.invalid-email":"Ogiltig e-postadress","new-request-form.close-label":"Stäng","new-request-form.credit-card-digits-hint":"(4 sista siffror)","new-request-form.dropdown.empty-option":"Välj ett alternativ","new-request-form.parent-request-link":"Uppföljning av förfrågan {{parentId}}","new-request-form.required-fields-info":"Fält markerade med en asterisk (*) är obligatoriska.","new-request-form.submit":"Skicka in","new-request-form.suggested-articles":"Föreslagna artiklar"}}),Ie=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"หากใช่ เราจะสามารถปิดคำร้องขอ {{requestId}} ของคุณได้","new-request-form.answer-bot-modal.footer-title":"บทความนี้ได้ตอบข้อสงสัยของคุณหรือไม่","new-request-form.answer-bot-modal.mark-irrelevant":"ไม่ ฉันต้องการความช่วยเหลือ","new-request-form.answer-bot-modal.request-closed":"ยอดเลย คำร้องขอของคุณปิดลงแล้ว","new-request-form.answer-bot-modal.request-submitted":"ส่งคำร้องขอของคุณเรียบร้อยแล้ว","new-request-form.answer-bot-modal.solve-error":"เกิดข้อผิดพลาดในการปิดคําร้องขอของคุณ","new-request-form.answer-bot-modal.solve-request":"ใช่ ปิดคำร้องขอของฉัน","new-request-form.answer-bot-modal.title":"ขณะที่กำลังรอ บทความเหล่านี้ตอบข้อสงสัยของคุณหรือไม่","new-request-form.answer-bot-modal.view-article":"ดูบทความ","new-request-form.attachments.choose-file-label":"เลือกไฟล์หรือลากแล้ววางที่นี่","new-request-form.attachments.drop-files-label":"วางไฟล์ที่นี่","new-request-form.attachments.remove-file":"ลบไฟล์ออก","new-request-form.attachments.stop-upload":"หยุดการอัปโหลด","new-request-form.attachments.upload-error-description":"เกิดข้อผิดพลาดในการอัปโหลด {{fileName}} ลองอีกครั้งหรืออัปโหลดไฟล์อื่น","new-request-form.attachments.upload-error-title":"เกิดข้อผิดพลาดในการอัปโหลด","new-request-form.attachments.uploading":"กำลังอัปโหลด {{fileName}}","new-request-form.cc-field.container-label":"อีเมล สำเนาถึง ที่เลือก","new-request-form.cc-field.email-added":"{{email}} ถูกเพิ่มแล้ว","new-request-form.cc-field.email-label":"{{email}} - กด Backspace เพื่อลบ","new-request-form.cc-field.email-removed":"{{email}} ถูกลบออกแล้ว","new-request-form.cc-field.emails-added":"{{emails}} ถูกเพิ่มแล้ว","new-request-form.cc-field.invalid-email":"ที่อยู่อีเมลไม่ถูกต้อง","new-request-form.close-label":"ปิด","new-request-form.credit-card-digits-hint":"(เลข 4 หลักสุดท้าย)","new-request-form.dropdown.empty-option":"เลือกตัวเลือก","new-request-form.parent-request-link":"ติดตามคําร้องขอ {{parentId}}","new-request-form.required-fields-info":"ต้องกรองช่องที่มีเครื่องหมายดอกจัน (*)","new-request-form.submit":"ส่ง","new-request-form.suggested-articles":"บทความที่แนะนำ"}}),Se=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Yanıtlıyorsa, bu son talebinizi kapatabiliriz {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Bu makale sorunuzu yanıtlıyor mu?","new-request-form.answer-bot-modal.mark-irrelevant":"Hayır, yardıma ihtiyacım var","new-request-form.answer-bot-modal.request-closed":"Güzel! Talebiniz kapatıldı.","new-request-form.answer-bot-modal.request-submitted":"Talebiniz başarıyla gönderildi","new-request-form.answer-bot-modal.solve-error":"Talebiniz kapatılırken bir hata oluştu","new-request-form.answer-bot-modal.solve-request":"Evet, talebimi kapat","new-request-form.answer-bot-modal.title":"Siz beklerken soralım: Bu makalelerden herhangi biri sorunuza yanıtladı mı?","new-request-form.answer-bot-modal.view-article":"Makaleyi görüntüle","new-request-form.attachments.choose-file-label":"Bir dosya seçin veya buraya sürükleyip bırakın","new-request-form.attachments.drop-files-label":"Dosyaları buraya bırakın","new-request-form.attachments.remove-file":"Dosyayı kaldır","new-request-form.attachments.stop-upload":"Karşıya yüklemeyi durdur","new-request-form.attachments.upload-error-description":"{{fileName}} karşıya yüklenirken bir hata oluştu. Yeniden deneyin veya başka bir dosya yükleyin.","new-request-form.attachments.upload-error-title":"Karşıya yükleme hatası","new-request-form.attachments.uploading":"{{fileName}} karşıya yükleniyor","new-request-form.cc-field.container-label":"Seçilen bilgi e-postası","new-request-form.cc-field.email-added":"{{email}} eklendi","new-request-form.cc-field.email-label":"{{email}} - Kaldırmak için Geri tuşuna basın","new-request-form.cc-field.email-removed":"{{email}} kaldırıldı","new-request-form.cc-field.emails-added":"{{emails}} eklendi","new-request-form.cc-field.invalid-email":"Geçersiz e-posta adresi","new-request-form.close-label":"Kapat","new-request-form.credit-card-digits-hint":"(Son 4 hane)","new-request-form.dropdown.empty-option":"Bir seçim yapın","new-request-form.parent-request-link":"{{parentId}} talep etmek için ekleyin","new-request-form.required-fields-info":"Yıldız işareti (*) ile işaretlenen alanların doldurulması zorunludur.","new-request-form.submit":"Gönder","new-request-form.suggested-articles":"Önerilen makaleler"}}),Ne=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),Ce=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),ze=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"If it does, we can close your recent request {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Does this article answer your question?","new-request-form.answer-bot-modal.mark-irrelevant":"No, I need help","new-request-form.answer-bot-modal.request-closed":"Nice. Your request has been closed.","new-request-form.answer-bot-modal.request-submitted":"Your request was successfully submitted","new-request-form.answer-bot-modal.solve-error":"There was an error closing your request","new-request-form.answer-bot-modal.solve-request":"Yes, close my request","new-request-form.answer-bot-modal.title":"While you wait, do any of these articles answer your question?","new-request-form.answer-bot-modal.view-article":"View article","new-request-form.attachments.choose-file-label":"Choose a file or drag and drop here","new-request-form.attachments.drop-files-label":"Drop files here","new-request-form.attachments.remove-file":"Remove file","new-request-form.attachments.stop-upload":"Stop upload","new-request-form.attachments.upload-error-description":"There was an error uploading {{fileName}}. Try again or upload another file.","new-request-form.attachments.upload-error-title":"Upload error","new-request-form.attachments.uploading":"Uploading {{fileName}}","new-request-form.cc-field.container-label":"Selected CC emails","new-request-form.cc-field.email-added":"{{email}} has been added","new-request-form.cc-field.email-label":"{{email}} - Press Backspace to remove","new-request-form.cc-field.email-removed":"{{email}} has been removed","new-request-form.cc-field.emails-added":"{{emails}} have been added","new-request-form.cc-field.invalid-email":"Invalid email address","new-request-form.close-label":"Close","new-request-form.credit-card-digits-hint":"(Last 4 digits)","new-request-form.dropdown.empty-option":"Select an option","new-request-form.parent-request-link":"Follow-up to request {{parentId}}","new-request-form.required-fields-info":"Fields marked with an asterisk (*) are required.","new-request-form.submit":"Submit","new-request-form.suggested-articles":"Suggested articles"}}),je=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"Nếu có, chúng tôi có thể đóng yêu cầu hiện tại {{requestId}}","new-request-form.answer-bot-modal.footer-title":"Bài viết này có giải đáp được câu hỏi của bạn không?","new-request-form.answer-bot-modal.mark-irrelevant":"Không, tôi cần trợ giúp","new-request-form.answer-bot-modal.request-closed":"Tuyệt. Yêu cầu đã được đóng lại.","new-request-form.answer-bot-modal.request-submitted":"Yêu cầu của bạn đã được gửi thành công","new-request-form.answer-bot-modal.solve-error":"Đã xảy ra lỗi khi đóng yêu cầu của bạn","new-request-form.answer-bot-modal.solve-request":"Có, đóng yêu cầu của tôi","new-request-form.answer-bot-modal.title":"Trong thời gian chờ đợi, có bài viết nào trong số các bài viết này giải đáp được thắc mắc của bạn không?","new-request-form.answer-bot-modal.view-article":"Xem bài viết","new-request-form.attachments.choose-file-label":"Chọn một tập tin hoặc kéo và thả ở đây","new-request-form.attachments.drop-files-label":"Thả tập tin vào đây","new-request-form.attachments.remove-file":"Xóa tập tin","new-request-form.attachments.stop-upload":"Dừng tải lên","new-request-form.attachments.upload-error-description":"Đã xảy ra lỗi khi tải lên {{fileName}}. Hãy thử lại hoặc tải lên một tệp khác.","new-request-form.attachments.upload-error-title":"Lỗi tải lên","new-request-form.attachments.uploading":"Đang tải lên {{fileName}}","new-request-form.cc-field.container-label":"Email CC đã chọn","new-request-form.cc-field.email-added":"{{email}} đã được thêm","new-request-form.cc-field.email-label":"{{email}} - Nhấn Backspace để loại bỏ","new-request-form.cc-field.email-removed":"{{email}} đã bị loại bỏ","new-request-form.cc-field.emails-added":"{{emails}} đã được thêm","new-request-form.cc-field.invalid-email":"Địa chỉ email không hợp lệ","new-request-form.close-label":"Đóng","new-request-form.credit-card-digits-hint":"(4 chữ số cuối)","new-request-form.dropdown.empty-option":"Chọn một tùy chọn","new-request-form.parent-request-link":"Theo dõi để yêu cầu {{parentId}}","new-request-form.required-fields-info":"Các trường đánh dấu sao (*) là bắt buộc.","new-request-form.submit":"Gửi","new-request-form.suggested-articles":"Bài viết được đề xuất"}}),Te=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"如果是的话,我们将关闭最近的请求 {{requestId}}","new-request-form.answer-bot-modal.footer-title":"此文章解答该问题了吗?","new-request-form.answer-bot-modal.mark-irrelevant":"没有,我需要帮助","new-request-form.answer-bot-modal.request-closed":"很好。此请求已关闭。","new-request-form.answer-bot-modal.request-submitted":"您的请求已成功提交","new-request-form.answer-bot-modal.solve-error":"关闭您的请求时出错","new-request-form.answer-bot-modal.solve-request":"解答了,关闭我的请求","new-request-form.answer-bot-modal.title":"在等待的同时,看看这些文章中有没有可以解答该疑问的?","new-request-form.answer-bot-modal.view-article":"查看文章","new-request-form.attachments.choose-file-label":"选择文件或拖放到此处","new-request-form.attachments.drop-files-label":"将文件放在此处","new-request-form.attachments.remove-file":"移除文件","new-request-form.attachments.stop-upload":"停止上传","new-request-form.attachments.upload-error-description":"上传 {{fileName}} 时出错。请重试或上传另一个文件。","new-request-form.attachments.upload-error-title":"上传错误","new-request-form.attachments.uploading":"上传 {{fileName}}","new-request-form.cc-field.container-label":"选定的抄送电邮","new-request-form.cc-field.email-added":"已添加 {{email}}","new-request-form.cc-field.email-label":"{{email}} - 按 Backspace 键移除","new-request-form.cc-field.email-removed":"已移除 {{email}}","new-request-form.cc-field.emails-added":"已添加 {{emails}}","new-request-form.cc-field.invalid-email":"无效电邮地址","new-request-form.close-label":"关闭","new-request-form.credit-card-digits-hint":"(最后 4 位数)","new-request-form.dropdown.empty-option":"选择一个选项","new-request-form.parent-request-link":"跟进请求 {{parentId}}","new-request-form.required-fields-info":"标有星号 (*) 的字段是必填字段。","new-request-form.submit":"提交","new-request-form.suggested-articles":"推荐文章"}}),Ye=Object.freeze({__proto__:null,default:{"new-request-form.answer-bot-modal.footer-content":"若是,我們可關閉近期的請求 {{requestId}}","new-request-form.answer-bot-modal.footer-title":"此文章是否已回答該問題?","new-request-form.answer-bot-modal.mark-irrelevant":"不,我仍需要幫助","new-request-form.answer-bot-modal.request-closed":"太好了。此請求已關閉。","new-request-form.answer-bot-modal.request-submitted":"已成功提交請求","new-request-form.answer-bot-modal.solve-error":"關閉您的請求時發生錯誤","new-request-form.answer-bot-modal.solve-request":"是,關閉我的請求","new-request-form.answer-bot-modal.title":"在等待時,這些文章是否已回答該疑問?","new-request-form.answer-bot-modal.view-article":"檢視文章","new-request-form.attachments.choose-file-label":"選擇檔案,或將檔案拖放到這裡","new-request-form.attachments.drop-files-label":"將檔案放置在此處","new-request-form.attachments.remove-file":"移除檔案","new-request-form.attachments.stop-upload":"停止上傳","new-request-form.attachments.upload-error-description":"上傳 {{fileName}} 時發生錯誤。請再試一次,或上傳另一個檔案。","new-request-form.attachments.upload-error-title":"上傳錯誤","new-request-form.attachments.uploading":"正在上傳 {{fileName}}","new-request-form.cc-field.container-label":"已選取副本電子郵件地址","new-request-form.cc-field.email-added":"已新增 {{email}}","new-request-form.cc-field.email-label":"{{email}}:按 Backspace 鍵移除","new-request-form.cc-field.email-removed":"已移除 {{email}}","new-request-form.cc-field.emails-added":"已新增 {{emails}}","new-request-form.cc-field.invalid-email":"無效電子郵件地址","new-request-form.close-label":"關閉","new-request-form.credit-card-digits-hint":"(最後 4 位數)","new-request-form.dropdown.empty-option":"選取一個選項","new-request-form.parent-request-link":"請求 {{parentId}} 的後續跟進","new-request-form.required-fields-info":"標有星號 (*) 的欄位為必填欄位。","new-request-form.submit":"提交","new-request-form.suggested-articles":"推薦文章"}});export{$,N as A,C as B,z as C,j as D,T as E,Y as F,F as G,D as H,U as I,O as J,V as K,B as L,E as M,L as N,P as O,A as P,R as Q,W as R,H as S,M as T,x as U,Z as V,K as W,J as X,G as Y,Q as Z,X as _,e as a,ee as a0,re as a1,te as a2,oe as a3,ae as a4,se as a5,ne as a6,le as a7,ie as a8,me as a9,de as aa,ue as ab,fe as ac,we as ad,ce as ae,qe as af,pe as ag,be as ah,he as ai,ge as aj,ve as ak,ye as al,ke as am,_e as an,Ie as ao,Se as ap,Ne as aq,Ce as ar,ze as as,je as at,Te as au,Ye as av,r as b,t as c,o as d,a as e,s as f,n as g,l as h,i,m as j,d as k,u as l,f as m,w as n,c as o,q as p,p as q,b as r,h as s,g as t,v as u,y as v,k as w,_ as x,I as y,S as z}; +var af = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var af$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: af +}); + +var arXPseudo = { + "new-request-form.answer-bot-modal.footer-content": "[ผู้龍ḬḬϝ ḭḭṭ ḍṓṓḛḛṡ, ẁḛḛ ͼααṇ ͼḽṓṓṡḛḛ ẏẏṓṓṵṵṛ ṛḛḛͼḛḛṇṭ ṛḛḛʠṵṵḛḛṡṭ {{requestId}}龍ผู้]", + "new-request-form.answer-bot-modal.footer-title": "[ผู้龍Ḍṓṓḛḛṡ ṭḥḭḭṡ ααṛṭḭḭͼḽḛḛ ααṇṡẁḛḛṛ ẏẏṓṓṵṵṛ ʠṵṵḛḛṡṭḭḭṓṓṇ?龍ผู้]", + "new-request-form.answer-bot-modal.mark-irrelevant": "[ผู้龍Ṅṓṓ, ḬḬ ṇḛḛḛḛḍ ḥḛḛḽṗ龍ผู้]", + "new-request-form.answer-bot-modal.request-closed": "[ผู้龍Ṅḭḭͼḛḛ. ŶŶṓṓṵṵṛ ṛḛḛʠṵṵḛḛṡṭ ḥααṡ ḅḛḛḛḛṇ ͼḽṓṓṡḛḛḍ.龍ผู้]", + "new-request-form.answer-bot-modal.request-submitted": "[ผู้龍ŶŶṓṓṵṵṛ ṛḛḛʠṵṵḛḛṡṭ ẁααṡ ṡṵṵͼͼḛḛṡṡϝṵṵḽḽẏẏ ṡṵṵḅṃḭḭṭṭḛḛḍ龍ผู้]", + "new-request-form.answer-bot-modal.solve-error": "[ผู้龍Ṫḥḛḛṛḛḛ ẁααṡ ααṇ ḛḛṛṛṓṓṛ ͼḽṓṓṡḭḭṇḡ ẏẏṓṓṵṵṛ ṛḛḛʠṵṵḛḛṡṭ龍ผู้]", + "new-request-form.answer-bot-modal.solve-request": "[ผู้龍ŶŶḛḛṡ, ͼḽṓṓṡḛḛ ṃẏẏ ṛḛḛʠṵṵḛḛṡṭ龍ผู้]", + "new-request-form.answer-bot-modal.title": "[ผู้龍Ŵḥḭḭḽḛḛ ẏẏṓṓṵṵ ẁααḭḭṭ, ḍṓṓ ααṇẏẏ ṓṓϝ ṭḥḛḛṡḛḛ ααṛṭḭḭͼḽḛḛṡ ααṇṡẁḛḛṛ ẏẏṓṓṵṵṛ ʠṵṵḛḛṡṭḭḭṓṓṇ?龍ผู้]", + "new-request-form.answer-bot-modal.view-article": "[ผู้龍Ṿḭḭḛḛẁ ααṛṭḭḭͼḽḛḛ龍ผู้]", + "new-request-form.attachments.choose-file-label": "[ผู้龍Ḉḥṓṓṓṓṡḛḛ αα ϝḭḭḽḛḛ ṓṓṛ ḍṛααḡ ααṇḍ ḍṛṓṓṗ ḥḛḛṛḛḛ龍ผู้]", + "new-request-form.attachments.drop-files-label": "[ผู้龍Ḍṛṓṓṗ ϝḭḭḽḛḛṡ ḥḛḛṛḛḛ龍ผู้]", + "new-request-form.attachments.remove-file": "[ผู้龍Ṛḛḛṃṓṓṽḛḛ ϝḭḭḽḛḛ龍ผู้]", + "new-request-form.attachments.stop-upload": "[ผู้龍Ṣṭṓṓṗ ṵṵṗḽṓṓααḍ龍ผู้]", + "new-request-form.attachments.upload-error-description": "[ผู้龍Ṫḥḛḛṛḛḛ ẁααṡ ααṇ ḛḛṛṛṓṓṛ ṵṵṗḽṓṓααḍḭḭṇḡ {{fileName}}. Ṫṛẏẏ ααḡααḭḭṇ ṓṓṛ ṵṵṗḽṓṓααḍ ααṇṓṓṭḥḛḛṛ ϝḭḭḽḛḛ.龍ผู้]", + "new-request-form.attachments.upload-error-title": "[ผู้龍ṲṲṗḽṓṓααḍ ḛḛṛṛṓṓṛ龍ผู้]", + "new-request-form.attachments.uploading": "[ผู้龍ṲṲṗḽṓṓααḍḭḭṇḡ {{fileName}}龍ผู้]", + "new-request-form.cc-field.container-label": "[ผู้龍Ṣḛḛḽḛḛͼṭḛḛḍ ḈḈ ḛḛṃααḭḭḽṡ龍ผู้]", + "new-request-form.cc-field.email-added": "[ผู้龍{{email}} ḥααṡ ḅḛḛḛḛṇ ααḍḍḛḛḍ龍ผู้]", + "new-request-form.cc-field.email-label": "[ผู้龍{{email}} - Ṕṛḛḛṡṡ Ḃααͼḳṡṗααͼḛḛ ṭṓṓ ṛḛḛṃṓṓṽḛḛ龍ผู้]", + "new-request-form.cc-field.email-removed": "[ผู้龍{{email}} ḥααṡ ḅḛḛḛḛṇ ṛḛḛṃṓṓṽḛḛḍ龍ผู้]", + "new-request-form.cc-field.emails-added": "[ผู้龍{{emails}} ḥααṽḛḛ ḅḛḛḛḛṇ ααḍḍḛḛḍ龍ผู้]", + "new-request-form.cc-field.invalid-email": "[ผู้龍ḬḬṇṽααḽḭḭḍ ḛḛṃααḭḭḽ ααḍḍṛḛḛṡṡ龍ผู้]", + "new-request-form.close-label": "[ผู้龍Ḉḽṓṓṡḛḛ龍ผู้]", + "new-request-form.credit-card-digits-hint": "[ผู้龍(Ḻααṡṭ 4 ḍḭḭḡḭḭṭṡ)龍ผู้]", + "new-request-form.dropdown.empty-option": "[ผู้龍Ṣḛḛḽḛḛͼṭ ααṇ ṓṓṗṭḭḭṓṓṇ龍ผู้]", + "new-request-form.parent-request-link": "[ผู้龍Ḟṓṓḽḽṓṓẁ-ṵṵṗ ṭṓṓ ṛḛḛʠṵṵḛḛṡṭ {{parentId}}龍ผู้]", + "new-request-form.required-fields-info": "[ผู้龍Ḟḭḭḛḛḽḍṡ ṃααṛḳḛḛḍ ẁḭḭṭḥ ααṇ ααṡṭḛḛṛḭḭṡḳ (*) ααṛḛḛ ṛḛḛʠṵṵḭḭṛḛḛḍ.龍ผู้]", + "new-request-form.submit": "[ผู้龍Ṣṵṵḅṃḭḭṭ龍ผู้]", + "new-request-form.suggested-articles": "[ผู้龍Ṣṵṵḡḡḛḛṡṭḛḛḍ ααṛṭḭḭͼḽḛḛṡ龍ผู้]" +}; + +var arXPseudo$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: arXPseudo +}); + +var ar = { + "new-request-form.answer-bot-modal.footer-content": "في هذه الحالة يمكننا إغلاق الطلب الأخير {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "هل يجيب هذا المقال عن سؤالك؟", + "new-request-form.answer-bot-modal.mark-irrelevant": "كلا، أحتاج إلى مساعدة", + "new-request-form.answer-bot-modal.request-closed": "رائع. تم إغلاق طلبك.", + "new-request-form.answer-bot-modal.request-submitted": "تم إرسال طلبك بنجاح", + "new-request-form.answer-bot-modal.solve-error": "حدث خطأ أثناء إغلاق طلبك", + "new-request-form.answer-bot-modal.solve-request": "نعم، أغلق هذا الطلب", + "new-request-form.answer-bot-modal.title": "بينما تنتظر الرد، هل يجيب أي من المقالات التالية عن سؤالك؟", + "new-request-form.answer-bot-modal.view-article": "عرض المقال", + "new-request-form.attachments.choose-file-label": "اختر ملفًا أو قم بالسحب والإسقاط هنا", + "new-request-form.attachments.drop-files-label": "أسقِط الملفات هنا", + "new-request-form.attachments.remove-file": "إزالة الملف", + "new-request-form.attachments.stop-upload": "إيقاف التحميل", + "new-request-form.attachments.upload-error-description": "حدث خطأ أثناء تحميل {{fileName}}. حاول مرة أخرى أو قم بتحميل ملف آخر.", + "new-request-form.attachments.upload-error-title": "خطأ في التحميل", + "new-request-form.attachments.uploading": "جارٍ تحميل {{fileName}}", + "new-request-form.cc-field.container-label": "عناوين البريد الإلكتروني المحددة في خانة النسخة", + "new-request-form.cc-field.email-added": "تمت إضافة {{email}}", + "new-request-form.cc-field.email-label": "{{email}} - اضغط على Backspace للإزالة", + "new-request-form.cc-field.email-removed": "تمت إزالة {{email}}", + "new-request-form.cc-field.emails-added": "تمت إضافة {{emails}}", + "new-request-form.cc-field.invalid-email": "عنوان بريد إلكتروني غير صالح", + "new-request-form.close-label": "إغلاق", + "new-request-form.credit-card-digits-hint": "(آخر 4 أرقام)", + "new-request-form.dropdown.empty-option": "حدّد خيارًا", + "new-request-form.parent-request-link": "متابعة طلب {{parentId}}", + "new-request-form.required-fields-info": "الحقول التي عليها علامة النجمة (*) مطلوبة.", + "new-request-form.submit": "إرسال", + "new-request-form.suggested-articles": "مقالات مقترحة" +}; + +var ar$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: ar +}); + +var az = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var az$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: az +}); + +var be = { + "new-request-form.answer-bot-modal.footer-content": "Если да, мы можем закрыть запрос {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Есть ли в этой статье ответ на вопрос?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Нет, мне нужна помощь", + "new-request-form.answer-bot-modal.request-closed": "Превосходно. Запрос закрыт.", + "new-request-form.answer-bot-modal.request-submitted": "Ваш запрос отправлен", + "new-request-form.answer-bot-modal.solve-error": "Ошибка при закрытии запроса", + "new-request-form.answer-bot-modal.solve-request": "Да, закрыть мой запрос", + "new-request-form.answer-bot-modal.title": "Пока вы ожидаете, есть ли в какой-то из этих статей ответ на ваш вопрос?", + "new-request-form.answer-bot-modal.view-article": "Просмотреть статью", + "new-request-form.attachments.choose-file-label": "Выберите файл или перетащите его сюда", + "new-request-form.attachments.drop-files-label": "Перетащите файлы сюда", + "new-request-form.attachments.remove-file": "Удалить файл", + "new-request-form.attachments.stop-upload": "Остановить выкладывание", + "new-request-form.attachments.upload-error-description": "Ошибка при выкладывании {{fileName}}. Повторите попытку или выложите другой файл.", + "new-request-form.attachments.upload-error-title": "Ошибка выкладывания", + "new-request-form.attachments.uploading": "Выкладывание {{fileName}}", + "new-request-form.cc-field.container-label": "Выбранные письма для копии", + "new-request-form.cc-field.email-added": "Адрес {{email}} добавлен", + "new-request-form.cc-field.email-label": "{{email}} — нажмите клавишу Backspace для удаления", + "new-request-form.cc-field.email-removed": "Адрес {{email}} удален", + "new-request-form.cc-field.emails-added": "Добавлены адреса {{emails}}", + "new-request-form.cc-field.invalid-email": "Недействительный адрес электронной почты", + "new-request-form.close-label": "Закрыть", + "new-request-form.credit-card-digits-hint": "(последние 4 цифры)", + "new-request-form.dropdown.empty-option": "Выберите вариант", + "new-request-form.parent-request-link": "Дополнение к запросу {{parentId}}", + "new-request-form.required-fields-info": "Помеченные звездочкой (*) поля обязательны для заполнения.", + "new-request-form.submit": "Отправить", + "new-request-form.suggested-articles": "Предложенные статьи" +}; + +var be$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: be +}); + +var bg = { + "new-request-form.answer-bot-modal.footer-content": "Ако отговаря, можем да затворим заявката {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Отговори ли тази статия на въпроса ви?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Не, трябва ми помощ", + "new-request-form.answer-bot-modal.request-closed": "Чудесно. Заявката е затворена.", + "new-request-form.answer-bot-modal.request-submitted": "Заявката ви беше подадена успешно", + "new-request-form.answer-bot-modal.solve-error": "Възникна грешка при затваряне на вашата заявка", + "new-request-form.answer-bot-modal.solve-request": "Да, затворете заявката ми", + "new-request-form.answer-bot-modal.title": "Докато чакате, вижте дали някоя от тези статии отговаря на въпроса ви.", + "new-request-form.answer-bot-modal.view-article": "Преглед на статията", + "new-request-form.attachments.choose-file-label": "Изберете файл или го плъзнете и пуснете тук", + "new-request-form.attachments.drop-files-label": "Пуснете файловете тук", + "new-request-form.attachments.remove-file": "Премахване на файл", + "new-request-form.attachments.stop-upload": "Спиране на качването", + "new-request-form.attachments.upload-error-description": "Възникна грешка при качването на {{fileName}}. Опитайте отново или качете друг файл.", + "new-request-form.attachments.upload-error-title": "Грешка при качването", + "new-request-form.attachments.uploading": "Качва се {{fileName}}", + "new-request-form.cc-field.container-label": "Избрани имейли за копие", + "new-request-form.cc-field.email-added": "Имейл адресът {{email}} е добавен", + "new-request-form.cc-field.email-label": "{{email}} – натиснете „Backspace“ за премахване", + "new-request-form.cc-field.email-removed": "Имейл адресът {{email}} е премахнат", + "new-request-form.cc-field.emails-added": "Имейл адресите {{emails}} са добавени", + "new-request-form.cc-field.invalid-email": "Невалиден имейл адрес", + "new-request-form.close-label": "Затваряне", + "new-request-form.credit-card-digits-hint": "(последните 4 цифри)", + "new-request-form.dropdown.empty-option": "Изберете опция", + "new-request-form.parent-request-link": "Последващи действия във връзка със заявката {{parentId}}", + "new-request-form.required-fields-info": "Полетата, отбелязани със звездичка (*), са задължителни.", + "new-request-form.submit": "Подаване", + "new-request-form.suggested-articles": "Предложени статии" +}; + +var bg$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: bg +}); + +var bn = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var bn$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: bn +}); + +var bs = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var bs$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: bs +}); + +var ca = { + "new-request-form.answer-bot-modal.footer-content": "De ser así, podemos cerrar la reciente solicitud {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "¿Responde la pregunta este artículo?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, necesito ayuda", + "new-request-form.answer-bot-modal.request-closed": "Excelente. La solicitud fue cerrada.", + "new-request-form.answer-bot-modal.request-submitted": "Su solicitud se envió correctamente.", + "new-request-form.answer-bot-modal.solve-error": "Hubo un error al cerrar la solicitud", + "new-request-form.answer-bot-modal.solve-request": "Sí, cerrar mi solicitud", + "new-request-form.answer-bot-modal.title": "Mientras espera, ¿alguno de estos artículos responde su pregunta?", + "new-request-form.answer-bot-modal.view-article": "Ver artículo", + "new-request-form.attachments.choose-file-label": "Elegir un archivo o arrastrar y soltar uno aquí", + "new-request-form.attachments.drop-files-label": "Suelte los archivos aquí", + "new-request-form.attachments.remove-file": "Eliminar archivo", + "new-request-form.attachments.stop-upload": "Detener carga", + "new-request-form.attachments.upload-error-description": "Hubo un error al cargar {{fileName}}. Vuelva a intentarlo o cargue otro archivo.", + "new-request-form.attachments.upload-error-title": "Error de carga", + "new-request-form.attachments.uploading": "Cargando {{fileName}}", + "new-request-form.cc-field.container-label": "Correos electrónicos de CC seleccionados", + "new-request-form.cc-field.email-added": "{{email}} se ha agregado", + "new-request-form.cc-field.email-label": "{{email}}: presione la tecla de retroceso para eliminar", + "new-request-form.cc-field.email-removed": "{{email}} se ha eliminado", + "new-request-form.cc-field.emails-added": "{{emails}} se han agregado", + "new-request-form.cc-field.invalid-email": "Dirección de correo electrónico no válida", + "new-request-form.close-label": "Cerrar", + "new-request-form.credit-card-digits-hint": "(Últimos 4 dígitos)", + "new-request-form.dropdown.empty-option": "Seleccione una opción", + "new-request-form.parent-request-link": "Seguimiento de la solicitud {{parentId}}", + "new-request-form.required-fields-info": "Los campos marcados con un asterisco (*) son obligatorios.", + "new-request-form.submit": "Enviar", + "new-request-form.suggested-articles": "Artículos recomendados" +}; + +var ca$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: ca +}); + +var cs = { + "new-request-form.answer-bot-modal.footer-content": "Pokud ano, můžeme uzavřít nedávný požadavek {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Odpověděl tento článek na vaši otázku?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Ne, potřebuji pomoc", + "new-request-form.answer-bot-modal.request-closed": "Prima. Požadavek byl uzavřen.", + "new-request-form.answer-bot-modal.request-submitted": "Váš požadavek byl úspěšně odeslán.", + "new-request-form.answer-bot-modal.solve-error": "Při zavírání požadavku došlo k chybě.", + "new-request-form.answer-bot-modal.solve-request": "Ano, zavřít můj požadavek", + "new-request-form.answer-bot-modal.title": "Odpověděl některý z těchto článků na vaši otázku, zatímco čekáte?", + "new-request-form.answer-bot-modal.view-article": "Zobrazit článek", + "new-request-form.attachments.choose-file-label": "Vyberte soubor nebo ho sem přetáhněte", + "new-request-form.attachments.drop-files-label": "Sem přetáhněte soubory.", + "new-request-form.attachments.remove-file": "Odstranit soubor", + "new-request-form.attachments.stop-upload": "Zastavit upload", + "new-request-form.attachments.upload-error-description": "Při uploadování souboru {{fileName}}došlo k chybě. Zkuste to znovu nebo uploadujte jiný soubor.", + "new-request-form.attachments.upload-error-title": "Chyba při uploadu", + "new-request-form.attachments.uploading": "Uploaduje se soubor {{fileName}}", + "new-request-form.cc-field.container-label": "Vybrané e-maily v kopii", + "new-request-form.cc-field.email-added": "E-mail {{email}} byl přidán", + "new-request-form.cc-field.email-label": "{{email}} – Stisknutím klávesy Backspace proveďte odstranění.", + "new-request-form.cc-field.email-removed": "E-mail {{email}} byl odstraněn", + "new-request-form.cc-field.emails-added": "E-maily {{emails}} byly přidány", + "new-request-form.cc-field.invalid-email": "Neplatná e-mailová adresa", + "new-request-form.close-label": "Zavřít", + "new-request-form.credit-card-digits-hint": "(Poslední 4 číslice)", + "new-request-form.dropdown.empty-option": "Vybrat volbu", + "new-request-form.parent-request-link": "Navazující tiket pro požadavek {{parentId}}", + "new-request-form.required-fields-info": "Pole označená hvězdičkou (*) jsou povinná.", + "new-request-form.submit": "Odeslat", + "new-request-form.suggested-articles": "Doporučené články" +}; + +var cs$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: cs +}); + +var cy = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var cy$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: cy +}); + +var da = { + "new-request-form.answer-bot-modal.footer-content": "Hvis den gør, kan vi lukke den seneste anmodning {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Besvarede denne artikel dit spørgsmål?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Nej, jeg har brug for hjælp", + "new-request-form.answer-bot-modal.request-closed": "Fint. Anmodningen er blevet lukket.", + "new-request-form.answer-bot-modal.request-submitted": "Din anmodning er blevet sendt", + "new-request-form.answer-bot-modal.solve-error": "Der opstod en fejl under lukning af din anmodning", + "new-request-form.answer-bot-modal.solve-request": "Ja, luk min anmodning", + "new-request-form.answer-bot-modal.title": "Mens du venter, er der da nogen af disse artikler, som besvarer dit spørgsmål?", + "new-request-form.answer-bot-modal.view-article": "Se artikel", + "new-request-form.attachments.choose-file-label": "Vælg en fil eller træk og slip her", + "new-request-form.attachments.drop-files-label": "Slip filerne her", + "new-request-form.attachments.remove-file": "Fjern fil", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "Der opstod en fejl under upload {{fileName}}. Prøv igen eller upload en anden fil.", + "new-request-form.attachments.upload-error-title": "Fejl under upload", + "new-request-form.attachments.uploading": "Uploader {{fileName}}", + "new-request-form.cc-field.container-label": "Valgte CC-mails", + "new-request-form.cc-field.email-added": "{{email}} er blevet tilføjet", + "new-request-form.cc-field.email-label": "{{email}} - Tryk på Backspace for at fjerne", + "new-request-form.cc-field.email-removed": "{{email}} er blevet fjernet", + "new-request-form.cc-field.emails-added": "{{emails}} er blevet tilføjet", + "new-request-form.cc-field.invalid-email": "Ugyldig e-mailadresse", + "new-request-form.close-label": "Luk", + "new-request-form.credit-card-digits-hint": "(sidste 4 cifre)", + "new-request-form.dropdown.empty-option": "Foretag et valg", + "new-request-form.parent-request-link": "Følg op på anmodning {{parentId}}", + "new-request-form.required-fields-info": "Felter markeret med en stjerne (*) er obligatoriske.", + "new-request-form.submit": "Indsend", + "new-request-form.suggested-articles": "Foreslåede artikler" +}; + +var da$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: da +}); + +var deXInformal = { + "new-request-form.answer-bot-modal.footer-content": "Wenn ja, können wir die Anfrage {{requestId}} schließen.", + "new-request-form.answer-bot-modal.footer-title": "Hat dieser Beitrag die Frage beantwortet?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Nein, ich brauche weitere Hilfe", + "new-request-form.answer-bot-modal.request-closed": "Sehr gut. Ihre Anfrage wurde geschlossen.", + "new-request-form.answer-bot-modal.request-submitted": "Ihre Anfrage wurde erfolgreich eingereicht", + "new-request-form.answer-bot-modal.solve-error": "Fehler beim Schließen Ihrer Anfrage", + "new-request-form.answer-bot-modal.solve-request": "Ja, Anfrage schließen", + "new-request-form.answer-bot-modal.title": "Während Sie warten, wird Ihre Frage durch einen dieser Beiträge beantwortet?", + "new-request-form.answer-bot-modal.view-article": "Beitrag anzeigen", + "new-request-form.attachments.choose-file-label": "Datei auswählen oder hierher ziehen", + "new-request-form.attachments.drop-files-label": "Dateien hier ablegen", + "new-request-form.attachments.remove-file": "Datei entfernen", + "new-request-form.attachments.stop-upload": "Upload anhalten", + "new-request-form.attachments.upload-error-description": "Fehler beim Hochladen von {{fileName}}. Versuchen Sie es erneut oder laden Sie eine andere Datei hoch.", + "new-request-form.attachments.upload-error-title": "Fehler beim Hochladen", + "new-request-form.attachments.uploading": "{{fileName}} wird hochgeladen", + "new-request-form.cc-field.container-label": "Ausgewählte CC-E-Mails", + "new-request-form.cc-field.email-added": "{{email}} wurde hinzugefügt", + "new-request-form.cc-field.email-label": "{{email}} – Zum Entfernen die Rücktaste drücken", + "new-request-form.cc-field.email-removed": "{{email}} wurde entfernt", + "new-request-form.cc-field.emails-added": "{{emails}} wurden hinzugefügt", + "new-request-form.cc-field.invalid-email": "E-Mail-Adresse ungültig", + "new-request-form.close-label": "Schließen", + "new-request-form.credit-card-digits-hint": "(Letzte vier Ziffern)", + "new-request-form.dropdown.empty-option": "Wählen Sie eine Option aus", + "new-request-form.parent-request-link": "Folgeanfrage zu {{parentId}}", + "new-request-form.required-fields-info": "Mit einem Sternchen (*) markierte Felder sind Pflichtfelder.", + "new-request-form.submit": "Senden", + "new-request-form.suggested-articles": "Vorgeschlagene Beiträge" +}; + +var deXInformal$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: deXInformal +}); + +var de = { + "new-request-form.answer-bot-modal.footer-content": "Wenn ja, können wir die Anfrage {{requestId}} schließen.", + "new-request-form.answer-bot-modal.footer-title": "Hat dieser Beitrag die Frage beantwortet?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Nein, ich brauche weitere Hilfe", + "new-request-form.answer-bot-modal.request-closed": "Sehr gut. Ihre Anfrage wurde geschlossen.", + "new-request-form.answer-bot-modal.request-submitted": "Ihre Anfrage wurde erfolgreich eingereicht", + "new-request-form.answer-bot-modal.solve-error": "Fehler beim Schließen Ihrer Anfrage", + "new-request-form.answer-bot-modal.solve-request": "Ja, Anfrage schließen", + "new-request-form.answer-bot-modal.title": "Während Sie warten, wird Ihre Frage durch einen dieser Beiträge beantwortet?", + "new-request-form.answer-bot-modal.view-article": "Beitrag anzeigen", + "new-request-form.attachments.choose-file-label": "Datei auswählen oder hierher ziehen", + "new-request-form.attachments.drop-files-label": "Dateien hier ablegen", + "new-request-form.attachments.remove-file": "Datei entfernen", + "new-request-form.attachments.stop-upload": "Upload anhalten", + "new-request-form.attachments.upload-error-description": "Fehler beim Hochladen von {{fileName}}. Versuchen Sie es erneut oder laden Sie eine andere Datei hoch.", + "new-request-form.attachments.upload-error-title": "Fehler beim Hochladen", + "new-request-form.attachments.uploading": "{{fileName}} wird hochgeladen", + "new-request-form.cc-field.container-label": "Ausgewählte CC-E-Mails", + "new-request-form.cc-field.email-added": "{{email}} wurde hinzugefügt", + "new-request-form.cc-field.email-label": "{{email}} – Zum Entfernen die Rücktaste drücken", + "new-request-form.cc-field.email-removed": "{{email}} wurde entfernt", + "new-request-form.cc-field.emails-added": "{{emails}} wurden hinzugefügt", + "new-request-form.cc-field.invalid-email": "E-Mail-Adresse ungültig", + "new-request-form.close-label": "Schließen", + "new-request-form.credit-card-digits-hint": "(Letzte vier Ziffern)", + "new-request-form.dropdown.empty-option": "Wählen Sie eine Option aus", + "new-request-form.parent-request-link": "Folgeanfrage zu {{parentId}}", + "new-request-form.required-fields-info": "Mit einem Sternchen (*) markierte Felder sind Pflichtfelder.", + "new-request-form.submit": "Senden", + "new-request-form.suggested-articles": "Vorgeschlagene Beiträge" +}; + +var de$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: de +}); + +var el = { + "new-request-form.answer-bot-modal.footer-content": "Αν ναι, μπορούμε να κλείσουμε το πρόσφατο αίτημα {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Απαντά στην ερώτηση το άρθρο;", + "new-request-form.answer-bot-modal.mark-irrelevant": "Όχι, χρειάζομαι βοήθεια", + "new-request-form.answer-bot-modal.request-closed": "Ωραία. Το αίτημα έχει κλείσει.", + "new-request-form.answer-bot-modal.request-submitted": "Το αίτημά σας υπεβλήθη με επιτυχία", + "new-request-form.answer-bot-modal.solve-error": "Παρουσιάστηκε σφάλμα στο κλείσιμο του αιτήματός σας", + "new-request-form.answer-bot-modal.solve-request": "Ναι, να κλείσει το αίτημά μου", + "new-request-form.answer-bot-modal.title": "Ενώ περιμένετε, απαντά στην ερώτηση κάποιο από αυτά τα άρθρα;", + "new-request-form.answer-bot-modal.view-article": "Προβολή άρθρου", + "new-request-form.attachments.choose-file-label": "Επιλέξτε ένα αρχείο ή σύρετε και αποθέστε εδώ", + "new-request-form.attachments.drop-files-label": "Αποθέστε τα αρχεία εδώ", + "new-request-form.attachments.remove-file": "Κατάργηση αρχείου", + "new-request-form.attachments.stop-upload": "Διακοπή αποστολής", + "new-request-form.attachments.upload-error-description": "Υπήρξε σφάλμα κατά την αποστολή του {{fileName}}. Δοκιμάστε ξανά ή ανεβάστε άλλο αρχείο.", + "new-request-form.attachments.upload-error-title": "Σφάλμα αποστολής", + "new-request-form.attachments.uploading": "Γίνεται αποστολή {{fileName}}", + "new-request-form.cc-field.container-label": "Επιλεγμένα email για κοινοποίηση", + "new-request-form.cc-field.email-added": "Προστέθηκε το {{email}}", + "new-request-form.cc-field.email-label": "{{email}} - Πατήστε Backspace για αφαίρεση", + "new-request-form.cc-field.email-removed": "Καταργήθηκε το {{email}}", + "new-request-form.cc-field.emails-added": "Οι διευθύνσεις {{emails}} έχουν προστεθεί", + "new-request-form.cc-field.invalid-email": "Μη έγκυρη διεύθυνση email", + "new-request-form.close-label": "Κλείσιμο", + "new-request-form.credit-card-digits-hint": "(4 τελευταία ψηφία)", + "new-request-form.dropdown.empty-option": "Ενεργοποιήστε μια επιλογή", + "new-request-form.parent-request-link": "Συμπληρωματικό στο αίτημα {{parentId}}", + "new-request-form.required-fields-info": "Τα πεδία με αστερίσκο (*) είναι υποχρεωτικά.", + "new-request-form.submit": "Υποβολή", + "new-request-form.suggested-articles": "Προτεινόμενα άρθρα" +}; + +var el$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: el +}); + +var en001 = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var en001$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: en001 +}); + +var en150 = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var en150$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: en150 +}); + +var enAu = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var enAu$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: enAu +}); + +var enCa = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var enCa$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: enCa +}); + +var enGb = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var enGb$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: enGb +}); + +var enMy = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var enMy$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: enMy +}); + +var enPh = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var enPh$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: enPh +}); + +var enSe = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var enSe$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: enSe +}); + +var enUs = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var enUs$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: enUs +}); + +var enXDev = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var enXDev$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: enXDev +}); + +var enXKeys = { + "new-request-form.answer-bot-modal.footer-content": "new-request-form.answer-bot-modal.footer-content", + "new-request-form.answer-bot-modal.footer-title": "new-request-form.answer-bot-modal.footer-title", + "new-request-form.answer-bot-modal.mark-irrelevant": "new-request-form.answer-bot-modal.mark-irrelevant", + "new-request-form.answer-bot-modal.request-closed": "new-request-form.answer-bot-modal.request-closed", + "new-request-form.answer-bot-modal.request-submitted": "new-request-form.answer-bot-modal.request-submitted", + "new-request-form.answer-bot-modal.solve-error": "new-request-form.answer-bot-modal.solve-error", + "new-request-form.answer-bot-modal.solve-request": "new-request-form.answer-bot-modal.solve-request", + "new-request-form.answer-bot-modal.title": "new-request-form.answer-bot-modal.title", + "new-request-form.answer-bot-modal.view-article": "new-request-form.answer-bot-modal.view-article", + "new-request-form.attachments.choose-file-label": "new-request-form.attachments.choose-file-label", + "new-request-form.attachments.drop-files-label": "new-request-form.attachments.drop-files-label", + "new-request-form.attachments.remove-file": "new-request-form.attachments.remove-file", + "new-request-form.attachments.stop-upload": "new-request-form.attachments.stop-upload", + "new-request-form.attachments.upload-error-description": "new-request-form.attachments.upload-error-description", + "new-request-form.attachments.upload-error-title": "new-request-form.attachments.upload-error-title", + "new-request-form.attachments.uploading": "new-request-form.attachments.uploading", + "new-request-form.cc-field.container-label": "new-request-form.cc-field.container-label", + "new-request-form.cc-field.email-added": "new-request-form.cc-field.email-added", + "new-request-form.cc-field.email-label": "new-request-form.cc-field.email-label", + "new-request-form.cc-field.email-removed": "new-request-form.cc-field.email-removed", + "new-request-form.cc-field.emails-added": "new-request-form.cc-field.emails-added", + "new-request-form.cc-field.invalid-email": "new-request-form.cc-field.invalid-email", + "new-request-form.close-label": "new-request-form.close-label", + "new-request-form.credit-card-digits-hint": "new-request-form.credit-card-digits-hint", + "new-request-form.dropdown.empty-option": "new-request-form.dropdown.empty-option", + "new-request-form.parent-request-link": "new-request-form.parent-request-link", + "new-request-form.required-fields-info": "new-request-form.required-fields-info", + "new-request-form.submit": "new-request-form.submit", + "new-request-form.suggested-articles": "new-request-form.suggested-articles" +}; + +var enXKeys$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: enXKeys +}); + +var enXObsolete = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var enXObsolete$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: enXObsolete +}); + +var enXPseudo = { + "new-request-form.answer-bot-modal.footer-content": "[ผู้龍ḬḬϝ ḭḭṭ ḍṓṓḛḛṡ, ẁḛḛ ͼααṇ ͼḽṓṓṡḛḛ ẏẏṓṓṵṵṛ ṛḛḛͼḛḛṇṭ ṛḛḛʠṵṵḛḛṡṭ {{requestId}}龍ผู้]", + "new-request-form.answer-bot-modal.footer-title": "[ผู้龍Ḍṓṓḛḛṡ ṭḥḭḭṡ ααṛṭḭḭͼḽḛḛ ααṇṡẁḛḛṛ ẏẏṓṓṵṵṛ ʠṵṵḛḛṡṭḭḭṓṓṇ?龍ผู้]", + "new-request-form.answer-bot-modal.mark-irrelevant": "[ผู้龍Ṅṓṓ, ḬḬ ṇḛḛḛḛḍ ḥḛḛḽṗ龍ผู้]", + "new-request-form.answer-bot-modal.request-closed": "[ผู้龍Ṅḭḭͼḛḛ. ŶŶṓṓṵṵṛ ṛḛḛʠṵṵḛḛṡṭ ḥααṡ ḅḛḛḛḛṇ ͼḽṓṓṡḛḛḍ.龍ผู้]", + "new-request-form.answer-bot-modal.request-submitted": "[ผู้龍ŶŶṓṓṵṵṛ ṛḛḛʠṵṵḛḛṡṭ ẁααṡ ṡṵṵͼͼḛḛṡṡϝṵṵḽḽẏẏ ṡṵṵḅṃḭḭṭṭḛḛḍ龍ผู้]", + "new-request-form.answer-bot-modal.solve-error": "[ผู้龍Ṫḥḛḛṛḛḛ ẁααṡ ααṇ ḛḛṛṛṓṓṛ ͼḽṓṓṡḭḭṇḡ ẏẏṓṓṵṵṛ ṛḛḛʠṵṵḛḛṡṭ龍ผู้]", + "new-request-form.answer-bot-modal.solve-request": "[ผู้龍ŶŶḛḛṡ, ͼḽṓṓṡḛḛ ṃẏẏ ṛḛḛʠṵṵḛḛṡṭ龍ผู้]", + "new-request-form.answer-bot-modal.title": "[ผู้龍Ŵḥḭḭḽḛḛ ẏẏṓṓṵṵ ẁααḭḭṭ, ḍṓṓ ααṇẏẏ ṓṓϝ ṭḥḛḛṡḛḛ ααṛṭḭḭͼḽḛḛṡ ααṇṡẁḛḛṛ ẏẏṓṓṵṵṛ ʠṵṵḛḛṡṭḭḭṓṓṇ?龍ผู้]", + "new-request-form.answer-bot-modal.view-article": "[ผู้龍Ṿḭḭḛḛẁ ααṛṭḭḭͼḽḛḛ龍ผู้]", + "new-request-form.attachments.choose-file-label": "[ผู้龍Ḉḥṓṓṓṓṡḛḛ αα ϝḭḭḽḛḛ ṓṓṛ ḍṛααḡ ααṇḍ ḍṛṓṓṗ ḥḛḛṛḛḛ龍ผู้]", + "new-request-form.attachments.drop-files-label": "[ผู้龍Ḍṛṓṓṗ ϝḭḭḽḛḛṡ ḥḛḛṛḛḛ龍ผู้]", + "new-request-form.attachments.remove-file": "[ผู้龍Ṛḛḛṃṓṓṽḛḛ ϝḭḭḽḛḛ龍ผู้]", + "new-request-form.attachments.stop-upload": "[ผู้龍Ṣṭṓṓṗ ṵṵṗḽṓṓααḍ龍ผู้]", + "new-request-form.attachments.upload-error-description": "[ผู้龍Ṫḥḛḛṛḛḛ ẁααṡ ααṇ ḛḛṛṛṓṓṛ ṵṵṗḽṓṓααḍḭḭṇḡ {{fileName}}. Ṫṛẏẏ ααḡααḭḭṇ ṓṓṛ ṵṵṗḽṓṓααḍ ααṇṓṓṭḥḛḛṛ ϝḭḭḽḛḛ.龍ผู้]", + "new-request-form.attachments.upload-error-title": "[ผู้龍ṲṲṗḽṓṓααḍ ḛḛṛṛṓṓṛ龍ผู้]", + "new-request-form.attachments.uploading": "[ผู้龍ṲṲṗḽṓṓααḍḭḭṇḡ {{fileName}}龍ผู้]", + "new-request-form.cc-field.container-label": "[ผู้龍Ṣḛḛḽḛḛͼṭḛḛḍ ḈḈ ḛḛṃααḭḭḽṡ龍ผู้]", + "new-request-form.cc-field.email-added": "[ผู้龍{{email}} ḥααṡ ḅḛḛḛḛṇ ααḍḍḛḛḍ龍ผู้]", + "new-request-form.cc-field.email-label": "[ผู้龍{{email}} - Ṕṛḛḛṡṡ Ḃααͼḳṡṗααͼḛḛ ṭṓṓ ṛḛḛṃṓṓṽḛḛ龍ผู้]", + "new-request-form.cc-field.email-removed": "[ผู้龍{{email}} ḥααṡ ḅḛḛḛḛṇ ṛḛḛṃṓṓṽḛḛḍ龍ผู้]", + "new-request-form.cc-field.emails-added": "[ผู้龍{{emails}} ḥααṽḛḛ ḅḛḛḛḛṇ ααḍḍḛḛḍ龍ผู้]", + "new-request-form.cc-field.invalid-email": "[ผู้龍ḬḬṇṽααḽḭḭḍ ḛḛṃααḭḭḽ ααḍḍṛḛḛṡṡ龍ผู้]", + "new-request-form.close-label": "[ผู้龍Ḉḽṓṓṡḛḛ龍ผู้]", + "new-request-form.credit-card-digits-hint": "[ผู้龍(Ḻααṡṭ 4 ḍḭḭḡḭḭṭṡ)龍ผู้]", + "new-request-form.dropdown.empty-option": "[ผู้龍Ṣḛḛḽḛḛͼṭ ααṇ ṓṓṗṭḭḭṓṓṇ龍ผู้]", + "new-request-form.parent-request-link": "[ผู้龍Ḟṓṓḽḽṓṓẁ-ṵṵṗ ṭṓṓ ṛḛḛʠṵṵḛḛṡṭ {{parentId}}龍ผู้]", + "new-request-form.required-fields-info": "[ผู้龍Ḟḭḭḛḛḽḍṡ ṃααṛḳḛḛḍ ẁḭḭṭḥ ααṇ ααṡṭḛḛṛḭḭṡḳ (*) ααṛḛḛ ṛḛḛʠṵṵḭḭṛḛḛḍ.龍ผู้]", + "new-request-form.submit": "[ผู้龍Ṣṵṵḅṃḭḭṭ龍ผู้]", + "new-request-form.suggested-articles": "[ผู้龍Ṣṵṵḡḡḛḛṡṭḛḛḍ ααṛṭḭḭͼḽḛḛṡ龍ผู้]" +}; + +var enXPseudo$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: enXPseudo +}); + +var enXTest = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var enXTest$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: enXTest +}); + +var es419 = { + "new-request-form.answer-bot-modal.footer-content": "De ser así, podemos cerrar la reciente solicitud {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "¿Responde la pregunta este artículo?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, necesito ayuda", + "new-request-form.answer-bot-modal.request-closed": "Excelente. La solicitud fue cerrada.", + "new-request-form.answer-bot-modal.request-submitted": "Su solicitud se envió correctamente.", + "new-request-form.answer-bot-modal.solve-error": "Hubo un error al cerrar la solicitud", + "new-request-form.answer-bot-modal.solve-request": "Sí, cerrar mi solicitud", + "new-request-form.answer-bot-modal.title": "Mientras espera, ¿alguno de estos artículos responde su pregunta?", + "new-request-form.answer-bot-modal.view-article": "Ver artículo", + "new-request-form.attachments.choose-file-label": "Elegir un archivo o arrastrar y soltar uno aquí", + "new-request-form.attachments.drop-files-label": "Suelte los archivos aquí", + "new-request-form.attachments.remove-file": "Eliminar archivo", + "new-request-form.attachments.stop-upload": "Detener carga", + "new-request-form.attachments.upload-error-description": "Hubo un error al cargar {{fileName}}. Vuelva a intentarlo o cargue otro archivo.", + "new-request-form.attachments.upload-error-title": "Error de carga", + "new-request-form.attachments.uploading": "Cargando {{fileName}}", + "new-request-form.cc-field.container-label": "Correos electrónicos de CC seleccionados", + "new-request-form.cc-field.email-added": "{{email}} se ha agregado", + "new-request-form.cc-field.email-label": "{{email}}: presione la tecla de retroceso para eliminar", + "new-request-form.cc-field.email-removed": "{{email}} se ha eliminado", + "new-request-form.cc-field.emails-added": "{{emails}} se han agregado", + "new-request-form.cc-field.invalid-email": "Dirección de correo electrónico no válida", + "new-request-form.close-label": "Cerrar", + "new-request-form.credit-card-digits-hint": "(Últimos 4 dígitos)", + "new-request-form.dropdown.empty-option": "Seleccione una opción", + "new-request-form.parent-request-link": "Seguimiento de la solicitud {{parentId}}", + "new-request-form.required-fields-info": "Los campos marcados con un asterisco (*) son obligatorios.", + "new-request-form.submit": "Enviar", + "new-request-form.suggested-articles": "Artículos recomendados" +}; + +var es419$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: es419 +}); + +var esEs = { + "new-request-form.answer-bot-modal.footer-content": "De ser así, podemos cerrar la reciente solicitud {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "¿Responde la pregunta este artículo?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, necesito ayuda", + "new-request-form.answer-bot-modal.request-closed": "Excelente. La solicitud fue cerrada.", + "new-request-form.answer-bot-modal.request-submitted": "Su solicitud se envió correctamente.", + "new-request-form.answer-bot-modal.solve-error": "Hubo un error al cerrar la solicitud", + "new-request-form.answer-bot-modal.solve-request": "Sí, cerrar mi solicitud", + "new-request-form.answer-bot-modal.title": "Mientras espera, ¿alguno de estos artículos responde su pregunta?", + "new-request-form.answer-bot-modal.view-article": "Ver artículo", + "new-request-form.attachments.choose-file-label": "Elegir un archivo o arrastrar y soltar uno aquí", + "new-request-form.attachments.drop-files-label": "Suelte los archivos aquí", + "new-request-form.attachments.remove-file": "Eliminar archivo", + "new-request-form.attachments.stop-upload": "Detener carga", + "new-request-form.attachments.upload-error-description": "Hubo un error al cargar {{fileName}}. Vuelva a intentarlo o cargue otro archivo.", + "new-request-form.attachments.upload-error-title": "Error de carga", + "new-request-form.attachments.uploading": "Cargando {{fileName}}", + "new-request-form.cc-field.container-label": "Correos electrónicos de CC seleccionados", + "new-request-form.cc-field.email-added": "{{email}} se ha agregado", + "new-request-form.cc-field.email-label": "{{email}}: presione la tecla de retroceso para eliminar", + "new-request-form.cc-field.email-removed": "{{email}} se ha eliminado", + "new-request-form.cc-field.emails-added": "{{emails}} se han agregado", + "new-request-form.cc-field.invalid-email": "Dirección de correo electrónico no válida", + "new-request-form.close-label": "Cerrar", + "new-request-form.credit-card-digits-hint": "(Últimos 4 dígitos)", + "new-request-form.dropdown.empty-option": "Seleccione una opción", + "new-request-form.parent-request-link": "Seguimiento de la solicitud {{parentId}}", + "new-request-form.required-fields-info": "Los campos marcados con un asterisco (*) son obligatorios.", + "new-request-form.submit": "Enviar", + "new-request-form.suggested-articles": "Artículos recomendados" +}; + +var esEs$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: esEs +}); + +var es = { + "new-request-form.answer-bot-modal.footer-content": "De ser así, podemos cerrar la reciente solicitud {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "¿Responde la pregunta este artículo?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, necesito ayuda", + "new-request-form.answer-bot-modal.request-closed": "Excelente. La solicitud fue cerrada.", + "new-request-form.answer-bot-modal.request-submitted": "Su solicitud se envió correctamente.", + "new-request-form.answer-bot-modal.solve-error": "Hubo un error al cerrar la solicitud", + "new-request-form.answer-bot-modal.solve-request": "Sí, cerrar mi solicitud", + "new-request-form.answer-bot-modal.title": "Mientras espera, ¿alguno de estos artículos responde su pregunta?", + "new-request-form.answer-bot-modal.view-article": "Ver artículo", + "new-request-form.attachments.choose-file-label": "Elegir un archivo o arrastrar y soltar uno aquí", + "new-request-form.attachments.drop-files-label": "Suelte los archivos aquí", + "new-request-form.attachments.remove-file": "Eliminar archivo", + "new-request-form.attachments.stop-upload": "Detener carga", + "new-request-form.attachments.upload-error-description": "Hubo un error al cargar {{fileName}}. Vuelva a intentarlo o cargue otro archivo.", + "new-request-form.attachments.upload-error-title": "Error de carga", + "new-request-form.attachments.uploading": "Cargando {{fileName}}", + "new-request-form.cc-field.container-label": "Correos electrónicos de CC seleccionados", + "new-request-form.cc-field.email-added": "{{email}} se ha agregado", + "new-request-form.cc-field.email-label": "{{email}}: presione la tecla de retroceso para eliminar", + "new-request-form.cc-field.email-removed": "{{email}} se ha eliminado", + "new-request-form.cc-field.emails-added": "{{emails}} se han agregado", + "new-request-form.cc-field.invalid-email": "Dirección de correo electrónico no válida", + "new-request-form.close-label": "Cerrar", + "new-request-form.credit-card-digits-hint": "(Últimos 4 dígitos)", + "new-request-form.dropdown.empty-option": "Seleccione una opción", + "new-request-form.parent-request-link": "Seguimiento de la solicitud {{parentId}}", + "new-request-form.required-fields-info": "Los campos marcados con un asterisco (*) son obligatorios.", + "new-request-form.submit": "Enviar", + "new-request-form.suggested-articles": "Artículos recomendados" +}; + +var es$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: es +}); + +var et = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var et$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: et +}); + +var eu = { + "new-request-form.answer-bot-modal.footer-content": "De ser así, podemos cerrar la reciente solicitud {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "¿Responde la pregunta este artículo?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, necesito ayuda", + "new-request-form.answer-bot-modal.request-closed": "Excelente. La solicitud fue cerrada.", + "new-request-form.answer-bot-modal.request-submitted": "Su solicitud se envió correctamente.", + "new-request-form.answer-bot-modal.solve-error": "Hubo un error al cerrar la solicitud", + "new-request-form.answer-bot-modal.solve-request": "Sí, cerrar mi solicitud", + "new-request-form.answer-bot-modal.title": "Mientras espera, ¿alguno de estos artículos responde su pregunta?", + "new-request-form.answer-bot-modal.view-article": "Ver artículo", + "new-request-form.attachments.choose-file-label": "Elegir un archivo o arrastrar y soltar uno aquí", + "new-request-form.attachments.drop-files-label": "Suelte los archivos aquí", + "new-request-form.attachments.remove-file": "Eliminar archivo", + "new-request-form.attachments.stop-upload": "Detener carga", + "new-request-form.attachments.upload-error-description": "Hubo un error al cargar {{fileName}}. Vuelva a intentarlo o cargue otro archivo.", + "new-request-form.attachments.upload-error-title": "Error de carga", + "new-request-form.attachments.uploading": "Cargando {{fileName}}", + "new-request-form.cc-field.container-label": "Correos electrónicos de CC seleccionados", + "new-request-form.cc-field.email-added": "{{email}} se ha agregado", + "new-request-form.cc-field.email-label": "{{email}}: presione la tecla de retroceso para eliminar", + "new-request-form.cc-field.email-removed": "{{email}} se ha eliminado", + "new-request-form.cc-field.emails-added": "{{emails}} se han agregado", + "new-request-form.cc-field.invalid-email": "Dirección de correo electrónico no válida", + "new-request-form.close-label": "Cerrar", + "new-request-form.credit-card-digits-hint": "(Últimos 4 dígitos)", + "new-request-form.dropdown.empty-option": "Seleccione una opción", + "new-request-form.parent-request-link": "Seguimiento de la solicitud {{parentId}}", + "new-request-form.required-fields-info": "Los campos marcados con un asterisco (*) son obligatorios.", + "new-request-form.submit": "Enviar", + "new-request-form.suggested-articles": "Artículos recomendados" +}; + +var eu$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: eu +}); + +var faAf = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var faAf$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: faAf +}); + +var fa = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var fa$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: fa +}); + +var fi = { + "new-request-form.answer-bot-modal.footer-content": "Jos se vastaa, voimme sulkea äskettäisen pyyntösi {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Vastaako tämä artikkeli kysymykseesi?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Ei, tarvitsen apua", + "new-request-form.answer-bot-modal.request-closed": "Hienoa. Pyyntösi on suljettu.", + "new-request-form.answer-bot-modal.request-submitted": "Pyyntösi lähettäminen onnistui", + "new-request-form.answer-bot-modal.solve-error": "Tapahtui virhe suljettaessa pyyntöäsi", + "new-request-form.answer-bot-modal.solve-request": "Kyllä, sulje pyyntöni", + "new-request-form.answer-bot-modal.title": "Sillä aikaa kun odotat, vastaako mikään näistä artikkeleista kysymykseesi?", + "new-request-form.answer-bot-modal.view-article": "Näytä artikkeli", + "new-request-form.attachments.choose-file-label": "Valitse tiedosto tai vedä ja pudota se tähän", + "new-request-form.attachments.drop-files-label": "Pudota tiedostot tähän", + "new-request-form.attachments.remove-file": "Poista tiedosto", + "new-request-form.attachments.stop-upload": "Lopeta lataaminen", + "new-request-form.attachments.upload-error-description": "Virhe ladattaessa tiedostoa {{fileName}}. Yritä uudelleen tai lataa toinen tiedosto.", + "new-request-form.attachments.upload-error-title": "Latausvirhe", + "new-request-form.attachments.uploading": "Ladataan tiedostoa {{fileName}}", + "new-request-form.cc-field.container-label": "Valitut kopiosähköpostit", + "new-request-form.cc-field.email-added": "{{email}} on lisätty", + "new-request-form.cc-field.email-label": "{{email}} - poista painamalla askelpalautinta", + "new-request-form.cc-field.email-removed": "{{email}} on poistettu", + "new-request-form.cc-field.emails-added": "{{emails}} on lisätty", + "new-request-form.cc-field.invalid-email": "Virheellinen sähköpostiosoite", + "new-request-form.close-label": "Sulje", + "new-request-form.credit-card-digits-hint": "(4 viimeistä numeroa)", + "new-request-form.dropdown.empty-option": "Valitse vaihtoehto", + "new-request-form.parent-request-link": "Jatkoa pyynnölle {{parentId}}", + "new-request-form.required-fields-info": "Tähdellä (*) merkityt kentät ovat pakollisia.", + "new-request-form.submit": "Lähetä", + "new-request-form.suggested-articles": "Ehdotetut artikkelit" +}; + +var fi$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: fi +}); + +var fil = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var fil$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: fil +}); + +var fo = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var fo$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: fo +}); + +var frCa = { + "new-request-form.answer-bot-modal.footer-content": "S’il y répond, nous pouvons clore votre demande récente {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Cet article répond-il à la question ?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Non, j’ai besoin d’aide", + "new-request-form.answer-bot-modal.request-closed": "Super. Votre demande a été fermée.", + "new-request-form.answer-bot-modal.request-submitted": "Votre demande a été envoyée", + "new-request-form.answer-bot-modal.solve-error": "Une erreur est survenue lors de la clôture de votre demande", + "new-request-form.answer-bot-modal.solve-request": "Oui, fermer ma demande", + "new-request-form.answer-bot-modal.title": "En attendant, l’un de ces articles répond-il à votre question ?", + "new-request-form.answer-bot-modal.view-article": "Afficher l’article", + "new-request-form.attachments.choose-file-label": "Choisissez un fichier ou faites un glisser-déposer ici", + "new-request-form.attachments.drop-files-label": "Déposez les fichiers ici", + "new-request-form.attachments.remove-file": "Supprimer le fichier", + "new-request-form.attachments.stop-upload": "Arrêter le chargement", + "new-request-form.attachments.upload-error-description": "Une erreur est survenue lors du chargement de {{fileName}}. Réessayez ou chargez un autre fichier.", + "new-request-form.attachments.upload-error-title": "Erreur de chargement", + "new-request-form.attachments.uploading": "Chargement du fichier {{fileName}} en cours", + "new-request-form.cc-field.container-label": "E-mails en CC sélectionnés", + "new-request-form.cc-field.email-added": "{{email}} a été ajouté", + "new-request-form.cc-field.email-label": "{{email}} - Appuyez sur Retour arrière pour supprimer", + "new-request-form.cc-field.email-removed": "{{email}} a été supprimé", + "new-request-form.cc-field.emails-added": "{{emails}} ont été ajoutés", + "new-request-form.cc-field.invalid-email": "Adresse e-mail non valide", + "new-request-form.close-label": "Fermer", + "new-request-form.credit-card-digits-hint": "(4 derniers chiffres)", + "new-request-form.dropdown.empty-option": "Sélectionnez une option", + "new-request-form.parent-request-link": "Suivi de la demande {{parentId}}", + "new-request-form.required-fields-info": "Les champs marqués d'un astérisque (*) sont obligatoires.", + "new-request-form.submit": "Envoyer", + "new-request-form.suggested-articles": "Articles suggérés" +}; + +var frCa$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: frCa +}); + +var fr = { + "new-request-form.answer-bot-modal.footer-content": "S’il y répond, nous pouvons clore votre demande récente {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Cet article répond-il à la question ?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Non, j’ai besoin d’aide", + "new-request-form.answer-bot-modal.request-closed": "Super. Votre demande a été fermée.", + "new-request-form.answer-bot-modal.request-submitted": "Votre demande a été envoyée", + "new-request-form.answer-bot-modal.solve-error": "Une erreur est survenue lors de la clôture de votre demande", + "new-request-form.answer-bot-modal.solve-request": "Oui, fermer ma demande", + "new-request-form.answer-bot-modal.title": "En attendant, l’un de ces articles répond-il à votre question ?", + "new-request-form.answer-bot-modal.view-article": "Afficher l’article", + "new-request-form.attachments.choose-file-label": "Choisissez un fichier ou faites un glisser-déposer ici", + "new-request-form.attachments.drop-files-label": "Déposez les fichiers ici", + "new-request-form.attachments.remove-file": "Supprimer le fichier", + "new-request-form.attachments.stop-upload": "Arrêter le chargement", + "new-request-form.attachments.upload-error-description": "Une erreur est survenue lors du chargement de {{fileName}}. Réessayez ou chargez un autre fichier.", + "new-request-form.attachments.upload-error-title": "Erreur de chargement", + "new-request-form.attachments.uploading": "Chargement du fichier {{fileName}} en cours", + "new-request-form.cc-field.container-label": "E-mails en CC sélectionnés", + "new-request-form.cc-field.email-added": "{{email}} a été ajouté", + "new-request-form.cc-field.email-label": "{{email}} - Appuyez sur Retour arrière pour supprimer", + "new-request-form.cc-field.email-removed": "{{email}} a été supprimé", + "new-request-form.cc-field.emails-added": "{{emails}} ont été ajoutés", + "new-request-form.cc-field.invalid-email": "Adresse e-mail non valide", + "new-request-form.close-label": "Fermer", + "new-request-form.credit-card-digits-hint": "(4 derniers chiffres)", + "new-request-form.dropdown.empty-option": "Sélectionnez une option", + "new-request-form.parent-request-link": "Suivi de la demande {{parentId}}", + "new-request-form.required-fields-info": "Les champs marqués d'un astérisque (*) sont obligatoires.", + "new-request-form.submit": "Envoyer", + "new-request-form.suggested-articles": "Articles suggérés" +}; + +var fr$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: fr +}); + +var ga = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var ga$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: ga +}); + +var he = { + "new-request-form.answer-bot-modal.footer-content": "אם כן, נוכל לסגור את בקשה {{requestId}} ששלחת לאחרונה", + "new-request-form.answer-bot-modal.footer-title": "האם המאמר הזה עונה על השאלה?", + "new-request-form.answer-bot-modal.mark-irrelevant": "לא, אני צריך עזרה", + "new-request-form.answer-bot-modal.request-closed": "נחמד. הבקשה נסגרה.", + "new-request-form.answer-bot-modal.request-submitted": "בקשתך נשלחה", + "new-request-form.answer-bot-modal.solve-error": "אירעה שגיאה בסגירת בקשתך", + "new-request-form.answer-bot-modal.solve-request": "כן, סגור את הבקשה שלי", + "new-request-form.answer-bot-modal.title": "בינתיים, האם אחד מהמאמרים האלה עונה על השאלה שלך?", + "new-request-form.answer-bot-modal.view-article": "הצג מאמר", + "new-request-form.attachments.choose-file-label": "בחר קובץ או גרור ושחרר כאן", + "new-request-form.attachments.drop-files-label": "שחרר את הקבצים כאן", + "new-request-form.attachments.remove-file": "הסר קובץ", + "new-request-form.attachments.stop-upload": "עצור העלאה", + "new-request-form.attachments.upload-error-description": "אירעה שגיאה בהעלאת הקובץ {{fileName}}. נסה שוב או העלה קובץ אחר.", + "new-request-form.attachments.upload-error-title": "שגיאת העלאה", + "new-request-form.attachments.uploading": "מעלה את {{fileName}}", + "new-request-form.cc-field.container-label": "הודעות דוא\"ל נבחרות עם עותק", + "new-request-form.cc-field.email-added": "כתובת הדוא\"ל {{email}} נוספה", + "new-request-form.cc-field.email-label": "{{email}} - לחץ על Backspace כדי להסיר", + "new-request-form.cc-field.email-removed": "כתובת הדוא\"ל {{email}} הוסרה", + "new-request-form.cc-field.emails-added": "כתובת הדוא\"ל {{emails}} נוספו", + "new-request-form.cc-field.invalid-email": "כתובת דואר אלקטרוני לא חוקית", + "new-request-form.close-label": "סגור", + "new-request-form.credit-card-digits-hint": "(4 הספרות האחרונות)", + "new-request-form.dropdown.empty-option": "בחר אפשרות", + "new-request-form.parent-request-link": "מעקב לבקשה {{parentId}}", + "new-request-form.required-fields-info": "השדות המסומנים בכוכבית (*) הם שדות חובה.", + "new-request-form.submit": "שלח", + "new-request-form.suggested-articles": "מאמרים מוצעים" +}; + +var he$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: he +}); + +var hi = { + "new-request-form.answer-bot-modal.footer-content": "यदि ऐसा है, तो हम आपका हाल ही का अनुरोध बंद कर सकते है {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "क्या इस आलेख में आपके प्रश्न का उत्तर मिला?", + "new-request-form.answer-bot-modal.mark-irrelevant": "नहीं, मुझे सहायता चाहिए", + "new-request-form.answer-bot-modal.request-closed": "बढ़िया! आपका अनुरोध बंद कर दिया गया है।", + "new-request-form.answer-bot-modal.request-submitted": "आपका अनुरोध सफलतापूर्वक भेजा गया था", + "new-request-form.answer-bot-modal.solve-error": "आपका अनुरोध समाप्त करने में कोई त्रुटि थी", + "new-request-form.answer-bot-modal.solve-request": "हाँ, कृपया मेरा अनुरोध समाप्त करें", + "new-request-form.answer-bot-modal.title": "प्रतीक्षा करते समय, क्या इन आलेखों से आपके प्रश्न का उत्तर मिलता है?", + "new-request-form.answer-bot-modal.view-article": "आलेख देखें", + "new-request-form.attachments.choose-file-label": "कोई फ़ाइल चुनें या यहां खींचें और छोड़ें", + "new-request-form.attachments.drop-files-label": "फाइलों को यहां छोड़ें", + "new-request-form.attachments.remove-file": "फ़ाइल हटाएं", + "new-request-form.attachments.stop-upload": "अपलोड बंद करें", + "new-request-form.attachments.upload-error-description": "{{fileName}}अपलोड करने में कोई त्रुटि थी। पुनः प्रयास करें या कोई अन्य फ़ाइल अपलोड करें।", + "new-request-form.attachments.upload-error-title": "त्रुटि अपलोड करें", + "new-request-form.attachments.uploading": "{{fileName}} अपलोड हो रहा है", + "new-request-form.cc-field.container-label": "चयनित CC ईमेल", + "new-request-form.cc-field.email-added": "{{email}} जोड़ा गया है", + "new-request-form.cc-field.email-label": "{{email}} - हटाने के लिए बैकस्पेस दबाएं", + "new-request-form.cc-field.email-removed": "{{email}} हटा दिया गया है", + "new-request-form.cc-field.emails-added": "{{emails}} जोड़ा गया है", + "new-request-form.cc-field.invalid-email": "अमान्य ईमेल पता", + "new-request-form.close-label": "बंद करें", + "new-request-form.credit-card-digits-hint": "(आखिरी 4 अक्षर)", + "new-request-form.dropdown.empty-option": "कोई विकल्प चुनें", + "new-request-form.parent-request-link": "{{parentId}} का अनुरोध करने के लिए फ़ॉलो-अप", + "new-request-form.required-fields-info": "तारांकन चिह्न (*) से चिह्नित फ़ील्ड आवश्यक हैं।", + "new-request-form.submit": "भेजें", + "new-request-form.suggested-articles": "सुझाए गए आलेख" +}; + +var hi$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: hi +}); + +var hr = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var hr$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: hr +}); + +var hu = { + "new-request-form.answer-bot-modal.footer-content": "Ha igen, lezárhatjuk a legutóbbi kérelmét ({{requestId}})", + "new-request-form.answer-bot-modal.footer-title": "Megválaszolta a cikk a kérdését?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Nem, segítségre van szükségem", + "new-request-form.answer-bot-modal.request-closed": "Remek! A kérelme ezzel le lett zárva.", + "new-request-form.answer-bot-modal.request-submitted": "A kérelme sikeresen be lett küldve", + "new-request-form.answer-bot-modal.solve-error": "Hiba történt a kérelme lezárásakor", + "new-request-form.answer-bot-modal.solve-request": "Igen, zárják le a kérelmemet", + "new-request-form.answer-bot-modal.title": "Várakozás közben megtekintheti, hogy e cikkek közül választ ad-e valamelyik a kérdésére.", + "new-request-form.answer-bot-modal.view-article": "Cikk megtekintése", + "new-request-form.attachments.choose-file-label": "Válassza ki vagy húzza ide a kívánt fájlt", + "new-request-form.attachments.drop-files-label": "Húzza ide a fájlokat", + "new-request-form.attachments.remove-file": "Fájl eltávolítása", + "new-request-form.attachments.stop-upload": "Feltöltés leállítása", + "new-request-form.attachments.upload-error-description": "Hiba történt a(z) {{fileName}} fájl feltöltése során. Próbálja meg újra, vagy töltsön fel egy másik fájlt.", + "new-request-form.attachments.upload-error-title": "Feltöltési hiba", + "new-request-form.attachments.uploading": "A(z) {{fileName}} fájl feltöltése folyamatban van", + "new-request-form.cc-field.container-label": "Másolatot kapó kiválasztott e-mail-címek", + "new-request-form.cc-field.email-added": "{{email}} hozzáadva", + "new-request-form.cc-field.email-label": "{{email}} – Nyomja meg a Backspace billentyűt az eltávolításhoz", + "new-request-form.cc-field.email-removed": "{{email}} eltávolítva", + "new-request-form.cc-field.emails-added": "{{emails}} hozzáadva", + "new-request-form.cc-field.invalid-email": "Érvénytelen e-mail-cím", + "new-request-form.close-label": "Bezárás", + "new-request-form.credit-card-digits-hint": "(Utolsó 4 számjegy)", + "new-request-form.dropdown.empty-option": "Válasszon egy lehetőséget", + "new-request-form.parent-request-link": "Nyomon követés a(z) {{parentId}} kérelemhez", + "new-request-form.required-fields-info": "A csillaggal (*) jelzett mezők kitöltése kötelező.", + "new-request-form.submit": "Küldés", + "new-request-form.suggested-articles": "Javasolt cikkek" +}; + +var hu$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: hu +}); + +var hy = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var hy$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: hy +}); + +var id = { + "new-request-form.answer-bot-modal.footer-content": "Jika demikian, kami dapat menutup permintaan Anda baru-baru ini {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Apakah artikel ini menjawab pertanyaan Anda?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Tidak, saya perlu bantuan", + "new-request-form.answer-bot-modal.request-closed": "Bagus. Permintaan Anda telah ditutup.", + "new-request-form.answer-bot-modal.request-submitted": "Permintaan Anda berhasil dikirimkan", + "new-request-form.answer-bot-modal.solve-error": "Ada kesalahan dalam menutup permintaan Anda", + "new-request-form.answer-bot-modal.solve-request": "Ya, tutup permintaan saya", + "new-request-form.answer-bot-modal.title": "Sementara Anda menunggu, apakah ada di antara artikel-artikel ini yang menjawab pertanyaan Anda?", + "new-request-form.answer-bot-modal.view-article": "Lihat artikel", + "new-request-form.attachments.choose-file-label": "Pilih file atau tarik dan letakkan di sini", + "new-request-form.attachments.drop-files-label": "Letakkan file di sini", + "new-request-form.attachments.remove-file": "Hapus file", + "new-request-form.attachments.stop-upload": "Berhenti mengunggah", + "new-request-form.attachments.upload-error-description": "Terjadi kesalahan saat mengunggah {{fileName}}. Cobalah lagi atau unggah file lain.", + "new-request-form.attachments.upload-error-title": "Kesalahan Mengunggah", + "new-request-form.attachments.uploading": "Mengunggah {{fileName}}", + "new-request-form.cc-field.container-label": "Email CC yang dipilih", + "new-request-form.cc-field.email-added": "{{email}} telah ditambahkan", + "new-request-form.cc-field.email-label": "{{email}} - Tekan Backspace untuk menghapus", + "new-request-form.cc-field.email-removed": "{{email}} telah dihapus", + "new-request-form.cc-field.emails-added": "{{emails}} telah ditambahkan", + "new-request-form.cc-field.invalid-email": "Alamat email tidak valid", + "new-request-form.close-label": "Tutup", + "new-request-form.credit-card-digits-hint": "(4 digit terakhir)", + "new-request-form.dropdown.empty-option": "Pilih opsi", + "new-request-form.parent-request-link": "Tindak lanjut atas permintaan {{parentId}}", + "new-request-form.required-fields-info": "Bidang yang ditandai dengan tanda bintang (*) wajib diisi.", + "new-request-form.submit": "Kirim", + "new-request-form.suggested-articles": "Artikel yang disarankan" +}; + +var id$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: id +}); + +var is = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var is$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: is +}); + +var itCh = { + "new-request-form.answer-bot-modal.footer-content": "In caso affermativo, possiamo chiudere la recente richiesta {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Questo articolo risponde alla domanda?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, ho bisogno di aiuto", + "new-request-form.answer-bot-modal.request-closed": "Ottimo! La richiesta è stata chiusa.", + "new-request-form.answer-bot-modal.request-submitted": "La richiesta è stata inviata correttamente", + "new-request-form.answer-bot-modal.solve-error": "Errore durante la chiusura della richiesta", + "new-request-form.answer-bot-modal.solve-request": "Sì, chiudi la richiesta", + "new-request-form.answer-bot-modal.title": "Nell’attesa, le informazioni in uno o più di questi articoli potrebbero rispondere alla domanda.", + "new-request-form.answer-bot-modal.view-article": "Visualizza articolo", + "new-request-form.attachments.choose-file-label": "Scegli un file o trascinalo qui", + "new-request-form.attachments.drop-files-label": "Trascina qui i file", + "new-request-form.attachments.remove-file": "Rimuovi file", + "new-request-form.attachments.stop-upload": "Interrompi caricamento", + "new-request-form.attachments.upload-error-description": "Errore durante il caricamento di {{fileName}}. Riprova o carica un altro file.", + "new-request-form.attachments.upload-error-title": "Errore nel caricamento", + "new-request-form.attachments.uploading": "Caricamento di {{fileName}}", + "new-request-form.cc-field.container-label": "Indirizzi email CC selezionati", + "new-request-form.cc-field.email-added": "{{email}} è stato aggiunto", + "new-request-form.cc-field.email-label": "{{email}} - Premi Backspace per rimuovere", + "new-request-form.cc-field.email-removed": "{{email}} è stato rimosso", + "new-request-form.cc-field.emails-added": "{{emails}} sono stati aggiunti", + "new-request-form.cc-field.invalid-email": "Indirizzo email non valido", + "new-request-form.close-label": "Chiudi", + "new-request-form.credit-card-digits-hint": "(Ultime 4 cifre)", + "new-request-form.dropdown.empty-option": "Seleziona un’opzione", + "new-request-form.parent-request-link": "Follow-up alla richiesta {{parentId}}", + "new-request-form.required-fields-info": "I campi contrassegnati da un asterisco (*) sono obbligatori.", + "new-request-form.submit": "Invia", + "new-request-form.suggested-articles": "Articoli suggeriti" +}; + +var itCh$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: itCh +}); + +var it = { + "new-request-form.answer-bot-modal.footer-content": "In caso affermativo, possiamo chiudere la recente richiesta {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Questo articolo risponde alla domanda?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, ho bisogno di aiuto", + "new-request-form.answer-bot-modal.request-closed": "Ottimo! La richiesta è stata chiusa.", + "new-request-form.answer-bot-modal.request-submitted": "La richiesta è stata inviata correttamente", + "new-request-form.answer-bot-modal.solve-error": "Errore durante la chiusura della richiesta", + "new-request-form.answer-bot-modal.solve-request": "Sì, chiudi la richiesta", + "new-request-form.answer-bot-modal.title": "Nell’attesa, le informazioni in uno o più di questi articoli potrebbero rispondere alla domanda.", + "new-request-form.answer-bot-modal.view-article": "Visualizza articolo", + "new-request-form.attachments.choose-file-label": "Scegli un file o trascinalo qui", + "new-request-form.attachments.drop-files-label": "Trascina qui i file", + "new-request-form.attachments.remove-file": "Rimuovi file", + "new-request-form.attachments.stop-upload": "Interrompi caricamento", + "new-request-form.attachments.upload-error-description": "Errore durante il caricamento di {{fileName}}. Riprova o carica un altro file.", + "new-request-form.attachments.upload-error-title": "Errore nel caricamento", + "new-request-form.attachments.uploading": "Caricamento di {{fileName}}", + "new-request-form.cc-field.container-label": "Indirizzi email CC selezionati", + "new-request-form.cc-field.email-added": "{{email}} è stato aggiunto", + "new-request-form.cc-field.email-label": "{{email}} - Premi Backspace per rimuovere", + "new-request-form.cc-field.email-removed": "{{email}} è stato rimosso", + "new-request-form.cc-field.emails-added": "{{emails}} sono stati aggiunti", + "new-request-form.cc-field.invalid-email": "Indirizzo email non valido", + "new-request-form.close-label": "Chiudi", + "new-request-form.credit-card-digits-hint": "(Ultime 4 cifre)", + "new-request-form.dropdown.empty-option": "Seleziona un’opzione", + "new-request-form.parent-request-link": "Follow-up alla richiesta {{parentId}}", + "new-request-form.required-fields-info": "I campi contrassegnati da un asterisco (*) sono obbligatori.", + "new-request-form.submit": "Invia", + "new-request-form.suggested-articles": "Articoli suggeriti" +}; + +var it$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: it +}); + +var ja = { + "new-request-form.answer-bot-modal.footer-content": "質問が解決していれば、最新のリクエスト{{requestId}}を終了します", + "new-request-form.answer-bot-modal.footer-title": "この記事で疑問が解消されましたか?", + "new-request-form.answer-bot-modal.mark-irrelevant": "いいえ、ヘルプが必要です", + "new-request-form.answer-bot-modal.request-closed": "お役に立てて嬉しいです。リクエストは終了しました。", + "new-request-form.answer-bot-modal.request-submitted": "リクエストは正しく送信されました", + "new-request-form.answer-bot-modal.solve-error": "リクエストを終了する際にエラーが発生しました", + "new-request-form.answer-bot-modal.solve-request": "はい、リクエストを終了", + "new-request-form.answer-bot-modal.title": "これらの記事のいずれかで疑問が解消されますか?", + "new-request-form.answer-bot-modal.view-article": "記事を表示", + "new-request-form.attachments.choose-file-label": "ファイルを選択するか、ここにドラッグアンドドロップします", + "new-request-form.attachments.drop-files-label": "ファイルをここにドロップ", + "new-request-form.attachments.remove-file": "ファイル削除", + "new-request-form.attachments.stop-upload": "アップロードを停止", + "new-request-form.attachments.upload-error-description": "{{fileName}}のアップロード中にエラーが発生しました。もう一度やり直すか、別のファイルをアップロードしてください。", + "new-request-form.attachments.upload-error-title": "アップロードエラー", + "new-request-form.attachments.uploading": "{{fileName}}をアップロード中", + "new-request-form.cc-field.container-label": "選択したCCメールアドレス", + "new-request-form.cc-field.email-added": "{{email}}を追加しました", + "new-request-form.cc-field.email-label": "{{email}} - 削除するにはBackspaceキーを押します", + "new-request-form.cc-field.email-removed": "{{email}}を削除しました", + "new-request-form.cc-field.emails-added": "{{emails}}を追加しました", + "new-request-form.cc-field.invalid-email": "メールアドレスが正しくありません", + "new-request-form.close-label": "閉じる", + "new-request-form.credit-card-digits-hint": "(下4桁)", + "new-request-form.dropdown.empty-option": "オプションを選択します", + "new-request-form.parent-request-link": "リクエスト{{parentId}}の補足", + "new-request-form.required-fields-info": "アスタリスク(*)が付いているフィールドは必須です。", + "new-request-form.submit": "送信", + "new-request-form.suggested-articles": "おすすめの記事" +}; + +var ja$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: ja +}); + +var ka = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var ka$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: ka +}); + +var kk = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var kk$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: kk +}); + +var klDk = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var klDk$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: klDk +}); + +var ko = { + "new-request-form.answer-bot-modal.footer-content": "그렇다면 최근 요청 {{requestId}}을(를) 종료할 수 있습니다.", + "new-request-form.answer-bot-modal.footer-title": "이 문서가 질문에 대한 답이 되었나요?", + "new-request-form.answer-bot-modal.mark-irrelevant": "아니요, 도움이 필요합니다.", + "new-request-form.answer-bot-modal.request-closed": "도움이 되었다니 기쁩니다. 요청이 종료되었습니다.", + "new-request-form.answer-bot-modal.request-submitted": "요청을 제출했습니다.", + "new-request-form.answer-bot-modal.solve-error": "요청을 종료하는 중 오류가 발생했습니다.", + "new-request-form.answer-bot-modal.solve-request": "예, 요청을 종료합니다", + "new-request-form.answer-bot-modal.title": "기다리는 동안 다음 문서 중에서 질문에 대한 답변을 찾으셨나요?", + "new-request-form.answer-bot-modal.view-article": "문서 보기", + "new-request-form.attachments.choose-file-label": "파일을 선택하거나 여기에 드래그 앤 드롭하세요.", + "new-request-form.attachments.drop-files-label": "파일을 여기에 드롭하세요", + "new-request-form.attachments.remove-file": "파일 제거", + "new-request-form.attachments.stop-upload": "업로드 중지", + "new-request-form.attachments.upload-error-description": "{{fileName}}을(를) 업로드하는 중 오류가 발생했습니다. 다시 시도하거나 다른 파일을 업로드하세요.", + "new-request-form.attachments.upload-error-title": "업로드 오류", + "new-request-form.attachments.uploading": "{{fileName}} 업로드 중", + "new-request-form.cc-field.container-label": "선택한 참조 이메일", + "new-request-form.cc-field.email-added": "{{email}}이(가) 추가되었습니다.", + "new-request-form.cc-field.email-label": "{{email}} - 제거하려면 백스페이스 키를 누르세요.", + "new-request-form.cc-field.email-removed": "{{email}}이(가) 제거되었습니다.", + "new-request-form.cc-field.emails-added": "{{emails}}이(가) 추가되었습니다.", + "new-request-form.cc-field.invalid-email": "올바르지 않은 이메일 주소", + "new-request-form.close-label": "닫기", + "new-request-form.credit-card-digits-hint": "(마지막 4자리)", + "new-request-form.dropdown.empty-option": "옵션을 선택하세요.", + "new-request-form.parent-request-link": "요청 {{parentId}}에 대한 후속 작업", + "new-request-form.required-fields-info": "별표(*)가 표시된 필드는 필수입니다.", + "new-request-form.submit": "제출", + "new-request-form.suggested-articles": "추천 문서" +}; + +var ko$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: ko +}); + +var ku = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var ku$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: ku +}); + +var lt = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var lt$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: lt +}); + +var lv = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var lv$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: lv +}); + +var mk = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var mk$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: mk +}); + +var mn = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var mn$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: mn +}); + +var ms = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var ms$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: ms +}); + +var mt = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var mt$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: mt +}); + +var my = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var my$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: my +}); + +var nlBe = { + "new-request-form.answer-bot-modal.footer-content": "Als dat het geval is, kunnen wij uw recente aanvraag {{requestId}} sluiten", + "new-request-form.answer-bot-modal.footer-title": "Beantwoordt dit artikel uw vraag?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Nee, ik heb hulp nodig", + "new-request-form.answer-bot-modal.request-closed": "Fijn. Uw aanvraag is gesloten.", + "new-request-form.answer-bot-modal.request-submitted": "Uw aanvraag is verzonden", + "new-request-form.answer-bot-modal.solve-error": "Fout tijdens het sluiten van uw aanvraag", + "new-request-form.answer-bot-modal.solve-request": "Ja, mijn aanvraag sluiten", + "new-request-form.answer-bot-modal.title": "Terwijl u wacht: beantwoordt een van deze artikelen uw vraag?", + "new-request-form.answer-bot-modal.view-article": "Artikel weergeven", + "new-request-form.attachments.choose-file-label": "Kies een bestand of versleep het hierheen", + "new-request-form.attachments.drop-files-label": "Zet bestanden hier neer", + "new-request-form.attachments.remove-file": "Bestand verwijderen", + "new-request-form.attachments.stop-upload": "Upload stoppen", + "new-request-form.attachments.upload-error-description": "Fout tijdens uploaden van {{fileName}}. Probeer het opnieuw of upload een ander bestand.", + "new-request-form.attachments.upload-error-title": "Fout bij uploaden", + "new-request-form.attachments.uploading": "{{fileName}} wordt geüpload", + "new-request-form.cc-field.container-label": "Geselecteerde e-mails in cc", + "new-request-form.cc-field.email-added": "{{email}} is toegevoegd", + "new-request-form.cc-field.email-label": "{{email}} - Druk op Backspace om te verwijderen", + "new-request-form.cc-field.email-removed": "{{email}} is verwijderd", + "new-request-form.cc-field.emails-added": "{{emails}} zijn toegevoegd", + "new-request-form.cc-field.invalid-email": "Ongeldig e-mailadres", + "new-request-form.close-label": "Sluiten", + "new-request-form.credit-card-digits-hint": "(Laatste 4 cijfers)", + "new-request-form.dropdown.empty-option": "Selecteer een optie", + "new-request-form.parent-request-link": "Follow-up van aanvraag {{parentId}}", + "new-request-form.required-fields-info": "Velden met een sterretje (*) zijn vereist.", + "new-request-form.submit": "Verzenden", + "new-request-form.suggested-articles": "Voorgestelde artikelen" +}; + +var nlBe$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: nlBe +}); + +var nl = { + "new-request-form.answer-bot-modal.footer-content": "Als dat het geval is, kunnen wij uw recente aanvraag {{requestId}} sluiten", + "new-request-form.answer-bot-modal.footer-title": "Beantwoordt dit artikel uw vraag?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Nee, ik heb hulp nodig", + "new-request-form.answer-bot-modal.request-closed": "Fijn. Uw aanvraag is gesloten.", + "new-request-form.answer-bot-modal.request-submitted": "Uw aanvraag is verzonden", + "new-request-form.answer-bot-modal.solve-error": "Fout tijdens het sluiten van uw aanvraag", + "new-request-form.answer-bot-modal.solve-request": "Ja, mijn aanvraag sluiten", + "new-request-form.answer-bot-modal.title": "Terwijl u wacht: beantwoordt een van deze artikelen uw vraag?", + "new-request-form.answer-bot-modal.view-article": "Artikel weergeven", + "new-request-form.attachments.choose-file-label": "Kies een bestand of versleep het hierheen", + "new-request-form.attachments.drop-files-label": "Zet bestanden hier neer", + "new-request-form.attachments.remove-file": "Bestand verwijderen", + "new-request-form.attachments.stop-upload": "Upload stoppen", + "new-request-form.attachments.upload-error-description": "Fout tijdens uploaden van {{fileName}}. Probeer het opnieuw of upload een ander bestand.", + "new-request-form.attachments.upload-error-title": "Fout bij uploaden", + "new-request-form.attachments.uploading": "{{fileName}} wordt geüpload", + "new-request-form.cc-field.container-label": "Geselecteerde e-mails in cc", + "new-request-form.cc-field.email-added": "{{email}} is toegevoegd", + "new-request-form.cc-field.email-label": "{{email}} - Druk op Backspace om te verwijderen", + "new-request-form.cc-field.email-removed": "{{email}} is verwijderd", + "new-request-form.cc-field.emails-added": "{{emails}} zijn toegevoegd", + "new-request-form.cc-field.invalid-email": "Ongeldig e-mailadres", + "new-request-form.close-label": "Sluiten", + "new-request-form.credit-card-digits-hint": "(Laatste 4 cijfers)", + "new-request-form.dropdown.empty-option": "Selecteer een optie", + "new-request-form.parent-request-link": "Follow-up van aanvraag {{parentId}}", + "new-request-form.required-fields-info": "Velden met een sterretje (*) zijn vereist.", + "new-request-form.submit": "Verzenden", + "new-request-form.suggested-articles": "Voorgestelde artikelen" +}; + +var nl$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: nl +}); + +var no = { + "new-request-form.answer-bot-modal.footer-content": "Hvis den gjør det, kan vi avslutte den nylige forespørselen {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Fant du svar på spørsmålet i denne artikkelen?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Nei, jeg trenger hjelp", + "new-request-form.answer-bot-modal.request-closed": "Flott! Forespørselen er avsluttet.", + "new-request-form.answer-bot-modal.request-submitted": "Forespørselen ble sendt inn", + "new-request-form.answer-bot-modal.solve-error": "Det oppstod en feil under lukking av forespørselen", + "new-request-form.answer-bot-modal.solve-request": "Ja, avslutt forespørselen", + "new-request-form.answer-bot-modal.title": "Mens du venter: Kanskje en av disse artiklene har svar på spørsmålet ditt?", + "new-request-form.answer-bot-modal.view-article": "Vis artikkel", + "new-request-form.attachments.choose-file-label": "Velg en fil eller dra og slipp her", + "new-request-form.attachments.drop-files-label": "Slipp filene her", + "new-request-form.attachments.remove-file": "Fjern fil", + "new-request-form.attachments.stop-upload": "Stopp opplastingen", + "new-request-form.attachments.upload-error-description": "Det oppstod en feil under opplastingen {{fileName}}. Prøv på nytt eller last opp en annen fil.", + "new-request-form.attachments.upload-error-title": "Feil under opplasting", + "new-request-form.attachments.uploading": "Laster opp {{fileName}}", + "new-request-form.cc-field.container-label": "Valgte e-poster kopi til", + "new-request-form.cc-field.email-added": "{{email}} har blitt lagt til", + "new-request-form.cc-field.email-label": "{{email}} - Trykk på Tilbaketasten for å fjerne", + "new-request-form.cc-field.email-removed": "{{email}} er fjernet", + "new-request-form.cc-field.emails-added": "{{emails}} er lagt til", + "new-request-form.cc-field.invalid-email": "Ugyldig e-postadresse", + "new-request-form.close-label": "Lukke", + "new-request-form.credit-card-digits-hint": "(4 siste sifre)", + "new-request-form.dropdown.empty-option": "Velg et alternativ", + "new-request-form.parent-request-link": "Oppfølging av forespørsel {{parentId}}", + "new-request-form.required-fields-info": "Felter merket med en stjerne (*) er obligatoriske.", + "new-request-form.submit": "Send inn", + "new-request-form.suggested-articles": "Foreslåtte artikler" +}; + +var no$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: no +}); + +var pl = { + "new-request-form.answer-bot-modal.footer-content": "Jeśli tak, możemy zamknąć zlecenie {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Czy artykuł dostarczył odpowiedzi na pytanie?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Nie, potrzebuję pomocy", + "new-request-form.answer-bot-modal.request-closed": "Świetnie. Zlecenie zostało zamknięte.", + "new-request-form.answer-bot-modal.request-submitted": "Zlecenie zostało wysłane", + "new-request-form.answer-bot-modal.solve-error": "Podczas zamykania zlecenia wystąpił błąd", + "new-request-form.answer-bot-modal.solve-request": "Tak, zamknij zlecenie", + "new-request-form.answer-bot-modal.title": "W czasie gdy oczekujesz na odpowiedź, może zechcesz nam powiedzieć, czy którykolwiek z tych artykułów zawiera odpowiedź na pytanie?", + "new-request-form.answer-bot-modal.view-article": "Wyświetl artykuł", + "new-request-form.attachments.choose-file-label": "Wybierz plik lub przeciągnij i upuść go tutaj", + "new-request-form.attachments.drop-files-label": "Upuść pliki tutaj", + "new-request-form.attachments.remove-file": "Usuń plik", + "new-request-form.attachments.stop-upload": "Zatrzymaj przesyłanie", + "new-request-form.attachments.upload-error-description": "Podczas przesyłania wystąpił błąd {{fileName}}. Spróbuj ponownie lub prześlij inny plik.", + "new-request-form.attachments.upload-error-title": "Błąd przesyłania", + "new-request-form.attachments.uploading": "Przesyłanie {{fileName}}", + "new-request-form.cc-field.container-label": "Wybrane e-maile z pola DW", + "new-request-form.cc-field.email-added": "Dodano {{email}}", + "new-request-form.cc-field.email-label": "{{email}} – naciśnij Backspace, aby usunąć", + "new-request-form.cc-field.email-removed": "Usunięto {{email}}", + "new-request-form.cc-field.emails-added": "Dodano {{emails}}", + "new-request-form.cc-field.invalid-email": "Nieprawidłowy adres e-mail", + "new-request-form.close-label": "Zamknij", + "new-request-form.credit-card-digits-hint": "(ostatnie 4 cyfry)", + "new-request-form.dropdown.empty-option": "Wybierz opcję", + "new-request-form.parent-request-link": "Kontynuacja zlecenia {{parentId}}", + "new-request-form.required-fields-info": "Pola oznaczone gwiazdką (*) są wymagane.", + "new-request-form.submit": "Wyślij", + "new-request-form.suggested-articles": "Propozycje artykułów" +}; + +var pl$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: pl +}); + +var ptBr = { + "new-request-form.answer-bot-modal.footer-content": "Se sim, podemos fechar a solicitação recente {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Esse artigo responde à pergunta?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Não, preciso de ajuda", + "new-request-form.answer-bot-modal.request-closed": "Legal! A solicitação foi fechada.", + "new-request-form.answer-bot-modal.request-submitted": "Sua solicitação foi enviada com êxito", + "new-request-form.answer-bot-modal.solve-error": "Erro ao fechar a solicitação", + "new-request-form.answer-bot-modal.solve-request": "Sim, feche a solicitação", + "new-request-form.answer-bot-modal.title": "Enquanto você aguarda, algum desses artigos responde à pergunta?", + "new-request-form.answer-bot-modal.view-article": "Exibir artigo", + "new-request-form.attachments.choose-file-label": "Escolha um arquivo ou arraste e solte aqui", + "new-request-form.attachments.drop-files-label": "Solte os arquivos aqui", + "new-request-form.attachments.remove-file": "Remover arquivo", + "new-request-form.attachments.stop-upload": "Interromper carregamento", + "new-request-form.attachments.upload-error-description": "Erro ao carregar {{fileName}}. Tente novamente ou carregue outro arquivo.", + "new-request-form.attachments.upload-error-title": "Erro de carregamento", + "new-request-form.attachments.uploading": "Carregando {{fileName}}", + "new-request-form.cc-field.container-label": "E-mails de cópia selecionados", + "new-request-form.cc-field.email-added": "{{email}} foi adicionado", + "new-request-form.cc-field.email-label": "{{email}} – Pressione Backspace para remover", + "new-request-form.cc-field.email-removed": "{{email}} foi removido", + "new-request-form.cc-field.emails-added": "{{emails}} foram adicionados", + "new-request-form.cc-field.invalid-email": "Endereço de e-mail inválido", + "new-request-form.close-label": "Fechar", + "new-request-form.credit-card-digits-hint": "(Últimos 4 dígitos)", + "new-request-form.dropdown.empty-option": "Selecionar uma opção", + "new-request-form.parent-request-link": "Acompanhamento da solicitação {{parentId}}", + "new-request-form.required-fields-info": "Os campos marcados com um asterisco (*) são obrigatórios.", + "new-request-form.submit": "Enviar", + "new-request-form.suggested-articles": "Artigos sugeridos" +}; + +var ptBr$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: ptBr +}); + +var pt = { + "new-request-form.answer-bot-modal.footer-content": "Se sim, podemos fechar a solicitação recente {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Esse artigo responde à pergunta?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Não, preciso de ajuda", + "new-request-form.answer-bot-modal.request-closed": "Legal! A solicitação foi fechada.", + "new-request-form.answer-bot-modal.request-submitted": "Sua solicitação foi enviada com êxito", + "new-request-form.answer-bot-modal.solve-error": "Erro ao fechar a solicitação", + "new-request-form.answer-bot-modal.solve-request": "Sim, feche a solicitação", + "new-request-form.answer-bot-modal.title": "Enquanto você aguarda, algum desses artigos responde à pergunta?", + "new-request-form.answer-bot-modal.view-article": "Exibir artigo", + "new-request-form.attachments.choose-file-label": "Escolha um arquivo ou arraste e solte aqui", + "new-request-form.attachments.drop-files-label": "Solte os arquivos aqui", + "new-request-form.attachments.remove-file": "Remover arquivo", + "new-request-form.attachments.stop-upload": "Interromper carregamento", + "new-request-form.attachments.upload-error-description": "Erro ao carregar {{fileName}}. Tente novamente ou carregue outro arquivo.", + "new-request-form.attachments.upload-error-title": "Erro de carregamento", + "new-request-form.attachments.uploading": "Carregando {{fileName}}", + "new-request-form.cc-field.container-label": "E-mails de cópia selecionados", + "new-request-form.cc-field.email-added": "{{email}} foi adicionado", + "new-request-form.cc-field.email-label": "{{email}} – Pressione Backspace para remover", + "new-request-form.cc-field.email-removed": "{{email}} foi removido", + "new-request-form.cc-field.emails-added": "{{emails}} foram adicionados", + "new-request-form.cc-field.invalid-email": "Endereço de e-mail inválido", + "new-request-form.close-label": "Fechar", + "new-request-form.credit-card-digits-hint": "(Últimos 4 dígitos)", + "new-request-form.dropdown.empty-option": "Selecionar uma opção", + "new-request-form.parent-request-link": "Acompanhamento da solicitação {{parentId}}", + "new-request-form.required-fields-info": "Os campos marcados com um asterisco (*) são obrigatórios.", + "new-request-form.submit": "Enviar", + "new-request-form.suggested-articles": "Artigos sugeridos" +}; + +var pt$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: pt +}); + +var ro = { + "new-request-form.answer-bot-modal.footer-content": "Dacă reușește, putem închide solicitarea recentă {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Acest articol răspunde la întrebare?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Nu, am nevoie de ajutor", + "new-request-form.answer-bot-modal.request-closed": "Grozav. Solicitarea a fost închisă.", + "new-request-form.answer-bot-modal.request-submitted": "Solicitarea a fost transmisă cu succes", + "new-request-form.answer-bot-modal.solve-error": "A apărut o eroare la închiderea solicitării", + "new-request-form.answer-bot-modal.solve-request": "Da, închideți solicitarea", + "new-request-form.answer-bot-modal.title": "Cât așteptați, vreunul dintre aceste articole răspunde la întrebarea dumneavoastră?", + "new-request-form.answer-bot-modal.view-article": "Vizualizare articol", + "new-request-form.attachments.choose-file-label": "Alegeți un fișier sau glisați și fixați aici", + "new-request-form.attachments.drop-files-label": "Glisați fișierele aici", + "new-request-form.attachments.remove-file": "Eliminare fișier", + "new-request-form.attachments.stop-upload": "Oprire încărcare", + "new-request-form.attachments.upload-error-description": "A apărut o eroare la încărcarea {{fileName}}. Încercați din nou sau încărcați un alt fișier.", + "new-request-form.attachments.upload-error-title": "Eroare de încărcare", + "new-request-form.attachments.uploading": "Se încarcă {{fileName}}", + "new-request-form.cc-field.container-label": "E-mailuri CC selectate", + "new-request-form.cc-field.email-added": "{{email}} a fost adăugată", + "new-request-form.cc-field.email-label": "{{email}} - Apăsați Backspace pentru a elimina", + "new-request-form.cc-field.email-removed": "{{email}} a fost eliminată", + "new-request-form.cc-field.emails-added": "{{emails}} au fost adăugate", + "new-request-form.cc-field.invalid-email": "Adresă de e-mail nevalidă", + "new-request-form.close-label": "Închidere", + "new-request-form.credit-card-digits-hint": "(Ultimele 4 cifre)", + "new-request-form.dropdown.empty-option": "Selectați o opțiune", + "new-request-form.parent-request-link": "Continuarea comunicării pentru solicitarea {{parentId}}", + "new-request-form.required-fields-info": "Câmpurile marcate cu un asterisc (*) sunt obligatorii.", + "new-request-form.submit": "Trimitere", + "new-request-form.suggested-articles": "Articole sugerate" +}; + +var ro$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: ro +}); + +var ru = { + "new-request-form.answer-bot-modal.footer-content": "Если да, мы можем закрыть запрос {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Есть ли в этой статье ответ на вопрос?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Нет, мне нужна помощь", + "new-request-form.answer-bot-modal.request-closed": "Превосходно. Запрос закрыт.", + "new-request-form.answer-bot-modal.request-submitted": "Ваш запрос отправлен", + "new-request-form.answer-bot-modal.solve-error": "Ошибка при закрытии запроса", + "new-request-form.answer-bot-modal.solve-request": "Да, закрыть мой запрос", + "new-request-form.answer-bot-modal.title": "Пока вы ожидаете, есть ли в какой-то из этих статей ответ на ваш вопрос?", + "new-request-form.answer-bot-modal.view-article": "Просмотреть статью", + "new-request-form.attachments.choose-file-label": "Выберите файл или перетащите его сюда", + "new-request-form.attachments.drop-files-label": "Перетащите файлы сюда", + "new-request-form.attachments.remove-file": "Удалить файл", + "new-request-form.attachments.stop-upload": "Остановить выкладывание", + "new-request-form.attachments.upload-error-description": "Ошибка при выкладывании {{fileName}}. Повторите попытку или выложите другой файл.", + "new-request-form.attachments.upload-error-title": "Ошибка выкладывания", + "new-request-form.attachments.uploading": "Выкладывание {{fileName}}", + "new-request-form.cc-field.container-label": "Выбранные письма для копии", + "new-request-form.cc-field.email-added": "Адрес {{email}} добавлен", + "new-request-form.cc-field.email-label": "{{email}} — нажмите клавишу Backspace для удаления", + "new-request-form.cc-field.email-removed": "Адрес {{email}} удален", + "new-request-form.cc-field.emails-added": "Добавлены адреса {{emails}}", + "new-request-form.cc-field.invalid-email": "Недействительный адрес электронной почты", + "new-request-form.close-label": "Закрыть", + "new-request-form.credit-card-digits-hint": "(последние 4 цифры)", + "new-request-form.dropdown.empty-option": "Выберите вариант", + "new-request-form.parent-request-link": "Дополнение к запросу {{parentId}}", + "new-request-form.required-fields-info": "Помеченные звездочкой (*) поля обязательны для заполнения.", + "new-request-form.submit": "Отправить", + "new-request-form.suggested-articles": "Предложенные статьи" +}; + +var ru$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: ru +}); + +var sk = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var sk$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: sk +}); + +var sl = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var sl$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: sl +}); + +var sq = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var sq$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: sq +}); + +var srMe = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var srMe$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: srMe +}); + +var sr = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var sr$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: sr +}); + +var sv = { + "new-request-form.answer-bot-modal.footer-content": "Om den gör det kan vi stänga din förfrågan {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Besvarar denna artikel din fråga?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Nej, jag behöver hjälp", + "new-request-form.answer-bot-modal.request-closed": "Utmärkt. Din förfrågan har stängts.", + "new-request-form.answer-bot-modal.request-submitted": "Din förfrågan har skickats in", + "new-request-form.answer-bot-modal.solve-error": "Ett fel inträffade när din förfrågan stängdes", + "new-request-form.answer-bot-modal.solve-request": "Ja, stäng min förfrågan", + "new-request-form.answer-bot-modal.title": "Medan du väntar, besvarar någon av dessa artiklar din fråga?", + "new-request-form.answer-bot-modal.view-article": "Visa artikel", + "new-request-form.attachments.choose-file-label": "Välj en fil eller dra och släpp den här", + "new-request-form.attachments.drop-files-label": "Släpp filer här", + "new-request-form.attachments.remove-file": "Ta bort fil", + "new-request-form.attachments.stop-upload": "Stoppa uppladdning", + "new-request-form.attachments.upload-error-description": "Ett fel inträffade vid uppladdning av {{fileName}}. Försök igen eller ladda upp en annan fil.", + "new-request-form.attachments.upload-error-title": "Uppladdningsfel", + "new-request-form.attachments.uploading": "Laddar upp {{fileName}}", + "new-request-form.cc-field.container-label": "Valda kopierade e-postmeddelanden", + "new-request-form.cc-field.email-added": "{{email}} har lagts till", + "new-request-form.cc-field.email-label": "{{email}} – Tryck på backstegtangenten för att ta bort", + "new-request-form.cc-field.email-removed": "{{email}} har tagits bort", + "new-request-form.cc-field.emails-added": "{{emails}} har lagts till", + "new-request-form.cc-field.invalid-email": "Ogiltig e-postadress", + "new-request-form.close-label": "Stäng", + "new-request-form.credit-card-digits-hint": "(4 sista siffror)", + "new-request-form.dropdown.empty-option": "Välj ett alternativ", + "new-request-form.parent-request-link": "Uppföljning av förfrågan {{parentId}}", + "new-request-form.required-fields-info": "Fält markerade med en asterisk (*) är obligatoriska.", + "new-request-form.submit": "Skicka in", + "new-request-form.suggested-articles": "Föreslagna artiklar" +}; + +var sv$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: sv +}); + +var th = { + "new-request-form.answer-bot-modal.footer-content": "หากใช่ เราจะสามารถปิดคำร้องขอ {{requestId}} ของคุณได้", + "new-request-form.answer-bot-modal.footer-title": "บทความนี้ได้ตอบข้อสงสัยของคุณหรือไม่", + "new-request-form.answer-bot-modal.mark-irrelevant": "ไม่ ฉันต้องการความช่วยเหลือ", + "new-request-form.answer-bot-modal.request-closed": "ยอดเลย คำร้องขอของคุณปิดลงแล้ว", + "new-request-form.answer-bot-modal.request-submitted": "ส่งคำร้องขอของคุณเรียบร้อยแล้ว", + "new-request-form.answer-bot-modal.solve-error": "เกิดข้อผิดพลาดในการปิดคําร้องขอของคุณ", + "new-request-form.answer-bot-modal.solve-request": "ใช่ ปิดคำร้องขอของฉัน", + "new-request-form.answer-bot-modal.title": "ขณะที่กำลังรอ บทความเหล่านี้ตอบข้อสงสัยของคุณหรือไม่", + "new-request-form.answer-bot-modal.view-article": "ดูบทความ", + "new-request-form.attachments.choose-file-label": "เลือกไฟล์หรือลากแล้ววางที่นี่", + "new-request-form.attachments.drop-files-label": "วางไฟล์ที่นี่", + "new-request-form.attachments.remove-file": "ลบไฟล์ออก", + "new-request-form.attachments.stop-upload": "หยุดการอัปโหลด", + "new-request-form.attachments.upload-error-description": "เกิดข้อผิดพลาดในการอัปโหลด {{fileName}} ลองอีกครั้งหรืออัปโหลดไฟล์อื่น", + "new-request-form.attachments.upload-error-title": "เกิดข้อผิดพลาดในการอัปโหลด", + "new-request-form.attachments.uploading": "กำลังอัปโหลด {{fileName}}", + "new-request-form.cc-field.container-label": "อีเมล สำเนาถึง ที่เลือก", + "new-request-form.cc-field.email-added": "{{email}} ถูกเพิ่มแล้ว", + "new-request-form.cc-field.email-label": "{{email}} - กด Backspace เพื่อลบ", + "new-request-form.cc-field.email-removed": "{{email}} ถูกลบออกแล้ว", + "new-request-form.cc-field.emails-added": "{{emails}} ถูกเพิ่มแล้ว", + "new-request-form.cc-field.invalid-email": "ที่อยู่อีเมลไม่ถูกต้อง", + "new-request-form.close-label": "ปิด", + "new-request-form.credit-card-digits-hint": "(เลข 4 หลักสุดท้าย)", + "new-request-form.dropdown.empty-option": "เลือกตัวเลือก", + "new-request-form.parent-request-link": "ติดตามคําร้องขอ {{parentId}}", + "new-request-form.required-fields-info": "ต้องกรองช่องที่มีเครื่องหมายดอกจัน (*)", + "new-request-form.submit": "ส่ง", + "new-request-form.suggested-articles": "บทความที่แนะนำ" +}; + +var th$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: th +}); + +var tr = { + "new-request-form.answer-bot-modal.footer-content": "Yanıtlıyorsa, bu son talebinizi kapatabiliriz {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Bu makale sorunuzu yanıtlıyor mu?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Hayır, yardıma ihtiyacım var", + "new-request-form.answer-bot-modal.request-closed": "Güzel! Talebiniz kapatıldı.", + "new-request-form.answer-bot-modal.request-submitted": "Talebiniz başarıyla gönderildi", + "new-request-form.answer-bot-modal.solve-error": "Talebiniz kapatılırken bir hata oluştu", + "new-request-form.answer-bot-modal.solve-request": "Evet, talebimi kapat", + "new-request-form.answer-bot-modal.title": "Siz beklerken soralım: Bu makalelerden herhangi biri sorunuza yanıtladı mı?", + "new-request-form.answer-bot-modal.view-article": "Makaleyi görüntüle", + "new-request-form.attachments.choose-file-label": "Bir dosya seçin veya buraya sürükleyip bırakın", + "new-request-form.attachments.drop-files-label": "Dosyaları buraya bırakın", + "new-request-form.attachments.remove-file": "Dosyayı kaldır", + "new-request-form.attachments.stop-upload": "Karşıya yüklemeyi durdur", + "new-request-form.attachments.upload-error-description": "{{fileName}} karşıya yüklenirken bir hata oluştu. Yeniden deneyin veya başka bir dosya yükleyin.", + "new-request-form.attachments.upload-error-title": "Karşıya yükleme hatası", + "new-request-form.attachments.uploading": "{{fileName}} karşıya yükleniyor", + "new-request-form.cc-field.container-label": "Seçilen bilgi e-postası", + "new-request-form.cc-field.email-added": "{{email}} eklendi", + "new-request-form.cc-field.email-label": "{{email}} - Kaldırmak için Geri tuşuna basın", + "new-request-form.cc-field.email-removed": "{{email}} kaldırıldı", + "new-request-form.cc-field.emails-added": "{{emails}} eklendi", + "new-request-form.cc-field.invalid-email": "Geçersiz e-posta adresi", + "new-request-form.close-label": "Kapat", + "new-request-form.credit-card-digits-hint": "(Son 4 hane)", + "new-request-form.dropdown.empty-option": "Bir seçim yapın", + "new-request-form.parent-request-link": "{{parentId}} talep etmek için ekleyin", + "new-request-form.required-fields-info": "Yıldız işareti (*) ile işaretlenen alanların doldurulması zorunludur.", + "new-request-form.submit": "Gönder", + "new-request-form.suggested-articles": "Önerilen makaleler" +}; + +var tr$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: tr +}); + +var uk = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var uk$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: uk +}); + +var ur = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var ur$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: ur +}); + +var uz = { + "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Does this article answer your question?", + "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", + "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", + "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", + "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", + "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", + "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", + "new-request-form.answer-bot-modal.view-article": "View article", + "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", + "new-request-form.attachments.drop-files-label": "Drop files here", + "new-request-form.attachments.remove-file": "Remove file", + "new-request-form.attachments.stop-upload": "Stop upload", + "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", + "new-request-form.attachments.upload-error-title": "Upload error", + "new-request-form.attachments.uploading": "Uploading {{fileName}}", + "new-request-form.cc-field.container-label": "Selected CC emails", + "new-request-form.cc-field.email-added": "{{email}} has been added", + "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", + "new-request-form.cc-field.email-removed": "{{email}} has been removed", + "new-request-form.cc-field.emails-added": "{{emails}} have been added", + "new-request-form.cc-field.invalid-email": "Invalid email address", + "new-request-form.close-label": "Close", + "new-request-form.credit-card-digits-hint": "(Last 4 digits)", + "new-request-form.dropdown.empty-option": "Select an option", + "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", + "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", + "new-request-form.submit": "Submit", + "new-request-form.suggested-articles": "Suggested articles" +}; + +var uz$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: uz +}); + +var vi = { + "new-request-form.answer-bot-modal.footer-content": "Nếu có, chúng tôi có thể đóng yêu cầu hiện tại {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "Bài viết này có giải đáp được câu hỏi của bạn không?", + "new-request-form.answer-bot-modal.mark-irrelevant": "Không, tôi cần trợ giúp", + "new-request-form.answer-bot-modal.request-closed": "Tuyệt. Yêu cầu đã được đóng lại.", + "new-request-form.answer-bot-modal.request-submitted": "Yêu cầu của bạn đã được gửi thành công", + "new-request-form.answer-bot-modal.solve-error": "Đã xảy ra lỗi khi đóng yêu cầu của bạn", + "new-request-form.answer-bot-modal.solve-request": "Có, đóng yêu cầu của tôi", + "new-request-form.answer-bot-modal.title": "Trong thời gian chờ đợi, có bài viết nào trong số các bài viết này giải đáp được thắc mắc của bạn không?", + "new-request-form.answer-bot-modal.view-article": "Xem bài viết", + "new-request-form.attachments.choose-file-label": "Chọn một tập tin hoặc kéo và thả ở đây", + "new-request-form.attachments.drop-files-label": "Thả tập tin vào đây", + "new-request-form.attachments.remove-file": "Xóa tập tin", + "new-request-form.attachments.stop-upload": "Dừng tải lên", + "new-request-form.attachments.upload-error-description": "Đã xảy ra lỗi khi tải lên {{fileName}}. Hãy thử lại hoặc tải lên một tệp khác.", + "new-request-form.attachments.upload-error-title": "Lỗi tải lên", + "new-request-form.attachments.uploading": "Đang tải lên {{fileName}}", + "new-request-form.cc-field.container-label": "Email CC đã chọn", + "new-request-form.cc-field.email-added": "{{email}} đã được thêm", + "new-request-form.cc-field.email-label": "{{email}} - Nhấn Backspace để loại bỏ", + "new-request-form.cc-field.email-removed": "{{email}} đã bị loại bỏ", + "new-request-form.cc-field.emails-added": "{{emails}} đã được thêm", + "new-request-form.cc-field.invalid-email": "Địa chỉ email không hợp lệ", + "new-request-form.close-label": "Đóng", + "new-request-form.credit-card-digits-hint": "(4 chữ số cuối)", + "new-request-form.dropdown.empty-option": "Chọn một tùy chọn", + "new-request-form.parent-request-link": "Theo dõi để yêu cầu {{parentId}}", + "new-request-form.required-fields-info": "Các trường đánh dấu sao (*) là bắt buộc.", + "new-request-form.submit": "Gửi", + "new-request-form.suggested-articles": "Bài viết được đề xuất" +}; + +var vi$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: vi +}); + +var zhCn = { + "new-request-form.answer-bot-modal.footer-content": "如果是的话,我们将关闭最近的请求 {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "此文章解答该问题了吗?", + "new-request-form.answer-bot-modal.mark-irrelevant": "没有,我需要帮助", + "new-request-form.answer-bot-modal.request-closed": "很好。此请求已关闭。", + "new-request-form.answer-bot-modal.request-submitted": "您的请求已成功提交", + "new-request-form.answer-bot-modal.solve-error": "关闭您的请求时出错", + "new-request-form.answer-bot-modal.solve-request": "解答了,关闭我的请求", + "new-request-form.answer-bot-modal.title": "在等待的同时,看看这些文章中有没有可以解答该疑问的?", + "new-request-form.answer-bot-modal.view-article": "查看文章", + "new-request-form.attachments.choose-file-label": "选择文件或拖放到此处", + "new-request-form.attachments.drop-files-label": "将文件放在此处", + "new-request-form.attachments.remove-file": "移除文件", + "new-request-form.attachments.stop-upload": "停止上传", + "new-request-form.attachments.upload-error-description": "上传 {{fileName}} 时出错。请重试或上传另一个文件。", + "new-request-form.attachments.upload-error-title": "上传错误", + "new-request-form.attachments.uploading": "上传 {{fileName}}", + "new-request-form.cc-field.container-label": "选定的抄送电邮", + "new-request-form.cc-field.email-added": "已添加 {{email}}", + "new-request-form.cc-field.email-label": "{{email}} - 按 Backspace 键移除", + "new-request-form.cc-field.email-removed": "已移除 {{email}}", + "new-request-form.cc-field.emails-added": "已添加 {{emails}}", + "new-request-form.cc-field.invalid-email": "无效电邮地址", + "new-request-form.close-label": "关闭", + "new-request-form.credit-card-digits-hint": "(最后 4 位数)", + "new-request-form.dropdown.empty-option": "选择一个选项", + "new-request-form.parent-request-link": "跟进请求 {{parentId}}", + "new-request-form.required-fields-info": "标有星号 (*) 的字段是必填字段。", + "new-request-form.submit": "提交", + "new-request-form.suggested-articles": "推荐文章" +}; + +var zhCn$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: zhCn +}); + +var zhTw = { + "new-request-form.answer-bot-modal.footer-content": "若是,我們可關閉近期的請求 {{requestId}}", + "new-request-form.answer-bot-modal.footer-title": "此文章是否已回答該問題?", + "new-request-form.answer-bot-modal.mark-irrelevant": "不,我仍需要幫助", + "new-request-form.answer-bot-modal.request-closed": "太好了。此請求已關閉。", + "new-request-form.answer-bot-modal.request-submitted": "已成功提交請求", + "new-request-form.answer-bot-modal.solve-error": "關閉您的請求時發生錯誤", + "new-request-form.answer-bot-modal.solve-request": "是,關閉我的請求", + "new-request-form.answer-bot-modal.title": "在等待時,這些文章是否已回答該疑問?", + "new-request-form.answer-bot-modal.view-article": "檢視文章", + "new-request-form.attachments.choose-file-label": "選擇檔案,或將檔案拖放到這裡", + "new-request-form.attachments.drop-files-label": "將檔案放置在此處", + "new-request-form.attachments.remove-file": "移除檔案", + "new-request-form.attachments.stop-upload": "停止上傳", + "new-request-form.attachments.upload-error-description": "上傳 {{fileName}} 時發生錯誤。請再試一次,或上傳另一個檔案。", + "new-request-form.attachments.upload-error-title": "上傳錯誤", + "new-request-form.attachments.uploading": "正在上傳 {{fileName}}", + "new-request-form.cc-field.container-label": "已選取副本電子郵件地址", + "new-request-form.cc-field.email-added": "已新增 {{email}}", + "new-request-form.cc-field.email-label": "{{email}}:按 Backspace 鍵移除", + "new-request-form.cc-field.email-removed": "已移除 {{email}}", + "new-request-form.cc-field.emails-added": "已新增 {{emails}}", + "new-request-form.cc-field.invalid-email": "無效電子郵件地址", + "new-request-form.close-label": "關閉", + "new-request-form.credit-card-digits-hint": "(最後 4 位數)", + "new-request-form.dropdown.empty-option": "選取一個選項", + "new-request-form.parent-request-link": "請求 {{parentId}} 的後續跟進", + "new-request-form.required-fields-info": "標有星號 (*) 的欄位為必填欄位。", + "new-request-form.submit": "提交", + "new-request-form.suggested-articles": "推薦文章" +}; + +var zhTw$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, + default: zhTw +}); + +export { kk$1 as $, enXObsolete$1 as A, enXPseudo$1 as B, enXTest$1 as C, es419$1 as D, esEs$1 as E, es$1 as F, et$1 as G, eu$1 as H, faAf$1 as I, fa$1 as J, fi$1 as K, fil$1 as L, fo$1 as M, frCa$1 as N, fr$1 as O, ga$1 as P, he$1 as Q, hi$1 as R, hr$1 as S, hu$1 as T, hy$1 as U, id$1 as V, is$1 as W, itCh$1 as X, it$1 as Y, ja$1 as Z, ka$1 as _, af$1 as a, klDk$1 as a0, ko$1 as a1, ku$1 as a2, lt$1 as a3, lv$1 as a4, mk$1 as a5, mn$1 as a6, ms$1 as a7, mt$1 as a8, my$1 as a9, nlBe$1 as aa, nl$1 as ab, no$1 as ac, pl$1 as ad, ptBr$1 as ae, pt$1 as af, ro$1 as ag, ru$1 as ah, sk$1 as ai, sl$1 as aj, sq$1 as ak, srMe$1 as al, sr$1 as am, sv$1 as an, th$1 as ao, tr$1 as ap, uk$1 as aq, ur$1 as ar, uz$1 as as, vi$1 as at, zhCn$1 as au, zhTw$1 as av, arXPseudo$1 as b, ar$1 as c, az$1 as d, be$1 as e, bg$1 as f, bn$1 as g, bs$1 as h, ca$1 as i, cs$1 as j, cy$1 as k, da$1 as l, deXInformal$1 as m, de$1 as n, el$1 as o, en001$1 as p, en150$1 as q, enAu$1 as r, enCa$1 as s, enGb$1 as t, enMy$1 as u, enPh$1 as v, enSe$1 as w, enUs$1 as x, enXDev$1 as y, enXKeys$1 as z }; diff --git a/assets/shared-bundle.js b/assets/shared-bundle.js index 4ad5b0e68..494c9ef7d 100644 --- a/assets/shared-bundle.js +++ b/assets/shared-bundle.js @@ -1,4 +1,250 @@ -function e(e,t){return t.forEach((function(t){t&&"string"!=typeof t&&!Array.isArray(t)&&Object.keys(t).forEach((function(n){if("default"!==n&&!(n in e)){var r=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(e,n,r.get?r:{enumerable:!0,get:function(){return t[n]}})}}))})),Object.freeze(e)}var t="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function n(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var r,o,a={exports:{}},i={};function s(){if(o)return r;o=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;return r=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;var r=Object.getOwnPropertyNames(t).map((function(e){return t[e]}));if("0123456789"!==r.join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(r,o){for(var a,i,s=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(r),l=1;l=b},o=function(){},e.unstable_forceFrameRate=function(e){0>e||125>>1,o=e[r];if(!(void 0!==o&&0S(i,n))void 0!==l&&0>S(l,i)?(e[r]=l,e[s]=n,r=s):(e[r]=i,e[a]=n,r=a);else{if(!(void 0!==l&&0>S(l,n)))break e;e[r]=l,e[s]=n,r=s}}}return t}return null}function S(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}var C=[],O=[],I=1,P=null,T=3,N=!1,A=!1,R=!1;function L(e){for(var t=k(O);null!==t;){if(null===t.callback)E(O);else{if(!(t.startTime<=e))break;E(O),t.sortIndex=t.expirationTime,x(C,t)}t=k(O)}}function j(e){if(R=!1,L(e),!A)if(null!==k(C))A=!0,t(M);else{var r=k(O);null!==r&&n(j,r.startTime-e)}}function M(t,o){A=!1,R&&(R=!1,r()),N=!0;var a=T;try{for(L(o),P=k(C);null!==P&&(!(P.expirationTime>o)||t&&!e.unstable_shouldYield());){var i=P.callback;if("function"==typeof i){P.callback=null,T=P.priorityLevel;var s=i(P.expirationTime<=o);o=e.unstable_now(),"function"==typeof s?P.callback=s:P===k(C)&&E(C),L(o)}else E(C);P=k(C)}if(null!==P)var l=!0;else{var c=k(O);null!==c&&n(j,c.startTime-o),l=!1}return l}finally{P=null,T=a,N=!1}}var D=o;e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(e){e.callback=null},e.unstable_continueExecution=function(){A||N||(A=!0,t(M))},e.unstable_getCurrentPriorityLevel=function(){return T},e.unstable_getFirstCallbackNode=function(){return k(C)},e.unstable_next=function(e){switch(T){case 1:case 2:case 3:var t=3;break;default:t=T}var n=T;T=t;try{return e()}finally{T=n}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=D,e.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=T;T=e;try{return t()}finally{T=n}},e.unstable_scheduleCallback=function(o,a,i){var s=e.unstable_now();switch(i="object"==typeof i&&null!==i&&"number"==typeof(i=i.delay)&&0s?(o.sortIndex=i,x(O,o),null===k(C)&&o===k(O)&&(R?r():R=!0,n(j,i-s))):(o.sortIndex=l,x(C,o),A||N||(A=!0,t(M))),o},e.unstable_wrapCallback=function(e){var t=T;return function(){var n=T;T=t;try{return e.apply(this,arguments)}finally{T=n}}}}(k)),k)),x.exports} +function _mergeNamespaces(n, m) { + m.forEach(function (e) { + e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) { + if (k !== 'default' && !(k in n)) { + var d = Object.getOwnPropertyDescriptor(e, k); + Object.defineProperty(n, k, d.get ? d : { + enumerable: true, + get: function () { return e[k]; } + }); + } + }); + }); + return Object.freeze(n); +} + +var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; + +function getDefaultExportFromCjs (x) { + return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x; +} + +var jsxRuntime = {exports: {}}; + +var reactJsxRuntime_production_min = {}; + +/* +object-assign +(c) Sindre Sorhus +@license MIT +*/ + +var objectAssign; +var hasRequiredObjectAssign; + +function requireObjectAssign () { + if (hasRequiredObjectAssign) return objectAssign; + hasRequiredObjectAssign = 1; + /* eslint-disable no-unused-vars */ + var getOwnPropertySymbols = Object.getOwnPropertySymbols; + var hasOwnProperty = Object.prototype.hasOwnProperty; + var propIsEnumerable = Object.prototype.propertyIsEnumerable; + + function toObject(val) { + if (val === null || val === undefined) { + throw new TypeError('Object.assign cannot be called with null or undefined'); + } + + return Object(val); + } + + function shouldUseNative() { + try { + if (!Object.assign) { + return false; + } + + // Detect buggy property enumeration order in older V8 versions. + + // https://bugs.chromium.org/p/v8/issues/detail?id=4118 + var test1 = new String('abc'); // eslint-disable-line no-new-wrappers + test1[5] = 'de'; + if (Object.getOwnPropertyNames(test1)[0] === '5') { + return false; + } + + // https://bugs.chromium.org/p/v8/issues/detail?id=3056 + var test2 = {}; + for (var i = 0; i < 10; i++) { + test2['_' + String.fromCharCode(i)] = i; + } + var order2 = Object.getOwnPropertyNames(test2).map(function (n) { + return test2[n]; + }); + if (order2.join('') !== '0123456789') { + return false; + } + + // https://bugs.chromium.org/p/v8/issues/detail?id=3056 + var test3 = {}; + 'abcdefghijklmnopqrst'.split('').forEach(function (letter) { + test3[letter] = letter; + }); + if (Object.keys(Object.assign({}, test3)).join('') !== + 'abcdefghijklmnopqrst') { + return false; + } + + return true; + } catch (err) { + // We don't expect any of the above to throw, but better to be safe. + return false; + } + } + + objectAssign = shouldUseNative() ? Object.assign : function (target, source) { + var from; + var to = toObject(target); + var symbols; + + for (var s = 1; s < arguments.length; s++) { + from = Object(arguments[s]); + + for (var key in from) { + if (hasOwnProperty.call(from, key)) { + to[key] = from[key]; + } + } + + if (getOwnPropertySymbols) { + symbols = getOwnPropertySymbols(from); + for (var i = 0; i < symbols.length; i++) { + if (propIsEnumerable.call(from, symbols[i])) { + to[symbols[i]] = from[symbols[i]]; + } + } + } + } + + return to; + }; + return objectAssign; +} + +var react = {exports: {}}; + +var react_production_min = {}; + +/** @license React v17.0.2 + * react.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +var hasRequiredReact_production_min; + +function requireReact_production_min () { + if (hasRequiredReact_production_min) return react_production_min; + hasRequiredReact_production_min = 1; +var l=requireObjectAssign(),n=60103,p=60106;react_production_min.Fragment=60107;react_production_min.StrictMode=60108;react_production_min.Profiler=60114;var q=60109,r=60110,t=60112;react_production_min.Suspense=60113;var u=60115,v=60116; + if("function"===typeof Symbol&&Symbol.for){var w=Symbol.for;n=w("react.element");p=w("react.portal");react_production_min.Fragment=w("react.fragment");react_production_min.StrictMode=w("react.strict_mode");react_production_min.Profiler=w("react.profiler");q=w("react.provider");r=w("react.context");t=w("react.forward_ref");react_production_min.Suspense=w("react.suspense");u=w("react.memo");v=w("react.lazy");}var x="function"===typeof Symbol&&Symbol.iterator; + function y(a){if(null===a||"object"!==typeof a)return null;a=x&&a[x]||a["@@iterator"];return "function"===typeof a?a:null}function z(a){for(var b="https://reactjs.org/docs/error-decoder.html?invariant="+a,c=1;c= + E};k=function(){};exports.unstable_forceFrameRate=function(a){0>a||125>>1,e=a[d];if(void 0!==e&&0I(n,c))void 0!==r&&0>I(r,n)?(a[d]=r,a[v]=c,d=v):(a[d]=n,a[m]=c,d=m);else if(void 0!==r&&0>I(r,c))a[d]=r,a[v]=c,d=v;else break a}}return b}return null}function I(a,b){var c=a.sortIndex-b.sortIndex;return 0!==c?c:a.id-b.id}var L=[],M=[],N=1,O=null,P=3,Q=!1,R=!1,S=!1; + function T(a){for(var b=J(M);null!==b;){if(null===b.callback)K(M);else if(b.startTime<=a)K(M),b.sortIndex=b.expirationTime,H(L,b);else break;b=J(M);}}function U(a){S=!1;T(a);if(!R)if(null!==J(L))R=!0,f(V);else {var b=J(M);null!==b&&g(U,b.startTime-a);}} + function V(a,b){R=!1;S&&(S=!1,h());Q=!0;var c=P;try{T(b);for(O=J(L);null!==O&&(!(O.expirationTime>b)||a&&!exports.unstable_shouldYield());){var d=O.callback;if("function"===typeof d){O.callback=null;P=O.priorityLevel;var e=d(O.expirationTime<=b);b=exports.unstable_now();"function"===typeof e?O.callback=e:O===J(L)&&K(L);T(b);}else K(L);O=J(L);}if(null!==O)var m=!0;else {var n=J(M);null!==n&&g(U,n.startTime-b);m=!1;}return m}finally{O=null,P=c,Q=!1;}}var W=k;exports.unstable_IdlePriority=5; + exports.unstable_ImmediatePriority=1;exports.unstable_LowPriority=4;exports.unstable_NormalPriority=3;exports.unstable_Profiling=null;exports.unstable_UserBlockingPriority=2;exports.unstable_cancelCallback=function(a){a.callback=null;};exports.unstable_continueExecution=function(){R||Q||(R=!0,f(V));};exports.unstable_getCurrentPriorityLevel=function(){return P};exports.unstable_getFirstCallbackNode=function(){return J(L)}; + exports.unstable_next=function(a){switch(P){case 1:case 2:case 3:var b=3;break;default:b=P;}var c=P;P=b;try{return a()}finally{P=c;}};exports.unstable_pauseExecution=function(){};exports.unstable_requestPaint=W;exports.unstable_runWithPriority=function(a,b){switch(a){case 1:case 2:case 3:case 4:case 5:break;default:a=3;}var c=P;P=a;try{return b()}finally{P=c;}}; + exports.unstable_scheduleCallback=function(a,b,c){var d=exports.unstable_now();"object"===typeof c&&null!==c?(c=c.delay,c="number"===typeof c&&0d?(a.sortIndex=c,H(M,a),null===J(L)&&a===J(M)&&(S?h():S=!0,g(U,c-d))):(a.sortIndex=e,H(L,a),R||Q||(R=!0,f(V)));return a}; + exports.unstable_wrapCallback=function(a){var b=P;return function(){var c=P;P=b;try{return a.apply(this,arguments)}finally{P=c;}}}; + } (scheduler_production_min)); + return scheduler_production_min; +} + +var hasRequiredScheduler; + +function requireScheduler () { + if (hasRequiredScheduler) return scheduler.exports; + hasRequiredScheduler = 1; + + { + scheduler.exports = requireScheduler_production_min(); + } + return scheduler.exports; +} + /** @license React v17.0.2 * react-dom.production.min.js * @@ -6,30 +252,34951 @@ function e(e,t){return t.forEach((function(t){t&&"string"!=typeof t&&!Array.isAr * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */!function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}(),y.exports=function(){if(v)return w;v=1;var e=p,t=s(),n=E();function r(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n