@adyen/adyen-web 5.53.3 → 5.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adyen.css +6 -5
- package/dist/adyen.css.map +1 -1
- package/dist/adyen.js +1 -1
- package/dist/adyen.js.map +1 -1
- package/dist/cjs/adyen.css +6 -5
- package/dist/cjs/adyen.css.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/adyen.css +6 -5
- package/dist/es/adyen.css.map +1 -1
- package/dist/es/ar.js +1 -1
- package/dist/es/cs-CZ.js +1 -1
- package/dist/es/da-DK.js +1 -1
- package/dist/es/de-DE.js +1 -1
- package/dist/es/el-GR.js +1 -1
- package/dist/es/es-ES.js +1 -1
- package/dist/es/fi-FI.js +1 -1
- package/dist/es/fr-FR.js +1 -1
- package/dist/es/hr-HR.js +1 -1
- package/dist/es/hu-HU.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/it-IT.js +1 -1
- package/dist/es/ja-JP.js +1 -1
- package/dist/es/ko-KR.js +1 -1
- package/dist/es/nl-NL.js +1 -1
- package/dist/es/no-NO.js +1 -1
- package/dist/es/pl-PL.js +1 -1
- package/dist/es/pt-BR.js +1 -1
- package/dist/es/pt-PT.js +1 -1
- package/dist/es/ro-RO.js +1 -1
- package/dist/es/ru-RU.js +1 -1
- package/dist/es/sk-SK.js +1 -1
- package/dist/es/sl-SI.js +1 -1
- package/dist/es/sv-SE.js +1 -1
- package/dist/es/zh-CN.js +1 -1
- package/dist/es/zh-TW.js +1 -1
- package/dist/es.modern/adyen.css +6 -5
- package/dist/es.modern/adyen.css.map +1 -1
- package/dist/es.modern/ar.js +1 -1
- package/dist/es.modern/cs-CZ.js +1 -1
- package/dist/es.modern/da-DK.js +1 -1
- package/dist/es.modern/de-DE.js +1 -1
- package/dist/es.modern/el-GR.js +1 -1
- package/dist/es.modern/es-ES.js +1 -1
- package/dist/es.modern/fi-FI.js +1 -1
- package/dist/es.modern/fr-FR.js +1 -1
- package/dist/es.modern/hr-HR.js +1 -1
- package/dist/es.modern/hu-HU.js +1 -1
- package/dist/es.modern/index.js +1 -1
- package/dist/es.modern/it-IT.js +1 -1
- package/dist/es.modern/ja-JP.js +1 -1
- package/dist/es.modern/ko-KR.js +1 -1
- package/dist/es.modern/nl-NL.js +1 -1
- package/dist/es.modern/no-NO.js +1 -1
- package/dist/es.modern/pl-PL.js +1 -1
- package/dist/es.modern/pt-BR.js +1 -1
- package/dist/es.modern/pt-PT.js +1 -1
- package/dist/es.modern/ro-RO.js +1 -1
- package/dist/es.modern/ru-RU.js +1 -1
- package/dist/es.modern/sk-SK.js +1 -1
- package/dist/es.modern/sl-SI.js +1 -1
- package/dist/es.modern/sv-SE.js +1 -1
- package/dist/es.modern/zh-CN.js +1 -1
- package/dist/es.modern/zh-TW.js +1 -1
- package/dist/types/components/ANCV/ANCV.d.ts +6 -0
- package/dist/types/components/Card/components/CardInput/components/CardFieldsWrapper.d.ts +3 -1
- package/dist/types/components/Card/components/CardInput/types.d.ts +3 -1
- package/dist/types/components/Doku/Doku.d.ts +0 -1
- package/dist/types/components/Econtext/Econtext.d.ts +0 -1
- package/dist/types/components/Giropay/Giropay.d.ts +0 -8
- package/dist/types/components/Redirect/Redirect.d.ts +2 -1
- package/dist/types/components/SecuredFields/SecuredFields.d.ts +0 -1
- package/dist/types/components/internal/Address/components/AddressSearch.d.ts +9 -2
- package/dist/types/components/internal/Address/types.d.ts +3 -1
- package/dist/types/components/internal/ClickToPay/components/CtPOneTimePassword/CtPSaveCookiesCheckbox/CtPSaveCookiesCheckbox.d.ts +4 -0
- package/dist/types/components/internal/ClickToPay/components/CtPOneTimePassword/CtPSaveCookiesCheckbox/index.d.ts +1 -0
- package/dist/types/components/internal/ClickToPay/context/ClickToPayContext.d.ts +2 -0
- package/dist/types/components/internal/ClickToPay/services/ClickToPayService.d.ts +5 -0
- package/dist/types/components/internal/ClickToPay/services/sdks/types.d.ts +10 -0
- package/dist/types/components/internal/ClickToPay/services/types.d.ts +2 -0
- package/dist/types/components/internal/FormFields/InputEmail.d.ts +2 -1
- package/dist/types/components/internal/FormFields/Select/Select.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/types.d.ts +1 -0
- package/dist/types/components/internal/SecuredFields/lib/configuration/constants.d.ts +1 -1
- package/dist/types/language/config.d.ts +2 -0
- package/dist/types/language/locales/index.d.ts +104 -0
- package/dist/types/utils/detectInIframeInSameOrigin.d.ts +7 -0
- package/dist/types/utils/isScreenSmall.d.ts +2 -0
- package/package.json +11 -11
- package/dist/types/components/ClickToPay/ClickToPay.spec.d.ts +0 -1
- package/dist/types/components/OnlinebankingPL/OnlineBankingPL.spec.d.ts +0 -1
- package/dist/types/components/Oxxo/Oxxo.spec.d.ts +0 -1
- package/dist/types/components/PayByBank/PayByBank.spec.d.ts +0 -1
- package/dist/types/utils/detectInIframe.d.ts +0 -2
package/dist/es/sv-SE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={payButton:"Betala","payButton.redirecting":"Omdirigerar\u2026","payButton.with":"Betala %{value} med %{maskedData}",close:"St\xe4ng",storeDetails:"Spara till min n\xe4sta betalning","creditCard.holderName":"Namn p\xe5 kort","creditCard.holderName.placeholder":"A. Andersson","creditCard.holderName.invalid":"Ange namnet som det st\xe5r p\xe5 kortet","creditCard.numberField.title":"Kortnummer","creditCard.numberField.placeholder":"1234 5678 9012 3456","creditCard.expiryDateField.title":"Utg\xe5ngsdatum","creditCard.expiryDateField.placeholder":"MM/\xc5\xc5","creditCard.expiryDateField.month":"M\xe5nad","creditCard.expiryDateField.month.placeholder":"MM","creditCard.expiryDateField.year.placeholder":"\xc5\xc5","creditCard.expiryDateField.year":"\xc5r","creditCard.cvcField.title":"S\xe4kerhetskod","creditCard.cvcField.placeholder":"123","creditCard.storeDetailsButton":"Spara kortuppgifter","creditCard.cvcField.placeholder.4digits":"4 siffror","creditCard.cvcField.placeholder.3digits":"3 siffror","creditCard.taxNumber.placeholder":"\xc5\xc5MMDD / 0123456789",installments:"Antal delbetalningar",installmentOption:"%{times} x %{partialValue}",installmentOptionMonths:"%{times} m\xe5nader","installments.oneTime":"Eng\xe5ngsbetalning","installments.installments":"Delbetalningar","installments.revolving":"Uppdelad betalning","sepaDirectDebit.ibanField.invalid":"Ogiltigt kontonummer","sepaDirectDebit.nameField.placeholder":"A. Andersson","sepa.ownerName":"K\xe4nt av kontoinnehavaren","sepa.ibanNumber":"Kontonummer (IBAN)","error.title":"Fel","error.subtitle.redirect":"Omdirigering misslyckades","error.subtitle.payment":"Betalning misslyckades","error.subtitle.refused":"Betalning avvisad","error.message.unknown":"Ett ok\xe4nt fel uppstod","errorPanel.title":"Befintliga fel","idealIssuer.selectField.title":"Bank","idealIssuer.selectField.placeholder":"V\xe4lj din bank","creditCard.success":"Betalning lyckades",loading:"Laddar\u2026",continue:"Forts\xe4tt",continueTo:"Forts\xe4tt till","wechatpay.timetopay":"Du har %@ att betala","sr.wechatpay.timetopay":"Du har %#minuter%# och %#sekunder%# p\xe5 dig att betala","wechatpay.scanqrcode":"Skanna QR-kod",personalDetails:"Personuppgifter",companyDetails:"F\xf6retagsinformation","companyDetails.name":"F\xf6retagsnamn","companyDetails.registrationNumber":"Registreringsnummer",socialSecurityNumber:"Personnummer",firstName:"F\xf6rnamn","firstName.invalid":"Ange ditt f\xf6rnamn",infix:"Prefix",lastName:"Efternamn","lastName.invalid":"Ange ditt efternamn",mobileNumber:"Mobilnummer","mobileNumber.invalid":"Ogiltigt mobilnummer",city:"Stad",postalCode:"Postnummer","postalCode.optional":"Postnummer (valfritt)",countryCode:"Landskod",telephoneNumber:"Telefonnummer",dateOfBirth:"F\xf6delsedatum",shopperEmail:"E-postadress",gender:"K\xf6n","gender.notselected":"V\xe4lj k\xf6n",male:"Man",female:"Kvinna",billingAddress:"Faktureringsadress",street:"Gatuadress",stateOrProvince:"Delstat eller region",country:"Land",houseNumberOrName:"Husnummer",separateDeliveryAddress:"Ange en separat leveransadress",deliveryAddress:"Leveransadress",zipCode:"Postnummer",apartmentSuite:"L\xe4genhetsnummer",provinceOrTerritory:"Provins eller territorium",cityTown:"Ort",address:"Adress","address.placeholder":"Hitta din adress","address.errors.incomplete":"Ange en adress f\xf6r att forts\xe4tta","address.enterManually":"Ange adress manuellt",state:"Delstat","field.title.optional":"(valfritt)","creditCard.cvcField.title.optional":"S\xe4kerhetskod (valfritt)","issuerList.wallet.placeholder":"V\xe4j din pl\xe5nbok",privacyPolicy:"Sekretesspolicy","afterPay.agreement":"Jag godk\xe4nner Rivertys %@",paymentConditions:"betalvillkor",openApp:"\xd6ppna appen","voucher.readInstructions":"L\xe4s instruktionerna","voucher.introduction":"Tack f\xf6r ditt k\xf6p, v\xe4nligen anv\xe4nd f\xf6ljande kupong f\xf6r att slutf\xf6ra din betalning.","voucher.expirationDate":"Utg\xe5ngsdatum","voucher.alternativeReference":"Alternativ referens","dragonpay.voucher.non.bank.selectField.placeholder":"V\xe4lj din leverant\xf6r","dragonpay.voucher.bank.selectField.placeholder":"V\xe4lj din bank","voucher.paymentReferenceLabel":"Betalreferens","voucher.surcharge":"Inklusive %@ i avgift","voucher.introduction.doku":"Tack f\xf6r ditt k\xf6p, v\xe4nligen anv\xe4nd f\xf6ljande information f\xf6r att slutf\xf6ra din betalning.","voucher.shopperName":"Konsumentens namn","voucher.merchantName":"Handlare","voucher.introduction.econtext":"Tack f\xf6r ditt k\xf6p, v\xe4nligen anv\xe4nd f\xf6ljande information f\xf6r att slutf\xf6ra din betalning.","voucher.telephoneNumber":"Telefonnummer","voucher.shopperReference":"K\xf6parreferens","voucher.collectionInstitutionNumber":"Nummer p\xe5 upph\xe4mtningsplats","voucher.econtext.telephoneNumber.invalid":"Telefonnumret m\xe5ste inneh\xe5lla 10 eller 11 siffror","boletobancario.btnLabel":"Generera Boleto","boleto.sendCopyToEmail":"Skicka en kopia till min e-post","button.copy":"Kopiera","button.download":"Ladda ner","boleto.socialSecurityNumber.invalid":"F\xe4ltet \xe4r ogiltigt","creditCard.storedCard.description.ariaLabel":"Sparat kort slutar p\xe5 %@","voucher.entity":"Enhet",donateButton:"Donera",notNowButton:"Inte nu",thanksForYourSupport:"Tack f\xf6r ditt st\xf6d!",preauthorizeWith:"F\xf6rauktorisera med",confirmPreauthorization:"Bekr\xe4fta f\xf6rauktorisering",confirmPurchase:"Bekr\xe4fta k\xf6p",applyGiftcard:"L\xf6s in",giftcardBalance:"Presentkortssaldo",deductedBalance:"Avdraget saldo","creditCard.pin.title":"PIN-kod","creditCard.encryptedPassword.label":"De tv\xe5 f\xf6rsta siffrorna i kortets l\xf6senord","creditCard.encryptedPassword.placeholder":"12","creditCard.encryptedPassword.invalid":"Ogiltigt l\xf6senord","creditCard.taxNumber":"Kortinnehavarens f\xf6delsedatum eller f\xf6retagets organisationsnummer","creditCard.taxNumber.label":"Kortinnehavarens f\xf6delsedatum (\xc5\xc5MMDD) eller f\xf6retagets organisationsnummer (10 siffror)","creditCard.taxNumber.labelAlt":"F\xf6retagets organisationsnummer (10 siffror)","creditCard.taxNumber.invalid":"Ogiltigt f\xf6delsedatum eller organisationsnummer","storedPaymentMethod.disable.button":"Ta bort","storedPaymentMethod.disable.confirmation":"Ta bort sparat betalningss\xe4tt","storedPaymentMethod.disable.confirmButton":"Ja, ta bort","storedPaymentMethod.disable.cancelButton":"Avbryt","ach.bankAccount":"Bankkonto","ach.accountHolderNameField.title":"Kontoinnehavarens namn","ach.accountHolderNameField.placeholder":"A. Andersson","ach.accountHolderNameField.invalid":"Kontoinnehavarens namn \xe4r ogiltigt","ach.accountNumberField.title":"Kontonummer","ach.accountNumberField.invalid":"Ogiltigt kontonummer","ach.accountLocationField.title":"ABA-nummer","ach.accountLocationField.invalid":"Ogiltigt ABA-nummer","ach.savedBankAccount":"Sparat bankkonto","select.state":"V\xe4lj delstat","select.stateOrProvince":"V\xe4lj delstat eller provins","select.provinceOrTerritory":"V\xe4lj provins eller territorium","select.country":"V\xe4lj land","select.noOptionsFound":"Inga alternativ hittades","select.filter.placeholder":"S\xf6k efter\u2026","telephoneNumber.invalid":"Ogiltigt telefonnummer",qrCodeOrApp:"eller","paypal.processingPayment":"Behandlar betalning\u2026",generateQRCode:"Generera QR-kod","await.waitForConfirmation":"V\xe4ntar p\xe5 bekr\xe4ftelse","mbway.confirmPayment":"Bekr\xe4fta din betalning i appen MB WAY","shopperEmail.invalid":"Ogiltig e-postadress","dateOfBirth.format":"DD/MM/\xc5\xc5\xc5\xc5","dateOfBirth.invalid":"Ange ett giltigt f\xf6delsedatum som visar att du \xe4r minst 18 \xe5r gammal","blik.confirmPayment":"\xd6ppna din bankapp f\xf6r att bekr\xe4fta betalningen.","blik.invalid":"Ange 6 siffror","blik.code":"Sexsiffrig kod","blik.help":"H\xe4mta koden fr\xe5n din bankapp.","swish.pendingMessage":"N\xe4r du har skannat kan statusen vara v\xe4ntande i upp till tio minuter. Att f\xf6rs\xf6ka betala igen inom denna tid kan leda till flera debiteringar.","field.valid":"F\xe4ltet \xe4r giltigt","field.invalid":"F\xe4ltet ogiltigt","error.va.gen.01":"Ofullst\xe4ndigt f\xe4lt","error.va.gen.02":"F\xe4ltet ogiltigt","error.va.sf-cc-num.01":"Ange ett giltigt kortnummer","error.va.sf-cc-num.02":"Ange kortnumret","error.va.sf-cc-num.03":"Ange ett kortm\xe4rke som st\xf6ds","error.va.sf-cc-num.04":"Ange det fullst\xe4ndiga kortnumret","error.va.sf-cc-dat.01":"Ange ett giltigt utg\xe5ngsdatum","error.va.sf-cc-dat.02":"Ange ett giltigt utg\xe5ngsdatum","error.va.sf-cc-dat.03":"Kreditkortet g\xe5r snart ut","error.va.sf-cc-dat.04":"Ange utg\xe5ngsdatumet","error.va.sf-cc-dat.05":"Ange det fullst\xe4ndiga utg\xe5ngsdatumet","error.va.sf-cc-mth.01":"Ange utg\xe5ngsm\xe5naden","error.va.sf-cc-yr.01":"Ange utg\xe5ngs\xe5ret","error.va.sf-cc-yr.02":"Ange det fullst\xe4ndiga utg\xe5ngs\xe5ret","error.va.sf-cc-cvc.01":"Ange s\xe4kerhetskoden","error.va.sf-cc-cvc.02":"Ange den fullst\xe4ndiga s\xe4kerhetskoden","error.va.sf-ach-num.01":"F\xe4ltet f\xf6r bankkontonummer \xe4r tomt","error.va.sf-ach-num.02":"Bankkontonumret har fel l\xe4ngd","error.va.sf-ach-loc.01":"F\xe4ltet f\xf6r clearingnummer \xe4r tomt","error.va.sf-ach-loc.02":"Clearingnumret har fel l\xe4ngd","error.va.sf-kcp-pwd.01":"F\xe4ltet f\xf6r l\xf6senord \xe4r tomt","error.va.sf-kcp-pwd.02":"L\xf6senordet har fel l\xe4ngd","error.giftcard.no-balance":"Saldot f\xf6r detta presentkort \xe4r noll","error.giftcard.card-error":"Vi har inte registrerat n\xe5got presentkort med det numret","error.giftcard.currency-error":"Presentkort \xe4r endast giltiga i den valuta som de utf\xe4rdades i","amazonpay.signout":"Logga ut fr\xe5n Amazon","amazonpay.changePaymentDetails":"\xc4ndra betalningsuppgifter","partialPayment.warning":"V\xe4lj ett annat betalningss\xe4tt f\xf6r att betala det \xe5terst\xe5ende","partialPayment.remainingBalance":"\xc5terst\xe5ende saldo blir %{amount}","bankTransfer.beneficiary":"Mottagare","bankTransfer.iban":"IBAN","bankTransfer.bic":"BIC","bankTransfer.reference":"referens","bankTransfer.introduction":"Forts\xe4tt f\xf6r att skapa en ny bank\xf6verf\xf6ring. Du kan anv\xe4nda informationen p\xe5 f\xf6ljande sk\xe4rm f\xf6r att slutf\xf6ra denna betalning.","bankTransfer.instructions":"Tack f\xf6r ditt k\xf6p! Anv\xe4nd f\xf6ljande information f\xf6r att slutf\xf6ra din betalning.","bacs.accountHolderName":"Bankkontoinnehavarens namn","bacs.accountHolderName.invalid":"Ogiltigt namn p\xe5 bankkontoinnehavare","bacs.accountNumber":"Bankkontonummer","bacs.accountNumber.invalid":"Ogiltigt bankkontonummer","bacs.bankLocationId":"Clearingnummer","bacs.bankLocationId.invalid":"Ogiltigt clearingnummer","bacs.consent.amount":"Jag godk\xe4nner att ovanst\xe5ende belopp dras fr\xe5n mitt bankkonto.","bacs.consent.account":"Jag bekr\xe4ftar att jag \xe4r kontoinnehavare och att jag \xe4r den enda person vars godk\xe4nnande kr\xe4vs f\xf6r att auktorisera autogiro fr\xe5n detta konto.",edit:"Redigera","bacs.confirm":"Bekr\xe4fta och betala","bacs.result.introduction":"Ladda ner din instruktion f\xf6r autogiro/direktdebitering (DDI / Mandate)","download.pdf":"Ladda ner PDF","creditCard.encryptedCardNumber.aria.iframeTitle":"Iframe f\xf6r kortnummer","creditCard.encryptedCardNumber.aria.label":"Kortnummer","creditCard.encryptedExpiryDate.aria.iframeTitle":"Iframe f\xf6r utg\xe5ngsdatum","creditCard.encryptedExpiryDate.aria.label":"Utg\xe5ngsdatum","creditCard.encryptedExpiryMonth.aria.iframeTitle":"Iframe f\xf6r utg\xe5ngsm\xe5nad","creditCard.encryptedExpiryMonth.aria.label":"Utg\xe5ngsm\xe5nad","creditCard.encryptedExpiryYear.aria.iframeTitle":"Iframe f\xf6r utg\xe5ngs\xe5r","creditCard.encryptedExpiryYear.aria.label":"Utg\xe5ngs\xe5r","creditCard.encryptedSecurityCode.aria.iframeTitle":"Iframe f\xf6r s\xe4kerhetskod","creditCard.encryptedSecurityCode.aria.label":"S\xe4kerhetskod","creditCard.encryptedPassword.aria.iframeTitle":"Iframe f\xf6r l\xf6senord","creditCard.encryptedPassword.aria.label":"De tv\xe5 f\xf6rsta siffrorna i kortets l\xf6senord","giftcard.encryptedCardNumber.aria.iframeTitle":"Iframe f\xf6r kortnummer","giftcard.encryptedCardNumber.aria.label":"Kortnummer","giftcard.encryptedSecurityCode.aria.iframeTitle":"Iframe f\xf6r PIN","giftcard.encryptedSecurityCode.aria.label":"PIN-kod",giftcardTransactionLimit:"Maximalt %{amount} per transaktion \xe4r till\xe5tet p\xe5 detta presentkort","ach.encryptedBankAccountNumber.aria.iframeTitle":"Iframe f\xf6r bankkontonummer","ach.encryptedBankAccountNumber.aria.label":"Kontonummer","ach.encryptedBankLocationId.aria.iframeTitle":"Iframe f\xf6r clearingnummer","ach.encryptedBankLocationId.aria.label":"ABA-nummer","twint.saved":"sparat",orPayWith:"eller betala med",invalidFormatExpects:"Ogiltigt format. F\xf6rv\xe4ntat format: %{format}","upi.qrCodeWaitingMessage":"Skanna QR-koden med valfri UPI-app f\xf6r att slutf\xf6ra betalningen","upi.vpaWaitingMessage":"\xd6ppna din UPI-app f\xf6r att bekr\xe4fta betalningen","upi.modeSelection":"V\xe4lj hur du vill anv\xe4nda UPI.","onlineBanking.termsAndConditions":"Genom att forts\xe4tta godk\xe4nner du %#villkoren%#","onlineBankingPL.termsAndConditions":"Genom att forts\xe4tta godk\xe4nner du Przelewy24s %#regler%# och %#informationsplikt%#.","ctp.loading.poweredByCtp":"Drivs av Click to Pay","ctp.loading.intro":"Vi kontrollerar om du har n\xe5gra sparade kort med Click to Pay...","ctp.login.title":"Forts\xe4tt till Click to Pay","ctp.login.subtitle":"Ange den e-postadress som \xe4r ansluten till Click to Pay f\xf6r att forts\xe4tta.","ctp.login.inputLabel":"E-postadress","ctp.logout.notYou":"Inte du?","ctp.logout.notYourCards":"Inte dina kort?","ctp.logout.notYourCard":"Inte ditt kort?","ctp.logout.notYourProfile":"Inte din profil?","ctp.otp.fieldLabel":"Eng\xe5ngskod","ctp.otp.resendCode":"Skicka koden igen","ctp.otp.codeResent":"Koden skickad igen","ctp.otp.title":"F\xe5 tillg\xe5ng till dina Click to Pay-kort","ctp.otp.subtitle":"Ange koden som %@ skickade till %@ f\xf6r att verifiera att det \xe4r du.","ctp.otp.saveCookiesCheckbox.label":"Hoppa \xf6ver verifieringen n\xe4sta g\xe5ng","ctp.otp.saveCookiesCheckbox.information":"V\xe4lj att bli ih\xe5gkommen p\xe5 din enhet och webbl\xe4sare i deltagande butiker f\xf6r snabbare utcheckning. Rekommenderas inte f\xf6r delade enheter.","ctp.emptyProfile.message":"Inga kort registrerade i denna Click to Pay-profil","ctp.separatorText":"eller anv\xe4nd","ctp.cards.title":"Slutf\xf6r betalningen med Click to Pay","ctp.cards.subtitle":"V\xe4lj ett kort att anv\xe4nda.","ctp.cards.expiredCard":"Utg\xe5ngna","ctp.manualCardEntry":"Manuell kortinmatning","ctp.aria.infoModalButton":"Vad \xe4r Click to Pay?","ctp.infoPopup.title":"Click to Pay \u2013 lika enkelt som kontaktl\xf6s betalning, fast online","ctp.infoPopup.subtitle":"En snabb och s\xe4ker betalningsmetod som st\xf6ds av Mastercard, Visa och andra betalkort.","ctp.infoPopup.benefit1":"Click to Pay anv\xe4nder kryptering f\xf6r att h\xe5lla din information s\xe4ker och trygg","ctp.infoPopup.benefit2":"Anv\xe4nd den hos handlare \xf6ver hela v\xe4rlden","ctp.infoPopup.benefit3":"Konfigurera en g\xe5ng f\xf6r problemfria betalningar i framtiden","ctp.errors.AUTH_INVALID":"Autentisering ogiltig","ctp.errors.NOT_FOUND":"Inget konto hittades, ange en giltig e-postadress eller forts\xe4tt med manuell kortinmatning","ctp.errors.ID_FORMAT_UNSUPPORTED":"Formatet st\xf6ds inte","ctp.errors.FRAUD":"Anv\xe4ndarkontot var l\xe5st eller inaktiverat","ctp.errors.CONSUMER_ID_MISSING":"Konsumentidentitet saknas i beg\xe4ran","ctp.errors.ACCT_INACCESSIBLE":"Det h\xe4r kontot \xe4r f\xf6r n\xe4rvarande inte tillg\xe4ngligt, det kanske \xe4r l\xe5st","ctp.errors.CODE_INVALID":"Felaktig verifieringskod","ctp.errors.CODE_EXPIRED":"Denna kod har g\xe5tt ut","ctp.errors.RETRIES_EXCEEDED":"Gr\xe4nsen f\xf6r antalet f\xf6rs\xf6k till OTP-generering har \xf6verskridits","ctp.errors.OTP_SEND_FAILED":"OTP kunde inte skickas till mottagaren","ctp.errors.REQUEST_TIMEOUT":"N\xe5got gick fel, f\xf6rs\xf6k igen eller anv\xe4nd den manuella kortinmatningen","ctp.errors.UNKNOWN_ERROR":"N\xe5got gick fel, f\xf6rs\xf6k igen eller anv\xe4nd manuell kortinmatning","ctp.errors.SERVICE_ERROR":"N\xe5got gick fel, f\xf6rs\xf6k igen eller anv\xe4nd manuell kortinmatning","ctp.errors.SERVER_ERROR":"N\xe5got gick fel, f\xf6rs\xf6k igen eller anv\xe4nd manuell kortinmatning","ctp.errors.INVALID_PARAMETER":"N\xe5got gick fel, f\xf6rs\xf6k igen eller anv\xe4nd manuell kortinmatning","ctp.errors.AUTH_ERROR":"N\xe5got gick fel, f\xf6rs\xf6k igen eller anv\xe4nd manuell kortinmatning","paymentMethodsList.aria.label":"V\xe4lj en betalningsmetod","companyDetails.name.invalid":"Ange f\xf6retagsnamnet","companyDetails.registrationNumber.invalid":"Ange registreringsnumret","consent.checkbox.invalid":"Du m\xe5ste godk\xe4nna villkoren","form.instruction":"Alla f\xe4lt \xe4r obligatoriska om inte n\xe5got annat anges.","trustly.descriptor":"Omedelbar bankbetalning","ancv.input.label":"Din ANCV-identifiering","ancv.confirmPayment":"Bekr\xe4fta betalningen i din ANCV-app.","ancv.form.instruction":"Appen Cheque-Vacances kr\xe4vs f\xf6r att validera denna betalning.","ancv.beneficiaryId.invalid":"Ange en giltig e-postadress eller ANCV-ID"};export{e as default};
|
|
1
|
+
var e={payButton:"Betala","payButton.redirecting":"Omdirigerar\u2026","payButton.with":"Betala %{value} med %{maskedData}",close:"St\xe4ng",storeDetails:"Spara till min n\xe4sta betalning",readMore:"L\xe4s mer","creditCard.holderName":"Namn p\xe5 kort","creditCard.holderName.placeholder":"A. Andersson","creditCard.holderName.invalid":"Ange namnet som det st\xe5r p\xe5 kortet","creditCard.numberField.title":"Kortnummer","creditCard.numberField.placeholder":"1234 5678 9012 3456","creditCard.expiryDateField.title":"Utg\xe5ngsdatum","creditCard.expiryDateField.placeholder":"MM/\xc5\xc5","creditCard.expiryDateField.month":"M\xe5nad","creditCard.expiryDateField.month.placeholder":"MM","creditCard.expiryDateField.year.placeholder":"\xc5\xc5","creditCard.expiryDateField.year":"\xc5r","creditCard.cvcField.title":"S\xe4kerhetskod","creditCard.cvcField.placeholder":"123","creditCard.storeDetailsButton":"Spara kortuppgifter","creditCard.cvcField.placeholder.4digits":"4 siffror","creditCard.cvcField.placeholder.3digits":"3 siffror","creditCard.taxNumber.placeholder":"\xc5\xc5MMDD / 0123456789",installments:"Antal delbetalningar",installmentOption:"%{times} x %{partialValue}",installmentOptionMonths:"%{times} m\xe5nader","installments.oneTime":"Eng\xe5ngsbetalning","installments.installments":"Delbetalningar","installments.revolving":"Uppdelad betalning","sepaDirectDebit.ibanField.invalid":"Ogiltigt kontonummer","sepaDirectDebit.nameField.placeholder":"A. Andersson","sepa.ownerName":"K\xe4nt av kontoinnehavaren","sepa.ibanNumber":"Kontonummer (IBAN)","error.title":"Fel","error.subtitle.redirect":"Omdirigering misslyckades","error.subtitle.payment":"Betalning misslyckades","error.subtitle.refused":"Betalning avvisad","error.message.unknown":"Ett ok\xe4nt fel uppstod","errorPanel.title":"Befintliga fel","idealIssuer.selectField.title":"Bank","idealIssuer.selectField.placeholder":"V\xe4lj din bank","creditCard.success":"Betalning lyckades",loading:"Laddar\u2026",continue:"Forts\xe4tt",continueTo:"Forts\xe4tt till","wechatpay.timetopay":"Du har %@ att betala","sr.wechatpay.timetopay":"Du har %#minuter%# och %#sekunder%# p\xe5 dig att betala","wechatpay.scanqrcode":"Skanna QR-kod",personalDetails:"Personuppgifter",companyDetails:"F\xf6retagsinformation","companyDetails.name":"F\xf6retagsnamn","companyDetails.registrationNumber":"Registreringsnummer",socialSecurityNumber:"Personnummer",firstName:"F\xf6rnamn","firstName.invalid":"Ange ditt f\xf6rnamn",infix:"Prefix",lastName:"Efternamn","lastName.invalid":"Ange ditt efternamn",mobileNumber:"Mobilnummer","mobileNumber.invalid":"Ogiltigt mobilnummer",city:"Stad",postalCode:"Postnummer","postalCode.optional":"Postnummer (valfritt)",countryCode:"Landskod",telephoneNumber:"Telefonnummer",dateOfBirth:"F\xf6delsedatum",shopperEmail:"E-postadress",gender:"K\xf6n","gender.notselected":"V\xe4lj k\xf6n",male:"Man",female:"Kvinna",billingAddress:"Faktureringsadress",street:"Gatuadress",stateOrProvince:"Delstat eller region",country:"Land",houseNumberOrName:"Husnummer",separateDeliveryAddress:"Ange en separat leveransadress",deliveryAddress:"Leveransadress",zipCode:"Postnummer",apartmentSuite:"L\xe4genhetsnummer",provinceOrTerritory:"Provins eller territorium",cityTown:"Ort",address:"Adress","address.placeholder":"Hitta din adress","address.errors.incomplete":"Ange en adress f\xf6r att forts\xe4tta","address.enterManually":"Ange adress manuellt",state:"Delstat","field.title.optional":"(valfritt)","creditCard.cvcField.title.optional":"S\xe4kerhetskod (valfritt)","issuerList.wallet.placeholder":"V\xe4j din pl\xe5nbok",privacyPolicy:"Sekretesspolicy","afterPay.agreement":"Jag godk\xe4nner Rivertys %@",paymentConditions:"betalvillkor",openApp:"\xd6ppna appen","voucher.readInstructions":"L\xe4s instruktionerna","voucher.introduction":"Tack f\xf6r ditt k\xf6p, v\xe4nligen anv\xe4nd f\xf6ljande kupong f\xf6r att slutf\xf6ra din betalning.","voucher.expirationDate":"Utg\xe5ngsdatum","voucher.alternativeReference":"Alternativ referens","dragonpay.voucher.non.bank.selectField.placeholder":"V\xe4lj din leverant\xf6r","dragonpay.voucher.bank.selectField.placeholder":"V\xe4lj din bank","voucher.paymentReferenceLabel":"Betalreferens","voucher.surcharge":"Inklusive %@ i avgift","voucher.introduction.doku":"Tack f\xf6r ditt k\xf6p, v\xe4nligen anv\xe4nd f\xf6ljande information f\xf6r att slutf\xf6ra din betalning.","voucher.shopperName":"Konsumentens namn","voucher.merchantName":"Handlare","voucher.introduction.econtext":"Tack f\xf6r ditt k\xf6p, v\xe4nligen anv\xe4nd f\xf6ljande information f\xf6r att slutf\xf6ra din betalning.","voucher.telephoneNumber":"Telefonnummer","voucher.shopperReference":"K\xf6parreferens","voucher.collectionInstitutionNumber":"Nummer p\xe5 upph\xe4mtningsplats","voucher.econtext.telephoneNumber.invalid":"Telefonnumret m\xe5ste inneh\xe5lla 10 eller 11 siffror","boletobancario.btnLabel":"Generera Boleto","boleto.sendCopyToEmail":"Skicka en kopia till min e-post","button.copy":"Kopiera","button.download":"Ladda ner","boleto.socialSecurityNumber.invalid":"F\xe4ltet \xe4r ogiltigt","creditCard.storedCard.description.ariaLabel":"Sparat kort slutar p\xe5 %@","voucher.entity":"Enhet",donateButton:"Donera",notNowButton:"Inte nu",thanksForYourSupport:"Tack f\xf6r ditt st\xf6d!",preauthorizeWith:"F\xf6rauktorisera med",confirmPreauthorization:"Bekr\xe4fta f\xf6rauktorisering",confirmPurchase:"Bekr\xe4fta k\xf6p",applyGiftcard:"L\xf6s in",giftcardBalance:"Presentkortssaldo",deductedBalance:"Avdraget saldo","creditCard.pin.title":"PIN-kod","creditCard.encryptedPassword.label":"De tv\xe5 f\xf6rsta siffrorna i kortets l\xf6senord","creditCard.encryptedPassword.placeholder":"12","creditCard.encryptedPassword.invalid":"Ogiltigt l\xf6senord","creditCard.taxNumber":"Kortinnehavarens f\xf6delsedatum eller f\xf6retagets organisationsnummer","creditCard.taxNumber.label":"Kortinnehavarens f\xf6delsedatum (\xc5\xc5MMDD) eller f\xf6retagets organisationsnummer (10 siffror)","creditCard.taxNumber.labelAlt":"F\xf6retagets organisationsnummer (10 siffror)","creditCard.taxNumber.invalid":"Ogiltigt f\xf6delsedatum eller organisationsnummer","storedPaymentMethod.disable.button":"Ta bort","storedPaymentMethod.disable.confirmation":"Ta bort sparat betalningss\xe4tt","storedPaymentMethod.disable.confirmButton":"Ja, ta bort","storedPaymentMethod.disable.cancelButton":"Avbryt","ach.bankAccount":"Bankkonto","ach.accountHolderNameField.title":"Kontoinnehavarens namn","ach.accountHolderNameField.placeholder":"A. Andersson","ach.accountHolderNameField.invalid":"Kontoinnehavarens namn \xe4r ogiltigt","ach.accountNumberField.title":"Kontonummer","ach.accountNumberField.invalid":"Ogiltigt kontonummer","ach.accountLocationField.title":"ABA-nummer","ach.accountLocationField.invalid":"Ogiltigt ABA-nummer","ach.savedBankAccount":"Sparat bankkonto","select.state":"V\xe4lj delstat","select.stateOrProvince":"V\xe4lj delstat eller provins","select.provinceOrTerritory":"V\xe4lj provins eller territorium","select.country":"V\xe4lj land","select.noOptionsFound":"Inga alternativ hittades","select.filter.placeholder":"S\xf6k efter\u2026","telephoneNumber.invalid":"Ogiltigt telefonnummer",qrCodeOrApp:"eller","paypal.processingPayment":"Behandlar betalning\u2026",generateQRCode:"Generera QR-kod","await.waitForConfirmation":"V\xe4ntar p\xe5 bekr\xe4ftelse","mbway.confirmPayment":"Bekr\xe4fta din betalning i appen MB WAY","shopperEmail.invalid":"Ogiltig e-postadress","dateOfBirth.format":"DD/MM/\xc5\xc5\xc5\xc5","dateOfBirth.invalid":"Ange ett giltigt f\xf6delsedatum som visar att du \xe4r minst 18 \xe5r gammal","blik.confirmPayment":"\xd6ppna din bankapp f\xf6r att bekr\xe4fta betalningen.","blik.invalid":"Ange 6 siffror","blik.code":"Sexsiffrig kod","blik.help":"H\xe4mta koden fr\xe5n din bankapp.","swish.pendingMessage":"N\xe4r du har skannat kan statusen vara v\xe4ntande i upp till tio minuter. Att f\xf6rs\xf6ka betala igen inom denna tid kan leda till flera debiteringar.","field.valid":"F\xe4ltet \xe4r giltigt","field.invalid":"F\xe4ltet ogiltigt","error.va.gen.01":"Ofullst\xe4ndigt f\xe4lt","error.va.gen.02":"F\xe4ltet ogiltigt","error.va.sf-cc-num.01":"Ange ett giltigt kortnummer","error.va.sf-cc-num.02":"Ange kortnumret","error.va.sf-cc-num.03":"Ange ett kortm\xe4rke som st\xf6ds","error.va.sf-cc-num.04":"Ange det fullst\xe4ndiga kortnumret","error.va.sf-cc-dat.01":"Ange ett giltigt utg\xe5ngsdatum","error.va.sf-cc-dat.02":"Ange ett giltigt utg\xe5ngsdatum","error.va.sf-cc-dat.03":"Kreditkortet g\xe5r snart ut","error.va.sf-cc-dat.04":"Ange utg\xe5ngsdatumet","error.va.sf-cc-dat.05":"Ange det fullst\xe4ndiga utg\xe5ngsdatumet","error.va.sf-cc-mth.01":"Ange utg\xe5ngsm\xe5naden","error.va.sf-cc-yr.01":"Ange utg\xe5ngs\xe5ret","error.va.sf-cc-yr.02":"Ange det fullst\xe4ndiga utg\xe5ngs\xe5ret","error.va.sf-cc-cvc.01":"Ange s\xe4kerhetskoden","error.va.sf-cc-cvc.02":"Ange den fullst\xe4ndiga s\xe4kerhetskoden","error.va.sf-ach-num.01":"F\xe4ltet f\xf6r bankkontonummer \xe4r tomt","error.va.sf-ach-num.02":"Bankkontonumret har fel l\xe4ngd","error.va.sf-ach-loc.01":"F\xe4ltet f\xf6r clearingnummer \xe4r tomt","error.va.sf-ach-loc.02":"Clearingnumret har fel l\xe4ngd","error.va.sf-kcp-pwd.01":"F\xe4ltet f\xf6r l\xf6senord \xe4r tomt","error.va.sf-kcp-pwd.02":"L\xf6senordet har fel l\xe4ngd","error.giftcard.no-balance":"Saldot f\xf6r detta presentkort \xe4r noll","error.giftcard.card-error":"Vi har inte registrerat n\xe5got presentkort med det numret","error.giftcard.currency-error":"Presentkort \xe4r endast giltiga i den valuta som de utf\xe4rdades i","amazonpay.signout":"Logga ut fr\xe5n Amazon","amazonpay.changePaymentDetails":"\xc4ndra betalningsuppgifter","partialPayment.warning":"V\xe4lj ett annat betalningss\xe4tt f\xf6r att betala det \xe5terst\xe5ende","partialPayment.remainingBalance":"\xc5terst\xe5ende saldo blir %{amount}","bankTransfer.beneficiary":"Mottagare","bankTransfer.iban":"IBAN","bankTransfer.bic":"BIC","bankTransfer.reference":"referens","bankTransfer.introduction":"Forts\xe4tt f\xf6r att skapa en ny bank\xf6verf\xf6ring. Du kan anv\xe4nda informationen p\xe5 f\xf6ljande sk\xe4rm f\xf6r att slutf\xf6ra denna betalning.","bankTransfer.instructions":"Tack f\xf6r ditt k\xf6p! Anv\xe4nd f\xf6ljande information f\xf6r att slutf\xf6ra din betalning.","bacs.accountHolderName":"Bankkontoinnehavarens namn","bacs.accountHolderName.invalid":"Ogiltigt namn p\xe5 bankkontoinnehavare","bacs.accountNumber":"Bankkontonummer","bacs.accountNumber.invalid":"Ogiltigt bankkontonummer","bacs.bankLocationId":"Clearingnummer","bacs.bankLocationId.invalid":"Ogiltigt clearingnummer","bacs.consent.amount":"Jag godk\xe4nner att ovanst\xe5ende belopp dras fr\xe5n mitt bankkonto.","bacs.consent.account":"Jag bekr\xe4ftar att jag \xe4r kontoinnehavare och att jag \xe4r den enda person vars godk\xe4nnande kr\xe4vs f\xf6r att auktorisera autogiro fr\xe5n detta konto.",edit:"Redigera","bacs.confirm":"Bekr\xe4fta och betala","bacs.result.introduction":"Ladda ner din instruktion f\xf6r autogiro/direktdebitering (DDI / Mandate)","download.pdf":"Ladda ner PDF","creditCard.encryptedCardNumber.aria.iframeTitle":"Iframe f\xf6r kortnummer","creditCard.encryptedCardNumber.aria.label":"Kortnummer","creditCard.encryptedExpiryDate.aria.iframeTitle":"Iframe f\xf6r utg\xe5ngsdatum","creditCard.encryptedExpiryDate.aria.label":"Utg\xe5ngsdatum","creditCard.encryptedExpiryMonth.aria.iframeTitle":"Iframe f\xf6r utg\xe5ngsm\xe5nad","creditCard.encryptedExpiryMonth.aria.label":"Utg\xe5ngsm\xe5nad","creditCard.encryptedExpiryYear.aria.iframeTitle":"Iframe f\xf6r utg\xe5ngs\xe5r","creditCard.encryptedExpiryYear.aria.label":"Utg\xe5ngs\xe5r","creditCard.encryptedSecurityCode.aria.iframeTitle":"Iframe f\xf6r s\xe4kerhetskod","creditCard.encryptedSecurityCode.aria.label":"S\xe4kerhetskod","creditCard.encryptedPassword.aria.iframeTitle":"Iframe f\xf6r l\xf6senord","creditCard.encryptedPassword.aria.label":"De tv\xe5 f\xf6rsta siffrorna i kortets l\xf6senord","giftcard.encryptedCardNumber.aria.iframeTitle":"Iframe f\xf6r kortnummer","giftcard.encryptedCardNumber.aria.label":"Kortnummer","giftcard.encryptedSecurityCode.aria.iframeTitle":"Iframe f\xf6r PIN","giftcard.encryptedSecurityCode.aria.label":"PIN-kod",giftcardTransactionLimit:"Maximalt %{amount} per transaktion \xe4r till\xe5tet p\xe5 detta presentkort","ach.encryptedBankAccountNumber.aria.iframeTitle":"Iframe f\xf6r bankkontonummer","ach.encryptedBankAccountNumber.aria.label":"Kontonummer","ach.encryptedBankLocationId.aria.iframeTitle":"Iframe f\xf6r clearingnummer","ach.encryptedBankLocationId.aria.label":"ABA-nummer","twint.saved":"sparat",orPayWith:"eller betala med",invalidFormatExpects:"Ogiltigt format. F\xf6rv\xe4ntat format: %{format}","upi.qrCodeWaitingMessage":"Skanna QR-koden med valfri UPI-app f\xf6r att slutf\xf6ra betalningen","upi.vpaWaitingMessage":"\xd6ppna din UPI-app f\xf6r att bekr\xe4fta betalningen","upi.modeSelection":"V\xe4lj hur du vill anv\xe4nda UPI.","onlineBanking.termsAndConditions":"Genom att forts\xe4tta godk\xe4nner du %#villkoren%#","onlineBankingPL.termsAndConditions":"Genom att forts\xe4tta godk\xe4nner du Przelewy24s %#regler%# och %#informationsplikt%#.","ctp.loading.poweredByCtp":"Drivs av Click to Pay","ctp.loading.intro":"Vi kontrollerar om du har n\xe5gra sparade kort med Click to Pay...","ctp.login.title":"Forts\xe4tt till Click to Pay","ctp.login.subtitle":"Ange den e-postadress som \xe4r ansluten till Click to Pay f\xf6r att forts\xe4tta.","ctp.login.inputLabel":"E-postadress","ctp.logout.notYou":"Inte du?","ctp.logout.notYourCards":"Inte dina kort?","ctp.logout.notYourCard":"Inte ditt kort?","ctp.logout.notYourProfile":"Inte din profil?","ctp.otp.fieldLabel":"Eng\xe5ngskod","ctp.otp.resendCode":"Skicka koden igen","ctp.otp.codeResent":"Koden skickad igen","ctp.otp.title":"F\xe5 tillg\xe5ng till dina Click to Pay-kort","ctp.otp.subtitle":"Ange koden som %@ skickade till %@ f\xf6r att verifiera att det \xe4r du.","ctp.otp.saveCookiesCheckbox.label":"Hoppa \xf6ver verifieringen n\xe4sta g\xe5ng","ctp.otp.saveCookiesCheckbox.information":"V\xe4lj att bli ih\xe5gkommen p\xe5 din enhet och webbl\xe4sare i deltagande butiker f\xf6r snabbare utcheckning. Rekommenderas inte f\xf6r delade enheter.","ctp.otp.saveCookiesCheckbox.shorterInfo":"V\xe4lj att bli ih\xe5gkommen p\xe5 din enhet och i din webbl\xe4sare","ctp.emptyProfile.message":"Inga kort registrerade i denna Click to Pay-profil","ctp.separatorText":"eller anv\xe4nd","ctp.cards.title":"Slutf\xf6r betalningen med Click to Pay","ctp.cards.subtitle":"V\xe4lj ett kort att anv\xe4nda.","ctp.cards.expiredCard":"Utg\xe5ngna","ctp.manualCardEntry":"Manuell kortinmatning","ctp.aria.infoModalButton":"Vad \xe4r Click to Pay?","ctp.infoPopup.title":"Click to Pay \u2013 lika enkelt som kontaktl\xf6s betalning, fast online","ctp.infoPopup.subtitle":"En snabb och s\xe4ker betalningsmetod som st\xf6ds av Mastercard, Visa och andra betalkort.","ctp.infoPopup.benefit1":"Click to Pay anv\xe4nder kryptering f\xf6r att h\xe5lla din information s\xe4ker och trygg","ctp.infoPopup.benefit2":"Anv\xe4nd den hos handlare \xf6ver hela v\xe4rlden","ctp.infoPopup.benefit3":"Konfigurera en g\xe5ng f\xf6r problemfria betalningar i framtiden","ctp.errors.AUTH_INVALID":"Autentisering ogiltig","ctp.errors.NOT_FOUND":"Inget konto hittades, ange en giltig e-postadress eller forts\xe4tt med manuell kortinmatning","ctp.errors.ID_FORMAT_UNSUPPORTED":"Formatet st\xf6ds inte","ctp.errors.FRAUD":"Anv\xe4ndarkontot var l\xe5st eller inaktiverat","ctp.errors.CONSUMER_ID_MISSING":"Konsumentidentitet saknas i beg\xe4ran","ctp.errors.ACCT_INACCESSIBLE":"Det h\xe4r kontot \xe4r f\xf6r n\xe4rvarande inte tillg\xe4ngligt, det kanske \xe4r l\xe5st","ctp.errors.CODE_INVALID":"Felaktig verifieringskod","ctp.errors.CODE_EXPIRED":"Denna kod har g\xe5tt ut","ctp.errors.RETRIES_EXCEEDED":"Gr\xe4nsen f\xf6r antalet f\xf6rs\xf6k till OTP-generering har \xf6verskridits","ctp.errors.OTP_SEND_FAILED":"OTP kunde inte skickas till mottagaren","ctp.errors.REQUEST_TIMEOUT":"N\xe5got gick fel, f\xf6rs\xf6k igen eller anv\xe4nd den manuella kortinmatningen","ctp.errors.UNKNOWN_ERROR":"N\xe5got gick fel, f\xf6rs\xf6k igen eller anv\xe4nd manuell kortinmatning","ctp.errors.SERVICE_ERROR":"N\xe5got gick fel, f\xf6rs\xf6k igen eller anv\xe4nd manuell kortinmatning","ctp.errors.SERVER_ERROR":"N\xe5got gick fel, f\xf6rs\xf6k igen eller anv\xe4nd manuell kortinmatning","ctp.errors.INVALID_PARAMETER":"N\xe5got gick fel, f\xf6rs\xf6k igen eller anv\xe4nd manuell kortinmatning","ctp.errors.AUTH_ERROR":"N\xe5got gick fel, f\xf6rs\xf6k igen eller anv\xe4nd manuell kortinmatning","paymentMethodsList.aria.label":"V\xe4lj en betalningsmetod","companyDetails.name.invalid":"Ange f\xf6retagsnamnet","companyDetails.registrationNumber.invalid":"Ange registreringsnumret","consent.checkbox.invalid":"Du m\xe5ste godk\xe4nna villkoren","form.instruction":"Alla f\xe4lt \xe4r obligatoriska om inte n\xe5got annat anges.","trustly.descriptor":"Omedelbar bankbetalning","ancv.input.label":"Din ANCV-identifiering","ancv.confirmPayment":"Bekr\xe4fta betalningen i din ANCV-app.","ancv.form.instruction":"Appen Cheque-Vacances kr\xe4vs f\xf6r att validera denna betalning.","ancv.beneficiaryId.invalid":"Ange en giltig e-postadress eller ANCV-ID"};export{e as default};
|
package/dist/es/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={payButton:"\u652f\u4ed8","payButton.redirecting":"\u6b63\u5728\u91cd\u5b9a\u5411...","payButton.with":"\u4f7f\u7528 %{maskedData} \u652f\u4ed8 %{value}",close:"\u5173\u95ed",storeDetails:"\u4fdd\u5b58\u4ee5\u4fbf\u4e0b\u6b21\u652f\u4ed8\u4f7f\u7528","creditCard.holderName":"\u5361\u7247\u4e0a\u7684\u59d3\u540d","creditCard.holderName.placeholder":"J. Smith","creditCard.holderName.invalid":"\u8f93\u5165\u5361\u7247\u4e0a\u663e\u793a\u7684\u59d3\u540d","creditCard.numberField.title":"\u5361\u53f7","creditCard.numberField.placeholder":"1234 5678 9012 3456","creditCard.expiryDateField.title":"\u6709\u6548\u671f","creditCard.expiryDateField.placeholder":"\u6708\u6708/\u5e74\u5e74","creditCard.expiryDateField.month":"\u6708","creditCard.expiryDateField.month.placeholder":"\u6708\u6708","creditCard.expiryDateField.year.placeholder":"\u5e74\u5e74","creditCard.expiryDateField.year":"\u5e74","creditCard.cvcField.title":"\u5b89\u5168\u7801","creditCard.cvcField.placeholder":"123","creditCard.storeDetailsButton":"\u8bb0\u4f4f\u4ee5\u4fbf\u4e0b\u6b21\u4f7f\u7528","creditCard.cvcField.placeholder.4digits":"4 \u4f4d\u6570","creditCard.cvcField.placeholder.3digits":"3 \u4f4d\u6570","creditCard.taxNumber.placeholder":"\u5e74\u6708\u65e5 / 0123456789",installments:"\u5206\u671f\u4ed8\u6b3e\u671f\u6570",installmentOption:"%{times}x %{partialValue}",installmentOptionMonths:"%{times} \u4e2a\u6708","installments.oneTime":"\u5168\u6b3e\u652f\u4ed8","installments.installments":"\u5206\u671f\u652f\u4ed8","installments.revolving":"\u5faa\u73af\u652f\u4ed8","sepaDirectDebit.ibanField.invalid":"\u65e0\u6548\u7684\u8d26\u53f7","sepaDirectDebit.nameField.placeholder":"J. Smith","sepa.ownerName":"\u6301\u5361\u4eba\u59d3\u540d","sepa.ibanNumber":"\u8d26\u53f7 (IBAN)","error.title":"\u9519\u8bef","error.subtitle.redirect":"\u91cd\u5b9a\u5411\u5931\u8d25","error.subtitle.payment":"\u652f\u4ed8\u5931\u8d25","error.subtitle.refused":"\u652f\u4ed8\u88ab\u62d2","error.message.unknown":"\u53d1\u751f\u672a\u77e5\u9519\u8bef","errorPanel.title":"\u73b0\u6709\u9519\u8bef","idealIssuer.selectField.title":"\u94f6\u884c","idealIssuer.selectField.placeholder":"\u9009\u62e9\u60a8\u7684\u94f6\u884c","creditCard.success":"\u652f\u4ed8\u6210\u529f",loading:"\u6b63\u5728\u52a0\u8f7d...",continue:"\u7ee7\u7eed",continueTo:"\u7ee7\u7eed\u81f3","wechatpay.timetopay":"\u60a8\u9700\u8981\u652f\u4ed8 %@","sr.wechatpay.timetopay":"\u60a8\u6709 %#\u5206%# %#\u79d2%# \u53ef\u4ee5\u652f\u4ed8","wechatpay.scanqrcode":"\u626b\u63cf\u4e8c\u7ef4\u7801",personalDetails:"\u4e2a\u4eba\u8be6\u7ec6\u4fe1\u606f",companyDetails:"\u516c\u53f8\u8be6\u60c5","companyDetails.name":"\u516c\u53f8\u540d\u79f0","companyDetails.registrationNumber":"\u6ce8\u518c\u53f7",socialSecurityNumber:"\u793e\u4f1a\u4fdd\u9669\u53f7\u7801",firstName:"\u540d\u5b57","firstName.invalid":"\u8f93\u5165\u60a8\u7684\u540d\u5b57",infix:"\u524d\u7f00",lastName:"\u59d3\u6c0f","lastName.invalid":"\u8f93\u5165\u60a8\u7684\u59d3\u6c0f",mobileNumber:"\u624b\u673a\u53f7","mobileNumber.invalid":"\u65e0\u6548\u7684\u624b\u673a\u53f7\u7801",city:"\u57ce\u5e02",postalCode:"\u90ae\u653f\u7f16\u7801","postalCode.optional":"\u90ae\u653f\u7f16\u7801\uff08\u53ef\u9009\uff09",countryCode:"\u56fd\u5bb6\u4ee3\u7801",telephoneNumber:"\u7535\u8bdd\u53f7\u7801",dateOfBirth:"\u51fa\u751f\u65e5\u671f",shopperEmail:"\u7535\u5b50\u90ae\u4ef6\u5730\u5740",gender:"\u6027\u522b","gender.notselected":"\u9009\u62e9\u60a8\u7684\u6027\u522b",male:"\u7537",female:"\u5973",billingAddress:"\u8d26\u5355\u5730\u5740",street:"\u8857\u9053",stateOrProvince:"\u5dde\u6216\u7701",country:"\u56fd\u5bb6/\u5730\u533a",houseNumberOrName:"\u95e8\u724c\u53f7",separateDeliveryAddress:"\u6307\u5b9a\u4e00\u4e2a\u5355\u72ec\u7684\u5bc4\u9001\u5730\u5740",deliveryAddress:"\u5bc4\u9001\u5730\u5740",zipCode:"\u90ae\u653f\u7f16\u7801",apartmentSuite:"\u516c\u5bd3 / \u5957\u623f",provinceOrTerritory:"\u7701\u6216\u5730\u533a",cityTown:"\u5e02 / \u9547",address:"\u5730\u5740","address.placeholder":"\u67e5\u627e\u60a8\u7684\u5730\u5740","address.errors.incomplete":"\u8f93\u5165\u5730\u5740\u4ee5\u7ee7\u7eed","address.enterManually":"\u624b\u52a8\u8f93\u5165\u5730\u5740",state:"\u5dde","field.title.optional":"\uff08\u53ef\u9009\uff09","creditCard.cvcField.title.optional":"\u5b89\u5168\u7801\uff08\u53ef\u9009\uff09","issuerList.wallet.placeholder":"\u9009\u62e9\u60a8\u7684\u94b1\u5305",privacyPolicy:"\u9690\u79c1\u653f\u7b56","afterPay.agreement":"\u6211\u540c\u610f Riverty \u7684 %@",paymentConditions:"\u652f\u4ed8\u6761\u4ef6",openApp:"\u6253\u5f00\u5e94\u7528","voucher.readInstructions":"\u9605\u8bfb\u8bf4\u660e","voucher.introduction":"\u611f\u8c22\u60a8\u7684\u8d2d\u4e70\uff0c\u8bf7\u4f7f\u7528\u4ee5\u4e0b\u4f18\u60e0\u5238\u5b8c\u6210\u652f\u4ed8\u3002","voucher.expirationDate":"\u6709\u6548\u671f","voucher.alternativeReference":"\u5907\u9009\u4ee3\u7801","dragonpay.voucher.non.bank.selectField.placeholder":"\u9009\u62e9\u60a8\u7684\u63d0\u4f9b\u5546","dragonpay.voucher.bank.selectField.placeholder":"\u9009\u62e9\u60a8\u7684\u94f6\u884c","voucher.paymentReferenceLabel":"\u4ea4\u6613\u53f7","voucher.surcharge":"\u5305\u62ec %@ \u7684\u9644\u52a0\u8d39","voucher.introduction.doku":"\u611f\u8c22\u60a8\u7684\u8d2d\u4e70\uff0c\u8bf7\u4f7f\u7528\u4ee5\u4e0b\u4fe1\u606f\u5b8c\u6210\u652f\u4ed8\u3002","voucher.shopperName":"\u987e\u5ba2\u59d3\u540d","voucher.merchantName":"\u5546\u6237","voucher.introduction.econtext":"\u611f\u8c22\u60a8\u7684\u8d2d\u4e70\uff0c\u8bf7\u4f7f\u7528\u4ee5\u4e0b\u4fe1\u606f\u5b8c\u6210\u652f\u4ed8\u3002","voucher.telephoneNumber":"\u7535\u8bdd\u53f7\u7801","voucher.shopperReference":"\u987e\u5ba2\u53c2\u8003","voucher.collectionInstitutionNumber":"\u6536\u6b3e\u673a\u6784\u7f16\u53f7","voucher.econtext.telephoneNumber.invalid":"\u7535\u8bdd\u53f7\u7801\u5fc5\u987b\u4e3a 10 \u6216 11 \u4f4d\u6570\u5b57","boletobancario.btnLabel":"\u751f\u6210 Boleto","boleto.sendCopyToEmail":"\u5c06\u526f\u672c\u53d1\u9001\u5230\u6211\u7684\u7535\u5b50\u90ae\u7bb1","button.copy":"\u590d\u5236","button.download":"\u4e0b\u8f7d","boleto.socialSecurityNumber.invalid":"\u5b57\u6bb5\u65e0\u6548","creditCard.storedCard.description.ariaLabel":"\u5b58\u50a8\u7684\u5361\u7247\u4ee5 \uff05@ \u7ed3\u5c3e","voucher.entity":"\u5b9e\u4f53",donateButton:"\u6350\u8d60",notNowButton:"\u6682\u4e0d",thanksForYourSupport:"\u611f\u8c22\u60a8\u7684\u652f\u6301\uff01",preauthorizeWith:"\u9884\u5148\u6388\u6743",confirmPreauthorization:"\u786e\u8ba4\u9884\u5148\u6388\u6743",confirmPurchase:"\u786e\u8ba4\u8d2d\u4e70",applyGiftcard:"\u5151\u6362",giftcardBalance:"\u793c\u54c1\u5361\u4f59\u989d",deductedBalance:"\u6263\u51cf\u4f59\u989d","creditCard.pin.title":"Pin","creditCard.encryptedPassword.label":"\u5361\u7247\u5bc6\u7801\u7684\u524d 2 \u4f4d\u6570","creditCard.encryptedPassword.invalid":"\u65e0\u6548\u7684\u5bc6\u7801","creditCard.taxNumber":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u6ce8\u518c\u53f7","creditCard.taxNumber.label":"\u6301\u5361\u4eba\u751f\u65e5 (YYMMDD) \u6216\u516c\u53f8\u6ce8\u518c\u53f7\uff0810 \u4f4d\u6570\uff09","creditCard.taxNumber.labelAlt":"\u516c\u53f8\u6ce8\u518c\u53f7\uff0810 \u4f4d\u6570\uff09","creditCard.taxNumber.invalid":"\u65e0\u6548\u7684\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u6ce8\u518c\u53f7","storedPaymentMethod.disable.button":"\u5220\u9664","storedPaymentMethod.disable.confirmation":"\u5220\u9664\u5b58\u50a8\u7684\u652f\u4ed8\u65b9\u5f0f","storedPaymentMethod.disable.confirmButton":"\u662f\uff0c\u5220\u9664","storedPaymentMethod.disable.cancelButton":"\u53d6\u6d88","ach.bankAccount":"\u94f6\u884c\u8d26\u6237","ach.accountHolderNameField.title":"\u8d26\u6237\u6301\u6709\u4eba\u59d3\u540d","ach.accountHolderNameField.placeholder":"J. Smith","ach.accountHolderNameField.invalid":"\u65e0\u6548\u7684\u8d26\u6237\u6301\u6709\u4eba\u59d3\u540d","ach.accountNumberField.title":"\u8d26\u53f7","ach.accountNumberField.invalid":"\u65e0\u6548\u7684\u8d26\u53f7","ach.accountLocationField.title":"ABA \u8def\u7531\u7535\u6c47\u7f16\u7801","ach.accountLocationField.invalid":"\u65e0\u6548\u7684 ABA \u8def\u7531\u7535\u6c47\u7f16\u7801","ach.savedBankAccount":"\u5df2\u4fdd\u5b58\u7684\u94f6\u884c\u8d26\u6237","select.state":"\u9009\u62e9\u5dde","select.stateOrProvince":"\u9009\u62e9\u5dde\u6216\u7701","select.provinceOrTerritory":"\u9009\u62e9\u7701\u6216\u5730\u533a","select.country":"\u9009\u62e9\u56fd\u5bb6/\u5730\u533a","select.noOptionsFound":"\u672a\u627e\u5230\u4efb\u4f55\u9009\u9879","select.filter.placeholder":"\u641c\u7d22\u2026\u2026","telephoneNumber.invalid":"\u65e0\u6548\u7684\u7535\u8bdd\u53f7\u7801",qrCodeOrApp:"\u6216\u8005","paypal.processingPayment":"\u6b63\u5728\u5904\u7406\u4ed8\u6b3e...",generateQRCode:"\u751f\u6210\u4e8c\u7ef4\u7801","await.waitForConfirmation":"\u7b49\u5f85\u786e\u8ba4","mbway.confirmPayment":"\u5728 MB WAY \u5e94\u7528\u4e0a\u786e\u8ba4\u60a8\u7684\u4ed8\u6b3e","shopperEmail.invalid":"\u65e0\u6548\u7684\u90ae\u4ef6\u5730\u5740","dateOfBirth.format":"DD/MM/YYYY","dateOfBirth.invalid":"\u8bf7\u8f93\u5165\u6709\u6548\u51fa\u751f\u65e5\u671f\uff0c\u8868\u660e\u60a8\u5df2\u5e74\u6ee1 18 \u5c81","blik.confirmPayment":"\u6253\u5f00\u60a8\u7684\u94f6\u884c\u5e94\u7528\u4ee5\u786e\u8ba4\u652f\u4ed8\u3002","blik.invalid":"\u8f93\u5165 6 \u4f4d\u6570","blik.code":"6 \u4f4d\u6570\u4ee3\u7801","blik.help":"\u4ece\u60a8\u7684\u94f6\u884c\u5e94\u7528\u4e2d\u83b7\u53d6\u4ee3\u7801\u3002","swish.pendingMessage":"\u626b\u63cf\u540e\uff0c\u72b6\u6001\u53ef\u80fd\u4f1a\u4fdd\u6301\u6700\u591a 10 \u5206\u949f\u3002\u5728\u6b64\u65f6\u95f4\u5185\u518d\u6b21\u5c1d\u8bd5\u4ed8\u6b3e\u53ef\u80fd\u4f1a\u5bfc\u81f4\u591a\u6b21\u6536\u8d39\u3002","field.valid":"\u5b57\u6bb5\u6709\u6548","field.invalid":"\u65e0\u6548\u5b57\u6bb5","error.va.gen.01":"\u4e0d\u5b8c\u6574\u5b57\u6bb5","error.va.gen.02":"\u65e0\u6548\u5b57\u6bb5","error.va.sf-cc-num.01":"\u8f93\u5165\u6709\u6548\u5361\u53f7","error.va.sf-cc-num.02":"\u8f93\u5165\u5361\u53f7","error.va.sf-cc-num.03":"\u8f93\u5165\u652f\u6301\u7684\u5361\u7247\u54c1\u724c","error.va.sf-cc-num.04":"\u8f93\u5165\u5b8c\u6574\u5361\u53f7","error.va.sf-cc-dat.01":"\u8f93\u5165\u6709\u6548\u5230\u671f\u65e5","error.va.sf-cc-dat.02":"\u8f93\u5165\u6709\u6548\u5230\u671f\u65e5\u671f","error.va.sf-cc-dat.03":"\u4fe1\u7528\u5361\u5373\u5c06\u8fc7\u671f","error.va.sf-cc-dat.04":"\u8f93\u5165\u5230\u671f\u65e5\u671f","error.va.sf-cc-dat.05":"\u8f93\u5165\u5b8c\u6574\u5230\u671f\u65e5\u671f","error.va.sf-cc-mth.01":"\u8f93\u5165\u5230\u671f\u6708\u4efd","error.va.sf-cc-yr.01":"\u8f93\u5165\u5230\u671f\u5e74\u4efd","error.va.sf-cc-yr.02":"\u8f93\u5165\u5b8c\u6574\u5230\u671f\u5e74\u4efd","error.va.sf-cc-cvc.01":"\u8f93\u5165\u5b89\u5168\u7801","error.va.sf-cc-cvc.02":"\u8f93\u5165\u5b8c\u6574\u5b89\u5168\u7801","error.va.sf-ach-num.01":"\u94f6\u884c\u8d26\u53f7\u5b57\u6bb5\u4e3a\u7a7a","error.va.sf-ach-num.02":"\u94f6\u884c\u8d26\u53f7\u957f\u5ea6\u4e0d\u6b63\u786e","error.va.sf-ach-loc.01":"\u94f6\u884c\u8def\u7531\u53f7\u7801\u5b57\u6bb5\u4e3a\u7a7a","error.va.sf-ach-loc.02":"\u94f6\u884c\u8def\u7531\u53f7\u7801\u957f\u5ea6\u4e0d\u6b63\u786e","error.va.sf-kcp-pwd.01":"\u5bc6\u7801\u5b57\u6bb5\u4e3a\u7a7a","error.va.sf-kcp-pwd.02":"\u5bc6\u7801\u957f\u5ea6\u4e0d\u6b63\u786e","error.giftcard.no-balance":"\u793c\u54c1\u5361\u4f59\u989d\u4e3a\u96f6","error.giftcard.card-error":"\u6211\u4eec\u7684\u6570\u636e\u5e93\u4e2d\u6ca1\u6709\u8fd9\u4e2a\u53f7\u7801\u7684\u793c\u54c1\u5361","error.giftcard.currency-error":"\u793c\u54c1\u5361\u4ec5\u4ee5\u5176\u53d1\u884c\u7684\u8d27\u5e01\u4e3a\u6709\u6548\u8d27\u5e01","amazonpay.signout":"\u9000\u51fa Amazon","amazonpay.changePaymentDetails":"\u66f4\u6539\u652f\u4ed8\u8be6\u60c5","partialPayment.warning":"\u8bf7\u9009\u62e9\u5176\u4ed6\u652f\u4ed8\u65b9\u5f0f\u652f\u4ed8\u5269\u4f59\u6b3e\u9879","partialPayment.remainingBalance":"\u5269\u4f59\u989d\u5ea6\u4e3a %{amount}","bankTransfer.beneficiary":"\u6536\u6b3e\u4eba","bankTransfer.iban":"IBAN","bankTransfer.bic":"\u4e2d\u56fd\u5de5\u5546\u94f6\u884c","bankTransfer.reference":"\u53c2\u8003","bankTransfer.introduction":"\u7ee7\u7eed\u65b0\u5efa\u94f6\u884c\u8f6c\u8d26\u4ed8\u6b3e\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u5c4f\u5e55\u4e2d\u7684\u8be6\u7ec6\u4fe1\u606f\u6765\u5b8c\u6210\u8fd9\u7b14\u4ed8\u6b3e\u3002","bankTransfer.instructions":"\u611f\u8c22\u60a8\u7684\u8d2d\u4e70\uff0c\u8bf7\u4f7f\u7528\u4ee5\u4e0b\u4fe1\u606f\u5b8c\u6210\u652f\u4ed8\u3002","bacs.accountHolderName":"\u94f6\u884c\u8d26\u6237\u6301\u6709\u4eba\u59d3\u540d","bacs.accountHolderName.invalid":"\u65e0\u6548\u7684\u94f6\u884c\u8d26\u6237\u6301\u6709\u4eba\u59d3\u540d","bacs.accountNumber":"\u94f6\u884c\u8d26\u53f7","bacs.accountNumber.invalid":"\u65e0\u6548\u7684\u94f6\u884c\u8d26\u53f7","bacs.bankLocationId":"\u5206\u7c7b\u4ee3\u7801","bacs.bankLocationId.invalid":"\u65e0\u6548\u7684\u5206\u7c7b\u4ee3\u7801","bacs.consent.amount":"\u6211\u540c\u610f\u4ece\u94f6\u884c\u8d26\u6237\u4e2d\u6263\u9664\u4e0a\u8ff0\u91d1\u989d\u3002","bacs.consent.account":"\u6211\u786e\u8ba4\u8be5\u8d26\u6237\u4e3a\u6211\u540d\u4e0b\u7684\u8d26\u6237\uff0c\u5e76\u4e14\u6211\u662f\u6388\u6743\u8be5\u8d26\u6237\u76f4\u63a5\u501f\u8bb0\u7684\u552f\u4e00\u7b7e\u7f72\u4eba\u3002",edit:"\u7f16\u8f91","bacs.confirm":"\u786e\u8ba4\u5e76\u652f\u4ed8","bacs.result.introduction":"\u4e0b\u8f7d\u60a8\u7684\u76f4\u63a5\u501f\u8bb0\u6307\u793a\uff08DDI/\u59d4\u6258\uff09","download.pdf":"\u4e0b\u8f7d PDF \u6587\u4ef6","creditCard.encryptedCardNumber.aria.iframeTitle":"\u5361\u53f7 Iframe","creditCard.encryptedCardNumber.aria.label":"\u5361\u53f7","creditCard.encryptedExpiryDate.aria.iframeTitle":"\u5230\u671f\u65e5\u671f Iframe","creditCard.encryptedExpiryDate.aria.label":"\u6709\u6548\u671f","creditCard.encryptedExpiryMonth.aria.iframeTitle":"\u5230\u671f\u6708\u4efd Iframe","creditCard.encryptedExpiryMonth.aria.label":"\u8fc7\u671f\u6708\u4efd","creditCard.encryptedExpiryYear.aria.iframeTitle":"\u5230\u671f\u5e74\u4efd Iframe","creditCard.encryptedExpiryYear.aria.label":"\u8fc7\u671f\u5e74\u4efd","creditCard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u7801 Iframe","creditCard.encryptedSecurityCode.aria.label":"\u5b89\u5168\u7801","creditCard.encryptedPassword.aria.iframeTitle":"\u5bc6\u7801 Iframe","creditCard.encryptedPassword.aria.label":"\u5361\u7247\u5bc6\u7801\u7684\u524d 2 \u4f4d\u6570","giftcard.encryptedCardNumber.aria.iframeTitle":"\u5361\u53f7 Iframe","giftcard.encryptedCardNumber.aria.label":"\u5361\u53f7","giftcard.encryptedSecurityCode.aria.iframeTitle":"PIN \u7801 Iframe","giftcard.encryptedSecurityCode.aria.label":"Pin",giftcardTransactionLimit:"\u6b64\u793c\u54c1\u5361\u4e0a\u6bcf\u7b14\u4ea4\u6613\u5141\u8bb8\u7684\u6700\u5927\u91d1\u989d\u4e3a %{amount}","ach.encryptedBankAccountNumber.aria.iframeTitle":"\u94f6\u884c\u8d26\u53f7 Iframe","ach.encryptedBankAccountNumber.aria.label":"\u8d26\u53f7","ach.encryptedBankLocationId.aria.iframeTitle":"\u94f6\u884c\u8def\u7531\u7535\u6c47\u7f16\u7801 Iframe","ach.encryptedBankLocationId.aria.label":"ABA \u8def\u7531\u7535\u6c47\u7f16\u7801","twint.saved":"\u5df2\u4fdd\u5b58",orPayWith:"\u6216\u4f7f\u7528\u4ee5\u4e0b\u65b9\u5f0f\u652f\u4ed8",invalidFormatExpects:"\u65e0\u6548\u7684\u683c\u5f0f\u3002\u9884\u671f\u683c\u5f0f\uff1a%{format}","upi.qrCodeWaitingMessage":"\u4f7f\u7528\u60a8\u9996\u9009\u7684 UPI \u5e94\u7528\u626b\u63cf\u4e8c\u7ef4\u7801\u4ee5\u5b8c\u6210\u4ed8\u6b3e","upi.vpaWaitingMessage":"\u6253\u5f00\u60a8\u7684 UPI \u5e94\u7528\u4ee5\u786e\u8ba4\u4ed8\u6b3e","upi.modeSelection":"\u8bf7\u9009\u62e9\u60a8\u5e0c\u671b\u5982\u4f55\u4f7f\u7528 UPI\u3002","onlineBanking.termsAndConditions":"\u7ee7\u7eed\uff0c\u5373\u8868\u793a\u60a8\u540c\u610f%#\u6761\u6b3e\u548c\u7ec6\u5219%#","onlineBankingPL.termsAndConditions":"\u7ee7\u7eed\u5373\u8868\u793a\u60a8\u540c\u610f Przelewy24 \u7684%#\u6761\u4f8b%#\u548c%#\u4fe1\u606f\u4e49\u52a1%#","ctp.loading.poweredByCtp":"\u7531 Click to Pay \u63d0\u4f9b\u6280\u672f\u652f\u6301","ctp.loading.intro":"\u6211\u4eec\u6b63\u5728\u68c0\u67e5\u60a8\u662f\u5426\u62e5\u6709\u4efb\u4f55\u901a\u8fc7 Click to Pay \u4fdd\u5b58\u7684\u5361\u7247\u2026","ctp.login.title":"\u7ee7\u7eed\u4f7f\u7528 Click to Pay \u529f\u80fd","ctp.login.subtitle":"\u8f93\u5165\u5173\u8054\u81f3 Click to Pay \u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u4ee5\u7ee7\u7eed\u3002","ctp.login.inputLabel":"\u7535\u5b50\u90ae\u4ef6","ctp.logout.notYou":"\u4e0d\u662f\u60a8\u672c\u4eba\uff1f","ctp.logout.notYourCards":"\u4e0d\u662f\u60a8\u7684\u5361\uff1f","ctp.logout.notYourCard":"\u4e0d\u662f\u60a8\u7684\u5361\u7247\uff1f","ctp.logout.notYourProfile":"\u4e0d\u662f\u60a8\u7684\u4e2a\u4eba\u8d44\u6599\uff1f","ctp.otp.fieldLabel":"\u4e00\u6b21\u6027\u4ee3\u7801","ctp.otp.resendCode":"\u91cd\u65b0\u53d1\u9001\u4ee3\u7801","ctp.otp.codeResent":"\u4ee3\u7801\u5df2\u91cd\u65b0\u53d1\u9001","ctp.otp.title":"\u8bbf\u95ee\u60a8\u7684 Click to Pay \u5361","ctp.otp.subtitle":"\u8bf7\u8f93\u5165\u6211\u4eec\u53d1\u9001\u81f3 %@ \u7684\u4ee3\u7801 (%@)\uff0c\u4ee5\u9a8c\u8bc1\u662f\u60a8\u672c\u4eba\u3002","ctp.otp.saveCookiesCheckbox.label":"\u4e0b\u6b21\u8df3\u8fc7\u9a8c\u8bc1","ctp.otp.saveCookiesCheckbox.information":"\u5728\u60a8\u7684\u8bbe\u5907\u548c\u6d4f\u89c8\u5668\u4e0a\uff0c\u5728\u53c2\u4e0e\u6d3b\u52a8\u7684\u5e97\u94fa\u4e2d\u9009\u62e9\u8bb0\u4f4f\u8be5\u9009\u9879\uff0c\u4ee5\u4fbf\u66f4\u5feb\u5730\u7ed3\u8d26\u3002\u4e0d\u5efa\u8bae\u7528\u4e8e\u5171\u4eab\u8bbe\u5907\u3002","ctp.emptyProfile.message":"\u6b64 Click to Pay \u4e2a\u4eba\u8d44\u6599\u4e2d\u5c1a\u672a\u6ce8\u518c\u4efb\u4f55\u5361\u7247","ctp.separatorText":"\u6216\u4f7f\u7528","ctp.cards.title":"\u501f\u52a9 Click to Pay \u5b8c\u6210\u4ed8\u6b3e","ctp.cards.subtitle":"\u9009\u62e9\u8981\u4f7f\u7528\u7684\u5361\u7247\u3002","ctp.cards.expiredCard":"\u5df2\u8fc7\u671f","ctp.manualCardEntry":"\u624b\u52a8\u5361\u7247\u5f55\u5165","ctp.aria.infoModalButton":"\u4ec0\u4e48\u662f Click to Pay","ctp.infoPopup.title":"Click to Pay \u5e26\u6765\u975e\u63a5\u89e6\u5f0f\u7684\u5728\u7ebf\u4fbf\u6377\u4f53\u9a8c","ctp.infoPopup.subtitle":"Mastercard\u3001Visa \u548c\u5176\u4ed6\u652f\u4ed8\u5361\u652f\u6301\u7684\u5feb\u901f\u3001\u5b89\u5168\u7684\u652f\u4ed8\u65b9\u5f0f\u3002","ctp.infoPopup.benefit1":"Click to Pay \u4f7f\u7528\u52a0\u5bc6\u6280\u672f\uff0c\u786e\u4fdd\u60a8\u7684\u4fe1\u606f\u5b89\u5168","ctp.infoPopup.benefit2":"\u4e0e\u5168\u7403\u5546\u6237\u4e00\u8d77\u4f7f\u7528","ctp.infoPopup.benefit3":"\u8bbe\u7f6e\u4e00\u6b21\uff0c\u652f\u4ed8\u65e0\u5fe7","ctp.errors.AUTH_INVALID":"\u8eab\u4efd\u9a8c\u8bc1\u65e0\u6548","ctp.errors.NOT_FOUND":"\u672a\u627e\u5230\u5e10\u6237\uff0c\u8bf7\u8f93\u5165\u6709\u6548\u7684\u7535\u5b50\u90ae\u4ef6\u6216\u7ee7\u7eed\u4f7f\u7528\u624b\u52a8\u5361\u7247\u8f93\u5165","ctp.errors.ID_FORMAT_UNSUPPORTED":"\u4e0d\u652f\u6301\u683c\u5f0f","ctp.errors.FRAUD":"\u7528\u6237\u8d26\u6237\u5df2\u9501\u5b9a\u6216\u7981\u7528","ctp.errors.CONSUMER_ID_MISSING":"\u8bf7\u6c42\u4e2d\u7f3a\u5c11\u4f7f\u7528\u8005\u6807\u8bc6","ctp.errors.ACCT_INACCESSIBLE":"\u6b64\u5e10\u6237\u5f53\u524d\u4e0d\u53ef\u7528\uff08\u4f8b\u5982\uff0c\u5df2\u9501\u5b9a\uff09","ctp.errors.CODE_INVALID":"\u9a8c\u8bc1\u7801\u4e0d\u6b63\u786e","ctp.errors.CODE_EXPIRED":"\u6b64\u4ee3\u7801\u5df2\u8fc7\u671f","ctp.errors.RETRIES_EXCEEDED":"\u5df2\u8d85\u51fa OTP \u751f\u6210\u7684\u91cd\u8bd5\u6b21\u6570\u9650\u5236","ctp.errors.OTP_SEND_FAILED":"OTP \u65e0\u6cd5\u53d1\u9001\u81f3\u6536\u4ef6\u4eba","ctp.errors.REQUEST_TIMEOUT":"\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u6216\u4f7f\u7528\u624b\u52a8\u5361\u7247\u8f93\u5165","ctp.errors.UNKNOWN_ERROR":"\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u6216\u4f7f\u7528\u624b\u52a8\u5361\u7247\u8f93\u5165","ctp.errors.SERVICE_ERROR":"\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u6216\u4f7f\u7528\u624b\u52a8\u5361\u7247\u8f93\u5165","ctp.errors.SERVER_ERROR":"\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u6216\u4f7f\u7528\u624b\u52a8\u5361\u7247\u8f93\u5165","ctp.errors.INVALID_PARAMETER":"\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u6216\u4f7f\u7528\u624b\u52a8\u5361\u7247\u8f93\u5165","ctp.errors.AUTH_ERROR":"\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u6216\u4f7f\u7528\u624b\u52a8\u5361\u7247\u8f93\u5165","paymentMethodsList.aria.label":"\u9009\u62e9\u652f\u4ed8\u65b9\u5f0f","companyDetails.name.invalid":"\u8f93\u5165\u516c\u53f8\u540d\u79f0","companyDetails.registrationNumber.invalid":"\u8f93\u5165\u6ce8\u518c\u53f7","consent.checkbox.invalid":"\u60a8\u5fc5\u987b\u540c\u610f\u6761\u6b3e\u548c\u7ec6\u5219","form.instruction":"\u9664\u975e\u53e6\u6709\u6807\u8bb0\uff0c\u5426\u5219\u6240\u6709\u5b57\u6bb5\u5747\u4e3a\u5fc5\u586b\u9879\u3002","trustly.descriptor":"\u5373\u65f6\u94f6\u884c\u4ed8\u6b3e","trustly.description1":"\u76f4\u63a5\u4ece\u60a8\u7684\u4efb\u4f55\u94f6\u884c\u8d26\u6237\u4ed8\u6b3e\uff0c\u5e76\u914d\u5907\u94f6\u884c\u7ea7\u5b89\u5168\u4fdd\u969c","trustly.description2":"\u65e0\u9700\u5361\u7247\uff0c\u65e0\u9700\u4e0b\u8f7d\u5e94\u7528\uff0c\u65e0\u9700\u6ce8\u518c","ancv.input.label":"\u60a8\u7684 ANCV \u8eab\u4efd\u8bc1\u660e","ancv.confirmPayment":"\u4f7f\u7528\u60a8\u7684 ANCV \u5e94\u7528\u4ee5\u786e\u8ba4\u4ed8\u6b3e\u3002","ancv.form.instruction":"\u8981\u9a8c\u8bc1\u8fd9\u7b14\u4ed8\u6b3e\uff0c\u5fc5\u987b\u4f7f\u7528 Checke-Vacances \u5e94\u7528\u3002","ancv.beneficiaryId.invalid":"\u8f93\u5165\u6709\u6548\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u6216 ANCV ID"};export{e as default};
|
|
1
|
+
var e={payButton:"\u652f\u4ed8","payButton.redirecting":"\u6b63\u5728\u91cd\u5b9a\u5411...","payButton.with":"\u4f7f\u7528 %{maskedData} \u652f\u4ed8 %{value}",close:"\u5173\u95ed",storeDetails:"\u4fdd\u5b58\u4ee5\u4fbf\u4e0b\u6b21\u652f\u4ed8\u4f7f\u7528",readMore:"\u9605\u8bfb\u66f4\u591a","creditCard.holderName":"\u5361\u7247\u4e0a\u7684\u59d3\u540d","creditCard.holderName.placeholder":"J. Smith","creditCard.holderName.invalid":"\u8f93\u5165\u5361\u7247\u4e0a\u663e\u793a\u7684\u59d3\u540d","creditCard.numberField.title":"\u5361\u53f7","creditCard.numberField.placeholder":"1234 5678 9012 3456","creditCard.expiryDateField.title":"\u6709\u6548\u671f","creditCard.expiryDateField.placeholder":"\u6708\u6708/\u5e74\u5e74","creditCard.expiryDateField.month":"\u6708","creditCard.expiryDateField.month.placeholder":"\u6708\u6708","creditCard.expiryDateField.year.placeholder":"\u5e74\u5e74","creditCard.expiryDateField.year":"\u5e74","creditCard.cvcField.title":"\u5b89\u5168\u7801","creditCard.cvcField.placeholder":"123","creditCard.storeDetailsButton":"\u8bb0\u4f4f\u4ee5\u4fbf\u4e0b\u6b21\u4f7f\u7528","creditCard.cvcField.placeholder.4digits":"4 \u4f4d\u6570","creditCard.cvcField.placeholder.3digits":"3 \u4f4d\u6570","creditCard.taxNumber.placeholder":"\u5e74\u6708\u65e5 / 0123456789",installments:"\u5206\u671f\u4ed8\u6b3e\u671f\u6570",installmentOption:"%{times}x %{partialValue}",installmentOptionMonths:"%{times} \u4e2a\u6708","installments.oneTime":"\u5168\u6b3e\u652f\u4ed8","installments.installments":"\u5206\u671f\u652f\u4ed8","installments.revolving":"\u5faa\u73af\u652f\u4ed8","sepaDirectDebit.ibanField.invalid":"\u65e0\u6548\u7684\u8d26\u53f7","sepaDirectDebit.nameField.placeholder":"J. Smith","sepa.ownerName":"\u6301\u5361\u4eba\u59d3\u540d","sepa.ibanNumber":"\u8d26\u53f7 (IBAN)","error.title":"\u9519\u8bef","error.subtitle.redirect":"\u91cd\u5b9a\u5411\u5931\u8d25","error.subtitle.payment":"\u652f\u4ed8\u5931\u8d25","error.subtitle.refused":"\u652f\u4ed8\u88ab\u62d2","error.message.unknown":"\u53d1\u751f\u672a\u77e5\u9519\u8bef","errorPanel.title":"\u73b0\u6709\u9519\u8bef","idealIssuer.selectField.title":"\u94f6\u884c","idealIssuer.selectField.placeholder":"\u9009\u62e9\u60a8\u7684\u94f6\u884c","creditCard.success":"\u652f\u4ed8\u6210\u529f",loading:"\u6b63\u5728\u52a0\u8f7d...",continue:"\u7ee7\u7eed",continueTo:"\u7ee7\u7eed\u81f3","wechatpay.timetopay":"\u60a8\u9700\u8981\u652f\u4ed8 %@","sr.wechatpay.timetopay":"\u60a8\u6709 %#\u5206%# %#\u79d2%# \u53ef\u4ee5\u652f\u4ed8","wechatpay.scanqrcode":"\u626b\u63cf\u4e8c\u7ef4\u7801",personalDetails:"\u4e2a\u4eba\u8be6\u7ec6\u4fe1\u606f",companyDetails:"\u516c\u53f8\u8be6\u60c5","companyDetails.name":"\u516c\u53f8\u540d\u79f0","companyDetails.registrationNumber":"\u6ce8\u518c\u53f7",socialSecurityNumber:"\u793e\u4f1a\u4fdd\u9669\u53f7\u7801",firstName:"\u540d\u5b57","firstName.invalid":"\u8f93\u5165\u60a8\u7684\u540d\u5b57",infix:"\u524d\u7f00",lastName:"\u59d3\u6c0f","lastName.invalid":"\u8f93\u5165\u60a8\u7684\u59d3\u6c0f",mobileNumber:"\u624b\u673a\u53f7","mobileNumber.invalid":"\u65e0\u6548\u7684\u624b\u673a\u53f7\u7801",city:"\u57ce\u5e02",postalCode:"\u90ae\u653f\u7f16\u7801","postalCode.optional":"\u90ae\u653f\u7f16\u7801\uff08\u53ef\u9009\uff09",countryCode:"\u56fd\u5bb6\u4ee3\u7801",telephoneNumber:"\u7535\u8bdd\u53f7\u7801",dateOfBirth:"\u51fa\u751f\u65e5\u671f",shopperEmail:"\u7535\u5b50\u90ae\u4ef6\u5730\u5740",gender:"\u6027\u522b","gender.notselected":"\u9009\u62e9\u60a8\u7684\u6027\u522b",male:"\u7537",female:"\u5973",billingAddress:"\u8d26\u5355\u5730\u5740",street:"\u8857\u9053",stateOrProvince:"\u5dde\u6216\u7701",country:"\u56fd\u5bb6/\u5730\u533a",houseNumberOrName:"\u95e8\u724c\u53f7",separateDeliveryAddress:"\u6307\u5b9a\u4e00\u4e2a\u5355\u72ec\u7684\u5bc4\u9001\u5730\u5740",deliveryAddress:"\u5bc4\u9001\u5730\u5740",zipCode:"\u90ae\u653f\u7f16\u7801",apartmentSuite:"\u516c\u5bd3 / \u5957\u623f",provinceOrTerritory:"\u7701\u6216\u5730\u533a",cityTown:"\u5e02 / \u9547",address:"\u5730\u5740","address.placeholder":"\u67e5\u627e\u60a8\u7684\u5730\u5740","address.errors.incomplete":"\u8f93\u5165\u5730\u5740\u4ee5\u7ee7\u7eed","address.enterManually":"\u624b\u52a8\u8f93\u5165\u5730\u5740",state:"\u5dde","field.title.optional":"\uff08\u53ef\u9009\uff09","creditCard.cvcField.title.optional":"\u5b89\u5168\u7801\uff08\u53ef\u9009\uff09","issuerList.wallet.placeholder":"\u9009\u62e9\u60a8\u7684\u94b1\u5305",privacyPolicy:"\u9690\u79c1\u653f\u7b56","afterPay.agreement":"\u6211\u540c\u610f Riverty \u7684 %@",paymentConditions:"\u652f\u4ed8\u6761\u4ef6",openApp:"\u6253\u5f00\u5e94\u7528","voucher.readInstructions":"\u9605\u8bfb\u8bf4\u660e","voucher.introduction":"\u611f\u8c22\u60a8\u7684\u8d2d\u4e70\uff0c\u8bf7\u4f7f\u7528\u4ee5\u4e0b\u4f18\u60e0\u5238\u5b8c\u6210\u652f\u4ed8\u3002","voucher.expirationDate":"\u6709\u6548\u671f","voucher.alternativeReference":"\u5907\u9009\u4ee3\u7801","dragonpay.voucher.non.bank.selectField.placeholder":"\u9009\u62e9\u60a8\u7684\u63d0\u4f9b\u5546","dragonpay.voucher.bank.selectField.placeholder":"\u9009\u62e9\u60a8\u7684\u94f6\u884c","voucher.paymentReferenceLabel":"\u4ea4\u6613\u53f7","voucher.surcharge":"\u5305\u62ec %@ \u7684\u9644\u52a0\u8d39","voucher.introduction.doku":"\u611f\u8c22\u60a8\u7684\u8d2d\u4e70\uff0c\u8bf7\u4f7f\u7528\u4ee5\u4e0b\u4fe1\u606f\u5b8c\u6210\u652f\u4ed8\u3002","voucher.shopperName":"\u987e\u5ba2\u59d3\u540d","voucher.merchantName":"\u5546\u6237","voucher.introduction.econtext":"\u611f\u8c22\u60a8\u7684\u8d2d\u4e70\uff0c\u8bf7\u4f7f\u7528\u4ee5\u4e0b\u4fe1\u606f\u5b8c\u6210\u652f\u4ed8\u3002","voucher.telephoneNumber":"\u7535\u8bdd\u53f7\u7801","voucher.shopperReference":"\u987e\u5ba2\u53c2\u8003","voucher.collectionInstitutionNumber":"\u6536\u6b3e\u673a\u6784\u7f16\u53f7","voucher.econtext.telephoneNumber.invalid":"\u7535\u8bdd\u53f7\u7801\u5fc5\u987b\u4e3a 10 \u6216 11 \u4f4d\u6570\u5b57","boletobancario.btnLabel":"\u751f\u6210 Boleto","boleto.sendCopyToEmail":"\u5c06\u526f\u672c\u53d1\u9001\u5230\u6211\u7684\u7535\u5b50\u90ae\u7bb1","button.copy":"\u590d\u5236","button.download":"\u4e0b\u8f7d","boleto.socialSecurityNumber.invalid":"\u5b57\u6bb5\u65e0\u6548","creditCard.storedCard.description.ariaLabel":"\u5b58\u50a8\u7684\u5361\u7247\u4ee5 \uff05@ \u7ed3\u5c3e","voucher.entity":"\u5b9e\u4f53",donateButton:"\u6350\u8d60",notNowButton:"\u6682\u4e0d",thanksForYourSupport:"\u611f\u8c22\u60a8\u7684\u652f\u6301\uff01",preauthorizeWith:"\u9884\u5148\u6388\u6743",confirmPreauthorization:"\u786e\u8ba4\u9884\u5148\u6388\u6743",confirmPurchase:"\u786e\u8ba4\u8d2d\u4e70",applyGiftcard:"\u5151\u6362",giftcardBalance:"\u793c\u54c1\u5361\u4f59\u989d",deductedBalance:"\u6263\u51cf\u4f59\u989d","creditCard.pin.title":"Pin","creditCard.encryptedPassword.label":"\u5361\u7247\u5bc6\u7801\u7684\u524d 2 \u4f4d\u6570","creditCard.encryptedPassword.invalid":"\u65e0\u6548\u7684\u5bc6\u7801","creditCard.taxNumber":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u6ce8\u518c\u53f7","creditCard.taxNumber.label":"\u6301\u5361\u4eba\u751f\u65e5 (YYMMDD) \u6216\u516c\u53f8\u6ce8\u518c\u53f7\uff0810 \u4f4d\u6570\uff09","creditCard.taxNumber.labelAlt":"\u516c\u53f8\u6ce8\u518c\u53f7\uff0810 \u4f4d\u6570\uff09","creditCard.taxNumber.invalid":"\u65e0\u6548\u7684\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u6ce8\u518c\u53f7","storedPaymentMethod.disable.button":"\u5220\u9664","storedPaymentMethod.disable.confirmation":"\u5220\u9664\u5b58\u50a8\u7684\u652f\u4ed8\u65b9\u5f0f","storedPaymentMethod.disable.confirmButton":"\u662f\uff0c\u5220\u9664","storedPaymentMethod.disable.cancelButton":"\u53d6\u6d88","ach.bankAccount":"\u94f6\u884c\u8d26\u6237","ach.accountHolderNameField.title":"\u8d26\u6237\u6301\u6709\u4eba\u59d3\u540d","ach.accountHolderNameField.placeholder":"J. Smith","ach.accountHolderNameField.invalid":"\u65e0\u6548\u7684\u8d26\u6237\u6301\u6709\u4eba\u59d3\u540d","ach.accountNumberField.title":"\u8d26\u53f7","ach.accountNumberField.invalid":"\u65e0\u6548\u7684\u8d26\u53f7","ach.accountLocationField.title":"ABA \u8def\u7531\u7535\u6c47\u7f16\u7801","ach.accountLocationField.invalid":"\u65e0\u6548\u7684 ABA \u8def\u7531\u7535\u6c47\u7f16\u7801","ach.savedBankAccount":"\u5df2\u4fdd\u5b58\u7684\u94f6\u884c\u8d26\u6237","select.state":"\u9009\u62e9\u5dde","select.stateOrProvince":"\u9009\u62e9\u5dde\u6216\u7701","select.provinceOrTerritory":"\u9009\u62e9\u7701\u6216\u5730\u533a","select.country":"\u9009\u62e9\u56fd\u5bb6/\u5730\u533a","select.noOptionsFound":"\u672a\u627e\u5230\u4efb\u4f55\u9009\u9879","select.filter.placeholder":"\u641c\u7d22\u2026\u2026","telephoneNumber.invalid":"\u65e0\u6548\u7684\u7535\u8bdd\u53f7\u7801",qrCodeOrApp:"\u6216\u8005","paypal.processingPayment":"\u6b63\u5728\u5904\u7406\u4ed8\u6b3e...",generateQRCode:"\u751f\u6210\u4e8c\u7ef4\u7801","await.waitForConfirmation":"\u7b49\u5f85\u786e\u8ba4","mbway.confirmPayment":"\u5728 MB WAY \u5e94\u7528\u4e0a\u786e\u8ba4\u60a8\u7684\u4ed8\u6b3e","shopperEmail.invalid":"\u65e0\u6548\u7684\u90ae\u4ef6\u5730\u5740","dateOfBirth.format":"DD/MM/YYYY","dateOfBirth.invalid":"\u8bf7\u8f93\u5165\u6709\u6548\u51fa\u751f\u65e5\u671f\uff0c\u8868\u660e\u60a8\u5df2\u5e74\u6ee1 18 \u5c81","blik.confirmPayment":"\u6253\u5f00\u60a8\u7684\u94f6\u884c\u5e94\u7528\u4ee5\u786e\u8ba4\u652f\u4ed8\u3002","blik.invalid":"\u8f93\u5165 6 \u4f4d\u6570","blik.code":"6 \u4f4d\u6570\u4ee3\u7801","blik.help":"\u4ece\u60a8\u7684\u94f6\u884c\u5e94\u7528\u4e2d\u83b7\u53d6\u4ee3\u7801\u3002","swish.pendingMessage":"\u626b\u63cf\u540e\uff0c\u72b6\u6001\u53ef\u80fd\u4f1a\u4fdd\u6301\u6700\u591a 10 \u5206\u949f\u3002\u5728\u6b64\u65f6\u95f4\u5185\u518d\u6b21\u5c1d\u8bd5\u4ed8\u6b3e\u53ef\u80fd\u4f1a\u5bfc\u81f4\u591a\u6b21\u6536\u8d39\u3002","field.valid":"\u5b57\u6bb5\u6709\u6548","field.invalid":"\u65e0\u6548\u5b57\u6bb5","error.va.gen.01":"\u4e0d\u5b8c\u6574\u5b57\u6bb5","error.va.gen.02":"\u65e0\u6548\u5b57\u6bb5","error.va.sf-cc-num.01":"\u8f93\u5165\u6709\u6548\u5361\u53f7","error.va.sf-cc-num.02":"\u8f93\u5165\u5361\u53f7","error.va.sf-cc-num.03":"\u8f93\u5165\u652f\u6301\u7684\u5361\u7247\u54c1\u724c","error.va.sf-cc-num.04":"\u8f93\u5165\u5b8c\u6574\u5361\u53f7","error.va.sf-cc-dat.01":"\u8f93\u5165\u6709\u6548\u5230\u671f\u65e5","error.va.sf-cc-dat.02":"\u8f93\u5165\u6709\u6548\u5230\u671f\u65e5\u671f","error.va.sf-cc-dat.03":"\u4fe1\u7528\u5361\u5373\u5c06\u8fc7\u671f","error.va.sf-cc-dat.04":"\u8f93\u5165\u5230\u671f\u65e5\u671f","error.va.sf-cc-dat.05":"\u8f93\u5165\u5b8c\u6574\u5230\u671f\u65e5\u671f","error.va.sf-cc-mth.01":"\u8f93\u5165\u5230\u671f\u6708\u4efd","error.va.sf-cc-yr.01":"\u8f93\u5165\u5230\u671f\u5e74\u4efd","error.va.sf-cc-yr.02":"\u8f93\u5165\u5b8c\u6574\u5230\u671f\u5e74\u4efd","error.va.sf-cc-cvc.01":"\u8f93\u5165\u5b89\u5168\u7801","error.va.sf-cc-cvc.02":"\u8f93\u5165\u5b8c\u6574\u5b89\u5168\u7801","error.va.sf-ach-num.01":"\u94f6\u884c\u8d26\u53f7\u5b57\u6bb5\u4e3a\u7a7a","error.va.sf-ach-num.02":"\u94f6\u884c\u8d26\u53f7\u957f\u5ea6\u4e0d\u6b63\u786e","error.va.sf-ach-loc.01":"\u94f6\u884c\u8def\u7531\u53f7\u7801\u5b57\u6bb5\u4e3a\u7a7a","error.va.sf-ach-loc.02":"\u94f6\u884c\u8def\u7531\u53f7\u7801\u957f\u5ea6\u4e0d\u6b63\u786e","error.va.sf-kcp-pwd.01":"\u5bc6\u7801\u5b57\u6bb5\u4e3a\u7a7a","error.va.sf-kcp-pwd.02":"\u5bc6\u7801\u957f\u5ea6\u4e0d\u6b63\u786e","error.giftcard.no-balance":"\u793c\u54c1\u5361\u4f59\u989d\u4e3a\u96f6","error.giftcard.card-error":"\u6211\u4eec\u7684\u6570\u636e\u5e93\u4e2d\u6ca1\u6709\u8fd9\u4e2a\u53f7\u7801\u7684\u793c\u54c1\u5361","error.giftcard.currency-error":"\u793c\u54c1\u5361\u4ec5\u4ee5\u5176\u53d1\u884c\u7684\u8d27\u5e01\u4e3a\u6709\u6548\u8d27\u5e01","amazonpay.signout":"\u9000\u51fa Amazon","amazonpay.changePaymentDetails":"\u66f4\u6539\u652f\u4ed8\u8be6\u60c5","partialPayment.warning":"\u8bf7\u9009\u62e9\u5176\u4ed6\u652f\u4ed8\u65b9\u5f0f\u652f\u4ed8\u5269\u4f59\u6b3e\u9879","partialPayment.remainingBalance":"\u5269\u4f59\u989d\u5ea6\u4e3a %{amount}","bankTransfer.beneficiary":"\u6536\u6b3e\u4eba","bankTransfer.iban":"IBAN","bankTransfer.bic":"\u4e2d\u56fd\u5de5\u5546\u94f6\u884c","bankTransfer.reference":"\u53c2\u8003","bankTransfer.introduction":"\u7ee7\u7eed\u65b0\u5efa\u94f6\u884c\u8f6c\u8d26\u4ed8\u6b3e\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u5c4f\u5e55\u4e2d\u7684\u8be6\u7ec6\u4fe1\u606f\u6765\u5b8c\u6210\u8fd9\u7b14\u4ed8\u6b3e\u3002","bankTransfer.instructions":"\u611f\u8c22\u60a8\u7684\u8d2d\u4e70\uff0c\u8bf7\u4f7f\u7528\u4ee5\u4e0b\u4fe1\u606f\u5b8c\u6210\u652f\u4ed8\u3002","bacs.accountHolderName":"\u94f6\u884c\u8d26\u6237\u6301\u6709\u4eba\u59d3\u540d","bacs.accountHolderName.invalid":"\u65e0\u6548\u7684\u94f6\u884c\u8d26\u6237\u6301\u6709\u4eba\u59d3\u540d","bacs.accountNumber":"\u94f6\u884c\u8d26\u53f7","bacs.accountNumber.invalid":"\u65e0\u6548\u7684\u94f6\u884c\u8d26\u53f7","bacs.bankLocationId":"\u5206\u7c7b\u4ee3\u7801","bacs.bankLocationId.invalid":"\u65e0\u6548\u7684\u5206\u7c7b\u4ee3\u7801","bacs.consent.amount":"\u6211\u540c\u610f\u4ece\u94f6\u884c\u8d26\u6237\u4e2d\u6263\u9664\u4e0a\u8ff0\u91d1\u989d\u3002","bacs.consent.account":"\u6211\u786e\u8ba4\u8be5\u8d26\u6237\u4e3a\u6211\u540d\u4e0b\u7684\u8d26\u6237\uff0c\u5e76\u4e14\u6211\u662f\u6388\u6743\u8be5\u8d26\u6237\u76f4\u63a5\u501f\u8bb0\u7684\u552f\u4e00\u7b7e\u7f72\u4eba\u3002",edit:"\u7f16\u8f91","bacs.confirm":"\u786e\u8ba4\u5e76\u652f\u4ed8","bacs.result.introduction":"\u4e0b\u8f7d\u60a8\u7684\u76f4\u63a5\u501f\u8bb0\u6307\u793a\uff08DDI/\u59d4\u6258\uff09","download.pdf":"\u4e0b\u8f7d PDF \u6587\u4ef6","creditCard.encryptedCardNumber.aria.iframeTitle":"\u5361\u53f7 Iframe","creditCard.encryptedCardNumber.aria.label":"\u5361\u53f7","creditCard.encryptedExpiryDate.aria.iframeTitle":"\u5230\u671f\u65e5\u671f Iframe","creditCard.encryptedExpiryDate.aria.label":"\u6709\u6548\u671f","creditCard.encryptedExpiryMonth.aria.iframeTitle":"\u5230\u671f\u6708\u4efd Iframe","creditCard.encryptedExpiryMonth.aria.label":"\u8fc7\u671f\u6708\u4efd","creditCard.encryptedExpiryYear.aria.iframeTitle":"\u5230\u671f\u5e74\u4efd Iframe","creditCard.encryptedExpiryYear.aria.label":"\u8fc7\u671f\u5e74\u4efd","creditCard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u7801 Iframe","creditCard.encryptedSecurityCode.aria.label":"\u5b89\u5168\u7801","creditCard.encryptedPassword.aria.iframeTitle":"\u5bc6\u7801 Iframe","creditCard.encryptedPassword.aria.label":"\u5361\u7247\u5bc6\u7801\u7684\u524d 2 \u4f4d\u6570","giftcard.encryptedCardNumber.aria.iframeTitle":"\u5361\u53f7 Iframe","giftcard.encryptedCardNumber.aria.label":"\u5361\u53f7","giftcard.encryptedSecurityCode.aria.iframeTitle":"PIN \u7801 Iframe","giftcard.encryptedSecurityCode.aria.label":"Pin",giftcardTransactionLimit:"\u6b64\u793c\u54c1\u5361\u4e0a\u6bcf\u7b14\u4ea4\u6613\u5141\u8bb8\u7684\u6700\u5927\u91d1\u989d\u4e3a %{amount}","ach.encryptedBankAccountNumber.aria.iframeTitle":"\u94f6\u884c\u8d26\u53f7 Iframe","ach.encryptedBankAccountNumber.aria.label":"\u8d26\u53f7","ach.encryptedBankLocationId.aria.iframeTitle":"\u94f6\u884c\u8def\u7531\u7535\u6c47\u7f16\u7801 Iframe","ach.encryptedBankLocationId.aria.label":"ABA \u8def\u7531\u7535\u6c47\u7f16\u7801","twint.saved":"\u5df2\u4fdd\u5b58",orPayWith:"\u6216\u4f7f\u7528\u4ee5\u4e0b\u65b9\u5f0f\u652f\u4ed8",invalidFormatExpects:"\u65e0\u6548\u7684\u683c\u5f0f\u3002\u9884\u671f\u683c\u5f0f\uff1a%{format}","upi.qrCodeWaitingMessage":"\u4f7f\u7528\u60a8\u9996\u9009\u7684 UPI \u5e94\u7528\u626b\u63cf\u4e8c\u7ef4\u7801\u4ee5\u5b8c\u6210\u4ed8\u6b3e","upi.vpaWaitingMessage":"\u6253\u5f00\u60a8\u7684 UPI \u5e94\u7528\u4ee5\u786e\u8ba4\u4ed8\u6b3e","upi.modeSelection":"\u8bf7\u9009\u62e9\u60a8\u5e0c\u671b\u5982\u4f55\u4f7f\u7528 UPI\u3002","onlineBanking.termsAndConditions":"\u7ee7\u7eed\uff0c\u5373\u8868\u793a\u60a8\u540c\u610f%#\u6761\u6b3e\u548c\u7ec6\u5219%#","onlineBankingPL.termsAndConditions":"\u7ee7\u7eed\u5373\u8868\u793a\u60a8\u540c\u610f Przelewy24 \u7684%#\u6761\u4f8b%#\u548c%#\u4fe1\u606f\u4e49\u52a1%#","ctp.loading.poweredByCtp":"\u7531 Click to Pay \u63d0\u4f9b\u6280\u672f\u652f\u6301","ctp.loading.intro":"\u6211\u4eec\u6b63\u5728\u68c0\u67e5\u60a8\u662f\u5426\u62e5\u6709\u4efb\u4f55\u901a\u8fc7 Click to Pay \u4fdd\u5b58\u7684\u5361\u7247\u2026","ctp.login.title":"\u7ee7\u7eed\u4f7f\u7528 Click to Pay \u529f\u80fd","ctp.login.subtitle":"\u8f93\u5165\u5173\u8054\u81f3 Click to Pay \u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u4ee5\u7ee7\u7eed\u3002","ctp.login.inputLabel":"\u7535\u5b50\u90ae\u4ef6","ctp.logout.notYou":"\u4e0d\u662f\u60a8\u672c\u4eba\uff1f","ctp.logout.notYourCards":"\u4e0d\u662f\u60a8\u7684\u5361\uff1f","ctp.logout.notYourCard":"\u4e0d\u662f\u60a8\u7684\u5361\u7247\uff1f","ctp.logout.notYourProfile":"\u4e0d\u662f\u60a8\u7684\u4e2a\u4eba\u8d44\u6599\uff1f","ctp.otp.fieldLabel":"\u4e00\u6b21\u6027\u4ee3\u7801","ctp.otp.resendCode":"\u91cd\u65b0\u53d1\u9001\u4ee3\u7801","ctp.otp.codeResent":"\u4ee3\u7801\u5df2\u91cd\u65b0\u53d1\u9001","ctp.otp.title":"\u8bbf\u95ee\u60a8\u7684 Click to Pay \u5361","ctp.otp.subtitle":"\u8bf7\u8f93\u5165\u6211\u4eec\u53d1\u9001\u81f3 %@ \u7684\u4ee3\u7801 (%@)\uff0c\u4ee5\u9a8c\u8bc1\u662f\u60a8\u672c\u4eba\u3002","ctp.otp.saveCookiesCheckbox.label":"\u4e0b\u6b21\u8df3\u8fc7\u9a8c\u8bc1","ctp.otp.saveCookiesCheckbox.information":"\u5728\u60a8\u7684\u8bbe\u5907\u548c\u6d4f\u89c8\u5668\u4e0a\uff0c\u5728\u53c2\u4e0e\u6d3b\u52a8\u7684\u5e97\u94fa\u4e2d\u9009\u62e9\u8bb0\u4f4f\u8be5\u9009\u9879\uff0c\u4ee5\u4fbf\u66f4\u5feb\u5730\u7ed3\u8d26\u3002\u4e0d\u5efa\u8bae\u7528\u4e8e\u5171\u4eab\u8bbe\u5907\u3002","ctp.otp.saveCookiesCheckbox.shorterInfo":"\u9009\u62e9\u5728\u60a8\u7684\u8bbe\u5907\u548c\u6d4f\u89c8\u5668\u4e0a\u8bb0\u4f4f","ctp.emptyProfile.message":"\u6b64 Click to Pay \u4e2a\u4eba\u8d44\u6599\u4e2d\u5c1a\u672a\u6ce8\u518c\u4efb\u4f55\u5361\u7247","ctp.separatorText":"\u6216\u4f7f\u7528","ctp.cards.title":"\u501f\u52a9 Click to Pay \u5b8c\u6210\u4ed8\u6b3e","ctp.cards.subtitle":"\u9009\u62e9\u8981\u4f7f\u7528\u7684\u5361\u7247\u3002","ctp.cards.expiredCard":"\u5df2\u8fc7\u671f","ctp.manualCardEntry":"\u624b\u52a8\u5361\u7247\u5f55\u5165","ctp.aria.infoModalButton":"\u4ec0\u4e48\u662f Click to Pay","ctp.infoPopup.title":"Click to Pay \u5e26\u6765\u975e\u63a5\u89e6\u5f0f\u7684\u5728\u7ebf\u4fbf\u6377\u4f53\u9a8c","ctp.infoPopup.subtitle":"Mastercard\u3001Visa \u548c\u5176\u4ed6\u652f\u4ed8\u5361\u652f\u6301\u7684\u5feb\u901f\u3001\u5b89\u5168\u7684\u652f\u4ed8\u65b9\u5f0f\u3002","ctp.infoPopup.benefit1":"Click to Pay \u4f7f\u7528\u52a0\u5bc6\u6280\u672f\uff0c\u786e\u4fdd\u60a8\u7684\u4fe1\u606f\u5b89\u5168","ctp.infoPopup.benefit2":"\u4e0e\u5168\u7403\u5546\u6237\u4e00\u8d77\u4f7f\u7528","ctp.infoPopup.benefit3":"\u8bbe\u7f6e\u4e00\u6b21\uff0c\u652f\u4ed8\u65e0\u5fe7","ctp.errors.AUTH_INVALID":"\u8eab\u4efd\u9a8c\u8bc1\u65e0\u6548","ctp.errors.NOT_FOUND":"\u672a\u627e\u5230\u5e10\u6237\uff0c\u8bf7\u8f93\u5165\u6709\u6548\u7684\u7535\u5b50\u90ae\u4ef6\u6216\u7ee7\u7eed\u4f7f\u7528\u624b\u52a8\u5361\u7247\u8f93\u5165","ctp.errors.ID_FORMAT_UNSUPPORTED":"\u4e0d\u652f\u6301\u683c\u5f0f","ctp.errors.FRAUD":"\u7528\u6237\u8d26\u6237\u5df2\u9501\u5b9a\u6216\u7981\u7528","ctp.errors.CONSUMER_ID_MISSING":"\u8bf7\u6c42\u4e2d\u7f3a\u5c11\u4f7f\u7528\u8005\u6807\u8bc6","ctp.errors.ACCT_INACCESSIBLE":"\u6b64\u5e10\u6237\u5f53\u524d\u4e0d\u53ef\u7528\uff08\u4f8b\u5982\uff0c\u5df2\u9501\u5b9a\uff09","ctp.errors.CODE_INVALID":"\u9a8c\u8bc1\u7801\u4e0d\u6b63\u786e","ctp.errors.CODE_EXPIRED":"\u6b64\u4ee3\u7801\u5df2\u8fc7\u671f","ctp.errors.RETRIES_EXCEEDED":"\u5df2\u8d85\u51fa OTP \u751f\u6210\u7684\u91cd\u8bd5\u6b21\u6570\u9650\u5236","ctp.errors.OTP_SEND_FAILED":"OTP \u65e0\u6cd5\u53d1\u9001\u81f3\u6536\u4ef6\u4eba","ctp.errors.REQUEST_TIMEOUT":"\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u6216\u4f7f\u7528\u624b\u52a8\u5361\u7247\u8f93\u5165","ctp.errors.UNKNOWN_ERROR":"\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u6216\u4f7f\u7528\u624b\u52a8\u5361\u7247\u8f93\u5165","ctp.errors.SERVICE_ERROR":"\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u6216\u4f7f\u7528\u624b\u52a8\u5361\u7247\u8f93\u5165","ctp.errors.SERVER_ERROR":"\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u6216\u4f7f\u7528\u624b\u52a8\u5361\u7247\u8f93\u5165","ctp.errors.INVALID_PARAMETER":"\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u6216\u4f7f\u7528\u624b\u52a8\u5361\u7247\u8f93\u5165","ctp.errors.AUTH_ERROR":"\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u8bd5\u6216\u4f7f\u7528\u624b\u52a8\u5361\u7247\u8f93\u5165","paymentMethodsList.aria.label":"\u9009\u62e9\u652f\u4ed8\u65b9\u5f0f","companyDetails.name.invalid":"\u8f93\u5165\u516c\u53f8\u540d\u79f0","companyDetails.registrationNumber.invalid":"\u8f93\u5165\u6ce8\u518c\u53f7","consent.checkbox.invalid":"\u60a8\u5fc5\u987b\u540c\u610f\u6761\u6b3e\u548c\u7ec6\u5219","form.instruction":"\u9664\u975e\u53e6\u6709\u6807\u8bb0\uff0c\u5426\u5219\u6240\u6709\u5b57\u6bb5\u5747\u4e3a\u5fc5\u586b\u9879\u3002","trustly.descriptor":"\u5373\u65f6\u94f6\u884c\u4ed8\u6b3e","trustly.description1":"\u76f4\u63a5\u4ece\u60a8\u7684\u4efb\u4f55\u94f6\u884c\u8d26\u6237\u4ed8\u6b3e\uff0c\u5e76\u914d\u5907\u94f6\u884c\u7ea7\u5b89\u5168\u4fdd\u969c","trustly.description2":"\u65e0\u9700\u5361\u7247\uff0c\u65e0\u9700\u4e0b\u8f7d\u5e94\u7528\uff0c\u65e0\u9700\u6ce8\u518c","ancv.input.label":"\u60a8\u7684 ANCV \u8eab\u4efd\u8bc1\u660e","ancv.confirmPayment":"\u4f7f\u7528\u60a8\u7684 ANCV \u5e94\u7528\u4ee5\u786e\u8ba4\u4ed8\u6b3e\u3002","ancv.form.instruction":"\u8981\u9a8c\u8bc1\u8fd9\u7b14\u4ed8\u6b3e\uff0c\u5fc5\u987b\u4f7f\u7528 Checke-Vacances \u5e94\u7528\u3002","ancv.beneficiaryId.invalid":"\u8f93\u5165\u6709\u6548\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u6216 ANCV ID"};export{e as default};
|
package/dist/es/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={payButton:"\u652f\u4ed8","payButton.redirecting":"\u91cd\u65b0\u5c0e\u5411\u4e2d......","payButton.with":"\u7528 %{maskedData} \u652f\u4ed8 %{value}",close:"\u95dc\u9589",storeDetails:"\u5132\u5b58\u4ee5\u4f9b\u4e0b\u6b21\u4ed8\u6b3e\u4f7f\u7528","creditCard.holderName":"\u4fe1\u7528\u5361\u4e0a\u7684\u59d3\u540d","creditCard.holderName.placeholder":"J. Smith","creditCard.holderName.invalid":"\u8f38\u5165\u5361\u4e0a\u6240\u793a\u7684\u59d3\u540d","creditCard.numberField.title":"\u4fe1\u7528\u5361\u865f\u78bc","creditCard.numberField.placeholder":"1234 5678 9012 3456","creditCard.expiryDateField.title":"\u5230\u671f\u65e5\u671f","creditCard.expiryDateField.placeholder":"MM/YY","creditCard.expiryDateField.month":"\u6708\u4efd","creditCard.expiryDateField.month.placeholder":"MM","creditCard.expiryDateField.year.placeholder":"YY","creditCard.expiryDateField.year":"\u5e74\u4efd","creditCard.cvcField.title":"\u5b89\u5168\u78bc","creditCard.cvcField.placeholder":"123","creditCard.storeDetailsButton":"\u8a18\u4f4f\u4f9b\u4e0b\u6b21\u4f7f\u7528","creditCard.cvcField.placeholder.4digits":"4 \u4f4d\u6578","creditCard.cvcField.placeholder.3digits":"3 \u4f4d\u6578","creditCard.taxNumber.placeholder":"\u5e74\u6708\u65e5\uff0f0123456789",installments:"\u5206\u671f\u4ed8\u6b3e\u7684\u671f\u6578",installmentOption:"%{times}x %{partialValue}",installmentOptionMonths:"%{times} \u500b\u6708","installments.oneTime":"\u4e00\u6b21\u6027\u4ed8\u6b3e","installments.installments":"\u5206\u671f\u4ed8\u6b3e","installments.revolving":"\u5ef6\u671f\u4ed8\u6b3e","sepaDirectDebit.ibanField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","sepaDirectDebit.nameField.placeholder":"J. Smith","sepa.ownerName":"\u6301\u6709\u4eba\u540d\u7a31","sepa.ibanNumber":"\u5e33\u6236\u865f\u78bc (IBAN)","error.title":"\u932f\u8aa4","error.subtitle.redirect":"\u7121\u6cd5\u91cd\u65b0\u5c0e\u5411","error.subtitle.payment":"\u4ed8\u6b3e\u5931\u6557","error.subtitle.refused":"\u4ed8\u6b3e\u906d\u62d2\u7d55","error.message.unknown":"\u767c\u751f\u672a\u77e5\u932f\u8aa4","errorPanel.title":"\u73fe\u6709\u932f\u8aa4","idealIssuer.selectField.title":"\u9280\u884c","idealIssuer.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","creditCard.success":"\u4ed8\u6b3e\u6210\u529f",loading:"\u6b63\u5728\u8f09\u5165...",continue:"\u7e7c\u7e8c",continueTo:"\u7e7c\u7e8c\u524d\u5f80","wechatpay.timetopay":"\u60a8\u6709 %@ \u53ef\u4ee5\u652f\u4ed8","sr.wechatpay.timetopay":"\u60a8\u4ed8\u6b3e\u7684\u6642\u9593\u9084\u5269 %#\u5206%# %#\u79d2%#","wechatpay.scanqrcode":"\u6383\u63cf QR \u4ee3\u78bc",personalDetails:"\u500b\u4eba\u8a73\u7d30\u8cc7\u6599",companyDetails:"\u516c\u53f8\u8a73\u60c5","companyDetails.name":"\u516c\u53f8\u540d\u7a31","companyDetails.registrationNumber":"\u8a3b\u518a\u865f\u78bc",socialSecurityNumber:"\u793e\u6703\u5b89\u5168\u78bc",firstName:"\u540d\u5b57","firstName.invalid":"\u8f38\u5165\u60a8\u7684\u540d\u5b57",infix:"\u524d\u7db4",lastName:"\u59d3\u6c0f","lastName.invalid":"\u8f38\u5165\u60a8\u7684\u59d3\u6c0f",mobileNumber:"\u884c\u52d5\u96fb\u8a71\u865f\u78bc","mobileNumber.invalid":"\u624b\u6a5f\u865f\u78bc\u7121\u6548",city:"\u57ce\u5e02",postalCode:"\u90f5\u905e\u5340\u865f","postalCode.optional":"\u90f5\u905e\u5340\u865f\uff08\u9078\u7528\uff09",countryCode:"\u570b\u5bb6\u4ee3\u78bc",telephoneNumber:"\u96fb\u8a71\u865f\u78bc",dateOfBirth:"\u51fa\u751f\u65e5\u671f",shopperEmail:"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740",gender:"\u6027\u5225","gender.notselected":"\u9078\u64c7\u60a8\u7684\u6027\u5225",male:"\u7537",female:"\u5973",billingAddress:"\u5e33\u55ae\u5730\u5740",street:"\u8857\u9053",stateOrProvince:"\u5dde/\u7e23/\u5e02",country:"\u570b\u5bb6/\u5730\u5340",houseNumberOrName:"\u9580\u724c\u865f",separateDeliveryAddress:"\u6307\u5b9a\u53e6\u4e00\u500b\u6d3e\u9001\u5730\u5740",deliveryAddress:"\u6d3e\u9001\u5730\u5740",zipCode:"\u90f5\u905e\u5340\u865f",apartmentSuite:"\u516c\u5bd3\uff0f\u5957\u623f",provinceOrTerritory:"\u7701\u6216\u5730\u5340",cityTown:"\u5e02\uff0f\u93ae",address:"\u5730\u5740","address.placeholder":"\u67e5\u627e\u60a8\u7684\u5730\u5740","address.errors.incomplete":"\u8f38\u5165\u5730\u5740\u4ee5\u7e7c\u7e8c","address.enterManually":"\u624b\u52d5\u8f38\u5165\u5730\u5740",state:"\u5dde","field.title.optional":"\uff08\u9078\u7528\uff09","creditCard.cvcField.title.optional":"\u5b89\u5168\u78bc\uff08\u9078\u586b\uff09","issuerList.wallet.placeholder":"\u9078\u53d6\u60a8\u7684\u96fb\u5b50\u9322\u5305",privacyPolicy:"\u96b1\u79c1\u6b0a\u653f\u7b56","afterPay.agreement":"\u6211\u540c\u610f Riverty \u7684%@",paymentConditions:"\u4ed8\u6b3e\u7d30\u5247",openApp:"\u958b\u555f\u61c9\u7528\u7a0b\u5f0f","voucher.readInstructions":"\u95b1\u89bd\u8aaa\u660e","voucher.introduction":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u512a\u60e0\u5238\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.expirationDate":"\u5230\u671f\u65e5\u671f","voucher.alternativeReference":"\u5099\u9078\u53c3\u7167","dragonpay.voucher.non.bank.selectField.placeholder":"\u9078\u64c7\u60a8\u7684\u4f9b\u61c9\u5546","dragonpay.voucher.bank.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","voucher.paymentReferenceLabel":"\u4ed8\u6b3e\u53c3\u7167\u865f\u78bc","voucher.surcharge":"\u5305\u542b %@ \u9644\u52a0\u8cbb","voucher.introduction.doku":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.shopperName":"\u8cfc\u7269\u8005\u59d3\u540d","voucher.merchantName":"\u5546\u5bb6","voucher.introduction.econtext":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.telephoneNumber":"\u96fb\u8a71\u865f\u78bc","voucher.shopperReference":"\u8cfc\u7269\u8005\u53c3\u8003","voucher.collectionInstitutionNumber":"\u6536\u6b3e\u6a5f\u69cb\u7de8\u865f","voucher.econtext.telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7684\u9577\u5ea6\u5fc5\u9808\u70ba 10 \u6216 11 \u4f4d\u6578","boletobancario.btnLabel":"\u7522\u751f Boleto","boleto.sendCopyToEmail":"\u5c07\u8907\u672c\u50b3\u9001\u81f3\u6211\u7684\u96fb\u5b50\u90f5\u4ef6","button.copy":"\u8907\u88fd","button.download":"\u4e0b\u8f09","boleto.socialSecurityNumber.invalid":"\u6b04\u4f4d\u7121\u6548","creditCard.storedCard.description.ariaLabel":"\u5df2\u5132\u5b58\u4ee5 %@ \u7d50\u5c3e\u7684\u4fe1\u7528\u5361","voucher.entity":"\u5be6\u9ad4",donateButton:"\u6350\u8d08",notNowButton:"\u7a0d\u5f8c\u518d\u8aaa",thanksForYourSupport:"\u611f\u8b1d\u60a8\u7684\u652f\u6301\uff01",preauthorizeWith:"\u900f\u904e\u4ee5\u4e0b\u65b9\u5f0f\u9032\u884c\u9810\u5148\u6388\u6b0a\uff1a",confirmPreauthorization:"\u78ba\u8a8d\u9810\u5148\u6388\u6b0a",confirmPurchase:"\u78ba\u8a8d\u8cfc\u8cb7",applyGiftcard:"\u514c\u63db",giftcardBalance:"\u79ae\u54c1\u5361\u9918\u984d",deductedBalance:"\u6263\u9664\u9918\u984d","creditCard.pin.title":"\u6578\u5b57\u5bc6\u78bc","creditCard.encryptedPassword.label":"\u5361\u5bc6\u78bc\u7684\u524d 2 \u4f4d\u6578\u5b57","creditCard.encryptedPassword.placeholder":"12","creditCard.encryptedPassword.invalid":"\u5bc6\u78bc\u7121\u6548","creditCard.taxNumber":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc","creditCard.taxNumber.label":"\u6301\u5361\u4eba\u751f\u65e5\uff08\u5e74\u6708\u65e5\uff09\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.labelAlt":"\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.invalid":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\u7121\u6548","storedPaymentMethod.disable.button":"\u79fb\u9664","storedPaymentMethod.disable.confirmation":"\u79fb\u9664\u5df2\u5132\u5b58\u4ed8\u6b3e\u65b9\u5f0f","storedPaymentMethod.disable.confirmButton":"\u662f\uff0c\u8acb\u79fb\u9664","storedPaymentMethod.disable.cancelButton":"\u53d6\u6d88","ach.bankAccount":"\u9280\u884c\u5e33\u6236","ach.accountHolderNameField.title":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","ach.accountHolderNameField.placeholder":"J. Smith","ach.accountHolderNameField.invalid":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","ach.accountNumberField.title":"\u5e33\u6236\u865f\u78bc","ach.accountNumberField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","ach.accountLocationField.title":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f","ach.accountLocationField.invalid":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7121\u6548","ach.savedBankAccount":"\u5132\u5b58\u7684\u9280\u884c\u5e33\u6236","select.state":"\u9078\u53d6\u5dde","select.stateOrProvince":"\u9078\u64c7\u5dde\u6216\u7701","select.provinceOrTerritory":"\u9078\u53d6\u7701\u6216\u5730\u5340","select.country":"\u9078\u64c7\u570b\u5bb6\uff0f\u5730\u5340","select.noOptionsFound":"\u627e\u4e0d\u5230\u4efb\u4f55\u9078\u9805","select.filter.placeholder":"\u641c\u5c0b\u2026\u2026","telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7121\u6548",qrCodeOrApp:"\u6216","paypal.processingPayment":"\u6b63\u5728\u8655\u7406\u4ed8\u6b3e\u2026\u2026",generateQRCode:"\u7522\u751f QR \u4ee3\u78bc","await.waitForConfirmation":"\u6b63\u5728\u7b49\u5019\u78ba\u8a8d","mbway.confirmPayment":"\u5728 MB WAY \u61c9\u7528\u7a0b\u5f0f\u4e0a\u78ba\u8a8d\u60a8\u7684\u4ed8\u6b3e","shopperEmail.invalid":"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u7121\u6548","dateOfBirth.format":"\u65e5\uff0f\u6708\uff0f\u5e74","dateOfBirth.invalid":"\u8f38\u5165\u8868\u660e\u60a8\u81f3\u5c11\u5e74\u6eff 18 \u6b72\u7684\u6709\u6548\u51fa\u751f\u65e5\u671f","blik.confirmPayment":"\u958b\u555f\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4ee5\u78ba\u8a8d\u4ed8\u6b3e\u3002","blik.invalid":"\u8f38\u5165 6 \u500b\u6578\u5b57","blik.code":"6 \u4f4d\u6578\u4ee3\u78bc","blik.help":"\u5f9e\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4e2d\u7372\u53d6\u4ee3\u78bc\u3002","swish.pendingMessage":"\u6383\u63cf\u5f8c\uff0c\u8a72\u5f85\u5b8c\u6210\u72c0\u614b\u53ef\u80fd\u6301\u7e8c\u9577\u9054 10 \u5206\u9418\u3002\u8a66\u5716\u5728\u9019\u6bb5\u6642\u9593\u5167\u518d\u6b21\u4ed8\u6b3e\u53ef\u80fd\u6703\u5c0e\u81f4\u591a\u91cd\u6536\u8cbb\u3002","field.valid":"\u6b04\u4f4d\u6709\u6548","field.invalid":"\u6b04\u4f4d\u7121\u6548","error.va.gen.01":"\u4e0d\u5b8c\u6574\u6b04\u4f4d","error.va.gen.02":"\u6b04\u4f4d\u7121\u6548","error.va.sf-cc-num.01":"\u8acb\u8f38\u5165\u6709\u6548\u7684\u5361\u865f","error.va.sf-cc-num.02":"\u8f38\u5165\u5361\u865f","error.va.sf-cc-num.03":"\u8f38\u5165\u652f\u63f4\u7684\u5361\u54c1\u724c","error.va.sf-cc-num.04":"\u8f38\u5165\u5b8c\u6574\u7684\u5361\u865f","error.va.sf-cc-dat.01":"\u8f38\u5165\u6709\u6548\u7684\u5230\u671f\u65e5","error.va.sf-cc-dat.02":"\u8f38\u5165\u6709\u6548\u7684\u5230\u671f\u65e5","error.va.sf-cc-dat.03":"\u4fe1\u7528\u5361\u5373\u5c07\u5230\u671f","error.va.sf-cc-dat.04":"\u8f38\u5165\u5230\u671f\u65e5","error.va.sf-cc-dat.05":"\u8f38\u5165\u5b8c\u6574\u7684\u5230\u671f\u65e5","error.va.sf-cc-mth.01":"\u8f38\u5165\u5230\u671f\u6708\u4efd","error.va.sf-cc-yr.01":"\u8f38\u5165\u5230\u671f\u5e74\u4efd","error.va.sf-cc-yr.02":"\u8f38\u5165\u5b8c\u6574\u7684\u5230\u671f\u5e74\u4efd","error.va.sf-cc-cvc.01":"\u8f38\u5165\u5b89\u5168\u78bc","error.va.sf-cc-cvc.02":"\u8f38\u5165\u5b8c\u6574\u7684\u5b89\u5168\u78bc","error.va.sf-ach-num.01":"\u9280\u884c\u5e33\u6236\u865f\u78bc\u6b04\u4f4d\u73fe\u70ba\u7a7a\u767d","error.va.sf-ach-num.02":"\u9280\u884c\u5e33\u6236\u865f\u78bc\u9577\u5ea6\u6709\u8aa4","error.va.sf-ach-loc.01":"\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f\u6b04\u4f4d\u73fe\u70ba\u7a7a\u767d","error.va.sf-ach-loc.02":"\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f\u9577\u5ea6\u6709\u8aa4","error.va.sf-kcp-pwd.01":"\u5bc6\u78bc\u6b04\u4f4d\u73fe\u70ba\u7a7a\u767d","error.va.sf-kcp-pwd.02":"\u5bc6\u78bc\u9577\u5ea6\u6709\u8aa4","error.giftcard.no-balance":"\u6b64\u79ae\u54c1\u5361\u7684\u9918\u984d\u70ba\u96f6","error.giftcard.card-error":"\u6211\u5011\u7684\u8a18\u9304\u4e2d\u4e26\u6c92\u6709\u9019\u500b\u865f\u78bc\u7684\u79ae\u54c1\u5361","error.giftcard.currency-error":"\u79ae\u54c1\u5361\u53ea\u80fd\u4ee5\u5176\u7c3d\u767c\u6642\u6240\u4f7f\u7528\u7684\u8ca8\u5e63\u9032\u884c\u7d50\u7b97","amazonpay.signout":"\u5f9e Amazon \u767b\u51fa","amazonpay.changePaymentDetails":"\u8b8a\u66f4\u4ed8\u6b3e\u660e\u7d30","partialPayment.warning":"\u9078\u53d6\u5176\u4ed6\u4ed8\u6b3e\u65b9\u5f0f\u4f86\u652f\u4ed8\u9918\u984d","partialPayment.remainingBalance":"\u9918\u984d\u5c07\u70ba %{amount}","bankTransfer.beneficiary":"\u53d7\u6b3e\u4eba","bankTransfer.iban":"IBAN","bankTransfer.bic":"BIC","bankTransfer.reference":"\u53c3\u7167","bankTransfer.introduction":"\u7e7c\u7e8c\u5efa\u7acb\u65b0\u7684\u9280\u884c\u8f49\u5e33\u4ed8\u6b3e\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u87a2\u5e55\u4e2d\u7684\u8a73\u7d30\u8cc7\u8a0a\u4f86\u5b8c\u6210\u6b64\u9805\u4ed8\u6b3e\u3002","bankTransfer.instructions":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","bacs.accountHolderName":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","bacs.accountHolderName.invalid":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","bacs.accountNumber":"\u9280\u884c\u5e33\u6236\u865f\u78bc","bacs.accountNumber.invalid":"\u9280\u884c\u5e33\u6236\u865f\u78bc\u7121\u6548","bacs.bankLocationId":"\u9280\u884c\u4ee3\u78bc","bacs.bankLocationId.invalid":"\u9280\u884c\u4ee3\u78bc\u7121\u6548","bacs.consent.amount":"\u6211\u540c\u610f\u5f9e\u6211\u7684\u9280\u884c\u5e33\u6236\u6263\u9664\u4e0a\u8ff0\u91d1\u984d\u3002","bacs.consent.account":"\u6211\u78ba\u8a8d\u8a72\u5e33\u6236\u4ee5\u6211\u7684\u540d\u7fa9\u958b\u8a2d\uff0c\u4e26\u4e14\u6211\u662f\u6388\u6b0a\u5f9e\u8a72\u5e33\u6236\u76f4\u63a5\u6263\u6b3e\u7684\u552f\u4e00\u7c3d\u7f72\u4eba\u3002",edit:"\u7de8\u8f2f","bacs.confirm":"\u78ba\u8a8d\u4e26\u652f\u4ed8","bacs.result.introduction":"\u4e0b\u8f09\u60a8\u7684\u76f4\u63a5\u6263\u6b3e\u6307\u793a\uff08DDI\uff0f\u6388\u6b0a\uff09","download.pdf":"\u4e0b\u8f09 PDF","creditCard.encryptedCardNumber.aria.iframeTitle":"\u5361\u865f\u7684 IFrame","creditCard.encryptedCardNumber.aria.label":"\u4fe1\u7528\u5361\u865f\u78bc","creditCard.encryptedExpiryDate.aria.iframeTitle":"\u5230\u671f\u65e5\u7684 IFrame","creditCard.encryptedExpiryDate.aria.label":"\u5230\u671f\u65e5\u671f","creditCard.encryptedExpiryMonth.aria.iframeTitle":"\u5230\u671f\u6708\u4efd\u7684 IFrame","creditCard.encryptedExpiryMonth.aria.label":"\u5230\u671f\u6708\u4efd","creditCard.encryptedExpiryYear.aria.iframeTitle":"\u5230\u671f\u5e74\u4efd\u7684 IFrame","creditCard.encryptedExpiryYear.aria.label":"\u5230\u671f\u5e74\u4efd","creditCard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u78bc\u7684 IFrame","creditCard.encryptedSecurityCode.aria.label":"\u5b89\u5168\u78bc","creditCard.encryptedPassword.aria.iframeTitle":"\u5bc6\u78bc\u7684 IFrame","creditCard.encryptedPassword.aria.label":"\u5361\u5bc6\u78bc\u7684\u524d 2 \u4f4d\u6578\u5b57","giftcard.encryptedCardNumber.aria.iframeTitle":"\u5361\u865f\u7684 IFrame","giftcard.encryptedCardNumber.aria.label":"\u4fe1\u7528\u5361\u865f\u78bc","giftcard.encryptedSecurityCode.aria.iframeTitle":"PIN \u78bc\u7684 IFrame","giftcard.encryptedSecurityCode.aria.label":"\u6578\u5b57\u5bc6\u78bc",giftcardTransactionLimit:"\u6b64\u79ae\u54c1\u5361\u6bcf\u7b46\u4ea4\u6613\u7684\u91d1\u984d\u4e0a\u9650\u70ba %{amount}","ach.encryptedBankAccountNumber.aria.iframeTitle":"\u9280\u884c\u5e33\u6236\u865f\u78bc\u7684 IFrame","ach.encryptedBankAccountNumber.aria.label":"\u5e33\u6236\u865f\u78bc","ach.encryptedBankLocationId.aria.iframeTitle":"\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7684 IFrame","ach.encryptedBankLocationId.aria.label":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f","twint.saved":"\u5132\u5b58\u7684",orPayWith:"\u6216\u900f\u904e\u4ee5\u4e0b\u65b9\u5f0f\u652f\u4ed8\uff1a",invalidFormatExpects:"\u683c\u5f0f\u7121\u6548\u3002\u683c\u5f0f\u5fc5\u9808\u70ba\uff1a%{format}","upi.qrCodeWaitingMessage":"\u4f7f\u7528\u60a8\u504f\u597d\u7684 UPI \u61c9\u7528\u7a0b\u5f0f\u6383\u63cf QR \u4ee3\u78bc\u4ee5\u5b8c\u6210\u4ed8\u6b3e","upi.vpaWaitingMessage":"\u958b\u555f\u60a8\u7684 UPI \u61c9\u7528\u7a0b\u5f0f\u4ee5\u78ba\u8a8d\u4ed8\u6b3e","upi.modeSelection":"\u9078\u64c7\u6240\u9700\u7684 UPI \u4f7f\u7528\u65b9\u5f0f\u3002","onlineBanking.termsAndConditions":"\u7e7c\u7e8c\u64cd\u4f5c\u5373\u8868\u793a\u60a8\u540c\u610f%#\u689d\u6b3e\u53ca\u7d30\u5247%#","onlineBankingPL.termsAndConditions":"\u7e7c\u7e8c\u64cd\u4f5c\u5373\u8868\u793a\u60a8\u540c\u610f Przelewy24 \u7684%#\u6cd5\u898f%#\u548c%#\u8cc7\u8a0a\u8cac\u4efb%#","ctp.loading.poweredByCtp":"\u7531 Click to Pay \u63d0\u4f9b\u6280\u8853\u652f\u63f4","ctp.loading.intro":"\u6211\u5011\u6b63\u5728\u6aa2\u67e5\u60a8\u662f\u5426\u6709\u4efb\u4f55\u4f9b Click to Pay \u4f7f\u7528\u7684\u5df2\u5132\u5b58\u5361\u2026\u2026","ctp.login.title":"\u7e7c\u7e8c\u4f7f\u7528 Click to Pay","ctp.login.subtitle":"\u8f38\u5165\u9023\u63a5\u5230 Click to Pay \u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u4ee5\u7e7c\u7e8c\u3002","ctp.login.inputLabel":"\u96fb\u5b50\u90f5\u4ef6","ctp.logout.notYou":"\u4e0d\u662f\u60a8\u672c\u4eba\uff1f","ctp.logout.notYourCards":"\u4e0d\u662f\u60a8\u7684\u5361\uff1f","ctp.logout.notYourCard":"\u4e0d\u662f\u60a8\u7684\u5361\uff1f","ctp.logout.notYourProfile":"\u4e0d\u662f\u60a8\u7684\u500b\u4eba\u8cc7\u6599\uff1f","ctp.otp.fieldLabel":"\u4e00\u6b21\u6027\u9a57\u8b49\u78bc","ctp.otp.resendCode":"\u91cd\u65b0\u50b3\u9001\u9a57\u8b49\u78bc","ctp.otp.codeResent":"\u5df2\u91cd\u65b0\u50b3\u9001\u9a57\u8b49\u78bc","ctp.otp.title":"\u5b58\u53d6\u60a8\u7684 Click to Pay \u5361","ctp.otp.subtitle":"\u8acb\u8f38\u5165\u6211\u5011\u50b3\u9001\u81f3 %@ \u7684\u9a57\u8b49\u78bc %@\uff0c\u4ee5\u9a57\u8b49\u662f\u60a8\u672c\u4eba\u3002","ctp.otp.saveCookiesCheckbox.label":"\u4e0b\u6b21\u7565\u904e\u9a57\u8b49","ctp.otp.saveCookiesCheckbox.information":"\u9078\u64c7\u5728\u88dd\u7f6e\u548c\u700f\u89bd\u5668\u4e2d\u8a18\u4f4f\u53c3\u8207\u5546\u5e97\u7684\u9a57\u8b49\u8cc7\u8a0a\uff0c\u4ee5\u52a0\u5feb\u7d50\u5e33\u901f\u5ea6\u3002\u4e0d\u5efa\u8b70\u5728\u5171\u4eab\u88dd\u7f6e\u4e0a\u9078\u53d6\u8a72\u8a2d\u5b9a\u3002","ctp.emptyProfile.message":"\u6b64 Click to Pay \u500b\u4eba\u8cc7\u6599\u4e2d\u672a\u8a3b\u518a\u4efb\u4f55\u5361","ctp.separatorText":"\u6216\u4f7f\u7528","ctp.cards.title":"\u4f7f\u7528 Click to Pay \u5b8c\u6210\u4ed8\u6b3e","ctp.cards.subtitle":"\u9078\u53d6\u8981\u4f7f\u7528\u7684\u5361\u3002","ctp.cards.expiredCard":"\u5df2\u904e\u671f","ctp.manualCardEntry":"\u624b\u52d5\u5361\u8f38\u5165","ctp.aria.infoModalButton":"\u4ec0\u9ebc\u662f Click to Pay","ctp.infoPopup.title":"Click to Pay \u63d0\u4f9b\u4fbf\u6377\u7684\u7dda\u4e0a\u975e\u63a5\u89f8\u5f0f\u652f\u4ed8\u65b9\u5f0f","ctp.infoPopup.subtitle":"Mastercard\u3001Visa \u548c\u5176\u4ed6\u652f\u4ed8\u5361\u652f\u63f4\u7684\u5b89\u5168\u5feb\u6377\u652f\u4ed8\u65b9\u5f0f\u3002","ctp.infoPopup.benefit1":"Click to Pay \u4f7f\u7528\u52a0\u5bc6\u6280\u8853\uff0c\u78ba\u4fdd\u60a8\u7684\u8cc7\u6599\u5b89\u5168\u7121\u865e","ctp.infoPopup.benefit2":"\u8207\u5168\u7403\u5546\u5bb6\u4e00\u8d77\u4f7f\u7528","ctp.infoPopup.benefit3":"\u53ea\u9700\u8a2d\u5b9a\u4e00\u6b21\uff0c\u5373\u53ef\u8f15\u9b06\u652f\u4ed8","ctp.errors.AUTH_INVALID":"\u9a57\u8b49\u7121\u6548","ctp.errors.NOT_FOUND":"\u627e\u4e0d\u5230\u5e33\u6236\uff0c\u8acb\u8f38\u5165\u6709\u6548\u7684\u96fb\u5b50\u90f5\u4ef6\u6216\u7e7c\u7e8c\u624b\u52d5\u8f38\u5165\u5361\u8cc7\u6599","ctp.errors.ID_FORMAT_UNSUPPORTED":"\u4e0d\u652f\u63f4\u6b64\u683c\u5f0f","ctp.errors.FRAUD":"\u4f7f\u7528\u8005\u5e33\u6236\u5df2\u9396\u5b9a\u6216\u505c\u7528","ctp.errors.CONSUMER_ID_MISSING":"\u8acb\u6c42\u4e2d\u907a\u6f0f\u53d6\u7528\u8005\u8eab\u4efd\u8b58\u5225","ctp.errors.ACCT_INACCESSIBLE":"\u76ee\u524d\u7121\u6cd5\u4f7f\u7528\u6b64\u5e33\u6236\uff0c\u4f8b\u5982\u5df2\u9396\u5b9a","ctp.errors.CODE_INVALID":"\u9a57\u8b49\u78bc\u6709\u8aa4","ctp.errors.CODE_EXPIRED":"\u6b64\u9a57\u8b49\u78bc\u5df2\u904e\u671f","ctp.errors.RETRIES_EXCEEDED":"\u8d85\u51fa\u4e86\u7522\u751f OTP \u7684\u91cd\u8a66\u6b21\u6578\u4e0a\u9650","ctp.errors.OTP_SEND_FAILED":"OTP \u7121\u6cd5\u50b3\u9001\u7d66\u6536\u4ef6\u8005","ctp.errors.REQUEST_TIMEOUT":"\u51fa\u4e86\u4e00\u4e9b\u554f\u984c\uff0c\u8acb\u91cd\u8a66\u6216\u624b\u52d5\u8f38\u5165\u5361\u8cc7\u6599","ctp.errors.UNKNOWN_ERROR":"\u51fa\u4e86\u4e00\u4e9b\u554f\u984c\uff0c\u8acb\u91cd\u8a66\u6216\u624b\u52d5\u8f38\u5165\u5361\u8cc7\u6599","ctp.errors.SERVICE_ERROR":"\u51fa\u4e86\u4e00\u4e9b\u554f\u984c\uff0c\u8acb\u91cd\u8a66\u6216\u624b\u52d5\u8f38\u5165\u5361\u8cc7\u6599","ctp.errors.SERVER_ERROR":"\u51fa\u4e86\u4e00\u4e9b\u554f\u984c\uff0c\u8acb\u91cd\u8a66\u6216\u624b\u52d5\u8f38\u5165\u5361\u8cc7\u6599","ctp.errors.INVALID_PARAMETER":"\u51fa\u4e86\u4e00\u4e9b\u554f\u984c\uff0c\u8acb\u91cd\u8a66\u6216\u624b\u52d5\u8f38\u5165\u5361\u8cc7\u6599","ctp.errors.AUTH_ERROR":"\u51fa\u4e86\u4e00\u4e9b\u554f\u984c\uff0c\u8acb\u91cd\u8a66\u6216\u624b\u52d5\u8f38\u5165\u5361\u8cc7\u6599","paymentMethodsList.aria.label":"\u9078\u64c7\u4ed8\u6b3e\u65b9\u5f0f","companyDetails.name.invalid":"\u8f38\u5165\u516c\u53f8\u540d\u7a31","companyDetails.registrationNumber.invalid":"\u8f38\u5165\u8a3b\u518a\u865f\u78bc","consent.checkbox.invalid":"\u60a8\u5fc5\u9808\u540c\u610f\u76f8\u95dc\u689d\u6b3e\u53ca\u7d30\u5247","form.instruction":"\u9664\u975e\u53e6\u6709\u6a19\u793a\uff0c\u5426\u5247\u5fc5\u9808\u586b\u5beb\u6240\u6709\u6b04\u4f4d\u3002","trustly.descriptor":"\u5373\u6642\u9280\u884c\u4ed8\u6b3e","trustly.description1":"\u76f4\u63a5\u5f9e\u4efb\u4f55\u9280\u884c\u5e33\u6236\u4ed8\u6b3e\uff0c\u4e26\u7372\u5f97\u9280\u884c\u7d1a\u5225\u5b89\u5168\u4fdd\u969c","trustly.description2":"\u7121\u9700\u5361\uff0c\u7121\u9700\u4e0b\u8f09\u61c9\u7528\u7a0b\u5f0f\uff0c\u7121\u9700\u8a3b\u518a","ancv.input.label":"\u60a8\u7684 ANCV \u8eab\u5206\u8b58\u5225","ancv.confirmPayment":"\u4f7f\u7528\u60a8\u7684 ANCV \u61c9\u7528\u7a0b\u5f0f\u78ba\u8a8d\u4ed8\u6b3e\u3002","ancv.form.instruction":"\u5fc5\u9808\u7533\u8acb Cheque-Vacances \u624d\u80fd\u9a57\u8b49\u6b64\u4ed8\u6b3e\u3002","ancv.beneficiaryId.invalid":"\u8f38\u5165\u6709\u6548\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u6216 ANCV ID"};export{e as default};
|
|
1
|
+
var e={payButton:"\u652f\u4ed8","payButton.redirecting":"\u91cd\u65b0\u5c0e\u5411\u4e2d......","payButton.with":"\u7528 %{maskedData} \u652f\u4ed8 %{value}",close:"\u95dc\u9589",storeDetails:"\u5132\u5b58\u4ee5\u4f9b\u4e0b\u6b21\u4ed8\u6b3e\u4f7f\u7528",readMore:"\u95b1\u8b80\u5168\u6587","creditCard.holderName":"\u4fe1\u7528\u5361\u4e0a\u7684\u59d3\u540d","creditCard.holderName.placeholder":"J. Smith","creditCard.holderName.invalid":"\u8f38\u5165\u5361\u4e0a\u6240\u793a\u7684\u59d3\u540d","creditCard.numberField.title":"\u4fe1\u7528\u5361\u865f\u78bc","creditCard.numberField.placeholder":"1234 5678 9012 3456","creditCard.expiryDateField.title":"\u5230\u671f\u65e5\u671f","creditCard.expiryDateField.placeholder":"MM/YY","creditCard.expiryDateField.month":"\u6708\u4efd","creditCard.expiryDateField.month.placeholder":"MM","creditCard.expiryDateField.year.placeholder":"YY","creditCard.expiryDateField.year":"\u5e74\u4efd","creditCard.cvcField.title":"\u5b89\u5168\u78bc","creditCard.cvcField.placeholder":"123","creditCard.storeDetailsButton":"\u8a18\u4f4f\u4f9b\u4e0b\u6b21\u4f7f\u7528","creditCard.cvcField.placeholder.4digits":"4 \u4f4d\u6578","creditCard.cvcField.placeholder.3digits":"3 \u4f4d\u6578","creditCard.taxNumber.placeholder":"\u5e74\u6708\u65e5\uff0f0123456789",installments:"\u5206\u671f\u4ed8\u6b3e\u7684\u671f\u6578",installmentOption:"%{times}x %{partialValue}",installmentOptionMonths:"%{times} \u500b\u6708","installments.oneTime":"\u4e00\u6b21\u6027\u4ed8\u6b3e","installments.installments":"\u5206\u671f\u4ed8\u6b3e","installments.revolving":"\u5ef6\u671f\u4ed8\u6b3e","sepaDirectDebit.ibanField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","sepaDirectDebit.nameField.placeholder":"J. Smith","sepa.ownerName":"\u6301\u6709\u4eba\u540d\u7a31","sepa.ibanNumber":"\u5e33\u6236\u865f\u78bc (IBAN)","error.title":"\u932f\u8aa4","error.subtitle.redirect":"\u7121\u6cd5\u91cd\u65b0\u5c0e\u5411","error.subtitle.payment":"\u4ed8\u6b3e\u5931\u6557","error.subtitle.refused":"\u4ed8\u6b3e\u906d\u62d2\u7d55","error.message.unknown":"\u767c\u751f\u672a\u77e5\u932f\u8aa4","errorPanel.title":"\u73fe\u6709\u932f\u8aa4","idealIssuer.selectField.title":"\u9280\u884c","idealIssuer.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","creditCard.success":"\u4ed8\u6b3e\u6210\u529f",loading:"\u6b63\u5728\u8f09\u5165...",continue:"\u7e7c\u7e8c",continueTo:"\u7e7c\u7e8c\u524d\u5f80","wechatpay.timetopay":"\u60a8\u6709 %@ \u53ef\u4ee5\u652f\u4ed8","sr.wechatpay.timetopay":"\u60a8\u4ed8\u6b3e\u7684\u6642\u9593\u9084\u5269 %#\u5206%# %#\u79d2%#","wechatpay.scanqrcode":"\u6383\u63cf QR \u4ee3\u78bc",personalDetails:"\u500b\u4eba\u8a73\u7d30\u8cc7\u6599",companyDetails:"\u516c\u53f8\u8a73\u60c5","companyDetails.name":"\u516c\u53f8\u540d\u7a31","companyDetails.registrationNumber":"\u8a3b\u518a\u865f\u78bc",socialSecurityNumber:"\u793e\u6703\u5b89\u5168\u78bc",firstName:"\u540d\u5b57","firstName.invalid":"\u8f38\u5165\u60a8\u7684\u540d\u5b57",infix:"\u524d\u7db4",lastName:"\u59d3\u6c0f","lastName.invalid":"\u8f38\u5165\u60a8\u7684\u59d3\u6c0f",mobileNumber:"\u884c\u52d5\u96fb\u8a71\u865f\u78bc","mobileNumber.invalid":"\u624b\u6a5f\u865f\u78bc\u7121\u6548",city:"\u57ce\u5e02",postalCode:"\u90f5\u905e\u5340\u865f","postalCode.optional":"\u90f5\u905e\u5340\u865f\uff08\u9078\u7528\uff09",countryCode:"\u570b\u5bb6\u4ee3\u78bc",telephoneNumber:"\u96fb\u8a71\u865f\u78bc",dateOfBirth:"\u51fa\u751f\u65e5\u671f",shopperEmail:"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740",gender:"\u6027\u5225","gender.notselected":"\u9078\u64c7\u60a8\u7684\u6027\u5225",male:"\u7537",female:"\u5973",billingAddress:"\u5e33\u55ae\u5730\u5740",street:"\u8857\u9053",stateOrProvince:"\u5dde/\u7e23/\u5e02",country:"\u570b\u5bb6/\u5730\u5340",houseNumberOrName:"\u9580\u724c\u865f",separateDeliveryAddress:"\u6307\u5b9a\u53e6\u4e00\u500b\u6d3e\u9001\u5730\u5740",deliveryAddress:"\u6d3e\u9001\u5730\u5740",zipCode:"\u90f5\u905e\u5340\u865f",apartmentSuite:"\u516c\u5bd3\uff0f\u5957\u623f",provinceOrTerritory:"\u7701\u6216\u5730\u5340",cityTown:"\u5e02\uff0f\u93ae",address:"\u5730\u5740","address.placeholder":"\u67e5\u627e\u60a8\u7684\u5730\u5740","address.errors.incomplete":"\u8f38\u5165\u5730\u5740\u4ee5\u7e7c\u7e8c","address.enterManually":"\u624b\u52d5\u8f38\u5165\u5730\u5740",state:"\u5dde","field.title.optional":"\uff08\u9078\u7528\uff09","creditCard.cvcField.title.optional":"\u5b89\u5168\u78bc\uff08\u9078\u586b\uff09","issuerList.wallet.placeholder":"\u9078\u53d6\u60a8\u7684\u96fb\u5b50\u9322\u5305",privacyPolicy:"\u96b1\u79c1\u6b0a\u653f\u7b56","afterPay.agreement":"\u6211\u540c\u610f Riverty \u7684%@",paymentConditions:"\u4ed8\u6b3e\u7d30\u5247",openApp:"\u958b\u555f\u61c9\u7528\u7a0b\u5f0f","voucher.readInstructions":"\u95b1\u89bd\u8aaa\u660e","voucher.introduction":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u512a\u60e0\u5238\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.expirationDate":"\u5230\u671f\u65e5\u671f","voucher.alternativeReference":"\u5099\u9078\u53c3\u7167","dragonpay.voucher.non.bank.selectField.placeholder":"\u9078\u64c7\u60a8\u7684\u4f9b\u61c9\u5546","dragonpay.voucher.bank.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","voucher.paymentReferenceLabel":"\u4ed8\u6b3e\u53c3\u7167\u865f\u78bc","voucher.surcharge":"\u5305\u542b %@ \u9644\u52a0\u8cbb","voucher.introduction.doku":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.shopperName":"\u8cfc\u7269\u8005\u59d3\u540d","voucher.merchantName":"\u5546\u5bb6","voucher.introduction.econtext":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.telephoneNumber":"\u96fb\u8a71\u865f\u78bc","voucher.shopperReference":"\u8cfc\u7269\u8005\u53c3\u8003","voucher.collectionInstitutionNumber":"\u6536\u6b3e\u6a5f\u69cb\u7de8\u865f","voucher.econtext.telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7684\u9577\u5ea6\u5fc5\u9808\u70ba 10 \u6216 11 \u4f4d\u6578","boletobancario.btnLabel":"\u7522\u751f Boleto","boleto.sendCopyToEmail":"\u5c07\u8907\u672c\u50b3\u9001\u81f3\u6211\u7684\u96fb\u5b50\u90f5\u4ef6","button.copy":"\u8907\u88fd","button.download":"\u4e0b\u8f09","boleto.socialSecurityNumber.invalid":"\u6b04\u4f4d\u7121\u6548","creditCard.storedCard.description.ariaLabel":"\u5df2\u5132\u5b58\u4ee5 %@ \u7d50\u5c3e\u7684\u4fe1\u7528\u5361","voucher.entity":"\u5be6\u9ad4",donateButton:"\u6350\u8d08",notNowButton:"\u7a0d\u5f8c\u518d\u8aaa",thanksForYourSupport:"\u611f\u8b1d\u60a8\u7684\u652f\u6301\uff01",preauthorizeWith:"\u900f\u904e\u4ee5\u4e0b\u65b9\u5f0f\u9032\u884c\u9810\u5148\u6388\u6b0a\uff1a",confirmPreauthorization:"\u78ba\u8a8d\u9810\u5148\u6388\u6b0a",confirmPurchase:"\u78ba\u8a8d\u8cfc\u8cb7",applyGiftcard:"\u514c\u63db",giftcardBalance:"\u79ae\u54c1\u5361\u9918\u984d",deductedBalance:"\u6263\u9664\u9918\u984d","creditCard.pin.title":"\u6578\u5b57\u5bc6\u78bc","creditCard.encryptedPassword.label":"\u5361\u5bc6\u78bc\u7684\u524d 2 \u4f4d\u6578\u5b57","creditCard.encryptedPassword.placeholder":"12","creditCard.encryptedPassword.invalid":"\u5bc6\u78bc\u7121\u6548","creditCard.taxNumber":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc","creditCard.taxNumber.label":"\u6301\u5361\u4eba\u751f\u65e5\uff08\u5e74\u6708\u65e5\uff09\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.labelAlt":"\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.invalid":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\u7121\u6548","storedPaymentMethod.disable.button":"\u79fb\u9664","storedPaymentMethod.disable.confirmation":"\u79fb\u9664\u5df2\u5132\u5b58\u4ed8\u6b3e\u65b9\u5f0f","storedPaymentMethod.disable.confirmButton":"\u662f\uff0c\u8acb\u79fb\u9664","storedPaymentMethod.disable.cancelButton":"\u53d6\u6d88","ach.bankAccount":"\u9280\u884c\u5e33\u6236","ach.accountHolderNameField.title":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","ach.accountHolderNameField.placeholder":"J. Smith","ach.accountHolderNameField.invalid":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","ach.accountNumberField.title":"\u5e33\u6236\u865f\u78bc","ach.accountNumberField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","ach.accountLocationField.title":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f","ach.accountLocationField.invalid":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7121\u6548","ach.savedBankAccount":"\u5132\u5b58\u7684\u9280\u884c\u5e33\u6236","select.state":"\u9078\u53d6\u5dde","select.stateOrProvince":"\u9078\u64c7\u5dde\u6216\u7701","select.provinceOrTerritory":"\u9078\u53d6\u7701\u6216\u5730\u5340","select.country":"\u9078\u64c7\u570b\u5bb6\uff0f\u5730\u5340","select.noOptionsFound":"\u627e\u4e0d\u5230\u4efb\u4f55\u9078\u9805","select.filter.placeholder":"\u641c\u5c0b\u2026\u2026","telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7121\u6548",qrCodeOrApp:"\u6216","paypal.processingPayment":"\u6b63\u5728\u8655\u7406\u4ed8\u6b3e\u2026\u2026",generateQRCode:"\u7522\u751f QR \u4ee3\u78bc","await.waitForConfirmation":"\u6b63\u5728\u7b49\u5019\u78ba\u8a8d","mbway.confirmPayment":"\u5728 MB WAY \u61c9\u7528\u7a0b\u5f0f\u4e0a\u78ba\u8a8d\u60a8\u7684\u4ed8\u6b3e","shopperEmail.invalid":"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u7121\u6548","dateOfBirth.format":"\u65e5\uff0f\u6708\uff0f\u5e74","dateOfBirth.invalid":"\u8f38\u5165\u8868\u660e\u60a8\u81f3\u5c11\u5e74\u6eff 18 \u6b72\u7684\u6709\u6548\u51fa\u751f\u65e5\u671f","blik.confirmPayment":"\u958b\u555f\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4ee5\u78ba\u8a8d\u4ed8\u6b3e\u3002","blik.invalid":"\u8f38\u5165 6 \u500b\u6578\u5b57","blik.code":"6 \u4f4d\u6578\u4ee3\u78bc","blik.help":"\u5f9e\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4e2d\u7372\u53d6\u4ee3\u78bc\u3002","swish.pendingMessage":"\u6383\u63cf\u5f8c\uff0c\u8a72\u5f85\u5b8c\u6210\u72c0\u614b\u53ef\u80fd\u6301\u7e8c\u9577\u9054 10 \u5206\u9418\u3002\u8a66\u5716\u5728\u9019\u6bb5\u6642\u9593\u5167\u518d\u6b21\u4ed8\u6b3e\u53ef\u80fd\u6703\u5c0e\u81f4\u591a\u91cd\u6536\u8cbb\u3002","field.valid":"\u6b04\u4f4d\u6709\u6548","field.invalid":"\u6b04\u4f4d\u7121\u6548","error.va.gen.01":"\u4e0d\u5b8c\u6574\u6b04\u4f4d","error.va.gen.02":"\u6b04\u4f4d\u7121\u6548","error.va.sf-cc-num.01":"\u8acb\u8f38\u5165\u6709\u6548\u7684\u5361\u865f","error.va.sf-cc-num.02":"\u8f38\u5165\u5361\u865f","error.va.sf-cc-num.03":"\u8f38\u5165\u652f\u63f4\u7684\u5361\u54c1\u724c","error.va.sf-cc-num.04":"\u8f38\u5165\u5b8c\u6574\u7684\u5361\u865f","error.va.sf-cc-dat.01":"\u8f38\u5165\u6709\u6548\u7684\u5230\u671f\u65e5","error.va.sf-cc-dat.02":"\u8f38\u5165\u6709\u6548\u7684\u5230\u671f\u65e5","error.va.sf-cc-dat.03":"\u4fe1\u7528\u5361\u5373\u5c07\u5230\u671f","error.va.sf-cc-dat.04":"\u8f38\u5165\u5230\u671f\u65e5","error.va.sf-cc-dat.05":"\u8f38\u5165\u5b8c\u6574\u7684\u5230\u671f\u65e5","error.va.sf-cc-mth.01":"\u8f38\u5165\u5230\u671f\u6708\u4efd","error.va.sf-cc-yr.01":"\u8f38\u5165\u5230\u671f\u5e74\u4efd","error.va.sf-cc-yr.02":"\u8f38\u5165\u5b8c\u6574\u7684\u5230\u671f\u5e74\u4efd","error.va.sf-cc-cvc.01":"\u8f38\u5165\u5b89\u5168\u78bc","error.va.sf-cc-cvc.02":"\u8f38\u5165\u5b8c\u6574\u7684\u5b89\u5168\u78bc","error.va.sf-ach-num.01":"\u9280\u884c\u5e33\u6236\u865f\u78bc\u6b04\u4f4d\u73fe\u70ba\u7a7a\u767d","error.va.sf-ach-num.02":"\u9280\u884c\u5e33\u6236\u865f\u78bc\u9577\u5ea6\u6709\u8aa4","error.va.sf-ach-loc.01":"\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f\u6b04\u4f4d\u73fe\u70ba\u7a7a\u767d","error.va.sf-ach-loc.02":"\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f\u9577\u5ea6\u6709\u8aa4","error.va.sf-kcp-pwd.01":"\u5bc6\u78bc\u6b04\u4f4d\u73fe\u70ba\u7a7a\u767d","error.va.sf-kcp-pwd.02":"\u5bc6\u78bc\u9577\u5ea6\u6709\u8aa4","error.giftcard.no-balance":"\u6b64\u79ae\u54c1\u5361\u7684\u9918\u984d\u70ba\u96f6","error.giftcard.card-error":"\u6211\u5011\u7684\u8a18\u9304\u4e2d\u4e26\u6c92\u6709\u9019\u500b\u865f\u78bc\u7684\u79ae\u54c1\u5361","error.giftcard.currency-error":"\u79ae\u54c1\u5361\u53ea\u80fd\u4ee5\u5176\u7c3d\u767c\u6642\u6240\u4f7f\u7528\u7684\u8ca8\u5e63\u9032\u884c\u7d50\u7b97","amazonpay.signout":"\u5f9e Amazon \u767b\u51fa","amazonpay.changePaymentDetails":"\u8b8a\u66f4\u4ed8\u6b3e\u660e\u7d30","partialPayment.warning":"\u9078\u53d6\u5176\u4ed6\u4ed8\u6b3e\u65b9\u5f0f\u4f86\u652f\u4ed8\u9918\u984d","partialPayment.remainingBalance":"\u9918\u984d\u5c07\u70ba %{amount}","bankTransfer.beneficiary":"\u53d7\u6b3e\u4eba","bankTransfer.iban":"IBAN","bankTransfer.bic":"BIC","bankTransfer.reference":"\u53c3\u7167","bankTransfer.introduction":"\u7e7c\u7e8c\u5efa\u7acb\u65b0\u7684\u9280\u884c\u8f49\u5e33\u4ed8\u6b3e\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u87a2\u5e55\u4e2d\u7684\u8a73\u7d30\u8cc7\u8a0a\u4f86\u5b8c\u6210\u6b64\u9805\u4ed8\u6b3e\u3002","bankTransfer.instructions":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","bacs.accountHolderName":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","bacs.accountHolderName.invalid":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","bacs.accountNumber":"\u9280\u884c\u5e33\u6236\u865f\u78bc","bacs.accountNumber.invalid":"\u9280\u884c\u5e33\u6236\u865f\u78bc\u7121\u6548","bacs.bankLocationId":"\u9280\u884c\u4ee3\u78bc","bacs.bankLocationId.invalid":"\u9280\u884c\u4ee3\u78bc\u7121\u6548","bacs.consent.amount":"\u6211\u540c\u610f\u5f9e\u6211\u7684\u9280\u884c\u5e33\u6236\u6263\u9664\u4e0a\u8ff0\u91d1\u984d\u3002","bacs.consent.account":"\u6211\u78ba\u8a8d\u8a72\u5e33\u6236\u4ee5\u6211\u7684\u540d\u7fa9\u958b\u8a2d\uff0c\u4e26\u4e14\u6211\u662f\u6388\u6b0a\u5f9e\u8a72\u5e33\u6236\u76f4\u63a5\u6263\u6b3e\u7684\u552f\u4e00\u7c3d\u7f72\u4eba\u3002",edit:"\u7de8\u8f2f","bacs.confirm":"\u78ba\u8a8d\u4e26\u652f\u4ed8","bacs.result.introduction":"\u4e0b\u8f09\u60a8\u7684\u76f4\u63a5\u6263\u6b3e\u6307\u793a\uff08DDI\uff0f\u6388\u6b0a\uff09","download.pdf":"\u4e0b\u8f09 PDF","creditCard.encryptedCardNumber.aria.iframeTitle":"\u5361\u865f\u7684 IFrame","creditCard.encryptedCardNumber.aria.label":"\u4fe1\u7528\u5361\u865f\u78bc","creditCard.encryptedExpiryDate.aria.iframeTitle":"\u5230\u671f\u65e5\u7684 IFrame","creditCard.encryptedExpiryDate.aria.label":"\u5230\u671f\u65e5\u671f","creditCard.encryptedExpiryMonth.aria.iframeTitle":"\u5230\u671f\u6708\u4efd\u7684 IFrame","creditCard.encryptedExpiryMonth.aria.label":"\u5230\u671f\u6708\u4efd","creditCard.encryptedExpiryYear.aria.iframeTitle":"\u5230\u671f\u5e74\u4efd\u7684 IFrame","creditCard.encryptedExpiryYear.aria.label":"\u5230\u671f\u5e74\u4efd","creditCard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u78bc\u7684 IFrame","creditCard.encryptedSecurityCode.aria.label":"\u5b89\u5168\u78bc","creditCard.encryptedPassword.aria.iframeTitle":"\u5bc6\u78bc\u7684 IFrame","creditCard.encryptedPassword.aria.label":"\u5361\u5bc6\u78bc\u7684\u524d 2 \u4f4d\u6578\u5b57","giftcard.encryptedCardNumber.aria.iframeTitle":"\u5361\u865f\u7684 IFrame","giftcard.encryptedCardNumber.aria.label":"\u4fe1\u7528\u5361\u865f\u78bc","giftcard.encryptedSecurityCode.aria.iframeTitle":"PIN \u78bc\u7684 IFrame","giftcard.encryptedSecurityCode.aria.label":"\u6578\u5b57\u5bc6\u78bc",giftcardTransactionLimit:"\u6b64\u79ae\u54c1\u5361\u6bcf\u7b46\u4ea4\u6613\u7684\u91d1\u984d\u4e0a\u9650\u70ba %{amount}","ach.encryptedBankAccountNumber.aria.iframeTitle":"\u9280\u884c\u5e33\u6236\u865f\u78bc\u7684 IFrame","ach.encryptedBankAccountNumber.aria.label":"\u5e33\u6236\u865f\u78bc","ach.encryptedBankLocationId.aria.iframeTitle":"\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7684 IFrame","ach.encryptedBankLocationId.aria.label":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f","twint.saved":"\u5132\u5b58\u7684",orPayWith:"\u6216\u900f\u904e\u4ee5\u4e0b\u65b9\u5f0f\u652f\u4ed8\uff1a",invalidFormatExpects:"\u683c\u5f0f\u7121\u6548\u3002\u683c\u5f0f\u5fc5\u9808\u70ba\uff1a%{format}","upi.qrCodeWaitingMessage":"\u4f7f\u7528\u60a8\u504f\u597d\u7684 UPI \u61c9\u7528\u7a0b\u5f0f\u6383\u63cf QR \u4ee3\u78bc\u4ee5\u5b8c\u6210\u4ed8\u6b3e","upi.vpaWaitingMessage":"\u958b\u555f\u60a8\u7684 UPI \u61c9\u7528\u7a0b\u5f0f\u4ee5\u78ba\u8a8d\u4ed8\u6b3e","upi.modeSelection":"\u9078\u64c7\u6240\u9700\u7684 UPI \u4f7f\u7528\u65b9\u5f0f\u3002","onlineBanking.termsAndConditions":"\u7e7c\u7e8c\u64cd\u4f5c\u5373\u8868\u793a\u60a8\u540c\u610f%#\u689d\u6b3e\u53ca\u7d30\u5247%#","onlineBankingPL.termsAndConditions":"\u7e7c\u7e8c\u64cd\u4f5c\u5373\u8868\u793a\u60a8\u540c\u610f Przelewy24 \u7684%#\u6cd5\u898f%#\u548c%#\u8cc7\u8a0a\u8cac\u4efb%#","ctp.loading.poweredByCtp":"\u7531 Click to Pay \u63d0\u4f9b\u6280\u8853\u652f\u63f4","ctp.loading.intro":"\u6211\u5011\u6b63\u5728\u6aa2\u67e5\u60a8\u662f\u5426\u6709\u4efb\u4f55\u4f9b Click to Pay \u4f7f\u7528\u7684\u5df2\u5132\u5b58\u5361\u2026\u2026","ctp.login.title":"\u7e7c\u7e8c\u4f7f\u7528 Click to Pay","ctp.login.subtitle":"\u8f38\u5165\u9023\u63a5\u5230 Click to Pay \u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u4ee5\u7e7c\u7e8c\u3002","ctp.login.inputLabel":"\u96fb\u5b50\u90f5\u4ef6","ctp.logout.notYou":"\u4e0d\u662f\u60a8\u672c\u4eba\uff1f","ctp.logout.notYourCards":"\u4e0d\u662f\u60a8\u7684\u5361\uff1f","ctp.logout.notYourCard":"\u4e0d\u662f\u60a8\u7684\u5361\uff1f","ctp.logout.notYourProfile":"\u4e0d\u662f\u60a8\u7684\u500b\u4eba\u8cc7\u6599\uff1f","ctp.otp.fieldLabel":"\u4e00\u6b21\u6027\u9a57\u8b49\u78bc","ctp.otp.resendCode":"\u91cd\u65b0\u50b3\u9001\u9a57\u8b49\u78bc","ctp.otp.codeResent":"\u5df2\u91cd\u65b0\u50b3\u9001\u9a57\u8b49\u78bc","ctp.otp.title":"\u5b58\u53d6\u60a8\u7684 Click to Pay \u5361","ctp.otp.subtitle":"\u8acb\u8f38\u5165\u6211\u5011\u50b3\u9001\u81f3 %@ \u7684\u9a57\u8b49\u78bc %@\uff0c\u4ee5\u9a57\u8b49\u662f\u60a8\u672c\u4eba\u3002","ctp.otp.saveCookiesCheckbox.label":"\u4e0b\u6b21\u7565\u904e\u9a57\u8b49","ctp.otp.saveCookiesCheckbox.information":"\u9078\u64c7\u5728\u88dd\u7f6e\u548c\u700f\u89bd\u5668\u4e2d\u8a18\u4f4f\u53c3\u8207\u5546\u5e97\u7684\u9a57\u8b49\u8cc7\u8a0a\uff0c\u4ee5\u52a0\u5feb\u7d50\u5e33\u901f\u5ea6\u3002\u4e0d\u5efa\u8b70\u5728\u5171\u4eab\u88dd\u7f6e\u4e0a\u9078\u53d6\u8a72\u8a2d\u5b9a\u3002","ctp.otp.saveCookiesCheckbox.shorterInfo":"\u9078\u64c7\u5728\u88dd\u7f6e\u548c\u700f\u89bd\u5668\u4e2d\u8a18\u4f4f","ctp.emptyProfile.message":"\u6b64 Click to Pay \u500b\u4eba\u8cc7\u6599\u4e2d\u672a\u8a3b\u518a\u4efb\u4f55\u5361","ctp.separatorText":"\u6216\u4f7f\u7528","ctp.cards.title":"\u4f7f\u7528 Click to Pay \u5b8c\u6210\u4ed8\u6b3e","ctp.cards.subtitle":"\u9078\u53d6\u8981\u4f7f\u7528\u7684\u5361\u3002","ctp.cards.expiredCard":"\u5df2\u904e\u671f","ctp.manualCardEntry":"\u624b\u52d5\u5361\u8f38\u5165","ctp.aria.infoModalButton":"\u4ec0\u9ebc\u662f Click to Pay","ctp.infoPopup.title":"Click to Pay \u63d0\u4f9b\u4fbf\u6377\u7684\u7dda\u4e0a\u975e\u63a5\u89f8\u5f0f\u652f\u4ed8\u65b9\u5f0f","ctp.infoPopup.subtitle":"Mastercard\u3001Visa \u548c\u5176\u4ed6\u652f\u4ed8\u5361\u652f\u63f4\u7684\u5b89\u5168\u5feb\u6377\u652f\u4ed8\u65b9\u5f0f\u3002","ctp.infoPopup.benefit1":"Click to Pay \u4f7f\u7528\u52a0\u5bc6\u6280\u8853\uff0c\u78ba\u4fdd\u60a8\u7684\u8cc7\u6599\u5b89\u5168\u7121\u865e","ctp.infoPopup.benefit2":"\u8207\u5168\u7403\u5546\u5bb6\u4e00\u8d77\u4f7f\u7528","ctp.infoPopup.benefit3":"\u53ea\u9700\u8a2d\u5b9a\u4e00\u6b21\uff0c\u5373\u53ef\u8f15\u9b06\u652f\u4ed8","ctp.errors.AUTH_INVALID":"\u9a57\u8b49\u7121\u6548","ctp.errors.NOT_FOUND":"\u627e\u4e0d\u5230\u5e33\u6236\uff0c\u8acb\u8f38\u5165\u6709\u6548\u7684\u96fb\u5b50\u90f5\u4ef6\u6216\u7e7c\u7e8c\u624b\u52d5\u8f38\u5165\u5361\u8cc7\u6599","ctp.errors.ID_FORMAT_UNSUPPORTED":"\u4e0d\u652f\u63f4\u6b64\u683c\u5f0f","ctp.errors.FRAUD":"\u4f7f\u7528\u8005\u5e33\u6236\u5df2\u9396\u5b9a\u6216\u505c\u7528","ctp.errors.CONSUMER_ID_MISSING":"\u8acb\u6c42\u4e2d\u907a\u6f0f\u53d6\u7528\u8005\u8eab\u4efd\u8b58\u5225","ctp.errors.ACCT_INACCESSIBLE":"\u76ee\u524d\u7121\u6cd5\u4f7f\u7528\u6b64\u5e33\u6236\uff0c\u4f8b\u5982\u5df2\u9396\u5b9a","ctp.errors.CODE_INVALID":"\u9a57\u8b49\u78bc\u6709\u8aa4","ctp.errors.CODE_EXPIRED":"\u6b64\u9a57\u8b49\u78bc\u5df2\u904e\u671f","ctp.errors.RETRIES_EXCEEDED":"\u8d85\u51fa\u4e86\u7522\u751f OTP \u7684\u91cd\u8a66\u6b21\u6578\u4e0a\u9650","ctp.errors.OTP_SEND_FAILED":"OTP \u7121\u6cd5\u50b3\u9001\u7d66\u6536\u4ef6\u8005","ctp.errors.REQUEST_TIMEOUT":"\u51fa\u4e86\u4e00\u4e9b\u554f\u984c\uff0c\u8acb\u91cd\u8a66\u6216\u624b\u52d5\u8f38\u5165\u5361\u8cc7\u6599","ctp.errors.UNKNOWN_ERROR":"\u51fa\u4e86\u4e00\u4e9b\u554f\u984c\uff0c\u8acb\u91cd\u8a66\u6216\u624b\u52d5\u8f38\u5165\u5361\u8cc7\u6599","ctp.errors.SERVICE_ERROR":"\u51fa\u4e86\u4e00\u4e9b\u554f\u984c\uff0c\u8acb\u91cd\u8a66\u6216\u624b\u52d5\u8f38\u5165\u5361\u8cc7\u6599","ctp.errors.SERVER_ERROR":"\u51fa\u4e86\u4e00\u4e9b\u554f\u984c\uff0c\u8acb\u91cd\u8a66\u6216\u624b\u52d5\u8f38\u5165\u5361\u8cc7\u6599","ctp.errors.INVALID_PARAMETER":"\u51fa\u4e86\u4e00\u4e9b\u554f\u984c\uff0c\u8acb\u91cd\u8a66\u6216\u624b\u52d5\u8f38\u5165\u5361\u8cc7\u6599","ctp.errors.AUTH_ERROR":"\u51fa\u4e86\u4e00\u4e9b\u554f\u984c\uff0c\u8acb\u91cd\u8a66\u6216\u624b\u52d5\u8f38\u5165\u5361\u8cc7\u6599","paymentMethodsList.aria.label":"\u9078\u64c7\u4ed8\u6b3e\u65b9\u5f0f","companyDetails.name.invalid":"\u8f38\u5165\u516c\u53f8\u540d\u7a31","companyDetails.registrationNumber.invalid":"\u8f38\u5165\u8a3b\u518a\u865f\u78bc","consent.checkbox.invalid":"\u60a8\u5fc5\u9808\u540c\u610f\u76f8\u95dc\u689d\u6b3e\u53ca\u7d30\u5247","form.instruction":"\u9664\u975e\u53e6\u6709\u6a19\u793a\uff0c\u5426\u5247\u5fc5\u9808\u586b\u5beb\u6240\u6709\u6b04\u4f4d\u3002","trustly.descriptor":"\u5373\u6642\u9280\u884c\u4ed8\u6b3e","trustly.description1":"\u76f4\u63a5\u5f9e\u4efb\u4f55\u9280\u884c\u5e33\u6236\u4ed8\u6b3e\uff0c\u4e26\u7372\u5f97\u9280\u884c\u7d1a\u5225\u5b89\u5168\u4fdd\u969c","trustly.description2":"\u7121\u9700\u5361\uff0c\u7121\u9700\u4e0b\u8f09\u61c9\u7528\u7a0b\u5f0f\uff0c\u7121\u9700\u8a3b\u518a","ancv.input.label":"\u60a8\u7684 ANCV \u8eab\u5206\u8b58\u5225","ancv.confirmPayment":"\u4f7f\u7528\u60a8\u7684 ANCV \u61c9\u7528\u7a0b\u5f0f\u78ba\u8a8d\u4ed8\u6b3e\u3002","ancv.form.instruction":"\u5fc5\u9808\u7533\u8acb Cheque-Vacances \u624d\u80fd\u9a57\u8b49\u6b64\u4ed8\u6b3e\u3002","ancv.beneficiaryId.invalid":"\u8f38\u5165\u6709\u6548\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u6216 ANCV ID"};export{e as default};
|
package/dist/es.modern/adyen.css
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
.adyen-checkout__image{opacity:0;transition:opacity .6s ease-out}.adyen-checkout__image--loaded{opacity:1}
|
|
12
12
|
.adyen-checkout__dropdown__button-icon--left{flex-direction:row-reverse;justify-content:flex-end}.adyen-checkout__dropdown__button-icon--left>img{margin-left:0;margin-right:12px}.adyen-checkout__dropdown{font-size:1em;max-width:100%;width:100%}.adyen-checkout__dropdown__button{background:#fff;border:1px solid #b9c4c9;border-radius:6px;color:#00112c;font-size:1em;height:40px;line-height:20px;outline:0;padding:7px 24px 7px 12px;text-decoration:none;transition:border .2s ease-out,box-shadow .2s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}[dir=rtl] .adyen-checkout__dropdown__button{padding:7px 12px 7px 24px}.adyen-checkout__dropdown__button:hover{border-color:#99a3ad}.adyen-checkout__dropdown__button__icon{border-radius:3px;height:26px;margin-right:12px;max-width:40px}.adyen-checkout__dropdown__button--disabled{opacity:.4}.adyen-checkout__dropdown__button--active,.adyen-checkout__dropdown__button--active:hover,.adyen-checkout__dropdown__button:active,.adyen-checkout__dropdown__button:focus{border-color:#0075ff;box-shadow:0 0 0 2px #3070ED}.adyen-checkout__dropdown__button--readonly,.adyen-checkout__dropdown__button--readonly--active,.adyen-checkout__dropdown__button--readonly:focus,.adyen-checkout__dropdown__button--readonly:hover{background:#e6e9eb;border-color:transparent;color:#00112c;cursor:not-allowed}.adyen-checkout__dropdown__button--readonly:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none'%3E%3Cpath fill='%23B9C4C9' d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982Z'/%3E%3C/svg%3E")}.adyen-checkout__dropdown__button--invalid{border-color:#c12424}.adyen-checkout__dropdown__button--valid{border-bottom-color:#089a43}.adyen-checkout__dropdown__button__text{flex-grow:1;overflow:hidden;pointer-events:none;text-align:left;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__dropdown__button__secondary-text{margin-right:16px}.adyen-checkout__dropdown__list{border-radius:6px;box-shadow:0 2px 7px rgba(0,15,45,.3);max-height:375px;z-index:2}.adyen-checkout__dropdown__list.adyen-checkout__dropdown__list--active{margin-top:2px}.adyen-checkout__dropdown__element{border:1px solid transparent;cursor:pointer;font-size:.81em;-webkit-hyphens:auto;hyphens:auto;line-height:20px;outline:0;padding:8px;transition:background .2s ease-out,border-color .2s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;word-break:break-word}.adyen-checkout__dropdown__element .adyen-checkout__icon{position:absolute;right:8px}.adyen-checkout__dropdown__element:last-child{border-bottom:0}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active{background:rgba(230,233,235,.6)}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected{background:rgba(0,102,255,.1)}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:active,.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:focus,.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:hover{background:rgba(0,102,255,.15)}.adyen-checkout__dropdown__element--disabled{cursor:not-allowed;opacity:.4}.adyen-checkout__dropdown__element__icon{border-radius:3px;margin-right:12px;max-height:26px;max-width:40px}.adyen-checkout__dropdown__element__text{flex-grow:1}.adyen-checkout__dropdown__element__secondary-text:not(:last-child){margin-right:8px}.adyen-checkout__dropdown__element__flag{margin-left:8px;margin-right:10px;max-height:18px;max-width:27px}.adyen-checkout__dropdown+.adyen-checkout-input__inline-validation{right:32px}
|
|
13
13
|
.adyen-checkout__address-search{position:relative}.adyen-checkout__address-search .adyen-checkout__dropdown__button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23687282' d='M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45Zm0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:16px;left:12px;position:absolute;width:16px}.adyen-checkout__address-search .adyen-checkout__dropdown__button--active:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%2300112C' d='M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45Zm0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z'/%3E%3C/svg%3E");transform:none}.adyen-checkout__address-search .adyen-checkout__filter-input{padding-left:24px}.adyen-checkout__address-search__manual-add{position:absolute;right:0;top:0}.adyen-checkout__address-search__manual-add .adyen-checkout__address-search__manual-add__button{border:0;padding:0}
|
|
14
|
-
.adyen-checkout__checkbox{display:block}.adyen-checkout__checkbox__label{color:#00112c;cursor:pointer;
|
|
15
|
-
.adyen-checkout__open-invoice .adyen-checkout__fieldset--billingAddress{
|
|
14
|
+
.adyen-checkout__checkbox{display:block}.adyen-checkout__checkbox__label{color:#00112c;cursor:pointer;font-size:.81em;font-weight:400;line-height:19px;padding-left:24px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}[dir=rtl] .adyen-checkout__checkbox__label{padding-left:0;padding-right:24px}.adyen-checkout__checkbox__input{opacity:0;pointer-events:none;position:absolute}.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:before{opacity:1}.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:after{background-color:#0075ff;border:1px solid #0075ff}.adyen-checkout__checkbox__input:checked:hover+.adyen-checkout__checkbox__label:after{border-color:#0075ff;box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__checkbox__input:focus+.adyen-checkout__checkbox__label:after{border:1px solid #0075ff;box-shadow:0 0 0 2px #3070ED}.adyen-checkout__checkbox__input:hover:not(:focus)+.adyen-checkout__checkbox__label:after{border-color:#99a3ad;box-shadow:0 0 0 2px #d4d9db}.adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:before{border-color:transparent #fff #fff transparent;border-radius:0 2px 1px;border-style:solid;border-width:1px 2px 2px 1px;content:"";height:11px;left:1px;opacity:0;position:absolute;top:2px;transform:rotate(37deg);transform-origin:100% 100%;transition:opacity .2s ease-out;width:6px;z-index:1}[dir=rtl] .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:before{left:auto;right:8px}.adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after{background-color:#fff;border:1px solid #b9c4c9;border-radius:3px;content:"";height:16px;left:0;position:absolute;top:0;transition:background .15s ease-out,border .05s ease-out,box-shadow .1s ease-out;width:16px;z-index:0}[dir=rtl] .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after{left:auto;right:0}.adyen-checkout__field--consentCheckbox{background:#e6e9eb;border:1px solid #e6e9eb;border-radius:6px;padding:14px 14px 13px}[dir=rtl] .adyen-checkout__field--consentCheckbox{padding:14px 14px 13px}.adyen-checkout__field--consentCheckbox.adyen-checkout__field--error{border-color:#c12424}.adyen-checkout__field--consentCheckbox .adyen-checkout-input__inline-validation{right:-5px;top:10px}
|
|
15
|
+
.adyen-checkout__open-invoice .adyen-checkout__fieldset--billingAddress{margin-bottom:16px}.adyen-checkout__open-invoice .adyen-checkout__fieldset--deliveryAddress{margin-top:24px;padding-bottom:8px}.adyen-checkout__open-invoice .adyen-checkout__input--separateDeliveryAddress{margin-bottom:0}.adyen-checkout__input--separateDeliveryAddress+.adyen-checkout__checkbox__label,.adyen-checkout__open-invoice .adyen-checkout__field--consentCheckbox{margin-top:16px}
|
|
16
16
|
.adyen-checkout-form-instruction{color:#687282;font-size:.81em;font-weight:400;line-height:19px;margin-top:0}[dir=rtl] .adyen-checkout-form-instruction{padding-right:0}
|
|
17
17
|
.adyen-checkout__amazonpay__button{margin:auto}.adyen-checkout__amazonpay .adyen-checkout__button--ghost{display:block;margin:8px auto 0;width:auto}
|
|
18
18
|
@supports (-webkit-appearance:-apple-pay-button){.ApplePayButton-module_apple-pay-button__l5g-d,.ApplePayButton-module_apple-pay__gYjuP{-webkit-appearance:-apple-pay-button}.ApplePayButton-module_apple-pay-button__l5g-d{cursor:pointer;display:inline-block}.ApplePayButton-module_apple-pay-button-black__istwW{-apple-pay-button-style:black}.ApplePayButton-module_apple-pay-button-white__-wLaE{-apple-pay-button-style:white}.ApplePayButton-module_apple-pay-button-white-with-line__MlRq7{-apple-pay-button-style:white-outline}.ApplePayButton-module_apple-pay-button--type-plain__ycfNl{-apple-pay-button-type:plain}.ApplePayButton-module_apple-pay-button--type-buy__9m8AB{-apple-pay-button-type:buy}.ApplePayButton-module_apple-pay-button--type-donate__HmRdK{-apple-pay-button-type:donate}.ApplePayButton-module_apple-pay-button--type-check-out__XdGWd{-apple-pay-button-type:check-out}.ApplePayButton-module_apple-pay-button--type-book__-v-VY{-apple-pay-button-type:book}.ApplePayButton-module_apple-pay-button--type-subscribe__WxWIF{-apple-pay-button-type:subscribe}.ApplePayButton-module_apple-pay-button--type-add-money__zeBA8{-apple-pay-button-type:add-money}.ApplePayButton-module_apple-pay-button--type-contribute__G3E8e{-apple-pay-button-type:contribute}.ApplePayButton-module_apple-pay-button--type-order__ggI6j{-apple-pay-button-type:order}.ApplePayButton-module_apple-pay-button--type-reload__QbgLd{-apple-pay-button-type:reload}.ApplePayButton-module_apple-pay-button--type-rent__VzC-E{-apple-pay-button-type:rent}.ApplePayButton-module_apple-pay-button--type-support__6EjmY{-apple-pay-button-type:support}.ApplePayButton-module_apple-pay-button--type-tip__bdzGK{-apple-pay-button-type:tip}.ApplePayButton-module_apple-pay-button--type-top-up__Eb3qR{-apple-pay-button-type:top-up}}@supports not (-webkit-appearance:-apple-pay-button){.ApplePayButton-module_apple-pay-button__l5g-d{background-position:50% 50%;background-repeat:no-repeat;background-size:100% 60%;border-radius:5px;box-sizing:border-box;display:inline-block;max-height:64px;min-height:32px;min-width:200px;padding:0}.ApplePayButton-module_apple-pay-button-black__istwW{background-color:black;background-image:-webkit-named-image(apple-pay-logo-white)}.ApplePayButton-module_apple-pay-button-white-with-line__MlRq7,.ApplePayButton-module_apple-pay-button-white__-wLaE{background-color:white;background-image:-webkit-named-image(apple-pay-logo-black)}.ApplePayButton-module_apple-pay-button-white-with-line__MlRq7{border:.5px solid black}}
|
|
@@ -28,18 +28,19 @@
|
|
|
28
28
|
.CardInput-module_card-input__wrapper__wXSCw{position:relative}.CardInput-module_card-input__wrapper__wXSCw *,.CardInput-module_card-input__wrapper__wXSCw :after,.CardInput-module_card-input__wrapper__wXSCw :before{box-sizing:border-box}.CardInput-module_card-input__icon__3Cz5M{border-radius:3px;height:18px;margin-left:7px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:27px}.CardInput-module_card-input__form__fRo1r{opacity:1}.CardInput-module_card-input__spinner__-j2Qi{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.CardInput-module_card-input__spinner--active__slD7w{display:block}.CardInput-module_card-input__form--loading__rrmdj{opacity:0}.CardInput-module_adyen-checkout__input__11tlB{display:block;max-height:100px}.CardInput-module_adyen-checkout__card__cvc__input--hidden__VIlHV,.CardInput-module_adyen-checkout__card__exp-date__input--hidden__evi6-{display:none}.CardInput-module_adyen-checkout__card__exp-cvc__exp-date__input--hidden__YC3VT{justify-content:flex-end}.CardInput-module_revolving-plan-installments__disabled__VhNj2{opacity:.4;pointer-events:none}
|
|
29
29
|
.adyen-checkout__card__dual-branding__buttons{display:flex;opacity:.4;pointer-events:none}.adyen-checkout__card__dual-branding__buttons--active{opacity:1;pointer-events:auto}.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon{cursor:pointer;opacity:1}.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon:first-child{right:40px}.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon--not-selected{opacity:.5}
|
|
30
30
|
.adyen-checkout__card__brands{display:flex;flex-basis:auto;flex-shrink:1;flex-wrap:wrap;gap:4px;height:16px;margin-bottom:16px;margin-top:-8px;overflow:hidden;transition:all .2s ease-out}.adyen-checkout__card__brands--hidden{height:0;margin:-8px 0 8px;opacity:0}.adyen-checkout__card__brands img{border-radius:3px;height:16px;width:24px}.adyen-checkout__card__brands__brand-wrapper{display:inline-block;height:16px;position:relative;width:24px}.adyen-checkout__card__brands__brand-wrapper:after{border:1px solid rgba(0,27,43,.17);border-radius:3px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}
|
|
31
|
-
.adyen-checkout-ctp__otp-resend-code{color:#0075ff;cursor:pointer;font-size:13px;font-weight:400;margin-left:auto}.adyen-checkout-ctp__otp-resend-code--confirmation,.adyen-checkout-ctp__otp-resend-code--disabled{color:#687282;cursor:default;font-size:13px;font-weight:400;margin-left:auto;pointer-events:none}.adyen-checkout-ctp__otp-resend-code--confirmation{align-items:center;display:flex}.adyen-checkout-ctp__otp-resend-code--confirmation>img{margin-left:4px}.adyen-checkout-ctp__otp-resend-code-counter{color:black;cursor:default;display:inline-block;font-size:13px;font-weight:400;margin-left:auto;text-align:right}.adyen-checkout-ctp__section>.adyen-checkout__field.adyen-checkout__field--otp{margin-bottom:
|
|
31
|
+
.adyen-checkout-ctp__otp-resend-code{color:#0075ff;cursor:pointer;font-size:13px;font-weight:400;margin-left:auto}.adyen-checkout-ctp__otp-resend-code--confirmation,.adyen-checkout-ctp__otp-resend-code--disabled{color:#687282;cursor:default;font-size:13px;font-weight:400;margin-left:auto;pointer-events:none}.adyen-checkout-ctp__otp-resend-code--confirmation{align-items:center;display:flex}.adyen-checkout-ctp__otp-resend-code--confirmation>img{margin-left:4px}.adyen-checkout-ctp__otp-resend-code-counter{color:black;cursor:default;display:inline-block;font-size:13px;font-weight:400;margin-left:auto;text-align:right}.adyen-checkout-ctp__section>.adyen-checkout__field.adyen-checkout__field--otp{margin-bottom:12px}
|
|
32
32
|
.adyen_checkout-ctp__brand-wrapper{align-items:center;display:flex;height:18px}.adyen_checkout-ctp__brand-logo{margin-right:6px;width:24px}.adyen_checkout-ctp__brand-pipe{height:15px;margin-right:6px}.adyen_checkout-ctp__brand-scheme{margin-right:6px;-o-object-fit:none;object-fit:none}.adyen_checkout-ctp__brand-scheme-mc{width:27px}.adyen_checkout-ctp__brand-scheme-visa{width:35px}
|
|
33
33
|
.adyen-checkout__modal-wrapper{align-items:center;display:flex;height:100%;left:0;overflow-y:auto;overscroll-behavior-y:contain;padding:24px;position:fixed;top:0;visibility:hidden;width:100%;z-index:10}.adyen-checkout__modal-wrapper:before{background:rgba(0,17,44,.5);content:"";height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s linear;width:100%;z-index:10}.adyen-checkout__modal-wrapper--open{visibility:visible}.adyen-checkout__modal-wrapper--open .adyen-checkout__modal,.adyen-checkout__modal-wrapper--open:before{opacity:1}.adyen-checkout__modal{background-color:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,17,44,.15);margin:auto;opacity:0;padding:16px;position:relative;transition:opacity .2s ease,visibility .2s ease;z-index:11}@media (max-width:480px){.adyen-checkout__modal-wrapper{padding:0}.adyen-checkout__modal{border-radius:0;height:100%}}
|
|
34
34
|
.adyen-checkout__ctp-modal-header-image{display:block;margin:auto}.adyen-checkout__ctp-modal-title{font-size:20px;font-weight:700;line-height:24px;margin:0 0 12px;padding:0}.adyen-checkout__ctp-modal-text{font-size:13px;font-weight:400;line-height:19px;margin-bottom:16px}.adyen-checkout__ctp-modal-benefits{margin-left:0;padding-left:20px}.adyen-checkout__ctp-modal-benefits li{list-style:disc;margin-bottom:16px}.adyen-checkout__modal-wrapper--ctp .adyen-checkout__modal{max-width:464px}.adyen_checkout-ctp__brand-wrapper--popup{justify-content:center;margin-bottom:24px}
|
|
35
35
|
.adyen-web__ctp-info-button{background-color:transparent;border:0;cursor:pointer;padding:0}
|
|
36
36
|
.adyen-checkout-ctp__section-logout-button{color:#0075ff;cursor:pointer;font-size:13px;font-weight:400;line-height:19px;margin-left:auto}.adyen-checkout-ctp__section-logout-button--disabled{color:#687282;pointer-events:none}
|
|
37
|
-
.adyen-checkout-ctp__section{background-color:white;border-radius:12px;box-shadow:0
|
|
37
|
+
.adyen-checkout-ctp__section{background-color:white;border-radius:12px;box-shadow:0 6px 12px rgba(0,17,44,.08),0 2px 4px rgba(0,17,44,.04);padding:16px;position:relative}.adyen-checkout-ctp__section-brand{align-items:center;display:flex;height:18px;margin-bottom:16px}.adyen-checkout-ctp__section--standalone{all:unset}.adyen-checkout-ctp__section .adyen-checkout__fieldset{margin-bottom:24px}.adyen-checkout-ctp__section-header{align-items:center;display:flex}.adyen-checkout-ctp__section-header-title{font-size:17px;font-weight:600;line-height:22px;margin:0;padding:0;width:auto}@media screen and (max-width:400px){.adyen-checkout-ctp__section-header-title{font-size:15px}}.adyen-checkout-ctp__section-header-adornment{margin-left:5px}.adyen-checkout-ctp__section-text{color:#707070;font-size:13px;font-weight:400;line-height:19px;margin:0 0 16px}.adyen-checkout-ctp__separator{color:#00112c;font-size:13px;font-weight:400}
|
|
38
38
|
.adyen-checkout-ctp__otp-subtitle--highlighted{color:#00112c;font-weight:500}
|
|
39
|
+
.adyen-checkout-ctp__otp-checkbox-container{background-color:#f7f8f9;border-radius:6px;margin-bottom:16px;padding:12px}.adyen-checkout-ctp__otp-checkbox-container--checked{background-color:#F2F8FF}.adyen-checkout-ctp__otp-checkbox-container label{cursor:pointer}.adyen-checkout-ctp__section .adyen-checkout__field.adyen-checkout-ctp__otp-checkbox-container{margin-bottom:4px}.adyen-checkout-ctp__otp-checkbox-info{color:#707070;font-size:13px;font-weight:400;line-height:19px;margin:4px 0 0}.adyen-checkout-ctp__otp-readmore-button{all:unset;color:#0075ff;cursor:pointer;text-transform:lowercase}
|
|
39
40
|
.adyen-checkout-ctp__card-list-single-card{align-items:center;background-color:#f7f8f9;border-radius:6px;display:flex;font-size:13px;font-weight:400;height:40px;line-height:19px;padding:12px}.adyen-checkout-ctp__card-list-single-card-expired{color:#687282;text-decoration:line-through}.adyen-checkout-ctp__expired-label{color:#687282;font-weight:500;line-height:17px;margin-left:auto}.adyen-checkout-ctp__card-image{border-radius:3px;margin-right:8px}
|
|
40
41
|
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled{opacity:1}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__text{margin:0;opacity:.4;text-decoration:line-through}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__secondary-text{color:#687282;font-weight:500;line-height:17px}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled{opacity:1}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__text{opacity:.4;text-decoration:line-through}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__secondary-text{color:#687282;font-weight:500;opacity:1}
|
|
41
42
|
.adyen-checkout-ctp__card{background-color:white;border:none;border-radius:4px;box-shadow:0 0 0 2px #999595;cursor:pointer;height:40px;margin:0 0 20px;width:100%}.adyen-checkout-ctp__empty-cards{align-items:center;background-color:#f7f8f9;border-radius:6px;color:#687282;display:flex;font-size:13px;font-weight:400;height:40px;line-height:19px;margin-bottom:24px;padding:12px 16px}.adyen-checkout__iframe--ctpIframe{pointer-events:auto}.adyen-checkout__iframe--ctpIframe-hidden{display:none}
|
|
42
|
-
.adyen-checkout-
|
|
43
|
+
@keyframes card-bounce{0%{animation-timing-function:cubic-bezier(.17,.17,.32,1);-webkit-translate:0 -60%;-moz-translate:0 -60%;-ms-translate:0 -60%;translate:0 -60%}9.70874%{animation-timing-function:cubic-bezier(.41,0,.49,1);-webkit-translate:0 8.5%;-moz-translate:0 8.5%;-ms-translate:0 8.5%;translate:0 8.5%}23.4466%{animation-timing-function:cubic-bezier(.29,0,.26,1);-webkit-translate:0 -22.5%;-moz-translate:0 -22.5%;-ms-translate:0 -22.5%;translate:0 -22.5%}47.7184%{-webkit-translate:0;-moz-translate:0;-ms-translate:0;translate:0}63.8835%{animation-timing-function:cubic-bezier(1,0,.78,1);-webkit-translate:0;-moz-translate:0;-ms-translate:0;translate:0}86.5534%{-webkit-translate:0 40.7%;-moz-translate:0 40.7%;-ms-translate:0 40.7%;translate:0 40.7%}to{-webkit-translate:0 40.7%;-moz-translate:0 40.7%;-ms-translate:0 40.7%;translate:0 40.7%}}@keyframes card-fade-100{0%{animation-timing-function:linear;opacity:0}8.1068%{opacity:1}78.4466%{opacity:1}86.5534%{opacity:0}to{opacity:0}}@keyframes card-fade-60{0%{animation-timing-function:linear;opacity:0}8.1068%{opacity:.6}78.4466%{opacity:.6}86.5534%{opacity:0}to{opacity:0}}@keyframes card-fade-20{0%{animation-timing-function:linear;opacity:0}8.1068%{opacity:.2}78.4466%{opacity:.2}86.5534%{opacity:0}to{opacity:0}}.adyen-checkout-ctp__card-animation{aspect-ratio:1/.438;filter:grayscale(1);margin:40px auto 50px;max-width:100%;position:relative;width:140px}.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer{background-size:contain!important;height:100%;opacity:0;position:absolute;width:100%}.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer:first-of-type{animation:card-bounce 2.06s linear infinite both,card-fade-100 2.06s linear infinite both;animation-delay:.1s;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m895.31 228.862-46.416-10.988c-1.172-.381-2.528-.481-3.565-.203-1.582.424-1.825 1.567-.543 2.554.676.52 1.641.893 2.634 1.067l42.816 10.545-.537 21.742-2.328.624-6.897 1.848 1.146-20.056c.002-.012.002-.025.003-.037h.005c.061-.536-.274-1.054-.864-1.494-.563-.447-1.399-.831-2.462-1.065l-.003.001-.072-.016-46.587-10.849a.3.3 0 0 1-.032-.008c-1.18-.39-2.554-.496-3.601-.215l-16.926 4.535c-1.582.424-1.825 1.568-.542 2.555.389.299.859.593 1.407.742l44.453 10.938-.526 19.429c-.021.101.234 2.007-2.662 2.783l-22.831 6.118c-3.105.832-7.644.01-10.253-1.998l-32.227-24.8c-2.271-1.748-2.029-4.233 1.146-5.083l14.204-3.806c1.674-.449 1.938-1.481.58-2.526s-3.556-1.501-5.23-1.053l-14.297 3.879c-6.795 1.82-6.817 6.539-2.199 10.093l32.275 24.837c4.972 3.826 14.615 5.636 20.567 4.042l22.824-6.116c1.151-.309 2.067-.696 2.797-1.118.104-.061.204-.122.301-.183 2.32-1.48 2.521-3.296 2.528-3.671l1.19-21.406c.081-.992-1.14-2.073-3.289-2.548l-.003.002-.072-.017-39.385-9.196 7.065-1.893 2.329-.624 41.998 10.256-.496 22.836c-.001.007.031.018.093.032.113.304.361.618.75.918 1.283.987 3.605 1.443 5.187 1.02l16.925-4.535c1.048-.281 1.507-.878 1.326-1.536l1.612-23.779.002-.037.005-.001c.123-1.083-1.369-2.092-3.323-2.539z'/%3E%3Cpath stroke='%23fff' d='m895.31 228.862-46.416-10.988c-1.172-.381-2.528-.481-3.565-.203-1.582.424-1.825 1.567-.543 2.554.676.52 1.641.893 2.634 1.067l42.816 10.545-.537 21.742-2.328.624-6.897 1.848 1.146-20.056c.002-.012.002-.025.003-.037h.005c.061-.536-.274-1.054-.864-1.494-.563-.447-1.399-.831-2.462-1.065l-.003.001-.072-.016-46.587-10.849a.3.3 0 0 1-.032-.008c-1.18-.39-2.554-.496-3.601-.215l-16.926 4.535c-1.582.424-1.825 1.568-.542 2.555.389.299.859.593 1.407.742l44.453 10.938-.526 19.429c-.021.101.234 2.007-2.662 2.783l-22.831 6.118c-3.105.832-7.644.01-10.253-1.998l-32.227-24.8c-2.271-1.748-2.029-4.233 1.146-5.083l14.204-3.806c1.674-.449 1.938-1.481.58-2.526s-3.556-1.501-5.23-1.053l-14.297 3.879c-6.795 1.82-6.817 6.539-2.199 10.093l32.275 24.837c4.972 3.826 14.615 5.636 20.567 4.042l22.824-6.116c1.151-.309 2.067-.696 2.797-1.118.104-.061.204-.122.301-.183 2.32-1.48 2.521-3.296 2.528-3.671l1.19-21.406c.081-.992-1.14-2.073-3.289-2.548l-.003.002-.072-.017-39.385-9.196 7.065-1.893 2.329-.624 41.998 10.256-.496 22.836c-.001.007.031.018.093.032.113.304.361.618.75.918 1.283.987 3.605 1.443 5.187 1.02l16.925-4.535c1.048-.281 1.507-.878 1.326-1.536l1.612-23.779.002-.037.005-.001c.123-1.083-1.369-2.092-3.323-2.539'/%3E%3Cpath fill='%23fff' fill-opacity='.9' fill-rule='evenodd' d='M418.95 242.813c-1.166.08-3.042-.372-4.121-.994-.702-.405-.941-.755-1.527-2.243-2.373-6.017-6.517-11.028-13.679-16.54-6.921-5.325-13.863-9.053-24.178-12.987-2.215-.844-4.182-1.652-4.368-1.795-.687-.528-.979-1.482-.612-1.986.505-.691 2.349-1.081 3.824-.809.567.103 2.521.743 4.345 1.421 7.215 2.687 13.99 5.937 20.009 9.598 3.723 2.267 9.803 6.823 12.219 9.164 4.462 4.317 7.493 8.422 9.4 12.73 1.153 2.604 1.269 3.77.4 4.003a2.41 2.41 0 0 0-.548.23c-.132.08-.653.173-1.164.208zm-16.069-.701c-1.791.122-4.29-.719-4.965-1.671-.163-.23-.697-1.349-1.19-2.485-2.083-4.815-6.346-9.43-12.427-13.455-4.994-3.305-8.797-5.218-15.392-7.737-4.424-1.69-4.929-2-5.087-3.117-.146-1.06 1.961-1.804 4.061-1.431 1.457.258 8.467 2.972 11.969 4.634 11.594 5.498 19.993 12.484 23.913 19.889 2.008 3.792 1.779 5.192-.882 5.373zm-16.492-.659c-1.224-.015-2.768-.406-3.758-.951-.603-.332-.912-.797-1.614-2.437-2.575-6.024-8.768-10.833-18.898-14.676-4.447-1.688-5.038-2.104-4.718-3.324.158-.605.358-.757 1.34-1.02 1.642-.44 3.175-.146 7.121 1.365 6.068 2.325 10.298 4.621 14.525 7.881 4.345 3.352 6.465 5.882 8.069 9.62.915 2.141.839 2.79-.389 3.282-.375.149-1.131.266-1.678.26zm-15.379-.611c-.949.006-2.546-.385-3.476-.851-1.035-.519-1.424-1.045-1.796-2.434-.477-1.786-1.147-2.632-3.558-4.488s-3.719-2.531-6.931-3.584c-1.089-.356-2.302-.809-2.698-1.003-1.658-.818-1.914-2.296-.508-2.936 1.187-.544 2.67-.406 5.617.522 8.533 2.685 14.934 7.611 15.941 12.27.357 1.645-.521 2.495-2.591 2.504z'/%3E%3Crect width='110' height='74' fill='url(%23a)' rx='10' transform='matrix(.96593 -.25882 .7925 .60987 199.717 245.906)'/%3E%3Cg stroke='%23000' stroke-opacity='.8' stroke-width='2'%3E%3Cpath d='m233.447 236.868 46.846 36.05c.876.673.72 1.451-.347 1.737l-31.799 8.521M266.657 262.424l-33.731 9.038m17.126-21.816-33.73 9.038m115.215 13.423-46.846-36.05c-.875-.673-.72-1.451.347-1.737l31.799-8.52M298.327 246.551l33.731-9.038m-17.126 21.816 33.731-9.038'/%3E%3Crect width='112' height='76' x='-1.758' y='-.351' rx='11' style='mix-blend-mode:soft-light' transform='matrix(.96593 -.25882 .7925 .60987 199.935 245.314)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-12.604' x2='99.193' y1='0' y2='88.114' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='.484' stop-color='%23b3b3b3'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='728' height='455' fill='url(%23b)' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3Cg fill='%23033783'%3E%3Cpath fill-opacity='.2' d='M638.209-50.009C376.564 99.506 477.408 320.518 560.535 412.335L1063.78 277.49 638.209-50.009z'/%3E%3Cpath fill-opacity='.4' d='M711.119 6.099C494.132 130.043 577.63 313.21 646.503 389.3l417.277-111.81L711.119 6.099z'/%3E%3C/g%3E%3Cpath fill='%23003780' d='M791.162 67.695C624.04 163.343 688.839 304.87 742.129 363.677l321.651-86.187L791.162 67.695z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='72.545' x2='249.224' y1='26.435' y2='498.002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233382ea'/%3E%3Cstop offset='1' stop-color='%23003ea9'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Crect width='728' height='455' fill='%23fff' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat;opacity:1;z-index:3}.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer:nth-of-type(2){animation:card-bounce 2.06s linear infinite both,card-fade-60 2.06s linear infinite both;animation-delay:50ms;opacity:.6;transform:translateY(25%);z-index:2}.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer:nth-of-type(2),.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer:nth-of-type(3){background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='728' height='455' fill='url(%23b)' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3Cg fill='%23033783'%3E%3Cpath fill-opacity='.2' d='M638.209-50.009C376.564 99.506 477.408 320.518 560.535 412.335L1063.78 277.49 638.209-50.009z'/%3E%3Cpath fill-opacity='.4' d='M711.119 6.099C494.132 130.043 577.63 313.21 646.503 389.3l417.277-111.81L711.119 6.099z'/%3E%3C/g%3E%3Cpath fill='%23003780' d='M791.162 67.695C624.04 163.343 688.839 304.87 742.129 363.677l321.651-86.187L791.162 67.695z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='72.545' x2='249.224' y1='26.435' y2='498.002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233382ea'/%3E%3Cstop offset='1' stop-color='%23003ea9'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Crect width='728' height='455' fill='%23fff' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat}.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer:nth-of-type(3){animation:card-bounce 2.06s linear infinite both,card-fade-20 2.06s linear infinite both;opacity:.2;transform:translateY(50%);z-index:1}.adyen-checkout-ctp__loading-subtitle{font-size:16px;line-height:19px;margin:0 auto 58px;max-width:280px;text-align:center}
|
|
43
44
|
.adyen-checkout-ctp__section>.adyen-checkout__field.adyen-checkout__field--shopperLogin{margin-bottom:20px}
|
|
44
45
|
.adyen-checkout__cashapp>.adyen-checkout__store-details{margin-bottom:16px;margin-top:0}
|
|
45
46
|
.adyen-checkout__button-group{background:transparent;display:flex;justify-content:space-between}.adyen-checkout__button-group .adyen-checkout__button{background:transparent;border:0;box-shadow:inset 0 0 0 1px #99a3ad;color:#00112c;font-size:.81em;font-weight:400;height:40px;line-height:40px;margin-right:8px;padding:0;text-align:center}.adyen-checkout__button-group .adyen-checkout__button:last-child{margin-right:0}.adyen-checkout__button-group .adyen-checkout__button:hover{background:transparent;box-shadow:inset 0 0 0 2px #99a3ad}.adyen-checkout__button-group .adyen-checkout__button:active{background:#f7f8f9;box-shadow:inset 0 0 0 2px #99a3ad}.adyen-checkout__button-group .adyen-checkout__button--disabled,.adyen-checkout__button-group .adyen-checkout__button--disabled:hover{cursor:not-allowed;opacity:.4;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adyen-checkout__button-group .adyen-checkout__button--selected,.adyen-checkout__button-group .adyen-checkout__button--selected:active,.adyen-checkout__button-group .adyen-checkout__button--selected:active:hover,.adyen-checkout__button-group .adyen-checkout__button--selected:hover{background:#e5efff;box-shadow:inset 0 0 0 2px #0075ff;color:#0075ff;font-weight:500;height:40px;transition:none}.adyen-checkout__button-group .adyen-checkout__button .adyen-checkout__button-group__input{opacity:0;pointer-events:none;position:absolute}
|