diff --git a/assets/flash-notifications-bundle.js b/assets/flash-notifications-bundle.js index c7f44c09d..814db38ef 100644 --- a/assets/flash-notifications-bundle.js +++ b/assets/flash-notifications-bundle.js @@ -1 +1,64 @@ -import{u as e,r as s,j as o,N as n,T as t,C as a,a9 as r,a6 as i,a7 as c,a8 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/navigation-bundle.js b/assets/navigation-bundle.js index c943a7015..1ccd976a5 100644 --- a/assets/navigation-bundle.js +++ b/assets/navigation-bundle.js @@ -1 +1,298 @@ -import{aa as e,r as s,j as a,ab as t,ac as r,ad as l,ae as n,a6 as i,a7 as d,a8 as c}from"shared";import{T as o,S as m,M as h,C as u,P as x,L as g,a as f,B as p,b}from"index";const j=new class{key;constructor(e){this.key=e}set(s){const a=JSON.stringify(s);e.set(this.key,a,{expires:365,domain:"zendesk.com"})}get(){const s=e.get(this.key);if(s)return JSON.parse(s)}remove(){e.remove(this.key,{domain:"zendesk.com"})}}("uniswap-ui-theme"),w=s.createContext(void 0),k=()=>{const e=s.useContext(w);if(void 0===e)throw new Error("useUIProvider must be used within a UIProvider");return e},N=({children:e})=>{const[t,r]=s.useState("light");s.useEffect((()=>{if("undefined"!=typeof window){const e=j.get();e?r(e):j.set("light")}}),[]);return a.jsx(w.Provider,{value:{theme:t,toggleTheme:()=>{r((e=>{const s="dark"===e?"light":"dark";return j.set(s),document.documentElement.classList.toggle("dark","dark"===s),s}))}},children:e})},v=()=>{const{toggleTheme:e,theme:s}=k();return a.jsxs(t,{checked:"dark"===s,onChange:e,className:r("group relative inline-flex h-8 w-[3.75rem] items-center rounded-full",{"bg-light-surface-3":"light"===s,"bg-dark-surface-3":"dark"===s}),"aria-label":"Toggle theme",children:[a.jsx("span",{className:"flex h-6 w-6 translate-x-1 items-center justify-center rounded-full bg-white transition group-data-[checked]:translate-x-8",children:a.jsx(o,{className:"h-4 w-4",icon:"dark"===s?"moon":"sun"})}),a.jsx(m,{className:"absolute left-2 h-4 w-4"}),a.jsx(h,{className:"absolute right-2 h-4 w-4"})]})},y=({isOpen:e,close:t})=>{const{theme:i}=k(),[d,c]=s.useState(!1),o=()=>{c(!1),setTimeout(t,100)};return s.useEffect((()=>{e&&setTimeout((()=>c(!0)),100)}),[e]),a.jsx(l,{open:e,onClose:o,className:"MobileMenuModal relative z-modal md:hidden",children:a.jsx("div",{className:r("fixed bottom-0 left-0 right-0 flex w-screen translate-y-0 items-center transition-all",{"opacity-1 translate-y-0":d,"translate-y-4 opacity-0":!d}),children:a.jsxs(n,{className:r("w-full rounded-t-large border-t px-margin-mobile",{"border-dark-surface-3 bg-dark-surface-1":"dark"===i,"border-light-surface-3 bg-light-surface-1":"light"===i}),children:[a.jsxs("div",{className:"pt-padding-x-large",children:[a.jsx("button",{onClick:o,className:"group absolute right-0 top-0 px-margin-mobile py-padding-x-large",children:a.jsx(u,{className:"h-3.5 w-3.5"})}),a.jsx("nav",{}),a.jsx("div",{className:r("my-3 border-t",{"border-dark-surface-3":"dark"===i,"border-light-surface-3":"light"===i})}),a.jsxs("div",{className:"flex flex-row items-center justify-between",children:[a.jsx("h3",{className:r("body-1",{"text-light-neutral-1":"light"===i,"text-dark-neutral-1":"dark"===i}),children:"Theme"}),a.jsx(v,{})]})]}),a.jsx("div",{className:"py-padding-large",children:a.jsx(x,{onClick:o,className:"ml-padding-small-dense",label:"Submit Request",href:"https://support.uniswap.org/hc/en-us/requests/new",size:"large",theme:i,color:"accent-2",fullWidth:!0})})]})})})},S=()=>{const[e,t]=s.useState(!1),[l,n]=s.useState(!1);return s.useEffect((()=>{const e=()=>{const e=window.scrollY;t(0===e)};return e(),window.addEventListener("scroll",e,{passive:!0}),()=>{window.removeEventListener("scroll",e)}}),[t]),a.jsxs(N,{children:[a.jsx("nav",{className:r("Navigation fixed top-0 left-0 right-0 z-nav flex w-screen justify-center bg-light-surface-1 dark:border-dark-surface-3 dark:bg-dark-surface-1",{"border-b":!e}),children:a.jsxs("div",{className:"flex w-full flex-row items-center justify-between border-light-surface-3 px-4 py-[1.15625rem] md:px-[0.9375rem] md:py-3 md:h-[4.5rem]",children:[a.jsx("div",{className:"flex flex-row items-center",children:a.jsxs(g,{href:"/",className:"flex flex-row items-center",children:[a.jsx(f,{className:"mb-[0.1875rem] h-8 w-8"}),a.jsx("p",{className:"body-3 md:button-label-2 ml-2 text-light-accent-1 dark:text-dark-accent-1",children:"Uniswap Support"})]})}),a.jsx("div",{className:"md:hidden",children:a.jsx(p,{onClick:()=>{n((e=>!e))},children:a.jsx(b,{className:"h-padding-large w-padding-large"})})}),a.jsxs("div",{className:"hidden md:flex",children:[a.jsx(v,{}),a.jsx(x,{className:"ml-padding-small-dense !my-auto !py-0 !h-8",label:"Submit Request",href:"https://support.uniswap.org/hc/en-us/requests/new",color:"accent-2"})]})]})}),a.jsx("div",{className:r("fixed inset-0 z-scrim bg-scrim transition duration-500",{"pointer-events-none opacity-0":!l,"opacity-1":l})}),a.jsx(y,{isOpen:l,close:()=>{n(!1)}})]})};async function C(e,s){i.render(a.jsx(d,{theme:c(e),children:a.jsx(S,{})}),s)}export{C as renderNavigation}; +import { + aa as api, + r as reactExports, + j as jsxRuntimeExports, + ab as Ye, + ac as cn, + ad as yt, + ae as je, + a6 as reactDomExports, + a7 as ThemeProviders, + a8 as createTheme, +} from "shared"; +import { + T as ThemeIconMap, + S as Sun, + M as Moon, + C as Close, + P as PrimaryButton, + L as LinkBase, + a as MiniUnicon, + B as ButtonBase, + b as Menu, +} from "index"; + +class StorageManager { + key; + constructor(key) { + this.key = key; + } + set(value) { + const valueToSet = JSON.stringify(value); + api.set(this.key, valueToSet, { expires: 365, domain: "zendesk.com" }); + } + get() { + const value = api.get(this.key); + if (value) { + return JSON.parse(value); + } + return undefined; + } + remove() { + api.remove(this.key, { domain: "zendesk.com" }); + } +} +const THEME_STORAGE_NAME = "uniswap-ui-theme"; +const ThemeManager = new StorageManager(THEME_STORAGE_NAME); + +const UIContext = reactExports.createContext(undefined); +const useUIProvider = () => { + const context = reactExports.useContext(UIContext); + if (context === undefined) { + throw new Error("useUIProvider must be used within a UIProvider"); + } + return context; +}; +const UIProvider = ({ children }) => { + const [theme, setTheme] = reactExports.useState("light"); + reactExports.useEffect(() => { + if (typeof window !== "undefined") { + const currentTheme = ThemeManager.get(); + if (!currentTheme) { + ThemeManager.set("light"); + } else { + setTheme(currentTheme); + } + } + }, []); + const toggleTheme = () => { + setTheme((prev) => { + const newTheme = prev === "dark" ? "light" : "dark"; + ThemeManager.set(newTheme); + document.documentElement.classList.toggle("dark", newTheme === "dark"); // Toggles the dark class + return newTheme; + }); + }; + return jsxRuntimeExports.jsx(UIContext.Provider, { + value: { + theme, + toggleTheme, + }, + children: children, + }); +}; + +const ThemeSwitch = () => { + const { toggleTheme, theme } = useUIProvider(); + return jsxRuntimeExports.jsxs(Ye, { + checked: theme === "dark", + onChange: toggleTheme, + className: cn( + "group relative inline-flex h-8 w-[3.75rem] items-center rounded-full", + { + "bg-light-surface-3": theme === "light", + "bg-dark-surface-3": theme === "dark", + } + ), + "aria-label": "Toggle theme", + children: [ + jsxRuntimeExports.jsx("span", { + className: + "flex h-6 w-6 translate-x-1 items-center justify-center rounded-full bg-white transition group-data-[checked]:translate-x-8", + children: jsxRuntimeExports.jsx(ThemeIconMap, { + className: "h-4 w-4", + icon: theme === "dark" ? "moon" : "sun", + }), + }), + jsxRuntimeExports.jsx(Sun, { className: "absolute left-2 h-4 w-4" }), + jsxRuntimeExports.jsx(Moon, { className: "absolute right-2 h-4 w-4" }), + ], + }); +}; + +const MobileMenuModal = ({ isOpen, close }) => { + const { theme } = useUIProvider(); + const [modalTransition, setModalTransition] = reactExports.useState(false); + const handleClose = () => { + setModalTransition(false); + setTimeout(close, 100); + }; + reactExports.useEffect(() => { + if (isOpen) { + setTimeout(() => setModalTransition(true), 100); + } + }, [isOpen]); + return jsxRuntimeExports.jsx(yt, { + open: isOpen, + onClose: handleClose, + className: "MobileMenuModal relative z-modal md:hidden", + children: jsxRuntimeExports.jsx("div", { + className: cn( + "fixed bottom-0 left-0 right-0 flex w-screen translate-y-0 items-center transition-all", + { + "opacity-1 translate-y-0": modalTransition, + "translate-y-4 opacity-0": !modalTransition, + } + ), + children: jsxRuntimeExports.jsxs(je, { + className: cn("w-full rounded-t-large border-t px-margin-mobile", { + "border-dark-surface-3 bg-dark-surface-1": theme === "dark", + "border-light-surface-3 bg-light-surface-1": theme === "light", + }), + children: [ + jsxRuntimeExports.jsxs("div", { + className: "pt-padding-x-large", + children: [ + jsxRuntimeExports.jsx("button", { + onClick: handleClose, + className: + "group absolute right-0 top-0 px-margin-mobile py-padding-x-large", + children: jsxRuntimeExports.jsx(Close, { + className: "h-3.5 w-3.5", + }), + }), + jsxRuntimeExports.jsx("nav", {}), + jsxRuntimeExports.jsx("div", { + className: cn("my-3 border-t", { + "border-dark-surface-3": theme === "dark", + "border-light-surface-3": theme === "light", + }), + }), + jsxRuntimeExports.jsxs("div", { + className: "flex flex-row items-center justify-between", + children: [ + jsxRuntimeExports.jsx("h3", { + className: cn("body-1", { + "text-light-neutral-1": theme === "light", + "text-dark-neutral-1": theme === "dark", + }), + children: "Theme", + }), + jsxRuntimeExports.jsx(ThemeSwitch, {}), + ], + }), + ], + }), + jsxRuntimeExports.jsx("div", { + className: "py-padding-large", + children: jsxRuntimeExports.jsx(PrimaryButton, { + onClick: handleClose, + className: "ml-padding-small-dense", + label: "Submit Request", + href: "https://support.uniswap.org/hc/en-us/requests/new", + size: "large", + theme: theme, + color: "accent-2", + fullWidth: true, + }), + }), + ], + }), + }), + }); +}; + +const Navigation = () => { + const [scrollIsOnTop, setScrollIsOnTop] = reactExports.useState(false); + const [menuIsOpen, setMenuIsOpen] = reactExports.useState(false); + reactExports.useEffect(() => { + const handleScroll = () => { + const position = window.scrollY; + if (position === 0) { + setScrollIsOnTop(true); + } else { + setScrollIsOnTop(false); + } + }; + handleScroll(); + window.addEventListener("scroll", handleScroll, { passive: true }); + return () => { + window.removeEventListener("scroll", handleScroll); + }; + }, [setScrollIsOnTop]); + return jsxRuntimeExports.jsxs(UIProvider, { + children: [ + jsxRuntimeExports.jsx("nav", { + className: cn( + "Navigation fixed top-0 left-0 right-0 z-nav flex w-screen justify-center bg-light-surface-1 dark:border-dark-surface-3 dark:bg-dark-surface-1", + { + "border-b": !scrollIsOnTop, + } + ), + children: jsxRuntimeExports.jsxs("div", { + className: + "flex w-full flex-row items-center justify-between border-light-surface-3 px-4 py-[1.15625rem] md:px-[0.9375rem] md:py-3 md:h-[4.5rem]", + children: [ + jsxRuntimeExports.jsx("div", { + className: "flex flex-row items-center", + children: jsxRuntimeExports.jsxs(LinkBase, { + href: "/", + className: "flex flex-row items-center", + children: [ + jsxRuntimeExports.jsx(MiniUnicon, { + className: "mb-[0.1875rem] h-8 w-8", + }), + jsxRuntimeExports.jsx("p", { + className: + "body-3 md:button-label-2 ml-2 text-light-accent-1 dark:text-dark-accent-1", + children: "Uniswap Support", + }), + ], + }), + }), + jsxRuntimeExports.jsx("div", { + className: "md:hidden", + children: jsxRuntimeExports.jsx(ButtonBase, { + onClick: () => { + setMenuIsOpen((prev) => !prev); + }, + children: jsxRuntimeExports.jsx(Menu, { + className: "h-padding-large w-padding-large", + }), + }), + }), + jsxRuntimeExports.jsxs("div", { + className: "hidden md:flex", + children: [ + jsxRuntimeExports.jsx(ThemeSwitch, {}), + jsxRuntimeExports.jsx(PrimaryButton, { + className: "ml-padding-small-dense !my-auto !py-0 !h-8", + label: "Submit Request", + href: "https://support.uniswap.org/hc/en-us/requests/new", + color: "accent-2", + }), + ], + }), + ], + }), + }), + jsxRuntimeExports.jsx("div", { + className: cn( + "fixed inset-0 z-scrim bg-scrim transition duration-500", + { + "pointer-events-none opacity-0": !menuIsOpen, + "opacity-1": menuIsOpen, + } + ), + }), + jsxRuntimeExports.jsx(MobileMenuModal, { + isOpen: menuIsOpen, + close: () => { + setMenuIsOpen(false); + }, + }), + ], + }); +}; + +async function renderNavigation(settings, container) { + reactDomExports.render( + jsxRuntimeExports.jsx(ThemeProviders, { + theme: createTheme(settings), + children: jsxRuntimeExports.jsx(Navigation, {}), + }), + container + ); +} + +export { renderNavigation }; diff --git a/assets/new-request-form-bundle.js b/assets/new-request-form-bundle.js index 3c8f2e7bc..88994b408 100644 --- a/assets/new-request-form-bundle.js +++ b/assets/new-request-form-bundle.js @@ -1,61 +1,2967 @@ -import{j as e,F as n,S as t,H as s,I as r,M as a,r as o,u as i,a as l,N as u,T as c,C as d,s as m,L as f,b as h,d as p,e as j,O as b,f as g,h as x,i as w,k as v,l as q,p as y,m as k,n as _,o as C,P as S,A as I,q as T,t as F,v as P,D as R,w as L,K as $,x as E,y as N,z as D,B as M,E as V,G as A,J as z,Q as G,R as H,U as X,V as B,W as O,X as U,Y as W,Z as K,_ as Y,$ as Z,a0 as J,a1 as Q,a2 as ee,a3 as ne,a4 as te,a5 as se,a6 as re,a7 as ae,a8 as oe}from"shared";function ie({field:o,onChange:i}){const{label:l,error:u,value:c,name:d,required:m,description:f,type:h}=o,p={},j="integer"===h||"decimal"===h?"number":"text";"integer"===h&&(p.step="1"),"decimal"===h&&(p.step="any");const b="anonymous_requester_email"===h?"email":void 0;return e.jsxs(n,{children:[e.jsxs("div",{children:[l,m&&e.jsx(t,{"aria-hidden":"true",children:"*"})]}),f&&e.jsx(s,{dangerouslySetInnerHTML:{__html:f}}),e.jsx(r,{name:d,type:j,defaultValue:c&&""!==c?c:`Enter ${l}`,validation:u?"error":void 0,required:m,onChange:e=>{i&&i(e.target.value)},autoComplete:b,className:"custom-input",...p}),u&&e.jsx(a,{validation:"error",children:u})]})}const le=m(a)` +import { + j as jsxRuntimeExports, + F as Field, + L as Label, + S as Span, + I as Input$1, + M as Message, + H as Hint, + 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 Combobox, + O as Option, + f as Message$1, + h as Hint$1, + i as Checkbox$1, + k as Label$1, + l as OptGroup, + p as purify, + m as FileList, + n as File$1, + o as Tooltip, + P as Progress, + A as Anchor, + q as mime, + t as useDropzone, + v as FileUpload, + D as Datepicker, + w as useGrid, + K as KEYS, + x as focusStyles, + y as FauxInput, + z as Tag, + B as SvgAlertWarningStroke, + E as MediaInput, + G as SvgCreditCardStroke, + J as getColorV8, + Q as Header, + R as SvgCheckCircleStroke, + U as useModalContainer, + V as Modal, + W as Body, + X as Accordion, + Y as Paragraph, + Z as Footer$1, + _ as FooterItem, + $ as Button, + a0 as Close$1, + a1 as addFlashNotification, + a2 as debounce, + 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, { + className: "custom-form-field-layout", + children: [ + jsxRuntimeExports.jsxs(Label, { + className: "custom-title", + children: [ + label, + required && + jsxRuntimeExports.jsx(Span, { + "aria-hidden": "true", + children: "*", + }), + ], + }), + jsxRuntimeExports.jsx(Input$1, { + name: name, + type: inputType, + defaultValue: value && value !== "" ? value : `Enter ${label}`, + validation: error ? "error" : undefined, + required: required, + onChange: (e) => { + onChange && onChange(e.target.value); + }, + autoComplete: autocomplete, + className: "custom-input", + ...stepProp, + }), + error && + jsxRuntimeExports.jsx(Message, { + validation: "error", + children: error, + }), + description && + jsxRuntimeExports.jsx(Hint, { + dangerouslySetInnerHTML: { __html: description }, + }), + ], + }); +} + +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 StyledMessage = styled(Message)` .ck.ck-editor + & { - margin-top: ${e=>e.theme.space.xs}; + margin-top: ${(props) => props.theme.space.xs}; } -`;function ue({field:r,hasWysiwyg:a,baseLocale:m,hasAtMentions:p,userRole:j,brandId:b,onChange:g}){const{label:x,error:w,value:v,name:q,required:y,description:k}=r,_=function({hasWysiwyg:n,baseLocale:t,hasAtMentions:s,userRole:r,brandId:a}){const m=o.useRef(!1),{addToast:f}=i(),{t:h}=l();return o.useCallback((async o=>{if(n&&o&&!m.current){m.current=!0;const{createEditor:n}=await import("wysiwyg").then((function(e){return e.m}));(await n(o,{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(u,{type:r,children:[e.jsx(c,{children:a}),s,e.jsx(d,{"aria-label":h("new-request-form.close-label","Close"),onClick:n})]})))}))}}),[n,t,s,r,a,f,h])}({hasWysiwyg:a,baseLocale:m,hasAtMentions:p,userRole:j,brandId:b});return e.jsxs(n,{className:"custom-form-field-layout",children:[e.jsxs(f,{className:"custom-title",children:[x,y&&e.jsx(t,{"aria-hidden":"true",children:"*"})]}),e.jsx(h,{ref:_,name:q,defaultValue:v&&""!==v?v:"Describe your issue.",validation:w?"error":void 0,required:y,onChange:e=>g(e.target.value),rows:6,isResizable:!0}),w&&e.jsx(le,{validation:"error",children:w}),k&&e.jsx(s,{className:"custom-hint",dangerouslySetInnerHTML:{__html:k}})]})}function ce(){const{t:n}=l();return e.jsxs(e.Fragment,{children:[e.jsx(t,{"aria-hidden":"true",children:"Select an option"}),e.jsx(t,{hidden:!0,children:n("new-request-form.dropdown.empty-option","Select an option")})]})}function de({field:n,onChange:t}){const{label:s,options:r,error:a,value:i,name:l,required:u,description:c}=n,d=null==i?"":i.toString(),m=o.useRef(null);return o.useEffect((()=>{if(m.current&&u){const e=m.current.querySelector("[role=combobox]");e?.setAttribute("aria-required","true")}}),[m,u]),e.jsxs(p,{className:"custom-form-field-layout",children:[e.jsxs(j,{ref:m,inputProps:{name:l,required:u},isEditable:!1,validation:a?"error":void 0,inputValue:d,selectionValue:d,renderValue:({selection:n})=>n?.label||e.jsx(ce,{}),onChange:({selectionValue:e})=>{void 0!==e&&t(e)},children:[!u&&e.jsx(b,{value:"",label:"-",children:e.jsx(ce,{})}),r.map((n=>e.jsx(b,{value:n.value.toString(),label:n.name},n.value)))]}),a&&e.jsx(g,{validation:"error",children:a}),c&&e.jsx(x,{dangerouslySetInnerHTML:{__html:c}})]})}function me({field:r,onChange:i}){const{label:l,error:u,value:c,name:d,required:m,description:h}=r,[p,j]=o.useState(c);return e.jsxs(n,{children:[e.jsx("input",{type:"hidden",name:d,value:"off"}),e.jsxs(w,{name:d,required:m,defaultChecked:c,value:p?"on":"off",onChange:e=>{const{checked:n}=e.target;j(n),i(n)},children:[e.jsxs(f,{children:[l,m&&e.jsx(t,{"aria-hidden":"true",children:"*"})]}),h&&e.jsx(s,{dangerouslySetInnerHTML:{__html:h}})]}),u&&e.jsx(a,{validation:"error",children:u})]})}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 be({options:e,hasEmptyOption:n}){const t=o.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]=o.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));o.useEffect((()=>{r(t[fe])}),[t]);return{currentGroup:s,isGroupIdentifier:pe,setCurrentGroupByIdentifier:e=>{const n=t[e];n&&r(n)}}}function ge({field:n}){const{label:s,options:r,error:a,value:i,name:l,required:u,description:c}=n,{currentGroup:d,isGroupIdentifier:m,setCurrentGroupByIdentifier:f}=be({options:r,hasEmptyOption:!1}),[h,w]=o.useState(i||[]),y=o.useRef(null);o.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(v,{children:[s,u&&e.jsx(t,{"aria-hidden":"true",children:"*"})]}),c&&e.jsx(x,{dangerouslySetInnerHTML:{__html:c}}),e.jsxs(j,{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):w(e.selectionValue)}},selectionValue:h,maxHeight:"auto",children:["SubGroup"===d.type&&e.jsx(b,{...d.backOption}),"SubGroup"===d.type?e.jsx(q,{"aria-label":d.name,children:d.options.map((n=>e.jsx(b,{...n,children:n.menuLabel??n.label},n.value)))}):d.options.map((n=>e.jsx(b,{...n},n.value)))]}),a&&e.jsx(g,{validation:"error",children:a})]})}const xe="return-focus-to-ticket-form-field";function we({field:n,newRequestPath:t}){const s=o.createRef();return o.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(v,{children:n.label}),e.jsx(j,{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(b,{value:t.value,label:t.name,isSelected:n.value===t.value,children:t.name},t.value)))})]})]})}function ve({field:n}){const{value:t,name:s}=n;return e.jsx("input",{type:"hidden",name:s,value:t})}function qe(e){const n=o.useRef(!1),t=o.useRef(!1);return{formRefCallback:o.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=["true","false"],ke=["pre","strong","b","p","blockquote","ul","ol","li","h2","h3","h4","i","em","br"];function _e(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 Ce({ticketFields:e,ccField:n,dueDateField:t,emailField:s,organizationField:r}){return o.useMemo((()=>function(e){const{href:n}=location,t=new URL(n).searchParams,s={...e,ticketFields:[...e.ticketFields]};if(n.length>2048)return e;if(t.get("parent_id"))return e;for(const[e,n]of t){if(!e.startsWith("tf_"))continue;const t=_e(e.substring(3),s);if(!t)continue;const r=y.sanitize(n,{ALLOWED_TAGS:ke});switch(t.type){case"partialcreditcard":continue;case"multiselect":t.value=r.split(",").filter((e=>t.options.some((n=>n.value===e))));break;case"checkbox":ye.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 Se=m.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(Field, { + className: "custom-form-field-layout", + children: [ + jsxRuntimeExports.jsxs(Label, { + className: "custom-title", + children: [ + label, + required && + jsxRuntimeExports.jsx(Span, { + "aria-hidden": "true", + children: "*", + }), + ], + }), + jsxRuntimeExports.jsx(Textarea, { + ref: ref, + name: name, + defaultValue: value && value !== "" ? value : "Describe your issue.", + validation: error ? "error" : undefined, + required: required, + onChange: (e) => onChange(e.target.value), + rows: 6, + isResizable: true, + }), + error && + jsxRuntimeExports.jsx(StyledMessage, { + validation: "error", + children: error, + }), + description && + jsxRuntimeExports.jsx(Hint, { + className: "custom-hint", + dangerouslySetInnerHTML: { __html: description }, + }), + ], + }); +} + +function EmptyValueOption() { + const { t } = useTranslation(); + return jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { + children: [ + jsxRuntimeExports.jsx(Span, { + "aria-hidden": "true", + children: "Select an option", + }), + 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, { + className: "custom-form-field-layout", + children: [ + 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); + } + }, + className: "custom-combobox", + 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, + }), + description && + jsxRuntimeExports.jsx(Hint$1, { + dangerouslySetInnerHTML: { __html: description }, + }), + ], + }); +} + +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, { + className: "custom-form-field-layout", + children: [ + selectedValues.map((selectedValue) => + jsxRuntimeExports.jsx( + "input", + { type: "hidden", name: `${name}[]`, value: selectedValue }, + selectedValue + ) + ), + jsxRuntimeExports.jsxs(Label$1, { + className: "custom-title", + children: [ + label, + required && + jsxRuntimeExports.jsx(Span, { + "aria-hidden": "true", + children: "*", + }), + ], + }), + jsxRuntimeExports.jsxs(Combobox, { + ref: wrapperRef, + isMultiselectable: true, + inputProps: { required }, + isEditable: false, + validation: error ? "error" : undefined, + onChange: handleChange, + selectionValue: selectedValues, + maxHeight: "auto", + className: "custom-combobox", + isExpanded: true, + 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, + }), + description && + jsxRuntimeExports.jsx(Hint$1, { + dangerouslySetInnerHTML: { __html: description }, + }), + ], + }); +} + +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(); + } + }, []); + 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}=l(),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(Se,{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(Se,{children:e.jsx(I,{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 Te(){const e=await fetch("/api/v2/users/me.json"),{user:{authenticity_token:n}}=await e.json();return n}function Fe({field:t}){const{label:s,error:m,name:h,attachments:p}=t,{files:j,addPendingFile:b,setPendingFileProgress:g,setUploaded:x,removePendingFile:w,removeUploadedFile:v}=function(e){const[n,t]=o.useState(e);return{files:n,addPendingFile:o.useCallback(((e,n,s)=>{t((t=>[...t,{status:"pending",id:e,file_name:n,progress:0,xhr:s}]))}),[]),setPendingFileProgress:o.useCallback(((e,n)=>{t((t=>t.map((t=>"pending"===t.status&&t.id===e?{...t,progress:n}:t))))}),[]),removePendingFile:o.useCallback((e=>{t((n=>n.filter((n=>"pending"!==n.status||n.id!==e))))}),[]),removeUploadedFile:o.useCallback((e=>{t((n=>n.filter((n=>"uploaded"!==n.status||n.value.id!==e))))}),[]),setUploaded:o.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:q}=i(),{t:y}=l(),k=o.useCallback((n=>{q((({close:t})=>e.jsxs(u,{type:"error",children:[e.jsx(c,{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(d,{"aria-label":y("new-request-form.close-label","Close"),onClick:t})]})))}),[q,y]),_=o.useCallback((async e=>{const n=await Te();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=T.getType(t.name);e.setRequestHeader("Content-Type",n||"application/octet-stream")}e.setRequestHeader("X-CSRF-Token",n),e.responseType="json";const r=crypto.randomUUID();b(r,t.name,e),e.upload.addEventListener("progress",(({loaded:e,total:n})=>{const t=Math.round(e/n*100);t<=90&&g(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)}}),[b,w,g,x,k]),{getRootProps:C,getInputProps:S,isDragActive:I}=F({onDrop:_});return e.jsxs(n,{className:"custom-form-field-layout",children:[e.jsx(f,{className:"custom-title",children:s}),m&&e.jsx(a,{validation:"error",children:m}),e.jsxs(P,{...C(),isDragging:I,className:"!border-0 !bg-light-surface-3 dark:!bg-dark-surface-3 !rounded-xl !py-3 flex flex-row space-x-4 !px-4",children:[e.jsx(Pe,{}),I?e.jsx("span",{children:y("new-request-form.attachments.drop-files-label","Drop files here")}):e.jsx("span",{className:"button-label-2 !text-light-neutral-1 dark:!text-dark-neutral-1",children:y("new-request-form.attachments.choose-file-label","Add file or drop files here")}),e.jsx(r,{...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 Te(),t=e.value.id;v(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)))]})}const Pe=()=>e.jsx("svg",{className:"mx-0.5 min-w-4 min-h-4",xmlns:"http://www.w3.org/2000/svg",width:"25",height:"24",viewBox:"0 0 25 24",fill:"none",children:e.jsx("path",{d:"M15.25 6V3.75L19.75 8.25H17.5C15.92 8.25 15.25 7.58 15.25 6ZM17.5 9.75C15.08 9.75 13.75 8.42 13.75 6V3H8.5C6.5 3 5.5 4 5.5 6V18C5.5 20 6.5 21 8.5 21H17.5C19.5 21 20.5 20 20.5 18V9.75H17.5Z",className:"fill-light-neutral-1 dark:fill-dark-neutral-1"})});function Re(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=Re(s.id,n);return s.value===e.value&&(0===r.length||Le(r,n,t).length>0)}))}function $e(e,n){return 0===n.length?e:e.reduce(((t,s)=>{const r=Re(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 Ee({field:i,locale:l,valueFormat:u,onChange:c}){const{label:d,error:m,value:h,name:p,required:j,description:b}=i,[g,x]=o.useState(h?new Date(h):void 0),w=e=>{if(void 0===e)return"";const n=e.toISOString();return"dateTime"===u?n:n.split("T")[0]};return e.jsxs(n,{children:[e.jsxs(f,{children:[d,j&&e.jsx(t,{"aria-hidden":"true",children:"*"})]}),b&&e.jsx(s,{dangerouslySetInnerHTML:{__html:b}}),e.jsx(R,{value:g,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&&c(t)},locale:l,children:e.jsx(r,{required:j,lang:l,onChange:e=>{""===e.target.value&&(x(void 0),c(""))},validation:m?"error":void 0})}),m&&e.jsx(a,{validation:"error",children:m}),e.jsx("input",{type:"hidden",name:p,value:w(g)})]})}const Ne=/^(([^<>()[\]\\.,;:\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,}))$/,De=m(N)` - 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$1, { + 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$1.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$1.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); + // If the browser returns a type for the file, use it as the Content-Type header, + // otherwise try to determine the mime type from the file extension using the mime + // library. If we can't determine the mime type, we'll fall back to a generic + // application/octet-stream. + if (file.type) { + xhr.setRequestHeader("Content-Type", file.type); + } else { + const mimeType = mime.getType(file.name); + xhr.setRequestHeader( + "Content-Type", + mimeType || "application/octet-stream" + ); + } + 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, { + className: "custom-form-field-layout", + children: [ + jsxRuntimeExports.jsx(Label, { + className: "custom-title", + children: label, + }), + error && + jsxRuntimeExports.jsx(Message, { + validation: "error", + children: error, + }), + jsxRuntimeExports.jsxs(FileUpload, { + ...getRootProps(), + isDragging: isDragActive, + className: + "!border-0 !bg-light-surface-3 dark:!bg-dark-surface-3 !rounded-xl !py-3 flex flex-row space-x-4 !px-4", + children: [ + jsxRuntimeExports.jsx(File, {}), + isDragActive + ? jsxRuntimeExports.jsx("span", { + children: t( + "new-request-form.attachments.drop-files-label", + "Drop files here" + ), + }) + : jsxRuntimeExports.jsx("span", { + className: + "button-label-2 !text-light-neutral-1 dark:!text-dark-neutral-1", + children: t( + "new-request-form.attachments.choose-file-label", + "Add file or drop files 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 + ) + ), + ], + }); +} +const File = () => { + return jsxRuntimeExports.jsx("svg", { + className: "mx-0.5 min-w-4 min-h-4", + xmlns: "http://www.w3.org/2000/svg", + width: "25", + height: "24", + viewBox: "0 0 25 24", + fill: "none", + children: jsxRuntimeExports.jsx("path", { + d: "M15.25 6V3.75L19.75 8.25H17.5C15.92 8.25 15.25 7.58 15.25 6ZM17.5 9.75C15.08 9.75 13.75 8.42 13.75 6V3H8.5C6.5 3 5.5 4 5.5 6V18C5.5 20 6.5 21 8.5 21H17.5C19.5 21 20.5 20 20.5 18V9.75H17.5Z", + className: "fill-light-neutral-1 dark:fill-dark-neutral-1", + }), + }); +}; + +function getFieldConditions(fieldId, endUserConditions) { + return endUserConditions.filter((condition) => { + return condition.child_fields.some((child) => child.id === fieldId); + }); +} +function getAppliedConditions(fieldConditions, allConditions, fields) { + return fieldConditions.filter((condition) => { + const parentField = fields.find( + (field) => field.id === condition.parent_field_id + ); + if (!parentField) { + return false; + } + const parentFieldConditions = getFieldConditions( + parentField.id, + allConditions + ); + // the condition is applied if the parent field value matches the condition value + // and if the parent field has no conditions or if the parent field conditions are met + return ( + parentField.value === condition.value && + (parentFieldConditions.length === 0 || + getAppliedConditions(parentFieldConditions, allConditions, fields) + .length > 0) + ); + }); +} +function getVisibleFields(fields, endUserConditions) { + if (endUserConditions.length === 0) { + return fields; + } + return fields.reduce((acc, field) => { + const fieldConditions = getFieldConditions(field.id, endUserConditions); + if (fieldConditions.length === 0) { + return [...acc, field]; + } + const appliedConditions = getAppliedConditions( + fieldConditions, + endUserConditions, + fields + ); + if (appliedConditions.length > 0) { + return [ + ...acc, + { + ...field, + required: appliedConditions.some((condition) => + condition.child_fields.some( + (child) => child.id == field.id && child.is_required + ) + ), + }, + ]; + } + return acc; + }, []); +} + +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.key === KEYS.SPACE || + e.key === KEYS.ENTER || + e.key === KEYS.TAB || + e.key === KEYS.COMMA) + ) { + 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 handleInputOnBlur = (e) => { + const target = e.target; + const tag = target.value; + if (tag) { + if (!hasTag(tag)) { + addTag(tag); + } + onInputValueChange(""); + } + }; + 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, + onBlur: handleInputOnBlur, + }); + 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 = 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); -`,Me=m.span` +`; +const GridCell = styled.span` display: inline-block; - margin-right: ${e=>e.theme.space.sm}; -`,Ve=m(D)` - ${e=>E({theme:e.theme,shadowWidth:"sm",selector:"&:focus"})} -`,Ae=m.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; -`,ze=m(N)` +`; +const InputMirror = styled(FauxInput)` display: inline-block; min-width: 200px; opacity: 0; user-select: none; height: var(--line-height); line-height: var(--line-height); -`,Ge=m(r)` +`; +const StyledInput = styled(Input$1)` position: absolute; top: 0; left: 0; height: var(--line-height); line-height: var(--line-height); -`;function He({field:r}){const{label:i,value:u,name:c,error:d,description:m}=r,{t:h}=l(),p=u?u.split(",").map((e=>e.trim())):[],[j,b]=o.useState(p),[g,x]=o.useState(""),w=o.useRef(null),v=o.useRef(null),{getContainerProps:q,getGridProps:y,getGridRowProps:k,getGridCellProps:_,getTagCloseProps:S,getInputProps:I,getAnnouncementProps:T,announcement:F}=function({tags:e,onTagsChange:n,inputValue:t,onInputValueChange:s,inputRef:r,gridRowRef:a,i18n:i}){const[l,u]=o.useState(0),[c,d]=o.useState(""),m=o.useCallback(((e,n)=>{u(n)}),[u]),{getGridProps:f,getGridCellProps:h}=L({matrix:[e],rowIndex:0,colIndex:l,onChange:m}),p=n=>e.includes(n),j=t=>{n([...e,t]),d(i.addedTag(t))},b=t=>{const s=e[t];n(e.filter(((e,n)=>n!==t))),d(i.removedTag(s)),u(0),setTimeout((()=>{const e=a.current?.querySelector('[tabindex="0"]');e?.focus()}),100)},g=e=>{e.target===e.currentTarget&&r.current?.focus()},x=()=>{u(0)},w=e=>{const n=e.target.value;!n||e.key!==$.SPACE&&e.key!==$.ENTER&&e.key!==$.TAB&&e.key!==$.COMMA||(e.preventDefault(),p(n)||j(n),s(""))},v=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)},q=t=>{t.preventDefault();const s=t.clipboardData.getData("text"),r=new Set(s.split(/[\s,;]+/).filter((n=>!e.includes(n))));n([...e,...r]),d(i.addedTags([...r]))},y=e=>{const n=e.target.value;n&&(p(n)||j(n),s(""))},k=e=>n=>{"Backspace"===n.code&&(n.preventDefault(),b(e))},_=e=>()=>{b(e)};return{getContainerProps:()=>({onClick:g,onBlur:x,tabIndex:-1}),getGridProps:f,getGridRowProps:()=>({role:"row"}),getGridCellProps:e=>h({rowIndex:0,colIndex:e,onKeyDown:k(e)}),getTagCloseProps:e=>({onClick:_(e)}),getInputProps:()=>({value:t,onChange:v,onKeyDown:w,onPaste:q,onBlur:y}),announcement:c,getAnnouncementProps:()=>({"aria-live":"polite","aria-relevant":"text"})}}({tags:j,onTagsChange:b,inputValue:g,onInputValueChange:x,inputRef:w,gridRowRef:v,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(Ve,{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(f,{children:i}),m&&e.jsx(s,{children:m}),e.jsxs(De,{...q(),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:v,...k(),children:j.map(((n,t)=>{const s=Ne.test(n);return s?e.jsx(Me,{..._(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(Me,{..._(t),children:P(t,s,n)})},t)}))})}),e.jsxs(Ae,{children:[e.jsx(ze,{isBare:!0,"aria-hidden":"true",tabIndex:-1,children:g}),e.jsx(Ge,{ref:w,isBare:!0,...I()})]})]}),d&&e.jsx(a,{validation:"error",children:d}),j.map((n=>e.jsx("input",{type:"hidden",name:c,value:n},n))),e.jsx(t,{hidden:!0,...T(),children:F})]})}const Xe=m(t)` - margin-left: ${e=>e.theme.space.xxs}; - font-weight: ${e=>e.theme.fontWeights.medium}; -`;function Be({field:r,onChange:o}){const{t:i}=l(),{label:u,error:c,value:d,name:m,required:h,description:p}=r,j=function(e){return e?e.replaceAll("X",""):""}(d);return e.jsxs(n,{children:[e.jsxs(f,{children:[u,h&&e.jsx(t,{"aria-hidden":"true",children:"*"}),e.jsx(Xe,{children:i("new-request-form.credit-card-digits-hint","(Last 4 digits)")})]}),p&&e.jsx(s,{dangerouslySetInnerHTML:{__html:p}}),e.jsx(V,{start:e.jsx(A,{}),name:m,type:"text",value:j,onChange:e=>o(e.target.value),validation:c?"error":void 0,required:h,maxLength:4,placeholder:"XXXX"}),c&&e.jsx(a,{validation:"error",children:c})]})}function Oe({field:n,onChange:s}){const{label:r,options:a,error:i,value:l,name:u,required:c,description:d}=n,{currentGroup:m,isGroupIdentifier:f,setCurrentGroupByIdentifier:h}=be({options:a,hasEmptyOption:!0}),w=l??"",[y,k]=o.useState(!1),_=o.useRef(null);o.useEffect((()=>{if(_.current&&c){const e=_.current.querySelector("[role=combobox]");e?.setAttribute("aria-required","true")}}),[_,c]);return e.jsxs(p,{className:"custom-form-field-layout",children:[e.jsxs(v,{className:"custom-title",children:[r,c&&e.jsx(t,{"aria-hidden":"true",children:"*"})]}),e.jsxs(j,{ref:_,inputProps:{required:c,name:u},isEditable:!1,validation:i?"error":void 0,onChange:e=>{"string"==typeof e.selectionValue&&f(e.selectionValue)?h(e.selectionValue):("string"==typeof e.selectionValue&&s(e.selectionValue),void 0!==e.isExpanded&&k(e.isExpanded))},selectionValue:w,inputValue:w,renderValue:({selection:n})=>n?.label??e.jsx(ce,{}),isExpanded:y,className:"custom-combobox",children:["SubGroup"===m.type&&e.jsx(b,{...m.backOption}),"SubGroup"===m.type?e.jsx(q,{"aria-label":m.name,children:m.options.map((n=>e.jsx(b,{...n,children:n.menuLabel??n.label},n.value)))}):m.options.map((n=>""===n.value?e.jsx(b,{...n,children:e.jsx(ce,{})},n.value):e.jsx(b,{...n},n.value)))]}),i&&e.jsx(g,{validation:"error",children:i}),d&&e.jsx(x,{className:"custom-hint",dangerouslySetInnerHTML:{__html:d}})]})}const Ue=m.h3` - font-size: ${e=>e.theme.fontSizes.md}; - font-weight: ${e=>e.theme.fontWeights.bold}; -`,We=m(G)` - color: ${e=>z("successHue",700,e.theme)}; -`,Ke=m(H)` +`; +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, { + ...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, { + className: "custom-form-field-layout", + children: [ + jsxRuntimeExports.jsxs(Label$1, { + className: "custom-title", + children: [ + label, + required && + jsxRuntimeExports.jsx(Span, { + "aria-hidden": "true", + children: "*", + }), + ], + }), + 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, + className: "custom-combobox", + 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, + }), + description && + jsxRuntimeExports.jsx(Hint$1, { + className: "custom-hint", + dangerouslySetInnerHTML: { __html: description }, + }), + ], + }); +} + +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"}; -`,Ye=m(I)` + 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 Ze({authToken:n,interactionAccessToken:t,articles:s,requestId:r,hasRequestManagement:a,isSignedIn:i,helpCenterPath:u,requestsPath:c,requestPath:d}){const[m,f]=o.useState(0),h=X(),{t:p}=l(),j=()=>String(s[m]?.article_id),b=()=>{Q({type:"success",message:p("new-request-form.answer-bot-modal.request-submitted","Your request was successfully submitted")}),window.location.assign((()=>{if(i)return a?d:u;{const e=new URLSearchParams;return e.set("return_to",c),`${u}?${e.toString()}`}})())};return e.jsxs(B,{appendToNode:h,onClose:()=>{b()},children:[e.jsxs(We,{tag:"h2",children:[e.jsx(Ke,{}),p("new-request-form.answer-bot-modal.request-submitted","Your request was successfully submitted")]}),e.jsxs(O,{children:[e.jsx(Ue,{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(U,{level:4,expandedSections:[m],onChange:e=>{f(e)},children:s.map((({article_id:t,html_url:s,snippet:r,title:a})=>e.jsxs(U.Section,{children:[e.jsx(U.Header,{children:e.jsx(U.Label,{children:a})}),e.jsxs(U.Panel,{children:[e.jsx(W,{dangerouslySetInnerHTML:{__html:r}}),e.jsx(Ye,{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(Z,{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"}}),b()})()},children:p("new-request-form.answer-bot-modal.mark-irrelevant","No, I need help")})}),e.jsx(Y,{children:e.jsx(Z,{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=u})()},children:p("new-request-form.answer-bot-modal.solve-request","Yes, close my request")})})]}),e.jsx(J,{"aria-label":p("new-request-form.close-label","Close")})]})}const Je={value:"",name:"-"};function Qe({field:n,userId:s,organizationId:r,onChange:a}){const{id:i,label:u,error:c,value:d,name:m,required:f,description:h,relationship_target_type:w}=n,[q,y]=o.useState([]),[k,_]=o.useState(null),[C,S]=o.useState(d),[I,T]=o.useState(!1),{t:F}=l(),P=w.replace("zen:custom_object:","");const R={name:F("new-request-form.lookup-field.loading-options","Loading items..."),id:"loading"},L={name:F("new-request-form.lookup-field.no-matches-found","No matches found"),id:"no-results"},$=o.useCallback((async e=>{try{const n=await fetch(`/api/v2/custom_objects/${P}/records/${e}`);if(n.ok){const{custom_object_record:e}=await n.json(),t={name:e.name,value:e.id};_(t),S(e.name)}}catch(e){console.error(e)}}),[P]),E=o.useCallback((async e=>{const n=new URLSearchParams;n.set("name",e.toLocaleLowerCase()),n.set("source","zen:ticket"),n.set("field_id",i.toString()),n.set("requester_id",s.toString()),null!==r&&n.set("organization_id",r),T(!0);try{const e=await fetch(`/api/v2/custom_objects/${P}/records/autocomplete?${n.toString()}`),t=await e.json();if(e.ok){let e=t.custom_object_records.map((({name:e,id:n})=>({name:e,value:n})));k&&(e=e.filter((e=>e.value!==k.value)),e=[k,...e]),y(e)}else y([])}catch(e){console.error(e)}finally{T(!1)}}),[P,i,r,k,s]),N=o.useMemo((()=>ee(E,300)),[E]);o.useEffect((()=>()=>N.cancel()),[N]);const D=o.useCallback((({inputValue:e,selectionValue:n})=>{if(void 0!==n)if(""==n)_(Je),S(Je.name),y([]),a(Je.value);else{const e=q.find((e=>e.value===n));e&&(S(e.name),_(e),y([e]),a(e.value))}void 0!==e&&(S(e),N(e))}),[N,a,q]);o.useEffect((()=>{d&&$(d)}),[]);return e.jsxs(p,{children:[e.jsxs(v,{children:[u,f&&e.jsx(t,{"aria-hidden":"true",children:"*"})]}),h&&e.jsx(x,{dangerouslySetInnerHTML:{__html:h}}),e.jsxs(j,{inputProps:{required:f},"data-test-id":"lookup-field-combobox",validation:c?"error":void 0,inputValue:C,selectionValue:k?.value,isAutocomplete:!0,placeholder:F("new-request-form.lookup-field.placeholder","Search {{label}}",{label:u.toLowerCase()}),onFocus:()=>{S(""),E("*")},onChange:D,renderValue:()=>k?k?.name:Je.name,children:[k?.name!==Je.name&&e.jsx(b,{value:"",label:"-",children:e.jsx(ce,{})}),I&&e.jsx(b,{isDisabled:!0,value:R.name},R.id),!I&&C?.length>0&&0===q.length&&e.jsx(b,{isDisabled:!0,value:L.name},L.id),!I&&0!==q.length&&q.map((n=>e.jsx(b,{value:n.value,label:n.name,"data-test-id":`option-${n.name}`},n.value)))]}),c&&e.jsx(g,{validation:"error",children:c}),e.jsx("input",{type:"hidden",name:m,value:k?.value})]})}const en=m(W)` - margin: ${e=>e.theme.space.md} 0; -`,nn=m.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.error(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) { + let fetchedOptions = data.custom_object_records.map( + ({ name, id }) => ({ + name, + value: id, + }) + ); + if (selectedOption) { + fetchedOptions = fetchedOptions.filter( + (option) => option.value !== selectedOption.value + ); + fetchedOptions = [selectedOption, ...fetchedOptions]; + } + setOptions(fetchedOptions); + } else { + setOptions([]); + } + } catch (error) { + console.error(error); + } finally { + setIsLoadingOptions(false); + } + }, + [customObjectKey, fieldId, organizationId, selectedOption, 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(""); + fetchOptions("*"); + }; + 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 }, + "data-test-id": "lookup-field-combobox", + validation: error ? "error" : undefined, + inputValue: inputValue, + selectionValue: selectedOption?.value, + isAutocomplete: true, + placeholder: t( + "new-request-form.lookup-field.placeholder", + "Search {{label}}", + { label: label.toLowerCase() } + ), + 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, + "data-test-id": `option-${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}; -`,tn=m.div` - margin-top: ${e=>e.theme.space.md}; -`;function sn({requestForm:n,wysiwyg:s,newRequestPath:r,parentId:a,parentIdPath:i,locale:u,baseLocale:c,hasAtMentions:d,userRole:m,userId:h,brandId:p,organizations:j,answerBotModal:b}){const{ticket_fields:g,action:x,http_method:w,accept_charset:v,errors:q,parent_id_field:y,ticket_form_field:k,email_field:_,cc_field:C,organization_field:S,due_date_field:T,end_user_conditions:F,attachments_field:P,inline_attachments_fields:R,description_mimetype_field:L}=n,{answerBot:$}=b,{ticketFields:E,emailField:N,ccField:D,organizationField:M,dueDateField:V}=Ce({ticketFields:g,emailField:_,ccField:C,organizationField:S,dueDateField:T}),[A,z]=o.useState(E),[G,H]=o.useState(M),[X,B]=o.useState(V),O=$e(A,F),{formRefCallback:U,handleSubmit:W}=qe(A),{t:K}=l(),Y=j.length>0&&j[0]?.id?j[0]?.id?.toString():null,J=o.useCallback(((e,n)=>{z(A.map((t=>t.name===e.name?{...t,value:n}:t)))}),[A]);return e.jsxs(e.Fragment,{children:[a&&e.jsx(en,{children:e.jsx(I,{href:i,children:K("new-request-form.parent-request-link","Follow-up to request {{parentId}}",{parentId:`‭#${a}‬`})})}),e.jsxs(nn,{ref:U,action:x,method:w,acceptCharset:v,noValidate:!0,onSubmit:W,children:[q&&e.jsx(ne,{type:"error",children:q}),y&&e.jsx(ve,{field:y}),k.options.length>0&&e.jsx(we,{field:k,newRequestPath:r}),N&&e.jsx(ie,{field:N},N.name),D&&e.jsx(He,{field:D}),G&&e.jsx(de,{field:G,onChange:e=>{!function(e){null!==G&&H({...G,value:e})}(e)}},G.name),O.map((n=>{switch(n.type){case"subject":return e.jsxs("div",{className:"custom-form-field-layout",children:[e.jsxs(f,{className:"custom-title",children:["Subject",e.jsx(t,{"aria-hidden":"true",children:"*"})]}),e.jsx(ie,{field:n,onChange:e=>J(n,e)},n.name)]});case"text":case"integer":case"decimal":case"regexp":return e.jsx(ie,{field:n,onChange:e=>J(n,e)},n.name);case"partialcreditcard":return e.jsx(Be,{field:n,onChange:e=>J(n,e)});case"description":return e.jsxs(e.Fragment,{children:[e.jsx(ue,{field:n,hasWysiwyg:s,baseLocale:c,hasAtMentions:d,userRole:m,brandId:p,onChange:e=>J(n,e)},n.name),e.jsx("input",{type:"hidden",name:L.name,value:s?"text/html":"text/plain"})]});case"textarea":return e.jsx(ue,{field:n,hasWysiwyg:!1,baseLocale:c,hasAtMentions:d,userRole:m,brandId:p,onChange:e=>J(n,e)},n.name);case"priority":case"basic_priority":case"tickettype":return e.jsxs(e.Fragment,{children:[e.jsx(de,{field:n,onChange:e=>J(n,e)},n.name),"task"===n.value&&e.jsx(Ee,{field:X,locale:c,valueFormat:"dateTime",onChange:e=>{!function(e){null!==X&&B({...X,value:e})}(e)}})]});case"checkbox":return e.jsx(me,{field:n,onChange:e=>J(n,e)});case"date":return e.jsx(Ee,{field:n,locale:c,valueFormat:"date",onChange:e=>J(n,e)});case"multiselect":return n.label.includes("RA:"),e.jsx(ge,{field:n});case"tagger":return e.jsx(Oe,{field:n,onChange:e=>J(n,e)},n.name);case"lookup":return e.jsx(Qe,{field:n,userId:h,organizationId:null!==G?G.value:Y,onChange:e=>J(n,e)},n.name);default:return e.jsx(e.Fragment,{})}})),P&&e.jsx(Fe,{field:P}),R.map((({type:n,name:t,value:s},r)=>e.jsx("input",{type:n,name:t,value:s},r))),e.jsx(tn,{className:"!mt-0",children:(0===k.options.length||k.value)&&e.jsx(Z,{isPrimary:!0,type:"submit",className:"custom-submit-button",children:K("new-request-form.submit","Submit")})})]}),$.auth_token&&$.interaction_access_token&&$.articles.length>0&&$.request_id&&e.jsx(Ze,{authToken:$.auth_token,interactionAccessToken:$.interaction_access_token,articles:$.articles,requestId:$.request_id,...b})]})}async function rn(n,t,s){const{baseLocale:r}=t;te(r),await se(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-de.json":return import("new-request-form-translations").then((function(e){return e.m}));case"./translations/locales/de-x-informal.json":return import("new-request-form-translations").then((function(e){return e.n}));case"./translations/locales/de.json":return import("new-request-form-translations").then((function(e){return e.o}));case"./translations/locales/el.json":return import("new-request-form-translations").then((function(e){return e.p}));case"./translations/locales/en-001.json":return import("new-request-form-translations").then((function(e){return e.q}));case"./translations/locales/en-150.json":return import("new-request-form-translations").then((function(e){return e.r}));case"./translations/locales/en-au.json":return import("new-request-form-translations").then((function(e){return e.s}));case"./translations/locales/en-ca.json":return import("new-request-form-translations").then((function(e){return e.t}));case"./translations/locales/en-gb.json":return import("new-request-form-translations").then((function(e){return e.u}));case"./translations/locales/en-my.json":return import("new-request-form-translations").then((function(e){return e.v}));case"./translations/locales/en-ph.json":return import("new-request-form-translations").then((function(e){return e.w}));case"./translations/locales/en-se.json":return import("new-request-form-translations").then((function(e){return e.x}));case"./translations/locales/en-us.json":return import("new-request-form-translations").then((function(e){return e.y}));case"./translations/locales/en-x-dev.json":return import("new-request-form-translations").then((function(e){return e.z}));case"./translations/locales/en-x-keys.json":return import("new-request-form-translations").then((function(e){return e.A}));case"./translations/locales/en-x-obsolete.json":return import("new-request-form-translations").then((function(e){return e.B}));case"./translations/locales/en-x-pseudo.json":return import("new-request-form-translations").then((function(e){return e.C}));case"./translations/locales/en-x-test.json":return import("new-request-form-translations").then((function(e){return e.D}));case"./translations/locales/es-419.json":return import("new-request-form-translations").then((function(e){return e.E}));case"./translations/locales/es-es.json":return import("new-request-form-translations").then((function(e){return e.F}));case"./translations/locales/es.json":return import("new-request-form-translations").then((function(e){return e.G}));case"./translations/locales/et.json":return import("new-request-form-translations").then((function(e){return e.H}));case"./translations/locales/eu.json":return import("new-request-form-translations").then((function(e){return e.I}));case"./translations/locales/fa-af.json":return import("new-request-form-translations").then((function(e){return e.J}));case"./translations/locales/fa.json":return import("new-request-form-translations").then((function(e){return e.K}));case"./translations/locales/fi.json":return import("new-request-form-translations").then((function(e){return e.L}));case"./translations/locales/fil.json":return import("new-request-form-translations").then((function(e){return e.M}));case"./translations/locales/fo.json":return import("new-request-form-translations").then((function(e){return e.N}));case"./translations/locales/fr-ca.json":return import("new-request-form-translations").then((function(e){return e.O}));case"./translations/locales/fr.json":return import("new-request-form-translations").then((function(e){return e.P}));case"./translations/locales/ga.json":return import("new-request-form-translations").then((function(e){return e.Q}));case"./translations/locales/he.json":return import("new-request-form-translations").then((function(e){return e.R}));case"./translations/locales/hi.json":return import("new-request-form-translations").then((function(e){return e.S}));case"./translations/locales/hr.json":return import("new-request-form-translations").then((function(e){return e.T}));case"./translations/locales/hu.json":return import("new-request-form-translations").then((function(e){return e.U}));case"./translations/locales/hy.json":return import("new-request-form-translations").then((function(e){return e.V}));case"./translations/locales/id.json":return import("new-request-form-translations").then((function(e){return e.W}));case"./translations/locales/is.json":return import("new-request-form-translations").then((function(e){return e.X}));case"./translations/locales/it-ch.json":return import("new-request-form-translations").then((function(e){return e.Y}));case"./translations/locales/it.json":return import("new-request-form-translations").then((function(e){return e.Z}));case"./translations/locales/ja.json":return import("new-request-form-translations").then((function(e){return e._}));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.a0}));case"./translations/locales/kl-dk.json":return import("new-request-form-translations").then((function(e){return e.a1}));case"./translations/locales/ko.json":return import("new-request-form-translations").then((function(e){return e.a2}));case"./translations/locales/ku.json":return import("new-request-form-translations").then((function(e){return e.a3}));case"./translations/locales/lt.json":return import("new-request-form-translations").then((function(e){return e.a4}));case"./translations/locales/lv.json":return import("new-request-form-translations").then((function(e){return e.a5}));case"./translations/locales/mk.json":return import("new-request-form-translations").then((function(e){return e.a6}));case"./translations/locales/mn.json":return import("new-request-form-translations").then((function(e){return e.a7}));case"./translations/locales/ms.json":return import("new-request-form-translations").then((function(e){return e.a8}));case"./translations/locales/mt.json":return import("new-request-form-translations").then((function(e){return e.a9}));case"./translations/locales/my.json":return import("new-request-form-translations").then((function(e){return e.aa}));case"./translations/locales/nl-be.json":return import("new-request-form-translations").then((function(e){return e.ab}));case"./translations/locales/nl.json":return import("new-request-form-translations").then((function(e){return e.ac}));case"./translations/locales/no.json":return import("new-request-form-translations").then((function(e){return e.ad}));case"./translations/locales/pl.json":return import("new-request-form-translations").then((function(e){return e.ae}));case"./translations/locales/pt-br.json":return import("new-request-form-translations").then((function(e){return e.af}));case"./translations/locales/pt.json":return import("new-request-form-translations").then((function(e){return e.ag}));case"./translations/locales/ro.json":return import("new-request-form-translations").then((function(e){return e.ah}));case"./translations/locales/ru.json":return import("new-request-form-translations").then((function(e){return e.ai}));case"./translations/locales/sk.json":return import("new-request-form-translations").then((function(e){return e.aj}));case"./translations/locales/sl.json":return import("new-request-form-translations").then((function(e){return e.ak}));case"./translations/locales/sq.json":return import("new-request-form-translations").then((function(e){return e.al}));case"./translations/locales/sr-me.json":return import("new-request-form-translations").then((function(e){return e.am}));case"./translations/locales/sr.json":return import("new-request-form-translations").then((function(e){return e.an}));case"./translations/locales/sv.json":return import("new-request-form-translations").then((function(e){return e.ao}));case"./translations/locales/th.json":return import("new-request-form-translations").then((function(e){return e.ap}));case"./translations/locales/tr.json":return import("new-request-form-translations").then((function(e){return e.aq}));case"./translations/locales/uk.json":return import("new-request-form-translations").then((function(e){return e.ar}));case"./translations/locales/ur.json":return import("new-request-form-translations").then((function(e){return e.as}));case"./translations/locales/uz.json":return import("new-request-form-translations").then((function(e){return e.at}));case"./translations/locales/vi.json":return import("new-request-form-translations").then((function(e){return e.au}));case"./translations/locales/zh-cn.json":return import("new-request-form-translations").then((function(e){return e.av}));case"./translations/locales/zh-tw.json":return import("new-request-form-translations").then((function(e){return e.aw}));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`))),re.render(e.jsx(ae,{theme:oe(n),children:e.jsx(sn,{...t})}),s)}export{rn 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 = getVisibleFields(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.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("div", { + className: "custom-form-field-layout", + children: [ + jsxRuntimeExports.jsxs(Label, { + className: "custom-title", + children: [ + "Subject", + jsxRuntimeExports.jsx(Span, { + "aria-hidden": "true", + children: "*", + }), + ], + }), + jsxRuntimeExports.jsx( + Input, + { + field: field, + onChange: (value) => handleChange(field, value), + }, + field.name + ), + ], + }); + 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), + }); + // Issue description + 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": + if (field.label.includes("RA:")) { + return jsxRuntimeExports.jsx(MultiSelect, { field: field }); + } + return jsxRuntimeExports.jsx(MultiSelect, { field: field }); + // Field for Issue type + 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, { + className: "!mt-0", + children: + (ticket_form_field.options.length === 0 || + ticket_form_field.value) && + jsxRuntimeExports.jsx(Button, { + isPrimary: true, + type: "submit", + className: "custom-submit-button", + 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-de.json": + return import("new-request-form-translations").then(function (n) { + return n.m; + }); + case "./translations/locales/de-x-informal.json": + return import("new-request-form-translations").then(function (n) { + return n.n; + }); + case "./translations/locales/de.json": + return import("new-request-form-translations").then(function (n) { + return n.o; + }); + case "./translations/locales/el.json": + return import("new-request-form-translations").then(function (n) { + return n.p; + }); + case "./translations/locales/en-001.json": + return import("new-request-form-translations").then(function (n) { + return n.q; + }); + case "./translations/locales/en-150.json": + return import("new-request-form-translations").then(function (n) { + return n.r; + }); + case "./translations/locales/en-au.json": + return import("new-request-form-translations").then(function (n) { + return n.s; + }); + case "./translations/locales/en-ca.json": + return import("new-request-form-translations").then(function (n) { + return n.t; + }); + case "./translations/locales/en-gb.json": + return import("new-request-form-translations").then(function (n) { + return n.u; + }); + case "./translations/locales/en-my.json": + return import("new-request-form-translations").then(function (n) { + return n.v; + }); + case "./translations/locales/en-ph.json": + return import("new-request-form-translations").then(function (n) { + return n.w; + }); + case "./translations/locales/en-se.json": + return import("new-request-form-translations").then(function (n) { + return n.x; + }); + case "./translations/locales/en-us.json": + return import("new-request-form-translations").then(function (n) { + return n.y; + }); + case "./translations/locales/en-x-dev.json": + return import("new-request-form-translations").then(function (n) { + return n.z; + }); + case "./translations/locales/en-x-keys.json": + return import("new-request-form-translations").then(function (n) { + return n.A; + }); + case "./translations/locales/en-x-obsolete.json": + return import("new-request-form-translations").then(function (n) { + return n.B; + }); + case "./translations/locales/en-x-pseudo.json": + return import("new-request-form-translations").then(function (n) { + return n.C; + }); + case "./translations/locales/en-x-test.json": + return import("new-request-form-translations").then(function (n) { + return n.D; + }); + case "./translations/locales/es-419.json": + return import("new-request-form-translations").then(function (n) { + return n.E; + }); + case "./translations/locales/es-es.json": + return import("new-request-form-translations").then(function (n) { + return n.F; + }); + case "./translations/locales/es.json": + return import("new-request-form-translations").then(function (n) { + return n.G; + }); + case "./translations/locales/et.json": + return import("new-request-form-translations").then(function (n) { + return n.H; + }); + case "./translations/locales/eu.json": + return import("new-request-form-translations").then(function (n) { + return n.I; + }); + case "./translations/locales/fa-af.json": + return import("new-request-form-translations").then(function (n) { + return n.J; + }); + case "./translations/locales/fa.json": + return import("new-request-form-translations").then(function (n) { + return n.K; + }); + case "./translations/locales/fi.json": + return import("new-request-form-translations").then(function (n) { + return n.L; + }); + case "./translations/locales/fil.json": + return import("new-request-form-translations").then(function (n) { + return n.M; + }); + case "./translations/locales/fo.json": + return import("new-request-form-translations").then(function (n) { + return n.N; + }); + case "./translations/locales/fr-ca.json": + return import("new-request-form-translations").then(function (n) { + return n.O; + }); + case "./translations/locales/fr.json": + return import("new-request-form-translations").then(function (n) { + return n.P; + }); + case "./translations/locales/ga.json": + return import("new-request-form-translations").then(function (n) { + return n.Q; + }); + case "./translations/locales/he.json": + return import("new-request-form-translations").then(function (n) { + return n.R; + }); + case "./translations/locales/hi.json": + return import("new-request-form-translations").then(function (n) { + return n.S; + }); + case "./translations/locales/hr.json": + return import("new-request-form-translations").then(function (n) { + return n.T; + }); + case "./translations/locales/hu.json": + return import("new-request-form-translations").then(function (n) { + return n.U; + }); + case "./translations/locales/hy.json": + return import("new-request-form-translations").then(function (n) { + return n.V; + }); + case "./translations/locales/id.json": + return import("new-request-form-translations").then(function (n) { + return n.W; + }); + case "./translations/locales/is.json": + return import("new-request-form-translations").then(function (n) { + return n.X; + }); + case "./translations/locales/it-ch.json": + return import("new-request-form-translations").then(function (n) { + return n.Y; + }); + case "./translations/locales/it.json": + return import("new-request-form-translations").then(function (n) { + return n.Z; + }); + case "./translations/locales/ja.json": + return import("new-request-form-translations").then(function (n) { + return n._; + }); + 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.a0; + }); + case "./translations/locales/kl-dk.json": + return import("new-request-form-translations").then(function (n) { + return n.a1; + }); + case "./translations/locales/ko.json": + return import("new-request-form-translations").then(function (n) { + return n.a2; + }); + case "./translations/locales/ku.json": + return import("new-request-form-translations").then(function (n) { + return n.a3; + }); + case "./translations/locales/lt.json": + return import("new-request-form-translations").then(function (n) { + return n.a4; + }); + case "./translations/locales/lv.json": + return import("new-request-form-translations").then(function (n) { + return n.a5; + }); + case "./translations/locales/mk.json": + return import("new-request-form-translations").then(function (n) { + return n.a6; + }); + case "./translations/locales/mn.json": + return import("new-request-form-translations").then(function (n) { + return n.a7; + }); + case "./translations/locales/ms.json": + return import("new-request-form-translations").then(function (n) { + return n.a8; + }); + case "./translations/locales/mt.json": + return import("new-request-form-translations").then(function (n) { + return n.a9; + }); + case "./translations/locales/my.json": + return import("new-request-form-translations").then(function (n) { + return n.aa; + }); + case "./translations/locales/nl-be.json": + return import("new-request-form-translations").then(function (n) { + return n.ab; + }); + case "./translations/locales/nl.json": + return import("new-request-form-translations").then(function (n) { + return n.ac; + }); + case "./translations/locales/no.json": + return import("new-request-form-translations").then(function (n) { + return n.ad; + }); + case "./translations/locales/pl.json": + return import("new-request-form-translations").then(function (n) { + return n.ae; + }); + case "./translations/locales/pt-br.json": + return import("new-request-form-translations").then(function (n) { + return n.af; + }); + case "./translations/locales/pt.json": + return import("new-request-form-translations").then(function (n) { + return n.ag; + }); + case "./translations/locales/ro.json": + return import("new-request-form-translations").then(function (n) { + return n.ah; + }); + case "./translations/locales/ru.json": + return import("new-request-form-translations").then(function (n) { + return n.ai; + }); + case "./translations/locales/sk.json": + return import("new-request-form-translations").then(function (n) { + return n.aj; + }); + case "./translations/locales/sl.json": + return import("new-request-form-translations").then(function (n) { + return n.ak; + }); + case "./translations/locales/sq.json": + return import("new-request-form-translations").then(function (n) { + return n.al; + }); + case "./translations/locales/sr-me.json": + return import("new-request-form-translations").then(function (n) { + return n.am; + }); + case "./translations/locales/sr.json": + return import("new-request-form-translations").then(function (n) { + return n.an; + }); + case "./translations/locales/sv.json": + return import("new-request-form-translations").then(function (n) { + return n.ao; + }); + case "./translations/locales/th.json": + return import("new-request-form-translations").then(function (n) { + return n.ap; + }); + case "./translations/locales/tr.json": + return import("new-request-form-translations").then(function (n) { + return n.aq; + }); + case "./translations/locales/uk.json": + return import("new-request-form-translations").then(function (n) { + return n.ar; + }); + case "./translations/locales/ur.json": + return import("new-request-form-translations").then(function (n) { + return n.as; + }); + case "./translations/locales/uz.json": + return import("new-request-form-translations").then(function (n) { + return n.at; + }); + case "./translations/locales/vi.json": + return import("new-request-form-translations").then(function (n) { + return n.au; + }); + case "./translations/locales/zh-cn.json": + return import("new-request-form-translations").then(function (n) { + return n.av; + }); + case "./translations/locales/zh-tw.json": + return import("new-request-form-translations").then(function (n) { + return n.aw; + }); + 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 ef7e1a50a..7f8ac6e38 100644 --- a/assets/new-request-form-translations-bundle.js +++ b/assets/new-request-form-translations-bundle.js @@ -1 +1,4563 @@ -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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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.lookup-field.loading-options":"[ผู้龍Ḻṓṓααḍḭḭṇḡ ḭḭṭḛḛṃṡ...龍ผู้]","new-request-form.lookup-field.no-matches-found":"[ผู้龍Ṅṓṓ ṃααṭͼḥḛḛṡ ϝṓṓṵṵṇḍ龍ผู้]","new-request-form.lookup-field.placeholder":"[ผู้龍Ṣḛḛααṛͼḥ {{label}}龍ผู้]","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.lookup-field.loading-options":"جارٍ تحميل العناصر...","new-request-form.lookup-field.no-matches-found":"لم يتم العثور على نتائج مطابقة","new-request-form.lookup-field.placeholder":"بحث عن {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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.lookup-field.loading-options":"Загрузка элементов...","new-request-form.lookup-field.no-matches-found":"Соответствия не найдены","new-request-form.lookup-field.placeholder":"Поиск: {{label}}","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.lookup-field.loading-options":"Зареждане на елементите…","new-request-form.lookup-field.no-matches-found":"Няма открити съвпадения","new-request-form.lookup-field.placeholder":"Търсене на {{label}}","new-request-form.parent-request-link":"Последващи действия във връзка със заявката {{parentId}}","new-request-form.required-fields-info":"Полетата, отбелязани със звездичка (*), са задължителни.","new-request-form.submit":"Подаване","new-request-form.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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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"}}),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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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.lookup-field.loading-options":"Cargando elementos...","new-request-form.lookup-field.no-matches-found":"No se encontraron coincidencias","new-request-form.lookup-field.placeholder":"Buscar {{label}}","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.lookup-field.loading-options":"Načítání položek…","new-request-form.lookup-field.no-matches-found":"Nebyly nalezeny žádné shody","new-request-form.lookup-field.placeholder":"Hledejte {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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.lookup-field.loading-options":"Indlæser elementer...","new-request-form.lookup-field.no-matches-found":"Ingen matchende resultater","new-request-form.lookup-field.placeholder":"Søgning i {{label}}","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.lookup-field.loading-options":"Elemente werden geladen...","new-request-form.lookup-field.no-matches-found":"Keine Übereinstimmungen gefunden","new-request-form.lookup-field.placeholder":"Suche {{label}}","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":"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.lookup-field.loading-options":"Elemente werden geladen...","new-request-form.lookup-field.no-matches-found":"Keine Übereinstimmungen gefunden","new-request-form.lookup-field.placeholder":"Suche {{label}}","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.lookup-field.loading-options":"Elemente werden geladen...","new-request-form.lookup-field.no-matches-found":"Keine Übereinstimmungen gefunden","new-request-form.lookup-field.placeholder":"Suche {{label}}","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"}}),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":"Επιλεγμένα 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.lookup-field.loading-options":"Γίνεται φόρτωση αντικειμένων...","new-request-form.lookup-field.no-matches-found":"Δεν βρέθηκαν αντιστοιχίσεις","new-request-form.lookup-field.placeholder":"Αναζήτηση σε {{label}}","new-request-form.parent-request-link":"Συμπληρωματικό στο αίτημα {{parentId}}","new-request-form.required-fields-info":"Τα πεδία με αστερίσκο (*) είναι υποχρεωτικά.","new-request-form.submit":"Υποβολή","new-request-form.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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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"}}),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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"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.lookup-field.loading-options":"new-request-form.lookup-field.loading-options","new-request-form.lookup-field.no-matches-found":"new-request-form.lookup-field.no-matches-found","new-request-form.lookup-field.placeholder":"new-request-form.lookup-field.placeholder","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"}}),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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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.lookup-field.loading-options":"[ผู้龍Ḻṓṓααḍḭḭṇḡ ḭḭṭḛḛṃṡ...龍ผู้]","new-request-form.lookup-field.no-matches-found":"[ผู้龍Ṅṓṓ ṃααṭͼḥḛḛṡ ϝṓṓṵṵṇḍ龍ผู้]","new-request-form.lookup-field.placeholder":"[ผู้龍Ṣḛḛααṛͼḥ {{label}}龍ผู้]","new-request-form.parent-request-link":"[ผู้龍Ḟṓṓḽḽṓṓẁ-ṵṵṗ ṭṓṓ ṛḛḛʠṵṵḛḛṡṭ {{parentId}}龍ผู้]","new-request-form.required-fields-info":"[ผู้龍Ḟḭḭḛḛḽḍṡ ṃααṛḳḛḛḍ ẁḭḭṭḥ ααṇ ααṡṭḛḛṛḭḭṡḳ (*) ααṛḛḛ ṛḛḛʠṵṵḭḭṛḛḛḍ.龍ผู้]","new-request-form.submit":"[ผู้龍Ṣṵṵḅṃḭḭṭ龍ผู้]","new-request-form.suggested-articles":"[ผู้龍Ṣṵṵḡḡḛḛṡṭḛḛḍ ααṛṭḭḭͼḽḛḛṡ龍ผู้]"}}),j=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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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"}}),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.lookup-field.loading-options":"Cargando elementos...","new-request-form.lookup-field.no-matches-found":"No se encontraron coincidencias","new-request-form.lookup-field.placeholder":"Buscar {{label}}","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":"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.lookup-field.loading-options":"Cargando elementos...","new-request-form.lookup-field.no-matches-found":"No se encontraron coincidencias","new-request-form.lookup-field.placeholder":"Buscar {{label}}","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.lookup-field.loading-options":"Cargando elementos...","new-request-form.lookup-field.no-matches-found":"No se encontraron coincidencias","new-request-form.lookup-field.placeholder":"Buscar {{label}}","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"}}),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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"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.lookup-field.loading-options":"Cargando elementos...","new-request-form.lookup-field.no-matches-found":"No se encontraron coincidencias","new-request-form.lookup-field.placeholder":"Buscar {{label}}","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"}}),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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"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.lookup-field.loading-options":"Ladataan kohteita...","new-request-form.lookup-field.no-matches-found":"Vastineita ei löytynyt","new-request-form.lookup-field.placeholder":"Hae {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"S’il y répond, nous pouvons clore la demande {{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. La demande a été close.","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":"Pendant que vous attendez, 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 glisser et déposez 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 téléversement de {{fileName}}. Réessayez ou téléversez un autre fichier.","new-request-form.attachments.upload-error-title":"Erreur de téléversement","new-request-form.attachments.uploading":"Téléversement de {{fileName}}en cours…","new-request-form.cc-field.container-label":"Adresses courriel en CC sélectionnées","new-request-form.cc-field.email-added":"{{email}} a été ajoutée","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ée","new-request-form.cc-field.emails-added":"{{emails}} ont été ajoutées","new-request-form.cc-field.invalid-email":"Adresse courriel 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.lookup-field.loading-options":"Chargement des éléments en cours...","new-request-form.lookup-field.no-matches-found":"Aucun résultat","new-request-form.lookup-field.placeholder":"Rechercher {{label}}","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.lookup-field.loading-options":"Chargement des éléments en cours...","new-request-form.lookup-field.no-matches-found":"Aucun résultat","new-request-form.lookup-field.placeholder":"Rechercher {{label}}","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"}}),R=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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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"}}),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":'הודעות דוא"ל נבחרות עם עותק',"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.lookup-field.loading-options":"טוען פריטים...","new-request-form.lookup-field.no-matches-found":"לא נמצאו התאמות","new-request-form.lookup-field.placeholder":"חיפוש {{label}}","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":"यदि ऐसा है, तो हम आपका हाल ही का अनुरोध बंद कर सकते है {{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.lookup-field.loading-options":"आइटम लोड हो रहे हैं...","new-request-form.lookup-field.no-matches-found":"कोई मिलान नहीं मिले","new-request-form.lookup-field.placeholder":"खोज {{label}}","new-request-form.parent-request-link":"{{parentId}} का अनुरोध करने के लिए फ़ॉलो-अप","new-request-form.required-fields-info":"तारांकन चिह्न (*) से चिह्नित फ़ील्ड आवश्यक हैं।","new-request-form.submit":"भेजें","new-request-form.suggested-articles":"सुझाए गए आलेख"}}),M=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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"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.lookup-field.loading-options":"Elemek betöltése…","new-request-form.lookup-field.no-matches-found":"Nincs találat","new-request-form.lookup-field.placeholder":"{{label}} keresése","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"}}),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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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"}}),x=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.lookup-field.loading-options":"Memuat item...","new-request-form.lookup-field.no-matches-found":"Tidak ada kecocokan yang ditemukan","new-request-form.lookup-field.placeholder":"Cari {{label}}","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"}}),J=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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"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.lookup-field.loading-options":"Caricamento elementi in corso...","new-request-form.lookup-field.no-matches-found":"Nessuna corrispondenza trovata","new-request-form.lookup-field.placeholder":"Cerca {{label}}","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":"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.lookup-field.loading-options":"Caricamento elementi in corso...","new-request-form.lookup-field.no-matches-found":"Nessuna corrispondenza trovata","new-request-form.lookup-field.placeholder":"Cerca {{label}}","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"}}),X=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.lookup-field.loading-options":"アイテムを読み込み中...","new-request-form.lookup-field.no-matches-found":"一致するものが見つかりません","new-request-form.lookup-field.placeholder":"{{label}}を検索","new-request-form.parent-request-link":"リクエスト{{parentId}}の補足","new-request-form.required-fields-info":"アスタリスク(*)が付いているフィールドは必須です。","new-request-form.submit":"送信","new-request-form.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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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"}}),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}} - 제거하려면 백스페이스 키를 누르세요.","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.lookup-field.loading-options":"항목 로드 중...","new-request-form.lookup-field.no-matches-found":"일치 항목을 찾지 못함","new-request-form.lookup-field.placeholder":"{{label}} 검색","new-request-form.parent-request-link":"요청 {{parentId}}에 대한 후속 작업","new-request-form.required-fields-info":"별표(*)가 표시된 필드는 필수입니다.","new-request-form.submit":"제출","new-request-form.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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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"}}),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.lookup-field.loading-options":"Items laden...","new-request-form.lookup-field.no-matches-found":"Geen overeenkomsten gevonden","new-request-form.lookup-field.placeholder":"Zoeken in {{label}}","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":"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.lookup-field.loading-options":"Items laden...","new-request-form.lookup-field.no-matches-found":"Geen overeenkomsten gevonden","new-request-form.lookup-field.placeholder":"Zoeken in {{label}}","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"}}),ce=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":"Lukk","new-request-form.credit-card-digits-hint":"(4 siste sifre)","new-request-form.dropdown.empty-option":"Velg et alternativ","new-request-form.lookup-field.loading-options":"Laster inn elementer...","new-request-form.lookup-field.no-matches-found":"Fant ingen samsvarende","new-request-form.lookup-field.placeholder":"Søk {{label}}","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.lookup-field.loading-options":"Ładowanie elementów...","new-request-form.lookup-field.no-matches-found":"Nie znaleziono dopasowań","new-request-form.lookup-field.placeholder":"Szukaj {{label}}","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"}}),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.lookup-field.loading-options":"Carregando itens...","new-request-form.lookup-field.no-matches-found":"Nenhuma correspondência encontrada","new-request-form.lookup-field.placeholder":"Pesquisar {{label}}","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":"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.lookup-field.loading-options":"Carregando itens...","new-request-form.lookup-field.no-matches-found":"Nenhuma correspondência encontrada","new-request-form.lookup-field.placeholder":"Pesquisar {{label}}","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"}}),he=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.lookup-field.loading-options":"Se încarcă articolele...","new-request-form.lookup-field.no-matches-found":"Nu s-au găsit corespondențe","new-request-form.lookup-field.placeholder":"Căutare {{label}}","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.lookup-field.loading-options":"Загрузка элементов...","new-request-form.lookup-field.no-matches-found":"Соответствия не найдены","new-request-form.lookup-field.placeholder":"Поиск: {{label}}","new-request-form.parent-request-link":"Дополнение к запросу {{parentId}}","new-request-form.required-fields-info":"Помеченные звездочкой (*) поля обязательны для заполнения.","new-request-form.submit":"Отправить","new-request-form.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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"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.lookup-field.loading-options":"Läser in objekt...","new-request-form.lookup-field.no-matches-found":"Inga träffar hittades","new-request-form.lookup-field.placeholder":"Sök {{label}}","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"}}),_e=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.lookup-field.loading-options":"กำลังโหลดรายการ...","new-request-form.lookup-field.no-matches-found":"ไม่พบรายการที่ตรงกัน","new-request-form.lookup-field.placeholder":"ค้นหา {{label}}","new-request-form.parent-request-link":"ติดตามคําร้องขอ {{parentId}}","new-request-form.required-fields-info":"ต้องกรองช่องที่มีเครื่องหมายดอกจัน (*)","new-request-form.submit":"ส่ง","new-request-form.suggested-articles":"บทความที่แนะนำ"}}),Ie=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.lookup-field.loading-options":"Öğeler yükleniyor...","new-request-form.lookup-field.no-matches-found":"Eşleşme bulunamadı","new-request-form.lookup-field.placeholder":"Ara {{label}}","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"}}),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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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":"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":"Add file or drop files 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.lookup-field.loading-options":"Loading items...","new-request-form.lookup-field.no-matches-found":"No matches found","new-request-form.lookup-field.placeholder":"Search {{label}}","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"}}),Te=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.lookup-field.loading-options":"Đang tải các mục...","new-request-form.lookup-field.no-matches-found":"Không tìm thấy kết quả phù hợp","new-request-form.lookup-field.placeholder":"Tìm kiếm {{label}}","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"}}),Fe=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.lookup-field.loading-options":"正在加载项目…","new-request-form.lookup-field.no-matches-found":"未找到匹配项","new-request-form.lookup-field.placeholder":"搜索 {{label}}","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.lookup-field.loading-options":"正在載入項目…","new-request-form.lookup-field.no-matches-found":"找不到符合項目","new-request-form.lookup-field.placeholder":"搜尋{{label}}","new-request-form.parent-request-link":"請求 {{parentId}} 的後續跟進","new-request-form.required-fields-info":"標有星號 (*) 的欄位為必填欄位。","new-request-form.submit":"提交","new-request-form.suggested-articles":"推薦文章"}});export{$,I as A,z as B,C,j as D,T as E,F,Y as G,D as H,L as I,A as J,U as K,O as L,B as M,V as N,E as O,P,R as Q,W as R,H as S,M as T,Z as U,K as V,x 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,le as a6,ne as a7,ie as a8,me as a9,de as aa,ue as ab,fe as ac,ce as ad,we as ae,qe as af,pe as ag,he as ah,be as ai,ge as aj,ve as ak,ke as al,ye as am,Se as an,Ne as ao,_e as ap,Ie as aq,ze as ar,Ce as as,je as at,Te as au,Fe as av,Ye as aw,r as b,t as c,o as d,a as e,s as f,l as g,n as h,i,m as j,d as k,u as l,f as m,c as n,w as o,q as p,p as q,h as r,b as s,g as t,v as u,k as v,y as w,S as x,N as y,_ 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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": + "[ผู้龍Ḻṓṓααḍḭḭṇḡ ḭḭṭḛḛṃṡ...龍ผู้]", + "new-request-form.lookup-field.no-matches-found": + "[ผู้龍Ṅṓṓ ṃααṭͼḥḛḛṡ ϝṓṓṵṵṇḍ龍ผู้]", + "new-request-form.lookup-field.placeholder": "[ผู้龍Ṣḛḛααṛͼḥ {{label}}龍ผู้]", + "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.lookup-field.loading-options": "جارٍ تحميل العناصر...", + "new-request-form.lookup-field.no-matches-found": + "لم يتم العثور على نتائج مطابقة", + "new-request-form.lookup-field.placeholder": "بحث عن {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": "Загрузка элементов...", + "new-request-form.lookup-field.no-matches-found": "Соответствия не найдены", + "new-request-form.lookup-field.placeholder": "Поиск: {{label}}", + "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.lookup-field.loading-options": "Зареждане на елементите…", + "new-request-form.lookup-field.no-matches-found": "Няма открити съвпадения", + "new-request-form.lookup-field.placeholder": "Търсене на {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": "Cargando elementos...", + "new-request-form.lookup-field.no-matches-found": + "No se encontraron coincidencias", + "new-request-form.lookup-field.placeholder": "Buscar {{label}}", + "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.lookup-field.loading-options": "Načítání položek…", + "new-request-form.lookup-field.no-matches-found": + "Nebyly nalezeny žádné shody", + "new-request-form.lookup-field.placeholder": "Hledejte {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": "Indlæser elementer...", + "new-request-form.lookup-field.no-matches-found": + "Ingen matchende resultater", + "new-request-form.lookup-field.placeholder": "Søgning i {{label}}", + "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 deDe = { + "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.lookup-field.loading-options": "Elemente werden geladen...", + "new-request-form.lookup-field.no-matches-found": + "Keine Übereinstimmungen gefunden", + "new-request-form.lookup-field.placeholder": "Suche {{label}}", + "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 deDe$1 = /*#__PURE__*/ Object.freeze({ + __proto__: null, + default: deDe, +}); + +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.lookup-field.loading-options": "Elemente werden geladen...", + "new-request-form.lookup-field.no-matches-found": + "Keine Übereinstimmungen gefunden", + "new-request-form.lookup-field.placeholder": "Suche {{label}}", + "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.lookup-field.loading-options": "Elemente werden geladen...", + "new-request-form.lookup-field.no-matches-found": + "Keine Übereinstimmungen gefunden", + "new-request-form.lookup-field.placeholder": "Suche {{label}}", + "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.lookup-field.loading-options": + "Γίνεται φόρτωση αντικειμένων...", + "new-request-form.lookup-field.no-matches-found": + "Δεν βρέθηκαν αντιστοιχίσεις", + "new-request-form.lookup-field.placeholder": "Αναζήτηση σε {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": + "new-request-form.lookup-field.loading-options", + "new-request-form.lookup-field.no-matches-found": + "new-request-form.lookup-field.no-matches-found", + "new-request-form.lookup-field.placeholder": + "new-request-form.lookup-field.placeholder", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": + "[ผู้龍Ḻṓṓααḍḭḭṇḡ ḭḭṭḛḛṃṡ...龍ผู้]", + "new-request-form.lookup-field.no-matches-found": + "[ผู้龍Ṅṓṓ ṃααṭͼḥḛḛṡ ϝṓṓṵṵṇḍ龍ผู้]", + "new-request-form.lookup-field.placeholder": "[ผู้龍Ṣḛḛααṛͼḥ {{label}}龍ผู้]", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": "Cargando elementos...", + "new-request-form.lookup-field.no-matches-found": + "No se encontraron coincidencias", + "new-request-form.lookup-field.placeholder": "Buscar {{label}}", + "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.lookup-field.loading-options": "Cargando elementos...", + "new-request-form.lookup-field.no-matches-found": + "No se encontraron coincidencias", + "new-request-form.lookup-field.placeholder": "Buscar {{label}}", + "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.lookup-field.loading-options": "Cargando elementos...", + "new-request-form.lookup-field.no-matches-found": + "No se encontraron coincidencias", + "new-request-form.lookup-field.placeholder": "Buscar {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": "Cargando elementos...", + "new-request-form.lookup-field.no-matches-found": + "No se encontraron coincidencias", + "new-request-form.lookup-field.placeholder": "Buscar {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": "Ladataan kohteita...", + "new-request-form.lookup-field.no-matches-found": "Vastineita ei löytynyt", + "new-request-form.lookup-field.placeholder": "Hae {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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 la demande {{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. La demande a été close.", + "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": + "Pendant que vous attendez, 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 glisser et déposez 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 téléversement de {{fileName}}. Réessayez ou téléversez un autre fichier.", + "new-request-form.attachments.upload-error-title": "Erreur de téléversement", + "new-request-form.attachments.uploading": + "Téléversement de {{fileName}}en cours…", + "new-request-form.cc-field.container-label": + "Adresses courriel en CC sélectionnées", + "new-request-form.cc-field.email-added": "{{email}} a été ajoutée", + "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ée", + "new-request-form.cc-field.emails-added": "{{emails}} ont été ajoutées", + "new-request-form.cc-field.invalid-email": "Adresse courriel 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.lookup-field.loading-options": + "Chargement des éléments en cours...", + "new-request-form.lookup-field.no-matches-found": "Aucun résultat", + "new-request-form.lookup-field.placeholder": "Rechercher {{label}}", + "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.lookup-field.loading-options": + "Chargement des éléments en cours...", + "new-request-form.lookup-field.no-matches-found": "Aucun résultat", + "new-request-form.lookup-field.placeholder": "Rechercher {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": "טוען פריטים...", + "new-request-form.lookup-field.no-matches-found": "לא נמצאו התאמות", + "new-request-form.lookup-field.placeholder": "חיפוש {{label}}", + "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.lookup-field.loading-options": "आइटम लोड हो रहे हैं...", + "new-request-form.lookup-field.no-matches-found": "कोई मिलान नहीं मिले", + "new-request-form.lookup-field.placeholder": "खोज {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": "Elemek betöltése…", + "new-request-form.lookup-field.no-matches-found": "Nincs találat", + "new-request-form.lookup-field.placeholder": "{{label}} keresése", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": "Memuat item...", + "new-request-form.lookup-field.no-matches-found": + "Tidak ada kecocokan yang ditemukan", + "new-request-form.lookup-field.placeholder": "Cari {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": + "Caricamento elementi in corso...", + "new-request-form.lookup-field.no-matches-found": + "Nessuna corrispondenza trovata", + "new-request-form.lookup-field.placeholder": "Cerca {{label}}", + "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.lookup-field.loading-options": + "Caricamento elementi in corso...", + "new-request-form.lookup-field.no-matches-found": + "Nessuna corrispondenza trovata", + "new-request-form.lookup-field.placeholder": "Cerca {{label}}", + "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.lookup-field.loading-options": "アイテムを読み込み中...", + "new-request-form.lookup-field.no-matches-found": + "一致するものが見つかりません", + "new-request-form.lookup-field.placeholder": "{{label}}を検索", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": "항목 로드 중...", + "new-request-form.lookup-field.no-matches-found": "일치 항목을 찾지 못함", + "new-request-form.lookup-field.placeholder": "{{label}} 검색", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": "Items laden...", + "new-request-form.lookup-field.no-matches-found": + "Geen overeenkomsten gevonden", + "new-request-form.lookup-field.placeholder": "Zoeken in {{label}}", + "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.lookup-field.loading-options": "Items laden...", + "new-request-form.lookup-field.no-matches-found": + "Geen overeenkomsten gevonden", + "new-request-form.lookup-field.placeholder": "Zoeken in {{label}}", + "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": "Lukk", + "new-request-form.credit-card-digits-hint": "(4 siste sifre)", + "new-request-form.dropdown.empty-option": "Velg et alternativ", + "new-request-form.lookup-field.loading-options": "Laster inn elementer...", + "new-request-form.lookup-field.no-matches-found": "Fant ingen samsvarende", + "new-request-form.lookup-field.placeholder": "Søk {{label}}", + "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.lookup-field.loading-options": "Ładowanie elementów...", + "new-request-form.lookup-field.no-matches-found": "Nie znaleziono dopasowań", + "new-request-form.lookup-field.placeholder": "Szukaj {{label}}", + "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.lookup-field.loading-options": "Carregando itens...", + "new-request-form.lookup-field.no-matches-found": + "Nenhuma correspondência encontrada", + "new-request-form.lookup-field.placeholder": "Pesquisar {{label}}", + "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.lookup-field.loading-options": "Carregando itens...", + "new-request-form.lookup-field.no-matches-found": + "Nenhuma correspondência encontrada", + "new-request-form.lookup-field.placeholder": "Pesquisar {{label}}", + "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.lookup-field.loading-options": "Se încarcă articolele...", + "new-request-form.lookup-field.no-matches-found": + "Nu s-au găsit corespondențe", + "new-request-form.lookup-field.placeholder": "Căutare {{label}}", + "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.lookup-field.loading-options": "Загрузка элементов...", + "new-request-form.lookup-field.no-matches-found": "Соответствия не найдены", + "new-request-form.lookup-field.placeholder": "Поиск: {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": "Läser in objekt...", + "new-request-form.lookup-field.no-matches-found": "Inga träffar hittades", + "new-request-form.lookup-field.placeholder": "Sök {{label}}", + "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.lookup-field.loading-options": "กำลังโหลดรายการ...", + "new-request-form.lookup-field.no-matches-found": "ไม่พบรายการที่ตรงกัน", + "new-request-form.lookup-field.placeholder": "ค้นหา {{label}}", + "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.lookup-field.loading-options": "Öğeler yükleniyor...", + "new-request-form.lookup-field.no-matches-found": "Eşleşme bulunamadı", + "new-request-form.lookup-field.placeholder": "Ara {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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": + "Add file or drop files 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.lookup-field.loading-options": "Loading items...", + "new-request-form.lookup-field.no-matches-found": "No matches found", + "new-request-form.lookup-field.placeholder": "Search {{label}}", + "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.lookup-field.loading-options": "Đang tải các mục...", + "new-request-form.lookup-field.no-matches-found": + "Không tìm thấy kết quả phù hợp", + "new-request-form.lookup-field.placeholder": "Tìm kiếm {{label}}", + "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.lookup-field.loading-options": "正在加载项目…", + "new-request-form.lookup-field.no-matches-found": "未找到匹配项", + "new-request-form.lookup-field.placeholder": "搜索 {{label}}", + "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.lookup-field.loading-options": "正在載入項目…", + "new-request-form.lookup-field.no-matches-found": "找不到符合項目", + "new-request-form.lookup-field.placeholder": "搜尋{{label}}", + "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 { + ka$1 as $, + enXKeys$1 as A, + enXObsolete$1 as B, + enXPseudo$1 as C, + enXTest$1 as D, + es419$1 as E, + esEs$1 as F, + es$1 as G, + et$1 as H, + eu$1 as I, + faAf$1 as J, + fa$1 as K, + fi$1 as L, + fil$1 as M, + fo$1 as N, + frCa$1 as O, + fr$1 as P, + ga$1 as Q, + he$1 as R, + hi$1 as S, + hr$1 as T, + hu$1 as U, + hy$1 as V, + id$1 as W, + is$1 as X, + itCh$1 as Y, + it$1 as Z, + ja$1 as _, + af$1 as a, + kk$1 as a0, + klDk$1 as a1, + ko$1 as a2, + ku$1 as a3, + lt$1 as a4, + lv$1 as a5, + mk$1 as a6, + mn$1 as a7, + ms$1 as a8, + mt$1 as a9, + my$1 as aa, + nlBe$1 as ab, + nl$1 as ac, + no$1 as ad, + pl$1 as ae, + ptBr$1 as af, + pt$1 as ag, + ro$1 as ah, + ru$1 as ai, + sk$1 as aj, + sl$1 as ak, + sq$1 as al, + srMe$1 as am, + sr$1 as an, + sv$1 as ao, + th$1 as ap, + tr$1 as aq, + uk$1 as ar, + ur$1 as as, + uz$1 as at, + vi$1 as au, + zhCn$1 as av, + zhTw$1 as aw, + 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, + deDe$1 as m, + deXInformal$1 as n, + de$1 as o, + el$1 as p, + en001$1 as q, + en150$1 as r, + enAu$1 as s, + enCa$1 as t, + enGb$1 as u, + enMy$1 as v, + enPh$1 as w, + enSe$1 as x, + enUs$1 as y, + enXDev$1 as z, +}; diff --git a/assets/shared-bundle.js b/assets/shared-bundle.js index 5c283b0b7..289d61b6f 100644 --- a/assets/shared-bundle.js +++ b/assets/shared-bundle.js @@ -1,4 +1,839 @@ -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={exports:{}},a={},i={exports:{}},s={};i.exports=function(){if(r)return s;r=1;var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),l=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),d=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),f=Symbol.iterator,m={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},h=Object.assign,g={};function v(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||m}function b(){}function y(e,t,n){this.props=e,this.context=t,this.refs=g,this.updater=n||m}v.prototype.isReactComponent={},v.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},v.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},b.prototype=v.prototype;var w=y.prototype=new b;w.constructor=y,h(w,v.prototype),w.isPureReactComponent=!0;var x=Array.isArray,k=Object.prototype.hasOwnProperty,E={current:null},S={key:!0,ref:!0,__self:!0,__source:!0};function C(t,n,r){var o,a={},i=null,s=null;if(null!=n)for(o in void 0!==n.ref&&(s=n.ref),void 0!==n.key&&(i=""+n.key),n)k.call(n,o)&&!S.hasOwnProperty(o)&&(a[o]=n[o]);var l=arguments.length-2;if(1===l)a.children=r;else if(1>>1,a=e[r];if(!(0>>1;ro(l,n))co(u,l)?(e[r]=u,e[c]=n,r=c):(e[r]=l,e[s]=n,r=s);else{if(!(co(u,n)))break e;e[r]=u,e[c]=n,r=c}}}return t}function o(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}if("object"==typeof performance&&"function"==typeof performance.now){var a=performance;e.unstable_now=function(){return a.now()}}else{var i=Date,s=i.now();e.unstable_now=function(){return i.now()-s}}var l=[],c=[],u=1,d=null,p=3,f=!1,m=!1,h=!1,g="function"==typeof setTimeout?setTimeout:null,v="function"==typeof clearTimeout?clearTimeout:null,b="undefined"!=typeof setImmediate?setImmediate:null;function y(e){for(var o=n(c);null!==o;){if(null===o.callback)r(c);else{if(!(o.startTime<=e))break;r(c),o.sortIndex=o.expirationTime,t(l,o)}o=n(c)}}function w(e){if(h=!1,y(e),!m)if(null!==n(l))m=!0,R(x);else{var t=n(c);null!==t&&M(w,t.startTime-e)}}function x(t,o){m=!1,h&&(h=!1,v(C),C=-1),f=!0;var a=p;try{for(y(o),d=n(l);null!==d&&(!(d.expirationTime>o)||t&&!T());){var i=d.callback;if("function"==typeof i){d.callback=null,p=d.priorityLevel;var s=i(d.expirationTime<=o);o=e.unstable_now(),"function"==typeof s?d.callback=s:d===n(l)&&r(l),y(o)}else r(l);d=n(l)}if(null!==d)var u=!0;else{var g=n(c);null!==g&&M(w,g.startTime-o),u=!1}return u}finally{d=null,p=a,f=!1}}"undefined"!=typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);var k,E=!1,S=null,C=-1,O=5,P=-1;function T(){return!(e.unstable_now()-Pe||125i?(r.sortIndex=a,t(c,r),null===n(l)&&r===n(c)&&(h?(v(C),C=-1):h=!0,M(w,a-i))):(r.sortIndex=s,t(l,r),m||f||(m=!0,R(x))),r},e.unstable_shouldYield=T,e.unstable_wrapCallback=function(e){var t=p;return function(){var n=p;p=t;try{return e.apply(this,arguments)}finally{p=n}}}}(y)),y)),b.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 = {}; + +var react = { exports: {} }; + +var react_production_min = {}; + +/** + * @license React + * 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 = Symbol.for("react.element"), + n = Symbol.for("react.portal"), + p = Symbol.for("react.fragment"), + q = Symbol.for("react.strict_mode"), + r = Symbol.for("react.profiler"), + t = Symbol.for("react.provider"), + u = Symbol.for("react.context"), + v = Symbol.for("react.forward_ref"), + w = Symbol.for("react.suspense"), + x = Symbol.for("react.memo"), + y = Symbol.for("react.lazy"), + z = Symbol.iterator; + function A(a) { + if (null === a || "object" !== typeof a) return null; + a = (z && a[z]) || a["@@iterator"]; + return "function" === typeof a ? a : null; + } + var B = { + isMounted: function () { + return !1; + }, + enqueueForceUpdate: function () {}, + enqueueReplaceState: function () {}, + enqueueSetState: function () {}, + }, + C = Object.assign, + D = {}; + function E(a, b, e) { + this.props = a; + this.context = b; + this.refs = D; + this.updater = e || B; + } + E.prototype.isReactComponent = {}; + E.prototype.setState = function (a, b) { + if ("object" !== typeof a && "function" !== typeof a && null != a) + throw Error( + "setState(...): takes an object of state variables to update or a function which returns an object of state variables." + ); + this.updater.enqueueSetState(this, a, b, "setState"); + }; + E.prototype.forceUpdate = function (a) { + this.updater.enqueueForceUpdate(this, a, "forceUpdate"); + }; + function F() {} + F.prototype = E.prototype; + function G(a, b, e) { + this.props = a; + this.context = b; + this.refs = D; + this.updater = e || B; + } + var H = (G.prototype = new F()); + H.constructor = G; + C(H, E.prototype); + H.isPureReactComponent = !0; + var I = Array.isArray, + J = Object.prototype.hasOwnProperty, + K = { current: null }, + L = { key: !0, ref: !0, __self: !0, __source: !0 }; + function M(a, b, e) { + var d, + c = {}, + k = null, + h = null; + if (null != b) + for (d in (void 0 !== b.ref && (h = b.ref), + void 0 !== b.key && (k = "" + b.key), + b)) + J.call(b, d) && !L.hasOwnProperty(d) && (c[d] = b[d]); + var g = arguments.length - 2; + if (1 === g) c.children = e; + else if (1 < g) { + for (var f = Array(g), m = 0; m < g; m++) f[m] = arguments[m + 2]; + c.children = f; + } + if (a && a.defaultProps) + for (d in ((g = a.defaultProps), g)) void 0 === c[d] && (c[d] = g[d]); + return { + $$typeof: l, + type: a, + key: k, + ref: h, + props: c, + _owner: K.current, + }; + } + function N(a, b) { + return { + $$typeof: l, + type: a.type, + key: b, + ref: a.ref, + props: a.props, + _owner: a._owner, + }; + } + function O(a) { + return "object" === typeof a && null !== a && a.$$typeof === l; + } + function escape(a) { + var b = { "=": "=0", ":": "=2" }; + return ( + "$" + + a.replace(/[=:]/g, function (a) { + return b[a]; + }) + ); + } + var P = /\/+/g; + function Q(a, b) { + return "object" === typeof a && null !== a && null != a.key + ? escape("" + a.key) + : b.toString(36); + } + function R(a, b, e, d, c) { + var k = typeof a; + if ("undefined" === k || "boolean" === k) a = null; + var h = !1; + if (null === a) h = !0; + else + switch (k) { + case "string": + case "number": + h = !0; + break; + case "object": + switch (a.$$typeof) { + case l: + case n: + h = !0; + } + } + if (h) + return ( + (h = a), + (c = c(h)), + (a = "" === d ? "." + Q(h, 0) : d), + I(c) + ? ((e = ""), + null != a && (e = a.replace(P, "$&/") + "/"), + R(c, b, e, "", function (a) { + return a; + })) + : null != c && + (O(c) && + (c = N( + c, + e + + (!c.key || (h && h.key === c.key) + ? "" + : ("" + c.key).replace(P, "$&/") + "/") + + a + )), + b.push(c)), + 1 + ); + h = 0; + d = "" === d ? "." : d + ":"; + if (I(a)) + for (var g = 0; g < a.length; g++) { + k = a[g]; + var f = d + Q(k, g); + h += R(k, b, e, f, c); + } + else if (((f = A(a)), "function" === typeof f)) + for (a = f.call(a), g = 0; !(k = a.next()).done; ) + (k = k.value), (f = d + Q(k, g++)), (h += R(k, b, e, f, c)); + else if ("object" === k) + throw ( + ((b = String(a)), + Error( + "Objects are not valid as a React child (found: " + + ("[object Object]" === b + ? "object with keys {" + Object.keys(a).join(", ") + "}" + : b) + + "). If you meant to render a collection of children, use an array instead." + )) + ); + return h; + } + function S(a, b, e) { + if (null == a) return a; + var d = [], + c = 0; + R(a, d, "", "", function (a) { + return b.call(e, a, c++); + }); + return d; + } + function T(a) { + if (-1 === a._status) { + var b = a._result; + b = b(); + b.then( + function (b) { + if (0 === a._status || -1 === a._status) + (a._status = 1), (a._result = b); + }, + function (b) { + if (0 === a._status || -1 === a._status) + (a._status = 2), (a._result = b); + } + ); + -1 === a._status && ((a._status = 0), (a._result = b)); + } + if (1 === a._status) return a._result.default; + throw a._result; + } + var U = { current: null }, + V = { transition: null }, + W = { + ReactCurrentDispatcher: U, + ReactCurrentBatchConfig: V, + ReactCurrentOwner: K, + }; + function X() { + throw Error("act(...) is not supported in production builds of React."); + } + react_production_min.Children = { + map: S, + forEach: function (a, b, e) { + S( + a, + function () { + b.apply(this, arguments); + }, + e + ); + }, + count: function (a) { + var b = 0; + S(a, function () { + b++; + }); + return b; + }, + toArray: function (a) { + return ( + S(a, function (a) { + return a; + }) || [] + ); + }, + only: function (a) { + if (!O(a)) + throw Error( + "React.Children.only expected to receive a single React element child." + ); + return a; + }, + }; + react_production_min.Component = E; + react_production_min.Fragment = p; + react_production_min.Profiler = r; + react_production_min.PureComponent = G; + react_production_min.StrictMode = q; + react_production_min.Suspense = w; + react_production_min.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = W; + react_production_min.act = X; + react_production_min.cloneElement = function (a, b, e) { + if (null === a || void 0 === a) + throw Error( + "React.cloneElement(...): The argument must be a React element, but you passed " + + a + + "." + ); + var d = C({}, a.props), + c = a.key, + k = a.ref, + h = a._owner; + if (null != b) { + void 0 !== b.ref && ((k = b.ref), (h = K.current)); + void 0 !== b.key && (c = "" + b.key); + if (a.type && a.type.defaultProps) var g = a.type.defaultProps; + for (f in b) + J.call(b, f) && + !L.hasOwnProperty(f) && + (d[f] = void 0 === b[f] && void 0 !== g ? g[f] : b[f]); + } + var f = arguments.length - 2; + if (1 === f) d.children = e; + else if (1 < f) { + g = Array(f); + for (var m = 0; m < f; m++) g[m] = arguments[m + 2]; + d.children = g; + } + return { $$typeof: l, type: a.type, key: c, ref: k, props: d, _owner: h }; + }; + react_production_min.createContext = function (a) { + a = { + $$typeof: u, + _currentValue: a, + _currentValue2: a, + _threadCount: 0, + Provider: null, + Consumer: null, + _defaultValue: null, + _globalName: null, + }; + a.Provider = { $$typeof: t, _context: a }; + return (a.Consumer = a); + }; + react_production_min.createElement = M; + react_production_min.createFactory = function (a) { + var b = M.bind(null, a); + b.type = a; + return b; + }; + react_production_min.createRef = function () { + return { current: null }; + }; + react_production_min.forwardRef = function (a) { + return { $$typeof: v, render: a }; + }; + react_production_min.isValidElement = O; + react_production_min.lazy = function (a) { + return { $$typeof: y, _payload: { _status: -1, _result: a }, _init: T }; + }; + react_production_min.memo = function (a, b) { + return { $$typeof: x, type: a, compare: void 0 === b ? null : b }; + }; + react_production_min.startTransition = function (a) { + var b = V.transition; + V.transition = {}; + try { + a(); + } finally { + V.transition = b; + } + }; + react_production_min.unstable_act = X; + react_production_min.useCallback = function (a, b) { + return U.current.useCallback(a, b); + }; + react_production_min.useContext = function (a) { + return U.current.useContext(a); + }; + react_production_min.useDebugValue = function () {}; + react_production_min.useDeferredValue = function (a) { + return U.current.useDeferredValue(a); + }; + react_production_min.useEffect = function (a, b) { + return U.current.useEffect(a, b); + }; + react_production_min.useId = function () { + return U.current.useId(); + }; + react_production_min.useImperativeHandle = function (a, b, e) { + return U.current.useImperativeHandle(a, b, e); + }; + react_production_min.useInsertionEffect = function (a, b) { + return U.current.useInsertionEffect(a, b); + }; + react_production_min.useLayoutEffect = function (a, b) { + return U.current.useLayoutEffect(a, b); + }; + react_production_min.useMemo = function (a, b) { + return U.current.useMemo(a, b); + }; + react_production_min.useReducer = function (a, b, e) { + return U.current.useReducer(a, b, e); + }; + react_production_min.useRef = function (a) { + return U.current.useRef(a); + }; + react_production_min.useState = function (a) { + return U.current.useState(a); + }; + react_production_min.useSyncExternalStore = function (a, b, e) { + return U.current.useSyncExternalStore(a, b, e); + }; + react_production_min.useTransition = function () { + return U.current.useTransition(); + }; + react_production_min.version = "18.3.1"; + return react_production_min; +} + +{ + react.exports = requireReact_production_min(); +} + +var reactExports = react.exports; +var U$6 = /*@__PURE__*/ getDefaultExportFromCjs(reactExports); + +var t$5 = /*#__PURE__*/ _mergeNamespaces( + { + __proto__: null, + default: U$6, + }, + [reactExports] +); + +/** + * @license React + * react-jsx-runtime.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 hasRequiredReactJsxRuntime_production_min; + +function requireReactJsxRuntime_production_min() { + if (hasRequiredReactJsxRuntime_production_min) + return reactJsxRuntime_production_min; + hasRequiredReactJsxRuntime_production_min = 1; + var f = reactExports, + k = Symbol.for("react.element"), + l = Symbol.for("react.fragment"), + m = Object.prototype.hasOwnProperty, + n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, + p = { key: !0, ref: !0, __self: !0, __source: !0 }; + function q(c, a, g) { + var b, + d = {}, + e = null, + h = null; + void 0 !== g && (e = "" + g); + void 0 !== a.key && (e = "" + a.key); + void 0 !== a.ref && (h = a.ref); + for (b in a) m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]); + if (c && c.defaultProps) + for (b in ((a = c.defaultProps), a)) void 0 === d[b] && (d[b] = a[b]); + return { + $$typeof: k, + type: c, + key: e, + ref: h, + props: d, + _owner: n.current, + }; + } + reactJsxRuntime_production_min.Fragment = l; + reactJsxRuntime_production_min.jsx = q; + reactJsxRuntime_production_min.jsxs = q; + return reactJsxRuntime_production_min; +} + +{ + jsxRuntime.exports = requireReactJsxRuntime_production_min(); +} + +var jsxRuntimeExports = jsxRuntime.exports; + +var reactDom = { exports: {} }; + +var reactDom_production_min = {}; + +var scheduler = { exports: {} }; + +var scheduler_production_min = {}; + +/** + * @license React + * scheduler.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 hasRequiredScheduler_production_min; + +function requireScheduler_production_min() { + if (hasRequiredScheduler_production_min) return scheduler_production_min; + hasRequiredScheduler_production_min = 1; + (function (exports) { + function f(a, b) { + var c = a.length; + a.push(b); + a: for (; 0 < c; ) { + var d = (c - 1) >>> 1, + e = a[d]; + if (0 < g(e, b)) (a[d] = b), (a[c] = e), (c = d); + else break a; + } + } + function h(a) { + return 0 === a.length ? null : a[0]; + } + function k(a) { + if (0 === a.length) return null; + var b = a[0], + c = a.pop(); + if (c !== b) { + a[0] = c; + a: for (var d = 0, e = a.length, w = e >>> 1; d < w; ) { + var m = 2 * (d + 1) - 1, + C = a[m], + n = m + 1, + x = a[n]; + if (0 > g(C, c)) + n < e && 0 > g(x, C) + ? ((a[d] = x), (a[n] = c), (d = n)) + : ((a[d] = C), (a[m] = c), (d = m)); + else if (n < e && 0 > g(x, c)) (a[d] = x), (a[n] = c), (d = n); + else break a; + } + } + return b; + } + function g(a, b) { + var c = a.sortIndex - b.sortIndex; + return 0 !== c ? c : a.id - b.id; + } + if ( + "object" === typeof performance && + "function" === typeof performance.now + ) { + var l = performance; + exports.unstable_now = function () { + return l.now(); + }; + } else { + var p = Date, + q = p.now(); + exports.unstable_now = function () { + return p.now() - q; + }; + } + var r = [], + t = [], + u = 1, + v = null, + y = 3, + z = !1, + A = !1, + B = !1, + D = "function" === typeof setTimeout ? setTimeout : null, + E = "function" === typeof clearTimeout ? clearTimeout : null, + F = "undefined" !== typeof setImmediate ? setImmediate : null; + "undefined" !== typeof navigator && + void 0 !== navigator.scheduling && + void 0 !== navigator.scheduling.isInputPending && + navigator.scheduling.isInputPending.bind(navigator.scheduling); + function G(a) { + for (var b = h(t); null !== b; ) { + if (null === b.callback) k(t); + else if (b.startTime <= a) + k(t), (b.sortIndex = b.expirationTime), f(r, b); + else break; + b = h(t); + } + } + function H(a) { + B = !1; + G(a); + if (!A) + if (null !== h(r)) (A = !0), I(J); + else { + var b = h(t); + null !== b && K(H, b.startTime - a); + } + } + function J(a, b) { + A = !1; + B && ((B = !1), E(L), (L = -1)); + z = !0; + var c = y; + try { + G(b); + for ( + v = h(r); + null !== v && (!(v.expirationTime > b) || (a && !M())); + + ) { + var d = v.callback; + if ("function" === typeof d) { + v.callback = null; + y = v.priorityLevel; + var e = d(v.expirationTime <= b); + b = exports.unstable_now(); + "function" === typeof e ? (v.callback = e) : v === h(r) && k(r); + G(b); + } else k(r); + v = h(r); + } + if (null !== v) var w = !0; + else { + var m = h(t); + null !== m && K(H, m.startTime - b); + w = !1; + } + return w; + } finally { + (v = null), (y = c), (z = !1); + } + } + var N = !1, + O = null, + L = -1, + P = 5, + Q = -1; + function M() { + return exports.unstable_now() - Q < P ? !1 : !0; + } + function R() { + if (null !== O) { + var a = exports.unstable_now(); + Q = a; + var b = !0; + try { + b = O(!0, a); + } finally { + b ? S() : ((N = !1), (O = null)); + } + } else N = !1; + } + var S; + if ("function" === typeof F) + S = function () { + F(R); + }; + else if ("undefined" !== typeof MessageChannel) { + var T = new MessageChannel(), + U = T.port2; + T.port1.onmessage = R; + S = function () { + U.postMessage(null); + }; + } else + S = function () { + D(R, 0); + }; + function I(a) { + O = a; + N || ((N = !0), S()); + } + function K(a, b) { + L = D(function () { + a(exports.unstable_now()); + }, b); + } + 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 () { + A || z || ((A = !0), I(J)); + }; + exports.unstable_forceFrameRate = function (a) { + 0 > a || 125 < a + ? console.error( + "forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported" + ) + : (P = 0 < a ? Math.floor(1e3 / a) : 5); + }; + exports.unstable_getCurrentPriorityLevel = function () { + return y; + }; + exports.unstable_getFirstCallbackNode = function () { + return h(r); + }; + exports.unstable_next = function (a) { + switch (y) { + case 1: + case 2: + case 3: + var b = 3; + break; + default: + b = y; + } + var c = y; + y = b; + try { + return a(); + } finally { + y = c; + } + }; + exports.unstable_pauseExecution = function () {}; + exports.unstable_requestPaint = function () {}; + exports.unstable_runWithPriority = function (a, b) { + switch (a) { + case 1: + case 2: + case 3: + case 4: + case 5: + break; + default: + a = 3; + } + var c = y; + y = a; + try { + return b(); + } finally { + y = 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 && 0 < c ? d + c : d)) + : (c = d); + switch (a) { + case 1: + var e = -1; + break; + case 2: + e = 250; + break; + case 5: + e = 1073741823; + break; + case 4: + e = 1e4; + break; + default: + e = 5e3; + } + e = c + e; + a = { + id: u++, + callback: b, + priorityLevel: a, + startTime: c, + expirationTime: e, + sortIndex: -1, + }; + c > d + ? ((a.sortIndex = c), + f(t, a), + null === h(r) && + a === h(t) && + (B ? (E(L), (L = -1)) : (B = !0), K(H, c - d))) + : ((a.sortIndex = e), f(r, a), A || z || ((A = !0), I(J))); + return a; + }; + exports.unstable_shouldYield = M; + exports.unstable_wrapCallback = function (a) { + var b = y; + return function () { + var c = y; + y = b; + try { + return a.apply(this, arguments); + } finally { + y = 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 * react-dom.production.min.js @@ -7,31 +842,62224 @@ 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)}}(),g.exports=function(){if(m)return v;m=1;var e=c,t=w();function n(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n