@everymatrix/cashier-error 1.90.37 → 1.91.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/{CashierError-DmgAx-O6.js → CashierError-C0hL9h3N.js} +1 -1
- package/components/{CashierError-_Gj_uTMS.cjs → CashierError-CYR_xAUh.cjs} +1 -1
- package/components/{CashierError-ByIHg49f.js → CashierError-DcaLEArf.js} +1 -1
- package/es2015/cashier-error.cjs +1 -1
- package/es2015/cashier-error.js +1 -1
- package/esnext/cashier-error.js +1 -1
- package/package.json +1 -1
|
@@ -3953,7 +3953,7 @@ const Tt = {
|
|
|
3953
3953
|
InsufficientCasinoFunds: "Çekmek istediğiniz tutar, mevcut bakiyenizin üzerindedir. Lütfen çekim tutarınızı belirlemek için bakiyenizi kontrol ediniz",
|
|
3954
3954
|
DepositWageringLimit: "Para çekim işleminizi gerçekleştirebilmek için ana para çevriminizi tamamlamanız gerekmektedir. Ana para çevrimi hakkında bilgi almak için sitemiz genel şartlar ve kurallar bölümünü ziyaret edebilir ya da destek kanallarımız üzerinden bilgi alabilirsiniz.",
|
|
3955
3955
|
DepositWageringFetching: "Veri yükleniyor",
|
|
3956
|
-
DepositWageringLimitText: "
|
|
3956
|
+
DepositWageringLimitText: "Kalan Çevrim:",
|
|
3957
3957
|
AmountMinLimitExceeded: "Tutar, Ödeme Yöntemi minimum sınırından daha küçük",
|
|
3958
3958
|
AmountMaxLimitExceeded: "Tutar, Ödeme Yöntemi maksimum sınırından daha büyük",
|
|
3959
3959
|
AmountIsMissing: "Tutar eksik",
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3
3
|
`,Y.MISSING_INTL_API,o);var D=r.getPluralRules(t,{type:h.pluralType}).select(f-(h.offset||0));v=h.options[D]||h.options.other}if(!v)throw new gt(h.value,f,Object.keys(h.options),o);s.push.apply(s,Ee(v.value,t,r,n,i,f-(h.offset||0)));continue}}return Vn(s)}function Xn(e,t){return t?O(O(O({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=O(O({},e[n]),t[n]||{}),r},{})):e}function qn(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=Xn(e[n],t[n]),r},O({},e)):e}function De(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Jn(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Me(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,Ie([void 0],r,!1)))},{cache:De(e.number),strategy:Ne.variadic}),getDateTimeFormat:Me(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,Ie([void 0],r,!1)))},{cache:De(e.dateTime),strategy:Ne.variadic}),getPluralRules:Me(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,Ie([void 0],r,!1)))},{cache:De(e.pluralRules),strategy:Ne.variadic})}}var Kt=function(){function e(t,r,n,i){r===void 0&&(r=e.defaultLocale);var a=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(l){var u=a.formatToParts(l);if(u.length===1)return u[0].value;var h=u.reduce(function(c,f){return!c.length||f.type!==H.literal||typeof c[c.length-1]!="string"?c.push(f.value):c[c.length-1]+=f.value,c},[]);return h.length<=1?h[0]||"":h},this.formatToParts=function(l){return Ee(a.ast,a.locales,a.formatters,a.formats,l,void 0,a.message)},this.resolvedOptions=function(){var l;return{locale:((l=a.resolvedLocale)===null||l===void 0?void 0:l.toString())||Intl.NumberFormat.supportedLocalesOf(a.locales)[0]}},this.getAst=function(){return a.ast},this.locales=r,this.resolvedLocale=e.resolveLocale(r),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var o=i||{};o.formatters;var s=an(o,["formatters"]);this.ast=e.__parse(t,O(O({},s),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=qn(e.formats,n),this.formatters=i&&i.formatters||Jn(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(typeof Intl.Locale!="undefined"){var r=Intl.NumberFormat.supportedLocalesOf(t);return r.length>0?new Intl.Locale(r[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=Fn,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();function Zn(e,t){if(t==null)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let i=0;i<r.length;i++)if(typeof n=="object"){if(i>0){const a=r.slice(i,r.length).join(".");if(a in n){n=n[a];break}}n=n[r[i]]}else n=void 0;return n}const $={},Yn=(e,t,r)=>r&&(t in $||($[t]={}),e in $[t]||($[t][e]=r),r),er=(e,t)=>{if(t==null)return;if(t in $&&e in $[t])return $[t][e];const r=he(t);for(let n=0;n<r.length;n++){const i=r[n],a=Kn(i,e);if(a)return Yn(e,t,a)}};let Qe;const le=Se({});function Qn(e){return Qe[e]||null}function tr(e){return e in Qe}function Kn(e,t){if(!tr(e))return null;const r=Qn(e);return Zn(r,t)}function ei(e){if(e==null)return;const t=he(e);for(let r=0;r<t.length;r++){const n=t[r];if(tr(n))return n}}function rr(e,...t){delete $[e],le.update(r=>(r[e]=nn.all([r[e]||{},...t]),r))}K([le],([e])=>Object.keys(e));le.subscribe(e=>Qe=e);const xe={};function ti(e,t){xe[e].delete(t),xe[e].size===0&&delete xe[e]}function nr(e){return xe[e]}function ri(e){return he(e).map(t=>{const r=nr(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function we(e){return e==null?!1:he(e).some(t=>{var r;return(r=nr(t))==null?void 0:r.size})}function ni(e,t){return Promise.all(t.map(n=>(ti(e,n),n().then(i=>i.default||i)))).then(n=>rr(e,...n))}const te={};function ir(e){if(!we(e))return e in te?te[e]:Promise.resolve();const t=ri(e);return te[e]=Promise.all(t.map(([r,n])=>ni(r,n))).then(()=>{if(we(e))return ir(e);delete te[e]}),te[e]}var bt=Object.getOwnPropertySymbols,ii=Object.prototype.hasOwnProperty,ai=Object.prototype.propertyIsEnumerable,oi=(e,t)=>{var r={};for(var n in e)ii.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&bt)for(var n of bt(e))t.indexOf(n)<0&&ai.call(e,n)&&(r[n]=e[n]);return r};const si={number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}};function ui({locale:e,id:t}){console.warn(`[svelte-i18n] The message "${t}" was not found in "${he(e).join('", "')}".${we(U())?`
|
|
4
4
|
|
|
5
|
-
Note: there are at least one loader still registered to this locale that wasn't executed.`:""}`)}const li={fallbackLocale:null,loadingDelay:200,formats:si,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},ne=li;function Q(){return ne}function hi(e){const t=e,{formats:r}=t,n=oi(t,["formats"]);let i=e.fallbackLocale;if(e.initialLocale)try{Kt.resolveLocale(e.initialLocale)&&(i=e.initialLocale)}catch(a){console.warn(`[svelte-i18n] The initial locale "${e.initialLocale}" is not a valid locale.`)}return n.warnOnMissingMessages&&(delete n.warnOnMissingMessages,n.handleMissingMessage==null?n.handleMissingMessage=ui:console.warn('[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.')),Object.assign(ne,n,{initialLocale:i}),r&&("number"in r&&Object.assign(ne.formats.number,r.number),"date"in r&&Object.assign(ne.formats.date,r.date),"time"in r&&Object.assign(ne.formats.time,r.time)),G.set(i)}const $e=Se(!1);var ci=Object.defineProperty,fi=Object.defineProperties,mi=Object.getOwnPropertyDescriptors,yt=Object.getOwnPropertySymbols,di=Object.prototype.hasOwnProperty,pi=Object.prototype.propertyIsEnumerable,vt=(e,t,r)=>t in e?ci(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,gi=(e,t)=>{for(var r in t||(t={}))di.call(t,r)&&vt(e,r,t[r]);if(yt)for(var r of yt(t))pi.call(t,r)&&vt(e,r,t[r]);return e},bi=(e,t)=>fi(e,mi(t));let Je;const He=Se(null);function _t(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function he(e,t=Q().fallbackLocale){const r=_t(e);return t?[...new Set([...r,..._t(t)])]:r}function U(){return Je!=null?Je:void 0}He.subscribe(e=>{Je=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const yi=e=>{if(e&&ei(e)&&we(e)){const{loadingDelay:t}=Q();let r;return typeof window!="undefined"&&U()!=null&&t?r=window.setTimeout(()=>$e.set(!0),t):$e.set(!0),ir(e).then(()=>{He.set(e)}).finally(()=>{clearTimeout(r),$e.set(!1)})}return He.set(e)},G=bi(gi({},He),{set:yi}),Pe=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var vi=Object.defineProperty,Ae=Object.getOwnPropertySymbols,ar=Object.prototype.hasOwnProperty,or=Object.prototype.propertyIsEnumerable,Et=(e,t,r)=>t in e?vi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ke=(e,t)=>{for(var r in t||(t={}))ar.call(t,r)&&Et(e,r,t[r]);if(Ae)for(var r of Ae(t))or.call(t,r)&&Et(e,r,t[r]);return e},ee=(e,t)=>{var r={};for(var n in e)ar.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Ae)for(var n of Ae(e))t.indexOf(n)<0&&or.call(e,n)&&(r[n]=e[n]);return r};const se=(e,t)=>{const{formats:r}=Q();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},_i=Pe(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=se("number",n)),new Intl.NumberFormat(r,i)}),Ei=Pe(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=se("date",n):Object.keys(i).length===0&&(i=se("date","short")),new Intl.DateTimeFormat(r,i)}),xi=Pe(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=se("time",n):Object.keys(i).length===0&&(i=se("time","short")),new Intl.DateTimeFormat(r,i)}),Ti=(e={})=>{var t=e,{locale:r=U()}=t,n=ee(t,["locale"]);return _i(Ke({locale:r},n))},wi=(e={})=>{var t=e,{locale:r=U()}=t,n=ee(t,["locale"]);return Ei(Ke({locale:r},n))},Hi=(e={})=>{var t=e,{locale:r=U()}=t,n=ee(t,["locale"]);return xi(Ke({locale:r},n))},Ai=Pe((e,t=U())=>new Kt(e,t,Q().formats,{ignoreTag:Q().ignoreTag})),Si=(e,t={})=>{var r,n,i,a;let o=t;typeof e=="object"&&(o=e,e=o.id);const{values:s,locale:l=U(),default:u}=o;if(l==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let h=er(e,l);if(!h)h=(a=(i=(n=(r=Q()).handleMissingMessage)==null?void 0:n.call(r,{locale:l,id:e,defaultValue:u}))!=null?i:u)!=null?a:e;else if(typeof h!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),h;if(!s)return h;let c=h;try{c=Ai(h,l).format(s)}catch(f){f instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,f.message)}return c},Bi=(e,t)=>Hi(t).format(e),Li=(e,t)=>wi(t).format(e),Pi=(e,t)=>Ti(t).format(e),Oi=(e,t=U())=>er(e,t),Ci=K([G,le],()=>Si);K([G],()=>Bi);K([G],()=>Li);K([G],()=>Pi);K([G,le],()=>Oi);function xt(e,t){rr(e,t)}function Ii(e){hi({fallbackLocale:"en"}),G.set(e)}const Tt={en:{errorGeneralTitle:"Error Occurred",errorGeneralText:"Something went wrong",errorGeneralButton:"CLOSE",PlayerSessionIsNotValid:"Player session is not valid",VendorCommunicationError:"We apologise, but your payment provider has declined to process due to technical error. Please try later or contact your payment solution provider for further assistance. Error Code 21297",PaymentMethodNotAllowed:"We apologise, but this payment method is unavailable at this time, please contact Customer Support for further assistance. Error Code 11402",InvalidPaymentDetails:"We apologise, but you payment details are not valid. Please make sure you entered all payment details correctly and try again or contact Customer Support for further assistance. Error Code 13555",MerchantUserHasWithdrawBlockRole:"Dear Player! Please be informed that currently you are not allowed to initiate withdrawal transactions from your player account. Error Code: 21122",MerchantUserHasDepositBlockRole:"Dear Player! Please be informed that currently you are not allowed to initiate deposit transactions from your player account. Error Code: 21123",JwtTokenError:"IDX12741: JWT must have three segments (JWS) or five segments (JWE).",TransactionIsBlockedDueToNotCompletedKyc:"We apologise, but we cannot process the transaction because you haven't completed KYC. Please verify your identity or contact Customer Support for further assistance. Error Code 23601",InsufficientCasinoFunds:" Your withdrawal is over your available balance. Please check your available balance to adjust your withdrawal amount",DepositWageringLimit:"Attention! Your winnings balance has less than the amount you want to withdraw.",DepositWageringFetching:"Data fetching",DepositWageringLimitText:"Deposit wagering: ",AmountMinLimitExceeded:"Amount is smaller than PaymentMethod minimum limit",AmountMaxLimitExceeded:"Amount is bigger than PaymentMethod maximum limit",AmountIsMissing:"Amount is missing",MaxCustomerTransactionsCountReached:"Looks like you have reached the frequency limit of the transaction attempts per minute. The server is taking too long to respond. Please wait a bit and try again in a while",VendorTimeoutError:"Looks like the payment vendor has some issues. The server is taking too long to respond. Please wait a bit and try again in a while. Error Code 21292",MerchantUserAccountIsInactive:"Declined by merchant user account is inactive",MerchantUserHasDepositDenyRole:"Declined by merchant user has deposit deny role",TransactionCodeIsInvalid:"Transaction code is invalid",InvalidSession:"Your session has expired. Please try again",TwoFactorAuthRequired:"Two-factor authentication is required",DeclinedByMerchant:"We apologise, but transaction has been closed by merchant. Please contact Customer Support for further assistance.",FraudSuspectedError:"We apologise, but we are unable to process your transaction at this time, please try later or contact Customer Support for further assistance. Error Code 22020",OnlyOnePendingTransactionPerUserlsAllowed:"Only one pending transaction per user is allowed",TransactionFrequencyLimitReached:"Transaction frequency limit reached",NotMappedVendorError:"Your balance is insufficient or you may have reached your transaction limit. Please contact your Telecommunication service provider",LOW_BALANCE_OR_PAYEE_LIMIT_REACHED_OR_NOT_ALLOWED:"Your balance is insufficient or you may have reached your transaction limit. Please contact your Telecommunication service provider",CumulativeLimitExceeded:"Monetary limit exceeded",CumulativeLimitExceededException:"Monetary limit exceeded",InsufficientFunds:"Insufficient funds",DeclinedByBank:"Transaction declined by bank",MaxNumberOfTransactionsReached:"Maximum number of transactions reached",OnlyOnePendingTransactionPerUserIsAllowed:"Only one pending transaction is allowed per user",AuthenticationFailed:"Authentication failed",CommunicationTimeoutError:"Communication timeout",MissingPaymentDetails:"Missing payment details",InvalidAccount:"Invalid account"},tr:{errorGeneralTitle:"Hata oluştu",errorGeneralText:"Bir şeyler ters gitti",errorGeneralButton:"KAPALI",PlayerSessionIsNotValid:"Hesabınızla ilgili oturum geçersiz veya süresi dolmuş görünüyor. Lütfen tekrar giriş yapınız",VendorCommunicationError:"Özür dileriz, ancak ödeme sağlayıcınız teknik hata nedeniyle işlemi yapmayı reddetti. Lütfen daha sonra deneyin veya daha fazla yardım için ödeme çözümü sağlayıcınızla iletişime geçin. Hata Kodu 21297",PaymentMethodNotAllowed:"Özür dileriz, ancak bu ödeme yöntemi şu anda kullanılamıyor. Daha fazla yardım için lütfen Müşteri Desteğiyle iletişime geçin. Hata Kodu 11402",InvalidPaymentDetails:"Özür dileriz, ancak ödeme bilgileriniz geçerli değil. Lütfen tüm ödeme ayrıntılarını doğru girdiğinizden emin olun ve tekrar deneyin veya daha fazla yardım için Müşteri Desteği ile iletişime geçin. Hata Kodu 13555",MerchantUserHasWithdrawBlockRole:"Sevgili Oyuncu! Şu anda oyuncu hesabınızdan para çekme işlemi başlatmanıza izin verilmediğini lütfen unutmayın. Hata Kodu: 21122",MerchantUserHasDepositBlockRole:"Değerli Oyuncumuz, Şu anda hesabınız üzerinden para yatırma işlemi yapmanıza izin verilmemektedir. Hata Kodu: 21123",JwtTokenError:"IDX12741: JWT must have three segments (JWS) or five segments (JWE).",TransactionIsBlockedDueToNotCompletedKyc:"İşlemi gerçekleştirmek için kullanıcı doğrulamasını geçmeniz gerekmektedir. ",InsufficientCasinoFunds:"Çekmek istediğiniz tutar, mevcut bakiyenizin üzerindedir. Lütfen çekim tutarınızı belirlemek için bakiyenizi kontrol ediniz",DepositWageringLimit:"Para çekim işleminizi gerçekleştirebilmek için ana para çevriminizi tamamlamanız gerekmektedir. Ana para çevrimi hakkında bilgi almak için sitemiz genel şartlar ve kurallar bölümünü ziyaret edebilir ya da destek kanallarımız üzerinden bilgi alabilirsiniz.",DepositWageringFetching:"Veri yükleniyor",DepositWageringLimitText:"Depozit çevrim:",AmountMinLimitExceeded:"Tutar, Ödeme Yöntemi minimum sınırından daha küçük",AmountMaxLimitExceeded:"Tutar, Ödeme Yöntemi maksimum sınırından daha büyük",AmountIsMissing:"Tutar eksik",MaxCustomerTransactionsCountReached:"İşlem denemelerinin sıklık sınırına ulaştınız. Sunucunun yanıt vermesi çok uzun sürüyor. Lütfen biraz bekleyin ve bir süre sonra tekrar deneyin.",VendorTechnicalError:"Özür dileriz, fakat bir teknik hata nedeniyle işleminiz sağlayıcı tarafından reddedildi. Lütfen daha sonra tekrar deneyin veya servis sağlayıcınızla iletişime geçin. Hata kodu 21298",MerchantUserAccountIsInactive:"Tüccar tarafından reddedildi kullanıcı hesabı etkin değil",MerchantUserHasDepositDenyRole:"Sevgili Oyuncu! Şu anda hesabınıza para yatırmanıza izin verilmediğini lütfen unutmayın. Hata Kodu: 21123",TransactionCodeIsInvalid:"Transaction code is invalid",InvalidSession:"Beklenmedik bir hata oluştu, lütfen tekrar deneyin.",TwoFactorAuthRequired:"İki faktörlü kimlik doğrulama gereklidi",DeclinedByMerchant:"Özür dileriz, ancak işlem satıcı tarafından kapatıldı. Daha fazla yardım için lütfen Müşteri Desteği ile iletişime geçin.",FraudSuspectedError:"Üzgünüz, ancak işleminizi şu anda gerçekleştiremiyoruz. Lütfen daha sonra tekrar deneyin veya daha fazla yardım için Müşteri Desteği ile iletişime geçin. Hata Kodu 22020.",OnlyOnePendingTransactionPerUserlsAllowed:"Devam eden bir talebiniz olduğu için șu anda yeni bir işlem başlatılamaz.",TransactionFrequencyLimitReached:"İşlem sıklığı limiti aşıldı",NotMappedVendorError:"Bakiyeniz yetersiz veya işlem limitinize ulaşmış olabilirsiniz. Lütfen Telekom servis sağlayıcınızla iletişime geçin",LOW_BALANCE_OR_PAYEE_LIMIT_REACHED_OR_NOT_ALLOWED:"Bakiyeniz yetersiz veya işlem limitinize ulaşmış olabilirsiniz. Lütfen Telekom servis sağlayıcınızla iletişime geçin",CumulativeLimitExceeded:"Parasal limit aşıldı",CumulativeLimitExceededException:"Parasal limit aşıldı",InsufficientFunds:"Yetersiz bakiye",DeclinedByBank:"İşlem banka tarafından reddedildi",MaxNumberOfTransactionsReached:"Maksimum işlem sayısına ulaşıldı",OnlyOnePendingTransactionPerUserIsAllowed:"Kullanıcı başına yalnızca bir bekleyen işleme izin verilir",AuthenticationFailed:"Kimlik doğrulama başarısız",CommunicationTimeoutError:"İletişim zaman aşımı",MissingPaymentDetails:"Eksik ödeme bilgileri",InvalidAccount:"Geçersiz hesap"},fr:{errorGeneralTitle:"Une erreur s’est produite",errorGeneralText:"Une erreur est survenue",errorGeneralButton:"FERMER",PlayerSessionIsNotValid:"La session du joueur n’est pas valide",VendorCommunicationError:"Nous sommes désolés, mais votre prestataire de paiement a refusé de traiter la demande en raison d’une erreur technique. Veuillez réessayer plus tard ou contacter votre prestataire de paiement pour obtenir de l’aide. Code d’erreur 21297",PaymentMethodNotAllowed:"Nous sommes désolés, mais ce moyen de paiement n’est pas disponible pour le moment. Veuillez contacter le service client pour obtenir de l’aide. Code d’erreur 11402",InvalidPaymentDetails:"Nous sommes désolés, mais vos informations de paiement ne sont pas valides. Veuillez vérifier que vous avez correctement saisi toutes les informations de paiement et réessayer, ou contacter le service client pour obtenir de l’aide. Code d’erreur 13555",MerchantUserHasWithdrawBlockRole:"Cher joueur ! Veuillez noter que vous n’êtes actuellement pas autorisé à initier des opérations de retrait depuis votre compte joueur. Code d’erreur : 21122",MerchantUserHasDepositBlockRole:"Cher joueur ! Veuillez noter que vous n’êtes actuellement pas autorisé à initier des opérations de dépôt depuis votre compte joueur. Code d’erreur : 21123",JwtTokenError:"IDX12741 : le JWT doit comporter trois segments (JWS) ou cinq segments (JWE).",TransactionIsBlockedDueToNotCompletedKyc:"Nous sommes désolés, mais nous ne pouvons pas traiter la transaction car vous n’avez pas complété le KYC. Veuillez vérifier votre identité ou contacter le service client pour obtenir de l’aide. Code d’erreur 23601",InsufficientCasinoFunds:"Votre retrait dépasse votre solde disponible. Veuillez vérifier votre solde disponible afin d’ajuster le montant du retrait",DepositWageringLimit:"Attention ! Le solde de vos gains est inférieur au montant que vous souhaitez retirer.",DepositWageringLimitText:"Mise de dépôt:",DepositWageringFetching:"Chargement des données",AmountMinLimitExceeded:"Le montant est inférieur à la limite minimale du moyen de paiement",AmountMaxLimitExceeded:"Le montant est supérieur à la limite maximale du moyen de paiement",AmountIsMissing:"Le montant est manquant",MaxCustomerTransactionsCountReached:"Il semble que vous ayez atteint la limite de fréquence des tentatives de transaction par minute. Le serveur met trop de temps à répondre. Veuillez patienter un moment et réessayer plus tard",VendorTimeoutError:"Il semble que le prestataire de paiement rencontre des problèmes. Le serveur met trop de temps à répondre. Veuillez patienter un moment et réessayer plus tard. Code d’erreur 21292",MerchantUserAccountIsInactive:"Refusé : le compte utilisateur marchand est inactif",MerchantUserHasDepositDenyRole:"Refusé : l’utilisateur marchand a un rôle interdisant les dépôts",TransactionCodeIsInvalid:"Le code de transaction n’est pas valide",InvalidSession:"Votre session a expiré. Veuillez réessayer",TwoFactorAuthRequired:"L’authentification à deux facteurs est requise",DeclinedByMerchant:"Nous sommes désolés, mais la transaction a été clôturée par le marchand. Veuillez contacter le service client pour obtenir de l’aide.",FraudSuspectedError:"Nous sommes désolés, mais nous ne pouvons pas traiter votre transaction pour le moment. Veuillez réessayer plus tard ou contacter le service client pour obtenir de l’aide. Code d’erreur 22020",OnlyOnePendingTransactionPerUserlsAllowed:"Une seule transaction en attente par utilisateur est autorisée",TransactionFrequencyLimitReached:"Limite de fréquence des transactions atteinte",NotMappedVendorError:"Votre solde est insuffisant ou vous avez peut-être atteint votre limite de transaction. Veuillez contacter votre fournisseur de services de télécommunication",LOW_BALANCE_OR_PAYEE_LIMIT_REACHED_OR_NOT_ALLOWED:"Votre solde est insuffisant ou vous avez peut-être atteint votre limite de transaction. Veuillez contacter votre fournisseur de services de télécommunication",CumulativeLimitExceeded:"Limite monétaire dépassée",CumulativeLimitExceededException:"Limite monétaire dépassée",InsufficientFunds:"Fonds insuffisants",DeclinedByBank:"Transaction refusée par la banque",MaxNumberOfTransactionsReached:"Nombre maximum de transactions atteint",OnlyOnePendingTransactionPerUserIsAllowed:"Une seule transaction en attente est autorisée par utilisateur",AuthenticationFailed:"Échec de l'authentification",CommunicationTimeoutError:"Délai de communication dépassé",MissingPaymentDetails:"Détails de paiement manquants",InvalidAccount:"Compte invalide"}};function Mi(e){gr(e,"svelte-y815d8",'.WageringFetch{margin:10px}.LoadingText::after{content:"";animation:dots 1.5s steps(4, end) infinite}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}.CashierError{display:flex;width:100%;justify-content:center;align-items:center;overflow:hidden auto;background-color:transparent;padding:15px 0}.CashierErrorContent{display:flex;flex-direction:column;width:100%;max-width:300px;align-items:center;gap:var(--emw--spacing-large, 20px);box-sizing:border-box;padding:1px var(--emw--spacing-medium, 15px);height:inherit}.CashierErrorTitle{color:var(--emw--color-typography, var(--emw--color-white, #ffffff));font-weight:var(--emw--font-weight-semibold, 500);font-size:var(--emw--font-size-medium, 16px);line-height:125%;text-align:center}.CashierErrorText{color:var(--emw--color-typography, var(--emw--color-white, #ffffff));font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-small, 14px);line-height:125%;text-align:center}.CashierErrorButton{width:100%;height:36px;color:var(--emw--color-typography-button, var(--emw--color-black, #000000));text-align:center;cursor:pointer;font-size:var(--emw--font-size-x-small, 12px);font-style:normal;font-weight:var(--emw--font-weight-semibold, 500);font-family:inherit;line-height:36px;border:none;border-radius:var(--emw--border-radius-medium, 10px);background:var(--emw--color-primary, #F9C405)}.CashierErrorButton:hover{background:var(--emw--color-hover, #dbac03)}.CashierErrorButton:active{background:var(--emw--color-active, #fecd1c)}.CashierErrorContent ui-image img{width:300px}')}const Ni=e=>({}),wt=e=>({}),Ri=e=>({}),Ht=e=>({}),Di=e=>({}),At=e=>({}),$i=e=>({}),St=e=>({class:"CashierErrorIcon"});function Bt(e){let t,r;return{c(){t=P("ui-image"),ot(t.src,r=`${e[0]}/error-general-icon.png`)||ge(t,"src",r),ge(t,"width","300px"),ge(t,"alt","error")},m(n,i){S(n,t,i)},p(n,i){i&1&&!ot(t.src,r=`${n[0]}/error-general-icon.png`)&&ge(t,"src",r)},d(n){n&&A(t)}}}function ki(e){let t,r=e[0]&&Bt(e);return{c(){r&&r.c(),t=Ye()},m(n,i){r&&r.m(n,i),S(n,t,i)},p(n,i){n[0]?r?r.p(n,i):(r=Bt(n),r.c(),r.m(t.parentNode,t)):r&&(r.d(1),r=null)},d(n){n&&A(t),r&&r.d(n)}}}function Lt(e){let t;function r(a,o){return a[3]<0?Gi:Ui}let n=r(e),i=n(e);return{c(){i.c(),t=Ye()},m(a,o){i.m(a,o),S(a,t,o)},p(a,o){n===(n=r(a))&&i?i.p(a,o):(i.d(1),i=n(a),i&&(i.c(),i.m(t.parentNode,t)))},d(a){a&&A(t),i.d(a)}}}function Ui(e){let t,r=e[5]("DepositWageringLimitText")+"",n,i,a=e[3]>0&&Pt(e);return{c(){t=P("span"),n=k(r),i=W(),a&&a.c(),R(t,"class","CashierErrorText")},m(o,s){S(o,t,s),L(t,n),L(t,i),a&&a.m(t,null)},p(o,s){s&32&&r!==(r=o[5]("DepositWageringLimitText")+"")&&q(n,r),o[3]>0?a?a.p(o,s):(a=Pt(o),a.c(),a.m(t,null)):a&&(a.d(1),a=null)},d(o){o&&A(t),a&&a.d()}}}function Gi(e){let t,r,n=e[5]("DepositWageringFetching")+"",i;return{c(){t=P("div"),r=P("span"),i=k(n),R(r,"class","CashierErrorText LoadingText"),R(t,"class","WageringFetch")},m(a,o){S(a,t,o),L(t,r),L(r,i)},p(a,o){o&32&&n!==(n=a[5]("DepositWageringFetching")+"")&&q(i,n)},d(a){a&&A(t)}}}function Pt(e){let t,r,n;return{c(){t=k(e[3]),r=W(),n=k(e[4])},m(i,a){S(i,t,a),S(i,r,a),S(i,n,a)},p(i,a){a&8&&q(t,i[3]),a&16&&q(n,i[4])},d(i){i&&(A(t),A(r),A(n))}}}function Fi(e){let t,r=e[5](`${e[1]||"errorGeneralText"}`)+"",n,i,a,o=e[1]=="DepositWageringLimit"&&Lt(e);return{c(){t=P("span"),n=k(r),i=W(),o&&o.c(),a=Ye(),R(t,"class","CashierErrorText")},m(s,l){S(s,t,l),L(t,n),S(s,i,l),o&&o.m(s,l),S(s,a,l)},p(s,l){l&34&&r!==(r=s[5](`${s[1]||"errorGeneralText"}`)+"")&&q(n,r),s[1]=="DepositWageringLimit"?o?o.p(s,l):(o=Lt(s),o.c(),o.m(a.parentNode,a)):o&&(o.d(1),o=null)},d(s){s&&(A(t),A(i),A(a)),o&&o.d(s)}}}function zi(e){let t,r,n=e[5]("errorGeneralButton")+"",i,a,o;return{c(){t=P("button"),r=P("span"),i=k(n),R(t,"class","CashierErrorButton")},m(s,l){S(s,t,l),L(t,r),L(r,i),a||(o=vr(t,"click",e[6]),a=!0)},p(s,l){l&32&&n!==(n=s[5]("errorGeneralButton")+"")&&q(i,n)},d(s){s&&A(t),a=!1,o()}}}function ji(e){let t,r,n,i,a,o;const s=e[13].icon,l=fe(s,e,e[12],St),u=l||ki(e),h=e[13].title,c=fe(h,e,e[12],At),f=e[13].text,d=fe(f,e,e[12],Ht),g=d||Fi(e),x=e[13].button,w=fe(x,e,e[12],wt),T=w||zi(e);return{c(){t=P("div"),r=P("div"),u&&u.c(),n=W(),c&&c.c(),i=W(),g&&g.c(),a=W(),T&&T.c(),R(r,"class","CashierErrorContent"),R(t,"class","CashierError")},m(m,v){S(m,t,v),L(t,r),u&&u.m(r,null),L(r,n),c&&c.m(r,null),L(r,i),g&&g.m(r,null),L(r,a),T&&T.m(r,null),e[14](t),o=!0},p(m,[v]){l?l.p&&(!o||v&4096)&&de(l,s,m,m[12],o?me(s,m[12],v,$i):pe(m[12]),St):u&&u.p&&(!o||v&1)&&u.p(m,o?v:-1),c&&c.p&&(!o||v&4096)&&de(c,h,m,m[12],o?me(h,m[12],v,Di):pe(m[12]),At),d?d.p&&(!o||v&4096)&&de(d,f,m,m[12],o?me(f,m[12],v,Ri):pe(m[12]),Ht):g&&g.p&&(!o||v&58)&&g.p(m,o?v:-1),w?w.p&&(!o||v&4096)&&de(w,x,m,m[12],o?me(x,m[12],v,Ni):pe(m[12]),wt):T&&T.p&&(!o||v&32)&&T.p(m,o?v:-1)},i(m){o||(re(u,m),re(c,m),re(g,m),re(T,m),o=!0)},o(m){be(u,m),be(c,m),be(g,m),be(T,m),o=!1},d(m){m&&A(t),u&&u.d(m),c&&c.d(m),g&&g.d(m),T&&T.d(m),e[14](null)}}}function Vi(e,t,r){let n;pr(e,Ci,p=>r(5,n=p));let{$$slots:i={},$$scope:a}=t,{assetsurl:o=""}=t,{lang:s="en"}=t,{errorcode:l=""}=t,{clientstyling:u=""}=t,{clientstylingurl:h=""}=t,{translationurl:c=""}=t,{mbsource:f=""}=t,d,g,x=-1,w;const T=()=>{Ii(s)},m=()=>{let p=new URL(c);fetch(p).then(I=>I.json()).then(I=>{Object.keys(I).forEach(et=>{xt(et,I[et])})}).catch(I=>{console.error(I)})};Object.keys(Tt).forEach(p=>{xt(p,Tt[p])});const v=()=>{window.postMessage({type:"ErrorClose"},window.location.href)},D=p=>{if(p.data)switch(p.data.type){case"DepositWageringAmount":r(3,x=p.data.amount),r(4,w=p.data.currency);break}};Tr(()=>(window.addEventListener("message",D,!1),()=>{window.removeEventListener("message",D)}));function C(p){ke[p?"unshift":"push"](()=>{d=p,r(2,d)})}return e.$$set=p=>{"assetsurl"in p&&r(0,o=p.assetsurl),"lang"in p&&r(7,s=p.lang),"errorcode"in p&&r(1,l=p.errorcode),"clientstyling"in p&&r(8,u=p.clientstyling),"clientstylingurl"in p&&r(9,h=p.clientstylingurl),"translationurl"in p&&r(10,c=p.translationurl),"mbsource"in p&&r(11,f=p.mbsource),"$$scope"in p&&r(12,a=p.$$scope)},e.$$.update=()=>{e.$$.dirty&128&&s&&T(),e.$$.dirty&260&&u&&d&&Rr(d,u),e.$$.dirty&516&&h&&d&&Dr(d,h),e.$$.dirty&2052&&f&&d&&$r(d,`${f}.Style`,g),e.$$.dirty&1024&&c&&m()},[o,l,d,x,w,n,v,s,u,h,c,f,a,i,C]}class sr extends Mr{constructor(t){super(),Cr(this,t,Vi,ji,Ct,{assetsurl:0,lang:7,errorcode:1,clientstyling:8,clientstylingurl:9,translationurl:10,mbsource:11},Mi)}get assetsurl(){return this.$$.ctx[0]}set assetsurl(t){this.$$set({assetsurl:t}),M()}get lang(){return this.$$.ctx[7]}set lang(t){this.$$set({lang:t}),M()}get errorcode(){return this.$$.ctx[1]}set errorcode(t){this.$$set({errorcode:t}),M()}get clientstyling(){return this.$$.ctx[8]}set clientstyling(t){this.$$set({clientstyling:t}),M()}get clientstylingurl(){return this.$$.ctx[9]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),M()}get translationurl(){return this.$$.ctx[10]}set translationurl(t){this.$$set({translationurl:t}),M()}get mbsource(){return this.$$.ctx[11]}set mbsource(t){this.$$set({mbsource:t}),M()}}Ir(sr,{assetsurl:{},lang:{},errorcode:{},clientstyling:{},clientstylingurl:{},translationurl:{},mbsource:{}},["icon","title","text","button"],[],!0);exports.default=sr;
|
|
5
|
+
Note: there are at least one loader still registered to this locale that wasn't executed.`:""}`)}const li={fallbackLocale:null,loadingDelay:200,formats:si,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},ne=li;function Q(){return ne}function hi(e){const t=e,{formats:r}=t,n=oi(t,["formats"]);let i=e.fallbackLocale;if(e.initialLocale)try{Kt.resolveLocale(e.initialLocale)&&(i=e.initialLocale)}catch(a){console.warn(`[svelte-i18n] The initial locale "${e.initialLocale}" is not a valid locale.`)}return n.warnOnMissingMessages&&(delete n.warnOnMissingMessages,n.handleMissingMessage==null?n.handleMissingMessage=ui:console.warn('[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.')),Object.assign(ne,n,{initialLocale:i}),r&&("number"in r&&Object.assign(ne.formats.number,r.number),"date"in r&&Object.assign(ne.formats.date,r.date),"time"in r&&Object.assign(ne.formats.time,r.time)),G.set(i)}const $e=Se(!1);var ci=Object.defineProperty,fi=Object.defineProperties,mi=Object.getOwnPropertyDescriptors,yt=Object.getOwnPropertySymbols,di=Object.prototype.hasOwnProperty,pi=Object.prototype.propertyIsEnumerable,vt=(e,t,r)=>t in e?ci(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,gi=(e,t)=>{for(var r in t||(t={}))di.call(t,r)&&vt(e,r,t[r]);if(yt)for(var r of yt(t))pi.call(t,r)&&vt(e,r,t[r]);return e},bi=(e,t)=>fi(e,mi(t));let Je;const He=Se(null);function _t(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function he(e,t=Q().fallbackLocale){const r=_t(e);return t?[...new Set([...r,..._t(t)])]:r}function U(){return Je!=null?Je:void 0}He.subscribe(e=>{Je=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const yi=e=>{if(e&&ei(e)&&we(e)){const{loadingDelay:t}=Q();let r;return typeof window!="undefined"&&U()!=null&&t?r=window.setTimeout(()=>$e.set(!0),t):$e.set(!0),ir(e).then(()=>{He.set(e)}).finally(()=>{clearTimeout(r),$e.set(!1)})}return He.set(e)},G=bi(gi({},He),{set:yi}),Pe=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var vi=Object.defineProperty,Ae=Object.getOwnPropertySymbols,ar=Object.prototype.hasOwnProperty,or=Object.prototype.propertyIsEnumerable,Et=(e,t,r)=>t in e?vi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ke=(e,t)=>{for(var r in t||(t={}))ar.call(t,r)&&Et(e,r,t[r]);if(Ae)for(var r of Ae(t))or.call(t,r)&&Et(e,r,t[r]);return e},ee=(e,t)=>{var r={};for(var n in e)ar.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Ae)for(var n of Ae(e))t.indexOf(n)<0&&or.call(e,n)&&(r[n]=e[n]);return r};const se=(e,t)=>{const{formats:r}=Q();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},_i=Pe(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=se("number",n)),new Intl.NumberFormat(r,i)}),Ei=Pe(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=se("date",n):Object.keys(i).length===0&&(i=se("date","short")),new Intl.DateTimeFormat(r,i)}),xi=Pe(e=>{var t=e,{locale:r,format:n}=t,i=ee(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=se("time",n):Object.keys(i).length===0&&(i=se("time","short")),new Intl.DateTimeFormat(r,i)}),Ti=(e={})=>{var t=e,{locale:r=U()}=t,n=ee(t,["locale"]);return _i(Ke({locale:r},n))},wi=(e={})=>{var t=e,{locale:r=U()}=t,n=ee(t,["locale"]);return Ei(Ke({locale:r},n))},Hi=(e={})=>{var t=e,{locale:r=U()}=t,n=ee(t,["locale"]);return xi(Ke({locale:r},n))},Ai=Pe((e,t=U())=>new Kt(e,t,Q().formats,{ignoreTag:Q().ignoreTag})),Si=(e,t={})=>{var r,n,i,a;let o=t;typeof e=="object"&&(o=e,e=o.id);const{values:s,locale:l=U(),default:u}=o;if(l==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let h=er(e,l);if(!h)h=(a=(i=(n=(r=Q()).handleMissingMessage)==null?void 0:n.call(r,{locale:l,id:e,defaultValue:u}))!=null?i:u)!=null?a:e;else if(typeof h!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),h;if(!s)return h;let c=h;try{c=Ai(h,l).format(s)}catch(f){f instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,f.message)}return c},Bi=(e,t)=>Hi(t).format(e),Li=(e,t)=>wi(t).format(e),Pi=(e,t)=>Ti(t).format(e),Oi=(e,t=U())=>er(e,t),Ci=K([G,le],()=>Si);K([G],()=>Bi);K([G],()=>Li);K([G],()=>Pi);K([G,le],()=>Oi);function xt(e,t){rr(e,t)}function Ii(e){hi({fallbackLocale:"en"}),G.set(e)}const Tt={en:{errorGeneralTitle:"Error Occurred",errorGeneralText:"Something went wrong",errorGeneralButton:"CLOSE",PlayerSessionIsNotValid:"Player session is not valid",VendorCommunicationError:"We apologise, but your payment provider has declined to process due to technical error. Please try later or contact your payment solution provider for further assistance. Error Code 21297",PaymentMethodNotAllowed:"We apologise, but this payment method is unavailable at this time, please contact Customer Support for further assistance. Error Code 11402",InvalidPaymentDetails:"We apologise, but you payment details are not valid. Please make sure you entered all payment details correctly and try again or contact Customer Support for further assistance. Error Code 13555",MerchantUserHasWithdrawBlockRole:"Dear Player! Please be informed that currently you are not allowed to initiate withdrawal transactions from your player account. Error Code: 21122",MerchantUserHasDepositBlockRole:"Dear Player! Please be informed that currently you are not allowed to initiate deposit transactions from your player account. Error Code: 21123",JwtTokenError:"IDX12741: JWT must have three segments (JWS) or five segments (JWE).",TransactionIsBlockedDueToNotCompletedKyc:"We apologise, but we cannot process the transaction because you haven't completed KYC. Please verify your identity or contact Customer Support for further assistance. Error Code 23601",InsufficientCasinoFunds:" Your withdrawal is over your available balance. Please check your available balance to adjust your withdrawal amount",DepositWageringLimit:"Attention! Your winnings balance has less than the amount you want to withdraw.",DepositWageringFetching:"Data fetching",DepositWageringLimitText:"Deposit wagering: ",AmountMinLimitExceeded:"Amount is smaller than PaymentMethod minimum limit",AmountMaxLimitExceeded:"Amount is bigger than PaymentMethod maximum limit",AmountIsMissing:"Amount is missing",MaxCustomerTransactionsCountReached:"Looks like you have reached the frequency limit of the transaction attempts per minute. The server is taking too long to respond. Please wait a bit and try again in a while",VendorTimeoutError:"Looks like the payment vendor has some issues. The server is taking too long to respond. Please wait a bit and try again in a while. Error Code 21292",MerchantUserAccountIsInactive:"Declined by merchant user account is inactive",MerchantUserHasDepositDenyRole:"Declined by merchant user has deposit deny role",TransactionCodeIsInvalid:"Transaction code is invalid",InvalidSession:"Your session has expired. Please try again",TwoFactorAuthRequired:"Two-factor authentication is required",DeclinedByMerchant:"We apologise, but transaction has been closed by merchant. Please contact Customer Support for further assistance.",FraudSuspectedError:"We apologise, but we are unable to process your transaction at this time, please try later or contact Customer Support for further assistance. Error Code 22020",OnlyOnePendingTransactionPerUserlsAllowed:"Only one pending transaction per user is allowed",TransactionFrequencyLimitReached:"Transaction frequency limit reached",NotMappedVendorError:"Your balance is insufficient or you may have reached your transaction limit. Please contact your Telecommunication service provider",LOW_BALANCE_OR_PAYEE_LIMIT_REACHED_OR_NOT_ALLOWED:"Your balance is insufficient or you may have reached your transaction limit. Please contact your Telecommunication service provider",CumulativeLimitExceeded:"Monetary limit exceeded",CumulativeLimitExceededException:"Monetary limit exceeded",InsufficientFunds:"Insufficient funds",DeclinedByBank:"Transaction declined by bank",MaxNumberOfTransactionsReached:"Maximum number of transactions reached",OnlyOnePendingTransactionPerUserIsAllowed:"Only one pending transaction is allowed per user",AuthenticationFailed:"Authentication failed",CommunicationTimeoutError:"Communication timeout",MissingPaymentDetails:"Missing payment details",InvalidAccount:"Invalid account"},tr:{errorGeneralTitle:"Hata oluştu",errorGeneralText:"Bir şeyler ters gitti",errorGeneralButton:"KAPALI",PlayerSessionIsNotValid:"Hesabınızla ilgili oturum geçersiz veya süresi dolmuş görünüyor. Lütfen tekrar giriş yapınız",VendorCommunicationError:"Özür dileriz, ancak ödeme sağlayıcınız teknik hata nedeniyle işlemi yapmayı reddetti. Lütfen daha sonra deneyin veya daha fazla yardım için ödeme çözümü sağlayıcınızla iletişime geçin. Hata Kodu 21297",PaymentMethodNotAllowed:"Özür dileriz, ancak bu ödeme yöntemi şu anda kullanılamıyor. Daha fazla yardım için lütfen Müşteri Desteğiyle iletişime geçin. Hata Kodu 11402",InvalidPaymentDetails:"Özür dileriz, ancak ödeme bilgileriniz geçerli değil. Lütfen tüm ödeme ayrıntılarını doğru girdiğinizden emin olun ve tekrar deneyin veya daha fazla yardım için Müşteri Desteği ile iletişime geçin. Hata Kodu 13555",MerchantUserHasWithdrawBlockRole:"Sevgili Oyuncu! Şu anda oyuncu hesabınızdan para çekme işlemi başlatmanıza izin verilmediğini lütfen unutmayın. Hata Kodu: 21122",MerchantUserHasDepositBlockRole:"Değerli Oyuncumuz, Şu anda hesabınız üzerinden para yatırma işlemi yapmanıza izin verilmemektedir. Hata Kodu: 21123",JwtTokenError:"IDX12741: JWT must have three segments (JWS) or five segments (JWE).",TransactionIsBlockedDueToNotCompletedKyc:"İşlemi gerçekleştirmek için kullanıcı doğrulamasını geçmeniz gerekmektedir. ",InsufficientCasinoFunds:"Çekmek istediğiniz tutar, mevcut bakiyenizin üzerindedir. Lütfen çekim tutarınızı belirlemek için bakiyenizi kontrol ediniz",DepositWageringLimit:"Para çekim işleminizi gerçekleştirebilmek için ana para çevriminizi tamamlamanız gerekmektedir. Ana para çevrimi hakkında bilgi almak için sitemiz genel şartlar ve kurallar bölümünü ziyaret edebilir ya da destek kanallarımız üzerinden bilgi alabilirsiniz.",DepositWageringFetching:"Veri yükleniyor",DepositWageringLimitText:"Kalan Çevrim:",AmountMinLimitExceeded:"Tutar, Ödeme Yöntemi minimum sınırından daha küçük",AmountMaxLimitExceeded:"Tutar, Ödeme Yöntemi maksimum sınırından daha büyük",AmountIsMissing:"Tutar eksik",MaxCustomerTransactionsCountReached:"İşlem denemelerinin sıklık sınırına ulaştınız. Sunucunun yanıt vermesi çok uzun sürüyor. Lütfen biraz bekleyin ve bir süre sonra tekrar deneyin.",VendorTechnicalError:"Özür dileriz, fakat bir teknik hata nedeniyle işleminiz sağlayıcı tarafından reddedildi. Lütfen daha sonra tekrar deneyin veya servis sağlayıcınızla iletişime geçin. Hata kodu 21298",MerchantUserAccountIsInactive:"Tüccar tarafından reddedildi kullanıcı hesabı etkin değil",MerchantUserHasDepositDenyRole:"Sevgili Oyuncu! Şu anda hesabınıza para yatırmanıza izin verilmediğini lütfen unutmayın. Hata Kodu: 21123",TransactionCodeIsInvalid:"Transaction code is invalid",InvalidSession:"Beklenmedik bir hata oluştu, lütfen tekrar deneyin.",TwoFactorAuthRequired:"İki faktörlü kimlik doğrulama gereklidi",DeclinedByMerchant:"Özür dileriz, ancak işlem satıcı tarafından kapatıldı. Daha fazla yardım için lütfen Müşteri Desteği ile iletişime geçin.",FraudSuspectedError:"Üzgünüz, ancak işleminizi şu anda gerçekleştiremiyoruz. Lütfen daha sonra tekrar deneyin veya daha fazla yardım için Müşteri Desteği ile iletişime geçin. Hata Kodu 22020.",OnlyOnePendingTransactionPerUserlsAllowed:"Devam eden bir talebiniz olduğu için șu anda yeni bir işlem başlatılamaz.",TransactionFrequencyLimitReached:"İşlem sıklığı limiti aşıldı",NotMappedVendorError:"Bakiyeniz yetersiz veya işlem limitinize ulaşmış olabilirsiniz. Lütfen Telekom servis sağlayıcınızla iletişime geçin",LOW_BALANCE_OR_PAYEE_LIMIT_REACHED_OR_NOT_ALLOWED:"Bakiyeniz yetersiz veya işlem limitinize ulaşmış olabilirsiniz. Lütfen Telekom servis sağlayıcınızla iletişime geçin",CumulativeLimitExceeded:"Parasal limit aşıldı",CumulativeLimitExceededException:"Parasal limit aşıldı",InsufficientFunds:"Yetersiz bakiye",DeclinedByBank:"İşlem banka tarafından reddedildi",MaxNumberOfTransactionsReached:"Maksimum işlem sayısına ulaşıldı",OnlyOnePendingTransactionPerUserIsAllowed:"Kullanıcı başına yalnızca bir bekleyen işleme izin verilir",AuthenticationFailed:"Kimlik doğrulama başarısız",CommunicationTimeoutError:"İletişim zaman aşımı",MissingPaymentDetails:"Eksik ödeme bilgileri",InvalidAccount:"Geçersiz hesap"},fr:{errorGeneralTitle:"Une erreur s’est produite",errorGeneralText:"Une erreur est survenue",errorGeneralButton:"FERMER",PlayerSessionIsNotValid:"La session du joueur n’est pas valide",VendorCommunicationError:"Nous sommes désolés, mais votre prestataire de paiement a refusé de traiter la demande en raison d’une erreur technique. Veuillez réessayer plus tard ou contacter votre prestataire de paiement pour obtenir de l’aide. Code d’erreur 21297",PaymentMethodNotAllowed:"Nous sommes désolés, mais ce moyen de paiement n’est pas disponible pour le moment. Veuillez contacter le service client pour obtenir de l’aide. Code d’erreur 11402",InvalidPaymentDetails:"Nous sommes désolés, mais vos informations de paiement ne sont pas valides. Veuillez vérifier que vous avez correctement saisi toutes les informations de paiement et réessayer, ou contacter le service client pour obtenir de l’aide. Code d’erreur 13555",MerchantUserHasWithdrawBlockRole:"Cher joueur ! Veuillez noter que vous n’êtes actuellement pas autorisé à initier des opérations de retrait depuis votre compte joueur. Code d’erreur : 21122",MerchantUserHasDepositBlockRole:"Cher joueur ! Veuillez noter que vous n’êtes actuellement pas autorisé à initier des opérations de dépôt depuis votre compte joueur. Code d’erreur : 21123",JwtTokenError:"IDX12741 : le JWT doit comporter trois segments (JWS) ou cinq segments (JWE).",TransactionIsBlockedDueToNotCompletedKyc:"Nous sommes désolés, mais nous ne pouvons pas traiter la transaction car vous n’avez pas complété le KYC. Veuillez vérifier votre identité ou contacter le service client pour obtenir de l’aide. Code d’erreur 23601",InsufficientCasinoFunds:"Votre retrait dépasse votre solde disponible. Veuillez vérifier votre solde disponible afin d’ajuster le montant du retrait",DepositWageringLimit:"Attention ! Le solde de vos gains est inférieur au montant que vous souhaitez retirer.",DepositWageringLimitText:"Mise de dépôt:",DepositWageringFetching:"Chargement des données",AmountMinLimitExceeded:"Le montant est inférieur à la limite minimale du moyen de paiement",AmountMaxLimitExceeded:"Le montant est supérieur à la limite maximale du moyen de paiement",AmountIsMissing:"Le montant est manquant",MaxCustomerTransactionsCountReached:"Il semble que vous ayez atteint la limite de fréquence des tentatives de transaction par minute. Le serveur met trop de temps à répondre. Veuillez patienter un moment et réessayer plus tard",VendorTimeoutError:"Il semble que le prestataire de paiement rencontre des problèmes. Le serveur met trop de temps à répondre. Veuillez patienter un moment et réessayer plus tard. Code d’erreur 21292",MerchantUserAccountIsInactive:"Refusé : le compte utilisateur marchand est inactif",MerchantUserHasDepositDenyRole:"Refusé : l’utilisateur marchand a un rôle interdisant les dépôts",TransactionCodeIsInvalid:"Le code de transaction n’est pas valide",InvalidSession:"Votre session a expiré. Veuillez réessayer",TwoFactorAuthRequired:"L’authentification à deux facteurs est requise",DeclinedByMerchant:"Nous sommes désolés, mais la transaction a été clôturée par le marchand. Veuillez contacter le service client pour obtenir de l’aide.",FraudSuspectedError:"Nous sommes désolés, mais nous ne pouvons pas traiter votre transaction pour le moment. Veuillez réessayer plus tard ou contacter le service client pour obtenir de l’aide. Code d’erreur 22020",OnlyOnePendingTransactionPerUserlsAllowed:"Une seule transaction en attente par utilisateur est autorisée",TransactionFrequencyLimitReached:"Limite de fréquence des transactions atteinte",NotMappedVendorError:"Votre solde est insuffisant ou vous avez peut-être atteint votre limite de transaction. Veuillez contacter votre fournisseur de services de télécommunication",LOW_BALANCE_OR_PAYEE_LIMIT_REACHED_OR_NOT_ALLOWED:"Votre solde est insuffisant ou vous avez peut-être atteint votre limite de transaction. Veuillez contacter votre fournisseur de services de télécommunication",CumulativeLimitExceeded:"Limite monétaire dépassée",CumulativeLimitExceededException:"Limite monétaire dépassée",InsufficientFunds:"Fonds insuffisants",DeclinedByBank:"Transaction refusée par la banque",MaxNumberOfTransactionsReached:"Nombre maximum de transactions atteint",OnlyOnePendingTransactionPerUserIsAllowed:"Une seule transaction en attente est autorisée par utilisateur",AuthenticationFailed:"Échec de l'authentification",CommunicationTimeoutError:"Délai de communication dépassé",MissingPaymentDetails:"Détails de paiement manquants",InvalidAccount:"Compte invalide"}};function Mi(e){gr(e,"svelte-y815d8",'.WageringFetch{margin:10px}.LoadingText::after{content:"";animation:dots 1.5s steps(4, end) infinite}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}.CashierError{display:flex;width:100%;justify-content:center;align-items:center;overflow:hidden auto;background-color:transparent;padding:15px 0}.CashierErrorContent{display:flex;flex-direction:column;width:100%;max-width:300px;align-items:center;gap:var(--emw--spacing-large, 20px);box-sizing:border-box;padding:1px var(--emw--spacing-medium, 15px);height:inherit}.CashierErrorTitle{color:var(--emw--color-typography, var(--emw--color-white, #ffffff));font-weight:var(--emw--font-weight-semibold, 500);font-size:var(--emw--font-size-medium, 16px);line-height:125%;text-align:center}.CashierErrorText{color:var(--emw--color-typography, var(--emw--color-white, #ffffff));font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-small, 14px);line-height:125%;text-align:center}.CashierErrorButton{width:100%;height:36px;color:var(--emw--color-typography-button, var(--emw--color-black, #000000));text-align:center;cursor:pointer;font-size:var(--emw--font-size-x-small, 12px);font-style:normal;font-weight:var(--emw--font-weight-semibold, 500);font-family:inherit;line-height:36px;border:none;border-radius:var(--emw--border-radius-medium, 10px);background:var(--emw--color-primary, #F9C405)}.CashierErrorButton:hover{background:var(--emw--color-hover, #dbac03)}.CashierErrorButton:active{background:var(--emw--color-active, #fecd1c)}.CashierErrorContent ui-image img{width:300px}')}const Ni=e=>({}),wt=e=>({}),Ri=e=>({}),Ht=e=>({}),Di=e=>({}),At=e=>({}),$i=e=>({}),St=e=>({class:"CashierErrorIcon"});function Bt(e){let t,r;return{c(){t=P("ui-image"),ot(t.src,r=`${e[0]}/error-general-icon.png`)||ge(t,"src",r),ge(t,"width","300px"),ge(t,"alt","error")},m(n,i){S(n,t,i)},p(n,i){i&1&&!ot(t.src,r=`${n[0]}/error-general-icon.png`)&&ge(t,"src",r)},d(n){n&&A(t)}}}function ki(e){let t,r=e[0]&&Bt(e);return{c(){r&&r.c(),t=Ye()},m(n,i){r&&r.m(n,i),S(n,t,i)},p(n,i){n[0]?r?r.p(n,i):(r=Bt(n),r.c(),r.m(t.parentNode,t)):r&&(r.d(1),r=null)},d(n){n&&A(t),r&&r.d(n)}}}function Lt(e){let t;function r(a,o){return a[3]<0?Gi:Ui}let n=r(e),i=n(e);return{c(){i.c(),t=Ye()},m(a,o){i.m(a,o),S(a,t,o)},p(a,o){n===(n=r(a))&&i?i.p(a,o):(i.d(1),i=n(a),i&&(i.c(),i.m(t.parentNode,t)))},d(a){a&&A(t),i.d(a)}}}function Ui(e){let t,r=e[5]("DepositWageringLimitText")+"",n,i,a=e[3]>0&&Pt(e);return{c(){t=P("span"),n=k(r),i=W(),a&&a.c(),R(t,"class","CashierErrorText")},m(o,s){S(o,t,s),L(t,n),L(t,i),a&&a.m(t,null)},p(o,s){s&32&&r!==(r=o[5]("DepositWageringLimitText")+"")&&q(n,r),o[3]>0?a?a.p(o,s):(a=Pt(o),a.c(),a.m(t,null)):a&&(a.d(1),a=null)},d(o){o&&A(t),a&&a.d()}}}function Gi(e){let t,r,n=e[5]("DepositWageringFetching")+"",i;return{c(){t=P("div"),r=P("span"),i=k(n),R(r,"class","CashierErrorText LoadingText"),R(t,"class","WageringFetch")},m(a,o){S(a,t,o),L(t,r),L(r,i)},p(a,o){o&32&&n!==(n=a[5]("DepositWageringFetching")+"")&&q(i,n)},d(a){a&&A(t)}}}function Pt(e){let t,r,n;return{c(){t=k(e[3]),r=W(),n=k(e[4])},m(i,a){S(i,t,a),S(i,r,a),S(i,n,a)},p(i,a){a&8&&q(t,i[3]),a&16&&q(n,i[4])},d(i){i&&(A(t),A(r),A(n))}}}function Fi(e){let t,r=e[5](`${e[1]||"errorGeneralText"}`)+"",n,i,a,o=e[1]=="DepositWageringLimit"&&Lt(e);return{c(){t=P("span"),n=k(r),i=W(),o&&o.c(),a=Ye(),R(t,"class","CashierErrorText")},m(s,l){S(s,t,l),L(t,n),S(s,i,l),o&&o.m(s,l),S(s,a,l)},p(s,l){l&34&&r!==(r=s[5](`${s[1]||"errorGeneralText"}`)+"")&&q(n,r),s[1]=="DepositWageringLimit"?o?o.p(s,l):(o=Lt(s),o.c(),o.m(a.parentNode,a)):o&&(o.d(1),o=null)},d(s){s&&(A(t),A(i),A(a)),o&&o.d(s)}}}function zi(e){let t,r,n=e[5]("errorGeneralButton")+"",i,a,o;return{c(){t=P("button"),r=P("span"),i=k(n),R(t,"class","CashierErrorButton")},m(s,l){S(s,t,l),L(t,r),L(r,i),a||(o=vr(t,"click",e[6]),a=!0)},p(s,l){l&32&&n!==(n=s[5]("errorGeneralButton")+"")&&q(i,n)},d(s){s&&A(t),a=!1,o()}}}function ji(e){let t,r,n,i,a,o;const s=e[13].icon,l=fe(s,e,e[12],St),u=l||ki(e),h=e[13].title,c=fe(h,e,e[12],At),f=e[13].text,d=fe(f,e,e[12],Ht),g=d||Fi(e),x=e[13].button,w=fe(x,e,e[12],wt),T=w||zi(e);return{c(){t=P("div"),r=P("div"),u&&u.c(),n=W(),c&&c.c(),i=W(),g&&g.c(),a=W(),T&&T.c(),R(r,"class","CashierErrorContent"),R(t,"class","CashierError")},m(m,v){S(m,t,v),L(t,r),u&&u.m(r,null),L(r,n),c&&c.m(r,null),L(r,i),g&&g.m(r,null),L(r,a),T&&T.m(r,null),e[14](t),o=!0},p(m,[v]){l?l.p&&(!o||v&4096)&&de(l,s,m,m[12],o?me(s,m[12],v,$i):pe(m[12]),St):u&&u.p&&(!o||v&1)&&u.p(m,o?v:-1),c&&c.p&&(!o||v&4096)&&de(c,h,m,m[12],o?me(h,m[12],v,Di):pe(m[12]),At),d?d.p&&(!o||v&4096)&&de(d,f,m,m[12],o?me(f,m[12],v,Ri):pe(m[12]),Ht):g&&g.p&&(!o||v&58)&&g.p(m,o?v:-1),w?w.p&&(!o||v&4096)&&de(w,x,m,m[12],o?me(x,m[12],v,Ni):pe(m[12]),wt):T&&T.p&&(!o||v&32)&&T.p(m,o?v:-1)},i(m){o||(re(u,m),re(c,m),re(g,m),re(T,m),o=!0)},o(m){be(u,m),be(c,m),be(g,m),be(T,m),o=!1},d(m){m&&A(t),u&&u.d(m),c&&c.d(m),g&&g.d(m),T&&T.d(m),e[14](null)}}}function Vi(e,t,r){let n;pr(e,Ci,p=>r(5,n=p));let{$$slots:i={},$$scope:a}=t,{assetsurl:o=""}=t,{lang:s="en"}=t,{errorcode:l=""}=t,{clientstyling:u=""}=t,{clientstylingurl:h=""}=t,{translationurl:c=""}=t,{mbsource:f=""}=t,d,g,x=-1,w;const T=()=>{Ii(s)},m=()=>{let p=new URL(c);fetch(p).then(I=>I.json()).then(I=>{Object.keys(I).forEach(et=>{xt(et,I[et])})}).catch(I=>{console.error(I)})};Object.keys(Tt).forEach(p=>{xt(p,Tt[p])});const v=()=>{window.postMessage({type:"ErrorClose"},window.location.href)},D=p=>{if(p.data)switch(p.data.type){case"DepositWageringAmount":r(3,x=p.data.amount),r(4,w=p.data.currency);break}};Tr(()=>(window.addEventListener("message",D,!1),()=>{window.removeEventListener("message",D)}));function C(p){ke[p?"unshift":"push"](()=>{d=p,r(2,d)})}return e.$$set=p=>{"assetsurl"in p&&r(0,o=p.assetsurl),"lang"in p&&r(7,s=p.lang),"errorcode"in p&&r(1,l=p.errorcode),"clientstyling"in p&&r(8,u=p.clientstyling),"clientstylingurl"in p&&r(9,h=p.clientstylingurl),"translationurl"in p&&r(10,c=p.translationurl),"mbsource"in p&&r(11,f=p.mbsource),"$$scope"in p&&r(12,a=p.$$scope)},e.$$.update=()=>{e.$$.dirty&128&&s&&T(),e.$$.dirty&260&&u&&d&&Rr(d,u),e.$$.dirty&516&&h&&d&&Dr(d,h),e.$$.dirty&2052&&f&&d&&$r(d,`${f}.Style`,g),e.$$.dirty&1024&&c&&m()},[o,l,d,x,w,n,v,s,u,h,c,f,a,i,C]}class sr extends Mr{constructor(t){super(),Cr(this,t,Vi,ji,Ct,{assetsurl:0,lang:7,errorcode:1,clientstyling:8,clientstylingurl:9,translationurl:10,mbsource:11},Mi)}get assetsurl(){return this.$$.ctx[0]}set assetsurl(t){this.$$set({assetsurl:t}),M()}get lang(){return this.$$.ctx[7]}set lang(t){this.$$set({lang:t}),M()}get errorcode(){return this.$$.ctx[1]}set errorcode(t){this.$$set({errorcode:t}),M()}get clientstyling(){return this.$$.ctx[8]}set clientstyling(t){this.$$set({clientstyling:t}),M()}get clientstylingurl(){return this.$$.ctx[9]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),M()}get translationurl(){return this.$$.ctx[10]}set translationurl(t){this.$$set({translationurl:t}),M()}get mbsource(){return this.$$.ctx[11]}set mbsource(t){this.$$set({mbsource:t}),M()}}Ir(sr,{assetsurl:{},lang:{},errorcode:{},clientstyling:{},clientstylingurl:{},translationurl:{},mbsource:{}},["icon","title","text","button"],[],!0);exports.default=sr;
|
|
@@ -3916,7 +3916,7 @@ const bt = {
|
|
|
3916
3916
|
InsufficientCasinoFunds: "Çekmek istediğiniz tutar, mevcut bakiyenizin üzerindedir. Lütfen çekim tutarınızı belirlemek için bakiyenizi kontrol ediniz",
|
|
3917
3917
|
DepositWageringLimit: "Para çekim işleminizi gerçekleştirebilmek için ana para çevriminizi tamamlamanız gerekmektedir. Ana para çevrimi hakkında bilgi almak için sitemiz genel şartlar ve kurallar bölümünü ziyaret edebilir ya da destek kanallarımız üzerinden bilgi alabilirsiniz.",
|
|
3918
3918
|
DepositWageringFetching: "Veri yükleniyor",
|
|
3919
|
-
DepositWageringLimitText: "
|
|
3919
|
+
DepositWageringLimitText: "Kalan Çevrim:",
|
|
3920
3920
|
AmountMinLimitExceeded: "Tutar, Ödeme Yöntemi minimum sınırından daha küçük",
|
|
3921
3921
|
AmountMaxLimitExceeded: "Tutar, Ödeme Yöntemi maksimum sınırından daha büyük",
|
|
3922
3922
|
AmountIsMissing: "Tutar eksik",
|
package/es2015/cashier-error.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CashierError-
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CashierError-CYR_xAUh.cjs")).then(({default:t})=>{!customElements.get("cashier-error")&&customElements.define("cashier-error",t.element)})}
|
package/es2015/cashier-error.js
CHANGED
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/CashierError-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/CashierError-C0hL9h3N.js").then(({ default: t }) => {
|
|
14
14
|
!customElements.get("cashier-error") && customElements.define("cashier-error", t.element);
|
|
15
15
|
});
|
|
16
16
|
}
|
package/esnext/cashier-error.js
CHANGED